@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Host Grotesk", sans-serif
}

:root {
    --bg_color: #0a2343;


}

html,
body {
     font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;

 

   
    scroll-behavior: smooth !important;
}

a {
    text-decoration: none !important;
}

p {
    margin-bottom: 9px !important;
    font-size: 14px;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
h1,h2,h3,h4,h5{
    font-weight: 400 !important; 
    color: #1b355c;;
}
input {
    width: 100%;

    outline: none;
}

button {
    border: none;
}

._____wrapper {
    display: flex;
    flex-flow: column;
    transition: all .3s;
    
}

.container {
    max-width: 1210px !important;
    margin: 0 auto;
}

.navbar {
  display: flex;
 
  justify-content: space-between;
  align-content: center;
}
.navbar .language-selector {
  background: var(--bg_color);
  border: none;
  color: #fff;
  outline: none;
}
.navbar .language-selector option {
  background: var(--bg_color);
  color: #fff;
}

.top_logo img{
    width: 150px;
}
.toP_wrapper{
    padding: 14px 0;
}
.right_topBr {
    display: flex;
    justify-content: end;
     gap: 32px; 
     align-items: center;
}
.right_topBr ul {
    display: flex;
    gap: 17px;
}
.toP_wrapper{
    background: var(--bg_color);
}
.right_topBr ul li a{
    color: #fff;
}
.right_topBr ul li a i{
    margin-right: 12px;
}





/*header css start*/
/*HEADER CSS START*/

.v-center{
    align-items: center;
}
ul{
    list-style: none;
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
}
/* header */
.header{
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding:5px;
}
.header .item-left{
    flex:0 0 17%;
}
.header .logo a{
    font-size: 30px;
    color:#000000;
    font-weight: 700;
    text-decoration: none;
}
.header .item-center{
    /*flex:0 0 66%;*/
}
.header .item-right{
    flex:0 0 17%;
    display: flex;
    justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
    display: inline-block;
    line-height: 50px;
    margin-left: 12px;
}
.header .menu > ul > li > a{
    font-size: 14px;
    font-weight: 500;
    color:#000000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
    position: absolute;
    z-index: 500;
    background-color:#ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top:25px;
    opacity:0;
    visibility: hidden;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
    line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
min-width: 184px;
    max-width: 350px;
    background: var(--bg_color);
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    padding:10px 0;
    display: inline-block;
    font-size: 14px;
    color:#fff;
    transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);    
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%;  
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
    font-size: 16px;
    color:#ea4636;
    font-weight: 500;
    line-height: 1;
    padding:10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
    text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
    color:#ea4636;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
    display: none;
}

/*responsive*/
@media(max-width: 991px){

    .header .item-center{
        order:3;
        flex:0 0 100%;
    }
    .header .item-left,
    .header .item-right{
        flex:0 0 auto;
    }
    .v-center{
        justify-content: space-between;
    }
    .header .mobile-menu-trigger{
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    .header .mobile-menu-trigger span{
        display: block;
        height: 2px;
        background-color: #333333;
        width: 24px;
        position: relative;
    }
    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after{
        content: '';
        position: absolute;
        left:0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }
    .header .mobile-menu-trigger span:before{
        top:-6px;
    }
    .header .mobile-menu-trigger span:after{
        top:6px;
    }
    .header .item-right{
        align-items: center;
    }

    .header .menu{
        position: fixed;
        width: 320px;
        background-color:#ffffff;
        left:0;
        top:0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }
    .header .menu.active{
       transform: translate(0%);    
    }
    .header .menu > ul > li{
        line-height: 1;
        margin:0;
        display: block;
    }
    .header .menu > ul > li > a{
        line-height: 50px;
        height: 50px;
        padding:0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .header .menu > ul > li > a i{
        position: absolute;
        height: 50px;
        width: 50px;
        top:0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }
    .header .menu .mobile-menu-head{
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top:0;
    }
    .header .menu .mobile-menu-head .go-back{
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0,0,0,0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color:#000000;
        font-size: 16px;
        display: none;
    }
    .header .menu .mobile-menu-head.active .go-back{
        display: block;
    }
    .header .menu .mobile-menu-head .current-menu-title{
        font-size: 15px;
        font-weight: 500;
        color:#000000;
    }
    .header .menu .mobile-menu-head .mobile-menu-close{
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0,0,0,0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color:#000000;  
        font-size: 25px;
    }
    .header .menu .menu-main{
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header .menu > ul > li .sub-menu.mega-menu,
    .header .menu > ul > li .sub-menu{
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin:0;
        padding:15px;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }
.header .menu > ul > li .sub-menu.active{
    display: block;
}
@keyframes slideLeft{
    0%{
        opacity:0;
        transform: translateX(100%);
    }
    100%{
        opacity:1;
        transform: translateX(0%);  
    }
}
@keyframes slideRight{
    0%{
        opacity:1;
        transform: translateX(0%);
    }
    100%{
        opacity:0;
        transform: translateX(100%);    
    }
}
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
        margin-top:0;
    }
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
        margin-bottom: 20px;
    }
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
        margin-bottom:0px;
    }
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
        flex: 0 0 100%;
        padding: 0px;
    }
    .header .menu > ul > li .sub-menu > ul > li > a,
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
        display: block;
    }
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
        margin-bottom: 15px;
    }
    .menu-overlay{
        position: fixed;
        background-color: rgba(0,0,0,0.5);
        left:0;
        top:0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity:0;
        transition: all 0.5s ease;
    }
    .menu-overlay.active{
      visibility: visible;
      opacity:1;    
    }
}
ul.services_sub li {
    margin-bottom: -3px;
    /* color: black; */
    border-bottom: 1px solid gray;
/*    padding-bottom: 12px;*/
    font-size: 14px;
/*    padding-top: 12px;*/
}





