@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;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
}

h2 {
    font-size: 1.8em;
    font-weight: 700;
}

.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: 12px;
    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: 0 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: #ffffff;
    display: inline;
    font-family: Poppins,sans-serif;
    padding: 8px 17px;
    border-radius: 0;
    display: flex;
    align-items: center;
    background: #256DB2;
    min-width: max-content;
}

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

.popup-image img {
    width: 200px
}

.logo img {
}

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;

    display: flex;
}

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

.menu ul.topmenu li a {
    padding: .3rem 1rem;
    display: block;
    font-size: 0.8rem;
    border: 1px solid #e7e7e740;
    background: transparent;
    margin: 4px 2px;
    /* border-radius: 5px; */
    /* font-size: 14px; */
    font-weight: 500;
}

.menu ul.topmenu li a.is-current,.menu ul.topmenu li.active a {
    background: #31bb9b;
    color: #ffffff;
    /* border-bottom: 1px solid #000; */
}

.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
}

.localknow {
    padding: 30px 0;
    background-color: #fef8f3
}

.localknow h3 {
    color: #003c52;
    font-size: 35px;
    font-weight: 700
}

.localknow p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px
}

.localknow a {
    background-color: #d81c3f;
    color: #fff;
    display: block;
    width: 198px;
    text-align: center;
    font-size: 20px;
    padding: 12px 26px;
    max-width: 198px;
    border-radius: 10px;
    margin-top: 30px
}

.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: #474747;
}

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: #ffffff;
}

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 label span {
    /* color: red; */
}

.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
}

.client_reviews,.services {
    padding: 40px 0
}

.services h2,.services h2 span {
    text-transform: uppercase
}

.servicebox .serviceslist {
    flex: 0 0 23.6%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 24px 0 rgb(0 0 0 / 12%);
    border: 1px solid #cbcbcb6e;
    border-bottom: 0;
    margin-bottom: 30px
}

.serviceslist>img {
    width: 85%;
}

.carelist ul {
    white-space: nowrap;
    word-wrap: break-word;
    width: 100%
}

.carelist ul li {
    font-size: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 7px;
    background: #fff
}

.serviceslist h4 {
    font-size: 18px;
    margin-top: 15px;
    text-align: left;
    font-weight: 600
}

.pbtn .packbtn a,.serviceslist a {
    color: #fff;
    display: block;
    font-size: 14px
}

.serviceslist a {
    font-weight: 500;
    padding: 7px 10px;
    background: #0A2F54;
    border-radius: 4px;
    margin: 15px 45px;
    border: 1px solid #ed6c11;
    color: #000000;
}

.supportlist ul {
    white-space: nowrap;
    word-break: break-all
}

.supportlist ul li {
    display: inline-block;
    padding-right: 10px
}

.supportlist ul li img {
    width: 40px;
    padding-bottom: 5px
}

.supportlist ul li p {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 500
}

.supportlist.v2 {
    margin-top: 17px
}

.supportlist.v2 li img {
    width: 30px;
    height: 30px;
    object-fit: contain
}

.pbtn {
    width: 100%
}

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

.packagebtn a img {
    width: 17px
}

.packagebtn a span {
    color: #ffffff;
    font-size: 13px;
}

.pbtn .packbtn a {
    background: #256DB2;
    border-radius: 5px;
    box-shadow: 1px 0 7px 0;
    padding: 6px 15px;
    border-radius: 100px;
}

.whychooseus {
    background: #f7f7f7;
    padding: 30px 0
}

.chooselist .chooseicon {
    display: inline-block;
    height: 120px;
    width: 120px;
    line-height: 70px;
    background: #fff;
    border-radius: 50%;
    border: 6px solid #edf3f6;
    position: relative;
    bottom: -40px;
    left: 50%;
    margin-left: -60px
}

.chooselist .chooseicon img {
    width: 60px;
    margin-top: 22px
}

.chooselist .choosectn {
    padding: 56px 15px 22px;
    background: #fff;
    border: none;
    border-radius: 10px
}

.chooselist .choosectn h4 {
    font-size: 18px;
    color: #002673;
    font-weight: 600
}

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

.trustus {
    padding: 58px 0;
    background: linear-gradient(45deg,#fff,#1c608524)
}

.trustus h2 {
    color: #002673;
    font-size: 29px;
    margin-bottom: 40px
}

.careprovider ul li p,.trustbox p {
    margin-bottom: 0
}

.trustus h2 span {
    color: #000;
    font-weight: 600
}

.trustbox {
    border: 1px solid #ddd;
    background: #fdfdfd;
    display: flex;
    flex-direction: column;
    padding: 15px;
    filter: drop-shadow(4px 3px 0 #002673)
}

.trustbox p {
    font-size: 13px;
    height: 70px
}

.careprovider h2,.channelpartner h2 {
    margin-bottom: 30px
}

.careprovider h2,.close-btn {
    font-size: 26px;
    text-align: center
}

.careprovider {
    padding: 30px 0;
    background: #fdfdfd
}

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

.careprovider ul li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-left: 1px solid #000;
    padding: 0 40px
}

.careprovider ul li:first-child {
    border-left: 0
}

.careprovider ul li span {
    font-size: 35px;
    font-weight: 700
}

.channelpartner {
    padding: 40px 0;
    background: #fff
}

.channelpartner h2 {
    text-align: center;
    color: #000
}

.certificate h2,.channellist,.client_reviews h2 {
    margin-bottom: 40px
}

.channellist img {
    padding: 3px;
    height: 112px;
    width: 100%;
    object-fit: contain;
    border-radius: 10px
}

.channellist .swiper-button-next,.channellist .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: #1c6085;
    border-radius: 100%
}

.channellist .swiper-button-next:after,.channellist .swiper-button-prev::after,.reviewlist .swiper-button-next:after,.reviewlist .swiper-button-prev:after {
    font-size: 12px
}

.certificate {
    padding: 40px 0;
    text-align: center
}

.certificate h2 {
    font-size: 30px
}

.certificate .cerlist {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.certificate a {
    display: block;
    background: #002673;
    color: #fff;
    padding: 10px;
    border-radius: 5px
}

.client_reviews .reviewlist img {
    height: 300px;
    object-fit: contain;
    width: 100%;
    border: 1px solid #ddd
}

.reviewlist .swiper-button-next,.reviewlist .swiper-button-prev {
    background: #038760;
    width: 35px;
    height: 35px;
    border-radius: 100%
}

.mainbg {
    background: url(../images/banner.webp) #000000bd;
    /* min-height: 600px; */
    padding: 4rem 0;
    position: relative;
    background-blend-mode: multiply;
    /* margin-bottom: 100px; */
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 104px; */
    margin: 10px;
    border-radius: 10px;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}

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

.sliderform h3 {
    font-size: 21px;
    margin-bottom: 1rem;
    text-align: center;
    color: #256db2;
    font-weight: 600;
}

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

.sliderform label {
    display: block;
    font-size: .9rem;
    text-transform: uppercase;
    color: #161616;
    margin-bottom: 5px;
    /* display: flex; */
    background: #fbfbfb;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 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: #33bb9c;
    border: 1px solid #33bb9c;
    color: #fffcfc;
    text-transform: uppercase;
    width: 79%;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0px !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: #f0f0f0;
    font-family: 'Poppins';
    font-weight: 500;
    text-align: center;
    font-size: 24px;
    /* font-weight: 500; */
}

.review_list {
    margin-top: 2rem
}

.review_list span {
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff
}

.review_list i {
    color: #ffcc13;
    font-size: 1.7rem
}

.trusrcard {
    background-color: rgb(4 4 4 / .5);
    padding: 20px 30px;
    position: absolute;
    left: 0;
    bottom: 14%;
    border-radius: 0 80px 80px 0;
    width: 100%;
    max-width: calc(100% - 40%)
}

.trusrcard ul {
    padding: 0;
    margin: 0
}

.trusrcard ul li {
    display: inline-block;
    text-align: center;
    width: 24.33%
}

.join-div,.tutor-info {
    display: flex
}

.trusrcard ul li img {
    height: 40px;
    object-fit: contain;
    width: 50px
}

.trusrcard h5 {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    margin-top: 10px
}

.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
}

#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: #256DB2;
    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: #0082EF;
    margin-bottom: 30px
}

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

.itinerary {
    margin-top: 74px
}

.itineraryslide img {
    width: 100%;
    object-fit: cover;
    height: 400px
}

.itineraryslide .swiper-button-next,.itineraryslide .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 4px 2px 4px rgb(0 0 0 / .2)
}

.itineraryslide .swiper-button-next:after,.itineraryslide .swiper-button-prev:after {
    color: #000;
    font-size: 14px
}

.itinerarylist {
    background: #fff;
    margin: 30px 10px 15px;
    padding: 15px;
    box-shadow: -1px 1px 5px rgb(0 0 0 / .2)
}

.itinerarylist h3 {
    font-size: 23px
}

