.text-white{color:#fff!important;}
 
.pt-10{padding-top:10px!important;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px;}
 
 
 .abt_login{
	 border:1px solid #fff;
	 border-radius:5px;
	 background-color:#1e9fb4;
	 padding:20px;
 }
 .abt_login label{
	 color:#fff; 
 }
 .abt_login .nav{ 
   margin-bottom:20px;
 }
 .abt_login .nav > li > a { 
    padding: 10px 35px; 

 }
 .abt_login .nav-tabs > li.active > a{  
	 color:#000!important; 
	 background-color:#fff!important;

 }
 .abt_login .nav-tabs > li > a{  
	 color:#000!important; 
	 border:1px solid #fff!important;

 }
 .ab-services .yt-book h2{
    margin-top: 0px;
    margin-bottom: 0px;
}
.pricingContent ul {
    margin: 0;
    padding: 0;
}
.pricingContent ul li {
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.tariffs .table tbody tr:nth-child(2n+1) {
    background-color: #def9fd;
    color: #000;
    font-size: 14px;
}
.tariffs .table thead tr th {
    background-color: #ffb337;
    color: #000;
	text-align:center;
	vertical-align:middle;
	letter-spacing:0.6px;
    font-size: 14px;
}