@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap);

.benifit-scroll,
.packagemenu ul {
    overflow-x: scroll
}

.reviewpic .name,
.slider_ctn p,
h1,
h2,
h3,
h4,
h5,
h6,
header ul li a {
    font-family: "jost", sans-serif;
    color: #2D2D2D
}

html,
body {
    overflow-x: hidden
}

.menu ul.topmenu,
header ul,
ul {
    padding: 0
}

body,
ul {
    margin: 0
}

.menu ul.childmenu a,
.menu ul.topmenu li a {
    color: #474F57
}

.commonbox h2,
footer .footerfirst ul li {
    margin-bottom: 1rem
}

.menu ul.childmenu,
.menu ul.topmenu,
.trusrcard ul,
header ul,
ul {
    list-style: none
}

html {
    font-size: 16px;
    scroll-behavior: smooth
}

body {
    font-family: Poppins, sans-serif;
    background: #fff
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

.lightgrey,
.progressset.progressbg {
    background: #f6f8fc;
    position: fixed
}

.swiper-button-next:after,
.swiper-button-prev:after {
    background: var(--primarycolor);
    color: #fff;
    font-size: 9px;
    padding: 8px;
    border-radius: 10px
}

.commonbox {
    padding: 15px
}

.client_reviews h2,
.commonbox h2,
section.service-sec h2 {
    text-align: center;
    /* text-transform: uppercase; */
}

.commonbox.tbpad {
    padding-top: 15px;
    padding-bottom: 15px
}

.mobile-cta,
.mobileheader,
.mobileshow,
.mobshow {
    display: none;
    background: #fff
}

.popframe {
    width: 100%;
    height: 100vh;
    padding-bottom: 6%
}

.menu-arrow {
    display: none !important
}

.box_inner ul,
.menu {
    background: #fff;
    border: 1px
}

.box_inner ul li {
    border-top: 1px solid #fff;
    padding: 7px 10px;
    font-size: 13px
}

.progressset {
    background: #e7e7e7;
    position: sticky;
    top: 0;
    left: 0;
    height: 5px;
    z-index: 9999;
    min-width: 100%
}

.pageprogress {
    transition: .1s linear;
    min-width: 0;
    height: 5px
}

header {
    padding: 0px 10px;
    background: #fff
}

header h1 {
    font-size: 1.8rem;
    font-weight: 700
}

header ul {
    text-align: right;
    display: flex;
    align-items: end;
    justify-content: end;
    height: 100%;
    gap: 11px
}

.form-number,
.pbtn {
    align-items: center
}

header ul li a {
    font-size: 15px;
    color: #fff;
    display: inline;
    font-family: Poppins, sans-serif;
    padding: 8px 17px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    background: #66D072;
    min-width: max-content
}

.logo {
    display: block;
    text-align: left
}

.popup-image img {
    width: 200px
}

.logo img {
    width: 70%;
}

header h2 {
    font-size: 28px
}

header p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: .4px;
    font-family: Poppins, sans-serif;
    color: #000
}

.homeicon {
    float: left;
    background: #fff;
    padding: 7px 7px;
    margin: 4px 2px;
    border-radius: 5px
}

.homeicon img {
    width: 24px
}

.menu ul.topmenu {
    margin: 0;
    justify-content: start;
    display: flex;
    gap: 45px
}

.menu ul.childmenu li,
.menu ul.topmenu li,
.packagemenu li {
    display: inline-block
}

.menu ul.topmenu li a {
    padding: .3rem .6rem;
    display: block;
    font-size: 14px;
    background: #fff0;
    margin: 4px 2px;
    font-weight: 500
}

.menu ul.topmenu li a.is-current,
.menu ul.topmenu li.active a {
    background: #f05b64;
    color: #fff;
    border-bottom: 1px solid #000;
    border-radius: 100px
}

.menu ul.topmenu li a:active {
    color: #fff;
    background: blue;
    border-color: blue
}

.menu.has-sticky {
    display: block !important;
    position: fixed;
    box-shadow: rgb(0 0 0 / .1) 0 5px 16px;
    width: 100%;
    z-index: 99;
    top: 5px;
    animation: .35s ease-out slideDown
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.menu ul.childmenu {
    text-align: right;
    border-top: 1px solid #fff;
    margin-bottom: 0
}

.menu ul.childmenu a {
    padding: .5rem .7rem;
    display: block;
    font-size: 14px
}



.details_form {
    background: #000;
    padding: 18px 10px
}

.details_form p {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff
}

.details_form input {
    height: 38px
}

.details_form .btn {
    line-height: .5
}

.details_form img {
    margin-bottom: 5px;
    width: 23px
}

.details_form .input-group-text {
    padding: 4px;
    font-size: .8rem
}

.form-number {
    background: #fff;
    font-size: 12px;
    display: flex;
    padding: 0 5px 0 0;
    color: #b3b3b3;
    line-height: 40px;
    height: 38px;
    border: 1px solid #c9c9c9
}

footer {
    padding: 3rem 0 0;
    background: #2a2a2a;
}

footer h3 {
    color: #fff;
    border-bottom: 1px solid #7575758f;
    padding-bottom: 15px;
    margin-bottom: .5rem;
    font-size: 1.1rem
}

footer h5 {
    color: #c9c9c9;
    margin-bottom: 0;
    font-size: 1rem
}

footer .footerfirst ul {
    margin-top: 1rem;
    padding-left: 0;
    list-style: none
}

footer .footerfirst ul li a {
    color: #fff
}

footer .footerfirst ul li a i {
    margin-right: .6rem
}

footer h6 {
    color: #f9f9f9
}

footer .approved img {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 10px
}

footer .accept img {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 100%
}

.disclamier {
    background: #fff
}

.disclamier p {
    margin-top: 10px;
    text-align: center;
    color: #000;
    padding: 10px;
    font-size: .9rem;
    margin-bottom: 0
}

.copyright p {
    text-align: left;
    color: #fff;
    padding: 10px 0
}

.chooselist .choosectn h4,
.chooselist .chooseicon,
.servicebox,
.services h2,
.trustus h2,
.whychooseus h2,
.whychooseus p {
    text-align: center
}

#popupmodel .modelclosebtn,
#popupmodel2 .modelclosebtn,
#popupmodelone .modelclosebtn {
    position: absolute;
    right: 0;
    top: -11px;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border-radius: 100%;
    text-align: center;
    line-height: 33px;
    box-shadow: 0 -5px 15px rgb(82 82 82 / .5);
    z-index: 2
}

#popupmodel .modelclosebtn .btn-close,
#popupmodel2 .modelclosebtn .btn-close,
#popupmodelone .modelclosebtn .btn-close {
    transition: .2s ease-in-out;
    font-size: 13px
}

#popupmodel .modelclosebtn .btn-close:hover,
#popupmodelone .modelclosebtn .btn-close:hover {
    transform: rotate(90deg);
    color: #000;
    font-size: 14px
}

.mainform h3 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 10px
}

