@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/* font-families */
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/FontAwesome.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
@font-face {
    font-family: 'Jost-Medium';
    src: url('fonts/Jost-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jost-Regular';
    src: url('fonts/Jost-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jost-SemiBold';
    src: url('fonts/Jost-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jost-Bold';
    src: url('fonts/Jost-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.fa-magnifying-glass:before, .fa-search:before {
    content: "\f002";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-facebook-square:before, .fa-square-facebook:before {
    content: "\f082";
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-youtube:before {
    content: "\f167";
}
/* Universal Css */
html a:hover {
    text-decoration: none;
}
html a:focus {
    text-decoration: none;
}
.container_main {
    max-width: 1230px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}
.btn-brown-prime {
    font-family: 'Jost-Regular';
    background-color: #b4765a;
    display: inline-block;
    padding: 15px 30px;
    color: #ffffff;
    font-size: 18px;
    box-shadow: 0px 0px 0px 2px #b4765a inset;
}
.btn-brown-prime:hover {
    background-color: transparent;
    color: #b4765a;
    transition: 0.5s ease-out;
    text-decoration: none;    
}
.grey-bg-sec {
    background-color: #29292b;
    padding: 90px 0;
}
.dark-bg-sec {
    background-color: #000000;
    padding: 90px 0;
}
.line-heading {
    font-family: 'Jost-Medium';
    color: #b4765a;
    font-size: 40px;
    position: relative;
    text-align: center;
    margin: 0 0 50px 0;
}
.line-heading::after {
    content: '';
    position: absolute;
    background: url(./images/heading-line.svg) center no-repeat;
    width: 50%;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -44px;
}
.line-heading.heading-lft {
    text-align: left;
}
.line-heading.heading-lft::after {
    width: 100%;
    background-position: left;
}
.line-heading.non-line-hd::after {
    content: none;
}
.primary-txt {
    font-family: 'Jost-Regular';
    color: #ffffff;
    font-size: 20px;
    line-height: 3rem;
    margin: 0;
}
.primary-links {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Jost-Regular';
    font-size: 18px;
}
.wrapper_main .single a {
    color: #b4765a;
    text-decoration: none;
    font-family: 'Jost-Regular';
    font-size: 18px;
}
.wrapper_main .single a:hover {
    color: #ffffff;
}
.whatsapp-widget {
    position: fixed;
    width: 55px;
    height: auto;
    right: 30px;
    bottom: 40px;
    z-index: 999999;
}
.whatsapp-widget img {
    width: 100%;
}


#main-header {
    background-color: transparent;
    padding: 15px 0;
    z-index: 999999;
    position: relative;
}
.head-menu .menu-main_menu-container {
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
}
.head-menu ul#main_menu {
    display: flex;
    max-width: 100%;
    width: 100%;
    padding: 20px 0 0 50px;
    justify-content: space-between;
    list-style: none;
    margin: 0;
}
.head-menu ul#main_menu li.current_page_item a {
    color: #b4765a;
    position: relative;
}
.head-menu ul#main_menu li.current_page_item a::after {
    content: '';
    position: absolute;
    border-bottom: 5px solid #b4765a;
    bottom: 10px;
    width: 18px;
    left: 0;
}
.head-menu ul#main_menu li a {
    font-family: 'Jost-Regular';
    font-size: 19px;
    color: #ffffff;
}



/* slider css */









#footer-area { 
    padding: 90px 0 0 0;
    background: url('./images/footer-background-2.webp') center center/cover no-repeat;
    width: 100%;    
}
#footer-area .news-letter {
    padding-right: 65px;
}
#footer-area .news-letter form input {
    width: 100%;
    padding: 14px 10px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 18px;
}
#footer-area .news-letter form input[type=email] {
    width: 100%;
    color: #ffffff;
    background-color: #29292b;
    font-family: 'Jost-Regular';
}
#footer-area .news-letter form input[type=submit] {
    background-color: #b4765a;
    font-family: 'Jost-Semibold';
    color: #ffffff;
}
#footer-area .news-letter form input[type=email]::placeholder {
    width: 100%;
    color: #545455;
}
#footer-area form .gjs-row {
    margin-bottom: 0;
}
#footer-area .quick-links a {
    display: block;
    margin-bottom: 5px;
}
#footer-area .footer-hd {
    font-family: 'Jost-Regular';
    font-size: 20px;
    color: #b4765a;
    line-height: auto;
    margin: 0 0 38px 0;
}
#footer-area .footer-logo img {
    margin-bottom: 40px;
	width: 100px !important;
    object-fit: cover;
}
#footer-area i.fa {
    color: #b4765a;
    font-size: 24px;
    margin-right: 25px;
}
#footer-area .get-touch i.fa {
    margin-right: 18px;
}
#footer-area .quick-links {
    padding-left: 70px;  
}
#footer-area .primary-links:hover {
    color: #b4765a;
}
#footer-area .copy-right {
    background-color: #000000;
    margin-top: 80px;
    padding: 5px 15px;
}
.footer-logo .primary-txt {
    margin-bottom: 30px;
}







