/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
*{ margin: 0; padding: 0;}
body { font-family: 'Rubik', sans-serif;
    font-size: 15px; }
ul{ list-style: none; margin: 0;}
a{text-decoration: none;}
a:focus{outline: none;}
p, h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
img { border: none;}
.pb10 { padding-bottom: 10px; } .mb10 { padding-bottom: 10px; } 
.pb20 { padding-bottom: 20px; } .mb20 { padding-bottom: 20px; } 
.pb30 { padding-bottom: 30px; } .mb30 { padding-bottom: 30px; } 
.pb40 { padding-bottom: 40px; } .mb40 { padding-bottom: 40px; } 
.pb50 { padding-bottom: 50px; } .mb50 { padding-bottom: 50px; } 
.pt10 { padding-top: 10px; } .mt10 { padding-top: 10px; } 
.pt20 { padding-top: 20px; } .mt20 { padding-top: 20px; } 
.pt30 { padding-top: 30px; } .mt30 { padding-top: 30px; } 
.pt40 { padding-top: 40px; } .mt40 { padding-top: 40px; } 
.pt50 { padding-top: 50px; } .mt50 { padding-top: 50px; } 
/* Normal Css*/
.tophead{
    background-color: #1b1278;
    padding: 8px 0;
}
.toplft ul {
    padding-top: 2px;
}
.toplft ul li{
    color: #fff;
    display: inline;
    padding-right: 15px;
}
.toplft ul li:hover i{
    
}
.social{
    float: right;
}
.social ul li{
    display: inline;
    margin-left: 8px;
}
.social ul li i{
    color: #fff;
    background:#24abf2;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
}
.social ul li i:hover{
    transform: scale(1.1,1.1);
    text-shadow: 1px 1px 1px #00000040;
}
.bottomhead {
    padding: 15px 0;
}
.logo{
    display: block;
}
.logo a{
    text-decoration: none;
}
.logo img{
    width: 65px;
    margin-right: 15px;
    float: left;
}
.logo h1{
    font-size: 21px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    color: #1b1278;
    padding-top: 5px;
}
.logo p{
    font-size: 17px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    color: #333;
}
.menu{
    margin-top: 2%;
}
.menu ul{
    padding: 0%;
    border: none;
    margin: 0;
}
.menu ul li:last-child{
    border: 1px solid #24abf2;
    margin-left: 15px;
}
.menu ul ul li:last-child{
    border: none;
    margin-left: 0;
}
.menu ul li a{
    color: #000000;
    font-size: 16px;
    padding: 8px 7.5px!important;
    transition: 0.5s ease;
}
.menu ul li a:hover{
    color: #fff;
    background: #24abf2;
}
.menu ul li a i{
    font-size: 13px;
}
.menu ul ul{
    background: #1b1278;   
    border-radius: 0%; 
}
.menu ul ul li a{
   color: #ffffff;
   background-color:#1b1278;
   margin: 0;
   padding: 8px 20px;
   border-bottom: 1px solid #3f3888;
}
.menu ul ul li:last-child a{
    border-bottom: none;
}
.menu ul ul li a:hover{
    color: #ffffff;
    background-color:#24abf2;  
 }
 .menu ul ul li a:focus{
    color: #ffffff;
    background-color:#24abf2;  
 }
 .menu .dropdown-toggle::after{
     display: none;
 }
 .banner img{
     width: 100%;
 }
 .banner{
     position: relative;
 }
 .banner .carousel-caption{
     position: absolute;
     left: 7%;
     top: 30%;
     text-align: left;
 }
 .banner .carousel-caption h1{
     color:#1b1278;
     padding-bottom: 15px;
     font-size: 60px;
    
 }
 .banner .carousel-caption h3{
    color:#000;
    padding-bottom: 15px;
    font-weight: 300;
    font-size: 45px;
     font-family: 'Open Sans Condensed', sans-serif;
}
.banner .carousel-control-prev{
    width: 50px;
    height: 50px;
    background: #24abf2;
    position: absolute;
    top: 45%;
}
.banner .carousel-control-next{
    width: 50px;
    height: 50px;
    background: #24abf2;
    position: absolute;
    top: 45%;
}
.banner .carousel-indicators li{
    cursor: pointer;
}
.about{
    padding: 4% 0;
}
.profile h1{
    font-size: 30px;
     font-family: 'Libre Baskerville', serif; 
    margin-bottom: 30px;
    position: relative;
    color: #000;
}
.profile h1:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #3f3888;
    bottom: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
}
.profile h1:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color:#24abf2;
    bottom: -10px;
    left: 60px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
}
.profile p{
    padding-bottom: 15px;
    font-size: 16px;
    color: #333;
}
.about img{
     border: 2px solid #eeeeee;
     /* border-radius: 100%; */
     width: 250px;
     margin:auto;
     margin-bottom: 20px;
}
.profilepic{
    text-align: center;
}
.profilepic h3{
    font-size: 24px;
    padding-bottom: 5px;
    color:#1b1278; 
}
.profilepic p{ 
    color: #666;
    font-size: 16px;
}
.read a{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3f3888;
    display: block;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    overflow: hidden;
}
.read a span{
    position: absolute;
    left: 14%;
    z-index: 99;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.read a div{
    z-index: 9;
    position: absolute;
    width: 100px;
    height: 0px;
    background-color: #24abf2;
    left: 0;
    top: -40px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.read a:hover div{
        height: 40px;
       display: block;
       top: 0;
}
.service {
    background:url(../images/bg.jpg) no-repeat;
	background-size: cover;
    padding: 4% 0;
    position: relative;
}
.service h1{
    font-size: 30px;
     font-family: 'Libre Baskerville', serif;
    position: relative;
    color: #ffffff;
    margin-bottom: 40px;

}
.service h1:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #3f3888;
    bottom: -10px;
    left: -60px;
    right: 0;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    margin: auto;
}
.service h1:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color:#ffffff;
    bottom: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    left:60px;
    right: 0;
    margin: auto;
}
.serviceinner {
    text-align: center;
}
.prodbox{
    overflow: hidden;
    width: 280px!important;  
    height: auto;
    border: 5px solid #fff;
    text-align: center;
    margin: auto;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.overlaybox{
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
     /* background-color: #ffffff20;  */
    top: -250px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.overlaybox p{
    color:#ffffff;
    background-color: #000;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}
.prodbox img { 
    width: 280px!important;  
    height: auto;
    margin: auto;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.prodbox:hover img{
    transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
}
.prodbox:hover .overlaybox{
    display: block;
    top:0;
}
.serviceinner h2{
    color:#ffffff;
    font-size: 22px;
    padding-top: 20px;
	margin-bottom: 30px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #00000075;
}
.serviceinner a{
    text-decoration: none;
}
.service .owl-carousel .owl-nav button.owl-next{
    width: 40px;
    height: 40px;
    background: #1b1278;
    color: #fff;
    position: absolute;
    right: -5%;
    top: 30%;
    border-radius: 0%;
}
.service .owl-carousel .owl-nav button.owl-prev{
    width: 40px;
    height: 40px;
    background: #1b1278;
    color: #fff;
    position: absolute;
    left: -5%;
    top: 30%;
    border: none;
    border-radius: 0%;
}
.service .owl-carousel .owl-nav button.owl-next:focus{
    outline: none;
}
.service .owl-carousel .owl-nav button.owl-prev:focus{
    outline: none;
}

.reviews {
    background: #eeeeee;
    padding: 4% 0;
    position: relative;
}
.reviews h1{
    font-size: 30px;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
}
.reviews h1:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #3f3888;
    bottom: -10px;
    left: -60px;
    right: 0;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    margin: auto;
}
.reviews h1:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color:#24abf2;
    bottom: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    left:60px;
    right: 0;
    margin: auto;
}
.reviews span{
    font-size: 18px;
    color:#333;  
}
.reviews .carousel-inner {
    text-align: center;
    width: 75%;
    margin: auto;
}
.reviewbox h3{
    text-align: center;
    font-size:20px;
    padding-top: 15px;
}
.reviewbox i{
    font-size: 40px;
    padding-bottom: 15px;
    color:#24abf2;
}
.reviewbox p{
    font-size: 16px;
    padding-top: 5px;
}
.book{
    /* background: #1b1278; */
    padding: 4% 0;
    text-align: center;
}
.book h1{
    color: #1b1278;
    text-align: center;
    font-size: 45px;
    margin-bottom: 15px;
}
.book h2{
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    padding-top: 10px;
    font-size: 35px;
    text-align: center;
    background-color: #24abf2;
    padding: 10px 0;
    margin-top: 20px;
    width: 75%;
    margin:auto;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.book h2:hover{
    transform: scale(1.1,1.1);
}
.book a{
    color: #ffffff;
}
.book a:hover{
    text-decoration: none;
}
.footertop {
    background: #000;;
    padding: 3% 0;
}
.footertop h2{
    font-size: 24px;
    color: #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #363636;
    margin-right: 30px;
}
.footertop p{
    color: #ffffff;
}
.footertop p a{
    color: #ccc;
}
.footertop p a:hover{
    color: #24abf2;
    text-decoration: none;
}
.footerbtm{
    background-color:#1b1278;
    padding:10px 0;
}
.footerbtm p{
    color: #ccc;
}
.footerbtm p a{
    color: #ccc;
}
.footerbtm p a:hover{
    color: #ffffff;
    text-decoration: none;
}
.footerbox ul li{
    line-height: 28px;
}
.footerbox ul li a{
    color:#ccc;
    transition: 0.5s ease;
}
.footerbox ul li i{
    font-size: 12px;
}
.footerbox ul li a:hover{
    text-decoration: none;
    color:#24abf2;
}
.footerbox p{
    color:#ccc;
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
}
.footerbox p i{
    position: absolute;
    left: 0;
    top:4px;
}
.last {
    float: right;
}
.bannerinner{
    background: #24abf2;
    padding: 8px 0;
}
.bannerinner ul{
    float: left;
}
.bannerinner ul li{
    display: inline;
}
.bannerinner ul li a{
    color: #ffffff;
    transition: o.5s ease;
    -webkit-transition: o.5s ease;
    -moz-transition: o.5s ease;
}
.bannerinner ul li a:hover{
    text-decoration: none;
    color:#fff;
}
.bannerinner ul li{
    color:#eeeeee;
}
.bannerinner ul li i{
    color: #1b1278;
    font-size: 12px;
    position: relative;
    margin: 0 10px;
}
.contactpage{
    padding: 4% 0;
}
.address{
    text-align: center;
    padding: 30px 15px;
    height: 230px;
    background-color: #eeeeee;
    margin-top: 10px;
}
.address i{
    font-size: 25px;
    background-color: #3f3888;
    color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 10px;
    border-radius:100%;
}
.address p{
    padding-bottom: 10px;
    color: #333;
}   
.app{
    padding-right: 20px;
}
.app label{
    color:#000
}
.app input{
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #24abf2;
}
.app input:placeholder-shown{
    color:#
}
.app span{
    color:red;
}
.app textarea{
    width: 100%;
    height: 140px;
    padding: 0 10px;
    color: #24abf2;
}
.app input[type="submit"]{
    cursor: pointer;
    background-color: #3f3888;
    width: 150px;
    height:40px;
    border: none;
    color: #fff;
    margin-top: 15px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    font-size: 16px;
}
.app input[type="submit"]:hover{
    background-color: #24abf2;
}
.appointpage {
    padding: 4% 0;
}
.appointpage img{
    border: 1px solid #eeeeee;
    margin-top: 20px;
}
.news{
    padding: 4% 0;
}
.news img{
    margin:15px 0;
    border: 1px solid #eeeeee;
    padding: 5px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.news img:hover{
    background: #24abf2;
}
.fancybox-skin{
    background: #24abf2!important;
}
.tab{
    text-align: center;
    margin-bottom: 10px;
} 
.tab ul li{
    display: inline-block;
    margin: 0 10px;
}
.tab ul li a{
    display: block;
    background-color: #ffffff;
    border:1px solid #24abf2;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
}
.tab ul li a:hover{
    text-decoration: none;
}
.tab ul li a.active{
    background: #24abf2;
    color:#ffffff;
}
.box{
    text-align: center;
    margin-bottom: 10px;
    background: #ffffff;
    
}
.box p{
    text-decoration: none;
    /* border:1px solid #eeeeee; */
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    padding: 10px 10px;
    border-top: none;
}
.box img{
    margin-bottom: 0;
}
.box a{
    text-decoration: none;
}
.box:hover p{
   /* border: 1px solid #24abf2;
   border-top: none; */
}
.articlebox{
    border:1px solid #eeeeee;
    margin-top: 30px;
    padding:10px;
}
.articlebox p{
    text-align: left;
    padding-bottom:0px;
}
.articlebox p span{
    font-weight:300;
    font-size: 18px;
}
.articlebox:hover p span{
    color:#24abf2;
   
}
.sergerypage h3{
    text-align: left;
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    color: #3f3888;
    margin-bottom: 20px;
}
/* .sergerypage p{
    padding:0;
    padding-top: 20px;
    font-weight: 400;
} */
.sergerypage ul{
    padding-left: 30px;
}
.sergerypage ul li{
    list-style-position: inside;
    font-size: 18px;
    list-style: disc;
    padding: 0;
    text-align: left;
    line-height:32px ;
}
.sergerypage .read{
    margin-top:20px;
}
.sergerypage .read a{
    width: 195px;
}.sergerypage .read a div{
    width: 195px;
}
.servicepage p{
    font-weight: 400!important;
    font-size: 16px;
    padding-left: 0;
    line-height: 28px;
}
.servicepage .read{
    margin-top:20px;
}
.servicepage .read a{
    width: 195px;
}.servicepage .read a div{
    width: 195px;
}
.navbar{
    position: relative;
}
.navbar-toggler-icon{
    color: #000;
    font-size: 22px;
    width: 50px!important;
    height: 50x!important;
    line-height: 35px!important;
    position: absolute;
    top:-50px;
    right: 0;
}
.navbar-toggler{
   padding: 0!important;
    background: #eee;
    
}
.navbar-toggler:focus{
    outline: 0;
}
