@import url('../../../css-variables.css');
@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;
    overflow-x: hidden;
}

.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: var(--primary-color);
    border-radius: 300px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 13px 30px;
    transition: all .4s ease-in-out;
}

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

    .btn:hover {
        background-color: #000;
        color: #fff;
    }

}

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

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

/* header */

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

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

.header-landing-con {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    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: #fff;
    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;
    filter: brightness(0) invert(1);
}

.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 {
    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: #fff;
}

.doctore-con h3 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 23px;
}

.doctore-days {
    background-color: #000;
    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: var(--primary-color);
    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: #fff;
}

.time-icon span {
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    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;
    filter: brightness(0) invert(1);
}

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

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

.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: var(--primary-color);
    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: var(--primary-color);
    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: var(--primary-color);
}

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

.future-details-box {
    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: #000;
    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: var(--primary-color);
    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: #000;
    margin-top: 40px;
    margin-bottom: 33px;
}

.about-doctor-con .h-title span {
    color: var(--primary-color);
    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: var(--primary-color);
}

.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: 16px;
    object-fit: cover;
    filter: invert(1);
    margin-right: 10px;
}

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

.page-id-18706 .info-detail .btn{
    min-width: fit-content  !important;
}

.w-btn-oncall{
    max-width: 25px;
    filter: invert(1);
    margin-right: 8px;
}

.page-id-18703 .our-happy-clients-sec .sec-head .sec-title{
 color: #000;
}

.page-id-18703 .header-landing .site-logo img{
    max-width: 150px;
}
.page-id-18703 .header-landing {
    padding: 10px 0;
    display: block;
}
.footer-on-calldubai .footer-logo{
    margin-bottom: 20px;
}

.footer-on-calldubai .footer-desc p {
    color: #fff;
    font-size: 14px;
}

.footer-on-calldubai .socialMeadia {
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
}

.footer-on-calldubai .socialMeadia a {

    position: relative;

    display: inline-block;

    width: 20px;

    text-align: center;

    font-size: 22px;

    color: #fff;

    transition: border 0.4s ease-in-out,background 0.4s ease-in-out,color 0.4s ease-in-out;

    margin-right: 10px;

    font-weight: 400

}



.footer-on-calldubai .socialMeadia a:last-child {

    margin-right: 0

}

.footer-on-calldubai .footBox .footTitle {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 24px;
}


.footer-on-calldubai .footBox .footCon .footContact {

    position: relative;

    color: #fff;

    line-height: 1.4;

    font-size: 14px;

    font-weight: 400;

    margin-bottom: 5px;

    display: block;

    width: 100%;

    padding-left: 28px;

    text-transform: none

}



.footer-on-calldubai .footBox .footCon .footContact .icon {

    position: absolute;

    left: 0;

    top: 2px;

    color: #fff

}



.footer-on-calldubai .footBox .footCon .footContact a {

    color: #fff;

    font-weight: 300;

    transition: color 0.4s ease-in-out

}



.footer-on-calldubai .footBox .footCon .footContact a:hover {

    color: #000

}

.footer-on-calldubai .foot_cont_col{
    padding-left: 80px;
}


.footer-whatsapp button {

    position: fixed;

    right: 20px;

    bottom: 80px;

    width: 70px;

    height: 70px;

    background-color: #1cd766;

    text-align: center;

    vertical-align: middle;

    border-radius: 50%;

    z-index: 99;

    padding: 15px;

    border: 0;

    animation: breathe 2s ease-in-out infinite;

}



@keyframes breathe {

    0% {

        box-shadow: 0 0 0 0 rgba(37,211,102,.5)

    }



    70% {

        box-shadow: 0 0 0 15px rgba(37,211,102,0)

    }



    100% {

        box-shadow: 0 0 0 0 rgba(0,0,0,0)

    }

}



/* @media query format :-   */


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

    .socialMeadia .fb:hover {

        color:#3b5998

    }



    .socialMeadia .twitter:hover {

        color: #000

    }



    .socialMeadia .linkedin:hover {

        color: #2867b2

    }



    .socialMeadia .instagram:hover {

        color: #c13584

    }



    .socialMeadia .youtube:hover {

        color: red

    }



    .socialMeadia .pinterest:hover {

        color: #E60023

    }

}

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

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

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

    .future-details-box {
        padding: 40px 25px 50px;
    }
    .page-id-18703 .header-landing .site-logo img, .page-id-18703 .footer-logo {
        max-width: 130px;
    }
}

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

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

    .page-id-18703 .header-landing .site-logo img , .page-id-18703 .footer-logo{
        max-width: 120px;
    }

    .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 {
        padding: 30px;
        max-width: 320px;
    }

    .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;
    }

    .footer-on-calldubai .info-detail{
        text-align: start;
        margin-top: 20px;
    }
    .future-details-img img{
        max-width: 85px;
    }
}

@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;
    }
    .page-id-18703 .header-landing .site-logo img, .page-id-18703 .header-landing.sticky .site-logo img {
        max-width: 110px;
    }
    .footer-on-calldubai .foot_cont_col {
        padding-left: 20px;
    }
}

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

    .btn {
        font-size: 14px;
        padding: 8px 16px;
    }

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

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

    .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: 50%;
        border-radius: 0;
        padding-top: 12px;
        padding-bottom: 12px;
        flex: 0 0 50%;
    }

    .connect-doctor-con {
        background-color: rgb(255 255 255 / 90%);
    }
    .page-id-18703 .header-landing.sticky {
        padding: 8px 0;
    }
    .page-id-18703 .header-landing.sticky .site-logo img {
        max-width: 85px;
    }
    .page-id-18703 .header-landing .site-logo img{
        max-width: 95px;
    }
    .page-id-18703 .header-landing {
        padding: 8px 0;
    }
    .page-id-18703 .header-landing .site-logo img, .page-id-18703 .footer-logo {
        max-width: 95px;
    }
    .page-id-18703 .btn {
        font-size: 14px;
    }
    .w-btn-oncall{
        max-width: 22px;
    }
    .footer-on-calldubai .footer-box{
        margin-bottom: 20px;
    }
    .footer-on-calldubai .footer-logo {
        margin-bottom: 10px;
    }
    .footer-on-calldubai .foot_cont_col {
        padding-left: 12px;
    }
    .footer-on-calldubai .footBox .footTitle{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer-whatsapp.whatsapp-track .dg-lead-button{
        width: 60px;
        height: 60px;
    }
    .hero-sec-landing .connect-doctor-con .btn.btn-green{
        padding: 11px 20px;
    }
}

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

    .doctor-con {
        height: 84px;
    }

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

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

    .hero-lp-con {
        max-width: 240px;
    }
 
    .header-landing .site-logo img, .header-landing.sticky .site-logo img {
        max-width: 90px;
    }
    .page-id-18706 .info-detail .btn ~ .btn{
        margin-top: 5px !important;
    }
}