ul.services_sub li a {
   color: #fff;
   font-size: 12px;
    
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
    line-height: 1;
    display: block;
    margin-bottom: 7px;
}
.list-item i {
    margin-left: 12px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4{
    background: var(--bg_color);
}



























#openBars {
    position: absolute;
    top: 23px;
    right: 14px;
    font-size: 20px;
    color: var(--link-color);
    cursor: pointer;
    display: none;
}

/*HEADER CSS ENDS*/
/*MOBILE CSS START*/    
.mobile_wrapper {
    position: fixed;
    max-width: 250px;
    height: 100vh;
    background: white;
    -webkit-box-shadow: 0 0 4px 3px #80808063;
            box-shadow: 0 0 4px 3px #80808063;
    top: 0;
    left: 0;
    overflow-y: auto;
    right: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
            transform: translateX(-110%);
    z-index: 200;
}

.overlay {
    position: fixed;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;

}

.overlay.show_overly {
    left: 0%;
}

#closeIcon {
    position: absolute;
    right: 22px;
    top: 12px;
    font-size: 20px;
    border: 1px solid black;
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}

.mobile_links {
    padding-top: 4em;
}

.mobile_links ul li a {
    border-bottom: 1px solid #dfdfdf;
    color: var(--link-color);
    width: 100%;
    display: block;
    padding: 12px 12px;

}