.itinerarylist .depature {
    color: maroon;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.includeexclude ul,.legaldocument,.packagelist .swiper-wrapper,section.ips-sec h2 {
    margin-bottom: 20px
}

.itinerarylist .depaturedate {
    padding-bottom: 15px;
    font-size: 14px
}

.itinerarylist .hightlight {
    padding-top: 10px
}

.hightlight ul li {
    font-size: 14px;
    padding-top: 5px;
    font-weight: 400
}

.hightlight ul li img {
    width: 20px
}

.highlight-inner .package-ul li,.intl-tel-input,.iti,.legaldocument img,.singleimagebox img {
    width: 100%
}

.overviewbox h2 {
    font-size: 21px;
    padding-bottom: 10px
}

.overviewbox p {
    font-size: 14px
}

.includeexclude h5 {
    background: #ddd;
    padding: 10px;
    font-size: 15px
}

.packagemenu {
    position: fixed;
    top: -1px;
    left: 0;
    z-index: 999999;
    background: #fff;
    width: 100%
}

.packagemenu ul {
    display: inline-block;
    padding: 10px;
    white-space: nowrap;
    width: 100%;
    scrollbar-width: none
}

.packagemenu li a {
    font-size: 14px;
    padding: 7px 10px;
    border: 1px solid #6c6c6c;
    border-radius: 10px;
    display: flex;
    gap: 5px;
    color: #6c6c6c
}

.packagemenu li a.is-current {
    background: #fff7e7;
    border-color: #ffebc4
}

.modelform .packageenquiry {
    position: static;
    width: 100%;
    max-width: 100%;
    top: 0;
    margin-top: 0
}

.legaldocument h4 {
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 20px 15px;
    background: #fff
}

.tutor-info {
    margin-bottom: 16px
}

.tutor-name {
    font-size: 18px;
    font-weight: 600
}

.tutor-addr {
    font-size: 15px;
    color: #6f6f6f
}

.tutor-info img {
    width: 65px;
    border-radius: 100px;
    height: 65px
}

.carelist-readmore {
    background: #eaeaea63;
    padding: 5px;
    border-radius: 6px
}

.short-pack-outer,.team-sec,section.Confused-outer,section.gallery-sec,section.service-sec,section.why-enroll {
    padding: 50px 0
}

.service-inner {
    border: 1px solid #00000014;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 4px 4px 24px 0 rgb(0 0 0 / 12%);
    margin-bottom: 30px
}

.service-inner img {
    border-radius: 10px;
    height: 350px;
    object-fit: cover;
    width: 100%
}

.service-inner h3 {
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 7px
}

.phone-flag::placeholder {
    color: #cbcbcb
}

.phone-flag {
    padding-bottom: 9px!important
}

.service-inner a {
    background: #389674;
    color: #fff;
    padding: 3px 10px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 5px
}

.packagetour h2,.productbox h3 {
    font-weight: 600;
    margin-top: 10px
}

section.gallery-sec img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border: 1px solid #dedede;
    padding: 5px
}

section.ips-sec {
    background: #fff;
    padding: 50px 0
}

.ips-inner {
    padding: 10px;
    width: 100%;
    border: 1px solid #00000017
}

section.ips-sec h2 {
    text-align: center;
    font-weight: 500
}

.packagetour {
    padding: 30px 0;
    background: #e7f4ff
}

.whitetourbox {
    background: #f9f9f9
}

.packagetour h2 {
    color: #222;
    border-bottom: 1px dashed #828282;
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 13px;
    display: inline-block;
    font-family: platomedium
}

.packagetour h2 span {
    color: #d71c22
}

.productbox {
    position: relative;
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgb(0 0 0 / .1);
    margin: 15px 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #cdcdcd;
    box-shadow: rgb(0 0 0 / .24) 0 3px 8px
}

.packages-inner img,.productbox>img {
    border-radius: 10px;
    height: 245px;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    border: 1px solid #0000001a;
    border-radius: 10px
}

.productbox h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    font-weight: 800;
    text-align: center;
    background: #fff;
    z-index: 1;
    position: relative;
    background: #fff;
    background: radial-gradient(circle,rgb(255 255 255) 88%,#fff0 100%);
    background: #fff;
    padding: 6px 0
}

.pctn p,.productbottom .pbtm-1 p,.productbox p {
    font-weight: 400;
    font-size: 11px
}

.pctn p {
    margin-bottom: 0;
    color: #525252;
    line-height: 15px;
    padding-bottom: 4px
}

.pctn p img {
    width: 16px
}

.productbox p {
    margin-bottom: 0;
    display: flex;
    gap: 5px;
    font-family: Poppins,sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center
}

.productbox .holiday {
    padding-bottom: 7px;
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    margin-bottom: 10px
}

.productbox .holiday li {
    border: 1px solid #ccc;
    padding: 2px 9px;
    font-size: 12px;
    color: #000;
    text-align: left;
    border-radius: 11px;
    display: inline-flex;
    gap: 5px;
    align-items: center
}

.productbox .holiday li img {
    width: 22px
}

.productbox .holiday li span {
    font-size: 11px
}

.productbox .holiday li p {
    margin-bottom: 0;
    font-weight: 500
}

.productbottom {
    background: #ebf1ff;
    padding: 9px;
    margin: 0 -9px;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.productbottom .pbtm-1 {
    flex: 0 0 55%
}

.productbottom .pbtm-1 p {
    color: #525252;
    padding-bottom: 0;
    margin-bottom: 0
}

.productbottom .pbtm-1 .kp-old {
    color: #ff5722;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px
}

.productbottom .pbtm-1 .kp-new {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 14px;
    border-left: 1px solid #ccc;
    padding-left: 5px
}

.productbottom .pbtm-2 {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.productbottom .pbtm-2 a {
    background: #fff;
    border-radius: 4px;
    padding: 7px;
    border: 1px solid #17254e;
    display: block;
    margin-bottom: 5px;
    color: #17254e;
    font-weight: 700;
    font-size: 12px;
    text-align: center
}

.brocher-btn a,.packagerequest a,.short-package .packagerequest a {
    background: #0082EF
}

.pbadges span:after,.pbadges span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 0;
    border-left: 8px solid #ff5722;
    z-index: 0;
    left: 0
}

.productbottom .pbtm-2 a.bgorange {
    border: 1px solid #ff5722;
    background: #ff5722;
    color: #fff;
    font-weight: 600;
    box-shadow: 1px 0 7px 0
}

.pbadges {
    position: absolute;
    z-index: 5;
    left: -7px;
    top: 15px;
    background-image: #8a2be2;
    background-image: linear-gradient(to right,#2196f3,#ff5722);
    width: 120px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / .1);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / .1);
    display: none
}

.pbadges:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-bottom: 0;
    border-top: 7px solid #607d8b;
    border-right: 0 solid #fff0;
    border-left: 8px solid #fff0;
    z-index: 0
}

.pbadges img {
    width: 13px
}

.pbadges span {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 1px
}

.packagebtn a,.packagerequest a {
    height: 32px;
    line-height: 31px;
    text-align: center
}

.pbadges span:before {
    top: 0;
    border-bottom: 20px solid #fff0;
    border-top: 0 solid #fff0
}

.pbadges span:after {
    bottom: 0;
    border-bottom: 0 solid #fff0;
    border-top: 20px solid #fff0
}

.packagelist .swiper-button-next,.packagelist .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 3px 4px 5px rgb(0 0 0 / .2);
    top: 40%
}

.packagelist .swiper-button-next:after,.packagelist .swiper-button-prev:after {
    color: #000;
    font-size: 18px
}

.tbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px
}

.packagebtn {
    display: inline-block
}

.packagebtn a {
    background: #474748;
    border-radius: 100px;
    padding: 8px 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
    /* border: 1px solid #555e69; */
}

.packagebtn a svg {
    color: #EE2C95
}

.packagerequest {
    display: inline-block;
    padding: 0 10px;
    width: calc(100% - 100px)
}

.packagerequest a {
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600
}

.inclusion_block {
    border: 1px solid #0000003d;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 5px 2px 5px;
    position: relative;
    margin-top: 16px;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
}

.package_list-inclusions {
    display: flex;
    overflow-x: auto;
    justify-content: space-around;
    align-items: center;
    overflow-y: hidden
}

.package_list-inclusions>li:first-child {
    margin-left: 0
}

.package_list-inclusions>li {
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    margin: 0 6px;
    min-width: auto;
    font-size: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
    line-height: 11px
}

.incl_align {
    background: #fff;
    left: 15px;
    padding: 0 10px;
    position: absolute;
    top: -10px;
    color: #000000 !important;
    font-weight: 500!important;
    text-transform: capitalize;
    font-size: 10px!important;
    margin-top: 0!important
}

.reviewlist {
    background: #ffffff94;
    padding: 30px 0
}

.reviewlist h2 {
    text-align: center;
    margin-bottom: 1rem;
    color: #256DB2;
}

.reviewpoint {
    background: #F4F5F9;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-top: 15px;
    /* clip-path: polygon(100% 0,100% 84%,84% 100%,0 100%,0 0); */
    /* padding-top: 50px; */
    min-height: 400px;
    border: 1px dashed #00000014;
    box-shadow: 0 4px 10px rgba(0,0,0,.05);
}

.reviewpic {
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
    /* text-align: center; */
}

.reviewpic img {
    width: 40px;
    height: 40px;
    margin-right: 2%
}

.reviewpic .name {
    color: #256DB2;
    font-weight: 600;
    font-size: 17px;
    text-align: right;
}

.name {
}

.reviewpic .name small {
    display: block;
    font-family: Poppins;
    font-size: 11px;
    color: #0082EF
}

.reviewpoint i.fa-star {
    color: #fb8e28;
    font-size: 1.2rem
}

