/*
CTC Separate Stylesheet
Updated: 2025-08-19 11:44:16
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.0.1755603856
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Nantes */
@font-face {
    font-family: 'Nantes';
    src: url('./fonts/NantesWeb-Regular.eot');
    src: local('Nantes Regular'), local('NantesWeb-Regular'),
        url('./fonts/NantesWeb-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nantes';
    src: url('./fonts/NantesWeb-Bold.eot');
    src: local('Nantes Bold'), local('NantesWeb-Bold'),
        url('./fonts/NantesWeb-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

/* Arial */
@font-face {
    font-family: 'Arial';
    src: url('./fonts/Arial.eot');
    src: url('./fonts/Arial.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Arial.woff2') format('woff2'),
        url('./fonts/Arial.woff') format('woff'),
        url('./fonts/Arial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('./fonts/Arial-Bold.eot');
    src: url('./fonts/Arial-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Arial-Bold.woff2') format('woff2'),
        url('./fonts/Arial-Bold.woff') format('woff'),
        url('./fonts/Arial-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Founders Grotesk */
@font-face {
    font-family: 'Founders Grotesk';
    src: url('./fonts/FoundersGroteskWeb-Regular.eot');
    src: local('Founders Grotesk Regular'), local('FoundersGroteskWeb-Regular'),
        url('./fonts/FoundersGroteskWeb-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('./fonts/FoundersGroteskWeb-Medium.eot');
    src: local('Founders Grotesk Medium'), local('FoundersGroteskWeb-Medium'),
        url('./fonts/FoundersGroteskWeb-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

 
body,
h1,
h2,
h3,
h4,
h5,
p,
span,
 
ul {
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none !important;
}

.hero_img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    z-index: -1;
    min-height: 100%;
}

.hero_img img {

    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero_sec {
    position: relative;
    min-height: 800px;
    overflow: hidden;
    width: 100%;
}

.btn_for_all a {
    background-color: #46E3D2;
    background-size: auto;
    color: #141629;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-family: "Inter" ;
    font-weight: 600;
    line-height: 1;
    padding: 14px 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    border: 1px solid #46E3D2;
    border-radius: 20px;
    border-radius: 6px;
}

.btn_for_all:hover a {
    background-color: transparent;
    color: #46E3D2;
    border: 1px solid #46E3D2;
}

.btn_for_outline a {
    background-color: transparent;
    background-size: auto;
    color: #46E3D2;
    display: inline-block;
    vertical-align: top;
     font-family: "Inter" ;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    border: 1px solid #46E3D2;
    border-radius: 20px;
    border-radius: 6px;
}

.btn_for_outline:hover a {
    background-color: #46E3D2;
    color: #141629;

}

.hero_tex h1 {
    font-size: 63px;
    font-family: 'Nantes';
    font-weight: bold;
    letter-spacing: 3.2px;
    line-height: 1.3;
    color: #fff;
}

.hero_tex P {
    font-size: 24px;
    font-family: 'Nantes';
    letter-spacing: 0.45px;
    line-height: 1.3;
    color: #fff;
}

.full-width-content .container.grid-container {
    max-width: 100%;
    padding: 0 !important;
}

.hero_tex {
    max-width: 1250px;
    width: 90%;
    margin: 307px auto auto auto;
}

.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: transparent;
    z-index: 2;
}

.inside-header {

    border-bottom: 1px solid #ffffff73;
    justify-content: space-between;
    padding: 60px 0px 20px 0px;
    position: relative;
    width: 90%;
    max-width: 1250px;
    margin: 12px auto auto auto;
}

.main-navigation {
    background: transparent;

}

.main-navigation .main-nav ul li[class*="current-menu-"]>a {
    color: #fff;
}

.naw_menu {
    position: absolute;
    top: 0;
    right: 40px;
}

.naw_menu {
    font-family: in;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}

.small_txt {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
}

.btn_mar {
    margin-top: 32px;
}

.down_hero {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.site-header::before {
    content: '';
    width: 100%;
    height: 133px;
    background-image: linear-gradient(rgb(0 0 0 / 78%), #ffffff00);
    position: absolute;
    top: 0;
    left: 0;
}

.down_hero img {

    width: 100%;
    height: auto;

}

.gp-icon svg {
    width: 25px;
    height: 25px;
    fill: rgb(255, 255, 255);
}

.custom_wieth {
    max-width: 1656px;
    margin: auto;
    width: 90%;
}

.site-content {
    display: unset;
}

.sec_pdd {
    padding: 100px 0;
}

.expre_row {
    gap: 30px;
}

.expre_img img {
    width: 100%;
    height: 100%;
}

.expre-txt_col {
    align-items: center;

}

.heading_txt {
    font-family: 'Nantes';
    font-weight: bold;
    font-size: 30px;
    color: #141629;

}

.para_txt {
    font-family: 'Arial';
    font-size: 15px;
    line-height: 1.6;
    color: #797C90;
    margin-top: 24px !important;
}



.bg_img {
    background-image: url(/wp-content/uploads/2025/08/bg_sec_img.jpg);
    object-fit: cover;
}

.Why_Choose_container {
    max-width: 1170px;
    width: 90%;
    margin: auto;
}

.padd_up {
    padding-top: 100px;
}

.expre_img_col {
    max-width: 788px;
    width: 100%;
}

.expre-txt_col {
    max-width: 570px;
    width: 100%;
}

ul {
    list-style: none;
}

.Why_Choose_TEXT_row h2 {
    text-align: center;
    margin-bottom: 40px !important;
}


.tick_mark li:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/08/tick_mark.svg);
    height: 24px;
    width: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.tick_mark li p {
    font-size: 15px;
    color: #141629;
    font-family: 'Arial';
    font-weight: 400;
    letter-spacing: 0.3px;
}

.tick_mark li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    max-width: 377px;
    width: 100%;
}

.Why_Choose_col {
    max-width: 770px;
    width: 100%;
}

.why_choose_img_col {
    max-width: 400px;
    width: 100%;
    position: relative;
}

.tick_mark {
    flex-wrap: wrap;
    gap: 0 16px;
}

.bg_colour {
    background-color: #F6F7FC;
}

.dental_img {
    position: absolute;
    bottom: - 89px;
    left: 0;
}

.dental_img img {
    width: 370px;
    height: 412px;
    border-radius: 5px;
}

.padd_why_choose-down {
    padding-bottom: 32px;
}

.sec_col {
    background-color: #141629;
}

.patient_slider h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Nantes';
    font-weight: bold;
    letter-spacing: 0.6px;
}

.patient_slider p {
    color: #fff;
    font-size: 16px;
    font-family: 'Arial';
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.7;
    width: 332px;
    margin-top: 8px !important;
}

.offer_col {
    max-width: 750px;
    width: 100%;
    gap: 0 11px;
}

.offer_padd {
    padding: 40px 0;
}

.patient_slider {
    max-width: 513px;
}

.offer h2 span {
    color: #46E3D2;
}

.offer_col {
    align-items: center;
}

.Technology_container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.tech_img_col {
    max-width: 600px;
    width: 100%;
}

.tech_txt_col {
    max-width: 600px;
    width: 100%;
    align-items: center;
}

.tech_txt {
    max-width: 432px;
}

.txt_mar {
    margin-top: 30px !important;
}

.para_mar {
    margin-top: 18px !important
}

.flex_reverse {
    flex-direction: row-reverse;
}

.Appointments_container {
    max-width: 1100px;
    width: 90%;
    margin: auto;
}

.appoint_img_col {
    max-width: 550px;
    width: 100%;
}

.appoint_txt_col {
    max-width: 550px;
    width: 100%;
}

.appoint_txt_col {
    align-items: center;
}

.tech_left {
    justify-content: center;
}

.Phoenix_Dentists_row {
    text-align: center;
}

.dr_image_col .dr_img {
    display: none;
}

.dr_image_col .dr_img.active {
    display: block;
}

.dr_name_title.active a {
    color: #141629;
    border-bottom: 2px solid #46E3D2;
    font-size: 18px;
    font-family: "Arial";
    font-weight: bold;
}

.dr_name_title a {
    opacity: 0.8;
    color: #B3B6CC;
    font-family: "Arial";
}

.dr_name_col {
    max-width: 350px;
    width: 100%;
}

.dr_image_row {
    justify-content: center;
    margin-top: 40px;
    gap: 0 20px;
}

.dr_name_col {
    align-items: center;
}

.slick-dots li.slick-active button:before {
    color: #46E3D2 !important;
    opacity: 100% !important;
}

.slick-dots li button:before {
    color: #ffffff !important;
}

.slick-arrow::before {
    display: none !important;
}

.slick-track:before,
.slick-track:after {
    content: unset !important;
}

.slick-track {
    display: flex !important;
    gap: 2px !important;
}

.service_container {
    max-width: 1920px;
    width: 95%;
    margin: auto;
}

.img_box1 {
    max-width: 294px;

}

.img_txt h3 {
    font-size: 18px;
    color: #141629;
    font-family: 'Nantes';
    font-weight: bold;
}

.img_txt {
    padding: 20px;
    background-color: #fff;
    height: 166px;
}

.service_para_mar {
    margin-top: 10px !important;
    font-family: 'Arial';
    font-size: 15px;
    line-height: 1.6;
    color: #797C90;
}

.service_row {
    margin-top: 40px;
}

.service_slider .slick-track {
    gap: 19px !important;
    max-width: 100%;
}

.img_box1 img {
    width: 100%;
}

.tech_img img {
    width: 100%;
}

button.slick-next.pull-right.slick-arrow,
.slick-prev.pull-left.slick-arrow {
    background-color: #1A215A;
    border-radius: 35px;
    width: 60px;
    height: 60px;
    z-index: 1;
}

.slick-next img,
.slick-prev img {
    width: 30px;
    height: 30px;
}

.img_box1 {
    position: relative;
    box-shadow: 0px 8px 30px rgba(30, 43, 143, 0.06);
        margin-bottom: 15px;
}

.bg_last_box:after {
    content: '';
    position: absolute;
    top: 0;
    RIGHT: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffffc9;

}

.arrow_more img{
    width: 30px;
    height: 30px;     
}
 
 .view_more{
    position: absolute;
    top: 0;
    right: 0;
height: 100%;
    width: 100%;
    z-index: 2;
        justify-content: center;
    align-items: center;
    display: flex;
}
.arrow_more {
    width: 60px;
    height: 60px;
    background-color: #1A215A;
    border-radius: 40px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.bg_last_box a{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
}
.arrow_more::after{
    content: 'VIEW ALL';
     font-size: 18px;
    color: #141629;
    font-family: 'Arial';
    font-weight: 400;
    position: absolute;
 padding-top: 100px !important;

}
.service_sec{
    position: relative;
}
.service_sec::before{
    content: '';
    min-height:494px ;
    max-width: 100%;
    width: 100%;
    position: absolute;
    background-color:#F6F7FC;
        z-index: -1;
        top: 0;
} 
.about_us_slider h3{
    font-size: 18px;
    color: #141629;
    font-family: 'Nantes';
    font-weight: bold; 
}
.review{
    max-width: 728px;
    width: 100%;
}
.para_txt_sm span{
    color: #46E3D2;
}
.about_us_slider {
    padding: 47px 84px;
}
.about_us_img{
    margin-top: 50px;
} 
.para_txt_sm{
   font-family: "Inter" ;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    color: #797C90;
   margin-top: 15px !important;  
}  
 
 
.about_patient_slider .slick-track {
    
    gap: 40px !important;
}    
 

.about_patient_slider {
  
  margin: 0 auto;
}
 .slick-prev img, .slick-next img {
  width: 30px;
  height: auto;
}

.slick-center {
  margin: 0 auto;
}

.slick-track {
  display: flex;
  align-items: center;
}

.slick-slide {
  float: none !important;
}   
 .expertly_tex_col{
    max-width: 600px;
    width: 100%;
 }
  .expertly_img_col{
    max-width: 570px;
    width: 100%;
 }
 .expertly_img_col{
    position: relative;
 }
 .expertly_img{
    position: absolute;
     top: -147px;
    left: 0;
 }
 .expertly_img img{
    width: 100%;
    height: 100%;
 }
 .calling_container{
    max-width: 1000px;
    width: 90%;
    margin: auto;
 }
 .calling_h2{
    font-size: 24px !important;
 }
 .calling_col {
    justify-content: space-between;
    align-items: center;
 }
 .btn_for_sec{
    gap: 0 20px;
 }
 .map_container{
    max-width: 1410px;
    width: 90%;
    margin: auto;
 }
 .map_col_txt{
    max-width: 587px;
    width: 100%;
 }
.map_in_txt h3{
    font-size: 18px;
    font-family: 'Arial';
    font-weight: bold;
    color: #141629;
 letter-spacing: 0.36px;
     line-height: 1.7;
     text-align: center;
       width: 265PX;
}  
.North_Valley_details h4{
     font-size: 18px;
    font-family: 'Nantes';
    font-weight: bold;
    color: #141629;
 letter-spacing: 0.36px;
     line-height: 1.7;
}
.North_Valley_details {
    margin-top: 30px;
}
.map_details{
     
    margin: 20px  0;
    padding-bottom: 35px;
}
.map_details p{
    font-size: 15px;
    font-family: 'Arial';
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #141629;
    gap: 0 10px;
}
.mar_para{
    margin-bottom: 14px !important;
}
.hours_details p
{
    margin-bottom: 14px !important; 
}
.map_col_img{
    max-width: 822px;
    width: 100%;
}
.map_col_img iframe{
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.map_head{
       padding-bottom: 15px;
    position: relative;
}
.map_head::after{
    content: '';
    max-width: 530px;
    width: 100%;
    height: 3px;
    background-image:linear-gradient(to right, #46E3D2 -153%, #efefef);  
    position: absolute;
    bottom:0 ;
    left: 0;
}
.map_in_txt {
    padding-right: 20px;
}
.for_line::after{
    content: '';
      max-width: 230px;
    width: 100%;
    height: 3px;
    background-color: #edeef9;  
    position: absolute;
    bottom:0 ;
    left: 0;
}
.North_Valley_details{
    position: relative;
}
.slideout-navigation{
    background-color: #141629;
}
.side_bar_tx a{
    color: #fff !important;
}
.side_bar_tx:hover a{
    color: #46E3D2 !important;
}
.site-footer{
    background-color:#141629 ;
    color:#b3b6cc;
}
.fotter_para{
    font-size: 15px;
    font-family: 'Helvetica';
    font-weight: 400;
    letter-spacing: 0.3px;
}
.fotter_para p{
    margin-bottom: 20px !important;
}
.footer-widgets-container{
   max-width: 1140px; 
    width: 90%;
    margin: auto;
}
.footer-widgets {
    background-color:transparent;
}
.fotter_heding h5{
    margin-bottom: 30px !important;
    color: #ffffff;
    font-family: 'Helvetica';
    font-weight: bold;
}
 .fotter_para li p{
    gap: 0 10px;
}
.copy_right p{
    font-size: 12px;
    font-family: 'Helvetica';
font-weight: 600;
}
.copy_right p span{
    color: #46E3D2;
}
.site-info {
    background-color:transparent  !important;
}
 .fotter_para  p{
    gap: 0 10px;
}
.widget_media_image img{
    width: 211px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
     margin-left: 0px !important;  
}
.inside-footer-widgets>div {
      flex: unset;  
}
.inside-footer-widgets {
 
    justify-content: space-between;
}
.footer-widgets-container {
    padding: 50px 0px 60px 0px;
}
.inside-site-info {
    padding: 0px 40px 20px 40px;
}
.site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 20px;
}
.mar_none{
    margin-bottom: 0%;
    padding-bottom: 0%;
}
.footer-widget-1 .widget_media_image {
    padding: 0 !important;
}
.about_us_col .about_patient_slider .slick-next {
    right: 30%  ;
}
 .about_us_col .about_patient_slider .slick-prev {
    left: 30% ; 
}
.about_patient_slider .review {
    margin: 15px 10px;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 10px;
}
      
 .about_patient_slider button.slick-next.pull-right.slick-arrow,.about_patient_slider .slick-prev.pull-left.slick-arrow {
  background-color: #46E3D2;
  width: 40px;
    height: 40px;
}
.scroll_on header#masthead {
  backdrop-filter: blur(10px);
}

.scroll_on header#masthead .naw_menu {
    display: none;
}

.scroll_on header#masthead .inside-header {
    padding: 20px 0px 20px 0px;
    margin: 0px auto auto auto;
        border-bottom: none;
}
   .about_patient_slider .slick-prev img,.about_patient_slider .slick-next img{
            width: 23px;
    height: auto;
    }
   
@media only screen and (min-width: 320px) and (max-width: 480px) {
       .about_us_img {
        margin-top: 30px;
    }
        .about_us_slider {
        padding: 27px 25px !important;
    }
    .about_us_col .about_patient_slider .slick-prev {
        left: 1% !important;
    }
        .about_us_col .about_patient_slider .slick-next {
        right: 1% !important;
    }
    .North_Valley_details {
        margin-top: 27px;
    }

        .map_col_img iframe {
       
       min-height: 300px;  
    }
        .dr_title {
   justify-content: center;
    }
    .service_slider .slick-prev {
        left: 1px !important;
    }

    .service_slider .slick-next {
        right: 1px !important;
    }

    .slick-slider {
        overflow: hidden;
    }

    .patient_slider h2 {

        font-size: 28px;

    }

    .dental_img img {

        height: auto;

    }

    .tick_mark li {
        margin-bottom: 18px;
    }

    .dr_name_title.active a {
        font-size: 16px;
    }

    .heading_txt {
        font-size: 28px;
    }

    .expre_row {
        gap: 20px;
    }

    .para_txt {

        margin-top: 15px !important;
    }

    .menu-toggle {
        padding: 0 !important;
    }

}

@media only screen and (max-width: 575px) {
      button.slick-next.pull-right.slick-arrow, .slick-prev.pull-left.slick-arrow {
        width: 45px  !important;
        height: 45px  !important;
    }  
      .about_us_col .about_patient_slider .slick-next {
    right: 14% ;
}
.about_us_col .about_patient_slider .slick-prev {
    left: 15% ;
}
      
     .about_us_slider {
        padding: 30px 30px !important;
    }
     .inside-footer-widgets {
        flex-direction: column;
    }
        .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 30px ;
    }
    .for_line::after {
    max-width: 200px;
    }
    .map_details {
    padding-bottom: 24px;
}
    .map_flex{
        flex-direction:column;
    }
    .hours_details {
        padding-left: 0px !important;
    }
 .North_Valley_details {
    margin-top: 37px;
}
.btn_for_sec{
    flex-direction: column;
    gap: 10px;
    width: 100%;
} 
.outline_wieth a{
    width: 100%;
}
    .btn_for_all {
        width: 100%;
    }

    .site-logo {

        max-width: 75% !important;
    }

    .btn_for_all a {
        width: 100%;
    }

    .hero_tex h1 {
        font-size: 35px !important;
        line-height: 1.2;
        margin-top: 10px !important;
        text-align: center;
    }

    .hero_tex {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }



    .inside-header {

        padding: 20px 0px 20px 0px !important;
    }

    .hero_tex P {
        font-size: 18px !important;
        text-align: center;

    }

    .btn_mar {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
     .map_col_img iframe{
    
    height: 450px;
     }
    .hero_tex h1 {
        font-size: 55px;
        line-height: 1.3;
        margin-top: 10px !important;

    }

    .hero_tex P {
        font-size: 20px;

    }
}

@media only screen and (max-width: 767px) {
    .tech_txt {
     max-width: 100%;  
}
    .expertly_img {
    position: unset;
   
 
}
.expertly_row {
    flex-direction: column-reverse !important;
}
    .dr_name_col {
    max-width:100%; 
 
}
.dr_title {
    display: flex
;
   flex-wrap: wrap;
           gap: 30px;
        margin-bottom: 20px;
}
      .service_sec::before {
       min-height: 469px;
    }
    .service_slider .slick-prev {
        left: -10px;
    }

    .service_slider .slick-next {
        right: -10px;
    }

    .img_box1 {
        max-width: unset;
    }

    .dr_image_row {
        flex-direction: column;
        gap: 10px 0 !important;
    }

    .tech_left {
        justify-content: start;
    }

    .txt_mar {
        margin-top: 20px !important;
    }

    .sec_pdd {
        padding: 50px 0;
    }

    .padd_up {
        padding-top: 50px;
    }

    .expre_row {
        flex-direction: column;
    }

    .hero_sec {
        min-height: unset !important;
    }

    .inside-header {

        border-bottom: none;

    }

    .site-header {
        position: sticky;

        background-color: #141629;

    }

    .site-header::before {
        display: none;
    }

    .hero_img {
        position: unset;
    }

    .header-widget {
        display: none;
    }

    .down_hero {
        display: none;
    }

    .hero_tex {
        padding-top: 50px;
        padding-bottom: 50px;
        margin: auto;
    }

    .hero_row {
        background-color: #141629;
    }

    .hero_tex P {
        color: #46E3D2;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
     .about_us_col .about_patient_slider .slick-next {
    right: 14% ;
}
.about_us_col .about_patient_slider .slick-prev {
    left: 14% ;
}
      .inside-footer-widgets {
        flex-direction: unset;
    }
          .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 0px;
    }
     
     .for_line::after{
     display: none;
}
     .North_Valley_details {
    margin-top: 37px;
}
      .inside-footer-widgets
    {
        flex-wrap: wrap;
    }
    .footer-widget-1 {
    width: 100%;
    margin-bottom: 45px !important;
}
    .site-footer .footer-widgets-container .inner-padding {
    padding:0px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_us_slider {
    padding: 27px 24px;
}
      .about_us_img {
    margin-top: 40px;
}
  .about_patient_slider .slick-track {
    gap: 25px !important;
}
    .map_col_img iframe{
    
    height: 450px;
}
     
    .service_sec::before {
       min-height: 469px;
    }
    .service_slider .slick-prev {
        left: -16px;
    }

    .service_slider .slick-next {
        right: -14px;
    }

    .dr_name_col {
        max-width: 237px;
        width: 100%;
    }

    .tick_mark li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 20px;
        max-width: 337px;
        width: 100%;
    }

    .sec_pdd {
        padding: 60px 0;
    }

    .padd_up {
        padding-top: 60px;
    }

    .expre_row {
        gap: 25px;
    }

    .heading_txt {

        font-size: 28px;

    }

    .btn_mar {
        margin-top: 20px;
    }

    .para_txt {


        margin-top: 15px !important;
    }

    .site-header .header-widget {
        margin-top: 0 !important;
    }

    .hero_tex h1 {
        font-size: 48px;

    }

    .hero_tex P {
        font-size: 18px;

    }

    .hero_sec {

        min-height: 550px;
    }

    .hero_tex {
        margin-top: 240px;
    }
}

@media only screen and (max-width: 991px) {
        .about_us_img {
    margin-top: 36px;
}
   .about_us_slider {
        padding: 40px 40px;
    }
 

      .about_patient_slider .slick-track {
    gap: 25px !important;
}
    
    .inside-footer-widgets
    {
        flex-wrap: wrap;
    }
    .footer-widget-1 {
    width: 100%;
    margin-bottom: 45px !important;
}
    .site-footer .footer-widgets-container .inner-padding {
    padding:0px;
}
    .map_col_txt {
     max-width:100%;
    }
.map_head::after { 
    max-width: 820px;
}
 
.map_in_txt h3 {
     
    text-align:start;
    margin-top: 20px !important;
}
.hours_details{
    padding-left: 30px;
}
    .map_flex{
        display: flex;
        justify-content: space-between;
    }
     
    .map_row {
        flex-direction: column-reverse;
    }
    .map_col_img iframe {
     max-height: 450px; 
}
    .calling_col   {
        flex-direction: column;
        gap: 20px;
    }
     .expertly_img {
   
    top: -100px;
  }
    .bg_last_box a{
        display: none;
    }
    .bg_last_box:after {
   display: none;
}

    button.slick-next.pull-right.slick-arrow,
    .slick-prev.pull-left.slick-arrow {
        width: 50px;
        height: 50px;
    }

    .slick-initialized .slick-slide {
        margin: 0 10px;
    }

    .service_slider .slick-track {
        gap: 0px !important;

    }

    .service_slider .slick-track {

        max-width: unset;
    }

    .patient_slider p {
        max-width: fit-content;
        width: 100%;
        margin: 8px auto auto auto !important;
    }

    .slick-dots {

        bottom: -35px !important;

    }

    .offer_col {
        max-width: 100%
    }

    .patient_slider h2,
    .patient_slider p {
        text-align: center;
    }

    .offer_col {
        flex-direction: column;
        gap: 20px 0;
        align-items: center;
        justify-content: center;
    }

    .Why_Choose_row {
        flex-direction: column-reverse;
    }

    .dr_image_row {
        justify-content: space-between;
        margin-top: 40px;
        gap: 0;
    }

    .naw_menu {
        display: none;
    }

    .inside-header {

        margin-top: 0px;
        padding: 20px 0px 20px 0px;
    }

    .dental_img {

        position: unset;
    }

    .tick_text {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
      .about_us_img {
    margin-top: 36px;
}
   .about_us_slider {
        padding: 40px 40px;
    }
 

      .about_patient_slider .slick-track {
    gap: 25px !important;
}
      .calling_h2 {
    font-size: 21px !important;
}
      .expertly_img {
   
    top: -130px;
  }
      .service_sec::before {
       min-height: 469px;
    }
    .service_slider .slick-prev {
        left: -16px;
    }

    .service_slider .slick-next {
        right: -18px;
    }

    button.slick-next.pull-right.slick-arrow,
    .slick-prev.pull-left.slick-arrow {
        width: 50px;
        height: 50px;
    }

    .slick-initialized .slick-slide {
        margin: 0 10px;
    }

    .service_slider .slick-track {
        gap: 0px !important;

    }

    .service_slider .slick-track {

        max-width: unset;
    }

    .why_choose_img_col {
        max-width: 600px;
        width: 100%;
        position: relative;
    }

    .dental_img img {
        width: 390px;
        height: 500px;
        object-fit: cover;
    }

    .dental_img {
        position: absolute;
        bottom: -74px;
        left: 0;
    }

    .sec_pdd {
        padding: 80px 0;
    }

    .padd_up {
        padding-top: 80px;
    }

    .hero_tex h1 {
        font-size: 55px;

    }

    .hero_tex P {
        font-size: 20px;

    }

    .hero_sec {

        min-height: 650px;
    }

    .hero_tex {
        margin-top: 260px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
     .about_us_img {
    margin-top: 36px;
}
   .about_us_slider {
        padding: 34px 31px;
    }
 

      .about_patient_slider .slick-track {
    gap: 25px !important;
}
    .calling_h2 {
    font-size: 22px !important;
}
    
  .expertly_img {
   
    top: -130px;
  }
       .service_sec::before {
       min-height: 469px;
    }
    .service_slider .slick-prev {
        left: -16px;
    }

    .service_slider .slick-next {
        right: -18px;
    }

    button.slick-next.pull-right.slick-arrow,
    .slick-prev.pull-left.slick-arrow {
        width: 50px;
        height: 50px;
    }

    .slick-initialized .slick-slide {
        margin: 0 10px;
    }

    .service_slider .slick-track {
        gap: 0px !important;

    }

    .service_slider .slick-track {

        max-width: unset;
    }

    .why_choose_img_col {
        max-width: 600px;
        width: 100%;
        position: relative;
    }

    .dental_img img {
        width: 390px;
        height: 500px;
        object-fit: cover;
    }

    .dental_img {
        position: absolute;
        bottom: -74px;
        left: 0;
    }

    .sec_pdd {
        padding: 80px 0;
    }

    .padd_up {
        padding-top: 80px;
    }

    .hero_tex h1 {
        font-size: 55px;

    }

    .hero_tex P {
        font-size: 20px;

    }

    .hero_tex {
        margin-top: 260px;
    }

    .hero_sec {

        min-height: 650px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .about_us_img {
    margin-top: 36px;
}
   .about_us_slider {
        padding: 34px 31px;
    }
 

      .about_patient_slider .slick-track {
    gap: 25px !important;
}
    .service_slider .slick-prev {
        left: -20px;
    }

    .service_slider .slick-next {
        right: -20px;
    }

    button.slick-next.pull-right.slick-arrow,
    .slick-prev.pull-left.slick-arrow {
        width: 50px;
        height: 50px;
    }

    .slick-initialized .slick-slide {
        margin: 0 10px;
    }

    .service_slider .slick-track {
        gap: 0px !important;

    }

    .service_slider .slick-track {

        max-width: unset;
    }

    .why_choose_img_col {
        max-width: 600px;
        width: 100%;
        position: relative;
    }

    .dental_img img {
        width: 390px;
        height: 500px;
        object-fit: cover;
    }

    .dental_img {
        position: absolute;
        bottom: -74px;
        left: 0;
    }

    .hero_tex h1 {
        font-size: 57px;

    }

    .hero_tex P {
        font-size: 22px;

    }

    .hero_tex {
        margin-top: 260px;
    }

    .hero_sec {

        min-height: 690px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .about_us_slider {
    padding: 47px 56px;
}

      .about_patient_slider .slick-track {
    gap: 25px !important;
}
    .service_slider .slick-prev {
        left: -20px;
    }

    .service_slider .slick-next {
        right: -20px;
    }

    button.slick-next.pull-right.slick-arrow,
    .slick-prev.pull-left.slick-arrow {
        width: 50px;
        height: 50px;
    }


    .slick-initialized .slick-slide {
        margin: 0 10px;
    }

    .service_slider .slick-track {
        gap: 0px !important;

    }

    .service_slider .slick-track {

        max-width: unset;
    }

    .tick_mark {
        gap: 0 0px;
    }

    .tick_mark li {
        max-width: 337px;
    }

    .hero_tex {
        margin-top: 270px;
    }

    .hero_sec {

        min-height: 710px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .about_patient_slider .slick-track {
    gap: 25px !important;
}
.about_us_slider {
    padding: 47px 56px;
}

    .service_slider .slick-track {

        max-width: unset;
    }

    .slick-initialized .slick-slide {
        margin: 0 10px;
    }

    .service_slider .slick-track {
        gap: 0px !important;

    }
}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}

@media only screen and (max-width: 1880px) {}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
    .site-logo {
        order: 1;
        width: 100%;
    }

    .has-inline-mobile-toggle .inside-header {
        flex-direction: unset;
        gap: 20px;
        flex-wrap: nowrap;
    }

    nav#mobile-menu-control-wrapper button.menu-toggle {
        padding-right: 0;
        display: flex;
    }

    nav#site-navigation {
        display: none;
    }

    .has-inline-mobile-toggle .header-widget,
    .has-inline-mobile-toggle #site-navigation {
        flex-basis: unset;
    }

    .header-widget {
        order: 2;
        width: 100%;
        max-width: fit-content;
    }

    nav#mobile-menu-control-wrapper {
        order: 3;
        width: fit-content !important;
        max-width: fit-content !important;
    }
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 768px) and (max-width: 881px) {
     
}


/*------------------------------------*/
 

h1{
  font-size: 50px;
  line-height: 64px;
  color: #222;
}

h2{
  font-size: 46px;
  line-height: 54px;
  color: #222;
}

h4{
  font-size: 20px;
  color: #222;
}

h6{
  font-size: 12px;
  font-weight: 700;
}

p{
  font-size: 16px;
  color: #465b52;
  margin: 15px 0 20px 0
}

.section-p1{
  padding: 40px 80px;
  
}


.section-m1{
  padding: 40px 0;
}
button.normal{
  color: #000;
  padding: 15px 30px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
  background-color: #fff;
  border: none;
  outline: none;
  transition: 0.2s;
  cursor: pointer
    
}

body{
 width: 100%;
/*  font-family: inherit;  */
}



#header{
  position: fixed;
  width: 100%;
  overflow: hidden;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 80px;
  background-color: #E3E6F3;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  top: 0
}

#navbar{
  display: flex;
  align-items: center;
  justify-content: center;

}

#mobile{
display: none;
  align-items: center
}

#close{
  display: none
}

#navbar li{
  list-style: none; 
  padding: 0 20px;
  position: relative;
}