.mainform .form-floating,
.mainform .input-group-text,
.mainform textarea {
    margin-bottom: 11px
}

.serviceslist a,
.supportlist {
    margin-bottom: 10px
}

.mainform h3 span {
    color: #000;
    font-weight: 600;
    margin-left: 5px
}

.mainform p {
    color: #515151;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.mainform label {
    font-size: 14px;
    color: #cbcbcb;
    transition: .1s linear
}

.mainform .form-control:focus {
    box-shadow: none;
    border-color: #dee2e6
}

.mainform .input-group-text {
    background: 0 0;
    width: 14%;
    margin-right: 2%;
    border-radius: 5px
}

.mainform .input-group input {
    border-radius: 5px
}

.mainform textarea {
    height: 82px
}

.mainform input[type=submit] {
    border-radius: 7px;
    background: #0082EF;
    width: 100%;
    height: 51px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: .1s linear;
    border: 0;
    text-decoration: none
}

.mainform .form-floating .form-control {
    height: 52px;
    min-height: 52px;
    padding: .7rem .75rem 0;
    font-size: 14px
}


.pbtn {
    width: 100%
}

.packagebtn a {
    /* background: #191d3b; */
    padding: 5px;
    align-items: center;
    margin: 0
}

.packagebtn a img {
    width: 17px
}

.packagebtn a span {
    color: #fff;
    font-size: 12px
}

.pbtn .packbtn a {
    background: #f05b64;
    border-radius: 100px;
    padding: 7px 22px;
    color: #ffffff;
    display: inline-block;
}




.sliderform {
    margin-left: auto;
    width: 373px;
    border-radius: 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.sliderform h3 {
    font-size: 24px;
    margin-bottom: 1rem;
    text-align: center;
    color: #000
}

.sliderform img {
    width: 25px;
    margin-right: 6px
}

.sliderform label {
    display: block;
    font-size: .9rem;
    text-transform: uppercase;
    color: #161616;
    margin-bottom: 5px;
    background: #fbfbfb;
    box-shadow: rgb(0 0 0 / .1) 0 4px 6px -1px, rgb(0 0 0 / .06) 0 2px 4px -1px;
    border: 2px solid #fff
}

.sliderform input,
.sliderform select {
    border: 1px solid #bdbdbd5c;
    border-radius: 5px !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 10px;
    display: block;
    width: 100%;
    margin-bottom: .7rem;
    background: #fefefe
}

.sliderform .input-group-text {
    padding: 8.5px 10px;
    border-radius: .375rem 0 0 .375rem
}

.sliderform input[type=submit] {
    background: #f05b64;
    border: 1px solid#ffffff;
    color: #ffffff;
    text-transform: uppercase;
    width: 79%;
    font-weight: 500;
    font-size: 14px;
    border-radius: 100px !important
}

.slider_ctn h2 {
    font-size: 3.3rem;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 7px 6px #000;
    margin-top: 45px
}

.slider_ctn p {
    color: #e1e1e1;
    font-family: 'Poppins'
}


.modal-overlay.slideuppopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / .7);
    z-index: 999
}

.modal-content.slideupcontent {
    background-color: #000;
    height: 100vh !important;
    width: 70%;
    padding: 1px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / .3);
    position: fixed;
    bottom: 0;
    right: 0
}

.close-btn {
    position: absolute;
    top: 341px;
    left: -57px;
    padding: 2px;
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / .3);
    width: 40px;
    height: 40px;
    margin: 10px auto;
    background-color: #000;
    text-align: center;
    line-height: 35px;
    font-size: 23px;
}

#backgroundOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background-color: rgb(0 0 0 / .5);
    display: none;
    z-index: 9998
}

@keyframes slideIn {
    from {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slideOut {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%)
    }
}

@keyframes slideleft {
    from {
        transform: translateX(+100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideleftOut {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(+100%)
    }
}

.whyus .modeltitle {
    text-align: center;
    padding: 10px;
    background: #f05b64;
    color: #fff;
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
    border-top: 1px solid #626262;
    text-transform: uppercase;
    font-size: 28px
}

.scrollfix {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 7%
}

.packageenquiry {
    box-sizing: border-box;
    padding: 15px 10px;
    border: 1px solid #dadada99;
    background: #fafafa;
    border-radius: 10px;
    margin: 13px;
    margin-bottom: 100px !important
}

.packageenquiry input,
.packageenquiry textarea {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px !important
}

.packageenquiry img {
    width: 21px
}

.packageenquiry .form-number {
    height: 35px;
    display: none
}

.packageenquiry h3 {
    text-align: center;
    color: #000000;
    margin-bottom: 30px
}

.packageenquiry p {
    font-size: 13px;
    text-align: center;
    color: #fff
}




#enquiryForm {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgb(0 0 0 / .3);
    padding: 20px;
    z-index: 9999;
    display: none
}

#enquiryForm h3 {
    margin-top: 0;
    font-size: 20px
}

#enquiryForm input,
#enquiryForm textarea {
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px
}

#enquiryForm button.submit-btn {
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%
}

#enquiryForm .close-btn {
    background: #fff;
    border: none;
    position: absolute;
    top: -29px;
    right: 0 !important;
    font-size: 20px;
    cursor: pointer;
    color: #000;
    margin: 0;
    left: 100%
}

#enquiryForm .close-btn:hover {
    color: #000
}

.scroll-text {
    color: #fff
}

.popup-text {
    display: flex;
    padding: 20px 30px 0;
    gap: 32px;
    background: linear-gradient(346deg, #ec2a8f 0, #eb5ebd 50%);
    align-items: center;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px
}


p,
span,
li {
    color: #333
}

.menu {
    border-top: 1px solid #ffffff3b;
    background: #fdfdfd;
    padding: 1px 0;
    border-width: 1px 0;
    border-color: #efefef;
    border-style: solid
}

header ul li a img {
    filter: invert(1)
}



.fixed-header.has-sticky {
    position: fixed;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 999
}

.fixed-header.has-sticky .mobileheader p {
    display: none
}

.active-color {
    background: #79144b91
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    background: #f05b64;
    left: 0;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #ffffff5e
}

@media (min-width:991px) {
    .fixed-bottom {
        display: none
    }
}

.fixed-bottom .container {
    padding: 0 10px
}

.fixed-bottom .container .col-md-4 {
    padding-right: 0
}

.fixed-bottom .content_box {
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    min-height: 22px;
    position: relative;
    border-right: solid 1px #ffffff63;
    display: flex;
    align-items: center;
    text-decoration: underline
}

.fixed-bottom .content_box a {
    display: flex;
    color: #fff;
    text-decoration: none
}

@media (min-width:391px) {
    .fixed-bottom .content_box {
        justify-content: center
    }
}

@media (max-width:360px) {
    .fixed-bottom .content_box {
        font-size: 12px
    }
}

.fixed-bottom .content_box img {
    width: 22px;
    height: 22px;
    margin-right: 10px
}

.fixed-bottom .cta_box {
    text-align: center
}

.fixed-bottom .cta_box .btn-primary {
    font-size: 10px;
    padding: 8px 18px;
    background-color: #D63F31
}

.fixed-bottom .col-4:nth-child(2) {
    padding-right: 0
}

a.btn-fixed-m {
    background: #fff;
    padding: 4px 12px;
    color: #000;
    font-size: 12px;
    border-radius: 5px
}

footer .details_form {
    background: #fff0;
    padding: 0;
    width: 100%
}

footer .details_form form {
    padding: 0;
    margin: 0;
    width: 100%;
    background: #fff0
}

footer form input {
    height: 42px !important
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #111
}

::-webkit-scrollbar-thumb {
    background: #0A2F54 !important;
    border-radius: 10px !important;
    border: 2px solid #111
}

::-webkit-scrollbar-thumb:hover {
    background-color: #0082EF
}

.reviewpoint i {
    background: #000;
    color: #fff;
    font-size: 27px;
    position: absolute;
    top: 2px
}

.itenarylist .highlight p {
    font-size: 14px;
    font-weight: 400;
    color: #b9b9b9
}

ul.under-ul h6 {
    font-size: 16px !important
}

ul.under-ul {
    border: 1px solid #ececec;
    margin: 2px;
    padding: 10px;
    border-radius: 10px
}

figure.table table {
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    background-color: #000
}

figure.table table td {
    padding: 10px;
    background: #000;
    color: #fff
}

section.degree-sec h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px
}