.reviewpoint .reviewctn {
    font-size: 15px;
    margin-top: .6rem;
    color: #000;
    overflow-y: auto;
    padding-right: 10px;
    /* text-align: center; */
    max-height: 200px;
    scrollbar-width: thin;
}

.reviewpoint1 .swiper-wrapper {
    margin-bottom: 3rem
}

.itenarylist .highlight {
    border: 1px solid #00000017;
    margin: 10px 0;
    padding: 10px;
    background: #fafafa;
    border-radius: 10px
}

.itenarylist .highlight h6 {
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

ul.package-ul {
    justify-content: space-between
}

ul.package-ul li {
    margin: 6px 0;
    font-size: 15px;
    color: #000
}

.package-sec h2,section.team-sec h2 {
    margin-bottom: 30px;
    text-align: center;
    color: #080808;
    font-size: 2rem
}

.package-sec {
    padding: 50px 0;
    background: #f6f7fa;
}

.short-package {
    border: 1px dashed #dcdcdc;
    padding: 10px;
    border-radius: 10px;
    min-height: 330px
}

.short-package img {
    border-radius: 10px
}

.short-package h3 {
    font-size: 17px;
    margin-top: 10px;
    font-weight: 700
}

.short-package h6 img {
    border-radius: 0;
    filter: invert(1);
    width: 16px;
    opacity: .7;
    margin-right: 6px
}

.short-package h6 {
    color: #656565;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 0
}

.short-package .packagerequest {
    width: 100%;
    justify-content: center;
    display: flex
}

.short-package .packagerequest a {
    color: #fff;
    display: block;
    height: 43px;
    line-height: 43px;
    width: 200px;
    text-align: center;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px
}

.incusionlist {
    overflow-x: scroll;
    padding-bottom: 0;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    display: none
}

.incusionlist ul {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 5px
}

.incusionlist ul li {
    font-size: 11px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 3px 8px;
    color: #868686;
    border-radius: 4px
}

.brocher-btn a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 0;
    border: #0082EF;
    font-family: Poppins,sans-serif
}

.brocher-btn a:hover {
    background: #0082EF;
    color: #fff
}

.brocher-download-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px
}

.brocher-download-div h2 {
    font-size: 17px!important;
    margin-bottom: 0!important;
    margin-right: 13px;
    color: #000!important
}

.confused-main,.img-brochure {
    display: flex;
    align-items: center
}

.img-brochure img {
    width: 49px;
    margin-right: 11px;
    background: #f2f2f2;
    padding: 4px;
    border-radius: 5px;
    border: 1px solid #cbcbcb
}

.Confused-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #f1f1f1;
    padding: 10px;
    background: #faf7f5
}

.confused-main h3 {
    font-size: 18px
}

.confused-main ul li {
    margin: 4px 0;
    font-size: 13px;
    color: #3b3b3b
}

.confused-main img {
    width: 94px;
    border: 1px solid #0000001f;
    padding: 10px;
    height: 94px;
    object-fit: cover;
    margin-right: 12px;
    background: #fff
}

.confused-main ul li i {
    color: #0082EF;
    margin-right: 6px;
    font-size: 10px
}

section.cta-sec {
    background: #EE2C95;
    padding: 50px 0
}

#enquiryForm button.submit-btn,.enroll-heading a {
    background: #EE2C95;
    color: #fff
}

.cta-sec-inner {
    text-align: center;
    color: #fff
}

.cta-sec-inner a {
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 11px;
    display: inline-block;
    font-weight: 500;
    color: #fff
}

.cta-sec-inner h2 {
    font-size: 35px
}

.sliderform p {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #5c5c5c;
    line-height: 16px
}

.brocher-btn img {
    width: 150px;
    margin-left: 15px
}

.sliderform h3 span {
    display: block;
    color: #256db2;
    font-weight: 600;
    text-transform: capitalize
}

#overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / .5);
    display: none;
    z-index: 9998
}

#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
}

.enroll-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.enroll-outer h3 {
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: Poppins,sans-serif
}

.enroll-heading a {
    padding: 10px 15px;
    border-radius: 5px
}

.enroll-outer {
    border: 1px solid #c5c5c521;
    display: flex;
    margin: 5px 0;
    border-radius: 5px;
    padding: 10px;
    align-items: center;
    background: #00000005
}

.enroll-outer img {
    width: 60px;
    margin-right: 11px;
    border: 1px solid #e4e4e4;
    padding: 9px;
    border-radius: 4px;
    background: #fff
}

.why-touch-content {
    background: #fff;
    border: 1px solid #00000036;
    margin: 10px;
    padding: 10px;
    border-radius: 10px
}

.why-touch-content ul li {
    font-size: 15px;
    margin: 7px 0;
    display: flex;
    align-items: flex-start
}

.why-touch-content li i {
    margin-right: 7px;
    color: #ec2b99;
    margin-top: 6px
}

.banner-content {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    /* transform: translate(-50%,-50%); */
    /* z-index: 1; */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* background: #0000007d; */
    /* background: #00000094; */
    border-radius: 10px;
}

.main-slider img {
    height: 650px;
    width: 100%;
    object-fit: cover
}

p,span,li {
    color: #333
}

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

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

.package_list-inclusions>li p {
    margin-top: 0
}

.why-inner {
    border: 1px solid #ee2c958f;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 0;
    background: #202328;
    padding: 5px
}

.why-inner img {
    width: 70px;
    height: 70px;
    margin-bottom: 13px;
    object-fit: cover;
    filter: invert(1);
    opacity: .8
}

section.why-us-sec {
    padding: 50px 0;
    background: #212328;
    border-bottom: 1px solid #252323
}

.why-inner h4 {
    font-size: 13px;
    color: #bbb;
    font-family: 'Poppins'
}

.swiper-pagination-bullet {
    background-color: #b7b7b7;
    opacity: 1;
    border: .1px solid #fff;
    width: 20px;
    border-radius: 0;
    height: 5px;
}

.min-course {
    border: 1px solid #000;
    background: #ddd;
    border-radius: 5px;
    padding: 3px;
    padding-bottom: 0;
    display: block
}

.min-course img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 11px;
    background: #fff
}

.min-course h4 {
    margin-top: 5px;
    color: #000;
    font-size: 10px;
    text-align: center;
    margin-bottom: 5px;
    font-family: 'Poppins'
}

.swiper.swiper-upper-banner {
    margin-top: 40px
}

.custom-swiper-btn .swiper-button-prev {
    bottom: 15px
}

.custom-swiper-btn {
    position: absolute;
    bottom: 4px;
    z-index: 11;
    display: flex;
    justify-content: center;
    width: 100%
}

.custom-swiper-btn>div {
    position: static;
    margin: 2px;
    border: 1px solid #ffffff91
}

.swiper-upper-banner .swiper-wrapper {
    padding-bottom: 45px
}

.fixed-header.has-sticky {
    position: fixed;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: 0.35s ease-out 0s 1 normal none running slideDown;
}

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

section.degree-sec {
    background: #000;
    padding: 50px 0
}

.degree-sec-inner {
    border: 1px solid #ee2c95;
    border-radius: 10px;
    overflow: hidden
}

.degree-content h2 {
    color: #fff;
    text-align: left!important;
    margin-bottom: 10px!important
}

.degree-content h2 span {
    color: #ee2c95
}

.degree-content .inclusion_block {
    border-color: #ffffff2b;
    margin-top: 29px
}

.degree-content .package_list-inclusions>li span {
    color: #fff
}

.degree-content .package_list-inclusions>li p img {
    filter: invert(1);
    width: 35px;
    margin-top: 10px
}

.degree-content .incl_align {
    background: #000;
    color: #ee2c95!important
}

.degree-content {
    padding: 20px 20px 20px 0
}

.degree-content ul.points li {
    color: #fff;
    list-style: disc;
    font-size: 13px;
    margin: 6px 0;
    width: 50%
}

.degree-content ul.points {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px
}

section.Confused-outer {
    background: #fff
}

.banner-bottom-inner {
    position: relative;
    text-align: center
}

.inner-bottom-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #000000a8;
    padding: 10px
}

.banner-bottom-inner img {
    width: 100%;
    height: 220px;
    object-fit: cover
}

.inner-bottom-content h4 {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px
}

.inner-bottom-content p {
    color: #cfcfcf;
    font-family: 'Poppins';
    font-size: 14px
}

.inner-bottom-content a {
    background: #ee2c95;
    color: #fff;
    padding: 5px 15px;
    border-radius: 100px
}

.banner-bottom-inner:hover .inner-bottom-content {
    background: #79144b91;
    transition: all 0.5s
}

.active-color {
    background: #79144b91
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    background: #256DB2;
    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;
    justify-content: center;
}

.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: #F4F5F9
}

::-webkit-scrollbar-thumb {
    background: #256DB2!important;
    border-radius: 10px!important;
    border: 2px solid #256DB2
}

::-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: #ffa11d;
    border-color: #ffa11d
}

.accordion-item {
    /* background: #000; */
    /* color: #fff; */
    font-size: 15px;
    font-weight: 400;
}

.accordion-button:not(.collapsed) {
    background: #eaeaea;
    color: #000000;
}

.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: #ffffff;
}

.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: #ffffff;
    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%
}

.review-outer {
    /* padding-top: 40px; */
}

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

.rating {
    /* text-align: center; */
    margin-top: 10px
}