.mobile_links ul li a:hover {
    background: #dfdfdf;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.mobile_serviceBtn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mobile_serviceBtn i.fa-solid.fa-angle-right {
    background: #dad2d2;
    width: 23px;
    height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

ul.mobile_sub_menu_ul {
    background: #eeeeee;
}

.rotatedIcon {
    -webkit-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important;
}

.opensidebar {
    -webkit-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.layer {
    opacity: 1;
}
.buttons{
        float: right;
    position: relative;
    left: -98px;
    top: 13px;
}
.buttons a{
    background: #f16623;
    color: #fff !important;
    padding: 7px;

}
/*MOBILE CSS ENDS*/

/*header css ends*/



/*hero css strat*/
section.hero_wrapper {
    position: relative;
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
    }

    .swiper-slide img {
     
      width: 100%;
    }
    .slideone .slide{
        background-image: url('../images/banner-dhm-2-3.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%,60%;
        height: 500px !important;
        position: relative;
    }
     .slide:before{
        
        position: absolute;
        width: 100%;
        content: "";

       height: 500px !important;
        background: rgba(0, 0, 0, .45);
    }
     .slidetow .slide{
        background-image: url('../images/banner-dhm-5-1.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%,60%;
       height: 500px !important;
    }
     .slidethree .slide{
        background-image: url('../images/mss-clinic-reception.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%,60%;
       height: 500px !important;
    }
     .slideone .slide{
        background-image: url('../images/banner-dhm-2-3.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%,60%;
        height: 500px !important;
    }
    .center_content img{
        width: 150px;
        height: 150px;
    }
    .center_content{
        position: relative;
        top: 82px;
    }
.center_content h2{
    color: #fff !important;
}
.center_content h4{
    color: #fff !important;
}

    /*welcome css start*/

    .top_wel{
       max-width: 680px;
       margin: 0 auto;
    }
    .top_wel h2 {
    color: var(--bg_color);
    font-size: 38px;
    line-height: 47px;
}
    p.wel_content {
    font-size: 17px;
    line-height: 31px;
}



/*OUR DENTAL CSS START FROM HERE*/
.toP_Delta h2{
    color: var(--bg_color);
    text-align: center;
}


.box_our{
    background: #d1d2d3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 8px 0 rgba(0, 0, 0, .19);
    padding: 1em;
    border-radius: 7px;
    display: flex;
    min-height: 12em;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    transition: all .3s ease;
}
.box_our img {
    width: 93px;
    background: var(--bg_color);
    padding: 17px;
    border-radius: 100px;
}
.box_our:hover img{
    background: gray;
   transform: rotateY(360deg);
   
}
.box_our:hover strong{
    color: #fff;
}
.box_our strong{
    color: var(--bg_color);
    margin-top: 12px;
    font-weight: 500 !important;
}
.box_our:hover{
background: var(--bg_color);
}
.our_den_wrapper .row{
    margin-bottom: 2em;
}
 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #000;
    font-size: 26px !important;
    background: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100px;
    line-height: 33px !important;
}
 .swiper-button-next:after, .swiper-rtl .swiper-button-next:after {
    content: 'next';
    color: #000;
    font-size: 26px !important;
    background: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100px;
    line-height: 33px !important;
}
.view_allBtn {
    background: #f16623;
    padding: 8px 22px;
    color: #fff !important;
    border-radius: 4px;
}
.view_allBtn:hover{
    border: 1px solid #f16623;
    background: white;
    color: #000 !important;
}

/*why choose us css start*/
.why_choose_wrapper h2{
    color: var(--bg_color);
}

section.why_choose_wrapper.py-4{
    background-image: url('../images/why_banner.jpg');


        background-position: 0 0 !important;
    background-repeat: repeat !important;
    padding-bottom: 7em !important;
}
.right_choseBox ul li{
    margin-bottom: 3em;

}
.right_choseBox ul li a{
    display: flex;
    align-items: center;
    color: var(--bg_color);
    font-size: 17px;
}
.right_choseBox ul li a i{
 background: var(--bg_color);
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 100px;
    margin-right: 12px;
}
.left_chhose_bnox h3{
color: var(--bg_color);
    line-height: 42px;
}
.left_chhose_bnox p {
    font-size: 17px;
    line-height: 28px;
}




/*The Most Trusted Dental Clinic start*/
.imgs img{
    width: 116px;
    height: 105px;
}
.the_most_wrapper{
        width: 77%;
    margin: 0 auto;
    border-radius: 7px;
    margin-top: -5em;
        padding-top: 1em !important;
    padding-right: 1em !important;
    padding-bottom: 1em !important;
    padding-left: 1em !important;
    background-color: #fff !important;
    text-align: center;
       position: absolute;
    top: -80px;
    margin: 0 auto;
    left: 12%;
}
.flex_imgsMost {
    display: flex;
    align-items: center;
     flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 1.6em;
}
.main_boxMost h1{
    color: #1b355c;
    font-weight: 400;
}
section.bg_banner_wrapper{
    background-image: url('../images/bg_banner.jpg');
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding-top: 10em;
}
section.bg_banner_wrapper:before{
  width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    content: "";
    background-color: #0a2343;
    opacity: .9;
    left: 0;
    background: linear-gradient(174deg, #0a2343 0%, #0a2343 40%, #949494 100%) !important;
}
.CotnerMaindib #number4{
     position: relative;
    z-index: 99999;
    color: #fff;
    border-radius: 100px;
    border: 1px solid white;
    width: 85px;
    height: 85px;
    text-align: center;
    display: block;
    line-height: 79px;
    margin: auto;
}
.CotnerMaindib h3{
    position: relative;
    z-index: 99999;
    color: #fff;
    font-size: 18px;
    margin-top: 1em;
}

/*The Most Trusted Dental Clinic ens*/

/*Our Dental Clinics in Dubai start */
.dental_bottom_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    padding-top: 12px !important;
    transition: all .3s ease;
        background: rgba(255, 255, 255, .9);
}
.dental_bottom_content i{
    color: #f16521;
}
.dental_bottom_content h4{
    font-size: 18px;
}
.dental_main_box a img{
    aspect-ratio: 7 / 5;
}
.dental_main_box:hover{
    transform: translateY(-10px);
     transition: all .3s ease;
}
.our_dentail_wrapper  h2{
    color: #1b355c;
}
/*Our Dental Clinics in Dubai ends*/


/*Meet Our Dentists in Dubai start */
.moneywaveCOntact_wrapper{
    background-image: url('../images/why_banner.jpg');

}
.moneywaveCOntact_wrapper h1{
    color: #1b355c;
    margin-bottom: 1em;
}
.profile_boxes{
    position: relative;
    overflow: hidden;
    transition: all .3s;
}
.profile_boxes:before{
        content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(179deg, rgba(0, 0, 0, 0) 0%, rgb(10 35 67 / 75%) 100%);
    background: linear-gradient(179deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 75%) 100%);
    transition: background .4s;
    bottom: 0px;
    width: 94%;
    height: 60%;
    border-radius: 7px;
}

 .data {
    background: unset !important;
    text-align: left;
    position: absolute;
    /* top: 0; */
    bottom: -8px;
    padding: 0 12px;
    padding-bottom: 12px ;
        transition: 0.4s ease;
}
.Specialsdata{
     background: var(--bg_color) !important;
    text-align: left;
    position: absolute;
    /* top: 0; */
    bottom: -8px;
    padding: 13px 12px;
    padding-bottom: 20px !important;
    width: 100%;

    text-align: center;
        transition: 0.4s ease; 
}
.Specialsdata h4{
    font-size: 16px;
    color: #fff;
    margin-bottom: 4px;
    
}
.Specialsdata h6{
    color: #fff;
    font-size: 11px;
      margin-bottom: 4px;
}
.Specialsdata p{
    color: #fff;
      margin-bottom: 4px;
}

.data h4{
    font-size: 20px;
    color: #fff;
    margin-bottom: 4px;
    
}
.data h6{
    color: #fff;
      margin-bottom: 4px;
}
.data p{
    color: #fff;
      margin-bottom: 4px;
}
.profile_boxes:hover .profile_imgs img{
       transform: scale(1.2, 1.2);
         transition: all .3s;
    border-radius: 8px !important;
}
.profile_boxes:hover .data{
    padding-bottom: 2em;
     transition: all .3s;
}
.profile_imgs img{
      overflow: hidden;
      position: relative;  
      width: 100%;
        transition: 0.4s ease;
            border-radius: 8px !important;

}
/*Meet Our Dentists in Dubai ends*/


/*Hear It From Our Patients start*/
.hear_wrapper{
    background-image: url('../images/doctor-treating-patient-sg-1.jpg');
        background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
        padding-top: 60px !important;
    padding-bottom: 60px !important;
    position: relative;
}
.hear_wrapper:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    /* background-color: rgba(0, 84, 146, 0.9); */
    background-color: #0a2343;
    opacity: 0.9;
    left: 0;
}

.youTube_box{
    position: relative;
}

/*Hear It From Our Patients ends*/
.video-play-button {
  position: absolute;
  z-index: 10;
      top: 45%;
    left: 41%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff4c60;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--bg_color);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #f1ad34;
}
.video-play-button:before {
  content: "";
  color: var(--bg_color);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--bg_color);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #f1ad34;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #ff4c60;
  transform: scale(1.5);
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

/* ENTRANCE ANIMATION OF THE PLAY BUTTON */

.video-play-button {
    -webkit-animation: scale-up-center 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
            animation: scale-up-center 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
}

.video-play-button {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.hear_wrapper  h1{
    position: relative;
    color: #fff;
    margin-bottom: 1em;
}
p.mettP {
    position: relative;
    color: #fff;
    font-size: 19px;
    line-height: 41px;
}

.teeth_Img img{
    width: 250px;
    height: 130px;
}
.teeth_p p{
     position: relative;
    color: #fff;
    font-size: 19px;
    line-height: 41px; 
}










.credits {
  margin: 20px auto;
  text-align: center;
}
#beforeafter {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
/* Plugin CSS */
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label:before {
  content: "Before";
}
.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: "After";
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}
.smallImg img{
       aspect-ratio: 10 / 4;
}

 iframe {
    width: 100%;
}
.left_dentaBoxl_mobile{
    display: none;
}
.bookNow_wrapper{
    display: none;
}
.bookInputs{
    margin-bottom: 1.4em;
}
.bookInputs input{
    padding-left: 7px;
    height: 41px;
}
.bookNow_wrapper form{
    background: var(--bg_color);
    padding: 15px;
    border-radius: 7px;
}
.bookInputs select{
    width: 100%;
    outline: none;
    height: 41px;
}
.bookInputs  textarea{
    width: 100%;
    outline: none;
    padding: 12px;
    height: 100%;
}
.mobileForm_btn input{
    border: none;
    text-align: center;
    margin: 0 auto;
    height: 40px;
    color: #fff;
    border-radius: 7px;
    outline: none;

    background: #f16625 !important;
    display: block;
    width: 150px;
}
/*footer css start*/
.footer__wrapper{
    background-image: url('../images/footer-banner.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    color: #fff;

}
.footer__wrapper:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg_color);
    opacity: .9;
    border-top: 1px solid white;
}
.footerRow{
    position: relative;
}
.logo_img img{
    width: 140px;
}
.logo_img p{
    color: #fff;
    margin-top: 12px;
    font-size: 15px;
    line-height: 28px;
}
.footer_links h4{
    color: #fff;
    margin-bottom: 1.3em;
   position: relative;
}
.lates_links h4{
   color: #fff;
    margin-bottom: 1.3em;
   position: relative; 
}
.footer_links h4:before{
       position: absolute;
    content: "";
    top: 33px;
    bottom: 7px;
    background: white;
    width: 176px;
    height: 2px;
}
.lates_links h4:before{
       position: absolute;
    content: "";
    top: 33px;
    bottom: 7px;
    background: white;
    width: 176px;
    height: 2px;
}
.newLaterLInks h4{
      color: #fff;
    margin-bottom: 1.3em;
   position: relative; 
}
.newLaterLInks h4:before{
       position: absolute;
    content: "";
    top: 33px;
    bottom: 7px;
    background: white;
    width: 176px;
    height: 2px;
}
.footer_links ul{

}
.footer_links ul li{
    margin-bottom: 8px;
}
.footer_links ul li a{
    color: #fff;

}
.blog_items a img{
    width: 75px;
    border-radius: 7px;
    height: 75px;
    object-fit: cover;
}
.blog_items{
    margin-bottom: 12px;
}
.blog_items a{
    display: flex;
    align-items: center;
    gap: 12px;
}
.blogP p{
    color: #fff;
    font-size: 16px;
}
.newLaterLInks input{
    height: 38px;
    padding: 0 12px;
}
.newLaterLInks button{
    background: orange;
    padding: 7px 15px;
    color: #fff;
    float: right;
    margin-top: 12px;
}
.bottom_footerP p{
    color: white !important;
    font-size: 15px;
}
.bottom_row{
    position: relative;
}
.privcyLInks a{
    color: #fff;
}
.footerRow{
    padding-bottom: 2em;
}
.newsLAterSoclia {
    margin-top: 6em;
}
.newsLAterSoclia a:first-child{
    font-size: 23px;
    color: orange;
}
.newsLAterSoclia a i{
    margin-right: 12px;
}
.social_lisnk a{
    background: white !important;
    color: #000;
    padding: 6px;
    display: inline-block;
    font-size: 12px !important;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 23px;

}
.social_lisnk a i{
    color: #000;
    margin-right: 0 !important;
}
.social_lisnk{
  
    margin-top: 1em;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.whatsapp_img{
    position: fixed;
    bottom: 12px;
     right: 0;
     z-index: 9999;
}
.whatsapp_img img{
    width: 100px;

}
/*footer css ends*/


/*orthodontics css start from here*/
.hero_orticose_wrapper{
    background: #e0e0e0;
    padding: 4em 0;
}
.hero_leftContent h2 {
    font-size: 32px;
    line-height: 43px;
}
.hero_leftContent p{
       font-size: 19px;
    line-height: 34px;
    margin-top: 1em;
}
.hero_leftContent h5{
    margin-bottom: 1em;
    font-weight: 300 !important;
    font-size: 19px;
}
/*orthodontics css ends from here*/
/*Why Choose Us for Your Orthodontics Treatment start*/
.whyOrthodintics_wrapper{
    padding: 5em 0;
}
.vedioe_wrapper video{
    border-radius: 12px;
}
.whyOrthodintics_row{

    border-radius: 12px;
    background-color: #ffffff;
    background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #ffffff 10px), repeating-linear-gradient(#ffffff, #ededed);
}
.video_right_content ul{
    padding-top: 1em !important;
}
.video_right_content ul li{
       margin-bottom: 21px;
    font-size: 17px;
}
.video_right_content ul li span{
    margin-right: 12px;
    color: var(--bg_color);
}

/*Why Choose Us for Your Orthodontics Treatment ends*/

/*Orthodontic Treatment Before and After start */
.treatmentBefore_wrapper{
    padding: 4em 0;
        background-color: #fcfcfc !important;
}
.teath_img_box img{
    border-radius: 7px;
    width: 100%;
}
.teath_img_box{
    position: relative;
}
.Treatemntbefore_row{
    padding-top: 2em;
}
.teath_img_box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
border-radius: 7px;
transition: all .3s;
}
.teath_img_box:hover:before{
    opacity: 1;
    visibility: visible; 
    border-radius: 7px;
}
.teath_img_box:hover.teath_img_box strong{
     opacity: 1;
    visibility: visible;
    transition: all .3s;
}
.teath_img_box strong{
  position: absolute;
    bottom: 0px;
    left: 14px;
    color: #fff;
    background: #80808091;
    width: 75px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    opacity: 0;
    visibility: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*Orthodontic Treatment Before and After ends*/
/*Types of Orthodontic Treatment Options Available start */
.types_Orthodontic_wrapper{
    padding: 4em 0;
    background-image: url('../images/why_banner.jpg');
   
   background-position: 0 0 !important;
    background-position: center;
}
.types_Orthodontic_wrapper h2{
    color: var(--bg_color);
}
.Types_row {
    padding-top: 2em;
}
.top_img_profile{
    display: flex;
    gap: 14px;
     cursor: pointer;
}
.top_img_profile img{
     width: 101px;
    height: 98px;
    border-radius: 100px;
}
.flex_icons{
    display: flex;
     justify-content: center;
    flex-direction: column;
}
.flex_icons span{
      font-size: 21px;
}
.flex_icons span i{
    border-radius: 100px;
    border: 1px solid gray;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.types_img_box {
    background: #fff;
    padding: 16px 16px;
    border-radius: 8px;
/*    height: 100%;*/
}
.bottom_para{
   display: none; 

}
.bottom_para p {
    font-size: 17px;
    line-height: 31px;
    margin-top: 1em;
    
}
.img_box_active{
    display: block;
}
/*Types of Orthodontic Treatment Options Available ends*/
.Specilist_wrapper h1{
    margin-bottom: 28px;
    color: var(--bg_color);
}

/*hat Our Patients Have to Say start */
.video-section {
    flex: 3;
/*    padding: 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-section iframe {
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 450px;
    border-radius: 8px;
}

.playlist-section {
    flex: 1;
    background-color: #ffffff;
    border-left: 1px solid #ddd;
    overflow-y: auto;
    padding: 10px;
    height: 440px;
}

#playlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

#playlist li {
    padding: 10px;
    margin: 5px 0;
    background-color: #f4f4f4;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
}

#playlist li:hover {
    background-color: #ddd;
}

/* Scrollbar Styling */
.playlist-section::-webkit-scrollbar {
  background-color: transparent;
  width: 0px;

}

.playlist-section:hover::-webkit-scrollbar {
  width: 8px;

}
.playlist-section:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}

@media (hover: none) {
  .playlist-section::-webkit-scrollbar {
    width: 8px;
  }
  .playlist-section::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
/*#playlist  li img{
    width: 45px !important;
}*/
#playlist  li span{
    font-size: 10px !important;
}
.video_container{
    display: flex;
}




 
 .slick-list {
  margin: 20px 0px;
}
 .slick-prev,
 .slick-next {
  position: absolute;
  right: 10%;
  background: #777;
  border: none;
  color: transparent;
  width: 30px;
  height: 30px;
top: 350px;
  border-radius: 50%;
}
 .slick-prev:before,
 .slick-next:before {
  content: ">";
  color: #fff;
  font-size: 25px;
      display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
}
 .slick-prev {
  left: 70%;
  
}

 .slick-prev:before {
  content: "<";
}
 .slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
 .slick-dots li {
  display: inline-block;
}
 .slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: #777;
  margin-right: 10px;



}
 .slick-dots li.slick-active button {
  background-color: #fff;
}
.top_review{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_review img{
    width: 50px;
}
.goolge_reviesBox{
    border: 1px solid gray;
    padding: 18px;
    border-radius: 9px;
    height: 100%;
}
.goolge_reviesBox p{
    font-size: 15px;
    line-height: 29px;
    margin-top: 1em;
}
.goolge_reviesBox  i.fa.fa-star{
    color: orange;
}
.Our_paients_wrapper h1{
    color: var(--bg_color);
}
.paients-row {
    padding-top: 2em;
}
/*hat Our Patients Have to Say ENDS*/


/*Book Your Free Consultation start*/
.typing_bg_row{
    background-image: url('../images/typing_bg.jpg');
        padding: 32px 55px;
    color: #ffff;
}
.typing_p a{
     background: #f16521;
    color: #fff !important;
    padding: 9px 12px;
    border-radius: 6px;
}
.typing_p p{
    margin-bottom: 1em !important;
    font-size: 17px;
}
.typing_bg_row h1{
    color: #fff;
    font-size: 27px;
}

/*Book Your Free Consultation ends*/


/*frequnty css start*/
.frequently_row .accordion-button{
     font-size: 19px;
}
.frequently_row .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f1652126;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
   
}

.frequently_row .accordion-button:focus {
    z-index: 3;
     border-color: none; 
    outline: 0;
     box-shadow: none; 
}
.frequently_row .accordion-item {
    margin-bottom: 1em !important;
}

.frequently_row .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 0 4px 4px #8080800f;
}