/* Homepage Css */
.wrapper_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#slider-sec {
    width: 100%;
    padding: 258px 200px 230px 200px;
    background: url('./images/banner-with-effects.webp') center center/cover no-repeat;
    text-align: center;
}
#slider-sec h1 {
    font-size: 60px;
    font-family: 'Jost-Medium';
    color: #ffffff;
    margin: 0;
}
#schedule-sec .schedule-txt .col-lg-4 {
    text-align: center;
}
#schedule-sec .schedule-txt h2 {
    color: #ffffff;
    font-family: 'Jost-Regular';
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}
#schedule-sec .btn-brown-prime {
    font-size: 25px;
    padding: 12px 40px;
    margin-top: 25px;
    display: inline-block;
}
.get-touch .d-flex {
    margin-bottom: 30px;
}

/* About Us Css */
#about-us .row {
    margin-top: 45px;
}
#about-us .line-heading.heading-lft::after {
    width: 125px;
    bottom: -25px;
}
#about-us .line-heading.heading-lft {
    display: inline;
}
/* Our Services Css */
#our-services .line-heading, #clients-testimonials .line-heading {
    margin-bottom: 90px;
}

/* Technology Section Css  */
#tech-sec .row {
    margin-top: 72px;
}
#tech-sec .col-lg-4 h2 {
    font-family: 'Jost-Bold';
    font-size: 22px;
    color: #b4765a;
}
#tech-sec .col-lg-4 p {
    margin-bottom: 50px;
}
#tech-sec .col-lg-4 :last-child.primary-txt {
    margin-bottom: 20px;
}
#tech-sec img {
    width: 100%;
}

/* Book Appointment Css */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #ffffff;
}
#book-appointment img {
    width: 100%;
    min-height: 655px;
    object-fit: cover;
}
#book-appointment .col-lg-3 {
    padding-right: 0;
    width: 22%;
}
#book-appointment .col-lg-5 {
    padding-left: 0;
    width: 44.66%;
}
#book-appointment .row {
    max-width: 100%;
    width: 100%;
    margin: 0;
} 
#book-appointment .col-lg-4 {
    padding: 32px 25px 0 25px;
}
#book-appointment {
    background-color: #000000;
} 
#book-appointment form p {
    margin: 0;
}
#book-appointment .line-heading {
    margin-bottom: 22px;
}
#book-appointment form input {
    width: 100%;
    border: none;
    outline: none;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #101011;
    font-family: 'Jost-Regular';
    font-size: 20px;
    color: #ffffff;
}
#book-appointment form input::placeholder {
    color: #5f5f62;
}
#book-appointment form textarea {
    width: 100%;
    outline: none;
    border: none;
    padding: 15px;
    color: #ffffff;
    background-color: #101011;
    font-family: 'Jost-Regular';
    font-size: 20px;
    height: 120px;
    resize: none;
    margin-bottom: 20px;
}
#book-appointment form textarea::placeholder {
    color: #5f5f62;
}
#book-appointment form input[type=submit] {
    color: #000000;    
    background-color: #b4765a;
    padding: 10px;
    margin: 0;
}
#book-appointment form input[type=date] {
    color: #5f5f62;
}

/* Special Offers Css */
#special-offers .col-lg-5>:nth-child(2) {
    font-size: 40px;
    font-family: 'Jost-Medium';
    color: #ffffff;
}
#special-offers .col-lg-5 span {
    display: inline-block;
    font-size: 30px;
    font-family: 'Jost-Regular';
    color: #ffffff;
    margin: 22px 0;
}
#special-offers .btn-brown-prime {
    color: #242425;
    font: 20px 'Jost-Medium';
    padding: 14px 60px;
}
#special-offers .primary-txt {
    margin: 0 0 30px 0;
}
#special-offers .btn-brown-prime:hover {
    color: #b4765a;
}
.not_found .page-title {
    color: #ffffff;
}