.pbtn {
    display: flex;
    gap: 5px;
    align-items: center;
    /* background: #0A2F54; */
    justify-content: space-between;
    padding: 10px 0px;
    /* width: calc(100% - -20px); */
    /* margin-left: -10px; */
    /* margin-bottom: -20px; */
    border-radius: 0 0 10px 10px
}

.banner-content h1 {
    font-size: 44px;
    font-weight: 700;
    text-transform: CAPITALIZE;
    text-align: center;
}

.banner-content h1 span {
    display: inline-block;
    color: #ffffff;
    /* font-size: 72px; */
    /* -webkit-text-stroke: 1px #ffffff; */
    /* font-weight: 700; */
    /* text-transform: uppercase; */
    /* font-family: 'Poppins'; */
}

.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: 0px 0;
    width: 100%;
    /* margin-bottom: 50px; */
    border-radius: 9px;
}

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

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

#counter .item h3 {
    color: #ffffff;
    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-bottom: 50px; */
    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 rgba(0, 0, 0, 0.2));
}

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

.service_experience {
    padding: 20px 0px;
    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-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2); */
    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 {
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fit, minmax(22%, 1fr)); */
    /* gap: 15px; */
    /* max-width: 1200px; */
    margin: 0 auto;
}

.issue-column {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    /* padding: 9px; */
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ed6c11;
    overflow: hidden;
}

.issue-column h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
    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: white;
    padding: 4px 10px;
    /* border-radius: 4px; */
    text-decoration: none;
    margin-left: 10px;
    white-space: nowrap;
}

.issue-inner li:last-child {
    /* border-bottom: none; */
}

.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: #256DB2;
    padding: 10px 20px;
    color: #fff;
    /* border-radius: 100px; */
    font-size: 18px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.banner-btn {
    margin-top: 10px;
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.custom-slider-container {
    overflow-x: auto;
    display: flex;
    gap: 4px;
    padding: 4px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* width: 100%; */
    scrollbar-width: thin;
    /* Hide scrollbar */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}




.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: 0px;
    color: #ffffff;
    /* text-align: center; */
}

.form-service {
    /* border: 1px solid #bdbdbd5c; */
    /* padding: 5px; */
    border-radius: 5px;
    /* background: #fafafa; */
    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: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.process__count:before {
    position: absolute;
    top: 0px;
    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: #000000;
    -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: 0px;
}

.process__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    /* margin-bottom: 0; */
}

.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-bottom: 10px !important; */
    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-size: 32px; */
    font-weight: 700;
    color: #222;
}

.section-header p {
    /* font-size: 18px; */
    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 rgba(0, 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 rgba(0, 123, 255, 0.3);
    transition: background-color 0.3s ease;
}

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

.emergency-banner {
    background-color: #f09e5c !important;
    /* Bootstrap danger red */
    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: 0.5rem;
    color: #fff;
}

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

.emergency-banner .btn {
    font-weight: 600;
    padding: 0.5rem 1.2rem;
    border-radius: 5px;
    background-color: #ffffff;
    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;
    /* padding: 10px; */
    font-size: 13px;
    cursor: pointer;
    z-index: 10;
    border-radius: 3px;
    height: 20px;
    width: 20px;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
}

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%;
}

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

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

.bg-none {
    background: transparent;
    color: #256DB2;
}

header ul li a svg {
    width: 27px;
    fill: #33bb9b;
}

.bg-none span {
    font-weight: 500;
    color: #33bb9b;
}

/* Hero Banner Layout */
.hero-banner {
    display: flex;
    /* min-height: 100vh; */
    width: 100%;
    margin-top: 90px;
}

/* Left Side - Content */
.hero-content {
    flex: 1;
    background: #0a2b57;
    /* dark blue background */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    text-align: center;
}

.hero-content h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

.hero-content p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #e4e7eb;
    font-weight: 300;
}

/* Buttons */
.hero-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn {
    padding: 12px 28px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0;
    text-decoration: none;
    transition: 0.3s ease;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

/* Primary Button */
.btn-primary {
    background: #256DB2;
    color: #fff;
    border: none;
}

.btn-primary:hover {
    background: #d48806;
}

/* Secondary Button */
.btn-secondary {
    background: #474747;
    color: #fff;
    border: 1px solid #474747;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Right Side - Image */
.hero-image {
    flex: 1;
    position: relative;
}

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

p {
}

.hero-cta a {
    display: flex;
}

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

/* Section Wrapper */
.treatment-section {
    padding: 60px 0%;
    background: #f9fafc;
}

/* Card */
.treatment-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,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 */
.offer-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff3b30;
    color: #fff;
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: bold;
}

/* Button */
.btn-consult {
    display: inline-flex;
    background: #f9a825;
    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: #d48806;
}

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

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

/* Highlighted text */
.treatment-card ul li b {
    color: #000;
}

.treatment-card ul li i {
    background: #092e72;
    color: #fff;
    /* padding: 3px; */
    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;
}

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

.warranty-sec-content {
    background: linear-gradient(180deg, #BFD7EE 0%, rgb(193 217 238) 100%);
    padding-bottom: 30px;
    text-align: center;
}

.warranty-sec-content a {
    background: #0b2e72;
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    margin-top: 13px;
    display: inline-block;
}

.other-service h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: bold;
    color: #222;
}

/* Grid layout */
.other-service .service-grid {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 60px 40px; */
    align-items: center;
    margin-bottom: 40px;
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px;
}

/* Images */
.other-service .service-grid img {
    width: 100%;
    max-width: 189px;
    height: auto;
    display: block;
    margin: 0 auto;
    height: 190px;
    object-fit: contain;
    margin-right: 20px;
}

/* Text */
.other-service .service-text h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
    text-decoration: underline;
}

.other-service .service-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Responsive */
@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;
}

img.absoulte-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.hero-image img:last-child {
    /* filter: opacity(0.5); */
    opacity: 0.2;
}

.process-sec-inner {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px;
    min-height: 820px;
    background: #fff;
}

.process-sec-inner img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.process-sec-inner p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.process-sec-inner h3 {
    font-size: 23px;
}

section.Process {
    padding: 50px 0;
    background: #f9fafc;
}

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

section.Process .swiper-wrapper {
    padding-bottom: 40px;
}

section.stages {
    padding: 50px 0;
}

section.stages img {
    border: 1px solid #0000001a;
    border-radius: 10px;
}

section.stages p {
    font-size: 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.gallery-inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.gallery-inner ul li {
    width: 16%;
    overflow: hidden;
}

.gallery-inner ul li img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 7px;
}

section.gallery {
    padding: 50px 0;
    background: #ffffff;
}

section.gallery h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #474748;
}

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

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

.plus-on-banner .icon1 {
    top: 20%;
    left: 20%;
}

.plus-on-banner .icon2 {
    top: 60%;
    left: 10%;
}

.plus-on-banner .icon3 {
    top: 20%;
    right: 20%;
}

.plus-on-banner .icon4 {
    top: 70%;
    right: 30%;
}

.plus-on-banner .icon4 span, .plus-on-banner .icon3 span {
    margin-left: 0 !important;
    margin-right: 30px;
}

.plus-on-banner .icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 5px;
    border-radius: 100px;
    animation: circlePath 10s linear infinite;
    animation-play-state: running;
    transition: background 0.3s ease;
    position: absolute;
    z-index: 10;
}

.plus-on-banner .icons span {
    opacity: 0;
    font-size: 20px;
    margin-left: 20px;
    transition: opacity 0.3s ease;
    pointer-events: none;
    /* margin-right: 20px; */
}

.plus-on-banner .fa-plus {
    font-size: 25px;
    color: #ffffff;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    transition: transform 0.4s ease;
}

.plus-on-banner .fa-search {
    color: #0c2a57;
    margin-left: 15px;
    font-size: 17px;
    margin-right: 15px;
}

.iocn-plus {
    display: inline-block;
    background: #0c2a57;
    border-radius: 100px;
    padding: 2px;
    cursor: pointer;
}

.plus-on-banner .icons.active {
    background: #fff;
    animation-play-state: paused;
}

.plus-on-banner .icons.active span {
    opacity: 1;
    pointer-events: auto;
}

.plus-on-banner .icons.active .fa-plus {
    transform: rotate(45deg);
}

/* Circle path animation */
@keyframes circlePath {
    from {
        transform: rotate(0deg) translate(10px) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translate(10px) rotate(-360deg);
    }
}

.plus-on-banner .icons.active .iocn-plus {
    background: red !important;
}

.banner-main-img {
    opacity: 0.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 rgba(0,0,0,0.1);
    position: relative;
}

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

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

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

/* Active thumbnail */
.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 rgba(0,0,0,0.2);
}

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

/* Navigation arrows */
.swiper-about-container .swiper-button-next, .swiper-about-container .swiper-button-prev {
    color: #007aff;
    font-weight: bold;
}

section.clinic-overview {
    padding: 50px 0;
}

.about-inner-content a {
    display: inline-block;
}

section.award-section {
    padding: 50px 0;
    background: #f9fafd;
}

.container-custom {
    max-width: 850px;
    margin: 0 auto;
}

.lifetime-block {
    padding: 30px 0;
    position: relative;
}

.lifetime-1 {
    float: left;
    width: 50%;
}

