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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0;
    padding: 0;
}

li,
a {
    text-decoration: none;
    list-style: none;
}

section.callback-form.common_rqst_form .refresh {
    padding: 0 6px;
    border-radius: unset;
    min-height: 40px;
}

/* ___________________________________________________________________________ */


/* Default Colors  */
.our-service-content h2,
.our-service-content p,
.desk.our-service .tab-links .tab-link,
.desk.our-service .tab-links .tab-link::before,
.desk.our-service .serivePara,
.desk.our-service .sub-service .sub-item,
.desk.our-service .moreInfo-btn,
section.about-section .about-content .aboutHd,
section.about-section .about-content .aboutSmHd,
section.about-section .about-content .aboutSmPara,
section.testimonial-section .happy-famTxt,
section.testimonial-section .testimonial-content .user-name,
section.testimonial-section .testimonial-content .testi-desc,
section.testimonial-section .testimonial-content .watch-story,
section.testimonial-section .owl-nav button:first-child:hover,
section.testimonial-section .owl-nav button:last-child:hover,
section.doctor-section .doctor-content .doc-desg,
section.doctor-section .doctor-content .docHd,
section.doctor-section .doctor-content .docPara,
section.blog-section .blog-head .blogHd,
section.blog-section .blog-boxes .blogTitle,
section.blog-section .blog-boxes .blogLink,
section.blog-section .blog-boxes .smBox .blogPara,
section.location-section .locationHd,
footer.footer-section .footBox1 p,
footer.footer-section .footHd,
section.mobile-tabs .tab-boxes a span {
    color: #3A3A3A;
}

.nav-links .nav-link,
.nav-links>.nav-item>.dropdown>.nav-item>.nav-link:hover,
.makes-unique .main-content .mainHd,
section.form-section .appHd,
section.form-section .appAddress,
section.form-section .appTimings,
section.form-section .appEmail,
section.form-section .appPhone,
section.form-section .appointmentHd,
.banner-txt h2,
.banner-txt h3,
.banner-txt .discover-btn,
.makes-unique .main-content .mainSubHd,
.makes-unique .main-content .mainConPara,
.makes-unique .circle-content .circleHd,
.makes-unique .circle-content .circlePara,
section.form-section .form-container .appFormBtn,
footer.footer-section .footBox4 .foot-socialIcons .footIcons i,
footer.footer-bottom .footerBottom-link,
footer.footer-bottom .copyrightTxt,
footer.footer-bottom .digiLink,
.desk.request-callback .formHideBtn,
.scrollBtn {
    color: #fff;
}

। .our-service-content h2
/* ____________________________________________________________________________________ */

.green-btn,
.green-btn {
    border: none;
    padding: 10px 40px;
    background: transparent linear-gradient(270deg, #48BF53 0%, #004D25 100%) 0% 0% no-repeat padding-box;
    color: white;
    font-weight: 600;
    transition: all 0.5s ease;
    position: relative;
}

.btnGreen::before {
    content: '';
    width: 22px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 10px;
    transform: rotate(50deg);
    bottom: 10px;
}

.btnGreen::after {
    content: '';
    width: 22px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    transform: rotate(50deg);
    top: 10px;
}

.about_education_experience .education_btn button.active span::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 43%;
    border: 10px solid transparent;
    border-top-color: #11823b;
}

.btnWhite,
.btnGreen {
    border: 1px solid transparent;
}

section.mob-service .service-viewAll button::before,
section.testimonial-section .testi-viewAll button::before,
section.blog-section .blog-viewAll button::before {
    content: "";
    width: 20px;
    height: 2px;
    left: 15px;
    top: -2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #11823b !important;
}

section.mob-service .service-viewAll button::after,
section.testimonial-section .testi-viewAll button::after,
section.blog-section .blog-viewAll button::after {
    content: "";
    width: 20px;
    height: 2px;
    right: 15px;
    bottom: -2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #11823b !important;
    left: auto;
}

.btnGreen:hover {
    background: white !important;
    border: 1px solid #3a3a3a;
    color: green;
}

.btnWhite:hover {
    background: none !important;
    border: 1px solid white;
}

.greenColor {
    color: #004D25;
}

.boldTxt {
    font-weight: 700;
}

.con_cus {
    max-width: 1425px;
    position: relative;
}

/* Datepicker Css  */
.datepicker.dropdown-menu {
    padding: 15px !important;
}

.datepicker table tr td.today {
    background: none !important;
    background-color: #11823b !important;
    color: white;
}

/* Stop Scroll  */
.stpScroll {
    overflow: hidden;
}

