@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    color: #000;
}

.container {
    max-width: 1360px;
    padding: 0 30px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #000;

}

.btn {
    background: #224944;
    border-radius: 300px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #224944;
    padding: 13px 30px;
    transition: all .4s ease-in-out;
}

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

    .btn:hover {
        background-color: transparent;
        border-color: #224944;
    }

}

@media screen and (max-width: 1024px) {
    .btn:hover {
        color: #fff;
    }
}

.common-sec {
    padding: 100px 0;
}

/* header */

.header-landing {
    padding: 24px 0;
    display: block;
}

.header-landing .site-logo img {
    max-width: 283px;
    object-fit: cover;
}

.header-landing-con {
    background: #E3FEEE;
    border: 1px solid rgba(34, 73, 68, 0.3);
    border-radius: 50px;
    padding: 17px;
    margin-right: 65px;
}

.header-landing-con .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    padding-left: 25px;
    display: block;
}

.header-landing-con .title::before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    background-image: url(../img/list-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
}

.header-landing-con .title span {
    font-weight: 700;
}

.icon-phone {
    margin-right: 10px;
    line-height: 0;
}

.header-landing.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
}

.header-landing.sticky .site-logo img {
    max-width: 200px;
}

.header-landing.sticky {
    padding: 18px 0;
}


@-webkit-keyframes sticky {
    0% {
        top: -120px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -120px;
    }

    100% {
        top: 0;
    }
}

/* hero-sec-landing */

.hero-sec-landing {
    padding-top: 124px;
    padding-bottom: 74px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.doctore-con span,
.doctore-con h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
    color: #224944;
}

.doctore-con h3 {
    font-weight: 600;
    color: #19A751;
    margin-bottom: 13px;
}

.doctore-days {
    background-color: #224944;
    border-radius: 55px 0px 55px 0px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    font-size: 56px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding: 0 45px;
    white-space: nowrap;
    max-width: inherit;
    left: 50%;
    transform: translateX(-50%);
    display: table;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}

.hero-lp-con {
    width: 360px;
    display: flex;
    align-items: center;
    aspect-ratio: 1;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    background-color: #E3FEEE;
    border-radius: 100%;
    margin-left: 40px;
}

.time-icon h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    color: #19A751;
}

.time-icon span {
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}

.doctore-con {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.doctore-time {
    margin-top: 20px;
}

.time-icon img {
    padding-right: 10px;
    max-width: 45px;
}

.connect-doctor-con {
    background: #FFFFFF4D;
    border: 1px solid #FFFFFF99;
    max-width: 421px;
    padding: 38px 60px;
    border-radius: 32px;
    margin-top: 70px;
}

.connect-doctor-con .btn {
    width: fit-content;
    margin: 0 auto;
}

.connect-doctor-con .title {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    text-shadow: 0px 2px 0px rgba(25, 167, 81, 0.2);
    margin-bottom: 40px;
    text-align: center;
}

/* details-box-sec */

.details-sec-landing .container {
    max-width: 1235px;
}

.details-box-img {
    background-color: #224944;
    height: 98px;
    display: flex;
    align-items: center;
    width: 98px;
    border-radius: 100px;
    margin: 0 auto;
}

.details-box-img img {
    max-width: 55px;
    object-fit: cover;
    margin: auto;
}

.details-lp-box .box-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    color: #19A751;
    margin-top: 10px;
}

.details-lp-box p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: rgb(0 0 0 / 50%);
}

/* future-details-sec */

.future-details-sec {
    background-color: #224944;
}

.future-details-sec .container {
    max-width: 1792px;
}

.future-details-box {
    border: 2px solid #19A751;
    background-color: #fff;
    padding: 46px 25px 40px;
    border-radius: 20px;
    margin-bottom: 24px;
    text-align: center;
    height: calc(100% - 20px);
}

.future-details-img {
    margin-bottom: 30px;
}

.future-details-box .box-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #224944;
    margin-bottom: 20px;
}

.future-details-box .cms-con p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #808080;
}

.future-details-img img {
    max-width: 100px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

/* meet-doctor-sec  */

.new-lp-doctor .meet-doc-box {
    background-color: #E3FEEE;
}

.new-lp-doctor .meet-doc-img img {
    width: 100%;
}

.new-lp-doctor .meet-doc-detail {
    padding: 29px 20px;
    height: 235px;
}

.doctor-con {
    overflow: auto;
    overflow-x: hidden;
    height: 75px;
}

.meet-doc-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #19A751;
}

.designation {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #808080;
}

.doctor-con {
    margin-top: 30px;
}

.doctor-con p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}


.doctor-con::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.doctor-con::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.doctor-con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #19A751;
}

.rm-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-decoration-line: underline;
    color: #19A751;
}

.doctor-slide {
    padding: 0 10px;
}

.doctor-details {
    margin: 0 -10px;
}

.details-lp-box {
    text-align: center;
}

/* about-doctor-sec */

.about-doctor-banner img {
    border-radius: 30px;
    object-fit: cover;
    width: 100%;
}

.about-doctor-con {
    text-align: start;
    padding-left: 25px;
}

