@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: #242e55;
}

::-webkit-scrollbar-thumb {
    background: #e04180;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background-color: #242e55;
    border-left: 1px solid #242e55;

}
::-webkit-scrollbar-thumb:hover {
    background: #e04180;
}

body {
  scrollbar-width: thin;
  scrollbar-color: #e04180 #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, #F8F0FF -2.83%, rgba(250, 233, 243, 0.50) 31.21%, rgba(255, 214, 212, 0.50) 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: 16px;
    color: #666666;
    font-weight: 500;
    transition: all .4s ease-out, padding 0s, font-size 0s;
}

.header-section .desktop-wrap ul li a.active {
    color: #077bc6;
    font-weight: 600;
}
.header-section .desktop-wrap ul li a:hover {
    color: #077bc6;
}


.header-section .btn-wrap {
    display: flex;
}
.btn-wrap .elementor-button-text {
    display: inline-block;
    text-align: center;
}
.btn-wrap .white-btn{
    background-color: #e04180;
    border: 1px solid #e04180;
    position: relative;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: "Onest", sans-serif;
    line-height: 1em;
    border-radius: 10px;
    padding: 16px 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: #fff !important;
    border: 1px solid #e04180;
    color: #443056;
    transition: all 0.5s ease-in-out;
}
.btn-wrap .white-btn:hover:after {
    background-color: #fff;
    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, #F8F0FF -2.83%, rgba(250, 233, 243, 0.50) 31.21%, rgba(255, 214, 212, 0.50) 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 {
    font-family: "Onest", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    color: #e04180;
    padding-left: 20px;
    position: relative;
    z-index: 1;
    margin: 0;
}

.banner-section .banner-content h5::before, .about-us-section .right-content h5::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    background-color: #e04180;
    background-image: url("../images/icon-sub-heading.svg");
    mask-image: url("../images/icon-sub-heading.svg");
    mask-repeat: no-repeat;
    width: 8px;
    height: 8px;
}


.banner-section .banner-content h1, .about-us-section .right-content h2{
    font-size: 66px;
    font-weight: 700;
    line-height: 1.1em;
    color: #007dc4;
    font-family: "Onest", Sans-serif;
    margin-bottom: 0;
}
.banner-section .banner-content h1 span, .about-us-section .right-content h2 span {
    color: #e04180;
    transition: all 0.4s ease-in-out;
}
.banner-section .banner-content p, .about-us-section .right-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    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: #242e55;
    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: 14px;
    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: 12px;
}

.banner-section .rating-info h6 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1em;
}

.banner-section .review-wrap .review-info p{
    font-size: 14px;
    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: #007dc4;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
}
.banner-section .dr-name .inner-wrap .text-wrap p{
    color: #e04180;
    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;
}

.treatment-section .title-holder h3{
    font-family: "Onest", sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #007dc4;
    text-align: center;
    letter-spacing: -1px;
    text-transform: none;
    margin-bottom: 12px;
}
.treatment-section .title-holder p{
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #242e55;
    letter-spacing: -0.3px;
    margin: 15px 0 0 0;
    padding: 0;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.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: #F4F3FF;
    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 .text-wrap h4{
    font-size: 17px;
    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 {
    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: 10px 30px 10px 10px;
    overflow: visible;
    padding-block-end: 10px;
    padding-block-start: 10px;
    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 {
    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-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 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: #007dc4;
    font-family: "Onest", sans-serif;
    font-size: 20px;
    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: 16px;
    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/evaa_gallery_1.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: 43px;
    margin-bottom: 0;
}
.about-us-section .right-content p{
    font-size: 16px;
    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: #007dc4;
    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: #e04180;
    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: 100%;
}
.modal-content .modal_header button {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #fff;
    color: #e04180;
    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: #e04180;
    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: 15px;
}

/* about us section end */





/* appointment section start */
/* Satwik 15_09_25 */
.appointment-sec {
    padding: 50px 0;
}

.appointment-sec .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-color: #e04180;
    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: #e04180;
    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: #e04180;
    border-radius: 50%;
}

.cmn-hd h2 {
    font-weight: 700;
    font-size: 48px;
    color: #007dc4;
    margin-bottom: 20px;
}

.cmn-hd h2 span {
    color: #e04180;
}

.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: #e04180;
    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: 231px;
    position: absolute;
    right: 25px;
    bottom: 0;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
}

.appmt-col-sm-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.img-animation {
max-width: 180px;
    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% - 422px);
    background-color: #F6F5F7;
    padding: 50px;
    border-radius: 30px 0px 0px 30px;
}