.banner-bottom-slider .swiper-wrapper {
    padding-bottom: 40px
}

.banner-bottom-slider-sec {
    background: #000
}

.banner-bottom-slider .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 0;
    position: relative;
    overflow: hidden
}

.banner-bottom-slider .swiper-pagination-bullet::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.banner-bottom-slider .swiper-pagination-bullet-active {
    background: rgb(0 0 0 / .4)
}

.banner-bottom-slider .swiper-pagination-bullet-active::before {
    background-color: #EE2C95;
    -webkit-animation: slide-progress 2s cubic-bezier(.3, 0, .3, 1) forwards;
    animation: slide-progress 2s cubic-bezier(.3, 0, .3, 1) forwards
}

.banner-bottom-slider .swiper-paused .swiper-pagination-bullet-active::before {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes slide-progress {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slide-progress {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

ul.why-ul li {
    width: 15%
}

ul.why-ul {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap
}

.input-group-prepend {
    display: none
}

.packageenquiry input.form-control.cssForms.mb-2.btn.btn-primary {
    background: #f05b64;
    border-color: #f05b64;
}

.accordion-item {
    font-size: 15px;
    font-weight: 400
}

.accordion-button:not(.collapsed) {
    background: #f05b64;
    color: #fff
}

.content_box2 {
    text-decoration: none !important
}

.content_box2 img {
    width: 15px !important;
    height: 15px !important
}

figure.table table td span {
    color: #fff
}

.banner-bottom-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth
}

.slide-content {
    flex: 0 0 50%;
    scroll-snap-align: start
}

@media (min-width:600px) {
    .slide-content {
        flex: 0 0 50%
    }
}

@media (min-width:1024px) {
    .slide-content {
        flex: 0 0 25%
    }
}

.banner-bottom-slider::-webkit-scrollbar {
    display: none
}

.pagination-dots {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 1;
    padding-bottom: 20px
}

.pagination-dots .dot {
    height: 6px;
    width: 20px;
    margin: 0 3px;
    background-color: #ccc;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.pagination-dots .dot.active-dot {
    background-color: #ccc
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #ee2c95;
    width: 100%;
    transform: scaleX(0);
    opacity: .6;
    transform-origin: left;
    animation: loadProgress 4s linear forwards;
    animation-play-state: running
}

@keyframes loadProgress {
    from {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

.mobile-nav-arrows {
    display: none;
    gap: 10px
}

.mobile-nav-arrows button {
    background: #fff;
    border: none;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgb(0 0 0 / .3);
    flex-shrink: 0
}

@media (max-width:768px) {
    .inner-bottom-content h4 {
        font-size: 15px !important
    }

    .inner-bottom-content p {
        font-size: 12px !important
    }

    .mobile-nav-arrows {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-bottom: 35px
    }
}

.slider-outer {
    position: relative
}

.brocher-btn {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-right: 25px
}

.brocher-btn span {
    font-weight: 500;
    margin: 5px 0;
    font-weight: 600;
    color: #0000005e;
    font-size: 12px
}

.Reviews-inner {
    border: 1px solid #ffffff4f;
    padding: 9px;
    height: 500px;
    overflow-y: scroll;
    background: #000
}

.r-inner {
    margin-bottom: 19px;
    background: #fff;
    padding: 10px;
    border-radius: 4px
}

.banner-content .brocher-btn {
    align-items: self-start
}

section.Admission-outer {
    background: #ba3580;
    padding: 50px 0
}

section.Admission-outer h2 {
    text-align: center;
    color: #fff
}

.admission-sec ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.admission-sec ul li {
    color: #ba3681;
    border: 1px solid #ffffff4f;
    padding: 5px 13px;
    width: 17%;
    margin: 10px;
    border-radius: 2px;
    text-align: center;
    font-size: 13px;
    background: #fff;
    font-weight: 500
}

ul.add {
    border: 1px solid #ffffff2b;
    padding: 10px !important;
    border-radius: 10px
}

ul.add li {
    font-size: 12px;
    margin-bottom: 10px !important
}

ul.add li h6 {
    color: #0082EF
}

ul.add li a {
    display: flex
}

ul.add li a i {
    color: #0082EF;
    margin-top: 4px;
    font-size: 9px
}

ul.pack-img-ul {
    display: flex;
    margin-top: 5px;
    justify-content: space-between;
    background: #000;
    padding: 10px;
    border-radius: 10px
}

ul.pack-img-ul li {
    width: 49.5%
}

ul.pack-img-ul li img {
    width: 100%
}

.slider_ctn h1 {
    color: #fff
}

.section-heading {
    text-align: center;
    margin-bottom: 39px;
    text-transform: capitalize
}

.package_list-inclusions>li img {
    width: 34px;
    margin-bottom: 2px
}

.package_list-inclusions::-webkit-scrollbar {
    height: 3px !important
}

.package_list-inclusions::-webkit-scrollbar-track {
    background: #f1f1f1
}

.package_list-inclusions::-webkit-scrollbar-thumb {
    background: #888 !important;
    border: none
}

.package_list-inclusions::-webkit-scrollbar-thumb:hover {
    background: #555
}

.marquee-footer {
    overflow: hidden;
    position: relative;
    background: #0A2F54;
    padding: 10px 0
}

.marquee {
    display: flex;
    width: 100%
}

.marquee_text {
    display: flex;
    white-space: nowrap;
    width: 100%
}

.marquee-content {
    display: flex;
    margin: 0;
    padding: 0;
    animation: marquee 20s linear infinite
}

.marquee-content li {
    list-style: none;
    margin-right: 20px;
    font-size: 16px;
    color: #fff
}

.marquee-content li i {
    margin-right: 5px
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

section.Offers-sec {
    padding: 50px 0;
    background: url(../images/bg.jpg) #fff
}

.offer-inner {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #0000001a;
    box-shadow: 0 0 10px 0 rgb(255 253 253 / .41);
    margin-bottom: 20px;
    min-height: 155px;
    display: flex;
    align-items: center
}

.offer-inner h3 {
    font-size: 20px
}

p.box-description {
    font-size: 14px
}

section.Offers-sec h2 {
    text-align: center;
    margin-bottom: 30px
}

img.iso-img {
    width: 100px;
    background: #fff;
    border: 1px solid #d03938;
    padding: 9px;
    border-radius: 100%;
    height: 100px;
    object-fit: cover;
    position: absolute;
    left: 0
}

.col-sm-5.desktopform {
    position: relative
}

.ch-box {
    border: 1px solid #00000014;
    padding: 10px;
    margin: 4px 0;
    background: #fff;
    display: flex;
    align-items: start;
    border-radius: 5px
}

.ch-head {
    text-align: center;
    text-transform: capitalize
}

.ch-icon img {
    max-width: 100px;
    margin-right: 10px;
    margin-top: 8px
}

.ch-box h4 {
    text-transform: capitalize;
    font-size: 20px
}

.ch-box p {
    font-size: 13px;
    margin-bottom: 0
}

section#why {
    padding: 50px 0;
    background-color: #fff;
    padding-top: 100px !important
}

.leading {
    background: url(../images/leadingbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 30px 60px 30px;
    display: flex;
    position: relative;
    z-index: 0;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto 60px auto;
    justify-content: space-evenly;
    border-radius: 0 0 50px 50px;
    overflow: hidden
}

.leading::after {
    content: "";
    background-color: rgb(25 29 59 / 87%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.leading ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 15px;
    width: 100%
}

.leading ul.nobdr {
    border-top-width: 0
}

.leading ul h6 {
    color: #fff;
    font-size: 14px
}

.leading ul h3 {
    font-size: 2rem;
    color: #fff;
    font-weight: 500
}

.leading ul p {
    color: #fff
}

.ch-img img {
    border-radius: 5px
}

.sectorwork-inner {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0
}

.leading ul li {
    border: 1px solid #ffffff69;
    width: 49%;
    background: #ffffff12;
    padding: 10px 0
}

.reviewer-profile {
    display: flex;
    height: 103px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 103px;
    z-index: 50;
    --tw-translate-x: -50%;
    border-radius: 9999px;
    transform: translateX(-50%);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: .5rem;
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0
}

.reviewer-profile img {
    border-radius: 9999px;
    width: 100%
}

.rating .star.full {
    color: #f5c200
}

.rating {
    margin-top: 10px
}

.pbtn {
    display: flex;
    /* gap: 5px; */
    align-items: center;
    /* background: #f05b64; */
    justify-content: space-between;
    padding: 6px 6px;
    border-radius: 6px
}

.banner-content h1 {
    font-size: 37px;
    font-weight: 800;
    text-transform: CAPITALIZE
}

.banner-content h1 span {
    display: inline-block;
    color: #ffa11d;
    font-size: 61px;
    -webkit-text-stroke: 1px #ffffff87;
    font-weight: 700
}

.animated-text {
    animation-fill-mode: both;
    animation-duration: 1s
}

.fadeInDown {
    animation-name: fadeInDown;
    visibility: visible
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #0A2F54;
    padding: 0 0;
    width: 100%;
    border-radius: 9px
}

#counter .item {
    width: 241px;
    padding: 10px;
    margin: 10px;
    text-align: center;
    -moz-box-shadow: 0 0 38px -8px rgb(0 0 0 / .34)
}

#counter .item .count {
    color: #fff;
    margin-bottom: 5px;
    font-size: 44px
}

#counter .item h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400
}

#counter .item .count:after {
    content: '+'
}

#counter .item .count2:after {
    content: '%'
}

a.cta-btn {
    background: #ffa11d;
    padding: 10px;
    color: #000;
    font-weight: 500;
    width: max-content;
    margin: auto;
    border-radius: 5px
}

.form-section {
    margin: 50px 0;
    border: 1px solid #e6e6e6;
    padding: 50px;
    border-radius: 10px;
    background: #4285e5;
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0;
    padding-bottom: 0;
    margin-bottom: 100px;
    padding-top: 7px
}

.form-section .sliderform {
    width: 100%;
    margin-bottom: -50px;
    border: 9px solid #4285e5;
    box-shadow: rgb(0 0 0 / .35) 0 5px 15px
}

.itenarylist img {
    border: 1px solid #e7e7e7;
    margin-top: 10px;
    border-radius: 10px
}

section.brand-sec h2 {
    text-align: center;
    margin-bottom: 30px
}

.tv-company ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.tv-company ul li {
    width: 15%;
    margin: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0
}

section.brand-sec {
    padding: 20px 0
}

.astrologer_city_wise {
    box-shadow: 0 0 4px 1px #ccc;
    border: 1px solid #0000001c;
    padding: 2px
}

.city_wise_link {
    background: #4285e5;
    padding: 8px 10px;
    font-size: 13px;
    color: #fff;
    height: 45px;
    line-height: 28px;
    font-weight: 700;
    text-align: center
}

.category_link {
    height: 250px;
    margin: 0;
    padding: 0 0 10px 10px;
    list-style: none;
    max-height: 250px;
    overflow-y: scroll
}

.category_link div {
    margin: 0;
    font-size: 14px;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 0;
    display: block;
    color: #555;
    text-decoration: none
}

section.find-astro {
    padding: 50px 0
}

section.find-astro h2 {
    text-align: center;
    margin-bottom: 30px
}

ul.issue-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px
}

