/* @font-face {
    font-family: "Helvetica Neue", sans-serif;
    src: url(../font/helvetica/HelveticaBlk.ttf) format("truetypefont");
    font-weight: 600
}

@font-face {
    font-family: Metropolis-Medium;
    src: url(../font/helvetica/Metropolis-Medium.otf)
}

@font-face {
    font-family: Metropolis-ExtraBold;
    src: url(../font/helvetica/Metropolis-ExtraBold.otf)
}

@font-face {
    font-family: Metropolis-Bold;
    src: url(../font/helvetica/Metropolis-Bold.otf)
}

@font-face {
    font-family: Metropolis-SemiBold;
    src: url(../font/helvetica/Metropolis-SemiBold.otf)
} */


a, a:hover, a:focus, a:active{
    text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", sans-serif
}

body {
    font-family: 'Helvetica Neue', sans-serif
}

.main_area {
    width: 100%;
    overflow-x: hidden
}

section {
    width: 100%
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px
}

.text-center {
    text-align: center!important
}

img {
    width: 100%;
    max-width: 100%
}

a:hover {
    text-decoration: none
}

header {
    width: 100%;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all ease-in .4s;
    transition: all ease-in .4s;
    background-color: #fff;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

header .logo {
    width: 100%;
    padding: 0
}

header.fixed {
    background-color: #fff;
    box-shadow:0 7px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);
    
}

header .logo img {
    width: 235px;
    height: auto
}

header .w3-btn {
    margin-right: 10px;
    margin-top: 10px
}

header .w3-btn:last-child {
    margin-right: 0
}

header .bookappointment {
    display: inline-block;
    padding: 7px 10px;
    font-size: 16px;
    color: #000;
    background-color: #fcec60;
    border-radius: 25px;
    font-weight: 700
}

header a.callUss:hover {
    color: #fff
}

header a.bookappointment:hover {
    color: #000
}

header_x a:active, header_x a:focus, header_x a:hover {
    color: #fff
}



.banner {
    position: relative;
    background: rgb(175 175 175 / 15%) url(../images/header-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 40%;
    padding-top: 100px;
    width: 100%;
    height: 100vh
}

.intro {
    width: 100%;
    text-align: center
}

.intro h1 {
    font-size: 30px;
    line-height: 32px;
    color: #000;
    font-weight: 700
}

.problems {
    padding: 10px 20px;
    background-color: rgb(128 128 128 / 20%);
    color: #000;
    border-radius: 25px
}

.problems span {
    font-size: 20px;
    line-height: 24px
}

.intro h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 15px 0
}

.intro h3:after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background-color: #838383;
    margin: 5px auto 0
}

.appointment_form {
    width: 100%;
    border-radius: 25px;
    margin-top: 10px;
    margin-bottom: 30px;
    overflow: hidden
}

.appointment_form .w3-row {
    display: table;
    width: 100%
}

.appointment_form .w3-row>.w3-col {
    display: table-cell;
    float: none;
    vertical-align: middle
}

.appointment_form .w3-col.m7 {
    background-color: #8bc619
}

.appointment_form .w3-col.m5 {
    background-color: #fcec60;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.appointment_form .form_inner {
    width: 100%;
    padding: 1px 40px 0
}

.formbook {
    text-align: center;
    color: #fff;
    position: relative;
    padding-top: 20px;
    line-height: 33px;
    font-size: 25px;
    font-family: Metropolis-Medium
}

.formbook:after, .formbook:before {
    position: absolute;
    top: 41%;
    overflow: hidden;
    width: 15%;
    height: 3px;
    content: '\a0';
    background-color: #fff
}

.formbook:before {
    margin-left: -19%;
    text-align: right
}

.formbook:after {
    margin-left: -52px;
    text-align: right
}

.service_care_info {
    padding: 5px 20px 45px
}

.service_care_info .img_box {
    width: 100%;
    max-width: 167px;
    clear: both;
    padding: 45px 55px 0 0;
    margin-bottom: 20px
}

.service_care_info h3 {
    color: #180e33;
    font-family: Metropolis-ExtraBold;
    font-size: 30px;
    text-transform: uppercase
}

.service_care_info h4 {
    color: #442310;
    font-family: Metropolis-Bold;
    line-height: 13px;
    font-size: 15px;
    position: relative;
    text-transform: uppercase
}

.service_care_info_x h4:after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background-color: #442310;
    margin: 10px 0 0
}

