@import url('bootstrap.min.css');
@import url('slick.css');
@import url('slick-theme.css');
@import url('jquery.fancybox.min.css');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');
body{
    font-family: 'Work Sans', sans-serif;
}
p{
    font-family: 'Roboto', sans-serif;
}
.top-nav{
 
    padding: 0;
}
.top-nav .nav-item a.nav-link{
    text-transform: capitalize;
    font-size: 16px;
   
}

header {
    position: relative;
    background-color: black;
    height: calc(100vh - 126px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    margin-top: 100px
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.4;
    z-index: 1;
}
header .container {
    position: relative;
    z-index: 2;
}

.banner-head {
    font-weight: 800;
    font-size: 60px;
    padding-top: 0px;
}



.top-nav .nav-item.active a.nav-link, .top-nav .nav-item:hover a.nav-link{
    color: #007bff !important;
}
.phone{
    color: #075ba8;
    font-size: 24px;
    padding: 8px 20px 0 0;
    font-weight: 600;

}
.top-nav .btn-primary{
    border-radius:0 0 50px 50px !important;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
    background: #007bff;
    border-color: #007bff;

}
.navbar-brand img{
    max-width:500px;
    width:100%;

}

.header-phone{
    border-radius: 100%;
    width: 30px;
    height: 30px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
.banner-content{
    height: 100vh;
    width: 100%;
    left: 0;
    right: 0;
    padding: 100px 50px;
    display: block;
    background-color: #000;
    text-align: center;
}

.banner-head{
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    
}
.banner-btn{
    border-radius: 30px;
    padding: 15px 50px;
}
.banner-bg-1{
    background: url(../images/home-banner-1.jpg) no-repeat;
    background-size: cover;

    background-position:center center;
}
.banner-bg-2{
    background: url(../images/home-banner-2.jpg) no-repeat;
    background-size: cover;

    background-position:center center;
}
.banner-bg-3{
    background: url(../images/home-banner-3.jpg) no-repeat;
    background-size: cover;
    background-position:center center;
}

.service-box{
    background:#fff;
    padding: 30px 40px;
    display: block;
    text-align: center;
    transition: all 0.3s;
    color: #333;
    margin-bottom: 20px;

}

.service-box:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    text-decoration: none;
    color: #333;
}
.service-box figure img{
    width: 100px;
    height:100px;
   
}

.home-top-service{
    padding: 50px 0;
}
.service-box h3{
    font-weight: 800;
    font-size: 21px;
    transition: all 0.3s;
}
.service-box:hover h3{
    color: #075ba8;
}
.main-head{
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    color: #333;
    text-align: center;
}
.dentist-main{
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #333;
    text-align: center;
}
.dentist-sub{
    color: #075ba8;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.video-thump{
    display: block;
    padding: 0px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-radius: 10px;
}
.video-play-overlay{
    position: absolute;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s;

}
.video-play-overlay .play-btn{
    width: 100px;
    height: 60px;
    border-radius: 10px;
    background:#fff;
    margin-top: 25%;
    margin-left:calc(50% - 50px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.video-play-overlay .play-btn svg{
    width: 30px;
    margin-left: 35px;
    margin-top: 12px;
   
}
.video-play-overlay:hover{
    background: rgba(0, 0, 0, 0.6);
}
#videopopup .close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.dr-testimonial{
    background: url(../images/dr-testimonial.jpg) no-repeat;
    background-size: cover;
    background-position:center center;
    padding: 150px 0;
    margin-top: 80px;
}
.dr-testimonial p{
    font-family: 'Handlee', cursive;
    font-size: 21px;
}
.dr-testimonial svg{
    width: 50px;
    height: 50px;
    fill: #075ba8;
    color: #075ba8;
}
.dr-testimonial h4{
    font-size: 18px;
    color: #85b235;
    font-weight: 700;
}
.service-tab-sec{
    padding:80px 0 40px 0;
}

.service-tab-sec ul li a {
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 44px;
    display: inline-block;
    border: 1px solid #f1f1f1;
    font-size: 14px;

}
.service-tab-sec ul li a.active {
    border-bottom: 1px solid #075ba8;
    background: #fff !important;
    color: #075ba8 !important;

}
.service-tab-sec .service-box{
    padding: 20px 10px;
}

.boxhover:after,.boxhover:before{content:""}
.boxhover{overflow:hidden}
.boxhover .title{letter-spacing:1px}
.boxhover .post{font-style:italic}

.boxhover{position:relative}
.boxhover:after,.boxhover:before{width:100%;height:100%;background:rgba(11,33,47,.9);position:absolute;top:0;left:0;opacity:0;transition:all .5s ease 0s}
.boxhover:after{background:rgba(255,255,255,.3);border:2px solid #0dab76;top:0;left:170%;opacity:1;z-index:1;transform:skewX(45deg);transition:all 1s ease 0s}
.boxhover:hover:before{opacity:1}
.boxhover:hover:after{left:-170%}
.boxhover img{width:100%;height:auto}
.boxhover .box-content{width:100%;position:absolute;bottom:-100%;left:0;transition:all .5s ease 0s}
.boxhover:hover .box-content{bottom:30%}
.boxhover .title{display:block;font-size:22px;font-weight:700;color:#fff;margin:0 0 10px}
.boxhover .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:10px}
.boxhover .icon{margin:0}
.boxhover .icon li{display:inline-block}
.boxhover .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:50%;background:#0dab76;font-size:18px;color:#fff;margin-right:10px;transition:all .5s ease 0s}
.box8 .icon li,.box8 .title{display:inline-block}
.boxhover .icon li a:hover{transform:rotate(360deg)}

.gallery-tab-sec{
    padding: 80px 0;
}
.gallery-tab-sec img{
    border: 1px solid #fff;
    transition: all 0.3s;
}
.gallery-tab-sec img:hover{
   opacity: 0.5;
}
.home-contact-us{
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size: cover;
    background-position:center center;
    padding: 50px 0;
}
form .form-control, form .form-control:focus {
    background: none;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid #434a52;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #aaa;
}
footer{
    background: rgba(0, 0, 0, 0.9);
    padding: 50px 0;
}
footer img{
    width: 260px;
}
.address, .footernav{
    color: #aaa;
    padding: 0;
}
.address li{
    list-style: none;
    padding-left: 40px;
    margin-top: 20px;
}

.footernav li{
    list-style: none;
    padding-left: 0px;
    margin-top: 10px;
}
.footernav li a{
    color: #aaa;
}
.footernav li a:hover{
    color: #075ba8;
}
.address li span{
    width: 24px;
    height: 24px;
    position: absolute;
    display: inline-block;
    margin-left: -40px;
}
.fotter_coman_title{
    color: #075ba8;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.copyright{
    background: #000;
    padding: 20px 0;
    color: #aaa;
    font-size: 14px;
}


@media (max-width: 767.98px) { 
    .banner-head{

        font-size: 42px;
    }
    .banner-content{
        height: 70vh;
 }