ul.issue-inner li {
    width: 100%;
    margin: 6px 15px;
    border: 1px solid #ef761345;
    padding: 0 0 0 10px;
    text-align: left;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    background: #fff
}

ul.issue-inner li a {
    background: #0A2F54;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 6px 10px
}

section.issue-sec {
    padding: 50px 0
}

.issue-sec h2 {
    margin-bottom: 30px;
    text-align: center
}

.feature-box img {
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / .2))
}

.why-choose h2 span {
    color: #ed6e11
}

.service_experience {
    padding: 20px 0;
    background: #0082EF
}

.service_experience ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center
}

.service_experience ul li {
    flex: 0 0 33.33%
}

.service_experience ul li:nth-child(2) {
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd
}

.service_experience ul li h4 {
    color: #fff
}

.service_experience ul li p {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px
}

.workingprocess {
    text-align: center;
    padding: 50px 0
}

.workingbox {
    border: 1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px
}

.workingbox h5 {
    font-size: 17px;
    margin-top: 20px
}

.workingbox p {
    margin-bottom: 0;
    font-size: 13px
}

.issue-sec {
    padding: 50px 20px;
    background: #f9f9f9
}

.issue-sec h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    color: #222;
    font-weight: 600
}

.issue-grid {
    margin: 0 auto
}

