@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.logowidth {
    width: 100px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-45 {
    margin-left: 45px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.bg-gradient-one {
    background: linear-gradient(135deg, #13a9ff 0%, #e81777 100%);
}

.b-radius-50 {
    border-radius: 50px 50px 0 0;
}

.brdr-radius-50 {
    border-radius: 50px;
}

.bg-f8f8 {
    background: #f8f8f8;
}

.gradient-text {
    background: linear-gradient(90deg, #0481ca, #251adb, #bd0057, #007dc5);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 5s linear infinite;
}

@keyframes gradientMove {
    to {
        background-position: 300% center;
    }
}

.icnwidth {
    width: 25px;
}

.ml-5 {
    margin-left: 5px;
}

.sclicnwidth {
    width: 32px;
}

.pt-40 {
    padding-top: 40px;
}

.cntcticnwidth {
    width: 30px;
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.brdr-right-none {
    border-right: none !important;
}

.pt-15 {
    padding-top: 15px;
}

.fw-500 {
    font-weight: 500;
}

.ftrlogowidth {
    width: 110px;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    border-radius: 25px;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.quick-connect {
    position: fixed;
    bottom: 25%;
    transform: translate(0, 50%);
    left: 0.3%;
    z-index: 999;
    border-radius: 35px;
    background-color: var(--accent-color);
}

.quick-connect .qc-single {
    font-size: 24px;
    height: 55px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
}

.qc-single {
    position: relative;
}

.call {
    border-radius: 35px 35px 0 0;
    background-color: #ebefee;
}

.qc-single::before {
    content: attr(data-text);
    position: absolute;
    background-color: rgb(33 37 41);
    color: #fbf9fd;
    padding: 0.4rem 1rem;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

.quick-connect a {
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #818181;
}

.qc-single::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(33 37 41);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.brdrbtmnone {
    border-bottom: none !important;
}

.direction {
    background-color: #ebefee;
}

.whatsapp {
    border-radius: 0 0 35px 35px;
    background-color: #ebefee;
}

.email {
    background-color: #ebefee;
}

.qc-single:hover {
    background-color: #f3f3f3;
}

@media (max-width: 768px) {
    .quick-connect {
        position: fixed;
        bottom: 8px;
        left: 50%;
        z-index: 999;
        width: 45%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translate(-50%, 0);
        height: 40px;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .quick-connect .qc-single {
        margin: 0;
        width: 100%;
        border-radius: 0;
    }
}

.floaticonwidth {
    width: 32px;
}


.fs-25{
    font-size: 22px;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
    .mblnone {
        display: none;
    }

    .mblptforty {
        padding-top: 40px;
    }

    .mblptfifteen {
        padding-top: 15px;
    }

    .mblpbforty {
        padding-bottom: 40px;
    }

    .mblpbthirty {
        padding-bottom: 30px;
    }

    .mblptthirty {
        padding-top: 30px;
    }

    .mblptthirtyfive {
        padding-top: 35px;
    }

    .testimonial-slides .client-thumbnails .item .img-fill img {
        width: 55px !important;
    }

    .testimonial-slides .client-feedback .single-feedback {
        text-align: center;
        position: relative;
        margin-bottom: 20px !important;
    }

    .why-choose-us-content .features-list li {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .why-choose-us-content.bg-white .features-list li div {
        text-align: center;
    }

    .why-choose-us-content.bg-white .sub-title {
        color: #000000;
        text-align: center;
    }

    .why-choose-us-content.bg-white h2 {
        color: #000000;
        text-align: center;
    }

    .why-choose-us-content.bg-white p {
        color: #000000;
        text-align: center;
    }

    .single-blog-post .post-content p {
        margin-bottom: 0;
        text-align: center;
    }

    .mblmbzero {
        margin-bottom: 0px !important;
    }

    .single-doctor-box {
        margin-bottom: 0px !important;
        text-align: center;
        background-color: #f2f2f2;
        border-radius: 50px;
    }

    .mblpbzero {
        padding-bottom: 0px;
    }

    .mblmbthirty {
        margin-bottom: 30px !important;
    }

    .mblpbten {
        padding-bottom: 10px;
    }

    .mbl-min-height-zero {
        min-height: 0px !important;
    }

    .mblmtthirty {
        margin-top: 30px !important;
    }

    .mblmbtwentyfive {
        margin-bottom: 25px;
    }

    .contact-inner {
        border-radius: 0px !important;
    }

    #map iframe {
        border-radius: 0px !important;
    }

    .mblmttwenty {
        margin-top: 20px;
    }

    .mblmttwelve {
        margin-top: 12px;
    }

    .single-footer-widget h3 {
        padding-bottom: 12px !important;
    }

    .mblmbsixty {
        margin-bottom: 60px;
    }

    .main-banner.item-bg4 {
        background-image: url('../new-images/banner/mobile-banner-1.svg') !important;
    }

    .main-banner.item-bg3 {
        background-image: url('../new-images/banner/mobile-banner-2.svg') !important;
    }

    .mblmlforty{
        margin-left: 26px;
    }
    .apntmntbtn{
        width: 35px;
        margin-left: 20px;
        margin-top: 10px;
    }
}

html,
body {
    overflow-x: hidden;
}