.service_care_info p {
    font-family: Metropolis-SemiBold;
    color: #442310;
    font-size: 14px
}

.input_box_submit {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    border-radius: 25px;
    overflow: hidden
}

.input_box_submit:last-child {
    margin-bottom: 0
}

.input_box_submit button, .input_box_submit input {
    width: 100%;
    height: 35px;
    background-color: #fff;
    border-radius: 25px;
    padding-left: 50px;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 0;
    font-size: 16px;
    color: #000
}

input::-webkit-placeholder {
    color: #7989c3
}

.input_box_submit input:active, .input_box_submit input:focus {
    border: 0;
    box-shadow: none;
    outline: 0
}

.input_box_submit+p {
    margin-top: -10px;
    font-size: 14px;
    color: #fff
}

.input_box_submit {
    text-align: center
}

.input_box_submit button {
    display: inline-block;
    max-width: 140px;
    text-align: center;
    padding: 0
}

.input_box_submit button:hover {
    background-color: #7989c3;
    color: #fff
}

.captcha_text {
    font-size: 15px;
    font-weight: 700
}

.treatment {
    /* border-top: 15px solid #fcec60; */
    position: relative;
    padding: 40px 0;
}



.treatment .container {
    max-width: 1140px
}

.treatment .heading {
    text-align: center
}

.treatment .heading h2 {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 600
}

.treatment .heading h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #909090;
    margin: 10px auto 20px
}

.talk_to_expert {
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 40px 0
}

.tak_to_expert_inner {
    display: inline-block;
    width: 100%;
    max-width: 480px;
    background-color: #8bc619;
    border-radius: 60px
}

.talk_to_expert .w3-row {
    display: table
}

.talk_to_expert .w3-row>.w3-col {
    float: none;
    display: table-cell;
    vertical-align: middle
}

.talk_to_expert .icon_box {
    float: left;
    width: 100%;
    max-width: 220px
}

.talk_to_expert .icon_box img {
    padding-top: 7px
}

.talk_to_expert h3, .talk_to_expert p {
    color: #fff;
    text-align: center
}

.talk_to_expert p {
    font-size: 16px;
    line-height: 18px
}

.talk_to_expert h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin: 0
}

.talk_to_expert h3 a:hover {
    color: #fff
}

.services_tabs {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px
}

.services_tabs.mob {
    border-bottom: 0 solid #fff
}

.tabs_nav_carousel .item {
    width: 100%;
    text-align: center
}

.tabs_nav_carousel .item a {
    display: inline-block;
    text-align: center;
    text-decoration: none
}

.tabs_nav_carousel a .icon_box {
    display: inline-block;
    width: 130px!important;
    height: 130px!important;
    border-radius: 50%;
    background-color: #787878;
    text-align: center;
    position: relative;
    border: 1px solid #888
}

.tabs_nav_carousel a .icon_box img {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tabs_nav_carousel a.active .icon_box, .tabs_nav_carousel a.active h4, .tabs_nav_carousel a:hover .icon_box, .tabs_nav_carousel a:hover h4 {
    background-color: #8bc619;
    color: #fff
}

.tabs_nav_carousel a h4 {
    display: flex;
    width: auto;
    padding: 10px;
    background-color: #fff;
    color: #a0a0a0;
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
    border-radius: 25px;
    min-height: 52px;
    text-align: center;
    align-items: center
}

.tabs_nav_carousel a h4 span {
    display: block;
    text-align: center;
    align-items: center;
    width: 100%;
    color: #000;
    font-weight: 700
}

.tabs_nav_carousel .owl-nav button {
    display: block;
    width: 70px;
    height: 40px;
    border-radius: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    font-size: 0
}

.tabs_nav_carousel .owl-nav button:hover {
    background-color: #fff!important;
    box-shadow: 0 0 4px rgba(0, 0, 0, .5)
}

.treatment .tabContents_wrap {
    width: 100%;
    margin-top: 20px
}

.treatment .tabContent .content_box {
    width: 100%;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0px 8px 25px 2px rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 4%);
    border-radius: 10px;
}

.treatment .content_box h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600
}

.treatment .content_box p {
    font-size: 16px;
    line-height: 22px;
    color: #000
}

.treatment .content_box a {
    margin-top: 20px
}

.treatment .tabContent .img_box {
    width: 100%;
    margin-right: -1px;
    text-align: right
}