.issue-column {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgb(0 0 0 / .05);
    border-bottom: 3px solid #ed6c11;
    overflow: hidden
}

.issue-column h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
    background: #0A2F54;
    padding: 10px 0
}

.issue-inner {
    list-style: none;
    padding: 0;
    margin: 0
}

.issue-inner li {
    font-size: 15px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #eee
}

.issue-inner li a {
    font-size: 13px;
    background-color: #007bff;
    color: #fff;
    padding: 4px 10px;
    text-decoration: none;
    margin-left: 10px;
    white-space: nowrap
}

.issue-inner li a:hover {
    background-color: #0056b3
}

.werepair {
    background: linear-gradient(90deg, #60a0f2 0%, #0082ef 50%, #4692f4 100%);
    padding: 50px 0
}

.werepair h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px
}

.werepair ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center
}

.werepair ul li {
    flex: 0 0 15.9%
}

.category-five-section {
    width: 70%;
    margin: auto;
    margin-bottom: -215px
}

.banner-btn a {
    background: #0A2F54;
    padding: 10px;
    color: #fff;
    border-radius: 4px
}

.banner-btn {
    margin-top: 10px
}

.custom-slider-container {
    overflow-x: auto;
    display: flex;
    gap: 4px;
    padding: 4px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    scrollbar-width: thin;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.service-card {
    scroll-snap-align: start;
    border: 1px solid #cccccc61;
    border-radius: 3px;
    padding: 5px 5px;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.3s;
    position: relative;
    width: 32%;
    margin-bottom: 0 !important
}

.service-card img {
    width: 25px
}

.service-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    margin-bottom: 0
}

.service-card.active {
    border: 2px solid #29e18b;
    background-color: #eef5ff
}

.service-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left
}

.service-label span {
    font-size: 10px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 11px
}

.form-service h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff
}

.form-service {
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%
}

.process {
    position: relative;
    display: block;
    background-color: #f6f7fa;
    counter-reset: count;
    padding: 50px 0
}

.process__single {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 5px;
    padding: 25px 25px 25px;
    padding-right: 28px;
    height: 100%
}

.process__count {
    position: absolute;
    top: 0;
    right: 9px;
    height: 50px;
    width: 40px;
    background: #0A2F54;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: rgb(0 0 0 / .1) 0 4px 6px -1px, rgb(0 0 0 / .06) 0 2px 4px -1px
}

.process__count:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 50px;
    font-weight: 800;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: #242424;
    text-align: center;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear
}

.process__icon {
    position: relative;
    display: block;
    display: none
}

.process__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #000;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.process__single:hover .process__icon span {
    transform: scale(.9)
}

.process__title-box {
    position: relative;
    display: block;
    margin-top: 13px;
    margin-bottom: 0
}

.process__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px
}

.process__sub-title {
    color: #9a9a9c
}

.process__text {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0
}

.page-title .sub-title {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    position: relative;
    line-height: 1;
    margin: 0;
    padding-left: 50px;
    display: inline-block
}

.process .page-title .sub-title::before {
    content: "";
    background-color: #000;
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.process .page-title.text-start {
    margin-bottom: 30px
}

.brands-repair ul {
    display: flex;
    overflow-x: auto;
    scrollbar-width: thin
}

.brands-repair ul li {
    border: 1px solid #0000002b;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 11px;
    margin-right: 4px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    min-width: max-content
}

.brands-repair {
    border: 1px solid #0000000f;
    padding: 5px;
    background: #e9e9e947;
    border-radius: 5px;
    margin: 5px
}

.brands-repair h6 {
    text-align: left;
    font-size: 14px
}

#counter img {
    width: 60px;
    margin-bottom: 15px;
    margin-top: 10px
}

section.counter-outer {
    background: #f6f7fa
}

.feature-box h4 {
    margin-bottom: 0;
    font-size: 20px
}

.problem-solution-section {
    background: #fafbff;
    padding: 50px 0;
    font-family: 'Segoe UI', sans-serif
}

.section-header {
    text-align: center;
    margin-bottom: 40px
}

.section-header h2 {
    font-weight: 700;
    color: #222
}

.section-header p {
    color: #666;
    max-width: 700px;
    margin: 15px auto 0
}

.problem-solution-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between
}

.card {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgb(0 0 0 / .08)
}

.red-card {
    background-color: #ffe5e5;
    border-top: 5px solid #e60000
}

.green-card {
    background-color: #eaffea;
    border-top: 5px solid #00a651
}

.card h3 {
    font-size: 22px;
    color: #222;
    margin-bottom: 20px
}

.card ul {
    list-style: none;
    padding: 0
}

.card ul li {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.6
}

.cta-center {
    text-align: center;
    margin-top: 50px
}

.cta-button {
    background: #0A2F54;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgb(0 123 255 / .3);
    transition: background-color 0.3s ease
}

.cta-button:hover {
    background-color: #0056b3
}

.emergency-banner {
    background-color: #f09e5c !important;
    color: #fff;
    padding: 50px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.emergency-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 120%;
    height: 100%;
    background: #0A2F54;
    z-index: -1;
    transform: rotate(-1deg)
}

.emergency-banner h4 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: .5rem;
    color: #fff
}

.emergency-banner p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #e4e4e4
}

.emergency-banner .btn {
    font-weight: 600;
    padding: .5rem 1.2rem;
    border-radius: 5px;
    background-color: #fff;
    color: #ee7212;
    border: none;
    transition: 0.3s;
    margin-top: 30px
}

.slider-arrow.prev {
    left: -10px
}

.slider-arrow.next {
    right: -10px
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000000de;
    color: #fff;
    border: none;
    font-size: 13px;
    cursor: pointer;
    z-index: 10;
    border-radius: 3px;
    height: 20px;
    width: 20px
}

.slider-wrapper {
    position: relative;
    width: 100%
}

li.socail-media-icon-li {
    display: flex;
    margin-right: 30px
}

li.socail-media-icon-li a {
    margin: 3px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px
}

li.socail-media-icon-li a i {
    color: #fff
}

a.facebook {
    background: #3B5998
}

a.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    font-size: 16px !important
}

a.twitter {
    background: #000
}

a.whatsapp {
    background: #25D366
}

#popupmodel .sliderform {
    width: 100%;
    padding: 0;
}

.swiper-brand img {
    border: 1px solid #0000001f;
    padding: 15px;
    border-radius: 10px
}

.swiper-brand .swiper-wrapper {
    padding-bottom: 40px
}

.bg-none {
    background: #fff0;
    color: #000
}

header ul li a svg {
    width: 27px
}

.bg-none span {
    font-weight: 500
}

.hero-banner {
    display: flex;
    width: 100%;
    margin-top: 85px;
}

.hero-content {
    flex: 1;
    background: #f05b64;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    text-align: center
}

.hero-content h1 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
}