.frequently_row .frequently_row .accordion-button:not(.collapsed) {
    color: #061b4c !important;
    background-color: #f1652126;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}


.frequently_row .accordion-body p{
    font-size: 16px;
}


/*Premium Dental Clinics in Dubai start */
.premium__wrapper{
    background-image: url('../images/pre_bg.jpg');
    background-position: center;
    background-size: cover ;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    padding: 4em 0;

}
.premium__wrapper strong, h1{
    position: relative;
    z-index: 999999;
    color: #fff;
}
.permium_row{
    position: relative;
    z-index: 1;
        padding-top: 3em;
}
.premium__wrapper:before{
    position: absolute;
    content: "";
    background: rgba(10,35,67,0.95);
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}



.premium__wrapper .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
/*    width: 100% !important;*/
}
.premium__wrapper .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #808080bd !important;

}
.premium__wrapper .nav-pills .nav-link {
    background: #8080805c ;
    margin-bottom: 1em;
    color: #fff;
       display: flex;
    align-items: center;
    justify-content: flex-start;
        width: 350px;
}
.premium__wrapper .nav-pills .nav-link i{
    margin-right: 7px;
    font-size: 7px;
    color: #f16623;
}


.premium__wrapper .top_heading_tabs{
    position: relative;
}


.premium__wrapper .top_heading_tabs:before{
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    background: white;
    content: "";
    width: 100%;
    height: 1px;
}