.treatment .tabContent .img_box img {
    max-width: 280px
}

.patients {
    margin-top: 130px;
    position: relative
}

.patients .dental-chain {
    margin-top: -120px
}

.drsnbgcolor {
    padding: 30px 40px;
    background-color: rgb(175 175 175 / 15%);
    color: #000;
    font-size: 14px
}

.drsnbgcolor .foundertxt {
    color: #f67931;
    font-style: italic;
    font-weight: 700;
    margin: 0 0 10px
}

.social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

.social-links a:hover {
    color: #fff
}

.social-links .facebook {
    background-color: #3b5998;
    border-color: #3b5998
}

.social-links .twitter {
    background-color: #55acee;
    border-color: #55acee
}

.social-links .youtube {
    background-color: #b31217;
    border-color: #b31217
}

.social-links .linkedin {
    background-color: #517fa4;
    border-color: #517fa4
}

.social-links .instagram {
    background-color: #517fa4;
    border-color: #517fa4
}

.section-heading h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px
}

.section-heading h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px)
}

.section-heading h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #8bc619;
    bottom: 0;
    left: calc(50% - 20px)
}

.dental-chain h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    text-align: center
}

.dental-chain p {
    font-size: 20px;
    line-height: 26px;
    text-align: center
}

.dental-chain hr {
    width: 62px;
    margin: 0 auto;
    background: #eb4e27;
    height: 2px
}

.patients {
    background: url(images/dental.png);
    height: 588px;
    background-size: cover
}

.patients .circle {
    border-radius: 59px;
    width: 118px;
    height: 220px;
    color: #8bc619;
    background: #fcec60;
    position: relative;
    margin: 0 auto;
    padding-top: 10px
}

.patients .patients_box {
    width: 100%;
    max-width: 1200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 100px;
    padding: 0 20px
}

.patients_box .m2 {
    width: 14.28%
}

.patients .inner-circle {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto
}

.patients .patient_img {
    width: 52px;
    margin: 0 auto;
    padding: 18px 0
}

.patients .circle h4 {
    padding-top: 11px;
    text-align: center;
    color: eb4e27;
    font-size: 24px;
    color: #8bc619
}

.patients .circle p {
    font-size: 13px;
    color: #8bc619;
    text-align: center
}

.appointment_btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -25px;
    text-align: center
}

.appointment_btn .w3-btn.appointmentbutton {
    padding: 20px 50px;
    border-radius: 50px
}

.tabContent {
    display: none
}

.tabContent.in {
    display: block
}

.testimonial {
    padding: 90px 0;
    background: rgb(175 175 175 / 15%);
}

.testimonial .container {
    max-width: 1140px
}

.testimonial .heading {
    text-align: center
}

.testimonial .heading h2 {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 600
}

.testimonial .heading h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #909090;
    margin: 10px auto 20px
}

.video_img_box {
    width: 100%;
    position: relative
}

.video_img_box .play_btn {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer
}

.video_box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in .5s;
    transition: all ease-in .5s
}

.video_box iframe {
    width: 100%;
    height: 100%
}

.video_box.in {
    visibility: visible;
    opacity: 1;
    z-index: 99
}

.testi_box_wrap {
    width: 100%;
    position: relative;
    z-index: 9;
    background-color: #8bc619
}

.testi_box {
    width: 100%;
    padding: 30px;
    text-align: center
}

.testi_box .quotes {
    font-size: 46px;
    color: #f19181;
    padding: 10px
}

.testi_box h3 {
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600
}

.testi_box h5 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin: 25px 0;
    font-weight: 600
}

.testi_box h5:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 15px auto
}

.testi_box p {
    font-size: 16px;
    line-height: 22px;
    color: #fff
}

.owl-dots .owl-dot:active, .owl-dots .owl-dot:focus, .owl-nav>button:active, .owl-nav>button:focus {
    border: 0;
    box-shadow: none;
    outline: 0
}

.talktoexpert1{
    background-color: rgb(175 175 175 / 15%);
}

.talk_to_expert_sec {
    position: relative
}

.talk_to_expert_sec:before {
    content: '';
    display: block;
    width: 100%;
    max-width: 1080px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1
}

a.w3-btn.appointmentbutton {
    padding: 8px 25px;
    background-color: #fcec60;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    border-radius: 25px;
    font-weight: 700
}

a.w3-btn.ctas {
    margin-top: 7px;
    padding: 10px 25px;
    background-color: #eb4e27;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    border-radius: 25px
}

