/* Header CSS */
header nav ul.navbar-nav a {
    font-family: var(--bs-font-heading);
    color: var(--bs-body-color);
    padding: 7.5px 7px !important;
    font-weight: var(--bs-font-medium);
}
header nav ul.dropdown-menu {
    box-shadow: 0px 4px 4px 2px rgba(148, 163, 187, 15%);
    border-top: 2px solid #FF3185;
    border-radius: 0 0 4px 4px;
    padding: 0;
}
header li.nav-item:not(.dropdown):last-child {
    border: 1px solid var(--bs-Pink-Primary-400);
    border-radius: 12px;
    display: block;
}
header li.nav-item ul.dropdown-menu .nav-item {
    border: none;
}
header ul#menu-primary-menu{
    display: flex;
    align-items: center;
    column-gap: 1.5em;
}
header nav a.nav-link.dropdown-toggle:after {
    content: "\f107";
    position: absolute;
    right: 0;
    color: var(--bs-shades-bg-black);
    font-family: fontawesome;
    top: 55%;
    transform: translateY(-50%);
    border: none;
}
header nav a.nav-link.dropdown-toggle {
    position: relative;
    padding-right: 22px !important;
}   
header nav .offcanvas-body {
    margin-left: auto;
}
header {
    padding: 14.5px 0;
    position: sticky;
    top: 0;
    background: var(--bs-Netural-White);
    z-index: 20;
}
header.scrolled{
    box-shadow: 0px 6px 20px rgb(180 180 180 / 20%);
}
header li.nav-item.dropdown a.nav-link.dropdown-toggle.show, header li.nav-item a.nav-link:hover  {
    color: var(--bs-Pink-Primary-400);
}
header .nav-item.dropdown:has(.dropdown-menu .nav-item.active) .dropdown-toggle {
    color: var(--bs-Pink-Primary-400);;
}
header ul.dropdown-menu li.nav-item {
    width: 100%;
    white-space: nowrap;
}
header li.nav-item ul.dropdown-menu .nav-item a.nav-link {
    padding: 12px 27px !important;
}
header li.nav-item ul.dropdown-menu .nav-item a.nav-link:hover, header li.nav-item ul.dropdown-menu .nav-item.active a.nav-link {
    background: var(--bs-Gray-50);
    color: var(--bs-Pink-Primary-400);
}
header nav li.nav-item.active a{
    color: var(--bs-Pink-Primary-400);
}
header.scrolled nav#main_nav {
    padding: 0;
}
header nav#main_nav {
    transition: 0.2s all;
}
header.scrolled nav#main_nav img.website_logo {
    height: 48px;
}
header nav#main_nav img.website_logo {
    transition: 0.2s all;
}
header .headerMenuWrap button.navbar-toggler {
    padding: 0;
    box-shadow: none;
}
header .headerMenuWrap button.navbar-toggler span {
    width: 1.3em;
    height: 1.3em;
}


/* Home Page Banner */
.MBBPartner .swiper-slide {
    text-align: center;
} 
.MBBPartner-pagination {
    display: none;
}
.home .heroSection {
    background: url(../images/Home-Page/Home-background.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}
.home .heroSection:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../images/Home-Page/Wave.webp) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    z-index: -1;
}
.home .heroSection .container{
     padding-top: 2em;
     padding-bottom: 1.5em;
}
.home h1#hero-heading , .services h1#hero-heading , .contact h1#hero-heading {
    color: var(--bs-Blue-Primary-800);
}
.home h1#hero-heading span, .services h1#hero-heading span, .contact h1#hero-heading span {
    color: var(--bs-Green-Primary-600);
}
.home .heroSection .col-lg-6 , .services .heroSection .col-lg-6 , .contact .heroSection .col-lg-7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.home .heroSection a.btn.btn-primary, .services .heroSection a.btn.btn-primary, .contact .heroSection a.btn.btn-primary {
    margin-top: 0.5em;
}
.home .heroSection .col-lg-6, .services .heroSection .col-lg-6 {
    padding: 0;
}
.home .heroSection .row, .services .heroSection .row, .contact .heroSection .row {
    margin: 0;
}

/*partner universities*/
.home h2#partner-heading {
    font-size: 18px;
    background: linear-gradient(96deg, #FEE9A4, #fafafa9e);
    border-radius: 12px;
    width: max-content;
    padding: 6.4px 65px 6.4px 20px;
}
.MBBSPartnerSection .wrapper-carousel {
    padding-top: 2em;
}
.MBBPartner .swiper-wrapper {
    align-items: center;
}
.MBBPartner .swiper-wrapper img {
    width: auto;
    max-width: 100%;
}
.swiper-wrapper {
    height: auto !important;
}