.premium__wrapper  .map_iframe {
/*    padding-bottom: 55% !important;*/
    margin-bottom: 0.5em;
    padding-top: 1.5em;
    width: 100%;
}



.premium__wrapper .phone_Box ul{
    display: flex;
    justify-content: space-between;
}



.premium__wrapper .phone_Box ul li a{
    color: #fff !important;
}
.premium__wrapper .phone_Box ul {
    position: relative;
}
.premium__wrapper .phone_Box ul:before{
    position: absolute;
    content: "";
    background: white;
    top: 35px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
}
.premium__wrapper .phone_Box ul li a i{
    margin-right: 7px;
}
.clock_box a{
    color: #fff !important;

}
.clock_box {
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em;
}
.clock_box:before{
       position: absolute;
    content: "";
    background: white;
    top: 35px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
}
.premium__wrapper .clock_box  a i{
    margin-right: 7px;
}
.timing_bbox div {
    display: flex;
    border-bottom: none !important;
    justify-content: space-between;

}
.timing_bbox p a{
    font-size: 16px;
    color: #fff !important;
}
.Contact_form_wrapper{
    background-image: url('../images/why_banner.jpg');
        background-repeat: repeat;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 1em;
    border-radius: 3px;
}
.Contact_form_wrapper h3{
    margin-bottom: .7em;
    text-align: center;
}
.Contact_form_wrapper form .right_inputs input{
    height: 38px;
    padding-left: 7px;
}
.Contact_form_wrapper form .right_inputs{
    margin-bottom: 1.3em;
}
.Contact_form_wrapper form .right_inputs select{
    width: 100%;
    height: 38px;
       padding-left: 7px;
       outline: none;
}
#v-pills-tabContent{
    flex: auto;
}
.Contact_form_wrapper form .right_inputs textarea{
    width: 100%;
    outline: none;
    height: 80px;
       padding: 7px 7px;   
   
}
.Contact_form_wrapper form  .submit_btn input{
      border: none;
    outline: none;
    background: #f16623;
    padding: 7px;
    width: 33%;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
    color: #fff;
}
/*Premium Dental Clinics in Dubai ends*/