.breadcum {
    display: inline-block;
    padding: 5px 10px;
    background: #00000069;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.breadcum ul li {
    font-weight: 600;
}

.doc_banner img {
    width: 100%;
}
.blog-details-rightBox .appHd.deskShow, .blog-details-rightBox .appointmentHd.mobShow span{
    color: #004D25;
}
/* Testimonials Nav Button css  */

@media screen and (min-width:1400px) {
    section.testimonial-section .owl-nav button:first-child span {
        left: 15%;
        font-weight: 600;
    }

    section.testimonial-section .owl-nav button:last-child span {
        right: 15%;
        font-weight: 600;
    }
}

/* _____________________________________________________________________________ */

/* Green Btn View All Hover Animation  */
.brdrHover,
.brdrHover_two {
    display: inline-block;
    position: relative;
    font-size: 18px;
    cursor: pointer;
}

.brdrHover span,
.brdrHover_two span {
    display: block;
}

.brdrHover::before,
.brdrHover::after {
    content: "";
    width: 0;
    height: 0px;
    position: absolute;
    transition: all 0.2s linear;
    background: #48BF53;
}

.brdrHover span::before,
.brdrHover span::after {
    content: "";
    width: 3px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #48BF53;
}

.brdrHover:hover::before,
.brdrHover:hover::after,
.brdrHover_two:hover::before,
.brdrHover_two:hover::after {
    width: 100%;
}

.brdrHover:hover span::before,
.brdrHover:hover span::after,
.brdrHover_two:hover span::before,
.brdrHover_two:hover span::after {
    height: 100%;
}

.brdrHover::before,
.brdrHover::after,
.brdrHover_two::before,
.brdrHover_two::after {
    transition-delay: 0.2s;
}

.brdrHover span::before,
.brdrHover span::after,
.brdrHover_two span::before,
.brdrHover_two span::after {
    transition-delay: 0s;
}

.brdrHover::before,
.brdrHover_two::before {
    right: 0;
    top: 0;
}

.brdrHover::after,
.brdrHover_two::after {
    left: 0;
    bottom: 0;
}

.brdrHover span::before,
.brdrHover_two span::before {
    left: 0;
    top: 0;
}

.brdrHover span::after,
.brdrHover_two span::after {
    right: 0;
    bottom: 0;
}

.brdrHover:hover::before,
.brdrHover:hover::after,
.brdrHover_two:hover::before,
.brdrHover_two:hover::after {
    transition-delay: 0s;
}

.brdrHover:hover span::before,
.brdrHover:hover span::after,
.brdrHover_two:hover span::before,
.brdrHover_two:hover span::after {
    transition-delay: 0.2s;
}

/* White Btn View All Hover Animation  */
.brdrHover_two::before,
.brdrHover_two::after {
    content: "";
    width: 0;
    height: 0px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

.brdrHover_two span::before,
.brdrHover_two span::after {
    content: "";
    width: 3px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

/* header fixed */
.deskShow.desktop-header.fixed-desk-nav {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    background-color: #004d25;
    /* background-image: linear-gradient(45deg, black, transparent); */
}

.error {
    color: red;
    font-size: 12px;
}

#common_form_appointment input,
#common_form_appointment textarea,
#common_form_appointment .captch_refresh {
    margin-top: 0;
}

#common_form_appointment .field {
    margin-bottom: 0;
}

#common_form_appointment .captch_refresh {
    align-items: unset;
}

#common_form_appointment .cptch_image img {
    height: 100%;
    max-height: 50px;
}

/* 404 Error Page */