/* Patient Eligibility Css */
#patient-eligibility .row {
    margin-top: 110px;
}
#patient-eligibility .row .col-lg-4 {
    text-align: center;
}
#patient-eligibility .row h2 {
    font-family: 'Jost-Medium';
    font-size: 25px;
    color: #b4765a;
    margin: 20px 0;
}
#patient-eligibility .eligibility-inner {
    background-color: #55545475;
    padding: 30px;
    border-radius: 20px;
}
.serv-row.row {
    margin: 50px 0 0 0;
}
.page-template-services .serv-row {
    margin: 100px 0 0 0;
}
.serv-row .col-lg-3 {
    padding: 0;
}
.serv-row .col-lg-3 a {
    width: 100%;
}
.serv-row .col-lg-3 img {
    max-width: 100% !important;
    height: 470px !important;
    object-fit: cover;
}
.serv-row .service-img {
    position: relative;
}
.servc-details .btn-brown-prime:hover {
    background-color: #ffffff;
    color: #b4765a;
    box-shadow: unset;
}
.serv-row .servc-details {
    position: absolute;
    bottom: 0;
    display: flex;
    height: 100%;
    background: #0000007a;
    width: 100%;
    padding: 20px 40px;
    text-align: center;
    justify-content: flex-end;
    flex-direction: column;
}
.serv-row .servc-details:hover {
    background: transparent;
    background-image: linear-gradient(180deg, transparent, #b4765a);
}
.serv-row .servc-details:hover .btn-brown-prime {
    background-color: #ffffff;
    color: #b4765a;
    box-shadow: unset;
}
.serv-row .col-lg-3 .btn-brown-prime {
    width: auto;
    padding: 12px 30px;
    margin-top: 10px;
}
.servc-details h2 a {
    font: 25px 'Jost-Bold';
    color: #ffffff;
}




/* Home Blog Css */
.home-blog-txt {
    background-color: #55545475;
}
#home-blog .col-lg-4 img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    max-width: 100% !important;
}
#home-blog .home-blog-txt a {
    display: block;
}
.home-blog-txt .home-blog-title {
    font: 25px 'Jost-Medium';
    color: #ffffff;
    text-align: center;
    padding: 30px 20px;
}
#home-blog .row {
    margin-top: 100px;
}
#home-before-after .line-heading {
    margin-bottom: 100px;
}




/*Blog Page Css*/
.subheader-section {
    padding: 180px 0 145px 0;  
}
.page-template-blog .subheader-section {
    background: url('./images/blog-banner.webp') center center/cover no-repeat;  
}
.page-template-contact-us .subheader-section {
    background: url('./images/contact-us-banner.webp') center center/cover no-repeat;
}
.search .subheader-section {
    background: url('./images/search-banner.webp') center center/cover no-repeat;
}
.page-template-taxonomy-services .subheader-section {
    background: url('./images/services-banner.webp') center center/cover no-repeat;
}
.single.single-post .subheader-section {
    background: url('./images/single-post-banner.webp') center center/cover no-repeat;   
}
.single-services.single .subheader-section {
    background: url('./images/single-service-banner.webp') center center/cover no-repeat;
}
.page-template-services .subheader-section {
    background: url('./images/services-banner.webp') center center/cover no-repeat; 
}
.page-template-before-after .subheader-section {
    background: url('./images/services-banner.webp') center center/cover no-repeat; 
}
.subheader-section h1 {
    font: 40px 'Jost-Medium';
    margin: 0;
    color: #b4765a;
    width: 80%;
}
.blog-sec .blog-div {
    margin-bottom: 70px;
}
.blog-sec .row {
    margin-top: 100px;
}
.cat-authr-view {
    display: flex;
    font: 18px 'Jost-Regular';
    color: #ffffff;
}
.cat-authr-view span {
    margin-left: 5px;
}
.blog-pst-img img {
    max-width: 100% !important;
    height: 400px !important;
    object-fit: cover;
    margin-bottom: 30px;
}
.blog-pst-txt h2 {
    margin: 10px 0;
}
.blog-pst-txt h2 a {
    font: 30px 'Jost-Medium';
    color: #b4765a;
}
.blog-pst-txt h2 a:hover {
    color: #ffffff;
    transition: 0.5s ease-out;
}
.blog-pst-txt .read-more {
    margin-top: 30px;
}
.blog-pg-srch form {
    display: flex;
}
.blog-pg-srch form input {
    width: 100%;
    border: none;
    padding: 15px 20px;
    outline: none;
    background-color: #545455;
}
.blog-pg-srch form input[type=text] {
    width: 85%;
    font: 17px 'Jost-Regular';
    color: #ffffff;
}
.blog-pg-srch form input[type=text]::placeholder {
    color: #d3d3d3;
}
.blog-pg-srch form button {
    width: 15%;
    background-color: #b4765a;
    border: none;
    outline: none;
}
.blog-pg-srch form button i {
    font-size: 20px;
    color: #ffffff;
}
.blog-pg-srch form button i:hover {
    color: #000000;
    transition: 0.5s ease-out;
}
.blog-pg-srch h3 {
    font: 25px 'Jost-Medium';
    color: #b4765a;
    margin: 30px 0 10px 0;
}
.blog-pst-rw .follow-us i {
    color: #b4765a;
    font-size: 25px;
    margin-right: 15px;
}
.blog-pst-rw .follow-us i:hover {
    color: #ffffff;
    transition: 0.5s ease-out;
}
.blog-pst-rw .blog-pg-srch {
    padding-left: 65px;
    position: sticky;
    top: 100px;
}