/*@@@@@@@###############$$$$$$$$*/
/*@@@@@@@###############$$$$$$$$*/
/*@@@@@@@###############$$$$$$$$*/
/*@@@@@@@###############$$$$$$$$*/
/*@@@@@@@###############$$$$$$$$*/
/*@@@@@@@###############$$$$$$$$*/
/*@@@@@@@###############$$$$$$$$*/
/*@@@@@@@###############$$$$$$$$*/
/*@@@@@@@###############$$$$$$$$*/
/*@@@@@@@###############$$$$$$$$*/
/*@@@@@@@###############$$$$$$$$*/
/*@@@@@@@###############$$$$$$$$*/

/*DENTAL PAGE CSS START FROM HERE*/



.hero_dental_wrapper{
    background-image: url('../images/dental_bg.webp');
    background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 40rem;
        margin-bottom: 2em;
}
.hero_dental_Row{
    display: flex;
    flex-direction: column;
    height: 50vh;
    justify-content: center;
}
.left_dentaBoxl{
    background: #0a2343d9;
    border-radius: 10px;
        padding: 18px;

}
.left_dentaBoxl h3{
    color: #fff;
    font-size: 38px;
    margin-bottom: 18px;
}
.left_dentaBoxl a{
       background: #f16623;
    padding: 8px 12px;
    color: #fff !important;
    font-size: 18px;
    border-radius: 7px;
}