#navbar li a{
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  transition: 0.3s ease
}

#navbar li a:hover,
#navbar li a.active{
  color: #088178;
}

#navbar li a:hover::after,
#navbar li a.active::after{
  content: " ";
  width: 30%;
  height: 2px;
  background: 2px;
  background-color: #088178;
  position: absolute;
  bottom: -4px;
  left: 20px;
}

#prodetails{
  display: flex;
  margin-top: 126px;
}

#prodetails .single-pro-image{
  width: 40%;
  margin-right: 50px
}
.small-img-group{
  display:flex;
  justify-content: space-between;
}

.small-img-col{
  flex-basis: 24%;
  cursor: pointer;
}
#prodetails .single-pro-details{
  width: 50%;
  padding: 30px;
}

#prodetails .single-pro-details h4{
  padding: 40px 0 20px 0;

}

#prodetails .single-pro-details h2{
font-size: 26px;

}

#prodetails .single-pro-details select{
display: block;
padding: 5px 10px;
margin-bottom: 10px;
outline: none;
}

#prodetails .single-pro-details input{
width: 50px;
height: 40px;
padding-left: 10px;
font-size:16px;
margin-right: 10px;
outline: none;
}

#prodetails .single-pro-details button{
  
  min-width: 130px;
  height: 40px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: none;
  background: #088178;
  box-shadow: 0 5px #088178;
}