/* Faqs Css */
#faq-section .line-heading {
    margin-bottom: 100px;
}
#faq-section .faq-heading.primary-txt {
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    margin: 13px 0;
    font-weight: 400;
}
#faq-section .faq-text.primary-txt {
  width:95%;
  padding-left:20px;
  font-weight: 400;
}
.faq {
  position: relative;
}
.faq label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  padding-top: 1px;
  background-color: #b4765a54;
}

.faq input[type="checkbox"] {
  display: none;
}

.faq .faq-arrow {
  width: 19px;
  height: 19px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 4px solid #b4765a;
  border-right: 4px solid #b4765a;
  float: right;
  position: relative;
  top: -43px;
  right: 27px;
  -webkit-transform: rotate(134deg);
          transform: rotate(134deg);
}

 .faq input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
 .faq input[type="checkbox"]:checked + label {
  display: block;
  background: #000000;
  color: #4f7351;
  min-height: 150px;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

 .faq input[type='checkbox']:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/*::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/







/* Main Service Page */
.wpcf7 form .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output { 
    color: #ffffff !important;  
}








/* Single service page css */
.singl-srow .col-md-9 img {
    max-width: 100% !important;
    height: 400px !important;
    object-fit: cover;
    margin-bottom: 30px;
}
.singl-srow .spost-follow a i {
    font-size: 25px;
    color: #b4765a;
    margin-right: 15px;
}
.singl-srow .spost-follow a i:hover {
    color: #b4765a;
}
.spost-by p {
    color: #ffffff;
}



























/*Contact Us Page Css*/
#contact-us .row {
    margin: 0;
}
#contact-us .col-lg-6 {
    padding: 0;
}
#contact-us .contact-div {
    padding: 45px 73px 0 73px;
}
#contact-us form p {
    margin: 0;
}
#contact-us form input {
    width: 100%;
    border: none;
    outline: none;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #101011;
    font-family: 'Jost-Regular';
    font-size: 20px;
    color: #ffffff;
}
#contact-us form textarea {
    width: 100%;
    outline: none;
    border: none;
    padding: 15px;
    color: #ffffff;
    background-color: #101011;
    font-family: 'Jost-Regular';
    font-size: 20px;
    height: 120px;
    resize: none;
    margin-bottom: 20px;
}
#contact-us form input[type=submit] {
    color: #000000;
    background-color: #b4765a;
    padding: 10px;
    margin: 0;
}
#contact-us form input::placeholder {
    color: #5f5f62;
}
#contact-us form textarea::placeholder {
    color: #5f5f62;
}
#contact-us.dark-bg-sec {
    padding: 0;
}
#mobmenu_cstm {
    display: none;
}
/**/
@media (max-width: 1025px) {
    #main-header {
        display: none;
    }
    /*.sidenav {*/
    /*    display: none;*/
    /*    transition: all 0.3s ease-in-out;*/
    /*    position: absolute;*/
    /*    top: 60px;*/
    /*    right: 0;*/
    /*    width: 250px;*/
    /*    z-index: 9999;*/
    /*}*/
    /*.sidenav.mySideBar {*/
    /*  display: block;*/
    /*}*/
    /*.sidenav.mySideBar {*/
    /*    display: block;*/
    /*}*/
    /*.side-menu-button.actives i.fa-bars {*/
    /*    display: none;*/
    /*}*/
    /*.side-menu-button.actives i.fa-times {*/
    /*    display: inline-block;*/
    /*}*/
    /* mobile menu css */
    /* Mobile Menu Styles */
 body #mobmenu_cstm {
        display: block;
        background-color: transparent;
        z-index: 999999;
        position: relative;
        padding: 15px 0;
    }

