@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');


html {
    overflow-x: hidden;
}
html, body {
    width: 100%;
    overflow-x: clip;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    background: #fff;
    color: #212529;
}

p{
    color: #666666;
}


::-webkit-scrollbar {
    width: 7px;
    background-color: #00507e;
}

::-webkit-scrollbar-thumb {
    background: #00a3ff;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background-color: #00507e;
    border-left: 1px solid #00507e;
    
}
::-webkit-scrollbar-thumb:hover {
    background: #00a3ff;
}

body {
  scrollbar-width: thin;
  scrollbar-color: #00a3ff #ffecec;
}
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 1760px;
    padding: 0 30px;
}
.row {
    display: flex;
    margin: 0;
}
.padd-0 {
    padding: 0 !important;
}

/* Common Section CSS end */



/* header section start */
.header-section {
    background: linear-gradient(102deg, #e5f0fd -2.83%, rgb(163 239 255 / 15%) 30%, rgb(187 255 252 / 15%) 103.97%);
    padding: 15px 0;
    border-bottom: 1px solid #4430560D;
}

.header-section .logo-wrap a {
    display: block;
    width: 150px;
}
.header-section .logo-wrap a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.header-section .desktop-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-section .desktop-wrap ul li {
    font-family: "Onest", sans-serif;
    padding: 0 8px;
    margin: 0 8px;
}

.header-section .desktop-wrap ul li a {
    text-decoration: none;
    font-size: 22px;
    color: #666666;
    font-weight: 500;
    transition: all .4s ease-out, padding 0s, font-size 0s;
}

.header-section .desktop-wrap ul li a.active {
    color: #007bc3;
    font-weight: 600;
}
.header-section .desktop-wrap ul li a:hover {
    color: #007bc3;
}


.header-section .btn-wrap {
    display: flex;
}
.btn-wrap .elementor-button-text {
    display: inline-block;
    text-align: center;
}
.btn-wrap .white-btn{
    background: linear-gradient(90deg, #00d98e, #00a3ff);
    border: 1px solid linear-gradient(90deg, #00d98e, #00a3ff);
    position: relative;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Onest", sans-serif;
    line-height: 1em;
    border-radius: 10px;
    padding: 22px 30px;
    display: inline-block;
    text-decoration: none;
}

.btn-wrap .white-btn::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background-color: #443056;
    transform: skew(30deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.btn-wrap .white-btn:hover{
    background-color:#1F7593  !important;
    border: 1px solid linear-gradient(90deg, #00d98e, #00a3ff);
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.btn-wrap .white-btn:hover:after {
    background-color: #1F7593;
    width: 100%;
    transform: skew(0deg);
    left: 0;
}


.btn-wrap .elementor-button-content-wrapper {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}


.btn-wrap .white-btn .elementor-button-icon {
    display: flex;
    align-items: center;
}
.btn-wrap .white-btn .elementor-button-icon i {
    font-size: 18px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.btn-wrap .white-btn:hover .elementor-button-icon i {
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}


/* header section end */




/* certificate section start */
.banner-section {
    position: relative;
    z-index: 1;
    background: linear-gradient(102deg, #e5f0fd -2.83%, rgb(163 239 255 / 15%) 30%, rgb(187 255 252 / 15%) 103.97%);
    padding: 50px 0 0 0;
}
.banner-section .row{
    display: flex;
    align-items: center;
}
.banner-section .col-lg-6{
    padding: 0;
}
.banner-section .e-con-full {
    position: relative;
}
.banner-section .banner-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: "Onest", Sans-serif;
}


.banner-section .banner-content h5, .about-us-section .right-content h5, .appointment-section .cmn-hd h5, .faq-section .right-content h5 {
    font-family: "Onest", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    color: #007bc3;
    padding-left: 20px;
    position: relative;
    z-index: 1;
    margin: 0;
}

.banner-section .banner-content h5::before, .about-us-section .right-content h5::before, .appointment-section .cmn-hd h5::before, .faq-section .right-content h5::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    background-color: #007bc3;
    width: 8px;
    height: 8px;
    border-radius: 20px;
}


.banner-section .banner-content h1, .about-us-section .right-content h2, .cmn-hd h2, .faq-section .right-content h2{
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1em;
    color:  #00d98e;
    font-family: "Onest", Sans-serif;
    margin-bottom: 0;
}
.banner-section .banner-content h1 span, .about-us-section .right-content h2 span, .cmn-hd h2 span, .faq-section .right-content h2 span {
    color: #00a3ff;
    transition: all 0.4s ease-in-out;
}
.banner-section .banner-content p, .about-us-section .right-content p, .faq-section .right-content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em;
    color: #666666;
    font-family: "Onest", Sans-serif;
    margin-bottom: 20px;
}

.banner-section .banner-image {
   max-width: 100%;
   width: 100%;
   height: 100%; 
   position: relative;
}
.banner-section .banner-image img {
    aspect-ratio: 1 / 1.26;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    width: 100%;
}


.banner-section .review-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00507e;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    margin-top: 40px;
    width: 70%;
    gap: 20px;
}
.banner-section .review-wrap .google-review {
    display: flex;
    gap: 20px;
    align-items: center;
}
.banner-section .review-wrap .rating-info h3 {
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: 500;
}

.banner-section .review-wrap .rating-star {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.banner-section .review-wrap .rating-star .star {
    display: flex;
    align-items: center;
}
.banner-section .review-wrap .rating-star .star i{
    font-size: 14px;
}

.banner-section .rating-info h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1em;
}

.banner-section .review-wrap .review-info p{
    font-size: 18px;
    font-weight: 400;
    color: #e1e1e1;
    margin-bottom: 0;
    line-height: 1.4em;
}


.banner-section .dr-name {
    position: absolute;
    left: 10px;
    margin-block-end: 0;
    bottom: 0px;
    max-width: 100%;
    transform: translateY(-100px);
    animation: exportmoveobject 3s infinite linear alternate;
    min-width: 0;
    z-index: 1;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}

@keyframes exportmoveobject{
	50%{
		left: 50px;
	}
}
.banner-section .dr-name .inner-wrap {
    display: flex;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner-section .dr-name .inner-wrap .image-wrap {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    transform: rotate(0deg);
    display: inline-flex;
    align-items: center;
    transition: all 0.4s ease-in-out !important;
    text-align: center!important;
    line-height: 0;
}

.banner-section .dr-name .inner-wrap .image-wrap img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}
.banner-section .dr-name .inner-wrap .text-wrap {
    position: relative;
    z-index: 2;
    text-align: left;
}
.banner-section .dr-name .inner-wrap .text-wrap h3{
    margin: 0px 0px 10px 0px;
    color:#00a3ff ;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}
.banner-section .dr-name .inner-wrap .text-wrap p{
    color: #242e55;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

/* banner section end */




/* treatment section start */
.treatment-section {
    padding: 40px 0;
}
.treatment-section .title-holder {
    background-color: #F7F6FF;
    padding: 25px;
    margin-bottom: 30px;
    color: #007bc3;
    font-family: "Open Sans", sans-serif;
}

.treatment-section .title-holder h3{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -1px;
    text-transform: none;
    margin-bottom: 0;
}

.treatment-section .row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}

.treatment-section .inner-wrap {
    background-color: #f9f8ff;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    text-align: center;
    height: 100%;
}
.treatment-section .inner-wrap .icon-wrap {
    width: 70px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.treatment-section .inner-wrap .icon-wrap img{
    width: 100%;
    filter: brightness(0) saturate(100%) invert(66%) sepia(90%) saturate(2798%) hue-rotate(116deg) brightness(98%) contrast(105%);
}
.treatment-section .inner-wrap .text-wrap h4{
    font-size: 20px;
    font-weight: 600;
    font-family: "Onest", sans-serif;
    color: #242e55;
    line-height: 1.3;
    margin: 0;
}
/* treatment section end */




/* about us section start */
.about-us-section {
    padding: 40px 0;
}
.about-us-section .row {
    display: flex;
}
.about-us-section .left-content, .faq-section .left-content  {
    display: flex;
    flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    gap: 30px 30px;
    row-gap: 30px;
    column-gap: 30px;
    flex-wrap: wrap;
    padding: 0 20px 0 0;
    overflow: visible;
    text-align: var(--text-align);
}
.about-us-section .e-con {
    display: flex;
    overflow: visible;
    flex-direction: column;
    flex: 0 1 auto;
}
.about-us-section .right-content, .faq-section .right-content {
    display: flex;
    flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    gap: 10px 10px;
    row-gap: 10px;
    column-gap: 10px;
    padding: 10px;
    overflow: visible;
}
.about-us-section .left-content {
    height: 100%;
}
.about-us-section .main-content .text-wrap {
    width: calc(62% - 15px);
    background-color: #F6F5F7;
    padding: 20px;
    border: 1px solid #4430560D;
    border-radius: 20px;
    position: relative;
}


.about-us-section .main-content .text-wrap .icon-sec {
    font-size: 50px;
    transform: rotate(0deg);
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
    line-height: 0;
    position: relative;
    z-index: 2;
}
.about-us-section .main-content .text-wrap .text-sec h3, .about-us-section .right-content .bottom-content .text-sec h3, .faq-section .bottom-card .contact-body .infobox-text h3, .faq-section .bottom-card .heading h2{
    margin: 0px 0px 10px 0px;
    padding: 0;
    color: #212529;
    color: #241071;
    font-family: "Onest", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
}
.about-us-section .main-content .text-wrap .text-sec p, .about-us-section .right-content .bottom-content .text-sec p{
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.about-us-section .main-content .video-wrap {
    background: url(../images/dr-k-jhasi-video.webp) center no-repeat;
    background-size: cover;

    display: flex;
    flex-direction: column;
    min-height: 230px;
    justify-content: center;
    gap: 0px 0px;
    row-gap: 0px;
    column-gap: 0px;
    --overlay-opacity: 0.2;
    border-radius: 20px 20px 20px 20px;
    padding: 0px;
    overflow: visible;
    width: calc(38% - 15px);
}


.about-us-section .main-content .image-wrap {
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin-block-end: 0;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    min-width: 0;
    position: relative;
}
.about-us-section .main-content .image-wrap img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}
.about-us-section .main-content .image-wrap::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}   
.about-us-section .main-content .image-wrap:hover:after {
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
}


.about-us-section .right-content h2{
    font-size: 50px;
    margin-bottom: 0;
}
.about-us-section .right-content p, .faq-section .right-content p{
    font-size: 18px;
    margin: 10px 0 0 0;
}
.about-us-section .col-lg-6 {
    padding: 0;
}
.about-us-section .left-content .video-wrap{
    position: relative;
    z-index: 1;
}
.about-us-section .left-content .video-wrap::before{
    background-color: rgba(68, 48, 86, 0.2);
    border-block-end-width: 0;
    border-block-start-width: 0;
    border-inline-end-width: 0;
    border-inline-start-width: 0;
    border-color: #443056;
    border-style: solid;
    border-radius: 20px;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    transition: 0.3s;
}
.about-us-section .left-content .video-wrap .elementor-widget {
    max-width: 100%;
    margin-block-end: 0;
}
.about-us-section .left-content .video-wrap .elementor-widget-container{
    height: 100%;
}
.about-us-section .left-content .video-wrap .video-content{
    text-align: center;
}
.about-us-section .left-content .video-wrap .video-content .ekit_icon_button{
    background-color: #fff;
    color: #241071;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    position: relative;
    z-index: 6;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}
.about-us-section .left-content .video-wrap .video-content .ekit_icon_button:hover {
    background-color: #00a3ff;
    color: #ffffff;
}
.about-us-section .left-content .video-wrap .video-content .ekit_icon_button::before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}

@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

.modal .modal-body video{
    width: 100%;
    height: 600px;
}
.modal-content .modal_header button {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #fff;
    color: #00a3ff;
    border: 1px solid #b7b7b7;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-content .modal_header button  i{
    font-size: 22px;
}

.about-us-section .right-content .bottom-content {
    display: flex;
    flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    gap: 0px 0px;
    row-gap: 0px;
    column-gap: 0px;
    flex-wrap: wrap;
    margin: 30px 0;
    padding: 0px;
    overflow: visible;
}
.about-us-section .right-content .bottom-content .ekit-wid-con, .about-us-section .right-content .bottom-content .ekit-wid-con2 {
    max-width: 100%;
    width: 50%;
    background-color: #FFFFFF00;
    padding: 0px 30px 0px 0px;
    border-right: 1px solid #4430560D;
    position: relative;
}
.about-us-section .right-content .bottom-content .ekit-wid-con2 {
    padding: 0 0 0 30px;
}
.about-us-section .right-content .bottom-content .icon-sec{
    margin: 0px 0px 30px 0px;
    width: 50px;
    height: 50px;   
    font-size: 50px;
    transform: rotate(0deg);
    color:#00a3ff ;
    fill: #1d191b;
    transition: all 0.4s ease-in-out !important;

    display: -webkit-inline-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.about-us-section .right-content .bottom-content .text-sec h3{
    margin: 0px 0px 15px 0px;
}
.about-us-section .right-content .bottom-content .text-sec p{
    margin: 0;
    font-size: 19px;
}

/* about us section end */ 





/* appointment section start */
/* Satwik 15_09_25 */
.appointment-section {
    padding: 50px 0;
}

.appointment-section .container {
    max-width: 1300px;
    margin: 0 auto;
}

.appmt-col-img-wrap {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
}

.appmt-col-img {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    background-image: url(./../images/about-image-bg-shape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.appmt-col-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.appmt-col-top-div {
    background:linear-gradient(90deg, #00d98e, #00a3ff) ;
    border-radius: 20px;
    width: 100%;
    max-width: 178px;
    padding: 20px;
    position: absolute;
    top: 43%;
    left: 0;
    z-index: 1;
   animation: leftRight 1s ease-in-out infinite alternate;
    }

    @keyframes leftRight {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(20px); /* move right 20px */
      }
    }

.appmt-col {
    position: relative;
    padding-bottom: 63px;
}

.appmt-col-top-img {
    max-width: 41px;
}

.appmt-col-top-img img {
    width: 100%;
}

.appmt-col-top-div span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    display: block;
    margin-top: 15px;
}

.sub-hd {
    font-family: "Onest", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    color: #027485;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.sub-hd::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #00a3ff;
    border-radius: 50%;
}

.cmn-hd h2 {
    font-size: 50px;
    font-weight: 700;
    color: #241071;
    margin: 10px 0 20px 0;
}

.cmn-hd h2 span {
    color: #00a3ff;
}

.cmn-hd ul {
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.cmn-hd ul li {
    font-weight: 500;
    color: #636363;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.cmn-hd ul li:last-child {
    margin-bottom: 0;
}

.cmn-hd ul li::before {
    content: ' \f058 ';
    font-family: 'fontawesome';
    position: absolute;
    left: 0;
    top: 1px;
    color: #00a3ff;
    font-size: 15px;
}

.img-fnt-img {
    position: absolute;
    max-width: 239px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.appmt-col-sm-img {
    max-width: 230px;
    height: auto;
    position: absolute;
    right: 25px;
    bottom: 0;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
}

.appmt-col-sm-img img {
    width: 100%;
    object-fit: cover;
}

.img-animation {
    max-width: 150px;
    position: absolute;
    bottom: -25%;
    right: 0;
    animation: spin 7s linear infinite;
}

.cmn-hd {
    position: relative;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.aprsch-wrap {
    /* max-width: 1280px; */
    margin: 0 auto;
}

.aprsch-dlex {
    display: flex;
    flex-wrap: wrap;
}

.aprsch-col-lft {
    width: calc(100% - 400px);
    background-color: #F6F5F7;
    padding: 50px;
    border-radius: 30px 0px 0px 30px;
}

.aprsch-col-rgt {
    width: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 0px 30px 30px 0px;
}

.aprsch-col-box {
    display: flex;
    gap: 20px;
}

.aprsch-col-img {
    width: 40px;
    flex-shrink: 0;
}

.aprsch-col-img img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(74%) sepia(13%) saturate(7500%) hue-rotate(144deg) brightness(99%) contrast(106%);
}

.aprsch-col-cont h3 {
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    font-weight: 600;
    color: #242e55;
}

.aprsch-col-lft .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.approach-section {
    padding: 40px 0;
}
.approach-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #241071;
    margin-bottom: 20px;
    font-family: "Barlow", Sans-serif;
}
.approach-section h2 span{
    color: #00a3ff;
}

.contact-container {
    position: relative;
    z-index: 1;
    border-radius: 40px;
    overflow: hidden;
}

.contact-wrap {
    /* max-width: 1300px; */
    padding: 50px 20px;
    margin: 0 auto;
}

.form-col select,
.form-col input {
    width: 100%;
    background-color: #fff;
    outline: none;
    height: 58px;
    color: #636363;
    padding: 0 20px;
    border: none;
    border-radius: 10px;
}

.contact-form-row {
    --bs-gutter-y: 24px;
}

.contact-form-wrap form {
    margin: 0 -12px;
}

.contact-rgt-col {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    z-index: 1;
}

.contact-rgt-col .image-overlay {
    z-index: -2;
}

.contact-rgt-col::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #20296E00 37.07%, #20296ECC 100%);
}

.elementor-icon-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.elementor-icon-icon {
    width: 55px;
    height: 55px;
}

.elementor-icon-icon img {
    width: 30px;
}

.elementor-icon-icon {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.elementor-icon-list-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.elementor-icon-list-items li {
    color: #fff;
}

.contact-wrap .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.home-contact {
    padding: 50px 0;
}
.home-contact .cmn-hd p, .appointment-section .cmn-hd p{
    font-size: 18px;
}
.home-contact .contact-wrap {
    position: relative;
    z-index: 1;
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: cover;
}
.home-contact .contact-wrap::before{
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(68, 48, 86, 0.6);
}
.home-contact .contact-wrap .contact-form-wrap {
    position: relative;
    z-index: 3;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    /* backdrop-filter: blur(25px); */
}
.form-control, .form-select {
    padding: 10px;
    /* color: #fff;
    background: transparent;
    border: 1px solid #FFFFFF1A; */
}


@media(max-width: 1199px) {
    .appmt-col-sm-img {
        max-width: 210px;
        height: 211px;
        right: 0;
        bottom: 30px;
    }

    .img-animation {
        max-width: 130px;
        bottom: -19%;
    }

    .appmt-col-sm-img {
        max-width: 200px;
        height: 205px;
    }

    .aprsch-col-lft {
        padding: 20px;
    }

    .aprsch-col-cont h3 {
        font-size: 18px;
    }

    .aprsch-col-img {
        width: 30px;
    }
    .aprsch-col-box {
        gap: 10px;
    }
    .contact-wrap {
        padding: 60px 10px;
    }
}

@media(max-width: 991px) {
    .appmt-col-sm-img {
        right: 0;
    }

    .cmn-hd p {
        font-size: 16px;
    }

    .img-animation {
        max-width: 100px;
    }
    .aprsch-col-rgt {
        width: 100%;
        padding: 60% 0 0;
        border-radius: 0;
    }
    .aprsch-col-lft {
        border-radius: 0;
        width: 100%;
    }

    .aprsch-dlex {
        flex-direction: column-reverse;
        
    }

    .contact-wrap {
    padding: 40px 10px;
    }

    .home-contact {
    padding: 70px 0;
}
}

@media(max-width: 768px) {
    .appmt-col-img-wrap {
    max-width: 390px;
    }

    .img-fnt-img {
    max-width: 159px;
    }

.appmt-col-sm-img {
        max-width: 24%;
        height: 30%;
        right: 17%;
    }

    .aprsch-col-lft .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}

.contact-rgt-col {
    padding-top: 30%;
}
}

@media(max-width: 575px) {
    .appmt-col-sm-img {
        max-width: 130px;
        height: 130px;
        right: 0;
        bottom: 0;
    }

    .appmt-col {
        position: relative;
        padding-bottom: 21px;
    }

    .appointment-section .container {
        padding: 0 12px;
    }

    .sub-hd {
        font-size: 12px;
    }

    .appmt-col-top-div span {
        font-size: 14px;
    }
    .appmt-col-top-img {
        max-width: 30px;
    }
    .appmt-col-top-div {
        border-radius: 10px;
        width: 100%;
        max-width: 148px;
        padding: 15px;
        top: 43%;
        left: 0;
    }

    .img-animation {
        max-width: 70px;
        bottom: 0;
    }

    .appointment-section {
        padding: 50px 0;
    }

    .cmn-hd {
        margin-top: 30px;
    }

    .aprsch-col-lft {
        padding: 12px;
    }
    .aprsch-col-img {
        width: 25px;
    }

    .approach-section .container {
        padding: 0 12px;
    }

    .cmn-hd .img-animation {
        display: none;
    }

    .form-col select, .form-col input {
        height: 48px;
        padding: 0 13px;
    }

    .contact-wrap .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
}

.contact-wrap {
        padding: 20px 10px;
    }

    .elementor-icon-icon {
        width: 30px;
        height: 30px;
    }
    .elementor-icon-icon img {
        width: 20px;
    }

    .elementor-icon-list-items li {
        font-size: 14px;
    }

    .contact-form-wrap .cmn-hd {
        margin-top: 0;
    }
}
/* Satwik 15_09_25 end */




/* tab section start */
.ivf-section {
  background-color: #00507e;
  border-radius: 30px;
  padding: 60px 30px;
  max-width: 1720px;
  width: 100%;
 margin: 0 auto;
}
.ivf-section .container{
    max-width: 1300px;
    padding: 100px 0;
}
.small-one{
    color: #00a3ff ;
    font-size: 16px;
    padding: 0 0 0 20px;
    display: block;
    font-family: "Onest", Sans-serif;
    margin-bottom: 15px;
    position: relative;
}

.small-one::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00a3ff ;
}
.ivf-header{
    color:#ffffff;
    font-size: 48px;
    font-family:"Onest", Sans-serif ;

}
.ivf-heading{
    margin-bottom: 30px;
}
.text-pink{
    color: #00a3ff ;
}
.small{
   color: #fff;
    font-size: 16px;
    
    font-family: "Onest", Sans-serif; 
}
.btn-pink .elementor-button-text {
    display: inline-block;
    text-align: center;
}
.btn-pink .white-btn{
    background:linear-gradient(90deg, #00d98e, #00a3ff)  ;
    border: 1px solid linear-gradient(90deg, #00d98e, #00a3ff) ;
    position: relative;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
    color: #fff;
    font-size: 18px;
    padding: 18px 30px;
    font-weight: 700;
    font-family: "Onest", sans-serif;
    line-height: 1em;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
}

.btn-pink .white-btn::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background-color: #443056;
    transform: skew(30deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.btn-pink .white-btn:hover{
    background-color: #fff !important;
    border: 1px solid linear-gradient(90deg, #00d98e, #00a3ff);
    color: #443056;
    transition: all 0.5s ease-in-out;
}
.btn-pink .white-btn:hover:after {
    background-color: #fff;
    width: 100%;
    transform: skew(0deg);
    left: 0;
}


.btn-pink .elementor-button-content-wrapper {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}


.btn-pink .white-btn .elementor-button-icon {
    display: flex;
    align-items: center;
}
.btn-pink .white-btn .elementor-button-icon i {
    font-size: 18px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.btn-pink .white-btn:hover .elementor-button-icon i {
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}

.tab-icon{
    color: white;
}

.nav-pills .nav-link {
  background-color: #fff;
  color: #000;
  border-radius: 12px;
  padding:  25px 5px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  font-family:"Onest", sans-serif ;
  margin-right: 21px;
  margin-bottom: 46px;
}

.nav-pills .nav-link.active {
  background: linear-gradient(90deg, #00d98e, #00a3ff) ;
  color: #fff;
}

.nav-pills .nav-link span img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7455%) hue-rotate(204deg) brightness(98%) contrast(112%);
}

.nav-pills .nav-link.active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(70deg) brightness(115%) contrast(101%);
}

.tab-col{
    padding: 35px;
    padding-left: 12px;
}
.timeline .step {
 padding-left: 35px;
  padding-bottom: 25px;
  position: relative;
}

.timeline .step::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 10px;
    width: 1px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

.timeline-wrap {
    display: flex;
    flex-direction: column;
}

.dot {
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    background-color: #00a3ff;
    left: 0;
    top: 10px;
    z-index: 2;
}

.dot::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 5px;
    height: 5px;
    background-color: #00a3ff;
    border-radius: 50%;
}

.tab-head-one{
    font-size: 16px;
    font-family:"Onest", sans-serif ;
    color: #fff;
}
.tab-head{
     font-size: 20px;
    font-family:"Onest", sans-serif ;
    color: #fff;
}
.tab-content{
    font-size: 18px;
    font-family:"Onest", sans-serif ;
    color: #fff;
}

.tab-btn-wrapper img {
    max-width: 30px;
    flex-shrink: 0;
}
 

/* img {
  max-width: 100%;
} */

.timeline .step:last-child::before {
    display: none !important;
}
/* responcive */
 @media (max-width: 1199px) {
    
.header-section .logo-wrap a {
    display: block;
    width: 150px;
}
  .ivf-section {
    padding: 50px 20px;
  }

  .ivf-header {
    font-size: 42px;
  }

  .nav-pills .nav-link {
    font-size: 18px;
    padding: 20px;
    margin-right: 15px;
  }

  .tab-col {
    padding: 25px;
  }
}
@media (max-width: 1024px) {
  .ivf-section .container {
    padding: 80px 0;
  }

  .ivf-header {
    font-size: 38px;
  }

  .nav-pills .nav-link {
    font-size: 17px;
    padding: 18px 10px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
        
.header-section .logo-wrap a {
    display: block;
    width: 120px !important;
}
  .ivf-section {
    padding: 40px 20px;
  }

  .ivf-section .container {
    padding: 60px 0;
  }

  .ivf-header {
    font-size: 32px;
    text-align: left;
  }

  .small-one {
    text-align: left;
    padding-left: 10px;
  }

  

  .nav-pills {
    justify-content: center;
    flex-wrap: wrap;
  }

  .nav-pills .nav-link {
    font-size: 16px;
    margin-right: 8px;
    margin-bottom: 20px;
    padding: 15px 8px;
  }

  .tab-col {
    padding: 20px 10px;
  }

  .timeline .step {
    padding-left: 25px;
  }
}


@media (max-width: 767px) {
   
.header-section .logo-wrap a {
    display: block;
    width: 100px !important;
}
  .ivf-section {
    border-radius: 20px;
    padding: 30px 15px;
  }

  .ivf-header {
    font-size: 28px;
  }

  .small-one {
    font-size: 13px;
  }

  .nav-pills .nav-link {
    font-size: 15px;
    margin: 5px;
    padding: 12px 10px;
    border-radius: 10px;
  }

  .btn-pink .white-btn {
    padding: 14px 24px;
    font-size: 15px;
  }

  .tab-head {
    font-size: 18px;
  }

  .tab-content {
    font-size: 15px;
  }
}


@media (max-width: 575px) {
    
.header-section .logo-wrap a {
    display: block;
    width: 100px !important;
}
  .ivf-header {
    font-size: 24px;
  }

  .nav-pills {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-pills .nav-link {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .btn-pink .white-btn {
    width: 100%;
    text-align: center;
  }

  .timeline .step {
    padding-left: 20px;
  }
}


@media (max-width: 479px) {
    .header-section .logo-wrap a {
    display: block;
    width: 90px;
}
  .ivf-header {
    font-size: 22px;
  }

  .small-one {
    font-size: 12px;
  }

  .nav-pills .nav-link {
    font-size: 14px;
    padding: 10px 8px;
  }

  .tab-head {
    font-size: 16px;
  }

  .tab-content {
    font-size: 14px;
  }

  .btn-pink .white-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
}


@media (max-width: 375px) {
    .header-section .logo-wrap a {
    display: block;
    width: 80px;
}
  .ivf-header {
    font-size: 20px;
  }

  .nav-pills .nav-link {
    font-size: 12px;
    padding: 8px;
  }

  .tab-content {
    font-size: 13px;
  }

  .btn-pink .white-btn {
    padding: 10px 16px;
  }
}
/* tab section end */





/* FAQ Section start */
.faq-section {
    padding: 40px 0;
}
.faq-section .bottom-card{
    max-width: 880px;
    display: flex;
    flex-direction: column;
    gap: 0px 0px;
    row-gap: 0px;
    column-gap: 0px;
    border-radius: 20px 20px 20px 20px;
    margin-top: 30px;
    padding: 0px;
    overflow: visible;
}
.faq-section .bottom-card .heading h2 {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
} 
.faq-section .bottom-card .heading, .faq-section .bottom-card .contact-body {
    background-color: #00a3ff;
    padding: 15px 30px 15px 30px;
    border-radius: 20px 20px 0 0;
}
.faq-section .bottom-card .contact-body {
    background-color: #242e55;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    gap: 0px 0px;
    row-gap: 0px;
    column-gap: 0px;
    flex-wrap: wrap;
    padding: 30px;
    overflow: visible;
}
.faq-section .bottom-card .contact-body .infobox-text{
    background-color: #FFFFFF00;
    padding: 0px 40px 0px 0px;
    border-radius: 0;
    align-items: flex-start;
    position: relative;
}
.faq-section .bottom-card .contact-body .call-txt{
    border-right: 1px solid #FFFFFF1A;
}
.faq-section .bottom-card .contact-body .email-txt{
    padding: 0px 0px 0px 40px;
}

.faq-section .bottom-card .contact-body .box-header{
    text-align: left;
    line-height: 0;
}
.faq-section  svg {
    width: 1em;
    height: 1em;
}
.faq-section .bottom-card .contact-body .infobox-text h3{
    color: #fff;
    padding: 0px 0px 0px 30px;
    line-height: 1;
}
.faq-section .bottom-card .contact-body .infobox-text p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 80%;
}
.faq-section .bottom-card .contact-body .infobox-text p:hover{
    color: #00a3ff;
}
.faq-section .bottom-card .contact-body .icon-heading{
    margin: 0px 10px 0px 0px;
    font-size: 20px;
    transform: rotate(0deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    fill: #fff;
    position: absolute;
    transition: all 0.4s ease-in-out !important;
    text-align: center!important;
}
.faq-section .bottom-card .contact-body a {
    text-decoration: none;
    color: #c9c9c9;
    font-size: 18px;
}



.faq-section .right-content {
    padding: 10px 35px 10px 10px;
}
.faq-section .right-content h2 {
    font-size: 43px
}
/* .accordion-button:not(.collapsed) {
    color: #f5893c;
    background-color: rgba(224, 65, 128, 0.2);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
} */
.accordion-button:not(.collapsed){
    color: #fff !important;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6217%) hue-rotate(321deg) brightness(129%) contrast(114%);
}
.tabs {
    display: flex;
    width: 100%;
}

.tab {
    flex: 1;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    font-weight: bold;
    transition: color 0.3s, border-bottom 0.3s;
    color: #646464;
    border-bottom: 2px solid #e0e0e0;
}

.tab.active {
    color: #5275C3;
    border-bottom: 3px solid #5275C3;
}
.tab:hover {
    color: #5275C3;
}

/* .tab-content {
    display: none;
    width: 100%;
}
.tab-content.active {
    display: block;
} */


.accordion {
    width: 100%;
}
.accordion .accordion-item{
    margin-bottom: 20px;
    border: none;
    background-color: #fff;
    border-radius: 10px;
}
.accordion-button {
    border: 1px solid #20296E1A;
    border-radius: 10px;
    background-color: #FFFFFF00;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #242e55;
    padding: 20px 45px 20px 20px;
}
.accordion-button:not(.collapsed) {
    background-color: #00a3ff;
    border: 1px solid #00a3ff;
}
.accordion-body {
    font-size: 22px;
    border-radius: 0 0 10px 10px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
/* .accordion-button::after {
    content: '+';
    font-size: 18px;
    transition: transform 0.3s;
}

.accordion-button .active:after {
    content: '-';
} */

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #f9f9f9;
    padding: 0 15px;
}

.panel p {
    padding: 15px 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}
.accordion-button:focus {
    border: 1px solid #20296E1A;
    box-shadow: none;
}




.faq-section {
    padding: 30px 0;
}
.faq-section .row{
    align-items: center;
}
.faq-section .form-image img{
    width: 100%;
    border-radius: 10px;
}
.faq-section .header {
    padding: 0;
}

.faq-section .header h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #241071;
    margin-bottom: 0;
    font-family: "Roboto", Sans-serif;
}
.faq-section .inner-box {
    background: #F4F5FF;
    border: 1px solid #fff;
    border-radius: 10px;
    position: relative;
    top: 0;
    z-index: 2;
    padding: 20px;
    color: #4e4e4e;
    display: flex;
    justify-content: flex-start;
}
.faq-section .input-group {
    display: grid;
}
.faq-section .btn-wrap .white-btn{
    padding: 14px 30px;
}
.faq-section .inner-box .form-label, .faq-section .inner-box .form-check-label, .faq-section .inner-box .form-control, .faq-section .inner-box .form-select {
    margin-bottom: 6px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #686868;
}

.faq-section .inner-box ::placeholder {
    color: #929292;
    font-size: 13px;
}

.faq-section .enroll_form .form-group p, .faq-section .enroll_form .form-group .invalid-feedback {
    color: #ff2424;
    margin-top: 6px;
    font-size: 10px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
}

.hightlight_form {
    animation: scale 0.5s ease-in-out 0.5s alternate;
}
/* .iti__flag-container {
    bottom: 20px !important;
} */
.iti__selected-flag {
    padding: 4px 6px !important;
}


@keyframes scale {
    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.home-contact .input-group {
    display: grid;
}
.home-contact .form-sec {
    margin: 10px 0;
    padding: 0;
}

.home-contact .form-sec .form-sub-section {
    display: flex;
}

.home-contact .form-sec .form-sub-section:first-child .form-group:first-child, .home-contact .form-sec .form-sub-section:nth-child(2) .form-group:first-child  {
    padding-right: 10px;
}
/* FAQ Section end */



/* Footer section start */
.footer-section {
    background-color: #333333;
    padding: 50px 0;
}
.footer-section .row {
    align-items: center;
}
.footer-section .footer-logo{
    display: block;
    width: 100px;
    margin: 0 auto;
}
.footer-section .footer-content hr {
    color: #fff;
    border-top: 2px solid;
    opacity: 1;
    width: 70%;
    margin: 15px auto;
}
.footer-section .col-lg-3 {
    text-align: center;
}
.footer-section .footer-content p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0 0 0; 
    font-family: "Barlow", Sans-serif;
}
.footer-section .inner-wrap .text-wrap p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 12px 0 0 0; 
    font-family: "Barlow", Sans-serif;
}

.footer-section .inner-wrap .icon-wrap svg {
    width: 50px;
    height: 50px;
}
/* Footer section end */
