/* Icons fonts import here */ 
@import url("fonts/style.css"); 
:root{
  --primaryFontFamily: "Open Sans", arial,sans-serif;
  --fontWeightSemiBold:600;
  --fontWeightBold:700;
  --fontWeightExtraBold:800;
  --fontStyleItalic:italic;
}
.default-5{ padding-top: 5rem; padding-bottom: 5rem; }
.default-6{ padding-top: 6rem; padding-bottom: 6rem; }
.default-7{ padding-top: 7rem; padding-bottom: 7rem; }
.default-8{ padding-top: 8rem; padding-bottom: 8rem; }
.default-9{ padding-top: 9rem; padding-bottom: 9rem; }
.default-10{ padding-top: 10rem; padding-bottom: 10rem; }

body,button, input, optgroup, select, textarea,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family:var(--primaryFontFamily) !important; }
a:hover,
a {transition: 0.3s;}

/* Default Css Overwrite here */
p{ font-size:1.6rem; font-weight: 400; line-height: 2.4rem; }
.section-title{ font-size:4.2rem; font-weight:600; margin-bottom: 3rem;color: #3d4045;    font-family: 'Quicksand', sans-serif !important;}
.section-title strong{ font-weight:var(--fontWeightBold); }
.with-bottom-line{ position: relative; padding-bottom: 2.5rem; margin-bottom: 3.6rem !important; }
.with-bottom-line:after{ content:''; position:absolute; left:50%; bottom:0; background:#0676c4; width:6.7rem; height:0.6rem; transform: translate(-50%, 0); }
.ov{ overflow: visible !important; }
.txt-white{ color: #fff; }
.navbar > .container-fluid > .row{ width: 100%; }


/* Button Css here 
====================*/
.m-btn{ text-transform: uppercase; display: inline-block; padding: 1.1rem 3.4rem; letter-spacing: 0.8rem; transition: all ease-in-out 0.2s; min-width: 18.3rem; }
.m-btn:hover{ text-decoration: inherit; }
.m-btn-outline{ border: solid 1px #333333; color: #000000; }
.m-btn-outline:hover{ background: #222655; color: #fff; border-color: #222655; }
.m-btn.white{ color: #222655; background: #fff; }
.m-btn.white:hover{ background: #4ce33b; color: #fff; text-decoration: none; }
.n-btn-default{ background:none; width:25.6rem; display:block; height:5.6rem; text-align:center !important;  line-height:5.6rem; color:#4ce33b;  }
.n-btn-default-inline {
    padding: 1rem 3.2rem;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.8rem;
    border-radius: 0.4rem;
    background: #cb2229;
    font-weight: 400;
}
.n-btn-default-inline.dark-btn { background: #3d4045; }
.n-btn-default-inline.dark-btn:hover{background: #cb2229;}
.n-btn-default-inline:hover{ background: #3d4045; color: #fff; text-decoration: none; } 

.m-btn-md{font-size: 1.8rem;font-weight: 400;padding: 1.6rem 2.5rem;border-radius: 0.5rem;text-decoration: none;display: inline-block;margin: 0 0.5rem;}
.m-btn-white{ color: #243746; background: #fff; }
.m-btn-white:hover{ color: #fff; background: #3d4045; text-decoration: none; }
.m-btn-black{ color: #fff; background: #000000; }
.m-btn-blue{ color: #fff; background: #3d4045; }
.m-btn-blue:hover{ color: #3d4045; background: #fff; text-decoration: none; }  
.m-btn-black:hover{ color: #000; background: #4ce33b; text-decoration: none; }

/*====================================
   SITE HEADER CSS START HERE
====================================*/
.site-header{ background: #fff; }
/* topBar */
.site-header .navbar-light .navbar-brand img {width: 310px;}
.site-header .top-header{ background:#3d4045; padding-top: 1rem; padding-bottom: 1rem; }
.site-header .top-header .top-left{ float: left; margin: 0; padding:0; }
.site-header .top-header .top-left li{ margin: 0; padding: 0; }
.site-header .top-header .top-left li a{ display: inline-block;padding: 3px 0 0}
.site-header .top-header .top-left li a:hover i{ color: #cd2c31; }
.site-header .top-header .top-contact-info{ float: right; }
.site-header .top-header .widget{ margin-bottom: 0; } 
.site-header .top-header .widget .top-contact-info{ padding:0; text-align:right; }  
.site-header .top-header .top-contact-info li{ list-style:none; margin-left:3.5rem;display: inline;}
.site-header .top-header .top-contact-info li a{font-size: 2rem;color: #fff;font-weight: 400;}
.site-header .top-header .btn-item.book-appt a {background: #cd2c31;color: #ffff;padding: 10px 15px;text-transform: uppercase;letter-spacing: 1px; font-size: 1.3rem}
.site-header li.btn-item.book-appt a:hover{ background: #fff; color:#cd2c31 ; }
.top-contact-info a{ color: #fff; } 
.top-left i:hover
.top-contact-info a:hover{ color: #fff; }  
.top-left i{ font-size:3.2rem; color:#b5292f}
.top-left a{ margin-right:0.5rem; }
.social a:hover{ text-decoration:none}
.site-header.sticky .top-header .widget .top-contact-info li {padding:3px 0 2px;}
.top-header .widget_custom_html { float: left;}
body .top-contact-info li.btn-item a i { margin: 6px 7px 0 0; float: left; font-size: 1.8rem; }
.site-header .navbar .navbar-nav li a:hover:before, 
.site-header .navbar .navbar-nav li.current-menu-item a:before { position: absolute; content: ""; border-bottom: solid 2px #cd2c31;width: 100%;bottom: 30px;left: 0; }
.site-header .navbar-expand-xl .navbar-nav .cst-logo a:before {display: none;}
.site-header.header-transparent .navbar .navbar-nav li a:focus { background-color: transparent; color: #cd2c31; }
/* topBar */
.site-header .navbar.navbar-light{background: transparent;}
body #masthead.site-header .navbar .navbar-nav li ul.dropdown-menu a.dropdown-item {text-transform: inherit;padding: 5px 10px !important;margin: 0px}
body .site-header .navbar .navbar-nav li ul.dropdown-menu a.dropdown-item:hover,
body .site-header .navbar .navbar-nav li ul.dropdown-menu a.dropdown-item:focus,
body .site-header .navbar .navbar-nav li ul.dropdown-menu li.current_page_item a.dropdown-item {background: #cd2c31 !important;color: #fff;} 

/* Navbar */
.site-header.header-transparent{ background: transparent; position: relative; z-index: 9999; top: 0; left: 0; width: 100%; }
.site-header .navbar{ padding: 0rem 2rem;  }
.site-header.sticky .navbar .navbar-nav li a{ font-weight: 400;  color: #111;}
.site-header .navbar .navbar-nav li a *{ transition:all ease-in-out 0.2s; } 
.site-header .navbar .navbar-nav li a{ font-weight:400; text-transform: uppercase;  position: relative; padding:1rem  1.6rem; color:#111; }  
.site-header .navbar .navbar-nav li:not(:last-child){ margin-right: 0px; }
.site-header .navbar .navbar-nav li a:hover,  
.site-header .navbar .navbar-nav li.current-menu-item a{ background-color: unset !important; color: #cd2c31; border-radius: 0.5rem;}  
.site-header ul li .dropdown-menu { background: #3d4045;} 
body .site-header .navbar .navbar-nav li ul.dropdown-menu a.dropdown-item:before {display: none;}
header *{ transition: all ease-in-out 0.2s; } 

/* need to as it */
.homepage-form .captcha-main input{ width: 12rem; text-indent: 0 !important; padding: 1.5rem; }
.homepage-form input[type="submit"] {
    display: block;
    max-width: 100%;
    background: #cd2c31;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2.4rem;
    height: 4.2rem;
    color: #fff;
    border-radius: 0;
    margin: 10px auto 0;
}
.home-after-banner .section-title { margin-bottom: 2rem !important; font-weight: 400; font-size: 3rem; line-height: 5rem; }
.homepage-form input[type="submit"]:hover{ background: #333; color: #fff; }
.homepage-form select{ height: 4.2rem !important; line-height: 4.2rem !important; font-size: 1.6rem; }
.homepage-form input:not([type="submit"]),
.homepage-form select.form-control,
.homepage-form textarea{ font-size: 1.5rem;font-weight: 500;margin:20px 0 0; border-radius: 0;border: solid 1px #656565; }
.homepage-form textarea{ padding: 1.5rem !important; height: 12rem; }

  
/* Checkboxes Css */ 
.checekbox-main .form-label1 .first input,
.checekbox-main .form-label2 .last input{ display: none; }
.checekbox-main .form-label1,
.checekbox-main .form-label2{width:50%;display:inline-block;background:transparent; color:#333333; border: solid 1px #656565;  font-size: 1.4rem; height: 42px; border-radius: 0px;margin: 20px 0 0;cursor: pointer;text-align: center;line-height: 40px;text-transform: uppercase;font-weight: 400;letter-spacing: 0.80px; }
.checekbox-main .form-label1 span, .checekbox-main .form-label2 span {margin: 0;}
.checekbox-main .form-label1.active,
.checekbox-main .form-label2.active{ background:#3d4045; color:#fff; border-color: #3d4045; }

.service-text a{ color:#fff; font-size:2.5rem; line-height:2.6rem; background:rgba(10,10,10,.58); display:block; padding:1.7rem 1.5rem; margin-top:-5.6rem; font-weight:400;position: absolute; font-weight: 400; z-index: 99; left: 0; bottom: 0; width: 100%; }
.service-text{ text-align:center; position:relative; }
.service-text a:hover{ background:#4ce33b; text-decoration:none; color:#fff; }

.main-ab .n-btn-default-inline {margin: 15px 15px 0 0;}
.main-ab .section-title { font-size: 52px;color: #000;margin-bottom: 1.5rem;text-transform: inherit;line-height: 62px;}

.main-ab{ padding-top: 60px; padding-bottom: 60px; }    
.main-ab .section-title span { font-size: 4rem; color: #cb2229;}
.main-ab p {font-size: 1.8rem;line-height: 3.2rem; color: #000;}
.shadow-with-radius img{ box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); border-radius: 3px; }
.before-team h2{font-size:5rem;font-weight:300;line-height:6rem;margin-bottom: 0;}
.before-team strong{ font-weight: 800; }
.before-team p{ font-size:2.7rem; }

.team_section_main .team_content {margin: 0px;padding: 0px;overflow: hidden; position: relative; border-radius: 0.5rem; }
.team_section_main .single_team_member{ padding: 15px 15px 15px; overflow: hidden; } 
.team_section_main .team_section_inner .team_info {color: #555;letter-spacing: 0px;border-radius: 0px 0px 5px 5px;padding: 15px 0px 11px;display: block;background:rgba(250,250,250,.7);transition: 0.3s; position: absolute; left:0; bottom: 0; width: 100%;}
.team_section_main .team_section_inner .team_info:hover{ text-decoration: none; }
.team_section_main .team_section_inner .team_info h4 {font-size: 1.9rem;font-weight: normal; margin: 0;color: #243746;text-transform: uppercase;}
.team_section_main .team_section_inner .team_info .team_more {text-transform: uppercase;font-size: 14px;letter-spacing: 0px;font-weight: 400;color: #555;}
.team_section_main .team_content .s-image{ border-radius:5px 5px 0 0}

/* need to as it */

.homepage-slider-main, 
.arrow-after{ position: relative; }
/*  .homepage-slider-main:before,
.arrow-after:before{ z-index:1; content:''; position:absolute; bottom:0; left:0; width:100%; height:100%; background:#fff; clip-path: polygon(0 100%, 0 85%, 50% 100%, 100% 85%, 100% 100%); }*/

/* site footer  */
 
body .h-gallery .slick-initialized .slick-slide{ padding:8px 4px; }
body .h-gallery .slick-initialized .slick-prev{ left: 20px; }
.h-gallery .slick-initialized .slick-next{ right: 20px ; }
.h-gallery .slick-initialized .slick-prev,
.h-gallery .slick-initialized .slick-next{ background: #cb2229; border:solid 2px #fff; }

 
.before-team,
.cst-services{ padding-bottom: 100px; } 
.captcha-main {text-align: right;}
/*Multilevel Menu CSS Starts*/
.site-header .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu{ left: 16.45rem;display: none;top: 0rem;}
body .site-header .navbar .navbar-nav li.dropdown li .dropdown-toggle:after {border-top: .3em solid #fff;}
.site-header .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu .dropdown-item {padding:0.995rem 1.2rem;}
.site-header .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li:hover .dropdown-menu {display:  block;}
.site-header .dropdown-menu {border-radius: 5px;}
body .site-header .navbar .navbar-nav .dropdown-menu li a, .site-header .navbar .navbar-collapse .navbar-nav li.dropdown-menu a{font-size: 15px;}
body .site-header .navbar .navbar-nav li.dropdown li .dropdown-toggle{display: none;}

/*new css start here 2022 11 july*/
.price-box { margin: 0; padding: 75px 15px; text-align: center; }
.price-box.blue-box p { color: #fff; line-height: 44px; }
.price-box p { line-height: 5rem; font-size: 3.2rem; color: #fff; font-weight: 600; }
.price-box.blue-box p .price { color: #fff; line-height: 64px; padding: 0 0 7px; }
.price-box.blue-box p .small-txt { font-size: 2.2rem; font-weight: 400; margin: -12px 0 0; display: block; }
.price-box .price { font-size: 60px; font-weight: 900; color: #fff; padding: 8px 0 0; display: inline-block; }
.box-shadow { box-shadow: 0px 0px 25px #ddd; }
.new-patient .section-title { padding: 0 0 40px; letter-spacing: 3px; }

.hm-form {padding: 60px;border-radius: 0 50px 50px 0;}
.hm-form .section-title {color: #fff;text-transform: initial;margin: 0 !important;}
.hm-form h3 { font-size: 2rem; color: #fff; text-align: center; margin: 0; padding: 25px 0 10px;}
.with-bottom-line.cl-white:after {background: #fff;}
.right-ca-box {padding:0px 50px 0px 40px; max-width: 700px;}
.right-ca {margin: 0;padding: 18px 0 18px 100px;background-size: inherit !important;}
.right-ca h3 {font-size: 2.4rem;font-weight: 600;margin: 0;}
.right-ca p {font-size: 1.6rem;line-height: 23px;color: #000;padding: 10px 0 0;}
.right-ca-box .section-title {
    text-align: center;
    text-transform: initial;
    font-size: 30px;
    max-width: 342px;
    margin: 0 auto;
    padding: 0 0 15px;
}
body .right-ca h3 a {font-weight: 600;}
.right-ca h3 a,
.right-ca p a { color: #000;font-weight: 400}
.right-ca h3 a:hover,
.right-ca p a:hover { color: #cf2e2e;text-decoration: none;}

.hm-form .homepage-form input:not([type="submit"]), 
.hm-form .homepage-form select.form-control, 
.hm-form .homepage-form textarea { background: transparent; color: #fff; font-weight: 400; font-size: 1.8rem; padding: 0 !important; border: none; border-bottom: solid 1px #fff;}
.hm-form .homepage-form input:not([type="submit"]), 
.hm-form .homepage-form select.form-control, 
.hm-form .homepage-form textarea, .hm-form 
.checekbox-main .form-label1, .hm-form .checekbox-main .form-label2 { margin: 25px 0 0; }
.hm-form .homepage-form select option { color: #000; }
.hm-form .checekbox-main .form-label1, .hm-form .checekbox-main .form-label2 {
    background: transparent;
    border: none;
    border-bottom: solid 2px #fff;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 400 !important;
    text-transform: initial;
}
.hm-form .checekbox-main .form-label1.active, .hm-form .checekbox-main .form-label2.active { background: #fff; color: #000; }
.hm-form .homepage-form textarea { border: solid 1px #fff; padding: 10px 20px !important; margin-top: 30px;}
.hm-form .homepage-form input[type="submit"] {
    background: #cd2c31;
    margin: 20px auto 0;
    width: auto;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 16px 30px;
    height: auto;
}
.hm-form .homepage-form input[type="submit"]:hover {background: #fff; color: #cd2c31; }
body span.wpcf7-spinner {position: absolute; }
.hm-form input::-webkit-input-placeholder, .hm-form textarea::-webkit-input-placeholder{ opacity: 1; color: #fff; }
.hm-form input::-moz-placeholder, .hm-form textarea::-moz-placeholder{ opacity: 1;  color: #fff; }
.hm-form input:-ms-input-placeholder, .hm-form textarea:-ms-input-placeholder{ opacity: 1;  color: #fff; }
.hm-form input:-moz-placeholder, .hm-form textarea:-moz-placeholder{ opacity: 1;  color: #fff; }

.testimonial-video .section-title { text-transform: initial; padding: 0 0 40px;font-size: 5.2rem}
/*.testimonial-video:before { position: absolute; content: ""; background: #ebebeb; width: 100%; height: 200px; left: 0; top: 0; }*/
.testimonial-video p img {box-shadow: 0 0 10px #898989; }
.cl-red { color: #cd2c31; }
.doctor-sec:before { position: absolute; content: ""; background: #ebf8ff; width: 52%; height: 100%; right: 0; top: 0; display:block !important; }
.doctor-sec h2 { margin: 0; color: #3d4045; font-size: 3.6rem; font-weight: 600; padding: 0 0 15px; text-transform: inherit;}
.doctor-sec p { font-size: 1.7rem; line-height: 3.4rem; color: #333333; }
.doctor-sec .n-btn-default-inline { margin: 15px 0 0; }
.doctor-sec .vc_col-sm-6:last-child .wpb_text_column { padding: 90px 50px; max-width: 600px;}
.doctor-sec .vc_col-sm-6 .doc-logo { position: absolute; top: 15rem; }

.doctor-sec .vc_col-sm-6 .doc-img { margin-right: -270px; }
.doctor-sec .vc_col-sm-6 { position: relative;}

/*services slider css here*/
.h-services:before {
    position: absolute;
    content: "";
    background: #ebebeb;
    width: 100%;
    height: 180px;
    left: 0;
    bottom: 0;
}
.custom-post-slider.serv-slider .box-shadow {
    background: #fff;
    padding: 0 0px 25px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.custom-post-slider.serv-slider .slick-slide {padding: 65px 13px 13px;}
.custom-post-slider.serv-slider .box-shadow .service-title {
    font-size: 1.8rem;
    color: #000;
    line-height: 24px;
    margin: 0 auto;
    padding: 75px 0px 20px;
    max-width: 123px;
    height: 142px;    
}

.custom-post-slider.serv-slider .box-shadow .more-info {
    font-size: 1.3rem;
    text-transform: uppercase;
    background: #3d4045;
    color: #fff;
    padding: 0 14px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    font-weight: 400;
    margin: 0 auto;
    transition: 0.4s;
    display: inline-block;
}
.doctor-sec-new { padding-top: 55px; } 
.doctor-sec-new .dr-info-block {
    padding: 0 0 75px 55px;
    max-width: 650px;
}
.doctor-sec-new .dr-info-block .section-title { font-size: 38px; margin: 0; } 
.doctor-sec-new .dr-info-block .section-title span { font-size: 7.8rem; font-weight: 800; } 
.doctor-sec-new .dr-info-block .dr-name { font-size: 2.5rem; line-height: 36px; color: #cb2229; margin: 17px 0 18px; } 
.doctor-sec-new .dr-info-block p { line-height: 33px; font-size: 1.9rem; } .doctor-sec-new .dr-info-block img { margin: 18px 0 0px; } 
.doctor-sec-new .dr-info-block .n-btn-default-inline { margin-top: 15px; }

.custom-post-slider.serv-slider .box-shadow:hover .more-info {background: #cd2c31;   color: #fff;transition: 0.4s;}
.custom-post-slider.serv-slider .box-shadow a:hover {   text-decoration: none;transition: 0.4s;}
.custom-post-slider.serv-slider .box-shadow .sv-img {
    height: 114px;
    width: 114px;
    background: #cb2229;
    margin: -62px 0 0;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: 0.4s;
    }
.custom-post-slider.serv-slider .box-shadow:hover .sv-img {background: #3d4045;}
.custom-post-slider.serv-slider .box-up { position: relative;}
.custom-post-slider.serv-slider .slick-arrow {
    box-shadow: none;
    background: transparent;
    top: 147px;
    opacity: 0.3;
}
.footer-map-section .widget, .footer-map-section .widget .textwidget p {
    margin: 0;
}

.footer-map-section .widget .textwidget {
    padding: 0;
}
.custom-post-slider.serv-slider { padding: 0; }
.custom-post-slider.serv-slider .slick-arrow:before { background-size: 50px;font-size: 50px;}
.custom-post-slider.serv-slider .slick-arrow.slick-prev {left: -44px;}
.custom-post-slider.serv-slider .slick-arrow:hover {opacity: 1;}
.custom-post-slider.serv-slider .slick-arrow.slick-next {right: -44px;}
/* .footer-map-section .widget .textwidget p { margin: 0; line-height: 0;} */
/*services slider css end here*/
/*new footer css here */
.footer-header .section-title { font-size: 4.6rem; font-weight: 400; color: #fff; line-height: 54px; padding: 57px 0 23px; margin: 0; text-transform: uppercase;     font-family: "Open Sans", arial,sans-serif !important;}
.footer-header .section-title span { font-weight: 900; }
.footer-bottom .textwidget { padding: 0; }
.footer-header .section-title span { font-weight: 800; }
.footer-info .textwidget{
    background: #fafafa;
    padding: 4rem;
    border-radius: 5px;
    box-shadow: 0px 0px 1px #ddd;
    margin: 0;
}

.footer-info h3 {
    font-size: 2.4rem;
    margin: 0 0 15px;
    color: #000;
    padding: 0 0 15px;
    font-weight: 600;
    position: relative;
}

.footer-info h3:after {
    position: absolute;
    content: "";
    border-bottom: solid 2px #6ba6c4;
    width: 39px;
    bottom: 0;
    left: 0;
}

.footer-info .hours {
    padding: 0;
    margin: 0;
}

.footer-info .hours li {
    list-style-type: none;
    font-size: 1.6rem;
    color: #000;
    padding: 0 0 10px;
}
.footer-info .hours li .time { float: right; }
.footer-info .c-info a { font-size: 1.8rem; color: #353535; font-weight: 400; }
.footer-info .c-info.mail-icon {background-position: 0 -48px;}
.footer-info .c-info.map-icon {background-position: 0 -98px; padding-bottom: 0;}
.footer-info .c-info a:hover { text-decoration: none; color: #cd2c31; }
.footer-info hr { border-top: 1px solid rgba(0,0,0,.3); margin: 10px 0 17px; }
.custom-ft-form input:not([type="submit"]), 
.custom-ft-form select, .custom-ft-form textarea, 
.custom-ft-form .form-control:not([size]):not([multiple]) {
    border: solid 1px #656565;
    border-radius: 6px !important;
    height: 50px;
    margin: 10px 0;
    font-size: 1.5rem;
    color: #000;
    max-width: 100%;
}
.site-footer .custom-ft-form p {
    margin: 0;
}
.h-review .section-title {
    text-transform: uppercase;
}
.custom-ft-form input[type="submit"] {
    background: #cd2c31;
    color: #fff;
    width: auto;
    height: 54px;
    text-transform: uppercase;
    padding: 0 30px;
    border-radius: 6px;
    float: left;
    margin: 0px;
}
.custom-ft-form input[type="submit"]:hover { background: #6ba6c4; }
body .custom-ft-form textarea { height: 108px;}
.custom-ft-form .checekbox-main .form-label1, 
.custom-ft-form .checekbox-main .form-label2 { height: 50px; border-radius: 6px; line-height: 50px; margin: 10px 0;}
.custom-ft-form .checekbox-main .form-label1.active, 
.custom-ft-form .checekbox-main .form-label2.active { background: #3d4045; border-color: #3d4045;}
/* .custom-ft-form {padding-top: 36px;} */
.footer-info-box .footer-info {margin-top: -135px; }
.footer-info-box {overflow: visible !important; }


.custom-ft-form input::-webkit-input-placeholder, .custom-ft-form textarea::-webkit-input-placeholder{ opacity: 1; color: #000; }
.custom-ft-form input::-moz-placeholder, .custom-ft-form textarea::-moz-placeholder{ opacity: 1;  color: #000; }
.custom-ft-form input:-ms-input-placeholder, .custom-ft-form textarea:-ms-input-placeholder{ opacity: 1;  color: #000; }
.custom-ft-form input:-moz-placeholder, .custom-ft-form textarea:-moz-placeholder{ opacity: 1;  color: #000; }
.footer-bottom {
    background: #3d4045;
    padding: 1.5rem 0;
}
.footer-bottom .copyright { font-size: 1.4rem; margin: 0; float: left; padding: 5px 0;}
.footer-bottom .footer-social { float: right; }
.footer-bottom .footer-social li a { font-size: 0; }
.footer-bottom .footer-social li a i { font-size: 32px; color: #fff; }
body .site-footer {padding: 0px;background: transparent;}
.site-footer .menu li { display: inline-block; position: relative; padding: 0px 8px; }
.site-footer .menu li a { color: #fff; font-size: 1.4rem; font-weight: 400; /* text-transform: uppercase; */ text-shadow: none; }
.site-footer .menu li:after {
    position: absolute;
    content: "|";
    font-weight: 600;
    right: -7px;
    font-size: 17px;
    top: -2px;
}
.site-footer .menu li:last-child { padding-right: 0; }
.site-footer .menu li:last-child:after { display: none; }
.site-footer .menu li a:hover { color: #000; text-decoration: none; }
.footer-bottom .footer-social li a:hover, .footer-bottom .footer-social li a i:hover { text-decoration: none; color: #000; }
.site-footer .widget ul.footer-social li { float: left; line-height: 0; padding: 2px 0 0;}
.site-footer .widget ul.menu {padding: 4px 0; }
/*footer css end here*/

#fancybox-title-over {text-transform: capitalize;}
.custom-gallery .wpb_single_image a:hover:after {background: rgba(32, 202, 193, 0.8);overflow: hidden;z-index: 9999 !important;position: absolute;content: "";width: 100%;height: 100%;left: 0;top: 0;display: block;transition: 0.9s;}
.custom-gallery .wpb_single_image .vc_single_image-wrapper {position: relative;}
#fancybox-outer .fancybox-title-over {display: none !important;}
/*faqs-css*/
.custom-tab  .vc_tta-panel .vc_tta-panel-heading {background: #3d4045 !important;border: none !important;}
.custom-tab  .vc_tta-panel.vc_tta-panel.vc_active .vc_tta-panel-heading a {color: #fff;}
.custom-tab  .vc_tta-panel .vc_tta-panel-heading:hover {background: #cd2c31 !important;}
.custom-tab h4 a .vc_tta-title-text {font-size: 1.7rem;}
.custom-tab .vc_tta-panel-heading h4 a {padding-top: 20px !important;padding-bottom: 20px !important;}
.custom-tab .vc_tta-panel.vc_active .vc_tta-panel-heading a {color: #fff !important;}
.custom-tab .vc_tta-container {margin-bottom: 0;}
.custom-tab {padding-top: 40px;padding-bottom: 30px;}
.custom-tab h2 {font-size: 3.6rem;font-weight: 700;margin: 0;padding: 0 0 3rem;}

/*Inner Banner Css*/
.header-banner {background: #6d6d6d !important;height: auto !important;}
.header-banner h1 {color: #fff;padding: 40px 15px;text-align: center;font-size: 4.2rem;font-weight: 600;margin: 0;}
.site-link {color: #cd2c31;}

/*Contact css start here*/
.footer-social li {list-style-type: none;display: inline-block;}
body .contact-add-sec a {font-size: 32px;color: #fff;padding: 0 3px;}
body .contact-add-sec a:hover, 
body .contact-add-sec a i:hover {color: #000;text-decoration: none;}
.contact-add-sec p {margin: 0;padding: 0;display: flex;color: #fff;font-size: 22px;font-weight: 600;}
.social-icon {padding: 0;margin: 0;text-align: center;}
.social-icon li {list-style-type: none;display: inline-block;}
.contact-info-item {min-height: 150px;}
.contact-info-item {text-align: center; /*background: #cbcbcb  ;*/ padding: 37px 10px;display: flex;justify-content: center;align-items: center;}
.contact-info-item h3 {color: #fff;font-weight: 600;margin-top: 18px;font-size: 1.375rem;}
.contact-info-item p,
.contact-info-item p a {color: #fff;margin-bottom: 0px; font-weight: 300;line-height: 22px;font-size: 2rem}
.contact-info-item p a:hover {text-decoration: none;}
.add-sec .vc_col-sm-4:last-child {border-right: none;}
.add-sec .vc_col-sm-4 {border-right: solid 1px #fff;}
.footer-social {text-align: center;padding: 0;margin: 0;}
.contact-add-sec {padding: 3.5rem 1.5rem 3.0rem;}
.contact-add-sec .hours {padding: 0 0 20px;margin: 0;}
.contact-add-sec .hours li {list-style-type: none;color: #fff;font-size: 1.6rem;font-weight: 700;padding: 11px 0;}
.contact-add-sec h3 {font-size: 26px;color: #fff;font-weight: 700;text-align: center;}
.contact-add-sec .hours li .time {float: right;font-weight: 400;}
.contact-info-item h4 { color: #fff; font-size: 24px; padding: 15px 0 5px; margin: 0; font-weight: 600;}
.contact-add-sec .hours li:last-child {border-bottom: none;}
.contact-info-item img {width: 36px; transition: 0.4s;filter: brightness(100);}
.add-sec .vc_col-sm-4 {transition: all ease-in-out 1s;}
.add-sec .vc_col-sm-4:hover img {transform: rotate(360deg);transition: 1s;}
.default50{ padding-bottom: 50px; padding-top: 50px;}
.main-contact-sec .contact-heading {font-size: 2.6rem;font-weight: 700;text-align: center;margin: 0;padding: 28px 0 0px;}
.footer-bottom p a {color: #fff;}
.inner-content-sec h3 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    padding: 0 0 8px;
}
.inner-content-sec .n-btn-default-inline, .inner-top-sec .n-btn-default-inline { margin-top: 15px; }
.inner-top-sec h2 {font-size: 3.4rem;line-height: 32px;color: #cd2c31;font-weight:700;margin:0; padding:0 0 20px;}
.bg-grey,
.grey-bg {background: #f6f6f6;} 
.inner-content-sec h2 {font-size: 2.8rem;font-weight: 700;margin: 0;padding: 0 0 15px;}
.inner-top-sec p {font-size: 18px;line-height: 32px;color: #000;}
.inner-content-sec p { font-size: 16px; line-height: 28px;}

.inner-content-sec .vc_single_image-img { box-shadow: 0px 0px 20px rgba(0,0,0,0.1); }

.all-services {background: #3d4045;padding-top: 50px;padding-bottom: 50px;overflow: hidden;}
.all-services .section-title {color: #fff;text-align: center;}
.all-services .custom-sv-list { padding: 0; margin: 0 auto; max-width: 1240px; overflow: hidden; }
.all-services .custom-sv-list li {list-style-type: none;float: left;width: 25%;text-align: center;padding: 4px 3px;}
.all-services .custom-sv-list li a {color: #cd2c31;background: #fff;display: block;padding: 15px 0;line-height: 30px;border-radius: 5px;font-size: 1.8rem}
.all-services .custom-sv-list li a:hover {background: #cd2c31;color: #fff;text-decoration: none;}
/********Thank You page css*******/
.thank-you-text h2 {margin: 0;font-size: 62px;padding: 0;text-transform: uppercase;}
.thank-you-text p {color: #000;font-size: 18px;    margin: 0;}
.thank-you-text img {padding: 0 0 20px;width: 64px;}
.simple-image-slider.slick-initialized.slick-slider {
    margin: 0;
}
/*404 Error Page Css Start Here*/
.error404 .page-title {text-align: center;font-size: 7rem;font-weight: 900;text-transform: uppercase;margin: 0;}
.error404 .page-header .page-title {font-size: 5rem;text-transform: capitalize;}
.error404 .page-content p {text-align: center;font-size: 2rem;margin: 0;padding: 11px 0 30px;}
.error404 .page-content {text-align: center;}
.error404 .page-content .search-form input[type="search"] {border: solid 1px #000;height: 5rem;width: 100%;margin: 0;font-size: 1.5rem;border-radius: 0px;}
.error404 .page-content .search-form label {width: 70%;margin: 0;float: left;}
.error404 .page-content .search-form input[type="submit"] {margin: 0;height: 5rem;width: 30%;border-radius: 0px;background: #3d4045;font-size: 1.8rem;text-transform: uppercase;color: #fff;border: none;}
.error404 .page-content .search-form {max-width: 400px;margin: 0 auto;}
.error404 .page-content .search-form input[type="submit"]:hover {background: #000;color: #fff;}
.error404 .site-main {padding: 50px 0;}
.type-post .posted-on a { color: #000; padding: 6px 0 0; font-size: 11px; display: inline-block; margin: 0; }
/**blog**/
.type-post.status-publish { margin: 35px 0;padding: 15px;box-shadow: 0px 0px 10px #9e9e9e;}
.type-post .entry-header, .type-post .entry-footer, .type-post .entry-content {padding: 0; border: none;}
.type-post .entry-header .entry-title {font-weight: 700;font-size: 2rem;color: #3d4045 ;padding: 15px 0 0;}
.type-post .entry-content p { line-height: 24px; color: #000; font-size: 14px;}
.type-post .read-more {background: #cd2c31 ;color: #fff;padding: 8px 20px;display: inline-block;font-size: 14px;}
.type-post .read-more:hover {background:#3d4045; text-decoration: none;}
.type-post .entry-header a:hover {text-decoration: none;}
.widget_recent_entries .widget-title {padding: 0 0 15px;font-weight: 700;font-size: 20px;text-transform: uppercase;}
.widget_recent_entries ul {padding: 0;}
.widget_recent_entries ul li a {color: #000;font-size: 15px;}
.widget_recent_entries ul li a:hover{text-decoration: none; color: #3d4045 ;}
.single-post .type-post.status-publish {box-shadow: none;padding: 0;}
.breadcrumb-single-post ul {padding: 0;}
.breadcrumb-single-post ul li {list-style: none;display: inline;margin: 0 5px 0 0;}
.breadcrumb-single-post a {color: #3d4045 ;}
.breadcrumb-single-post a:hover {color: #333;text-decoration: none!important;}
.single .breadcrumb-single-post {padding-top: 0;}
.single-post .wp-post-image {float: none;}
.type-post .entry-footer .author.vcard {display: none;}
.custom-list li:after, 
.blog .entry-content ul li:after, 
.single .entry-content ul li:after { position: absolute; content: ""; background: #cd2c31; height: 8px; width: 8px; left: 0; border-radius: 100%; top: 8px; }
.single-post .type-post .entry-header .entry-title {padding: 20px 0 15px; font-size: 2.6rem; }
/*Recent Blogs CSS */
div#secondary .textwidget { padding: 0px !important;}
a.recent-post-image div{ height: 50px; width: 50px; background-size: cover; background-repeat: no-repeat; background-position: center; margin-right: 10px;    margin-bottom: 10px;}
a.recent-post-image, .recent-post-section .post_info { display: inline; float: left;}
.recent-post-section li.list {  clear: both;}
.widget-area .recent-post-section .post_info { float: none;}
.recent-post-section ul { padding: 10px 0px;}
.widget-area .recent-post-section .post_info a {color: #000;font-weight: 400;font-size: 14px;}
.widget-area .recent-post-section .post_info a:hover{text-decoration: none; color: #3d4045;}
.recent-post-section .widget-title {
    margin: 0 0 10px;
    padding: 13px 15px;
    border: none;
    background: #3d4045;
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.blog #secondary.widget-area {padding-top: 35px;}
.custom-list, .blog .entry-content ul, .single .entry-content ul {padding: 0px 0 0 35px;}
.custom-list li, .blog .entry-content ul li, .single .entry-content ul li {background: transparent;padding: 0  0 16px 15px;min-height: auto;position: relative; list-style-type: none;margin: 0px}
.custom-list ol li, .blog .entry-content ol li, .single .entry-content ol li {
    padding: 8px 0;
}
.custom-list ol , .blog .entry-content ol, .single .entry-content ol {padding: 0 0 0 40px;}
/*blog css end here*/

.footer-form .custom-ft-form { padding-top: 30px; }
.footer-header {background: #3d4045; }
.site-footer .default50.footer-info-box {padding-top: 0px;}
.footer-form.footer-col-1 {
    margin: 0;
    padding-bottom: 0;
}
.footer-form .textwidget { padding: 0; }
.page-id-1435 .desktop-footer,
.page-id-1023 .desktop-footer { display: none;}
.h-welcome {
    padding-top: 130px;
    padding-bottom: 130px;
}

.h-welcome h2 {
    font-size: 4.3rem;
    margin: 0;
    color: #cb2229;
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 800;
}

.h-welcome p {
    font-size: 2rem;
    line-height: 4rem;
    letter-spacing: 1px;
    margin: 24px auto 0;
    max-width: 1038px;
}

.h-welcome p.bold {
    font-weight: 600;
    padding: 6px 0 0;
}

.wp-gr .wp-google-list { box-shadow: 0px 0px 50px rgba(0,0,0,10%) !important; }
body .wp-gr .wp-google-list .rating-header-main { padding: 30px !important; }
body .wp-gr .wp-google-list .wp-google-content-inner { padding: 20px !important; }
body .wp-gr .wp-google-list .rating-header-main .rating-header-inner .col-3 { height: 100px; display: flex; align-items: center; justify-content: center; width: 33.33% !important; float: left !important; overflow: hidden !important; text-align: center !important; }
body .wp-gr .wp-google-list .rating-header-main .rating-header-inner { overflow: hidden !important; }
body .wp-gr .wp-google-list .rating-header-main .rating-header-inner .col-3 .header-content { font-size: 26px !important; font-weight: 700 !important; padding: 0; }
body .wp-gr .wp-google-list .rating-header-main .rating-header-inner .col-3 .header-content span.wp-google-rating { font-size: 38px !important; line-height: 48px !important; }
body .wp-gr .wp-google-list .rating-header-main .rating-header-inner .col-3 .header-content .wp-google-stars svg { width: 30px !important; height: 30px !important; }
body .wp-gr .wp-google-list .rating-header-main .rating-header-inner .col-3 .header-content .total-reviews { font-size: 40px !important; line-height: 48px !important; }
body .wp-gr .wp-google-list .wp-google-content-inner .wp-google-url { font-size: 28px !important; margin-top: 40px !important; }
.grey-bg { background: #f6f6f6; } .custom-team-sec h2 {margin: 0;color: #000;padding: 0;font-size: 34px;font-weight: 700;border-radius: 0px;} .custom-team-sec p { line-height: 28px; font-size: 16px; } .custom-team-sec h3 { text-transform: uppercase; margin: 0; color: #cb2229; font-weight: 600; padding: 15px 0; font-size: 20px; }
.bg-header { margin: 0 auto;}

.wp-google-list .wp-google-place .wp-google-left { float: left !important; } 
.wp-google-list .wp-google-place .wp-google-right { width: 85% !important; } 
.wp-google-list .wp-google-place .wp-google-right .wp-google-name a { font-size: 30px !important; } 
.wp-google-list .wp-google-place .wp-google-right .wp-google-powered { padding: 3px 0 !important; } 
.wp-google-list .wp-google-place .wp-google-right, 
.wp-google-list .wp-google-place .wp-google-left { padding: 20px !important; } 
.wp-google-list .wp-google-place { background: #f0f0f0 !important; } 
.wp-google-list .wp-google-place .wp-google-left img { width: 150px !important; height: 150px !important; } 
body .wp-gr .wp-google-list .wp-google-content-inner .wp-google-url { padding: 1.5rem 0rem !important; display: block; color: #fff  !important; text-align: center  !important; text-transform: uppercase  !important; font-size: 1.8rem  !important; border-radius: 0.4rem  !important; background: #cb2229  !important; font-weight: 400  !important; margin: 25px auto 20px !important; width: 200px !important; } body .wp-gr .wp-google-list .wp-google-content-inner .wp-google-url:hover { background: #000 !important; }

.promotion-sec { height: 600px; margin-top: 60px; margin-bottom: 60px; display: flex; align-items: center; justify-content: center; } 
.promotion-sec .wpb_text_column { background: rgba(205,44,44,0.8); padding: 50px 50px; max-width: 600px; margin: 0 auto; } 
.promotion-sec h4 { color: #fff; margin: 0; font-size: 20px; letter-spacing: 14px; } 
.promotion-sec h2 { color: #fff; font-size: 70px; font-weight: 700; text-transform: uppercase; margin: 0; padding: 20px 0 20px; } 
.promotion-sec p { color: #fff; font-size: 22px; }

/******************** Responsive Css here */  
@media (max-width: 1280px){ 
    .main-ab .section-title span {font-size: 4rem;}
    .doctor-sec-new .dr-info-block {padding: 0 0 75px 0px; }
.new-patient .section-title {font-size: 4rem; letter-spacing: 1px; }
}
@media (max-width: 1199px){ 
    a.navbar-brand.header-image.d-none.d-md-block.d-xl-none { margin: 0 auto; }

body #wprmenu_bar .menu_title a { top: 0px; }
li.depth-level-1>a.dropdown-item {width: calc(100% - 40px) !important;display: inline-block !important;}
.depth-level-1 span.dropdown-toggle {display: inline-block; width: 40px;z-index: 9999 !important;}
    .doctor-sec .vc_col-sm-6 .doc-logo {   left: -60px;}
    .doctor-sec .vc_col-sm-6:last-child .wpb_text_column {padding: 90px 0px 90px 50px; }
    .doctor-sec .vc_col-sm-6 .doc-img { margin-right: -191px; }
.doctor-sec .vc_col-sm-6 .doc-img .vc_single_image-img { max-width: 380px;}
    .doctor-sec .vc_col-sm-6 .doc-logo { top: 23rem; left: 0rem;}
    .doctor-sec .vc_col-sm-6 .doc-logo .vc_single_image-img { max-width: 220px;}
}
@media (max-width: 767px){ 
    .wp-google-list .wp-google-place .wp-google-right .wp-google-name a { font-size: 24px !important;line-height: 30px !important; }
    .wp-google-list .wp-google-place .wp-google-left { display: none !important;}
    .wp-google-list .wp-google-place .wp-google-right, .wp-google-list .wp-google-place .wp-google-left { text-align: center !important;float: none !important;    padding: 30px 15px !important}
    .promotion-sec .wpb_text_column { padding: 20px 15px; } 
    .promotion-sec h2 { font-size: 31px; padding: 10px 0; } 
    .promotion-sec h4 { font-size: 18px; letter-spacing: 5px; } 
    .promotion-sec p {font-size: 16px;} 
    .promotion-sec { height: 400px; }
    .thank-you-text p { font-size: 14px;}
    .thank-you-text h2 { font-size: 32px;}
  #regForm{ padding: 0 15px; width: 100%; overflow: hidden; }
  #regForm .tab{ min-height: auto; }
  body #regForm h1{ font-size: 22px; }
  body #regForm .rating-main{ width: 195px; margin: 0 auto; padding-top: 10px; }
  .rating{ width: inherit;}
  .rating span{ float: right; position: relative; margin: 0 6px; }
  body .rating span label{ width: 25px; height: 45px; text-align: center; color: #ccc; font-size: 35px; }
  .review-btn-container{ padding-top: 0; }
  .review-btn-container a{ margin: 2px; float: none; }
  #regForm{ padding-left:0px; padding-right:0px; } 
}
@media(min-width:768px){
        .sticky.site-header .top-header { padding-top: 5px; padding-bottom: 5px; }
    .sticky.site-header .top-header .widget .top-contact-info, .sticky.site-header .top-header .top-left { transform: scale(0.8);}
    .sticky.site-header .navbar-expand-xl .navbar-nav .cst-logo {width: 110px;}
.sticky.site-header .navbar-expand-xl .navbar-nav li a { padding: 21px 0rem;}
    .site-content { margin-top: 189px; }
body .site-header.header-transparent { position: fixed; left: 0; width: 100%; top: 0; background: rgba(255,255,255,1); transition: 0.3s; }
    body .wp-gr .wp-google-list .rating-header-main .rating-header-inner .col-3 .header-content .wp-google-stars svg{width: 20px !important;height: 20px !important}
     .site-header .navbar .navbar-nav li a:before,
    .site-header .navbar .navbar-nav li .sub-arrow { display: none; } 
    .site-header .navbar .navbar-nav li .sub-menu { background: #3d4045; border: none; margin-top: 0 !important; } 
        .site-header .navbar .navbar-nav li .sub-menu .sub-menu { top: 0px !important;  } 
    .site-header .navbar .navbar-nav li .sub-menu li a { color: #fff; text-transform: inherit; padding: 14px  22px; margin:0;}
.site-header.header-transparent .navbar .navbar-nav li .sub-menu a:hover, 
.site-header.header-transparent .navbar .navbar-nav li .sub-menu a:focus {   background-color: #cd2c31;  color: #fff;}
.site-header .navbar .navbar-nav li .sub-menu:after {  border-color: transparent transparent #3d4045 transparent;}
.site-header .navbar .navbar-nav li .sub-arrow { display: none;}
        body button.navbar-toggler { display: none;}
    .navbar-brand.header-image.d-none.d-md-block.d-xl-none {display: none !important; }
    .site-header .collapse.navbar-collapse { display: block; } 
    .site-header .navbar-expand-xl .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;     margin: 0 auto;} 
    .site-header .navbar-expand-xl .navbar-collapse { display: -webkit-box!important; display: -ms-flexbox!important; display: flex!important; -ms-flex-preferred-size: auto; flex-basis: auto; }
.site-header .collapse.navbar-collapse { display: block; }
/*   body .homepage-slider-main .homepage-slider .slick-slide{ height: 60rem !important; } */
}
@media(min-width: 1366px){
	.container { max-width: 1300px !important;}
}  
@media(min-width:1600px){
/*       body .homepage-slider-main .homepage-slider .slick-slide{ height: 86rem !important; } */
    .site-header .top-header{ padding-left: 55px; padding-right: 55px; }
    .site-header .navbar{ padding-left: 55px; padding-right: 55px; } 
}
@media(max-width:1200px){
.right-ca p { font-size: 1.4rem; line-height: 22px; padding: 6px 0 0; }
    .right-ca h3 { font-size: 2rem; }
    .main-ab .section-title { font-size: 36px; line-height: 42px; margin-bottom: 0.5rem;}
    .main-ab .section-title span { font-size: 3rem; }
    .main-ab p { font-size: 1.6rem; line-height: 2.8rem; }
}
@media(max-width:1199px){
        .site-content { margin-top: 175px; }
        .all-services .custom-sv-list li {width: 33.333%;}
        .site-header .navbar .navbar-nav .dropdown-menu .dropdown-toggle {background: #000;height: 29px;line-height: 35px;top: 0;right: 0;}
body .site-header .navbar .navbar-nav li.dropdown li .dropdown-toggle:after {border-top: .6em solid #fff;} 
.site-header .navbar-nav li .dropdown-menu {background: transparent;}
.site-header.header-transparent .navbar .navbar-nav li .dropdown-item {color: #fff;background: #000 !important;border-radius: 0;width: 85% !important;}
.site-header .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .dropdown-menu li {margin: 0px;width: 100%;}
	.site-header .navbar-toggler-icon{ width: 80px; background-position: left center !important; background-size: inherit; padding: 4px 0px 2px 30px; }
	.site-header .navbar-toggler-icon{ width: 80px; background-position: left center !important; background-size: inherit; padding: 4px 0px 2px 30px; }
	.site-header .navbar .navbar-nav li a { font-size: 1.4rem; /* padding: 6px 1.6rem; */}
.contact-add-sec h3 {font-size: 22px;}
.site-header.header-transparent .navbar .navbar-nav li a:hover {color: #3d4045;}
.site-header .navbar .navbar-nav li.current-menu-item a,
.site-header.header-transparent .navbar .navbar-nav li a:hover,  
.site-header.header-transparent .navbar .navbar-nav li a:focus {background-color: transparent !important;color: #3d4045;}
    .site-header .navbar .navbar-nav a{ padding:42px 0px;}
    .navbar .navbar-nav li.dropdown .dropdown-toggle{ z-index:999; top:5px; background:rgba(0, 0, 0, 0.2); width:35px; height:35px; transform:inherit; line-height:38px;text-align:center;}
    .site-header .navbar .navbar-nav li.dropdown .dropdown-toggle:after{ border-top: .5em solid #333; border-right: .5em solid transparent; border-left: .5em solid transparent; }

  html{ font-size: 9px !important; }
  .site-header .top-header .top-contact-info li{ margin-left: 1rem; }
  .main-ab .section-title{ line-height: normal; }
  .main-ab .section-title strong{ font-size: 2.8rem; }
  .before-team h2,
  .section-title{ font-size: 4rem;}
  .footer-map-section iframe{ min-height: 53.2rem; } 
    .site-footer .menu li {   padding: 0px 12px; }
    .site-footer .menu li a { font-size: 1.4rem; }
}
@media(max-width:1024px){
.price-box {    padding: 20px 0px;}
}
@media(max-width:991px){
    .homepage-slider .slide-inner h2{letter-spacing: 0}
    .h-review,
.h-services,
    .testimonial-video,
    .new-patient { padding-left: 15px !important; padding-right: 15px !important; }
    .footer-header .container,
    .footer-info-box .container { max-width: 100%;}
    .right-ca-box {padding: 0px 15px;}
    .hm-form {padding: 60px 30px; }
    .h-review .section-title span { font-size: 3rem;}
    .h-welcome { padding-top: 40px;padding-bottom: 50px; }
    .testimonial-video .section-title { font-size: 3.4rem;}
    .doctor-sec-new .doc-img { width: 40%; margin: 0 auto;}
    .doctor-sec-new .dr-info-block .section-title { font-size: 34px; padding: 35px 0 0;}
    .doctor-sec-new .dr-info-block .section-title span {font-size: 2.2rem; }
    .doctor-sec-new .vc_col-sm-6 {width: 100%; text-align: center; }
    .navbar .container { max-width: 100%;}
      .inner-content-sec .wpb_single_image img {margin-bottom: 25px;}
    .inner-content-sec .vc_col-sm-6 { width: 100%;}
    .footer-info .textwidget { padding: 4rem 15px; }
    body .top-contact-info li.btn-item a i {margin: 3px 8px 0 0; }
    .site-header .top-header .top-contact-info li a { font-size: 1.8rem;}
    .footer-bottom .col-md-7, .footer-bottom .col-md-5 { width: 100%; max-width: 100%; flex: 100%; text-align: center;}
    .site-footer .widget ul.menu { text-align: center; }
    .custom-ft-form { padding-top: 15px;}
    .footer-bottom .footer-social {float: none; }
    .site-footer .widget ul.footer-social li {float: none; padding: 5px 0; }
    .footer-bottom .copyright { float: none;padding: 0;}
    .footer-info .c-info a {font-size: 1.6rem;}
.footer-info .hours li { font-size: 1.4rem;}
    .footer-info h3 { font-size: 1.8rem;}
    .footer-info {  padding: 2rem 10px;}
    .simple-image-slider.slick-initialized.slick-slider {margin: 0;}
.new-patient .vc_col-sm-3 {width: 50%;}
.new-patient .vc_col-sm-3:nth-child(3) {left: 50%;}
.new-patient .vc_col-sm-3:nth-child(4) {   right: 50%;}
    .all-services .custom-sv-list li {width: 50%;}
.main-contact-sec .vc_col-sm-4, 
.main-contact-sec .vc_col-sm-8 { width: 100%;}
  .site-header .top-header .top-left li a{ margin-top: 3px; }
  .site-header .top-header .top-left li a:hover{ opacity: 0.7; }  
  .site-header .top-header{ padding-bottom: 1.5rem; }
  .services-main .vc_col-sm-3{ width: 50%; }
  .main-ab .vc_col-sm-6{ width: 100%; text-align: center; padding-top: 10px; padding-bottom: 10px;}
  .before-team h2, .section-title{ line-height: normal; }
  .footer-col-1{ margin-bottom: 25px; padding-bottom: 10px; border-bottom: solid 1px rgba(255, 255, 255, 0.3); text-align: center; }
  .footer-col-1 .widget{ margin-bottom: 0; }
  .homepage-slider .slide-inner h2{ font-size: 4.6rem; }
  .homepage-slider .slide-inner h1{ font-size: 4.4rem; }
/*  .homepage-slider-main:before, .arrow-after:before{ clip-path: polygon(0 100%, 0 90%, 50% 100%, 100% 90%, 100% 100%); }*/
  .before-team h2, .section-title{ font-size: 3.2rem; }
  .family-about .vc_col-sm-6{ width: 100%; text-align: center; padding-top: 15px; padding-bottom: 15px; }
  .footer-col-1{ text-align: left; }
		 .all-services .custom-sv-list li {width: 33%;}
	.site-header .top-header .top-left {display: none;}
    .doctor-sec .vc_col-sm-6 .doc-img .vc_single_image-img { max-width: inherit;}
    .doctor-sec .vc_col-sm-6 .doc-img {margin-right: 0; }
    .doctor-sec .vc_col-sm-6:last-child .wpb_text_column {padding: 50px 0; }
    .doctor-sec .vc_col-sm-6 .doc-logo {   position: relative; top: -24px; left: -30px;}
.doctor-sec .vc_col-sm-6 .doc-logo .vc_single_image-img { max-width: 100%;}
} 
@media(max-width:820px){
    .hm-about-sec .vc_col-sm-7, 
    .hm-about-sec .vc_col-sm-5 { width: 100%; }
.right-ca-box { padding: 20px 30px 0; max-width: 700px; }
    .site-header.header-transparent .navbar .navbar-nav li a {margin: 0 9px; }
}
@media(max-width:767px){
    .add-sec { padding-top: 20px; }
    .main-contact-sec.default50 { padding-top: 0; }
	.site-header .top-header{ padding-top:1rem;}
	.site-header{ padding-top:0px; }
	.site-header .navbar{ padding: 0rem 2rem; }
  .site-header.header-transparent{ position: inherit; }
  .slide-only-btn1.slider-btns{ text-align: center; }
/*   body .homepage-slider .slide-inner{ background: #ebebeb !important; } */
  .site-header .top-header .top-left{ display: none; }
  .homepage-slider .slide-inner h2{ color: #000; }
.site-header .top-header .top-contact-info li {
    margin: 0;
    width: 50%;
    float: left;
    padding: 2px;
    text-align: center;
}
.site-header .top-header .top-contact-info li:first-child { width: 100%; }
.site-header .top-header .top-contact-info li a i { display: none; }
.site-header .top-header .top-contact-info li a, .site-header .top-header .btn-item.book-appt a {
    padding: 0 !important;
    margin: 0;
    font-size: 1.4rem;
    width: 100%;
    background: #fff;
    color: #000;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: inherit;
}
.site-header .top-header .top-contact-info li a:hover, .site-header .top-header .btn-item.book-appt a:hover { background: #000; color: #fff; }
.site-header .top-header .top-contact-info li:first-child a {background: #cd2c31;color: #fff; }
.site-header .top-header .top-contact-info li:first-child a:hover {background: #fff; color: #000; }
	.navbar .navbar-brand {display: block; clear: both; float: none;font-size:14px;}
	.site-header .navbar  .navbar-toggler{ margin:10px 0 6px auto;text-align: center;}

.homepage-slider .slide-inner h1{ font-size: 2rem; line-height: normal; }
.before-team h2, .section-title{ font-size: 2.4rem; }
.homepage-form input[type="submit"]{ width: 100%; margin-left: 0;}
.homepage-form div.wpcf7 .ajax-loader{ display: none; }
.services-main .vc_col-sm-3{ width: 100%; }
.m-btn-md{ margin: 5px 0px ; padding: 1.5rem 0rem; width: 100%; font-size: 1.7rem; }
.custom-gallery .vc_col-sm-4{ margin: 10px 0px; }
.custom-gallery .pt-5{ padding-top: 0px !important; }
.mobile-footer{ padding-top: 15px; padding-bottom: 15px;}
.site-footer .mobile-footer a.btn.btn-primary{ font-size: 2rem; }

.homepage-slider .slide-inner h1,
body .homepage-slider .slide-inner.content-on-left{ text-align: center; }
.sv-icon-row.bdb .vc_col-sm-3{ border-right: none !important; }
.sv-icon-row .vc_col-sm-3{ border-bottom: solid 1px #b6bfc8; border-right: none !important; }
  body .header-banner h1 {font-size: 2.4rem;padding: 30px 15px;}

  .all-services .custom-sv-list li {width: 100%;}
.add-sec .vc_col-sm-4 { border-right: none; border-bottom: solid 1px #fff;}
.captcha-main {text-align: center;}
}    

/**************cmz css here***************/
@media only screen and (min-width: 768px) and (max-width: 5000px)  {
    .navbar .navbar-nav li.dropdown:hover .dropdown-menu { display: block;}
.site-header .navbar {padding: 10px 2rem;background: transparent;transition: all ease-in-out 0.2s;}	
.site-header .navbar-expand-xl .navbar-nav .cst-logo {width: 198px;margin-left: 15px;margin-right: 15px !important;position: relative;}
.site-header .navbar-expand-xl .navbar-nav .cst-logo a {height: 100%;width: 100%; font-size: 0px;margin: 0;background-color: transparent !important;}

body .site-header .navbar .navbar-nav li a {font-weight: 400;text-transform: uppercase;font-size: 1.6rem;position: relative;padding: 4.5rem 0rem;color: #000;margin: 0 2.6rem;}
.site-header.header-transparent .navbar .navbar-nav li a:hover {background-color: transparent;color:#297310;}	
body .navbar .navbar-nav li.dropdown .dropdown-toggle {position: absolute;top: auto;right: 0px;transform: none;cursor: pointer;bottom: 34px;}	
.site-header .top-header .widget .top-contact-info li.btn-item.info-cont {background: none;padding:0.5rem 0.8rem 0.2rem;margin: 0;}
body .site-header .navbar .navbar-nav li ul.dropdown-menu a.dropdown-item,
body #masthead.site-header .navbar .navbar-nav li ul.dropdown-menu a.dropdown-item {padding: 10px 15px !important;border-radius: 0px;}
body .site-header .navbar .navbar-nav li ul.dropdown-menu{border-radius: 0px;position: absolute}
.site-header .navbar.navbar-light{background: #fff;}
}

@media only screen and (min-width: 768px) and (max-width: 1199px)  {
body .bg-header {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 0;width: 100%;}
}
@media(min-width:767px){
	body .navbar .navbar-nav li.dropdown .dropdown-toggle {display:none;}
}
@media(max-width:767px){
    .inner-top-sec p { font-size: 16px; line-height: 28px;}
    .inner-top-sec h2 { font-size: 2.4rem; line-height: 28px; padding: 0 0 15px;}
    .custom-list, .blog .entry-content ul, .single .entry-content ul {padding: 0px; }
    inner-content-sec h2 { font-size: 2rem;}
    .site-header .navbar .navbar-nav li a:hover:before, .site-header .navbar .navbar-nav li.current-menu-item a:before{display: none;}
.footer-info-box .footer-info { margin-top: 40px; background: transparent; padding: 0; }
    .doctor-sec .vc_col-sm-6 .doc-img .vc_single_image-img { margin: 30px 0 0;}
    .doctor-sec .vc_col-sm-6 .doc-logo { top: 20px; left: 0;}
    .doctor-sec:before { display: none!important}
    .new-patient .vc_col-sm-3:nth-child(3),
    .new-patient .vc_col-sm-3:nth-child(4) { left: auto; right: auto}
    .new-patient .vc_col-sm-3 { width: 100%;}
    body .homepage-slider .slide-inner .slider-btns a { margin-top: 10px;}
        .all-services .custom-sv-list li {width: 100%;}
	.site-header .navbar .navbar-nav li.cst-logo { display: none; }
.site-header .top-header .btn-item.book-appt,.site-header .top-header .btn-item.book-appt:hover{ background: none; border:0}	
.site-header .navbar.navbar-light .navbar-toggler { margin: 0; position: absolute; top: -165px; right: 20px; }
    .site-header .navbar-toggler-icon { font-size: 0; background-size: 40px; width: 40px; height: 40px; }
	.site-header .bg-header { text-align: center; border: none;    width: 100%;}
	.site-header  .navbar-collapse { text-align: left;}
.footer-info-box { padding-bottom: 0px; }
	.navbar-brand{padding-top: .5125rem;padding-bottom: .6125rem;} 
	.site-header .top-header{ border-bottom:inherit; }
	.site-header .navbar .navbar-toggler{ margin:0px auto 14px;  }
	.site-header .top-header{ padding:5px 0; }
	.top-contact-info li.btn-item a i{ float:left; margin-top:3px; }
	.top-contact-info li:nth-child(2).btn-item a i{ margin-top: 4px; }
.hm-form { padding: 40px 15px; border-radius: 0; }
    .right-ca-box {padding: 20px 30px 0; }
    .right-ca {   padding: 18px 0 18px 55px;background-size: 45px !important; }
    .main-ab {padding-top: 30px; padding-bottom: 30px; }
    .main-ab .section-title span {font-size: 2rem; }
.main-ab .section-title {font-size: 24px;}
    .main-ab p {font-size: 1.6rem; line-height: 3rem; }
    .single-post #secondary { padding-top: 0;}
    .footer-header .section-title span { display: inline;}
    .footer-header .section-title { font-size: 2.4rem; padding: 20px 0; text-align: center;line-height: 3rem}
.custom-ft-form input[type="submit"] { float: none;}
    .h-review .section-title span { display: inline;}
    .h-review .section-title span,
    .h-review .section-title {font-size: 2.4rem; text-transform: capitalize; }
    .testimonial-video p img { margin: 0px 0 15px !important;}
    .desktop-footer {display: inline !important}
    .footer-form .custom-ft-form { padding-top: 10px;}
    .footer-info .hours li { font-size: 1.6rem;}
.site-footer .footer-info .c-info a {font-size: 1.6rem;margin: 4px 0 0; display: inline-block; }
    .custom-ft-form input:not([type="submit"]), .custom-ft-form select, .custom-ft-form textarea, .custom-ft-form .form-control:not([size]):not([multiple]) { height: 44px;
    margin: 7px 0; }
.doctor-sec .vc_col-sm-6:last-child .wpb_text_column { padding: 20px 0 30px;}
    .doctor-sec p { font-size: 1.6rem;    line-height: 2.4rem;color: #fff}
    .doctor-sec h2 { font-size: 3rem; padding: 0 0 10px;color: #fff}
.doctor-sec .n-btn-default-inline {  background: #fff; color: #000; }
    .doctor-sec {text-align: center;}
    body .homepage-slider .slide-inner h2 { text-align: center; text-transform: initial;}
.navbar-brand.header-image { width: 50%;}
    .site-header.header-transparent .navbar .navbar-nav li a { padding: 13px 0; font-size: 18px; margin: 0; width: 100%; }
    .site-header.header-transparent .navbar .navbar-nav li .dropdown-item { width: 100% !important;}
    .main-ab .n-btn-default-inline {margin: 10px 0 0; width: 100%; }
}
@media(max-width:767px){
    body .site-content { margin-top: 0px;}
    .site-header .navbar .navbar-nav li .sub-menu li a {text-transform: inherit}
    .site-header.sticky .navbar-brand img{max-width:150px }
    .site-header.sticky .top-header .widget .top-contact-info li { padding: 2px; }
    .doctor-sec-new .vc_column-inner { padding: 0;}
    .doctor-sec-new .dr-info-block .dr-name { font-size: 1.8rem; line-height: 26px; margin: 10px 0;}
    .new-patient .section-title { font-size: 3rem; letter-spacing: 0px; }
    .site-header.header-transparent .navbar .navbar-nav li .sub-arrow { background: #3d4045; color: #fff; font-size: 30px !important; }
    body .homepage-slider .slide-inner h2 {/*font-size: 26px !important;*/line-height: 26px!important;letter-spacing: 0px}
    body .homepage-slider .slide-inner .sub-heading-text p {font-size: 15px; line-height: 22px; padding: 15px 0 10px; font-weight:normal; text-shadow: none; color: #000; text-align: center;}
    body .homepage-slider .slide-inner .slider-btns a{ font-size: 13px; line-height: 26px; padding: 7px 20px; }
    body .homepage-slider .slick-prev,
    body .homepage-slider .slick-next,
    body .homepage-slider .slick-prev:before,
    body .homepage-slider .slick-next:before{ height: 30px; width: 30px; }
    .desc-text{ display:block !important; }
    body .homepage-slider .slick-prev:before,
    body .homepage-slider .slick-next:before{background-size: 15px;}
    body .homepage-slider .slick-prev, 
    body .homepage-slider .slick-next{ transform: inherit; bottom: 80px; top: inherit; }
    body .homepage-slider-main .homepage-slider .slick-prev{left: -5px;}
    body .homepage-slider-main .homepage-slider .slick-next{ right: -5px; }
    body .homepage-slider .slide-inner {/*background: rgba(255, 255, 255, 0.98) !important;*/padding: 25px 50px 25px;max-width: 100%;} 

    body .wp-gr .wp-google-list .rating-header-main .rating-header-inner .col-3 { width: 100% !important; }
    body .wp-gr .wp-google-list .wp-google-content-inner { padding: 0px 10px 10px !important; }
    body .wp-gr .wp-google-list .wp-google-content-inner .wp-google-review { display: block !important; } 
    body .wp-gr .wp-google-list .wp-google-content-inner .wp-google-review .wp-google-left, 
    body .wp-gr .wp-google-list .wp-google-content-inner .wp-google-review .wp-google-right { display: block !important; float: none !important; width: 100% !important; } 
    body .wp-gr .wp-google-list .wp-google-content-inner .wp-google-review .wp-google-right .wp-google-feedback .wp-google-text { font-size: 14px !important; line-height: 22px !important; } 
    body .wp-gr .wp-google-list .wp-google-content-inner .wp-google-review .wp-google-left img { float: none !important; margin-top: 15px !important; }
    
    /* sumbmenu oprn close */
/*.selected .sub-menu{
    display:block !important;
}
.sub-menu{
    display:none;
}   */ 
}
@media(max-width:333px){
.site-header .top-header .top-contact-info li a, 
    .site-header .top-header .btn-item.book-appt a,
    .site-header .top-header .top-contact-info li a { height: 40px !important; line-height: 16px; display: flex; align-items: center; justify-content: center; }
}
@media(max-width:319px){
.wp-google-list .wp-google-place .wp-google-right .wp-google-name a { font-size: 21px !important; line-height: 27px !important;}
.promotion-sec h2 { font-size: 26px; }
.promotion-sec h4 { letter-spacing: 3px; }
.promotion-sec p { font-size: 15px; }
}
.wpcf7 form.sent .wpcf7-response-output { display: none !important; }
	
/*mnv*/
/*@media(max-width:520px){
h1{font-size: 20px !important;}
h2{font-size: 18px !important;}
h3{font-size: 16px !important;}
h4{font-size: 14px !important;}
h5{font-size: 13px !important;}
}*/