.hero-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 100;
    text-align: left;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.hero-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 32px
}

.btn {
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-transform: capitalize
}

.btn-primary {
    background: #66D072;
    color: #fff;
    border: none
}

.btn-primary:hover {
    background: #ffffff;
    color: #f05b64;
}

.btn-secondary {
    background: #fff;
    color: #f05b64;
    border: 1px solid #f05b64
}

.btn-secondary:hover {
    background: transparent;
    border-color: #fff;
}

.hero-image {
    flex: 1;
    position: relative
}

.hero-image img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
    /* object-position: top; */
}

.hero-cta a {
    display: flex
}

.hero-cta a svg {
    width: 20px;
    margin-right: 5px
}

.treatment-section {
    padding: 30px 0%;
    background: #fff
}

.treatment-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgb(0 0 0 / .1);
    text-align: center;
    position: relative;
    height: 100%;
    border: 1px solid #bfbfbf
}

.treatment-card>img {
    max-width: 200px;
    margin: 0 auto 15px;
    display: block;
    min-height: 200px;
    object-fit: contain
}

.treatment-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #222;
    font-weight: 700
}

.offer-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff3b30;
    color: #fff;
    font-size: .8rem;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 700
}

.btn-consult {
    display: inline-flex;
    background: #65d072;
    color: #fff;
    font-weight: 400;
    padding: 7px 18px;
    border-radius: 25px;
    text-decoration: none;
    margin-bottom: 29px;
    transition: 0.3s;
    font-size: 15px;
    align-items: center;
    margin-top: 20px
}

.btn-consult:hover {
    background: #f05b64
}

.treatment-card ul {
    text-align: left;
    padding-left: 0;
    list-style: none;
    font-size: .95rem;
    color: #444
}

.treatment-card ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 100
}

.treatment-card ul li b {
    color: #000
}

.treatment-card ul li i {
    background: #f05b64;
    color: #fff;
    min-height: 15px;
    min-width: 15px;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-right: 10px;
    max-width: 15px;
    max-height: 15px
}

.treatment-card ul li b {
    display: flex
}

a.btn-consult img {
    width: 25px;
    height: 25px;
    margin-right: 10px
}


.hero-image img:last-child {
    /* opacity: .2; */
    display: none;
}



.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11
}

.mobileheader ul li a svg {
    width: 20px;
    margin-right: 10px
}


.banner-main-img {
    opacity: .2
}

.plus-on-banner .icons span a {
    color: #000;
    font-weight: 600
}

.plus-on-banner .icons.active {
    z-index: 12
}

.swiper-about-container .swiper.main-slider {
    width: 600px;
    height: 400px;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1);
    position: relative
}

.swiper-about-container .swiper.main-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-about-container .swiper.thumbs-slider {
    width: 600px;
    height: 120px;
    box-sizing: border-box
}

.swiper-about-container .swiper.thumbs-slider .swiper-slide {
    opacity: .6;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease
}

.swiper-about-container .swiper.thumbs-slider .swiper-slide-thumb-active img {
    opacity: 1;
    border: 3px solid #007aff;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgb(0 0 0 / .2)
}

.swiper-about-container .swiper.thumbs-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-about-container .swiper-button-next,
.swiper-about-container .swiper-button-prev {
    color: #007aff;
    font-weight: 700
}



.hero-sec-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    flex-direction: column;
    background: #0000005c;
    padding: 15px;
    border-radius: 10px;
    backdrop-filter: blur(1px)
}

.hero-sec-content h1 {
    font-size: 52px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-shadow: 2px 2px #000;
    text-transform: capitalize;
    line-height: 72px
}

.hero-sec-content h1 span {
    font-weight: 600;
    display: block;
    color: #fff;
    font-size: 63px;
    text-transform: uppercase
}

.swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 0;
    position: relative;
    background: #585858;
    opacity: 1;
    border: .1px solid #ffffff3b
}

.swiper-banner:hover .swiper-pagination-bullet-active:before {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer
}

.swiper-banner .swiper-pagination-bullet-active:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #ffbd00 50%, #fff0 50%);
    background-size: 200% 100%;
    transition: 3.5s ease-out;
    -webkit-animation: 3.5s linear biglight;
    animation: 3.5s linear biglight;
    z-index: 1
}

@-webkit-keyframes biglight {
    from {
        background-position: right bottom
    }
}


.position-relative {
    position: relative !important;
}

@media only screen and (min-width: 992px) {
    #bannerSection .formSection {
        position: absolute;
        top: 59%;
        left: 46%;
        transform: translate(-44%, -55%);
        z-index: 0;
    }
}

.banner-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-cta .btn-primary {
    border: 2px solid #fff;
    background: transparent;
}

.hero-cta a {
    border: 2px solid #fff;
}

.hero-cta .btn-primary:hover {
    background: #fff;
    color: #f05b64;
}

.img-colarge {
    position: relative;
    height: 100%;
    margin-bottom: 80px;
}

.colarge-1 {
    position: relative;
    margin: 40px 30px 0px 40px;
    z-index: 1;
}

.colarge-1:before,
.colarge-1:after {
    position: absolute;
    border: 8px solid #f05b64;
    content: '';
    width: 80%;
    height: 80%;
    z-index: -1;
}

.colarge-1:before {
    left: -40px;
    top: -40px;
}

.colarge-1:after {
    right: -14px;
    bottom: 15px;
}

.img-colarge2 {
    position: relative;
    height: 80%;
    margin-bottom: 110px;
}

.colarge-2 {
    position: relative;
    margin-right: 180px;
    z-index: 1;
    border: 10px solid #ff5e15;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.colarge-2-1 {
    position: absolute;
    left: 160px;
    bottom: 0px;
    max-width: 370px;
}

.since-year-outer2 {
    position: relative
}

.since-year2 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.since-year2 span {
    color: #383535;
    font-size: 60px;
    font-weight: 300;
    font-family: 'Teko', sans-serif;
    display: block;
    line-height: 60px;
    position: relative;
}

.since-year2 strong {
    color: #ff5e15;
    font-size: 100px;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
    display: block;
    line-height: 50px;
}

@media only screen and (max-width:991px) {

    .colarge-2 {
        margin-right: 0px;
        max-width: 420px;
    }

    .colarge-2 img {
        width: 100%;
    }

    .colarge-2-1 {
        left: auto;
        right: 0px;
    }

}

@media only screen and (max-width:767px) {
    .client-logo{
        padding: 10px !important;
    }
    section.client-section ul{
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: start !important;
        scrollbar-width: thin;
    }
    .colarge-2 {
        max-width: 100%;
        width: 50%;
    }

    .colarge-2 img {
        width: 100%;
    }

    .colarge-2-1 {
        width: 54%;
        top: 0px;
        max-width: 100%;
    }

}

.since-year-outer {
    position: relative
}

.since-year {
    position: absolute;
    right: 16px;
    top: -22px;
    z-index: 1;
}