.erroe_404.wrapper {

    background-color: #ebffed;
    height: auto;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.erroe_404 .container {
    background-color: #004D25;
    padding: 66px 16px 66px;
    border: 1px solid white;
    text-align: center;
    color: white;
    width: 100%;
    max-width: 700px;
    border-radius: 15px;
    margin: 0 4% 0 4%;
}

.erroe_404 .container .title {
    font-size: 120px;

}

.erroe_404 .container .description {
    font-size: 48px;
}

.erroe_404 .glitch {
    position: relative;
}

.erroe_404 .glitch:before {
    content: attr(data-text);
    position: absolute;
    text-shadow: 1px 0 blue;
    top: 0;
    left: -4px;
    color: white;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    -webkit-animation: glitch 3s infinite linear alternate-reverse;
    animation: glitch 3s infinite linear alternate-reverse;
    height: 100%;
    width: 100%;
}

.erroe_404 .glitch:after {
    content: attr(data-text);
    position: absolute;
    text-shadow: -1px 0 red;
    top: 0;
    left: 4px;
    color: white;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    -webkit-animation: glitch 2s infinite linear alternate-reverse;
    animation: glitch 2s infinite linear alternate-reverse;
    height: 100%;
    width: 100%;
}

@-webkit-keyframes glitch {
    0% {
        clip: rect(24px, 9999px, 136px, 0);
    }

    5% {
        clip: rect(142px, 9999px, 83px, 0);
    }

    10% {
        clip: rect(82px, 9999px, 37px, 0);
    }

    15% {
        clip: rect(51px, 9999px, 78px, 0);
    }

    20% {
        clip: rect(150px, 9999px, 39px, 0);
    }

    25% {
        clip: rect(66px, 9999px, 122px, 0);
    }

    30% {
        clip: rect(141px, 9999px, 33px, 0);
    }

    35% {
        clip: rect(126px, 9999px, 17px, 0);
    }

    40% {
        clip: rect(125px, 9999px, 124px, 0);
    }

    45% {
        clip: rect(34px, 9999px, 22px, 0);
    }

    50% {
        clip: rect(54px, 9999px, 71px, 0);
    }

    55% {
        clip: rect(34px, 9999px, 135px, 0);
    }

    60% {
        clip: rect(150px, 9999px, 98px, 0);
    }

    65% {
        clip: rect(26px, 9999px, 32px, 0);
    }

    70% {
        clip: rect(50px, 9999px, 2px, 0);
    }

    75% {
        clip: rect(144px, 9999px, 77px, 0);
    }

    80% {
        clip: rect(135px, 9999px, 53px, 0);
    }

    85% {
        clip: rect(131px, 9999px, 143px, 0);
    }

    90% {
        clip: rect(127px, 9999px, 133px, 0);
    }

    95% {
        clip: rect(24px, 9999px, 125px, 0);
    }

    100% {
        clip: rect(30px, 9999px, 147px, 0);
    }
}

@keyframes glitch {
    0% {
        clip: rect(24px, 9999px, 136px, 0);
    }

    5% {
        clip: rect(142px, 9999px, 83px, 0);
    }

    10% {
        clip: rect(82px, 9999px, 37px, 0);
    }

    15% {
        clip: rect(51px, 9999px, 78px, 0);
    }

    20% {
        clip: rect(150px, 9999px, 39px, 0);
    }

    25% {
        clip: rect(66px, 9999px, 122px, 0);
    }

    30% {
        clip: rect(141px, 9999px, 33px, 0);
    }

    35% {
        clip: rect(126px, 9999px, 17px, 0);
    }

    40% {
        clip: rect(125px, 9999px, 124px, 0);
    }

    45% {
        clip: rect(34px, 9999px, 22px, 0);
    }

    50% {
        clip: rect(54px, 9999px, 71px, 0);
    }

    55% {
        clip: rect(34px, 9999px, 135px, 0);
    }

    60% {
        clip: rect(150px, 9999px, 98px, 0);
    }

    65% {
        clip: rect(26px, 9999px, 32px, 0);
    }

    70% {
        clip: rect(50px, 9999px, 2px, 0);
    }

    75% {
        clip: rect(144px, 9999px, 77px, 0);
    }

    80% {
        clip: rect(135px, 9999px, 53px, 0);
    }

    85% {
        clip: rect(131px, 9999px, 143px, 0);
    }

    90% {
        clip: rect(127px, 9999px, 133px, 0);
    }

    95% {
        clip: rect(24px, 9999px, 125px, 0);
    }

    100% {
        clip: rect(30px, 9999px, 147px, 0);
    }
}

.erroe_404 .link_404 {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.75rem 1rem 0.6rem;
    transition: all 0.2s linear;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    margin-top: 30px;

}

.erroe_404 .link_404:hover {
    background: #222;
    color: #ddd;
}

.error_banr .doc_banner,
.thankyou_page .doc_banner {
    height: 120px;
    background-color: #004D25;
}

/* 404 Error Page */

/* Thank You page */


.thank_you.wrapper-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.thank_you .wrapper-2 {
    padding: 30px;
    text-align: center;
    background-color: #ebffed;
}

.thank_you h1 {
    font-family: 'Kaushan Script', cursive;
    font-size: 4em;
    letter-spacing: 3px;
    color: #329043;
    margin: 0;
    margin-bottom: 20px;
}

.thank_you .wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #aaa;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}

.thank_you .go-home {
    color: #fff;
    background: #329043;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
    box-shadow: 0 10px 16px 1px rgb(95 160 106 / 36%);
}

.thank_you .go-home:hover {
    letter-spacing: 2px;
}

.thank_you .footer-like {
    margin-top: auto;
    background: #D7E6FE;
    padding: 6px;
    text-align: center;
}

.footBox4 .ftrlinks .font_size a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

@media (min-width:360px) {
    .thank_you h1 {
        font-size: 4.5em;
    }

    .thank_you .go-home {
        margin-bottom: 20px;
    }
}

@media (min-width:600px) {

    .thank_you.wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 50px auto;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

}

/* Thank You page */
/* Common Banner */
.bannr_img {
    position: relative;
}

.bannr_img img {
    width: 100%;

}

.light-background {
    width: 100%;
}

.light-background .breadcrum-section {
    position: static;
}

.light-background .breadcrum-section ul {
    padding-left: 0;
    padding: 5px 0;
}

.breadcrum-section {
    width: 100%;
    background-color: #f3f3f3;
    position: absolute;
    bottom: 0;
}

.con_cus {
    max-width: 1425px;
    position: relative;
}

.breadcrum-section ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.breadcrum-section ul li a {
    color: #000;
}

div.breadcrum-section ul li a::after {
    content: '|';
    margin: 0 3px;
}

.breadcrum-section ul li:last-child a {
    color: green;
}

div.breadcrum-section ul li:last-child a::after {
    content: '';
}

section.callback-form {
    background-color: #f3fff4;
    padding: 15px 0;
}

section.callback-form .reqHd {
    font-size: unset;
    font-family: canelaTextMedium;
    font-weight: 500;
}
section.callback-form.common_rqst_form .reqHd {
    font-size: 16px;

}

.callback-form .field {
    margin-bottom: 0;
}

section.common-banner img {
    width: 100%;
}

section.callback-form img {
    width: 100%;
    height: 45px;
}

section.callback-form button {
    border: none;
    width: 100%;
    color: #fff;
    padding: 8px 0;
    background: green 0% 0% no-repeat padding-box;
    border-radius: 8px;
    font-size: 16px;
}

.bannr_img .page-title-dv {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.bannr_img .PageHeading {
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: canelaTextMedium;
    font-weight: 600;
}

.bannr_img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .6));
}