.lifetime-1-inner {
    margin: 0 5px;
    background: #0a2b57;
    position: relative;
    height: 110px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 5px;
    box-shadow: 0px 5px 16px -14px #797365;
    /* padding: 16px; */
}

.lifetime-1-img {
    position: absolute;
    left: 5px;
    top: 50%;
    max-width: 100px;
    transform: translateY(-50%);
}

.lifetime-1-img img {
    max-width: 100%;
}

.lifetime-1-info {
    width: 95%;
    padding-left: 120px;
    display: flex ;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.lifetime-1-info h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    /* text-align: left; */
    /* line-height: 31px; */
    /* text-transform: uppercase; */
    margin-bottom: 0;
}

.lifetime-1-info h4 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 5px;
    /* text-transform: uppercase; */
}

.awardtime-1 {
    width: 25%;
    float: left;
}

.awardtime-1-inner {
    margin: 0 15px;
    position: relative;
}

.awardtime-1-img {
    text-align: center;
}

.awardtime-1-img img {
    max-width: 100%;
    filter: drop-shadow(0px 2px 7px #e1dbcc);
    /* box-shadow: 0px 2px 3px #e1dbcc; */
    border: 3px solid #0c2a57;
    border-radius: 10px;
    background: #f9f9f9;
    padding: 10px;
}

.awardtime-1-info h4 {
    color: #000;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    margin-top: 5px;
    /* text-transform: uppercase; */
}

.awardicon-block {
    padding: 30px 0;
}

.awardicon-1-inner ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.awardicon-1-inner ul li {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e4e4e4;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9%;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
}

.awardicon-1-inner ul li img.img1 {
    /* max-width: 160px; */
}

.awardicon-1-inner ul li img {
    /* max-width: 100%; */
    /* padding: 0 35px; */
    /* width: 146px; */
    height: 45px;
    object-fit: contain;
}

.awardtime-block {
    padding: 20px 0;
}

.pricebtn.bookCTAnew {
    text-align: center;
    margin-top: 25px;
}

.pricebtn.bookCTAnew a {
    background: #256DB2;
    padding: 6px 15px;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
}

.pricebtn.bookCTAnew a img {
    width: 30px;
}

.swiper-award .swiper-wrapper {
    padding-bottom: 30px;
}

.swiper-award img {
    border-radius: 10px;
}

.awrd-section-heading {
    text-align: center;
    margin-bottom: 30px;
}

.awrd-section-heading h3 {
    color: #000000;
    font-size: 26px;
    font-weight: 300;
}

.awrd-section-heading h2 span {
    display: block;
    color: #d8aa15 !important;
}

.awrd-section-heading h2 {
    font-weight: 700;
}

.reviews-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.review-card {
    flex: 1 1 200px;
    text-align: center;
    border: 1px solid #00000008;
    padding: 20px 10px;
    border-radius: 10px;
    background: #f9fafd;
}

.review-logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 10px;
}

.review-sec {
    padding: 30px 0 50px 0;
}

.review-card p {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
}

.review-card a {
    color: #256DB2;
    font-size: 11px;
    font-weight: 600;
}

section.foreign-clients {
    padding: 50px 0 50px 0;
    background: #eef1f9;
}

section.foreign-clients h2 {
    text-align: center;
    margin-bottom: 30px;
}

.video-inner {
    border: 1px solid #0000001f;
    padding: 5px;
    background: #ffffff;
    height: 100%;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-between;
}

.video-inner video {
    border-radius: 10px;
}

section.foreign-clients .container {
    max-width: 1150px;
}

.slider-container {
    /* margin: 0 auto; */
    /* margin-top: 5rem; */
    position: relative;
    width: 100%;
    max-width: 800px;
    border-radius: 0.7rem;
    overflow: hidden;
}

.before-image {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Styling the Before/After text */
.before-text, .after-text {
    position: absolute;
    font-family: system-ui;
    font-size: 14px;
    font-weight: 600;
    color: #3a3a3a;
    z-index: 4;
    padding: 10px 20px;
    background-color: #ffffff9e;
    border-radius: 0.3rem;
    letter-spacing: 2px;
    transition: opacity 0.3s ease-in-out;
}

/* Before text */
.before-text {
    left: 20px;
    /* Position text to the left */
    top: 20px;
    z-index: 5;
}

/* After text */
.after-text {
    right: 20px;
    /* Position text to the right */
    top: 20px;
    z-index: 3;
}

/* Hide the After text initially */
.after-image .after-text {
    visibility: visible;
    z-index: 3;
}

.after-image {
    clip-path: inset(0 50% 0 0);
}

.slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0px;
    height: 100%;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
}

.slider-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    z-index: 1;
}

.pulse-container {
    position: relative;
    display: inline-block;
}

.pulse-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    /* Larger than the SVG */
    height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    /* Color of the pulse */
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

.slider-line svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}

/* Prevent text/image selection while dragging */
.slider-container, .before-image img, .after-image img {
    user-select: none;
    /* Disable selection on most browsers */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
}

.slider-handle, .slider-line {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.before-after-inner:hover .before-text, .before-after-inner:hover .after-text {
    opacity: 0;
}

section.after-before {
    padding: 40px 0;
    background: #fff;
}

section.after-before h2 {
    text-align: center;
    margin-bottom: 30px;
}

#popupmodel .modal-body {
    padding: 0;
}

section.hero-sec {
    margin-top: 90px;
    position: relative;
}

.hero-sec-content {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%);
    /* height: 100%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    z-index: 1;
    flex-direction: column;
    background: #00000073;
    padding: 15px;
    border-radius: 10px;
    backdrop-filter: blur(1px);
}

.hero-sec-content h1 {
    font-size: 47px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 2px #000000;
    text-transform: capitalize;
    line-height: 62px;
}

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

.prifile-inner {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 20px !important;
    background: #f9fafd;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.prifile-inner img {
    border-radius: 15px;
}

.swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 0;
    position: relative;
    background: #585858;
    opacity: 1;
    /* box-shadow: rgb(255 255 255) 19px 7px 29px 0px; */
    border: 0.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,rgb(255 189 0) 50%,rgba(255,255,255,0) 50%);
    background-size: 200% 100%;
    transition: 3.5s ease-out;
    -webkit-animation: 3.5s linear biglight;
    animation: 3.5s linear biglight;
    z-index: 1;
}

/* .swiper-banner .swiper-wrapper{margin-bottom: 30px;} */
/* .swiper-banner img{height: 52vh;width: 100%;object-fit: cover;} */
@-webkit-keyframes biglight {
    from {
        background-position: right bottom
    }
}

.doctor-profile {
    padding: 50px 0;
    background: #fff;
}

.profile-content h2 span {
    font-size: 14px;
    display: block;
    color: #256DB2;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile-content h2 {
    color: #0b2e72;
    font-weight: 700;
}

.profile-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.video-inner h6 {
    margin-bottom: 2px;
    margin-top: 10px;
    text-align: center;
    color: #0b2e72;
    font-size: 17px;
}

section.visa-accomodation {
    padding: 50px 0 50px 0;
}

.visa-heading {
    text-align: center;
}

ul.process-line-box {
    display: flex;
    margin-top: 56px;
}

ul.process-line-box li {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 15px;
    position: relative;
}

ul.process-line-box li img {
    width: 75px;
    border: 1px solid #00000026;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    z-index: 1;
}

ul.process-line-box li h4 {
    font-size: 15px;
    margin-top: 10px;
}

ul.process-line-box li::after {
    content: '';
    width: 146px;
    height: 1px;
    background: #00000042;
    position: absolute;
    right: -72px;
    top: 30%;
    transform: translateY(-30%);
}

ul.process-line-box li:last-child::after {
    display: none;
}

.visa-accomodation a {
    font-size: 15px;
    color: #ffffff;
    font-family: Poppins, sans-serif;
    padding: 8px 17px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    background: #256DB2;
    max-width: max-content;
    margin: auto;
    margin-top: 66px;
}

.gallery-inner a {
    font-size: 15px;
    color: #ffffff;
    font-family: Poppins, sans-serif;
    padding: 8px 17px;
    border-radius: 100px;
    display: block;
    align-items: center;
    background: #256DB2;
    max-width: max-content;
    margin: auto;
    margin-top: 30px;
}

.visa-modal {
    background: #fff;
    border: 1px solid #d2d2d2;
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
}

.accomodation-sec p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.hotel-inner {
    border: 1px solid #d6d6d6;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.hotel-inner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.hotel-inner h6 {
    text-align: center;
    margin-top: 10px;
}

.book-hotel ul {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.book-hotel ul li img {
    width: 200px;
}

.book-hotel ul li {
    border: 1px solid #e9e9e9;
    padding: 0 10px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    width: 18%;
}

.distance-inner {
    border: 1px solid #00000017;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.distance-inner img {
    width: 50px;
    margin-right: 15px;
}

.distance-inner p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8d8d8d;
}

.distance-inner h5 {
    text-transform: capitalize;
    font-size: 19px;
    margin-bottom: 0;
}

.distance-inner h6 {
    margin-bottom: 0;
    font-size: 13px;
}

section.distance-section {
    padding-bottom: 50px;
}

.whyus .scrollfix {
    margin-bottom: 100px;
}

.gallery-inner {
    margin-top: 30px;
}

li.modal-gallery-btn {
    position: relative;
}

li.modal-gallery-btn a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    background: #0000006b;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    max-width: 100%;
    border-radius: 7px;
    font-size: 19px;
    font-weight: 600;
}