footer {
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, .8);
}

footer p {
    color: #fff;
    font-size: 16px;
    margin: 0
}

footer .w3-col:last-child {
    text-align: right
}

.action_btns_bottom {
    display: none
}


/* top navbar  */

.nav-common{

    font-size: 1em;
    line-height: 20px;
    text-decoration: none;
    border-radius: 25px;
    cursor: pointer;
    margin-right: 10px;
    padding: 10px 5px;
}


.phone{
    
    background-color: #8bc619;
    color: #fff;
}

.phone:hover, .phone:focus{
    text-decoration: none;
    color: #404040;
}

.book{
    background-color: #fcec60;
    color: #404040;
}

.book:hover, .book:focus{
    text-decoration: none;
    color: #000;

}


.location {
    position: relative;
    display: inline-block;
    /* margin-top: 20px; */
    margin-right: 10px;
    background-color: #fcec60;
    height: 37px;
    border-radius: 25px;
    width: 183px;
    padding: 0 10px;
}

.location .dropbutton{
    
    color: #404040;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    /* align-content: flex-start; */
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
}

.location .dropbutton:hover{
    text-decoration: none;
}

.location .dropdown-content{
    
    position: absolute;
    background-color: #fff;
    /* min-width: 120px; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

    width:30vw;
    left: calc(-15vw + 90px ); /*move left by half of dropdown-content, then move to middle ofbutton by adding half of button */
        
    display: none;
    opacity: 0;
    justify-content: space-around;
    flex-wrap: nowrap;

    transition: all 0.5s ease;

    
}

.location:hover .dropdown-content, .location:active .dropdown-content{
    display: flex;
    opacity: 1;

    z-index:1000;

    border-radius: 10px;
    transition: all 0.5s ease;
}

.location:hover {
    
}
.location:hover .dropbutton{
    color: black;
}
.location .dropdown-content .citysection{
    color: black;
    
    text-decoration: none;
    display: flex;
    
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    /* line-height: 42px; */
    align-items: center;

    padding: 10px;
}


.location .dropdown-content .citysection .title{
    width: 100%;
    line-height: 3em;
    font-weight: 700;

    display: flex;
    justify-content: center;

    transition: all 0.5s ease;
}

.location .dropdown-content .citysection .content{
    width: 100%;
    line-height: 2em;
    display: flex;
    
    flex-direction: column;
    align-items: center;

    transition: all 0.5s ease;
}

.location .dropdown-content .citysection .content a{
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    text-shadow: rgba(0, 0, 0, 0);

    transition: all 0.5s ease;
}

.location .dropdown-content .citysection .content a:hover{
    text-shadow: rgba(0, 0, 0, .4);
    color: rgba(0, 0, 0, 1);
}

.location .dropdown-content .citysection .content a:focus{
    text-decoration: none;
}


.location .dropdown-content .divider{
    width: 2px;
    margin: 20px 0;
    background-color: #5f5f5f;

    transition: all 0.5s ease;

}

.subnavmenu {
    padding-top: 62px;
    box-shadow: 0 0 2px rgb(0 0 0 / 25%);
}

.subnavmenu .location {
    background-color: #fff;
    width: 120px;
}
.subnavmenu .location .dropbutton{
    color: black;
}

.subnavmenu .location:hover, .subnavmenu .location:active {
    background-color: #fff;
}

.subnavmenu .location .dropdown-content{
    width: 90vw;
    left: 50%;
    margin-left: -45vw;
}



/* end of top navbar */
.callUss {
    padding: 10px 10px;
    background-color: #008d0c;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    border-radius: 25px
}

header .callUss {
    margin-right: 10px
}

.callUss:active, .callUss:focus, .callUss:hover, .callUss:visited {
    text-decoration: none
}

.callUsButton {
    display: none
}

.callUsButton:focus, .callUsButton:hover, .callUsButton:visited {
    color: #000
}









.patient_speak_modal.in {
    display: block
}

.patient_speak_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    z-index: 99999;
    padding: 0 20px
}

.patient_speak_modal_body {
    width: 100%;
    max-width: 680px;
    margin: 90px auto 0;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4)
}

.modal_video_box {
    width: 100%;
    position: relative
}

.modal_video_box .close_btn {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    position: absolute;
    right: -20px;
    top: -58px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff
}