.about-doctor-con .title {
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
    color: rgb(34 73 68 / 10%);
}

.about-doctor-con .sub-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #19A751;
    margin-bottom: 30px;
}

.about-doctor-con .cms-con p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.about-doctor-con .h-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #224944;
    margin-top: 40px;
    margin-bottom: 33px;
}

.about-doctor-con .h-title span {
    color: #19A751;
    display: block;
    font-weight: bold;
}

.about-doctor-con .cms-con.details-con {
    margin-bottom: 65px;
}

.about-doctor-con .cms-con.details-con p,
.about-doctor-con .cms-con.details-con p a {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 25px;
}

.about-doctor-con .cms-con.details-con p a:hover {
    color: #19A751;
}

.about-doctor-con .cms-con.details-con p b {
    font-weight: 600;
}

.about-doctor-con .cms-con.details-con small {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

.about-doctor-banner img {
    object-fit: cover;
    max-width: 680px;
}

/* footer */

.call-number-footer {
    position: fixed;
    bottom: -3px;
    width: 100%;
    display: none;
    z-index: 9;
}


.error-sec .error-con {
    text-align: center;
    max-width: 450px;
    margin: auto;
}

.error-sec .error-title {
    font-size: 200px;
    font-weight: 800;
    color: #000;
    line-height: 1.4;
}

.error-sec .error-title span {
    color: #19a751;
}

.error-sec .error-subtitle {
    font-size: 40px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    padding-bottom: 20px;
}

.error-sec p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1.4;
    margin-bottom: 22px;
}

.rm-link:hover {
    color: #000 !important;
}

a.call-number.btn img {
    max-width: 20px;
    object-fit: cover;
    filter: invert(1);
    margin-right: 10px;
}

.call-number-footer .btn:nth-child(2) {
    border-left: 1px solid #fff;
}

.intl-tel-input.separate-dial-code .selected-flag {
    border-radius: 12px 0 0 12px;
}

.call-number.wp-new.btn {
    background-color: #1cd766;
    border-color: #1cd766;
}

.banner-btn-wp {
    line-height: 1;
    &:hover{
        background-color: #19a751;
        border-color: #19a751;
        color: #fff;
    }
}

.banner-btn-wp img {
    margin-right: 7px;
    max-width: 20px;
    filter: invert(1) brightness(10);
}



/* @media query format :-   */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1460px) {
    .header-landing .site-logo img {
        max-width: 200px;
    }

    .header-landing-con {
        margin-right: 30px;
    }

    .future-details-box {
        padding: 40px 25px 50px;
    }
}

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