.veneers_box_left h3{
    position: relative;
}
.veneers_box_left h3:before{
    position: absolute;
    content: "";
    background: #f16625;
       width: 130px;
    height: 2px;
    top: 46px;
    left: 0;
}
.veneers_box_left p{
    font-size: 18px;
/*    margin-top: 2em;*/
    line-height: 33px;
}
.veneers_box_left .marginTpp{
    margin-top: 2em;
}
.right_vereent_box iframe{
    width: 100%;
    height: 385px;
}
.tow_img_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 0 auto;
    width: 310px;
    padding-top: 2em;
}   
.tow_img_wrapper img{
    border-radius: 10px;
}


/*The Dental Veneers Process start*/
.top_process h1{
    color: var(--bg_color);
    font-size: 33px;
}
.top_process p{
    font-size: 18px;
    margin-top: 12px;
}
.process_Row{
    padding-top: 2em;
}
.process_box img{
    border-radius: 7px;
}
.process_box h3{
    font-size: 22px;
    position: relative;
}
.process_box h3:before{
    position: absolute;
    background: #ff6900;
    width: 150px;
    height: 2px;
    content: "";
    top: 40px;
    left: 0;
}
.process_content{
    padding-top: 1em;
}
.process_content p{
    font-size: 18px;
    line-height: 30px;
    margin-top: 1.5em;
}