.hero-sec-content p {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

.scrollfix .gallery-inner ul li {
    width: 23%;
}

.scrollfix .gallery-inner ul li img {
    /* height: 250px; */
}

section.whychoose-dental-india {
    padding: 50px 0;
    background: #eef1f8;
}

section.whychoose-dental-india h2 {
    text-align: center;
}

section.whychoose-dental-india p {
    text-align: center;
    margin: 0 70px;
}

.whu-box-inner {
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    /* height: 100%; */
    min-height: 230px;
}

.whu-box-inner ul li {
    font-size: 14px;
    font-weight: 100;
    margin: 10px 0;
    display: flex;
}

.whu-box-inner h3 {
    font-size: 20px;
}

.whu-box-inner ul li i {
    margin-top: 3px;
    background: #092e72;
    color: #fff;
    /* padding: 3px; */
    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;
}

.why-choose .card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    padding: 20px;
    /* margin-bottom: 25px; */
    position: relative;
    transition: transform 0.3s ease;
}

.why-choose .card:hover {
    transform: translateY(-5px);
}

.why-choose .card h2 {
    font-size: 19px;
    margin: 0 0 15px 50px;
    color: #003366;
    position: relative;
}

.why-choose .card h2::before {
    content: attr(data-number);
    position: absolute;
    left: -50px;
    top: -2px;
    background-color: #0b2e72;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 7px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
}

.why-choose .card p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.why-choose .card ul {
    margin-top: 10px;
    padding-left: 20px;
}

.why-choose .card ul li {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .why-choose .card h2 {
        font-size: 1.2em;
        margin-left: 40px;
        margin-bottom: 6px;
    }

    .why-choose .card h2::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 0.9em;
        left: -40px;
        top: 4px;
    }
}

.whu-inner-choose {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

h2.why-heading-of-sec {
    text-align: center;
    margin-bottom: 30px;
}

.why-choose .card ul li {
    font-size: 14px;
    font-weight: 400;
    list-style: disc;
}

.accordion-body p {
    font-size: 14px;
    font-weight: 100;
}

.accordion-body li {
    font-size: 14px;
    font-weight: 100;
    margin: 10px 0;
}

.accordion-body li b {
    font-weight: 400;
}

.implant-comparison {
    font-family: Arial, sans-serif;
    padding: 20px;
    background-color: #f8f9fa;
}

.implant-comparison table {
    width: 100%;
    border-collapse: collapse;
    /* margin: 20px 0; */
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.implant-comparison thead {
    background-color: #193378;
    color: #ffffff;
}

.implant-comparison th, .implant-comparison td {
    text-align: left;
    padding: 12px 16px;
    border: 1px solid #dee2e6;
}

.implant-comparison tr:nth-child(even) {
    background-color: #f2f2f2;
}

.implant-comparison th {
    font-size: 16px;
}

.implant-comparison td {
    font-size: 15px;
}

.implant-comparison caption {
    caption-side: top;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0 !important;
    padding-top: 0;
}

.choose-wraper {
    position: relative;
    padding: 50px 0px;
    background: #eef1f8;
}

.choose-block {
    max-width: 1050px;
    margin: 0px auto 0;
}

.choose-1 {
    float: left;
    width: 100%;
}

.choose-1-inner {
    padding: 0px 0px;
}

.number-1 {
    float: left;
    width: 25%;
    text-align: center;
}

.number-1-inner {
    margin: 0px 5px 20px;
    min-height: 144px;
    padding-top: 0px;
    position: relative;
    text-align: center;
    border-radius: 7px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

.number-1-info {
    text-align: center;
    margin: 0px 0px;
    padding: 10px 0px 15px;
    height: 260px;
    transform: scale(1);
}

.choose-colorOne {
    background: url(../images/b2.webp);
    transform: scale(1);
    background-size: cover;
    transition: all 0.5s ease 0s;
    background-position: center;
}

.number-1-info:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 70%;
    background-image: linear-gradient(rgb(12 36 46 / 0) 10%, rgb(11 46 114) 90%);
    opacity: 0.9;
    transition: all ease 0.4s;
    z-index: 1;
    border-radius: 0px 0px 10px 10px;
}

.infoCounts {
    position: absolute;
    bottom: 0px;
    z-index: 9999;
    left: 0;
    right: 0px;
    text-align: center;
    padding: 48px 10px 15px;
}

.number-1-info span {
    color: #FFF;
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 60px;
}

.number-1-info span.number-txt {
    display: block;
    font-size: 15px;
    line-height: 0px;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
}

.choose-colorTwo {
    background: url(../images/banner2.webp);
    transform: scale(1);
    background-size: cover;
    transition: all 0.5s ease 0s;
    background-position: center;
}

.choose-colorThree {
    background: url(../images/g9.jpg);
    transform: scale(1);
    background-size: cover;
    transition: all 0.5s ease 0s;
}

.choose-colorFour {
    background: url(../images/exp.png);
    transform: scale(1);
    background-size: cover;
    transition: all 0.5s ease 0s;
}

.choose-3 {
    float: left;
    width: 100%;
}

.choose-3-1 {
    float: left;
    width: 24%;
    text-align: center;
    margin: 0px 5px 10px;
}

.choose-3-1-inner {
    position: relative;
    margin: 0px 3px 5px 3px;
    transition: all 0.5s ease 0s;
}

.choose-3-1-inner {
    padding: 0px;
}

.choose-wraper .choose-3-1-img {
    max-width: 100% !important;
}

.choose-3-1-img {
    position: relative;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    border-radius: 15px;
}

.choose-3-1-img img {
    max-width: 100%;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.choose-3-1-info {
    /* position: absolute; */
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.choose-3-1-info {
    background: transparent !important;
    padding: 20px 5px 0px;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
}

.choose-3-1-info:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background-image: linear-gradient(rgb(12 36 46 / 0) 0%, rgb(11 46 114) 90%);
    opacity: 1;
    transition: allease 0.4s;
    z-index: 1;
    border-radius: 0px 0px 10px 10px;
}

.choose-3-1-info h3 {
    font-size: 20px;
    color: #fff;
    line-height: normal;
    position: relative;
    z-index: 9;
}

.choose-3-1-info h3 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 15%;
    line-height: 19px;
    margin: 0px 0px 7px;
}

span.highLightsnumber {
    font-weight: 800 !important;
    font-size: 27px !important;
}

.choose-3-1-info h3 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 15%;
    line-height: 19px;
    margin: 0px 0px 7px;
    color: #fff;
}

.number-1-info span.number-txt span {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}

.choose-wraper h2 {
    text-align: center;
    margin-bottom: 20px;
}

.treatment-cost {
    /* margin-top: 40px; */
    padding: 50px 0;
}

.treatment-cost table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.treatment-cost caption {
    caption-side: top;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.treatment-cost th, .treatment-cost td {
    padding: 12px 16px;
    border: 1px solid #dee2e6;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    font-weight: 100;
}

.treatment-cost thead {
    background-color: #092e72;
    color: #fff;
}

.treatment-cost tr:nth-child(even) {
    background-color: #f2f2f2;
}

.treatment-cost th {
    width: 70%;
}

.treatment-cost h2 {
    margin-bottom: 30px;
    text-align: center;
}

section.why-choose {
    padding: 50px 0;
}

.partners-wraper {
    padding: 20px 0;
    position: relative;
}

.partners-wraper {
    background: #f5f5f5 !important;
    padding: 50px 0;
}

.brand-block {
    /* max-width: 1000px; */
    margin: 10px auto 0;
    gap: 9px;
    display: flex;
    flex-wrap: wrap;
}

.brand-1 {
    float: left;
    width: 19%;
}

.brand-1-inner {
    /* margin: 0px 0px 20px 0px; */
}

.brand-1-inner img {
    max-width: 100%;
    width: 100%;
    border-radius: 7px;
    /* box-shadow: 0px 3px 7px #e9e0cb; */
    border: 1px solid #e4e4e4;
}

.section1-title h3 b, .section-title h3 b {
    text-align: center;
    text-transform: none !important;
    font-size: 40px;
    line-height: 45px !important;
    color: #0b2e72 !important;
    margin: 0px auto 0px;
    font-weight: 800 !important;
    display: block;
}

.section1-title h3 b.fontsmall {
    font-size: 22px;
    line-height: 26px !important;
}

.section1-title {
    text-align: center;
    margin-bottom: 0px;
}

.partners-wraper .section1-title {
    margin-bottom: 30px;
}

.for-mob {
    display: none;
}

.for-desk {
    display: block;
}

.accordion-button {
    font-size: 18px;
    font-weight: 500;
}

.banner-btn a:first-child {
    background: red;
}

.why-mentorica {
    padding: 40px 00px;
    background: #ffffff;
    text-align: center;
}

.why-mentorica .section-title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #474748;
}

.why-mentorica .section-title span {
    color: #256DB2;
    /* Accent color */
}

.why-mentorica .intro {
    max-width: 900px;
    margin: 0 auto 38px;
    font-size: 16px;
    color: #555;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    gap: 5px;
}

.benefit-card {
    background: #256DB2;
    padding: 20px 10px;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #ececec;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.benefit-card .icons {
    font-size: 40px;
    margin-bottom: 15px;
}

.benefit-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}

.benefit-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
}

.benefit-card .icons img {
    width: 60px;
}