.since-year span {
    color: #383535;
    font-size: 95px;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
    display: inline-block;
    line-height: 0px;
    position: relative;
    bottom: -16px;
    padding-right: 10px;
}

.since-year strong {
    color: #fff;
    font-size: 100px;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
    display: inline-block;
    background-color: #f05b64;
    line-height: 85px;
    padding: 20px 10px 20px 12px;
}

.site-list-style-one {
    list-style: none;
    margin-bottom: 30px;
}

.site-list-style-one li {
    font-family: 'Teko', sans-serif;
    color: #383535;
    font-size: 24px;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
}

.site-list-style-one li:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 17px;
    width: 20px;
    height: 2px;
    background-color: #ff5e15;
}

@media only screen and (max-width:991px) {

    .since-year-outer {
        text-align: right;
    }

    .since-year {
        position: inherit;
        top: -30px;
    }

}

@media only screen and (max-width:767px) {

    .since-year {
        position: inherit;
        top: -45px;
    }

}

@media only screen and (max-width:480px) {

    .since-year span {
        font-size: 36px;
    }

    .since-year strong {
        font-size: 52px;
        padding: 0px 10px 0px 12px;
    }

}


.welcome-section-top {
    padding: 80px 0;
}
.welcom-to-section p {
    font-size: 15px;
    font-weight: 100;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.other-service .service-grid {
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    background: #fff;
    height: 100%;
    /* display: flex; */
    justify-content: space-between;
}

.other-service .service-text h3 {
    font-size: 21px;
    margin-bottom: 12px;
    color: #000000;
    margin-top: 10px
}

.other-service .service-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    font-weight: 100;
    line-height: 25px;
    letter-spacing: 0.5px;
}

@media (max-width:900px) {
    .other-service .service-grid {
        grid-template-columns: 1fr;
        text-align: center
    }

    .other-service .service-text h3 {
        margin-top: 15px
    }
}

.other-service {
    padding: 50px 0;
    background: #EAEFFC;
}
.other-service .service-grid>img {
    border-radius: 10px;
}
section.other-service h2 {
    text-align: center;
    margin-bottom: 35px;
}
.other-service .row{
    gap: 20px 0;
}
.call-back{
    display: inline-block;
    width: max-content;
    margin: auto;
    margin-top: 50px;
    /* color: #000; */
    background: #f05b64;
}



/* Modern Tab Button Styling */
.client-section .nav-pills .nav-link {
    border-radius: 50px;
    padding: 7px 25px;
    margin: 5px;
    color: #333;
    /* background: #f7f7f7; */
    font-weight: 500;
    letter-spacing: 0.3px;
    /* box-shadow: 0 0 0 rgba(0,0,0,0); */
    transition: all 0.3s ease;
    /* border: 1px solid #e0e0e0; */
  }
  
  /* Hover Effect */
  .client-section .nav-pills .nav-link:hover {
    background: #f05b64; /* WhatsApp green tone */
    color: #fff;
    /* box-shadow: 0 4px 10px rgba(0, 168, 132, 0.3); */
    transform: translateY(-2px);
  }
  
  /* Active State */
  .client-section .nav-pills .nav-link.active {
    background: transparent;
    color: #f05b64;
    border: none;
    /* box-shadow: 0 4px 15px rgba(0, 168, 132, 0.4); */
    transform: translateY(-2px);
    border-bottom: 2px solid #f05b64;
  }
  

  
  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .client-section .nav-pills .nav-link {
      padding: 8px 18px;
      font-size: 14px;
    }
  }
  

  section.client-section {
    padding: 50px 0;
}

section.client-section h2 {
    text-align: center;
    margin-bottom: 30px;
}
section.client-section ul {
    /* text-align: center; */
    display: flex;
    justify-content: center;
}
.client-logo {
    /* border: 1px solid #e0e0e0; */
    /* border-radius: 10px; */
    /* overflow: hidden; */
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    /* padding: 30px 10px; */
    gap: 10px;
    justify-content: center;
}

.client-logo img {
    width: 11%;
}






.landmark-projects {
    color: #fff;
    background: url('../imagess/landmark-bg.jpg');
  }
  
  .landmark-projects .section-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px !important;
  }
  
  .landmark-projects .section-tags {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 500;
  }
  
  .project-slide {
    position: relative;
    margin-bottom: 41px;
  }
  
  .project-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    /* margin-bottom: 30px; */
  }
  
  .project-info {
    position: absolute;
    bottom: -39px;
    left: 40px;
    right: 40px;
    background: #f05b64;
    padding: 20px 25px;
    color: #fff;
  }
  
  .project-title {
    font-weight: 700;
    color: #fff;
    border-right: 1px solid #fff;
    margin-right: 20px;
    min-width: max-content;
    /* margin-bottom: 0; */
    padding-right: 20px;
  }
  
  .project-btn {
    background: #3c3c3c;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .landmark-projects .swiper-button-prev,
  .landmark-projects .swiper-button-next {
    background: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  }
  
  .landmark-projects .swiper-button-prev::after,
  .landmark-projects .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: none;
  }
  
  @media (max-width: 767px) {
    .project-info .text{
        flex-direction: column;
        justify-content: start !important;
        align-items: start !important;
        gap: 5px !important;
    }
    .project-info .text h5{
        padding-right: 0 !important;
        border: none !important;
        padding: 0 !important;
    }
    .project-slide img {
      height: 200px;
      border-radius: 0 !important;
    }
    .project-info {
      left: 15px;
      right: 15px;
      padding: 15px;
      position: static;
      border-radius: 0 0 10px 10px !important;
    }
  }
  .project-info p{
    color: #e7e7e7;
  }

  .landmarkSwiper{
      max-width: 1000px;
  }
  .project-info .text {
    display: flex;
    align-items: center;
}
.landmark-projects .swiper-button-prev{
    left: -15px;
}
.landmark-projects .swiper-button-next{
    right: -15px;
}
.swiper-container{
    position: relative;
    max-width: 1000px;
    margin: auto;
}



.facilities-section {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
  }

  .facilities-section h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .facilities-section p {
    max-width: 850px;
    margin: 0 auto 40px;
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
  }

  .facilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .facility-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .facility-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }

  .facility-image {
    height: 200px;
    background-size: cover;
    background-position: center;
  }

  .facility-content {
    padding: 25px;
    text-align: left;
  }

  .facility-title {
    background: #c00;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 15px;
  }

  .facility-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .facility-list li {
    font-size: 0.95rem;
    margin-bottom: 8px;
    position: relative;
    list-style: disc;
  }



  /* Responsive Tweaks */
  @media (max-width: 768px) {
    .facilities-section h2 {
      font-size: 1.8rem;
    }
    .facilities-section p {
      font-size: 0.95rem;
    }
  }
  .doctor-profile-inner {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid #e5e5e5
}

.doctor-profile-inner img {
    width: 100%;
    display: block;
    border-radius: 12px;
    height: 275px;
    object-fit: cover;
}
.profile-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #fff;
    padding: 11px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transform: translateY(75%);
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: .9;
    backdrop-filter: blur(1px);
    opacity: 0.8;
}