#prodetails .single-pro-details .btn:hover {
  box-shadow: 0 3px #088142;
  top: 1px;
}
#prodetails .single-pro-details .btn:active {
  box-shadow: 0 0 #088142;
  top: 5px;
}

#prodetails .single-pro-details span{
  line-height: 25px;
}

#product1{
  text-align: center;
}

#product1 .pro-container{
display: flex;
justify-content: space-between;
padding-top: 20px;
flex-wrap: wrap
}

#product1 .pro{
  width: 23%;
  min-width: 250px;
  padding: 10px 12px;
  border: 1px solid #cce7d0;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
}

#product .pro:hover{
   box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

#product1 .pro img{
  width: 100%;
  border-radius: 20px;
}

#product1 .pro .des{
  text-align: start;
  padding: 10px 0;
}

#product1 .pro .des span{
  color: #606063;
  font-size: 12px;
}

#product1 .pro .des h5{
  padding-top: 7px;
  color: #1a1a1a;
  font-size: 14px;
}

#product1 .pro .des i{
  font-size: 12px;
  color: rgb(243, 181, 25)
}

#product1 .pro .des h4{
  font-size: 15px;
  padding-top: 7px;
  font-weight: 700;
  color: #088178;
}

#product1 .pro .cart{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background-color: #e8f6ea;
  font-weight: 500;
  color: #088178;
  border: 1px solid #cce7d0;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