#tp_menues {
    cursor: pointer;
}

#mobileMenuToggle {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
    z-index: 10000;
}

.sidenav ul {
    list-style: none;
    padding: 0;
}

.sidenav ul li {
    padding: 8px 8px 8px 32px;
}

.sidenav ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav ul li a:hover {
    color: #f1f1f1;
}

/* Show SideNav on Open */
.sidenav.open {
    width: 250px;
}
#mobmenu_cstm .container_main {
    display: flex;
    justify-content: space-between;
}

#special-offers img {
        width: 100%;
    }
    #tp_menues {
        display: flex !important;
    }
    .side-menu-button {
        display: inline-block !important;
        font-size: 28px;
        cursor: pointer;
    }
    #slider-sec {
        padding: 258px 15px 230px 15px;
    }
    .grey-bg-sec, .dark-bg-sec {
        padding: 90px 0;
    }
    #our-services .container_main {
        padding: 0 15px;
    }
    #schedule-sec .col-lg-4 {
        text-align: right;
    }
    #book-appointment .col-lg-3 {
        display: none;
    }
    #footer-area .news-letter {
        padding-right: 15px;
    }
    .serv-row .servc-details {
        padding: 20px 15px;
    }
    #about-us img {
        width: 100%;
    }
    #book-appointment {
        background: #29292b;
    }
    #footer-area .quick-links {
        padding-left: 15px;
    }
    footer .social-icons {
        margin-bottom: 40px;
    }
    #footer-area .footer-hd {
        margin: 0 0 20px 0;
    }
    footer .get-touch {
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    footer .news-letter {
        padding-top: 40px;        
    }
}
@media (max-width: 767px) {
    #slider-sec h1 {
        font-size: 35px;
    }
    .subheader-section h1 {
        font-size: 30px;
    }
    #about-us .row, #special-offers .row {
        display: flex;
        flex-direction: column-reverse;
    }
    #about-us img {
        margin-bottom: 20px;
    }
    .grey-bg-sec, .dark-bg-sec {
        padding: 50px 0;
    }
    #our-services .line-heading, #clients-testimonials .line-heading {
        margin-bottom: 60px;
    }
    #home-before-after .line-heading {
        margin-bottom: 80px;
    }
    #home-before-after .row :nth-child(2).col-md-4, #patient-eligibility .row :nth-child(2).col-md-4 {
        margin: 20px 0;
    }
    #schedule-sec .row :nth-child(2).col-md-4 {
        display: none;
    }
    #patient-eligibility .row {
        margin-top: 70px;
    }
    #patient-eligibility .eligibility-inner {
        padding: 30px 20px;
    }
    #tech-sec .row {
        margin-top: 50px;
    }
    #tech-sec .col-lg-4 p {
        margin-bottom: 30px;
    }
    #tech-sec .text-right {
        text-align: left;
    }
    #tech-sec .row :nth-child(3).col-lg-4 :last-child.primary-txt {
        margin-bottom: 0;
    }
    #special-offers .col-lg-5>:nth-child(2) {
        font-size: 35px;
    }
    #special-offers .btn-brown-prime {
        width: 100%;
    }
    #book-appointment .col-lg-5 {
        display: none;
    }
    .line-heading {
        font-size: 30px;
    }
    #book-appointment .col-lg-4 {
        padding: 40px 15px 20px 15px;
        background-color: #29292b;
    }
    #home-blog .row {
        margin-top: 70px;
    }
    #home-blog .row :nth-child(2).col-lg-4 {
        margin: 20px 0;
    }
    #faq-section .line-heading {
        margin-bottom: 70px;
    }
    #faq-section .faq-heading.primary-txt {
        padding: 0 15px;
        width: 88%;
    }
    #footer-area {
        padding: 50px 0 0 0;
    }
    #schedule-sec .schedule-txt h2 {
        font-size: 35px;
        line-height: 43px;
    }
    #special-offers .btn-brown-prime {
        padding: 14px;
        text-align: center;
    }
    #mobmenu_cstm img {
        width: 80px;
    }
    #slider-sec {
        padding: 200px 15px 160px 15px;
    }
    .subheader-section h1 {
        font-size: 27px;
        width: 100%;
    }
    .subheader-section {
        padding: 170px 0 120px 0;
    }
    .blog-pst-rw .blog-pg-srch {
        padding-left: 15px;
    }
}