*{
    margin: 0px;
}
body {
    font-family: 'Inter', sans-serif !important;
}
header,section{
    overflow-x: hidden;
}
p {
    color: darkblue;
}
.underline {
    text-decoration: underline;
}
.title_color {
    color: #0000ff;
}
.blue {
    color: blue ;
}

 
.slider-containers {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.sliders {
    display: flex;
    width: 300%;
}

.slide {
    flex: 1;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: fadeInOut 12s infinite;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* .sc_heros .slidess {
    background-image: url('./images/bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
} */
.sc_heros .slidess-1{
    background-image: url('./images/bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
}
.sc_heros .slidess-2{
    background-image: url('./images/detal_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
}
.sc_heros .slidess-3{
    background-image: url('./images/bg-11.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
}
.sc_heros .slidess-4{
    background-image: url('./images/bg-12.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
}
.sc_heros .slidess-1 h2,
.sc_heros .slidess-2 h2,
.sc_heros .slidess-3 h2,
.sc_heros .slidess-4 h2{
    width: 50%;
    margin-left: auto;
    color: #000;
    font-weight: 900;
    font-size: 30px;
} 
.sc_heros .slidess-1,
.sc_heros .slidess-2,
.sc_heros .slidess-3,
.sc_heros .slidess-4{
    display: flex !important; 
    align-items: center;
}
.slide1 {
    /* background-image: url('./images/dentel1.png'); */
    background-image: url('./images/bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
}

.slide2 {
    /* background-image: url('./images/dentel1.png'); */
    background-image: url('./images/bg-5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
}

.slide3 {
    /* background-image: url('./images/dentel1.png'); */
    background-image: url('./images/blog2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
}




/* Header */
.navbar.active {
    /* position: fixed; */
    width: 100%;
}


.navbar .logo img {
    width: 333px;
}
.navbar .navbar-nav {
    margin: auto;
}
ul.navbar-nav li.nav-item a {
    padding: 0px 20px !important;
    color: #4169E1;
    text-transform: capitalize;
}
ul.navbar-nav li.nav-item a:hover {
   text-decoration: underline;
   text-underline-offset: 5px;
   text-decoration-color: #ff0000;
}

.btn_blue {
    background: #4169E1 !important;
    border: 2px solid #4169E1 !important;;
    color: #FFF !important ;
    border: 2px solid #4169E1;
}
.btn:hover {
    color: #4169E1 !important;
    background-color: transparent !important; 
}
.blue_make:hover {
    background: #fff !important;
    color: blue;
}
/*header*/

/*hero section*/
.hero{
    
}
.hero .hero_container{
    width: 1200px;
    margin: 0px auto;
    padding: 0px 15px;
    display: flex;
}
.hero .hero_container .hero_left{
    width: 40%;
}
.hero .hero_container .hero_left h1{
    text-transform: capitalize;
    font-size: 60px;
}
.hero .hero_container .hero_right{
    padding-top: 40px;
    margin-left: auto;
}
.header .menu ul li a {
    text-decoration: none;
}
.header .menu ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

  .slider-container {
    width: 100%;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  
  .slider img {
    width: 100%;
    height: auto;
  }

  .slider .slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
  }

  /* contact */
  .contact {
    background-image: url(images/background-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    width: 100%;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* contact */
.sc_contact {
    padding: 50px 0 ;
    background-image: url('./images/bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    width: 100%;
}

.sc_contact .contact_form {
    border: 1px solid #6385cc;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 15px;
    width: 70%;
    margin: auto;
}
.sc_contact .contact_form input[type="radio"] {
    width: auto;
}
.sc_contact .contact_form input {
    width: 100%;
    border-radius: 5px;
}
.contact_form .col-12, .contact_form .col-6 {
    margin-bottom: 10px;
}
.contact_form label {
    margin-bottom: 5px;
}
.sc_contacts .blue_make {
    margin-top: 200px;
}


/* introduction */

.sc_introduction {
    padding: 50px 0;
    background-image: url(./images/intro-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    font-weight: 500;
}
.sc_introduction .main_intro {
    width: 60%;
    margin: 0 auto;
}
.sc_introduction h3 {
    margin-bottom: 30px;
    font-weight: 800;
    text-decoration: underline;
}
.main_intro p {
    font-size: 18px;
}

  /* about */
 .sc_about {
    padding: 50px 0;
    /* background-color: #c8ebf9; */
    background-image: url(./images/bg-10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 } 
 .sc_about .abouts .col-7 {
    /* background: #fff; */
    padding: 20px;
    border-radius: 15px;
 }
.sc_about .abouts img {
    width: 100%;
} 
.sc_about .abouts {
    align-items: center;
}
/* .doctor_details {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
} */
.sc_about h3 {
    font-weight: 700;
}
.doctor_details h4{
    font-weight: 700;
}
.doctor_details p {
    position: relative;
    padding-left: 30px;
}
.doctor_details p:before {
    content: '';
    position: absolute;
    background-image: url(./images/right.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    left: 0;
}
.gallary-title{
    font-size: 25px;
    font-weight: 500;
}
.sm-team-img img {
    border-radius: 50%;
    border: 3px solid #fff;
}
.sc_doctor .team-box {
    padding: 25px;
}
.sc_doctor .team-box .position{
    color: darkblue;
}
.sc_doctor h4{
    color: darkblue;
}
 
.sc_doctor .title {
    color: #3a3af5;
}
.sm-team-img {
    display: flex;
    justify-content: center;
}
.sc_doctor {
    padding: 50px 0;
} 
.sc_doctor .col-lg-4 .sm-team-img img{
    width: 100%;
    height: 400px;
    object-fit: cover; 
}
.sc_doctor .shadow {
    height: 100%;
}
/* Gallery */
.sc_gallary {
    padding: 50px 0px;;
}
.sc_gallary img {
    width: 100%;
    border-radius: 25px;
    min-height: 100%;
    height: 100%;
    object-fit: cover;
}
.sc_gallary .gallary{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.dental_gallery .gallary {
    margin-bottom: 60px;
}
.dental_gallery .gallary h3 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #3a3af5;
    font-size: 25px;
}

.dental_gallery .gallary img {
    width: 100%;
    border-radius: 10px;
    min-height: 100%;
    height: 225px;
    object-fit: cover;
}
.dental-service .container .service-title p{
    font-size: 40px;
    font-weight: 700;
}
.dental-service .container .service-content p{
    font-size: 20px;
}

/* section */
.sc_speciality {
    padding: 50px 0;
    background-image: url('./images/specialist.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 500px; */
    width: 100%;
    opacity: 0.8;
    color: #0000ff;
    font-weight: 500;
}
.sc_speciality h2 {
    padding: 20px 0px;
    font-weight: bold;
}
/* Blog */

.sc_blog img {
    width: 100%;
}
.sc_blog img {
    width: 100%;
    border-radius: 10px;
    max-height: 280px;
    height: auto;
    object-fit: cover;  
}
.sc_blog h2, .sc_blog p {
    text-align: center;
}
.main_blog h2 {
    font-size: 25px;
    padding: 15px 0;
    margin-bottom: 0;
    color: #3a3af5;
}
.whatsapp img {
    width: 80px;
    position: fixed;
    bottom: 0;
    left: 20px;
}
.sc_footer{
    background-color: #6385cc;
    padding: 50px 0px;
    color: #fff;
}
.sc_footer p {
    color: #fff;
}
.sc_footer .footer-bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    font-weight: bold;
}
.sc_footer .container .row .col-lg-4 .time{
    display: flex;
    align-items: center;
}
.sc_footer .container .row .col-lg-4 .time .time-icon img{
    width: 80px;
}
.sc_footer .container .row .col-lg-4 .phone{
    display: flex;
    align-items: center;
}
.sc_footer .container .row .col-lg-4 .phone .phone-icon img{
    width: 80px;
}
.sc_footer .container .row .col-lg-4 .email{
    display: flex;
    align-items: center;
}
.sc_footer .container .row .col-lg-4 .email .email-icon img{
    width: 80px;
}
.sc_footer .container .row .col-lg-4 .location{
    display: flex;
    align-items: start;
}
.sc_footer .container .row .col-lg-4 .location .location-icon img{
    width: 80px;
}
.dental-title{
    color: white;
}
/* .sc_footer .call-logo svg {
        filter:brightness(5);
} */

.sc_footer svg {
    filter: brightness(5);
    margin-right: 10px;
}
.sc_footer .social {
    margin-bottom: 15px;
}

.sc_footer .call-num p{
    margin: 0px;
}
.sc_footer .call {
    display: flex;
    align-items: center;
}
.sc_footer .mail{
    display: flex;
    align-items: center;
}
.sc_footer .mail-logo img{
    width: 50px;
}
.sc_footer .mail-id p{
    margin: 0px;
}
.sc_footer .location{
    display: flex;
    align-items: center;
}
.sc_footer .location-logo img{
    width: 35px;
}
.sc_footer .location-add p{
    margin: 0px;
    padding-left: 0px;
}
.sc_footer .social-icon-title{
    margin-top: 20px;
}
.sc_footer .social-icon{
    display: flex;
}

.sc_footer .social-icon img{
    width: 40px;
    margin-right: 15px;
}

@media only screen and (max-width: 1399px) { 
    .sc_doctor .col-lg-4 .sm-team-img img {
        height: 325px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 1200px) {
    .sc_doctor .col-lg-4 .sm-team-img img {
        height: 270px;
    }
}

@media only screen and (max-width: 1024px) {
    .dental_gallery .gallary h3 {
        font-size: 20px;
    }
    /* .sc_heros .slidess h3 {
        font-size: 40px;
        width: 60%;
    } */
    .sc_heros .slidess-1 h2, .sc_heros .slidess-2 h2, .sc_heros .slidess-3 h2, .sc_heros .slidess-4 h2 {
        font-size: 30px;
        width: 60%;
    }
    .sc_introduction .main_intro {
        width: 80%;
    }
    .sc_doctor .team-box h4 {
        font-size: 20px;
    }
    .main_blog h2 {
        font-size: 20px;
        line-height: 1.3em;
    }
    .sc_blog p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .gallary-title {
        font-size: 22px;
    }

    
    .sc_blog img {
    width: 100%;
    max-height: 200px;
    height: auto;
    object-fit: contain;
    }
    .dental-service .container .service-title p {
        font-size: 25px;
    }
    .dental-service .container .service-content p {
        font-size: 18px;
    }
    .whatsapp img {
        width: 50px;
        left: 10px;
    }
    ul.navbar-nav li.nav-item a {
        padding: 0px 10px !important;
        font-size: 15px;
    }
    .navbar .navbar-nav {
        margin: 0 auto;
    }
    .sc_doctor .col-lg-4 .sm-team-img img{
        width: 100%;
        height: 270px;
        object-fit: cover; 
    }
}

@media only screen and (max-width: 991px) {
    .navbar .navbar-collapse.active_menu {
        display: block;
    }
    .navbar .navbar-collapse {
        display: none;
    }
    ul.navbar-nav li.nav-item a {
        padding: 10px 0px !important;
    }
    .container {
        max-width: 100% !important;
        padding: 0 50px !important;
    }
    
    .sc_doctor .col-lg-4 .sm-team-img img {
        height: 225px;
    }
    
    .sc_doctor .team-box {
        /* height: 270px; */
        padding: 15px;
    }
    .dental_gallery .gallary img {
        height: 120px;
    }
    
    .dental_gallery .gallary h3 {
        font-size: 18px;
    }
    .navbar .logo img {
        width: 175px;
    }
    .sc_introduction .main_intro {
        width: 100%;
    }
    .sc_footer .social-icon img {
        width: 30px;
    }
    .sc_contact .contact_form {
        width: 100%;
    }
    .sc_footer .footer-bottom p {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) { 
    /* .sc_heros .slidess h3 {
        width: 80%;
        font-size: 35px;
    } */
    .sc_heros .slidess-1 h2, .sc_heros .slidess-2 h2, .sc_heros .slidess-3 h2, .sc_heros .slidess-4 h2 {
        width: 80%;
        font-size: 25px;
    }
    .dental_gallery .container {
        padding: 0 !important;
    }
    .sc_blog h2 {
        font-size: 22px;
    }
    /* .sc_doctor .col-lg-4 {
        max-width: 50%;
        margin: auto;
    } */
    .sc_blog img {
        max-height: unset;
    }
    .sc_about .abouts img {
        object-fit: contain;
        height: 400px;
    }
}

@media only screen and (max-width: 767px) { 
    .sc_doctor .col-lg-4 {
        max-width: 50%;
        margin: auto;
    }
    /* .sc_heros .slidess h3 {
        width: 80%;
        font-size: 35px;
    } */
    .sc_heros .slidess-1 h2, .sc_heros .slidess-2 h2, .sc_heros .slidess-3 h2, .sc_heros .slidess-4 h2 {
        width: 80%;
        font-size: 25px;
    }
    .sc_doctor .col-lg-4 .sm-team-img img {
        height: 300px;
    }
    .sm-team-img img {
        height: 100% !important;
        max-height: 305px !important;
    }
    
}

@media only screen and (max-width: 576px) { 
    .sc_speciality p {
        word-wrap: break-word;
    }
    .sm-team-img img {
        height: 100% !important;
        max-height: 200px !important;
    }
    .container {
        padding: 0 15px !important;
    }
    .sc_doctor .col-lg-4.col-md-4 {
        max-width: 100%;
    }
    .sc_doctor .col-lg-4 .sm-team-img img {
        width: auto;
    }
    .sc_heros .slidess-1 h2, .sc_heros .slidess-2 h2, .sc_heros .slidess-3 h2, .sc_heros .slidess-4 h2 {
        padding: 0 15px;
        width: 100%;
        font-size: 22px;
        text-align: center;
    }
    /* .sc_heros .slidess h3 {
        padding: 0 15px;
        width: 100%;
        font-size: 25px;
        text-align: center;
    } */
    .sc_heros .slidess-1, .sc_heros .slidess-2, .sc_heros .slidess-3, .sc_heros .slidess-4 {
        height: 300px;
    }
    /* .sc_heros .slidess {
        height: 300px;
    } */
    .main_intro p {
        font-size: 14px;
    }
    .contact {
        height: 330px;
    }
    .btn_blue {
        font-size: 15px !important;
    }
    .sc_footer .col-lg-4 {
        margin-bottom: 15px;
    }
    .doctor_details p {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

/* .sc_doctor .col-lg-4.col-md-4{
    max-width: 70%;
} */