#newsletter  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-image: url(https://i.postimg.cc/R0Bs4qqt/b14.png);
    background-repeat: no-repeat;
    background-position: 20% 30%;
  background-color: #041e42;
}

#newsletter h4{
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}

#newsletter p{
  color: #818ea0;
  font-weight: 600;
  font-size: 14px;
}

#newsletter p span{
  color: #ffbd27;
  }

#newsletter input{
  height: 3.125rem;
  width: 100%;
  font-size: 14px;
  padding: 0 1.25em;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#newsletter button{
  background-color: #088178;
  color: #fff;
  white-space: nowrap;
  border-left-right-radius: 0;
  border-left-right-radius: 0; 
}

#newsletter .form{
  display: flex;
  width: 40%;
  
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}


footer .col{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 50px

}

footer .sec{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  
}

footer .logo{
  margin-bottom: 20px;
}

footer h4{
  font-size: 14px;
  padding-bottom: 20px
}

footer p{
  font-size: 13px;
  margin: 0 0 8px 0;
}


footer a{
  font-size: 13px;
  text-decoration: none;
  color: #222;
  margin-bottom: 10px;
}

footer .follow{
  margin-top: 20px
}

footer .follow i{
  color: #465b52;
  padding-right: 5px;
  cursor: pointer;
  
}