/* End to end assistance section */
.assistnc .doctor-mobilep {
    display: none;
}
.home .studyWithUsS {
    display: flex;
    gap: 24px;
}
.home .tbWrap {
    display: flex;
    flex-direction: column;
    width: 62%;
    gap: 28px;
}
.home .tbWrap-top {
    display: flex;
    column-gap: 25px;
}
.home .MedicineAbroad {
    background: #EFFAFF;
    padding: 1.5em;
    border-radius: 20px;
    width: 75%;
}
.home .MedicineAbroad p{
    margin: 0;
}
.home .starWrapC {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 25%;
    background: linear-gradient(153deg, rgb(15, 105, 174), rgb(102, 202, 152));
    padding: 2em;
    border-radius: 20px;
}
.home .studyWithUsS .AssistanceBox {
    width: 100%;
    background: linear-gradient(158deg, #116DB2 10%, #6B97D5 87%);
    border-radius: 20px;
    box-shadow: 0 20px 40px 0 #E4EFFF;
    padding: 1.9em 1.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home .studyWithUsS .AssistanceBox h2 {
    padding-bottom: 24px;
    color: var(--bs-Netural-White);
}
.home .starWrapC h3 {
    color: var(--bs-Netural-White);
    font-size: 52px;
    font-weight: var(--bs-font-bold);
    padding-top: 0.3em;
    margin: 0;
}
.home .starWrapC p.large {
    margin: 0;
    color: var(--bs-Netural-White);
}
.home .listAssistance {
    background: var(--bs-Green-Primary-50);
    display: flex;
    align-items: center;
    border-radius: 38px;
    padding: 6.5px 16px 6.5px 10px;
    column-gap: 8px;
    width: max-content;
}
.home .listAssistance p {
    margin: 0;
    font-weight: var(--bs-font-semibold);
    color: var(--bs-heading-color);
}
.home .listAssistanceWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.home .AssistanceImages {
    width: 38%;
}
.home .AssistanceImages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.home .studyWithUsS .AssistanceBox h2 span{
    color: var(--bs-Neutral-White);
    font-weight: var(--bs-font-Light);
}

/* why study MBBS Abroad */
.home .gridareaSection{
    background: url(../images/Home-Page/Why-background.webp) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 32px;
}
.home .WhyStudyGridWrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.home .WhyStudyGrid {
    background: var(--bs-Netural-White);
    box-shadow: 0 10px 25px 0 rgb(216 216 216 / 25%);
    padding: 2.2em 1.2em 2.2em 1.8em;
    border-radius: 20px;
}
.home .WhyStudyGrid h6 {
    padding: 1.4em 2.2em 4px 0;
    color: var(--bs-Blue-Primary-900);
}
.home .expandedArea {
    grid-column: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home .WhyStudyGrid p{
    margin: 0;
}
.btn.btn-primary.white {
    background: var(--bs-Netural-White);
    color: var(--bs-heading-color) !important;
}
.btn.btn-primary.white:before {
    display: none;
}

/* MBBS Country */
.home .flagWrappr {
    background: linear-gradient(205deg, #FFE2EC, #FFFFFF);
    border-radius: 12px;
    text-align: center;
    padding: 2em 1em;
}
.home .flagWrappr p{
    margin: 0;
    padding-top: 6px;
}

/* About MetaApply */
.has-about .about {
    background: url(../images/Home-Page/blue-about-bg.webp) no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
    border-radius: 24px 24px;
}
.has-about .about:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 54%;
    background: linear-gradient(304deg, #F4FFF9, #FFFFFF 53%);
    top: 0;
    border: 1px solid #70E2AF;
    border-radius: 24px;
}
.has-about .AboutSection{
    width: 46%;
        display: flex;
    flex-direction: column;
    justify-content: center;
}
.has-about .formContainer{
    width: 35%;
}
.has-about  .about .Customforms {
    background: var(--bs-Netural-White);
}
.has-about .about .sectionWrap {
    display: flex;
    justify-content: space-between;
}
.has-about .about .infoBox h6 {
    color: var(--bs-Blue-Primary-900);
    margin: 0;
}
.has-about .about .infoBox {
    border-radius: 20px;
    padding: 1.75em 1em;
    text-align: center;
}
.has-about .about .InformationBoxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding-top: 2.5em;
}
.has-about .about .infoBox.yellow {
    background: var(--bs-Yellow-100);
}
.has-about .about .infoBox.pink {
    background: var(--bs-Pink-Primary-100);
}
.has-about .about .infoBox.purple {
    background: var(--bs-Violet-100);
}
.has-about .about .infoBox.blue {
    background: var(--bs-Blue-Primary-100);
}


/* Popular Country */\

.CountriesHomeSlider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}
.CountriesHomeSlider .swiper-slide a {
    display: block;
}
.CountriesHomeSlider .countryBox {
    position: relative;
}
.CountriesHomeSlider .countryBox:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgb(154 154 154 / 0%) 0%, rgb(11 11 11 / 80%) 80%);
    bottom: 0;
    height: 24%;
    width: 100%;
    z-index: 0;
    border-radius: 0 0 20px 20px;
}
.country-tags {
    background: linear-gradient(90deg, #FF1876, #001D74);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    width: auto;
    position: absolute;
    top: 15px;
    left: 15px;
}
.country-tags p {
    font-family: var(--bs-font-heading);
    color: var(--bs-Netural-White);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
}
.CountriesHomeSlider .countryBox .countryHeading {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
}
.CountriesHomeSlider .countryBox .countryHeading h6 {
    color: var(--bs-Netural-White);
    margin: 0;
}
.CountriesHomeSlider .swiper-slide img {
    width: 100%;
    border-radius: 20px;
}
.CountriesHomeSlider .countryBox .countryHeading img {
    width: auto;
}
.country-tags.blue {
    background: linear-gradient(90deg, #159EFF, #00497C);
}
.country-tags.green {
    background: linear-gradient(90deg, #00CF86, #005A3A);
}
.CountriesHomeSlider .swiper-slide {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: auto;
}

/* Brochure Section */
.BrochureSection{
    background: url(../images/Home-Page/brochure-bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
}
.BrochureSection .container {
    display: flex;
    align-items: center;
}
main .BrochureSection h2{
    color: var(--bs-Netural-White);
    padding-bottom: 0.8em;
    font-size: 48px;
    max-width: 88%;
}

/* Testimonial CSS */
.mBBSTestimonial {
    background-image: url(../images/Home-Page/Testimonial-background.webp);
    background-size: cover;
    background-position: left center;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-color: var(--bs-Blue-Primary-700);
}
.mBBSTestimonial h2 {
    color: var(--bs-Netural-White);
}
.mBBSTestimonial .swiper-slide {
    background: linear-gradient(151deg, #FFFFFF, rgb(240 240 240 / 80%));
    border-radius: 20px;
    padding: 2em;
    border: 1px solid #99CAFF;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.mBBSTestimonial .swiper-slide img {
    width: auto;
    margin-bottom: 6px;
}
.mBBSTestimonial .Details-content {
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding-top: 12px;
    margin-top: auto;
}
.mBBSTestimonial .swiper-slide img {
    width: auto;
    margin-bottom: 6px;
}
.home .mBBSTestimonial h2 span{
    color: var(--bs-Netural-White);
}
.doctorTestimonial p {
    margin-top: 1em;
}
.mBBSTestimonial .Details-content p.w-bold {
    margin: 0;
    font-weight: var(--bs-font-bold);
    color: var(--bs-heading-color);
}
.mBBSTestimonial .Details-content p.small {
    margin: 0;
    color: var(--bs-heading-color);
}

/* Home cta */
.MBBS-cta .CTAWrap {
    background: url(../images/Home-Page/mbbs-cta-bg.webp);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 12px;
    color: var(--bs-shades-bg-white);
    display: flex;
    align-items: center;
    padding: 4em 4em;
}
.MBBS-cta .CTAWrap h2, .MBBS-cta .CTAWrap p {
    color: var(--bs-Netural-White);
}
.MBBS-cta .ctaContent .RightListWrap {
    display: flex;
    align-items: center;
    column-gap: 14px;
}
.MBBS-cta .ctaContent .RightList {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.MBBS-cta .ctaButton {
    width: 25%;
}
.MBBS-cta .ctaContent, .MBBS .ctaButton {
    position: relative;
    z-index: 1;
}
.MBBS-cta .ctaContent {
    width: 75%;
}
.MBBS-cta .ctaContent h2 {
    font-size: 32px;
    width: 75%;
    padding-bottom: 1em;
    line-height: 40px;
}
.MBBS-cta .wholeWrap {
    padding: 0 2em;
}
.MBBS-cta .container, .MBBS-cta .wholeWrap {
    position: relative;
}
.MBBS-cta .container:before {
    content: url(../images/Home-Page/plus-icon.svg);
    position: absolute;
    top: -32px;
    left: 5em;
    z-index: 1;
}
.MBBS-cta .wholeWrap:before {
    content: '';
    position: absolute;
    top: -15px;
    right: 22%;
    z-index: 1;
    height: 22px;
    width: 20px;
    background: url(../images/Home-Page/plus-icon.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.MBBS-cta .CTAWrap:before {
    content: '';
    position: absolute;
    top: 18%;
    right: 4em;
    height: 40px;
    width: 80px;
    background: url(../images/Home-Page/plus-icon.svg);
    background-size: 80px 40px;
    background-repeat: no-repeat;
}
.MBBS-cta .CTAWrap:after {
    content: url(../images/Home-Page/plus-icon.svg);
    position: absolute;
    bottom: -73px;
    right: 10em;
}
.MBBS-cta .wholeWrap:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 10px;
    height: 41px;
    width: 26px;
    background: url(../images/Home-Page/plus-icon.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.MBBS-cta .container:after {
    content: '';
    position: absolute;y
    bottom: -50px;
    left: 17%;
    height: 45px;
    width: 80px;
    background: url(../images/Home-Page/plus-icon.svg);
    background-size: 80px 45px;
    background-repeat: no-repeat;
}

/* FAQS */
main li{
    font-family: var(--bs-font-body);
    color: var(--bs-body-color);
}
#FAQs .accordion-item {
    background: var(--bs-Blue-Primary-50);
    border-radius: 10px;
}
#FAQs .accordion-item:has(.collapse.show), #FAQs .accordion-item:has(.collapsing) {
    background: linear-gradient(90deg, #F4F9FB, #FEFCF0);
}
#FAQs button.accordion-button {
    background: none;
    box-shadow: none;
}
#FAQs .accordion-item:not(:last-child) {
    margin-bottom: 18px;
}
#FAQs button.accordion-button h6 {
    margin: 0;
    font-weight: var(--bs-font-medium);
}
.accFaq button.accordion-button {
    padding: 26px 4em;
}
.accFaq .accordion-body {
    max-width: 80%;
    padding: 0 4em 8px 4em;
}
.accFaq .accordion-button:before {
    content: '';
    position: absolute;
    background: #454545;
    height: 18px;
    width: 2px;
    top: 50%;
    right: 56px;
    transform: translateY(-50%) rotate(90deg);
}
.accFaq .accordion-button:after {
    content: '';
    position: absolute;
    background: #454545;
    height: 18px;
    width: 2px;
    top: 50%;
    right: 56px;
    transform: translateY(-50%) !important;
}

/* Budget Universities */
.logos-wrapper {
    display: flex;
    align-items: center;
}
.logos-wrapper .logos {
    width: 20%;
    text-align: center;
}
.Budget .nav-item button {
    border: 1px solid var(--bs-Pink-Primary-200);
}
.Budget .nav-item button {
    border: 1px solid var(--bs-Pink-Primary-200);
    border-radius: 40px;
    font-size: 16px;
    font-weight: var(--bs-font-bold);
    font-family: var(--bs-font-heading);
    color: var(--bs-heading-color);
    background: none;
    padding: 13px 29px;
}
.Budget ul#pills-tab {
    column-gap: 20px;
}
.Budget .nav-item button.active{
    background: var(--bs-Pink-Primary-400);
}
.Budget div#pills-tabContent {
    padding-top: 2em;
}

/* Slider arrows */
.swiper-btns {
    position: absolute;
    top: 6.5px;
    right: 12px;
    padding: 0;
    display: flex;
    column-gap: 12px;
    z-index: 0;
}
.home .mBBSTestimonial .next-doctorTestimonial:hover,.home .mBBSTestimonial .prev-doctorTestimonial:hover {
    background: var(--bs-Netural-White);
    border-color: var(--bs-Netural-White) !important;
    color: var(--bs-Pink-Primary-400);
}
.home .mBBSTestimonial .swiper-button-next:hover::after,.home .mBBSTestimonial .swiper-button-prev:hover::after {
    color: var(--bs-Pink-Primary-400) !important;
}
.swiper-button-next, .swiper-button-prev {
    top: auto !important;
    border: 1px solid var(--bs-Gray-300) !important;
    height: 36px !important;
    width: 36px !important;
    transition: 0.2s all ease-in-out;
    border-radius: 50%;
    bottom: 0;
    position: unset !important;
    transform: none;
}
.swiper-button-next::after, .swiper-button-prev::after {
    color: var(--bs-Gray-300) !important;
    font-size: 14px !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    border-color: var(--bs-Pink-Primary-400) !important;
    background: var(--bs-Pink-Primary-400);
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
    color: var(--bs-Netural-White) !important;
}
.swiper-pagination {
    position: relative !important;
    margin-top: 1.5em;
}
.swiper-pagination-bullet-active {
    background: var(--bs-Blue-Primary-800) !important;
}

/* Footer */
footer.section-spacing {
    padding: 3.1em 0;
}
footer {
    background: linear-gradient(180deg, var(--bs-Blue-Primary-700), var(--bs-Blue-Primary-800));
}
footer h6 {
    color: var(--bs-Netural-White);
    margin-bottom: 1em;
}
footer p {
    color: var(--bs-Netural-White);
    font-weight: var(--bs-font-Light);
}
footer .icon_wrap p a {
    font-weight: var(--bs-font-medium);
    text-decoration: none;
}
footer .icon_wrap {
    margin-bottom: 16px;
}
footer .col-lg-3 {
    width: 21%;
}
footer .row{
    justify-content: space-between;
}
footer iframe{
    width: 100%;
}
footer .social .icon_wrap {
    justify-content: space-between;
}
footer .footer-links ul {
    padding: 0;
    margin: 0;
}
footer .footer-links ul li.nav-item {
    list-style-type: none;
    color: var(--bs-Netural-White);
    font-family: var(--bs-font-body);
    font-weight: var(--bs-font-Light);
    padding: 12px 0;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
footer .footer-links ul li.nav-item:first-child {
    padding-top: 0;
}
footer .footer-links a.nav-link {
    width: max-content;
}
footer .divider{
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
footer .copyright-section p {
    margin: 0;
    font-weight: var(--bs-font-Light);
}
footer .copyright-section {
    display: flex;
    justify-content: center;
    padding-top: 2em;
}
footer .copyright-section p a {
    text-decoration: none;
}
footer .copyright-section p:not(:last-child) {
    border-right: 1px solid rgb(255 255 255 / 15%);
    margin-right: 12px;
    padding-right: 12px;
}
footer .studyLocation li.nav-item:last-child {
    border-bottom: 0;
}

/* Destination Pages */
.destinationInnerModule .hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5em 0;
    text-align: center;
    min-height: 700px;
}   
.destinationInnerModule .hero-section h1, .destinationInnerModule .hero-section p {
    color: var(--bs-Netural-White);
}
.destinationInnerModule .hero-section .btn-primary {
    margin: 2em auto 0px;
}
section.breadcrumbs {
    padding: 1.5em 0;
}
section.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    column-gap: 6px;
}
.breadcrumbs a, .breadcrumbs span{
    color: var(--bs-Gray-400);
    font-family: var(--bs-font-body);
    font-weight: var(--bs-font-semibold);
    text-decoration: none;
    transition: 0.2s all;
}
.breadcrumbs a:hover {
    color: var(--bs-Gray-500);
}
.aboutDestinationWrap .container {
    display: flex;
    column-gap: 2em;
}
.aboutDestinationWrap .linked-toc {
    width: 30%;
}
.aboutDestinationWrap .aboutDestination {
    width: 70%;
}
.destinationInnerModule .fixed-scroll h6 {
    margin: 0;
    font-size: 18px;
}
.destinationInnerModule .fixed-scroll a {
    text-decoration: none;
    border-bottom: 1px solid #CBD5E1;
    padding: 1.7em 1.5em;
    display: block;
}
.destinationInnerModule .linked-toc .link-a.prev-section a {
    border-color: transparent;
}
.destinationInnerModule .fixed-scroll a.active-section {
    background: linear-gradient(117deg, var(--bs-Blue-Primary-700), var(--bs-Green-Primary-700));
    border-radius: 0 16px 16px 0;
}
.destinationInnerModule .fixed-scroll a.active-section h6{
    color: var(--bs-Netural-White);
}
.fixed-scroll {
    position: sticky;
    top: 110px;
}
section.linked-tab.mobile {
    display: none;
}
.USP-box:first-child {
    background: #EEFFF4;
}
.USP-box:nth-child(2){
    background: #FEECF4;
}
.USP-box:nth-child(3){
    background: #FEFCEA;
}
.USP-box:nth-child(4){
    background: #F5F3FF;
}
.USP-box{
    border-radius: 8px;
    width: 25%;
    padding: 1.6em;
}
div#LifeIn {
    display: flex;
    gap: 16px;
}
.USP-info p.large {
    color: var(--bs-Blue-Primary-800);
    font-weight: var(--bs-font-medium);
    margin-top: 15px;
    margin-bottom: 6px;
}
.USP-info p:not(.large) {
    margin: 0;
}
.aboutDestination h2 {
    font-size: 32px;
    margin: 0;
}
.destinationInnerModule .bottom-spacing{
    padding-bottom: 3.75em;
}
#WhyStudy p:last-child {
    margin: 0;
}
#Benefits .studyPointersWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 16px;
    text-align: center;
    padding-top: 32px;
}
#Benefits .studyPointers:nth-child(1) {
    background: #F5FEE7;
}
#Benefits .studyPointers:nth-child(2) {
    background: #EDF6FF;
}
#Benefits .studyPointers:nth-child(3) {
    background: #FEFCEA;
}
#Benefits .studyPointers:nth-child(4) {
    background: var(--bs-Pink-Primary-50);
}
#Benefits .studyPointers:nth-child(5) {
    background: #F5F3FF;
}
#Benefits .studyPointers:nth-child(6) {
    background: #EEFFF4;
}
#Benefits .studyPointers {
    border-radius: 20px;
    padding: 0 1.2em 1.75em;
    box-shadow: 0 120px 48px 0 #ededed03, 0 68px 41px 0 rgb(237 237 237 / 5%), 0 8px 17px 0 rgb(237 237 237 / 10%), 0 30px 30px 0 rgb(237 237 237 / 9%);
}
#Benefits .studyPointers img {
    margin-top: -32px;
    margin-bottom: 1.5em;
}
#Benefits .studyPointers h6 {
    font-size: 16px;
    margin-bottom: 16px;
}
#Benefits .studyPointers p {
    margin: 0;
    padding: 0 4px;
}
.destinationInnerModule .formWrap {
    display: flex;
    align-items: center;
}
.destinationInnerModule .formWrap {
    display: flex;
    align-items: stretch;
    background: linear-gradient(227deg, var(--bs-Blue-Primary-700) 38%, #5E91D0 62%, #2784A8 83%);
    background-size: 78% auto;
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 24px;
}
.destinationInnerModule .Customforms {
    background: var(--bs-Netural-White);
}
.rightSide{
  width: 58%;  
}
.destinationInnerModule .leftHeading{
    background: url(../images/Destinations/Free-counselling-background.webp);
    background-repeat: no-repeat;
    width: 42%;
    background-size: cover;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    padding: 2.5em;
    gap: 10px;
    border: 1px solid #70E2AF;
    border-radius: 24px;
}
.formSection h2 {
    font-size: 40px;
}
.formWrap .rightSide {
    padding: 1.75em 2.5em;
}
.eligibilityWrap {
    border: 1px solid var(--bs-Pink-Primary-200);
    border-radius: 20px;
    box-shadow: 0 4px 20px 0 #FFDDEA;
    padding: 1.9em;
}
.eligibilityWrap .eligibilityList p {
    margin: 0;
}
.eligibilityWrap .eligibilityList {
    display: flex;
    column-gap: 14px;
    align-items: start;
}
.eligibilityWrap .eligibilityList:not(:last-child){
    padding-bottom: 14px;
}
.eligibilityListWrap {
    background: linear-gradient(353deg, #FFEBF3, #FFFCFD 70%);
    padding: 2.5em;
    border-radius: 16px;
}
div#RequiredDocuments {
    border: 1px solid var(--bs-Violet-400);
    border-radius: 20px;
    box-shadow: 0 4px 20px #DFD7FF;
    padding: 1.9em;
    position: relative;
}
div#RequiredDocuments .tab-content p {
    margin: 0;
}
div#RequiredDocuments .tab-content{
    background: linear-gradient(353deg, #E3DCFF, #F9F8FF 66%);
    padding: 2.5em 2.5em 1.63em 2.5em;
    border-radius: 16px;
    margin-top: 2em;
}
div#RequiredDocuments .tab-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    column-count: 2;
}
div#RequiredDocuments .tab-content ul li {
    display: flex;
    column-gap: 12px;
    padding-bottom: 14px;
}
div#RequiredDocuments .nav-link.active{
    background: linear-gradient(180deg, #FF6EA9, #FF3185);
    padding: 12px 28px;
}
div#RequiredDocuments .nav-link {
    border-radius: 10px;
    font-family: var(--bs-font-heading);
    font-weight: var(--bs-font-medium);
    padding: 12px 28px;
}
div#RequiredDocuments .nav-pills {
    border: 1px solid #FF3185;
    width: max-content;
    border-radius: 10px;
}
div#RequiredDocuments p.desc {
    padding-bottom: 1em;
}
#RequiredDocuments .Wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Destination .swiper-slide img {
    border-radius: 24px;
    width: 100%;
}
.Destination .swiper-slide a {
    display: block;
    text-decoration: none;
}
.Destination .swiper-slide a h4 {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: var(--bs-Netural-White);
    text-transform: uppercase;
    font-size: 28px;
    padding: 0.8em;
}
.Destination .swiper-slide a:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgb(255 255 255 / 0.2%), rgb(11 11 11 / 60%) 67%);
    height: 48%;
    width: 100%;
    border-radius: 0 0 24px 24px;
    bottom: 0;
}
section#Universities {
    background: linear-gradient(170deg, #4699D8 16%, #A7F6CE 100%);
    border-radius: 24px;
}
section#Universities h2 {
    color: var(--bs-Netural-White);
}
section#Universities img {
    border-radius: 12px;
    width: 100%;
}
section#Universities .swiper-button-next, section#Universities .swiper-button-prev {
    border-color: var(--bs-Netural-White) !important;
}
section#Universities .swiper-button-next::after, section#Universities .swiper-button-prev::after {
    color: var(--bs-Netural-White) !important;
}
section#Universities .swiper-button-next:hover::after, section#Universities .swiper-button-prev:hover::after {
    color: var(--bs-Pink-Primary-400) !important;
}
section#Universities .swiper-button-next:hover, section#Universities .swiper-button-prev:hover {
    background: var(--bs-Netural-White) !important;
}
.UniversitiesSlider-pagination span, .UniversitiesSlider .swiper-pagination-bullet-active {
    background: var(--bs-Netural-White) !important;
}
div#RequiredDocuments .tab-content ul li {
    align-items: start;
}
div#RequiredDocuments .tab-content ul li img {
    padding-top: 5px;
}