.profile-content h2 {
    font-size: 20px;
    margin: 0;
    line-height: 1.4
}

.profile-content h2 span {
    display: block;
    font-size: 13px;
    font-weight: 600
}

.profile-content .about-ul {
    opacity: 0;
    transition: opacity 0.3s ease;
    margin-top: 4px
}

.profile-content h6 {
    font-size: 13px;
    margin: 6px 0 0;
    font-weight: 600;
    color: #fff
}

.profile-content ul {
    margin: 0;
    padding: 0 0 0 16px;
    list-style: disc;
    font-size: 13px;
    line-height: 1.4;
    opacity: .9
}
.doctor-slider .swiper-wrapper{
    padding-bottom: 30px;
}

.profile-content h2 span {
    display: block;
    font-size: 13px;
    color: #f05b64;
    font-weight: 600;
}
.profile-content h2 {
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
}
.profile-content h2 {
    color: #000000;
    font-weight: 700;
}
.doctor-profile .title-sec {
    text-align: center;
    margin-bottom: 30px;
}   


.testimonial-section {
    background: #f8f9fb;
    padding: 30px 20px;
    text-align: center;
  }
  
  .section-title {
    /* font-size: 2rem; */
    font-weight: 700;
    margin-bottom: 50px;
    color: #222;
  }
  
  .testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    min-height: 200px;
  }
  
  
  .testimonial-logo img {
    width: 100px;
    height: 70px;
    object-fit: contain;
    /* margin: 0 auto 20px; */
    /* border-radius: 50%; */
    margin-bottom: 10px;
  }
  
  .testimonial-content {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    font-style: italic;
  }
  
  .client-name {
    font-weight: 600;
    color: #111;
    margin-bottom: 5px;
    font-size: 17px;
    margin-top: 25px;
  }
  
  .client-company {
    font-size: 0.9rem;
    color: #777;
  }
  
  .swiper-pagination-bullet {
    background: #aeaeae;
    opacity: 0.6;
  }
  
  .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .testimonialSwiper .swiper-wrapper{
    padding-bottom: 40px;
  }
  .mySwiper{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mySwiper .swiper-slide-thumb-active{
    opacity: 1 !important  ;
    border: 3px solid #f05b64;
  }
  .mySwiper .swiper-slide{
    opacity: 0.5;
  }
  .popup-content{
    padding: 10px   ;
  }
  .popup-content .accordion-body  ul li{
     list-style: disc;
     margin: 10px 0;
     margin-left: 10px;
  }
  .popup-content .accordion-body ol li{
    margin: 10px 0;
  }
  .popup-content .accordion-body img{
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    /* width: 100%; */
    margin-bottom: 20px;
  }
  .kicc-section {
  
  
    padding: 20px 00px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  .kicc-section h3 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .kicc-section ul {
    list-style: none;
    padding: 0;
    
  }

  .kicc-section ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #333;
  }

  .kicc-section ul li i{
    color: #fff;
    font-size: 10px;
    margin-right: 10px;
    line-height: 20px;
    background-color: #b30808;
    min-width: 20px;
    min-height: 20px;
    text-align: center;
  }

  @media (max-width: 768px) {
    .kicc-section {
      /* margin: 20px; */
      /* padding: 15px; */
    }}

    .popup-content h2 {
        margin-top: 30px;
    }
    
    .popup-content .sevenway h2.accordion-header{
        margin-top: 0;
    }
    .popup-content2 .mySwiper2 img{
        height: 500px;
        object-fit: cover;
        width: 100%;
    }
    .popup-content2  .mySwiper img{
        height: 150px;
        object-fit: cover;
        width:100% ;
    }
    /* ===== Industries Section Styles (Swiper) ===== */
.industries-section {
    background: #f9f9f9;
    padding: 80px 20px;
    text-align: center;
  }
  
  .industries-section .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .section-title {
    /* font-size: 2.2rem; */
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
    /* text-transform: uppercase; */
  }
  
  .section-subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #555;
  }
  
  .industry-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #efefef;
  }
  
  .industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  }
  
  .industry-card .icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 10px;
  }
  
  .industry-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #f05b64;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  
  .industry-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
  }
  
  .section-footer {
    font-size: 1rem;
    color: #444;
    margin-top: 40px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
  }
  
  /* Swiper Custom Styles */
  .industriesSwiper {
    padding-bottom: 50px;
  }
  

  
  .industry-card img{
    width: 130px;
  }
  .client-logo img {
    border: 1px solid #eeeeee;
    border-radius: 7px;
    width: 13%;
}

.how-it-work {
    padding: 20px 0px;
  }
  .elementor-widget-container {
    padding: 25px 15px;
    text-align: center;
    background: linear-gradient(180deg, #fff, #eaeaea);
    border-radius: 10px;
    border: 1px solid #f1f1f1;
  }
  
  .ha-steps-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
    padding: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 46px;
    height: 150px;
    width: 150px;
    background: linear-gradient(90deg, #dc3545 15%, #f05b64 84%);
  }
  
  .ha-step-arrow {
    width: 60px;
    border-color: rgb(155, 155, 155);
  }
  
  .ha-steps-icon img {
    width: 70px;
  }
  
  .ha-steps-icon .ha-steps-label {
    position: absolute;
    top: 5px;
    right: 0px;
    overflow: hidden;
    padding: 8px 10px;
    max-width: 200%;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 20px;
    color: rgb(255, 255, 255);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
  }
  
  .ha-steps-title {
    margin-bottom: 10px;
    color: rgb(0 0 0);
    font-size: 17px;
    letter-spacing: 0.6px;
    font-weight: 900;
  }
  
  .ha-step-description {
    color: rgb(46, 46, 46);
    font-size: 14px;
  }
  
  .ha-steps-label {
    color: rgb(49, 62, 100);
    background: linear-gradient(90deg, #dc3545 15%, #f05b64 84%);
  }
  
  .why-choose-sec {
    background: #f9fafc;
    padding: 70px 0;
  }
  
  .section-title {
    /* font-size: 32px; */
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #222;
  }
  
  .section-title span {
    /* color: #005bab; */
  }
  
  .section-subtitle {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
  }
  
  .why-choose-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  
  .why-box {
    background: #fff;
    flex: 1 1 calc(33.333% - 30px);
    max-width: calc(33.333% - 30px);
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .why-box img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-bottom: 15px;
  }
  
  .why-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
  }
  
  .why-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    min-height: 70px;
  }
  

  
  /* Responsive */
  @media (max-width: 991px) {
    .why-box {
      flex: 1 1 calc(45% - 30px);
      max-width: calc(45% - 30px);
    }
  }
  
  @media (max-width: 600px) {
    .why-box {
      flex: 1 1 100%;
      max-width: 100%;
    }
  }
  .why-box h2 {
    font-size: 70px;
    -webkit-text-stroke: 3px #dc3545;
    color: transparent;
    font-family: 'Poppins';
}