/* Section Title */
.section-title {
    /* font-size: 34px; */
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #222;
}

.section-title span {
    color: #256DB2;
}

/* Programs Section */
.programs {
    padding: 40px 0px;
    background: #256DB2;
    /* border: 1px solid #00000012; */
}

.programs-grid {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.program-card {
    position: relative;
    /* border-radius: 16px; */
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background: #fff;
    /* width: 24%; */
}

.program-card:hover {
    /* transform: translateY(-8px); */
}

.program-img img {
    /* width: 100%; */
    height: 37px;
    object-fit: contain;
    /* display: block; */
}

.program-card .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    transition: 0.3s ease;
}

.program-card:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}

.program-content {
    /* position: absolute; */
    /* bottom: 20px; */
    /* left: 20px; */
    /* right: 20px; */
    color: #fff;
    text-align: left;
    /* padding: 10px; */
    /* background: #fff; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.program-content .icons {
    font-size: 30px;
    margin-bottom: 10px;
}

.program-content h4 {
    font-size: 22px;
    margin-bottom: 6px;
    color: #af2720;
    font-weight: 800;
}

.program-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    letter-spacing: 0.3px;
}

/* Course Highlights */
.course-highlights {
    padding: 40px 0px;
    background: #fff;
}

.courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-bottom: 25px;
}

.course-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.course-card:hover {
    transform: translateY(-6px);
}

.course-card img {
    width: 100%;
    /* height: 200px; */
    object-fit: cover;
    display: block;
    filter: brightness(0.5);
}

.course-card h5 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.course-highlights .note {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.program-content a {
    font-size: 15px;
    color: #ffffff;
    display: inline;
    font-family: Poppins, sans-serif;
    padding: 8px 17px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    background: #256DB2;
    min-width: max-content;
    text-align: center;
    justify-content: center;
}

.program-img {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    /* display: table; */
    height: 365px;
}

.certificate-sec {
    background: #fff5f566;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #fff1f0;
}

.certificate-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.certificate-text h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
}

.certificate-text h2 span {
    color: #256DB2;
}

.certificate-text .subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.benefit-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.benefit {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.benefit i {
    font-size: 23px;
    color: #256DB2;
    background: #256DB21c;
    padding: 12px;
    border-radius: 50%;
    min-height: 50px;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit h4 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.benefit p {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

.certificate-img img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.certificate-text .cta-btn {
    font-size: 15px;
    color: #ffffff;
    display: inline;
    font-family: Poppins, sans-serif;
    padding: 8px 17px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    background: #256DB2;
    min-width: max-content;
    margin: 0;
    margin-top: 30px;
}

.cta-btn:hover {
    background: #474747;
    transform: translateY(-2px);
}

@media(max-width: 768px) {
    .certificate-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .benefit {
        justify-content: center;
        text-align: left;
    }
}

.impact-section {
    background: #474747;
    padding: 40px 00px;
    text-align: center;
}

.section-title {
    /* font-size: 2.2rem; */
    font-weight: 700;
    margin-bottom: 60px;
    color: #000000;
}

.impact-wrapper {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.impact-item {
    max-width: 15%;
}

.circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid #256DB2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    color: #00695c;
    margin: 0 auto 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: transform .3s ease;
}

.circle:hover {
    transform: scale(1.1);
}

.impact-item p {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}

.journey-section {
    padding: 40px 0px;
    background: linear-gradient(135deg, #f9fbff, #eef3ff);
    text-align: center;
    background: #f5f9ff8c;
    border: 1px solid #00000012;
}

.section-title {
    /* font-size: 2rem; */
    margin-bottom: 30px;
    color: #474748;
}

.journey-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.journey-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
}

.journey-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.step-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #007bff;
}

.journey-card h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #222;
}

.journey-card p {
    font-size: 14px;
    color: #666;
}

.impact-section h2 {
    color: #fff;
}

.team-section {
    padding: 70px 20px;
    background: #f9f9ff;
    text-align: center;
}

.team-section .section-title {
    font-size: 2rem;
    margin-bottom: 50px;
    color: #222;
}

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

.team-card {
    background: #fff;
    padding: 10px;
    border-radius: 200px 200px 10px 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.team-img {
    width: 100%;
    /* height: 250px; */
    /* overflow: hidden; */
    border-radius: 12px;
    margin-bottom: 15px;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.team-card:hover .team-img img {
    transform: scale(1.1);
}

.team-card h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #222;
}

.team-card p {
    font-size: 14px;
    color: #666;
}

.course-inner {
    border: 1px solid #dcdcdc;
    padding: 10px;
    /* border-radius: 10px; */
    background: #fff;
    margin-bottom: 20px;
}

.course-content h2 {
    font-size: 20px;
    color: #256DB2;
    margin-top: 11px;
    font-weight: 800;
}

.include-slide ul {
    display: flex;
    overflow-x: auto;
    gap: 5px;
    scrollbar-width: thin;
}

.include-slide ul li {
    min-width: max-content;
    border: 1px solid #00000024;
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 4px;
    background: #ffffff;
    margin-bottom: 5px;
}

.include-slide {
    border: 1px solid #ebeaea;
    padding: 5px;
    border-radius: 5px;
    background: #f6f6f6;
}

.include-slide h6 {
    font-size: 12px;
    color: #000000;
    font-weight: 500;
}

.course-btn a {
    display: block;
    width: 100%;
    text-align: center;
    background: #256DB2;
    color: #fff;
    padding: 5px 10px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 400;
}

.course-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 5px;
}

.course-btn a:first-child {
    background: #037ade;
}

.course-btn a:last-child {
    background: green;
}

.course-img {
    /* border-radius: 10px; */
    /* overflow: hidden; */
}

.course {
    padding: 40px 0;
    background: #F4F5F9;
    border: 1px solid #00000012;
}

.clg-logo {
    background: #256DB2;
}

.clg-logo ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.clg-logo ul li {
    width: 13%;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}

.clg-logo {
    padding: 20px 0;
}

.clg-logo .section-title {
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.clg-logo p {
    color: #e7e7e7;
    text-align: center;
    margin-bottom: 30px;
}

.packagebtn.whts a {
    background: #28a71d;
}

.program-content p span {
    display: block;
    font-weight: 600;
    color: #474748;
}

.service-img-o {
    min-width: 70px;
    min-height: 70px;
    background: #b02820;
    max-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 15px; */
    margin-bottom: 17px;
}

.programs .section-title, .programs .section-title span {
    color: #fff;
}

.bg-defalut {
    background: #F4F5F9 !important;
}

.gallery-inner2 ul li {
    width: 10%;
}

.gallery-inner2 ul li img {
    border-radius: 0;
    height: auto;
}

.scrollfix .gallery-inner2 ul li {
    width: 15%;
}
.clg-logo-outer .section-title span {
    display: block;
}

.clg-logo-outer {
    padding-top: 30px;
}

.clg-logo-outer h2 {
    text-transform: capitalize;
    margin-bottom: 12px;
}
.reviewpoint .reviewctn span {
    font-weight: 600;
    font-size: 25px;
    color: #256DB2;
    /* display: block; */
    /* width: 10%; */
    display: inline-block;
}
.reviewpoint img {
    border-radius: 100%;
    width: 75px;
    margin: 0 auto;
}
.why-choose-us {
    background: #f9fbff;
    padding: 50px 0px;
    text-align: center;
  }
  
  .section-title {
    /* font-size: 2rem; */
    font-weight: 700;
    color: #0a3d62;
    margin-bottom: 40px;
  }
  
  .why-grid {
    display: flex;
    /* grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); */
    gap: 8px;
    justify-content: space-between;
  }
  
  .why-item {
    background: #fff;
    padding: 25px 10px 25px 10px;
    /* border-radius: 12px; */
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    width: 19%;
  }
  
  .why-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  }
  
  .why-item i {
    font-size: 2rem;
    color: #256db2;
    margin-bottom: 15px;
  }
  
  .why-item h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
  }
  
  .why-item p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .services-sec {
    padding: 50px 0px;
    background: #ffffff;
    text-align: center;
  }
  
  .section-title {
    /* font-size: 2rem; */
    font-weight: 700;
    color: #0a3d62;
    margin-bottom: 40px;
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 25px;
  }
  
  .service-card {
    background: linear-gradient(90deg, #f2f9ff 0%, #d8ebfd 50%, #e2f1ff 100%);
    /* border-radius: 12px; */
    padding: 25px;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.08); */
    transition: all 0.3s ease;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    border: 1px solid #e8e8e8;
    text-align: left;
    gap: 20px;
  }
  
  .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  }
  
  .service-card i {
    font-size: 2.2rem;
    color: #256db2;
    margin-bottom: 15px;
    border: 1px solid #dfdfdf;
    padding: 10px;
    background: #f9f9f9;
    box-shadow: rgb(227 227 227) 0px 30px 60px -12px inset, rgb(220 237 254) 0px 18px 36px -18px inset;
  }
  
  .service-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
  }
  
  .service-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 0;
  }
  
  .services-sec .card-actions {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-direction: column;
    min-width: 200px;
    /* max-width: 500px; */
  }
  
  .services-sec .btn {
    /* flex: 1; */
    padding: 16px 12px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease;
    text-align: center;
    display: block;
    line-height: 0;
    display: flex;
    justify-content: center;
  }
  
  .services-sec .btn.whatsapp { background: #25d366; }
  .services-sec .btn.enquiry {background: #256db2;}
  .services-sec .btn.call {background: red;}
  
  .services-sec .btn:hover {
    opacity: 0.9;
  }
  .cta-banner {
    position: relative;
    background: url('../images/mid.jpg') center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 80px 00px;
    /* border-radius: 12px; */
    /* margin: 40px 0; */
    /* max-width: 1000px; */
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    overflow: hidden;
    background-attachment: fixed;
  }
  .cta-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 66%); /* Dark overlay for text readability */
    /* border-radius: 12px; */
  }
  .cta-content {
    position: relative;
    z-index: 2;
  }
  .cta-banner h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
  }
  .cta-banner p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #fff;
  }
  .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  .cta-buttons .btn {
    padding: 12px 28px;
    font-size: 1rem;
    border-radius: 0;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 18px;
  }
  .cta-banner .btn.whatsapp {
    background: #25d366;
    color: #fff;
  }
  .cta-banner .btn.whatsapp:hover {
    background: #1ebe5d;
  }
  .cta-banner .btn.call {
    background: red;
    color: #fff;
  }
  .cta-banner .btn.call:hover {
    background: #256DB2
    ;
  }
  /* Section Background */
