/***************************
jQuery Best Responsive tabs
Author: Niladri Shekhar Mondal <nldrmondal35@gmail.com>
URL: https://nilgems.github.io/Best-Jquery-Responsive-Tabs/
*****************************/
body{
    background-color:black;
    family-font:'Roboto', sans-serif;
    color:white;

}
.best-responsive-tab,.best-responsive-tab *{box-sizing:border-box;
margin:0px auto; margin-top: 3px;}
.best-responsive-tab:not(.init),.best-responsive-tab-contents:not(.init){opacity:0;visibility:hidden}
.best-responsive-tab.init,.best-responsive-tab-contents.init{opacity:1;visibility:show}
.best-responsive-tab.lgTabToggle-tab-responsive>.best-reponsive-tab-item{display:block}
.best-responsive-tab.lgTabToggle-tab-responsive>.best-reponsive-tab-item>.best-reponsive-tab-item-trigger{text-align:center; display:block;padding:10px 15px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;user-select:none;-moz-transition:background .3s ease-in;-webkit-transition:background .3s ease-in;-o-transition:background .3s ease-in;transition:background .3s ease-in}
.best-responsive-tab.lgTabToggle-tab-responsive-active>.best-reponsive-tab-item>.best-reponsive-tab-item-trigger.lgTabToggle-tab-active,.best-responsive-tab.lgTabToggle-tab-responsive-active>.best-reponsive-tab-item>.best-reponsive-tab-item-trigger:active{color:#00CCFF;}
.best-responsive-tab.lgTabToggle-tab-responsive-active>.best-reponsive-tab-item>.best-reponsive-tab-item-content-triggerer:not(.lgTabToggle-tab-content-active){display:none;}
.best-responsive-tab>.best-reponsive-tab-item>.best-reponsive-tab-item-content-triggerer{padding:10px 15px;border:1px solid transparent;border-left-color:black;border-right-color: black;}
.best-responsive-tab>.best-reponsive-tab-item:last-of-type>.best-reponsive-tab-item-content-triggerer{border-bottom-color:black;}
.best-responsive-tab:not(.lgTabToggle-tab-responsive-active){display:flex;flex-direction:row;align-items:center;width:100%}
.best-responsive-tab:not(.lgTabToggle-tab-responsive-active)>.best-reponsive-tab-item>.best-reponsive-tab-item-trigger{display:block;border:1px solid transparent;border-top-color:black;border-bottom-color:black;padding:10px 15px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.best-responsive-tab:not(.lgTabToggle-tab-responsive-active)>.best-reponsive-tab-item>.best-reponsive-tab-item-trigger:active,.best-responsive-tab:not(.lgTabToggle-tab-responsive-active)>.best-reponsive-tab-item>.best-reponsive-tab-item-trigger.lgTabToggle-tab-active{color:#00CCFF;}
.best-responsive-tab:not(.lgTabToggle-tab-responsive-active)>.best-reponsive-tab-item+.best-reponsive-tab-item>.best-reponsive-tab-item-trigger,.best-responsive-tab:not(.lgTabToggle-tab-responsive-active)>.best-reponsive-tab-item:first-of-type>.best-reponsive-tab-item-trigger{border-left-color:black}
.best-responsive-tab:not(.lgTabToggle-tab-responsive-active)>.best-reponsive-tab-item:first-of-type>.best-reponsive-tab-item-trigger{border-top-left-radius:3px;border-bottom-left-radius:3px}
.best-responsive-tab:not(.lgTabToggle-tab-responsive-active)>.best-reponsive-tab-item:last-of-type>.best-reponsive-tab-item-trigger{border-right-color:black;border-top-right-radius:3px;border-bottom-right-radius:3px}
.best-responsive-tab:not(.lgTabToggle-tab-responsive-active)>.best-reponsive-tab-item>.best-reponsive-tab-item-content-triggerer{display:none}
.best-responsive-tab-contents:not(.lgTabToggle-tab-responsive-active){display:block}
.best-responsive-tab-contents.lgTabToggle-tab-responsive-active{display:none}
.best-responsive-tab-contents:not(.lgTabToggle-tab-responsive-active)>.best-responsive-tab-content:not(.lgTabToggle-tab-content-active){display:none}