.modal_video_box iframe {
    width: 100%;
    border-radius: 4px
}

.video_img_box .play_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    background: url(images/video-play-btn.png) no-repeat center
}

.video_img_box .play_btn:hover {
    background: url(images/video-play-btn-hover.png) no-repeat center
}

.desktop-hide {
    display: none
}

/* 
our doctors carousel 
 */

.ourdoctors {
    margin-top: 30px;
    margin-bottom: 60px
}

.ourdoctors .container {
    max-width: 1140px
}

.ourdoctors .heading {
    text-align: center
}

.ourdoctors .heading h2 {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 600
}

.ourdoctors .heading h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #909090;
    margin: 10px auto 20px
}

.doctors_carousel .item{
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-content: center;

}
.doctors_carousel .item .card{
    width: 80%;
    margin: 2rem 0;
}

.doctors_carousel .item .card-inner{
    max-width: 20rem;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 0.75rem;
    padding: 1rem;
    background-color: white;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);
    
}

.doctors_carousel .item .card-inner .img-wrapper{
    text-align: center;
}
.doctors_carousel .item .card-inner .img-wrapper img{
    width: 100%;
    height: 18rem;
    object-fit: cover;
}

.doctors_carousel .item .card-inner .description-wrapper{
    text-align: center;
    padding: 0 5px;
}

.doctors_carousel .item .card-inner .description-wrapper a{
    padding: 5px 0;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    display: block;
    color: rgba(31, 41, 55,1);
}

.doctors_carousel .item .card-inner .description-wrapper span{
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgba(55, 65, 81, 1);	

}



.ourdoctors .owl-carousel .owl-nav .owl-prev {
    left: -3%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s
}

.ourdoctors .owl-carousel .owl-nav .owl-next {
    right: -3%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s
}