/* our services css */
.services .heroSection {
    background: url(../images/Services/Service-background.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}
.services #OtherDestinations {
    background: var(--bs-Gray-50);
}
.services .mBBSTestimonial {
    background: none;
}
.services .mBBSTestimonial h2{
    color: var(--bs-heading-color);
}
.process .swiper-wrapper{
    position: relative;
}
.process .swiper-wrapper:before {
    content: '';
    position: absolute;
    top: 49.5px;
    right: 0;
    transform: translateX(-50%);
    width: 90%;
    height: 4px;
    background: url(../images/Services/Line.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -2 !important;
    left: 50%;
}
.processWrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.processWrap h6 {
    color: var(--bs-Blue-Primary-700);
    font-size: 18px;
}
.journeyWrap h6 {
    color: var(--bs-Blue-Primary-700);
    font-size: 18px;
}
.journey .swiper-wrapper{
    position: relative;
}
.journey .swiper-wrapper:before {
    content: '';
    position: absolute;
    top: 71px;
    right: 0;
    transform: translateX(-50%);
    width: 85%;
    height: 3px;
    background: url(../images/Services/Line.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -2 !important;
    left: 50%;
}
.journeyWrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    position: relative;
}
.journeyWrap h3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -58px;
    color: var(--bs-Gray-50);
    z-index: -1;
    font-size: 80px;
}
.journey .swiper-wrapper {
    padding-top: 40px;
}
.journey img.blueArrow {
    position: absolute;
    right: 0;
    top: 15px;
    z-index: -9;
}
.swiper-pagination {
    z-index: 0 !important;
}