.callback-form .field .form-control::placeholder {
    color: #004D25;
}

.callback-form .field .form-control:focus {
    color: #004D25;
}

.callback-form .field .form-control {
    color: #004D25;
    border-color: #004D25;
}

.breadcrum-section ul li a {
    font-weight: 500;
}

/* Common Banner */

/*Common appointment form */
.captch_refresh {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.cptch_image img {
    width: 100%;
}

.reload {
    padding: 0px 10px;
    background: #004D25;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border: none;
}

/*Common appointment form */

/* _______________________________________________________________________ */


/* Media Queries for Owl Carousel  */


/* _________________________________________________________________ */



@media screen and (min-width:1024px) and (max-width:1399px) {
    section.testimonial-section .owl-nav button:first-child span {
        left: 7%;
        font-weight: 600;
    }

    section.testimonial-section .owl-nav button:last-child span {
        right: 7%;
        font-weight: 600;
    }
}

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

    .error_banr .doc_banner,
    .thankyou_page .doc_banner {
        display: none;
    }


}

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

    .bannr_img img,
    .doc_banner img {
        height: 350px;
        object-fit: cover;
    }
}

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

    .error_banr .doc_banner,
    .thankyou_page .doc_banner {
        display: none;
    }

    .bannr_img .PageHeading {
        font-size: 40PX;
    }
        #common_form_appointment .cptch_image img {
            height: 100%;
        }


}

@media only screen and (min-width:300px) and (max-width:480px) {
    #common_form_appointment .cptch_image img{
        height: 100%;
    }
    .breadcum {
        width: 100%;
        bottom: 0px;
    }

    .erroe_404 .container .title {
        font-size: 80px;
    }

    .erroe_404 .container .description {
        font-size: 25px;
    }

    .erroe_404.wrapper,
    .thank_you {
        padding: 20px 0;
    }

    .thank_you h1 {
        font-size: 40px;
    }

    .error_banr .doc_banner,
    .thankyou_page .doc_banner {
        display: none;
    }

    .bannr_img .PageHeading {
        font-size: 30PX;
        text-align: center;
    }

    .bannr_img img {
        height: 250px;
        object-fit: cover;
    }

    .breadcrum-section ul li a {
        font-size: 14px;
    }

    .callback-form {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        margin: 15px;
        padding: 15px 0;
    }

    section.callback-form .reqHd {
        text-align: center;
    }

    .callback-form .field {
        margin-bottom: 15px;
    }

    .footBox4 .ftrlinks .font_size {
        display: block;
    }
}