/*The Dental Veneers Process ends*/

.customized_wrapper{
    padding: 3em 0;
    position: relative;
    background-image: url('../images/c_bg.jpg');
        background-image: url(https://www.drjoydentalclinic.com/wp-content/uploads/2021/05/dental-lab-porcelain.jpg?id=2162) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.customized_wrapper:before{
     content: '';
    background-color: #0a2343;
    opacity: 0.9;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px;
}
.left_cusomitezed_box h2{
    font-size: 35px;
    position: relative;
    color: #fff;

}
.left_cusomitezed_box h2:before{
    position: absolute;
    content: "";
    background: #f16625;
  top: 96px;
    left: 0;
    width: 148px;
    height: 2px;
}
.customized_row{
    position: relative;
    z-index: 1;
}
.left_cusomitezed_box p{
    font-size: 18px;
    line-height: 30px;
     color: #fff;
     margin-top: 1.5em;

}
.perotialnet_heading h2{
    
}

.botom_border{
        background: #f16625;
    width: 150px;
    height: 2px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.perotialnet_heading .need_para{
    
    margin-top: 2em;
}
.perotialnet_heading p{
    font-size: 18px;
}

.why_ChooseWrapper h2{
    color: #fff !important;
    text-align: center;
}
.why_ChooseWrapper{
    padding: 4em 0;
    background-image: url('../images/texture_02.jpg');
    color: #fff;
}
.Why_row{
    padding-top: 2em;
}
.why_boxes{
    text-align: center;
}
.why_boxes:hover img{
        transition: all 0.65s !important;
    transform: translateX(0) rotateY(360deg) !important;
}
.why_boxes img{
    width: 79px;
}
.why_boxes p{
    font-size: 20px;
    margin-top: 12px;
}
.before__after_img_box{
    background: white;
    padding: 7px;
    border-radius: 7px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 11px;
}
.before__after_img_box img{
    border-radius: 7px;
}

.slick_bg_wrapper{
    background-image: url('../images/why_banner.jpg');
    padding: 3em 0;
    border-radius: 10px;
}
.slick_bg_wrapper .goolge_reviesBox{
    background: #fff;
}
.veiw_all_btn{
     background: #f16623;
    display: inline-block;
    width: 150px !important;
    text-align: center;
    margin: 0 auto;
    padding: 9px;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 5px;
    color: #fff !important;
}
.fq_heaing{
    color: #000 !important;
}