.document-bg {
    background: #ffffff; /* light background */
    padding: 60px 0;
  }
  
  /* Section Title */
  .middle-title h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #002b5c;
    position: relative;
    display: inline-block;
  }

  /* Authority Card */
  .authority_card {
    background: #fff;
    border-radius: 0;
    /* padding: 25px 20px; */
    margin-bottom: 30px;
    /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease-in-out;
    height: 100%;
    border: 1px solid #e5e5e5;
  }
  
  
  /* Card Heading */
  .authority_card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
 
    text-align: center;
    position: relative;
    background: linear-gradient(90deg, #256db2 0%, #0b689e 50%, #3078bc 100%);
    padding: 10px;
  }
 
  
  /* List Styling */
  .authority_list ul {
    padding-left: 0;
    margin: 0;
  }
  .authority_list li {
    font-size: 0.95rem;
    padding: 6px 0;
    color: #444;
    border-bottom: 1px dashed #e6e6e6;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
  }
  .authority_list li:last-child {
    border-bottom: none;
  }
  .authority_list li:hover {
    color: #007bff;
    padding-left: 6px;
  }
  .authority_list {
    padding: 0 20px 20px 20px;
    max-height: 250px;
    overflow-y: auto;
}
.authority_list li i{
    height: 20px;
    width: 20px;
    background-color: #33bb9c;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
}
/* Section Background */
.time_required_main {
    background: #f9fafc;
    padding: 60px 0;
  }
  
  /* Section Title */
  .middle-title h2 {
    font-size: 1.8em;
    font-weight: 700;
    color: #002b5c;
    position: relative;
    display: inline-block;
  }

  
  /* Cards Layout */
  .time_required_cards {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    padding: 0;
    margin: 0;
  }
  
  /* Individual Card */
  .time_card {
    background: linear-gradient(90deg, #256db2 0%, #0b689e 50%, #3078bc 100%);
    /* border-radius: 12px; */
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
 
  
  /* Card Image */
  .time_card img {
    max-width: 43px;
    margin: 0 auto 12px;
    filter: invert(1);
  }
  
  /* Card Text */
  .time_card p {
    margin: 5px 0;
    font-size: 13px;
    color: #e6e6e6;
    font-weight: 500;
  }
  .time_card p:first-of-type {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    font-size: 16px;
  }
  
  /* WhatsApp CTA (Special Card) */
  .time_card .whats_cta {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 20px;
    background: #25d366;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 0px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .time_card .whats_cta:hover {
    background: #1ebe5d;
  }
  /* --- Swiper Slider Container --- */
.swiper {
    padding: 20px 0;
  }
  
  /* --- Each Slide --- */
  .swiper-slide {
    display: flex;
    justify-content: center;
  }
  
  /* --- Card Styles --- */
  .att-serv-card {
    background: #fff;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    width: 100%;
    /* max-width: 320px; */
    padding: 7px;
    border: 1px solid #e1e1e1;
  }
  
  .att-serv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }
  
  /* --- Card Inner --- */
  .att-serv-card-inner img {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
    /* border-top-left-radius: 12px; */
    /* border-top-right-radius: 12px; */
    height: 300px;
    object-fit: cover;
  }
  
  /* --- Card Title --- */
  .att-serv-card-name {
    padding: 15px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 600;
    /* border-radius: 0 0 12px 12px; */
  }
  
  .att-serv-card-name.red {
    background: linear-gradient(90deg, #256db2 0%, #0b689e 50%, #3078bc 100%);
    color: #fff;
  }
  
  .att-serv-card-name.blue {
    background: linear-gradient(90deg, #256db2 0%, #0b689e 50%, #3078bc 100%);
    color: #fff;
  }
  
  .att-serv-card-name h4 {
    margin: 0;
    line-height: 0.3;
    font-size: 16px;
    color: #fff;
  }
  .sample-slider{
    padding: 30px 0;
  }
  .sample-slider h2{
    text-align: center;
    margin-bottom: 20px;
  }
  .att-serv-card-inner {
    display: flex;
    flex-direction: column-reverse;
}
.sample-slider .swiper-wrapper{
    padding-bottom: 30px;
}
.types-inner {
    border: 1px solid #e9e9e9;
    padding: 10px;
    /* text-align: center; */
    margin-bottom: 15px;
    background: #f9fafd;
}

.types-inner ul {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.types-inner ul li {
    background: #33bb9c;
    padding: 2px;
    min-width: max-content;
    padding: 5px 10px;
    color: #fff;
    /* width: 48%; */
    font-size: 14px;
}
.types h2{
    text-align: center;
    margin-bottom: 20px;
}
.types-inner h4 {
    font-size: 20px;
}
section.types {
    padding: 50px 0;
}
/* Section Title */
.pop_country .middle-title h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #222;
  }
  
  /* Country Card */
  .country-card {
    padding: 15px 6px;
    background: #ffffff; /* no box */
    box-shadow: none;        /* no shadow */
    border: none;            /* no border */
    transition: transform 0.2s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    border: 1px solid #f1f1f1;
    width: 155px;
  }
  
  .country-card img {
    display: block;
    margin: 0 auto 10px;
    m-height: 50px;
    height: 40px;
    border: 1px solid #f3f3f3;
  }
  
  .country-card h4 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0;
    margin-bottom: 0;
  }
  
  /* Hover effect (optional, subtle) */

  

  .pop_country h2{
    text-align: center;
    margin-bottom: 30px;
  }
  section.pop_country.bg-light {
    background: #f9fafd !important;
}
section.pop_country{
    padding: 50px 0;
}
.flag-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.flag-inner-box {
    /* width: 200px; */
    /* height: 200px; */
}


.process-section {
    padding: 80px 20px;
    background: #f8f9fb;
    text-align: center;
  }
  
  .process-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1100px;
    margin: auto;
    position: relative;
  }
  
  .process-step {
    flex: 1;
    background: #fff;
    padding: 30px 20px;
    /* border-radius: 15px; */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.3s ease;
  }
  
  .process-step:hover {
    transform: translateY(-8px);
  }
  
  .process-step.highlight {
    background: linear-gradient(90deg, #256db2 0%, #0b689e 50%, #3078bc 100%);
    color: #fff;
    transform: scale(1.05);
  }
  
  .step-circle {
    width: 50px;
    height: 50px;
    background: #33bb9b;
    color: #fff;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto 15px;
    font-size: 18px;
  }
  
  .highlight .step-circle {
    background: #fff;
    color: #2575fc;
  }
  
  .step-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .step-content p {
    font-size: 15px;
    line-height: 1.6;
  }
  
  .process-line {
    flex: 0.2;
    height: 3px;
    background: #256db2;
    position: relative;
    top: -30px;
  }
  
  .process-container .process-step.highlight + .process-line {
    background: #256db2;
  }
  
  /* Responsive */
  @media (max-width: 900px) {
    .process-container {
      flex-direction: column;
    }
    .process-line {
      width: 3px;
      height: 40px;
      margin: auto;
      top: 0;
    }
  }
  .process-step.highlight h3, .process-step.highlight p{
    color: #fff;
  }
  .process-section h2{
    margin-bottom: 30px;
  }
  .language-inner p {
  font-size: 36px;
  color: #fff;
}
.language-btn a{
    color: #fff;
}
.language-btn a:hover{
    background: #fff;
    color: #000;
}
.language-btn {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.language-btn .call{
    background: red;
}
.language-inner {
    padding: 20px 0;
    background: #256db2;
}
.slider_ctn p b {
    color: #ff0505;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: scale(1.02, 1.02);
    opacity: 0.8;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.banner-content img{
    border-radius: 10px;
}
#pulse-button{
    position: relative;
}
#pulse-button:after {
    content: '';
    background: #25d366;
    color: white;
    position: absolute;
    /* bottom: 0px; */
    /* right: 0; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 18px;
    text-decoration: none;
    /* border-radius: 50%; */
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    height: 100%;
    width: 100%;
    z-index: -1;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(24, 175, 82, 1); /* Darker green */
  }
  80% {
    box-shadow: 0 0 0 14px rgba(24, 175, 82, 0); /* Darker fade */
  }
}