.ourdoctors.owl-carousel .owl-nav .owl-prev {
    left: -3%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.ourdoctors .owl-carousel .owl-nav .owl-next, .ourdoctors .owl-carousel .owl-nav .owl-prev {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    opacity: 1;
    border: 1px solid #fb985b;
    background: #fb985b;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin-top: -20px;
    border-radius: 50%;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


  

@media screen and (max-width:1279px) {
    .tabs_nav_carousel .owl-nav .owl-prev {
        left: -30px
    }
    .tabs_nav_carousel .owl-nav .owl-next {
        right: -30px
    }
    .tabs_nav_carousel-mob .owl-nav .owl-prev {
        left: -30px
    }
    .tabs_nav_carousel-mob .owl-nav .owl-next {
        right: -30px
    }
}

@media screen and (max-width:1150px) {
    .banner .w3-col.l6.m4 {
        width: 100%
    }
    .banner .w3-col.l6.m8 {
        width: 100%
    }
    .banner .main_intro {
        width: 100%;
        max-width: 740px;
        margin: 0 auto
    }
    .banner {
        background: rgb(175 175 175 / 15%) url(images/bg/section-bg.png)
    }
}

@media screen and (max-width:1100px) {
    /* header .w3-col.s6:last-child {
        width: 100%;
        position: absolute;
        right: 40px;
        top: 10px
    } */
}

@media screen and (max-width:1024px) {
    .treatment:before {
        background-size: cover;
        height: auto;
        bottom: -60px
    }
}

@media screen and (max-width:850px) {
    .patients {
        padding: 20px 0 10px;
        height: auto
    }
    .patients .dental-chain {
        margin-top: -150px
    }
    .patients .patients_box {
        position: static;
        margin-top: 40px;
        padding: 0
    }
    .patients_box .w3-col.m2 {
        padding: 10px;
        width: 33.33333%
    }
    .patients .patient_img {
        padding: 0;
        width: 100%
    }
    .patients .circle {
        border-radius: 10px;
        width: 100%;
        height: auto;
        background: #fcec60;
        padding: 20px 10px
    }
    .patients .inner-circle {
        width: 140px;
        height: 140px;
        padding: 30px
    }

    .md-hide{
        display: none;
    }
}

@media screen and (max-width:768px) {
    .service_main_infoarea {
        padding: 0 0 20px 0;
        margin: 0;
        width: 100%
    }
    .tabs_nav_carousel-mob {
        display: block!important
    }
    .service_main_infoarea img {
        max-width: 160px
    }
    .w3-col.m6.testiboxNew {
        border: 2px solid #ffff
    }
    .service_main_infoarea h2 {
        text-align: right;
        padding: 2px 7px;
        font-weight: 700;
        color: #180e33;
        font-family: Metropolis-ExtraBold;
        text-transform: uppercase;
        margin: 10px 0 5px 0
    }
    .service_main_infoarea h4 {
        text-align: right;
        font-size: 12px;
        padding: 6px 7px;
        line-height: 3px;
        color: #442310;
        font-family: Metropolis-SemiBold;
        margin: 0;
        position: relative;
        text-transform: uppercase
    }
    .service_main_infoarea_x h4:after {
        content: '';
        display: block;
        width: 55%;
        position: absolute;
        right: 12px;
        height: 1px;
        background-color: #442310;
        margin: 13px 0 0 0
    }
    .service_main_infoarea p {
        text-align: right;
        margin-top: 5px;
        padding: 0 7px 0;
        color: #442310;
        font-size: 12px;
        font-family: Metropolis-SemiBold
    }
    .testimonial {
        margin-top: 3px;
    }
    .talk_to_expert {
        margin: 25px 0 25px 0
    }
    .service_care_info h3 {
        text-align: center;
        text-underline-position: under;
        margin-bottom: 10px;
        font-weight: 700;
        margin-top: 0;
        font-size: 21px
    }
    .callUsButton {
        display: block!important;
        color: #000;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        font-family: Metropolis-Bold;
        margin: 0 auto;
        margin-top: 23px
    }
    .callUsButton span {
        color: #f67931
    }
    .callUsButton .fa-phone {
        color: #f67931
    }
    .action_btns_bottom {
        display: block;
        width: 100%;
        height: 50px;
        position: fixed;
        bottom: -100%;
        left: 0;
        z-index: 99999;
        background-color: #f6841f;
        -webkit-transition: all ease-in .4s;
        transition: all ease-in .4s;
        text-align: center;
        box-shadow: 0 0 4px rgba(0, 0, 0, .4)
    }
    .mobile-hide {
        display: none
    }
    .desktop-hide {
        display: inline-block!important
    }
    .desktop-hide i {
        padding-right: 10px
    }
    .action_btns_bottom.in {
        bottom: 0
    }
    .action_btns_bottom a {
        display: inline-block;
        padding: 5px 15px;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        margin-right: 10px;
        text-decoration: none
    }
    .action_btns_bottom a:last-child {
        margin-right: 0
    }
    .action_inner {
        width: 100%;
        position: relative;
        top: 10px
    }
    footer {
        margin-bottom: 0
    }
    footer .w3-col {
        text-align: center!important
    }
}

@media screen and (max-width:767px) {
    .container {
        padding: 0 20px
    }
    /* header .w3-col.s6:last-child {
        right: 20px
    } */
}

@media screen and (max-width:714px) {
    .patients .circle {
        min-height: 287px
    }
    .dental-chain h1 {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width:700px) {
    /* header .w3-col.s6:last-child {
        max-width: 280px
    } */
    header .w3-btn {
        font-size: 12px !important;
        margin-bottom: 5px !important;
        margin-top: 5px
    }
    header .bookappointment {
        padding: 8px 12px;
        font-size: 12px !important;
        margin-bottom: 5px !important;
        margin-top: 5px;
    }
    header.fixed {
        padding: 10px 0
    }
    header a.w3-btn.appointmentbutton {
        margin-top: 9px !important;
        margin-right: 0
    }
    header a.w3-btn.ctas {
        margin-top: 9px !important;
        margin-right: 0
    }
}

@media screen and (max-width:600px) {
    header .w3-col.s6 {
        width: auto
    }
    header .logox {
        padding: 10px 0 0 0;
    }
    header .logo img {
        width: 170px;
        height: auto
    }
    .appointment_form .w3-row {
        display: flex;
        flex-direction: column
    }
    .appointment_form .w3-row>.w3-col {
        display: block
    }
    .appointment_form .w3-row>.w3-col:first-child {
        order: 2
    }
    .appointment_form .w3-row>.w3-col:last-child {
        order: 1
    }
    .appointment_form .form_inner {
        padding: 4px 40px 20px
    }
    .service_care_info .img_box {
        float: none;
        max-width: 100%;
        text-align: right
    }
    .service_care_info .img_box img {
        max-width: 150px
    }
    .patients_box .w3-col.m2 {
        width: 100%
    }
    .row.patients_box .owl-dots {
        width: 100%;
        padding: 20px;
        text-align: center
    }
    .row.patients_box .owl-dots>button {
        display: inline-block;
        width: 30px;
        height: 10px;
        background-color: #fff;
        border: 0;
        margin-right: 10px;
        box-shadow: 0 0 4px rgba(0, 0, 0, .4)
    }
    .row.patients_box .owl-dots>button.active {
        background-color: #eb4e27
    }
    .testimonial .heading h2 {
        font-size: 30px;
        line-height: 40px
    }
    .patients .circle h4 {
        font-size: 26px;
        line-height: 30px
    }
    .patients .circle p {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (min-width:370px) and (max-width:600px) {
    .service_care_info {
        padding-bottom: 0;
        padding-right: 0;
        background: #8bc619;
        padding-left: 0;
        position: relative;
        padding-top: 2px
    }
    .service_care_info .img_box {
        max-width: 150px;
        position: absolute;
        top: 20px;
        right: 10px
    }
}

@media screen and (max-width:534px) {
    .patients .dental-chain {
        margin-top: -170px
    }
}

@media screen and (max-width:534px) {
    .patients .dental-chain {
        margin-top: -190px
    }
    .patients {
        margin-top: 250px
    }
    .treatment .heading h2 {
        font-size: 28px;
        line-height: 38px
    }
}

@media(max-width:768px) {
    .talk_to_expert h3 {
        font-size: 22px;
        line-height: 26px
    }
}

@media screen and (max-width:400px) {
    .testi_box h3 {
        font-size: 26px;
        line-height: 38px
    }
    .talk_to_expert p {
        font-size: 14px;
        line-height: 14px
    }
    .talk_to_expert h3 {
        font-size: 20px;
        line-height: 26px
    }
    .talk_to_expert {
        padding: 10px 0
    }
}

@media screen and (max-width:376px) {
    .service_main_infoarea img {
        max-width: 127px
    }
    .service_main_infoarea h2 {
        font-size: 24px;
        text-transform: uppercase
    }
    .service_main_infoarea_ h4 {
        font-size: 14px
    }
}

@media screen and (max-width:370px) {
    .service_care_info {
        padding-bottom: 0
    }
    .service_care_info .img_box {
        text-align: center
    }
    .service_care_info .img_box img {
        max-width: 120px
    }
    header .container {
        padding: 0 10px
    }
    header .logo {
        max-width: 80px
    }
    header a.w3-btn.appointmentbutton {
        padding: 5px 14px!important;
        margin-top: 0!important
    }
    header a.w3-btn.ctas {
        padding: 5px 20px!important;
        margin-top: 10px!important
    }
}

@media screen and (max-width:340px) {
    .testimonial .container {
        padding: 0
    }
    .talk_to_expert h3 {
        font-size: 22px;
        line-height: 20px
    }
    header a.w3-btn.appointmentbutton {
        margin-top: 7px!important;
        margin-right: -10px!important;
        padding: 5px 15px!important
    }
    header a.w3-btn.ctas {
        margin-top: 7px!important;
        margin-right: -10px!important;
        padding: 5px 15px!important
    }
    header .logo {
        max-width: 90px
    }
}


.show-mobile-only{
    display: none;
}


/* Small devices */
@media (max-width: 768px) { 
    .hide-mobile{
        display: none;
    }

    .show-mobile-only{
        display: block;
    }

    header{
        box-shadow: 0 5px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }
    .subnavmenu .location{
        width: 100%;
    }

    .subnavmenu .location .dropbutton{
        justify-content: center;
    }

    .subnavmenu .location .dropbutton i{
        padding: 0 5px;
    }

    .banner{
        padding-top: 0px;
    }
}

/* Small devices and Medium devices */
@media (max-width: 992px) { 
    .hide-md-and-below{
        display: none;
    }

}


.button-shadow:hover{
    /* box-shadow: 9px ​8px 20px -11px  rgba(0,0,0,0.40);
    -webkit-box-shadow: 9px ​8px 20px -11px  rgba(0,0,0,0.40);
    -moz-box-shadow: 9px ​8px 20px -11px  rgba(0,0,0,0.40); */

    box-shadow: 7px 10px 25px -10px rgb(0 0 0 / 36%);
-webkit-box-shadow: 7px 10px 25px -10px rgb(0 0 0 / 36%);
-moz-box-shadow: 7px 10px 25px -10px rgb(0 0 0 / 36%);
}