@media screen and (max-width: 1299px) {
    .common-sec {
        padding: 80px 0;
    }

    .hero-sec-landing {
        padding-top: 100px;
    }

    .details-lp-box .box-title {
        font-size: 50px;
        margin-bottom: 5px;
    }

    /* 
    .doctore-con span,
    .doctore-con h3 {
        font-size: 35px;
    } */

    .doctore-days {
        font-size: 45px;
    }

    .time-icon span {
        font-size: 18px;
    }

    .hero-lp-con {
        max-width: 300px;
    }

    .connect-doctor-con {
        max-width: fit-content;
        padding: 30px;
    }

    .future-details-box {
        padding: 30px 20px 30px;
    }

    .about-doctor-con .cms-con.details-con {
        margin-bottom: 35px;
    }

    .about-doctor-con .h-title {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .about-doctor-con {
        padding-left: 15px;
    }

    .about-doctor-con .sub-title {
        margin-bottom: 15px;
    }

    .about-doctor-con .cms-con.details-con p,
    .about-doctor-con .cms-con.details-con p a {
        margin-bottom: 20px;
    }

    .error-sec .error-title {
        font-size: 150px;
    }

}

@media screen and (max-width: 1199px) {
    .common-sec {
        padding: 70px 0;
    }

    .container {
        padding: 0 15px;
    }

    .hero-sec-landing {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .details-lp-box .box-title {
        font-size: 40px;
    }

    .details-lp-box p {
        font-size: 18px;
    }

    .future-details-box .box-title {
        font-size: 20px;
    }

    .doctore-days {
        font-size: 35px;
    }

    .hero-lp-con {
        max-width: 270px;
        margin-left: 30px;
    }

    /*     .doctore-con span,
    .doctore-con h3 {
        font-size: 26px;
    }
 */
    .doctore-con .time-icon span {
        font-size: 18px;
    }

    .time-icon h6 {
        font-size: 22px;
    }

    .connect-doctor-con .title {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .connect-doctor-con {
        margin-top: 50px;
    }

    .future-details-img {
        margin-bottom: 20px;
    }

    .future-details-box .box-title {
        margin-bottom: 15px;
    }

    .meet-doc-title {
        font-size: 25px;
    }

    .doctor-con {
        margin-top: 20px;
        height: 120px;
    }

    .new-lp-doctor .meet-doc-detail {
        height: 260px;
    }

    .about-doctor-con .cms-con.details-con p,
    .about-doctor-con .cms-con.details-con p a {
        font-size: 18px;
    }

    .about-doctor-con .title {
        font-size: 50px;
    }

    .about-doctor-con .sub-title {
        font-size: 30px;
    }

    .about-doctor-con .h-title {
        font-size: 30px;
    }

    .about-doctor-con .h-title {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .about-doctor-con .cms-con.details-con {
        margin-bottom: 25px;
    }

    .about-doctor-banner img {
        max-width: 100%;
    }
}

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

@media screen and (max-width: 992px) {
    .common-sec {
        padding: 60px 0;
    }

    .header-landing-con {
        display: none;
    }

    .hero-sec-landing {
        padding-top: 60px;
        padding-bottom: 50px;
        background-position: 60% 0px;
    }

    .connect-doctor-con {
        margin-top: 40px;
    }

    .details-lp-box {
        margin-bottom: 15px;
    }

    .details-box-img img {
        max-width: 32px;
    }

    .details-box-img {
        width: 74px;
        height: 74px;
    }

    .details-lp-box .box-title {
        font-size: 30px;
    }

    .details-lp-box p {
        font-size: 16px;
    }

    .doctor-con {
        height: 100px;
    }

    .new-lp-doctor .meet-doc-detail {
        height: 250px;
    }

    .about-doctor-banner img {
        max-width: 400px;
    }

    .about-doctor-banner {
        margin-bottom: 20px;
    }

    .about-doctor-con {
        padding-left: 0;
    }

    .about-doctor-con .title {
        font-size: 40px;
    }

    .about-doctor-con .sub-title {
        font-size: 25px;
    }

    .about-doctor-con .h-title {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .about-doctor-con .h-title {
        font-size: 25px;
    }

    .about-doctor-con .cms-con.details-con p,
    .about-doctor-con .cms-con.details-con p a {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .error-sec .error-title {
        font-size: 100px;
    }
}

@media screen and (max-width: 767px) {

    .header-landing .site-logo img,
    .header-landing.sticky .site-logo img {
        max-width: 170px;
    }

    .doctor-con {
        height: 120px;
    }

    .about-doctor-banner img {
        max-width: 330px;
    }

    .about-doctor-con .title {
        font-size: 30px;
    }

    .future-details-img img {
        max-width: 70px;
    }

    .btn {
        padding: 10px 15px;
    }

    .error-sec .error-title {
        font-size: 80px;
    }

    .error-sec .error-subtitle {
        font-size: 25px;
    }

    .error-sec p {
        font-size: 14px;
    }
}

@media screen and (max-width: 568px) {
    .doctore-days {
        font-size: 30px;
    }

    .common-sec {
        padding: 50px 0;
    }

    .header-landing {
        padding: 15px 0;
    }

    .header-landing .site-logo img,
    .header-landing.sticky .site-logo img {
        max-width: 130px;
    }

    .hero-lp-con,
    .connect-doctor-con {
        margin-left: auto;
        margin-right: auto;
    }

    .details-lp-box .box-title {
        font-size: 22px;
    }

    .details-lp-box p {
        font-size: 14px;
    }

    .details-box-img {
        width: 60px;
        height: 60px;
    }

    .future-details-img img {
        max-width: 60px;
    }

    .future-details-box {
        height: auto;
        margin-bottom: 15px;
    }

    .future-details-box .cms-con p {
        font-size: 14px;
    }

    .new-lp-doctor .meet-doc-detail {
        height: auto;
    }

    .doctor-con p {
        font-size: 14px;
    }

    .doctor-con {
        height: 65px;
    }

    .meet-doc-title {
        font-size: 20px;
    }

    .new-lp-doctor .meet-doc-detail {
        padding: 20px;
    }

    .doctor-con {
        margin-top: 10px;
    }

    .about-doctor-con .cms-con.details-con p {
        margin-bottom: 10px;
    }

    .about-doctor-con .h-title {
        font-size: 20px;
    }

    .about-doctor-con .h-title {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .about-doctor-con .cms-con.details-con p,
    .about-doctor-con .cms-con p {
        font-size: 14px;
    }

    .about-doctor-con .cms-con.details-con {
        margin-bottom: 15px;
    }

    .about-doctor-con .sub-title {
        margin-bottom: 10px;
    }

    .about-doctor-banner img {
        width: 100%;
        max-width: 100%;
    }

    .about-doctor-con .cms-con.details-con small {
        font-size: 14px;
    }

    .call-number-footer {
        display: block;
    }

    .call-number-footer .btn {
        max-width: 100%;
        border-radius: 0;
        padding-top: 12px;
        padding-bottom: 12px;
        flex: 0 0 100%;
    }

    .connect-doctor-con {
        background-color: rgb(255 255 255 / 90%);
    }

    .info-detail .btn {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 365px) {

    .header-landing .site-logo img,
    .header-landing.sticky .site-logo img {
        max-width: 100px;
    }
}

@media screen and (max-width: 340px) {
    .btn {
        padding: 8px 12px;
    }

    .doctor-con {
        height: 84px;
    }


    .doctore-days {
        font-size: 30px;
    }

    .hero-lp-con {
        max-width: 240px;
    }

    .header-landing .btn {
        font-size: 12px;
    }
}