footer .follow i:hover, footer a:hover {
  color: #088178;
 
}

footer .install .row img{
  border: 1px solid #088178; 
  border-radius: 6px;
    
}

footer .install img{
  margin: 10px 0 15px 0
}


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



/*----------------------Media Query ----------*/
section#prodetails {
    display: flex;
}
.single-pro-image {
    width: fit-content;
    max-width: fit-content;
}
#prodetails .single-pro-details {
    padding: 30px;
    width: fit-content;
    max-width: fit-content;
}
@media (max-width: 920px) {
  
  .section-p1 {
    padding: 40px 40px  
  }
  
  #navbar{
  display: flex;
  flex-direction: column;   
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100vh;
  width: 300px;
  background-color: #E3E6F3;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
  padding: 80px 0 0 10px;
    transition: 0.3s
    }
  
  #navbar.active{
  right: 0;
}

  #navbar li{
    margin-bottom: 25px
  }
  
  #mobile{
display: flex;
  align-items: center
}
  #mobile i{
    font-size: 32px;
    color: #1a1a1a;
    padding-left: 20px
  }
  
  #close{
  display: initial;
  position: absolute;
  top: -280px;
  left: 20px;
  color: #222;
  font-size: 32px;  
}
  
  #lg-bag{
    display: none
  }
  
  #hero{
  height: 70vh;
  padding: 0 80px;
  background-position: top 30% right 30%
 }

  #feature {
  justify-content: center;
    
}
  
  #feature .fe-box {
    margin: 15px 15px
  }
  
  #product1 .pro-container{
    justify-content: center
  }
  
  #product1 .pro{
    margin: 15px;
  }
  
  #banner{
    height: 25vh
  }
  
  #sm-banner .banner-box{
    min-width: 100%;
    height: 30vh;
  }
  
  #banner3{
    padding: 0 40px
  }
  
  #banner3 .banner-box{
    width: 28%
  }
  
  #newsletter .form {
    width: 70%
  }
  
}