.aprsch-col-rgt {
    width: 422px;
    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%;
}

.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-sec h2 {
    font-size: 26px;
    font-weight: 700;
    color: #007dc4;
    margin-bottom: 20px;
    font-family: "Barlow", Sans-serif;
}
.approach-sec h2 span{
    color: #e04180;
}

.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: 100px 0;
}
.home-contact .btn-wrap .white-btn .elementor-button-icon i{
    transform: rotate(0);
}
.home-contact .contact-wrap .btn-wrap {
    display: flex;
}
@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: 17px;
    }

    .aprsch-col-img {
        width: 25px;
    }
    .aprsch-col-box {
        gap: 10px;
    }
    .contact-wrap {
        padding: 60px 10px;
    }
}

@media(max-width: 991px) {
        .appmt-col-sm-img {
        right: 0;
    }

    .cmn-hd h2 {
    font-size: 35px;
    }

    .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;
    }

    .home-contact .contact-wrap .btn-wrap {
        margin-bottom: 20px;
    }
    .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-sec .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-sec {
    padding: 50px 0;
}

.cmn-hd {
    margin-top: 30px;}

    .aprsch-col-lft {
        padding: 12px;
    }

    .approach-sec .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 */








/* 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: #e04180;
    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;
}
.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: #e04180;
}
.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;
}




.faq-section .right-content {
    padding: 10px 35px 10px 10px;
}
.faq-section .right-content h2 {
    font-size: 43px
}
/* .accordion-button:not(.collapsed) {
    color: #e04180;
    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);
} */

.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: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #242e55;
    padding: 20px 45px 20px 20px;
}
.accordion-button:not(.collapsed) {
    background-color: rgba(224, 65, 128, 0.3);
    border: 1px solid #e04180;
}
.accordion-body {
    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 end */



/* Footer section start */
.footer-section {
    background-color: #333333;
    padding: 20px 0;
}
.footer-section .row {
    align-items: center;
}
.footer-section .footer-logo{
    display: block;
    width: 150px;
    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: 16px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0 0 0;
    font-family: "Barlow", Sans-serif;
}
.footer-section .inner-wrap .text-wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 12px 0 0 0;
    font-family: "Barlow", Sans-serif;
}
/* form section start */
.form-section {
    padding: 30px 0;
}
.form-section .row{
    align-items: center;
}
.form-section .form-image img{
    width: 100%;
    border-radius: 10px;
}
.form-section .header d-flex{
    padding: 0;
}

.form-section .header h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #162b58;
    margin-bottom: 0;
    font-family: "Roboto", Sans-serif;
}
.form-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;
}
.form-section .input-group {
    display: grid;
}
.form-section .btn-wrap .white-btn{
    padding: 14px 30px;
}
.form-section .inner-box .form-label, .form-section .inner-box .form-check-label, .form-section .inner-box .form-control, .form-section .inner-box .form-select {
    margin-bottom: 6px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #686868;
}

/* Phone input specific styling */
.form-section .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.form-section .input-group .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.iti {
    width: 100% !important;
}

.iti__selected-flag {
    background: #fff;
    border-radius: 4px;
}

.iti input[type=tel] {
    width: 100% !important;
    padding-left: 50px !important;
    border: 1px solid #ced4da !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    color: #101828 !important;
}

.form-section .inner-box ::placeholder {
    color: #929292;
    font-size: 13px;
}

.form-section .enroll_form .form-group p, .form-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);
    }
}

.form-section .form-sec {
    margin: 10px 0;
    padding: 0;
}

.form-section .form-sec .form-sub-section {
    display: flex;
}


.form-section form .form-group:first-child {
    padding-right: 10px;
}

.form-section form .form-group:nth-child(3) {
    padding-right: 10px;
}
/* form section end */

/* Footer section end */
