.w-35{
    width: 35px !important;
}
.w-40{
    width: 40px !important;
}
.w-50{
    width: 50px !important;
}
.w-80{
    width: 80px !important;
}
.pl-10{
    padding-left: 10px;
}
.p-20{
    padding: 20px;
}
.pb-20{
    padding-bottom: 20px !important;
}
.pb-40{
    padding-bottom: 40px;
}
.fw-700{
    font-weight: 700;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px !important;
}
.fs-25{
    font-size: 25px;
}
.min-height-195{
    min-height: 195px;
}
.min-height-230{
    min-height: 230px;
}
.min-height-242{
    min-height: 242px;
}
.line-height-1-4{
    line-height: 1.4 !important;
}
.bg-lightblue{
    background: #E9F1FA;
}
.bg-smokewhite{
    background: #f6f6f6;
}
.bg-darkblue{
    background: #01205C;
}
.text-light-blue{
    color: #E9F1FA;
}
.text-bright-blue{
    color: #00ABE4;
}
.text-dark-blue{
    color: #01205C !important;
}
.text-justify{
    text-align: justify;
}
.space-margin20{
    margin-bottom: 20px;
}
.space-margin40{
    margin-bottom: 40px;
}
.space-margin50{
    margin-bottom: 50px;
}
.content-area p {
    color: #000000;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 24px;
    letter-spacing: -0.16px;
}
.newtypesclass{
    color: #000000;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    margin-top: 20px;
}
.lview {
    padding-left: 10px;
    margin: 10px 17px;
    position: relative;
    line-height: 1.4;
}
.lview::before {
    content: "\00a0\2714" !important;
    position: absolute;
    left: -17px;
    top: 0px;
    font-size: 20px;
    color: #01205C;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.text-black{
    color: #000000;
}
.fast-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
  font-family: 'Segoe UI', sans-serif;
}

.fast-table thead th {
  background-color: #1c1c4f;
  color: #fff;
  padding: 14px 20px;
  font-size: 17px;
  text-align: center;
  border-radius: 12px 12px 0 0;
}

.fast-table tbody td {
  background-color: #E9F1FA;
  padding: 16px 18px;
  font-size: 16px;
  text-align: center;
  position: relative;
  color: #000000;
  font-weight: 500;
}

.fast-table tbody td:first-child::before {
  content: "(";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #1c1c4f;
  font-weight: bold;
}

.fast-table tbody td:first-child::after {
  content: ")";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #1c1c4f;
  font-weight: bold;
}

.fast-table tbody td:first-child {
  font-weight: bold;
  color: #1c1c4f;
  font-size: 20px;
}