@media (max-width: 477px) {
  .section-p1{
    padding: 20px
  }
  
  #header{
    padding: 10px 30px;
  }
  
  #hero{
    padding: 0 20px;
    background-position: 55%;
  }
  
  h2 {
    font-size: 32px
  }
  
  h1{
    font-size: 38px
  }
  
  #feature{
    justify-content: space-between;
  }
  
  #feature .fe-box{
    width: 155px;
    margin: 0 0 15px 0;
  }
  
  #product1 .pro{
    width: 100%
  }
  
  #banner{
    height: 40vh;
  }
  
  #sm-banner .banner-box{
    height: 40vh;
}
  
  #sm-banner .banner-box2 {
    margin-top: 20px;
  }
  
  #banner3{
    padding: 0 20px;
  }
  
  #banner3 .banner-box{
    width: 100%;
  }
  
  #newsletter .form{
    width:  100%
  }
  
  #newsletter{
    padding: 40px 20px;
  }
  
  footer .copyright{
    text-align: start;
  }
  
/*   Single Product */
  
  #prodetails{
  display: flex;
  flex-direction: column;
    
  }
  
  #prodetails .single-pro-image{
    width: 100%;
    margin-right: 0px;
  }
  
  #prodetails .single-pro-details{
    width: 100%;
  }
}
