@charset "utf-8";
/* CSS Document */


.uc_starter_tabs *{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uc_starter_tabs .uc_starter_tabs_inner{ min-height:305px; border:1px solid #e4e7f0;
-webkit-box-shadow: 0px 5px 30px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 5px 30px rgba(0,0,0,0.15);
box-shadow: 0px 5px 30px rgba(0,0,0,0.15);}
.uc_starter_tabs .uc_starter_tabs_inner .tabber { width:100%; margin:0 auto; overflow:hidden;}
.uc_starter_tabs .uc_starter_tabs_inner .tabber .tabHeades{overflow:hidden; border-bottom:1px solid #e4e7f0;}
.uc_starter_tabs .uc_starter_tabs_inner .tabber .tabHeades .tab_hd {float:left; cursor:pointer; font-family: 'Montserrat', sans-serif; font-size:16px;color: #959595; padding:15px 40px; border-right:1px solid #e4e7f0;line-height: 18px;}
.uc_starter_tabs .uc_starter_tabs_inner .tabber .tab_cont {float:left; padding: 22px 28px;font-family: 'Roboto', sans-serif; color:#959595; font-size:16px; line-height:34px;}
.active { color:#0078ff !important; }
.uc_starter_tabs .uc_starter_tabs_inner .tabber .tab_cont .head{margin:0px; padding:0px;}
.clear{ clear:both;}


@media only screen and (max-width: 768px) {
	
.uc_starter_tabs .uc_starter_tabs_inner .tabber .tabHeades .tab_hd{ text-align:center; width:100%; padding:15px 0px; border-bottom:1px solid #e4e7f0;}		
.uc_starter_tabs .uc_starter_tabs_inner .tabber .tabHeades .tab_hd:last-child{ border-bottom:none;}
}