.fast-table tbody tr {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(28, 28, 79, 0.08);
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


.darktexthover {
  transition: background-color 0.3s ease;
}

.vl-btn7.darktexthover:hover {
  background-color: #dc3545 !important;
  color: #fff !important; /* Ensures text stays visible */
}

.newvl-btn7{
  background-color: #00ade7;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  display: inline-block;
  font-weight: 600;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 1;
}

.newvl-btn3{
  background-color: #00ade7;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  display: inline-block;
  font-weight: 600;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 1;
}

.newvl-btn3.darktexthover:hover {
  background-color: #0040C1 !important;
  color: #fff !important;
}

.newvl-btn7.darktexthover:hover {
  background-color: #0040C1 !important;
  color: #fff !important;
}

.contact-boxarea {
    position: relative;
    z-index: 1;
    /* background: #F4F4F9; */
    border-radius: 16px;
    padding: 34px 32px;
}

.contact-boxarea .input-area input {
    width: 100%;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    color: #02015A;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding: 18px 16px;
    outline: none;
}

.brdrbtmsolid{
    border-bottom: 2px solid #000000;
}

.brdrnone{
    border: none;
}

.callbutton {
    position: fixed;
    bottom: 85px;
    z-index: 99;
    left: 30px;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.pulse {
    height: 50px;
    width: 50px;
    background-color: #06d553;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.pulse::before {
    content: "";
    position: absolute;
    border: 2px solid #06d553;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

.pulse::after {
    content: "";
    position: absolute;
    border: 2px solid #06d553;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 85px;
    background: transparent;
    z-index: 1001;
}

.whatsapp-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    background-color: #29a61a;
    color: #fff;
    /* cursor: pointer; */
    box-shadow: 0 0 0 0 #24cc63;
}

.pulse1 {
    /* background-color: #091e3e; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}

.pulse1::before {
    content: "";
    position: absolute;
    border: 2px solid #29a61a;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

.pulse1::after {
    content: "";
    position: absolute;
    border: 2px solid #29a61a;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
}

.bg-imgone {
  background-image: url('../new-images/banner/banner-1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-imgtwo {
  background-image: url('../new-images/banner/banner-2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-imgthree{
    background-image: url('../new-images/banner/banner-3.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-imgfour{
    background-image: url('../new-images/banner/banner-4.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Optional: make sure parent is positioned */
.hero3-section-area {
  position: relative;
  overflow: hidden;
}
.reviewswidth{
    width: 120px !important;
}
.revvl-btn7{
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    letter-spacing: -0.16px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 0 10px 0 10px;
    background: #00ade7;
    padding: 4px 4px;
    position: relative;
    z-index: 1;
}

.mrthirty{
    margin-right: 40px !important;
}

/* Media Query Start */

@media only screen and (min-width: 280px) and (max-width: 767px) {
    .topone{
        position: absolute;
        top: -25%;
        left: 40%;
    }

    .mblmtzero {
        margin-top: 0px !important;
    }
    .mblmbzero {
        margin-bottom: 0px !important;
    }
    .heading3 p {
        color: #000000;
        font-family: var(--ztc-family-font1);
        font-size: 16px;
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 26px;
    }
    .mblmttwentyfive{
        margin-top: 25px;
    }
    .mblmbtwentyfive{
        margin-bottom: 25px;
    }
    .works3-section-area .work-single-boxarea .img1 img{
        height: 200px;
        width: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
        transition: all 0.4s;
    }
    .mblspacefifteen{
        height: 15px;
    }
    .mblptten{
        padding-top: 10px !important;
    }
    .mblpbten{
        padding-bottom: 10px !important;
    }
    .mblptsixty{
        padding-top: 60px;
    }
    .mblptforty{
        padding-top: 40px;
    }
    .mblpbtwenty{
        padding-bottom: 20px;
    }
    .testimonial3-section-area .testimonial-single-slider3 .single-slider-box .pera {
        color: #000000;
        font-family: var(--ztc-family-font1);
        font-size: 16px;
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 30px;
    }
    .mblcntr{
        text-align: center;
    }
    .mbljuscntr{
        display: flex;
        justify-content: center;
    }
    .mblmtten{
        margin-top: 10px !important;
    }
    .mblmttwenty{
        margin-top: 20px;
    }
    .mblmtfifty{
        margin-top: 50px;
    }
    .mblpbthirty{
        padding-bottom: 30px;
    }
    .cta2-section-area .cta-content-area p {
        color: var(--ztc-text-text-1);
        /* opacity: 90%; */
        font-size: 16px;
    }
    .vl-footer3-section-area {
        position: relative;
        z-index: 1;
        background: #e9f1fa;
        padding: 40px 0 20px;
        overflow: hidden;
    }
    .mblstart{
        display: flex;
        justify-content: start !important;
    }
    .mblspacefive{
        height: 5px !important;
    }
    .mblcopyright{
        line-height: 0.2;
        margin-top: 25px;
        text-align: center;
    }
    .heading4 p {
        color: #000000;
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: -0.4px;
    }
    .team-all-details-area .doctor-deatisl-content-area .d-list li {
        color: var(--ztc-text-text-11);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 18px;
        margin-top: 15px;
    }
    .mblfstwenty{
        font-size: 20px !important;
    }
    .team-all-details-area .doctor-deatisl-content-area h3 {
        color: var(--ztc-text-text-11);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s28);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 40px;
    }
    .min-height-zero{
        min-height: 0px;
    }
    .mblpaddzero{
        padding: 0px !important;
    }
    .service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area p {
        color: #fff;
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: -0.4px;
    }
    .service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area {
        padding-left: 0px;
    }
    .bothclass{
        margin-top: 90px !important;
        text-align: center !important;
    }
    .mblnone{
        display: none !important;
    }

    .bg-imgone {
        background-image: url('../new-images/banner/mobile-banner-1.jpg') !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .mblminusmttop{
        margin-top: -210px;
    }

    .bg-imgtwo{
        background-image: url('../new-images/banner/mobile-banner-2.jpg') !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg-imgthree{
        background-image: url('../new-images/banner/mobile-banner-3.jpg') !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg-imgfour{
        background-image: url('../new-images/banner/mobile-banner-4.jpg') !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cta2-section-area .cta-circle-area span {
        height: 84px;
        width: 84px;
        text-align: center;
        line-height: 84px;
        border-radius: 50%;
        transition: all 0.4s;
        background: var(--ztc-bg-bg-1);
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -33px;
        left: 55%;
        margin-left: -84px;
    }
    .reviewswidth{
        width: 90px !important;
    }
    .mblmax{
        max-width: 66px !important;
    }
    .testimonial3-section-area .testimonial-single-slider3 {
        position: relative;
        z-index: 1;
        border-radius: 16px;
        background: var(--ztc-bg-bg-1);
        box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
        padding: 25px !important;
    }
    .testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea .img img {
        height: 50px !important;
        width: 50px !important;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
    }

    .mblmtthirty{
        margin-top: 30px;
    }
    .mrthirty{
        margin-right: 30px !important;
    }
}
/* Media Query End */