/* Thankyou Page */
section.thanks.new-thanks {
    background: url(../images/Services/Thank_you_page_bg.webp);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    display: flex;
    min-height: calc(100vh - 98px);
    justify-content: center;
    align-items: center;
    text-align: center;
}
section.thanks.new-thanks h1{
    color: var(--bs-Netural-White);
    font-weight: var(--bs-font-bold);
}
section.thanks.new-thanks p {
    color: var(--bs-Netural-White);
    font-size: 30px;
    margin: 1em auto;
}
.new-thanks a.btn.btn-primary {
    margin: 3em auto 0;
    column-gap: 12px;
}

/* Contact Us CSS */
.contact .heroSection {
    background: url(../images/Contact/Contactus-Banner-background.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    padding-top: 4em;
}
main.contact .heroSection .col-lg-7 {
    padding-bottom: 4em;
}
.contact .heroSection .col-lg-7, .contact .heroSection .col-lg-5 {
    padding: 0;
}
.contact .heroSection:before {
    content: '';
    position: absolute;
    background: linear-gradient(259deg, rgb(255 255 255 / 40%), rgb(227 249 255 / 40%) 26%, rgb(212 255 245 / 40%) 68%);
    height: 100%;
    width: 53%;
    top: 0;
    left: 0;
}
.contact .connect-section .col-md-4 .white-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact .white-wrap {
    background: var(--bs-Netural-White);
    box-shadow: 0 10px 10px 0 rgba(228, 228, 228, .25);
    padding: 2em;
    border-radius: 20px;
    height: 100%;
}
.contact .white-wrap img {
    max-width: 75px;
}
.contact .connect-section {
    background: linear-gradient(90deg, #EBF9FF, #FFFBE6);
}
.contact .connect-section iframe{
    width: 100%;
    height: 300px;
    margin-top: 1.5em;
}
.contact .white-wrap-inner {
    display: flex;
    align-items: start;
    column-gap: 1.5em;
}
.contact .connect-section .col-md-4 {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    row-gap: 1.5em;
}
.contact .connect-section .col-md-4 p.light {
    margin-bottom: 0;
    color: var(--bs-Gray-500);
    padding: 10px 0 2px;
    font-size: 18px;
}
.contact .connect-section .col-md-8 p.light {
    color: var(--bs-Gray-500);
}
.cardWrapper .centre-img img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}
.cardWrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px 20px;
}
.centre-card{
    box-shadow: 6.54px 22.39px 61.49px 0 rgb(103 103 103 / 11%);
}
.centre-card h6 {
    color: #2E318C;
    margin-bottom: 2px;
}
.centre-card p {
    color: #2E318C !important;
}
.centre-card .centre-content{
    padding: 18px 24px 24px;
}
.centre-content .icon-box {
    display: flex;
}
.centre-content .icon-box i {
    font-size: 10.5px;
    color: var(--bs-Pink-Primary-400);
    padding-right: 8px;
    padding-top: 3px;
}
.centre-content .centre-info .icon-box p.small{
    margin-bottom: .8em;
    line-height: normal;
    font-size: 12px;
    color: #2E318C;
}
.centre-content .centre-info .icon-box a{
    text-decoration: none;
}
main .btn.btn-small {
    font-family: var(--bs-font-heading);
    color: var(--bs-Netural-White);
    font-size: 12px;
    font-weight: var(--bs-font-semibold);
    border-radius: 6px;
    background: linear-gradient(180deg, #ff7cb1, #ff3185);
    height: auto;
    border: none !important;
    position: relative;
    transition: color .3s ease;
    z-index: 1;
    overflow: hidden;
    padding: 7px 17px;
    display: block;
    text-decoration: none;
    margin: 1em auto;
    width: max-content;
}
.touch-section .Customforms{
    background: var(--bs-Netural-White);
}
.touch-section:before {
    content: '';
    position: absolute;
    background: url(../images/Contact/getintouch-overlay.webp);
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    z-index: -1;
}
.touch-section {
    background: linear-gradient(180deg, transparent, #e2e8f0);
    position: relative;
    z-index: 0;
}
.touch-section .flexbox-wrap {
    display: flex;
    column-gap: 4em;
}
.contact .getintouch {
    width: 60%;
}
.contact .Banner-img.has-form {
    width: 40%;
}
.misa-contact {
    border-top: 1px solid rgb(0 0 0 / 20%);
    padding: 0;
    margin-top: 1.5em;
}
.misa-contact h3 {
    background: linear-gradient(180deg, #dae6f7, #cdddf5);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 100px;
    line-height: normal;
    margin: 0;
}
.misa-contact p {
    color: #acc4e7;
}
.misa-contact img {
    margin-top: -175px;
    max-width: 220px;
    position: relative;
    left: 50%;
    transform: translateX(-60%);
    animation: linear infinite alternate;
    animation-name: run;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
}
@keyframes run{
    0% {
        left: 0;
        transform: translateX(0);
    }
    100% {
        left: 100%;
        transform: translateX(-100%);
    }
}


/*Written by pverma: As discussed with Dikshita */

.contact .centre-btn{
    display: none;
}
.contact .centre-card{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.contact .centre-card .centre-content{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.contact .centre-info{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* University CSS */
.universityListingPage .hero-section .container{
    display: flex;
    align-items: center;
}
.universityListingPage .hero-section{
    background: url(../images/University/University-banner-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 4em;
}
.universityListingPage .Banner-img {
    margin-top: -2.5em;
}
.universityListingPage .hero-section h1{
    font-size: 40px;
}
.universityListingPage .hero-section h1, .universityListingPage .hero-section p{
    color: var(--bs-Netural-White);
}
.universityListingPage .flexDiv,.universityListingPage .flexDiv .point {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.universityListingPage .flexDiv .point p{
    margin: 0 16px 0 0;
}
.universityListingPage p.w-semibold {
    font-weight: var(--bs-font-semibold);
    margin-bottom: 10px;
}
.universityListingPage .hero-section .tagline {
    margin-bottom: 0;
    padding-bottom: 22px;
    max-width: 80%;
}
.all-university.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.all-university.grid .grid-box {
    background: linear-gradient(white, white) padding-box, linear-gradient(134deg, #0F69AE, #66CA98) border-box;
    border-radius: 20px;
    border: 1.2px solid transparent;
    padding: 2em 2.5em;
}
.about-university h6 {
    background: -webkit-linear-gradient(1deg, #0F69AE, #00A653);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: var(--bs-font-bold);
    padding-right: 10px;
}
.about-university {
    padding: 1.5em 0 0.8em 0;
    border-bottom: 1px solid var(--bs-Pink-Primary-200);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-university p.small {
    margin: 0;
}
.all-university.grid p.course {
    color: var(--bs-Blue-Primary-600);
    font-weight: var(--bs-font-bold);
    padding-top: 12px;
    margin: 0;
}
.grid .university-info {
    display: flex;
    justify-content: space-between;
    column-gap: 1em;
}
.university-info p {
    margin: 0;
}
.university-info p.title {
    position: relative;
    padding-left: 16px;
}
.university-info p.title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 6px;
    width: 6px;
    background: var(--bs-Blue-Primary-600);
    border-radius: 50%;
    transform: translateY(-50%);
}
.university-info-box {
    padding-top: 2.5em;
}
.grid .university-info:not(:last-child) {
    padding-bottom: 10px;
}
.university-info p.description {
    color: var(--bs-heading-color);
    font-weight: var(--bs-font-semibold);
}
.university-info.total p.description {
    font-weight: var(--bs-font-bold);
    color: #16A34A;
    font-size: 16px;
}
.grid .university-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.grid .university-card .aboveSection {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.universityListingPage .top-area {
    background: var(--bs-Netural-White);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    margin-top: 1.5em;
    border-radius: 8px;
    display: flex;
    column-gap: 1em;
    align-items: center;
    justify-content: space-between;
    padding: 1.5em;
}
.search-box form {
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    display: flex;
    font-family: var(--bs-font-body);
    color: var(--bs-body-color);
    padding: 10.5px 12px;
    column-gap: 12px;
    align-items: center;
}
.search-box form input {
    outline: none;
    border: none;
}
.search-box {
    width: 62%;
}
.search-input {
    width: 100%;
}
.gridList ul {
    border: 1px solid #FF3185;
    border-radius: 10px;
    margin: 0;
}
.gridList .nav-pills .nav-link.active {
    background: linear-gradient(180deg, #FF7CB1, #FF3185);
    border-radius: 9px;
    padding: 10px 30px;
}
.gridList .nav-pills .nav-link {
    background: #fff;
    border-radius: 10px;
    color: #FF3185;
    padding: 10px 21.5px;
}
.gridList .nav-pills .nav-link .noActive {
    display: block;
}
.gridList .nav-pills .nav-link .Active {
    display: none;
}
.gridList .nav-pills .nav-link.active .Active {
    display: block;
}
.gridList .nav-pills .nav-link.active .noActive {
    display: none;
}
.gridList .nav-pills .nav-link {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.listSection {
    background: linear-gradient(white, white) padding-box, linear-gradient(134deg, #0F69AE, #66CA98) border-box;
    border-radius: 20px;
    border: 1.2px solid transparent;
}
.listSection .background {
    background: #F8FCFF;
    border-radius: 20px;
}
.listSection .tableFormat p {
    margin: 0;
}
.listSection .tableFormat {
    display: table;
    width: 100%;
    box-shadow: 0 1.07px 2.14px 0 rgb(0 0 0 / 5%);
}
.listSection .tableHeader {
    display: table-header-group;
    background: linear-gradient(90deg, #2563EB, #1D4ED8);
    border-radius: 8px 8px 0 0;
}
.listSection .tableBody {
    display: table-row-group;
    background: var(--bs-Netural-White);
}
.listSection .tableRow {
    display: table-row;
    width: 100%;
}
.listSection .tableData {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
}
.tableHeader .tableData p {
    color: var(--bs-Netural-White);
    font-weight: var(--bs-font-medium);
}
.listSection .tableData.universityName {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.listSection .tableBody .tableData {
    border-bottom: 1px solid #E5E7EB;
}
.listSection .tableBody .tableData.totalCost p {
    color: #16A34A;
    font-weight: var(--bs-font-semibold);
    white-space: nowrap;
}
.listSection .tableData.center {
    text-align: center;
}
.listSection .tableData.w-bold p {
    color: var(--bs-heading-color);
    font-weight: var(--bs-font-semibold);
    white-space: nowrap;
}
.listSection .tableData.duration {
    white-space: nowrap;
}