.text-gradient {
    background: -webkit-linear-gradient(125deg,rgba(40, 7, 157, 1) 0%, rgba(67, 29, 200, 1) 33%, rgba(98, 57, 241, 1) 66%, rgba(27, 0, 118, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
html{
  scroll-behavior: smooth;
}
body{
  padding: 86px 0 0 !important;
  scroll-behavior: smooth;
  margin: 0;
  font-family: Lato;
}
.fs-16,
.phone-list .formRow--input-wrapper .selected-dial-code,
body,
p {
  font-size: 16px;
}

.mt-0,
h1,
h2,
h3,
h4,
h5,
p {
  margin-top: 0;
}

.fw-400,
body {
  font-weight: 400;
}

.d-in-block,
a {
  display: inline-block;
}

.navbar-nav,
li {
  list-style: none;
}

.accordion-btn.active span svg path:last-child,
.mba-sucss-text-sngl.active .mba-sucss-text-dot-line,
.sat-testi-icon-dtl,
.sat-testi-slider .swiper-slide {
  visibility: hidden;
  opacity: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

.navbar,
.row {
  display: -ms-flexbox;
}

.d-flex,
.row {
  display: flex;
}

.row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.flex-column{
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center,
.mmf-banner-form-wrap form .row {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.gmat-suprchrge-slider,
.mster-banner-form .intl-tel-input,
.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.col-md-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-md-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-md-4 {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.col-md-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-md-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-md-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-md-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-md-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-md-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12,
.col-md-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.mmf-testi-text p,
.text-justify {
  text-align: justify;
}

.border-0 {
  border: 0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-0,
.new-middle-form .counselling-form .row,
ul {
  margin: 0;
}

.banner-form .row,
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mb-0{
  margin-bottom: 0;
}

.ml-0{
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mb-12{
  margin-bottom: 12px;
}
.ml-18 {
  margin-left: 18px;
}
.mr-18 {
  margin-right: 18px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20{
  margin-bottom: 20px;
}
.mt-24 {
  margin-top: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-36 {
  margin-top: 36px;
}
.mb-36{
  margin-bottom: 36px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}
.p-5 {
  padding: 3rem;
}
.pl-0,
.px {
  padding-left: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pt-4 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 3rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pr-3 {
  padding-right: 1rem;
}
.pr-0,
.px {
  padding-right: 0;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}
.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40{
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}

.py-50 {
  padding: 50px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.py-60 {
  padding: 60px 0;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.py-70 {
  padding: 70px 0;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.lh-24{
  line-height: 24px;
}
.lh-46{
  line-height: 46px;
}
.ff-monts {
  font-family: Montserrat;
}

.ff-lato {
  font-family: Lato;
}

.fs-10 {
  font-size: 10px;
}

.fs-12{
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fs-34 {
  font-size: 34px;
}

.fs-36 {
  font-size: 36px;
}

.fs-38 {
  font-size: 38px;
}

.fs-40 {
  font-size: 40px;
}

.fs-46 {
  font-size: 46px;
}

.fs-64 {
  font-size: 64px;
}

.fs-60 {
  font-size: 60px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700, .fw-bold {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.lh-1 {
  line-height: 1;
}

.lh-12 {
  line-height: 12px;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-19 {
  line-height: 19px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-26 {
  line-height: 26px;
}

.lh-30 {
  line-height: 30px;
}

.lh-36 {
  line-height: 36px;
}

.lh-38 {
  line-height: 38px;
}

.lh-40 {
  line-height: 40px;
}

.lh-42{
  line-height: 42px;
}

.lh-44 {
  line-height: 44px;
}

.lh-52 {
  line-height: 52px;
}

.lh-57 {
  line-height: 57px;
}

.lh-60 {
  line-height: 60px;
}

.lh-82 {
  line-height: 82px;
}

.lh-48 {
  line-height: 48px;
}

.ls-10 {
  letter-spacing: 0.1px;
}

.ls-50 {
  letter-spacing: 0.5px;
}

.ls-05 {
  letter-spacing: 0.05px;
}

.ls-07 {
  letter-spacing: 0.07px;
}

.ls-70 {
  letter-spacing: 0.7px;
}

.ls-07em {
  letter-spacing: 0.07em;
}

.ls-15{
  letter-spacing: 0.15px;
}

.ls-m-50 {
  letter-spacing: -0.5px;
}
.text-uppercase, .uppercase{
  text-transform: uppercase;
}
.text-white {
  color: #fff;
}

.color-blue{
  color: #2a089f;
}

.color-black{
  color: #000;
}

.color-gray {
  color: #606060;
}
.color-363638{
  color: #363638;
}
.color-835fff {
  color: #835fff;
}

.color-868589 {
  color: #868589;
}

.color-757575 {
  color: #757575;
}

.color-3c3c3c {
  color: #3c3c3c;
}
.text-underline{
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.d-none,
.for-mobile,
.hide{
  display: none;
}

.d-block,
.show{
  display: block;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.bg-light-gray {
  background: rgba(127, 86, 217, 0.02);
}

.bg-image{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-white {
  background-color: #fff;
}

.bg-transparent {
  background-color: transparent;
}

.intl-tel-input .country-list {
  max-width: 336px;
}
.btn-secondary{
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #2A089F;
  background-color: #fff;
  border: 1px solid #2A089F;
  border-radius: 8px;
  padding: 11px 13px;
  transition: all .3s ease-in-out;
}
.btn-secondary:hover{
  color: #fff;
  background-color: #2A089F;
}
/*Header css start*/
header{
  padding: 16px 0;
  box-shadow: 0 1.5px 18px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

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

.navbar-brand {
  width: 200px;
}

.navbar-brand img {
  max-height: 100%;
}
.navbar {
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-collapse {
  width: calc(100% - 200px);
}
.navbar-list{
  width: calc(100% - 220px);
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.navbar-list > li{
  margin-right: 20px;
  line-height: 1;
}
.navbar-list li:last-child{
  margin-right: 0;
}
.nav-link {
  padding: 0.5rem 1rem;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .25px;
  font-weight: 400;
  color: #000000;
  transition: all .3s ease-in-out;
}
.nav-link:hover{
  color: #2A089F;
}
.nav-angle-down svg{
  transition: all .3s ease-in-out;
}
.nav-angle-down.rotate-180 svg {
    transform: rotate(180deg)
}
.sub-menu-item {
  position: absolute;
  padding-left: 0;
  background: #fff;
  box-shadow: 0 4px 16px rgba(28, 37, 44, .1);
  border-radius: 8px;
  width: 200px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  margin-top: 0;
}
.sub-menu-item li a{
  display: block;
  padding: 12px 14px;
  font-size: 14px;
  color: #000;
  transition: all .3s ease-in-out;
}
.sub-menu-item li a:hover{
  color: #2A089F;
  background: #2a089f26;
}
/*Header css end*/
/*Footer css start*/
.footer-about-us .bottom-logo{
  width: 198px;
}
.footer-main-footer {
  padding-left: 120px;
}
.footer-about-us p {
  font-size: 16px;
  line-height: 22px;
  color: #666668;
  margin-top: 20px;
  letter-spacing: 0.5px;
}
.ft-menu{
  padding-top: 20px;
  padding-right: 100px;
}
.ft-menu:last-child{
  padding-right: 0;
}
.ft-dubl-menu ul{
  padding-right: 80px;
}
.ft-dubl-menu ul:last-child{
  padding-right: 0;
}
.ft-menu h3 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 15px;
}
.ft-menu ul li {
  line-height: 24px;
  margin-bottom: 8px;
}
.ft-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.footer-2 {
  background-color: #fff;
  height: auto;
  padding: 48px 15px 38px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.btm-footer {
  background: #fff;
  color: #222;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .4px;
}
/*Footer css end*/
/*Home page css start*/
.h-hero-sec{
  background: #E5DDFF;
  background: linear-gradient(180deg, rgba(248, 241, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.side {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.row-2,
.row-3 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.row-2{
  max-width: 330px;
}
.h-hero-center-cntnt {
  max-width: 500px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
}

.h-hero-hdng {
  font-size: 2.875rem;
  font-weight: bold;
  letter-spacing: 0.73px;
  margin-bottom: 10px;
}
/*Gradient Button with animation start*/
.anim-primary-btn {
    background: linear-gradient(to right, #2A089F, #9747FF);
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px;
    text-decoration: none;
    transition: all .4s;
    display: flex;
    position: relative;
    overflow: hidden;
    transform: translate3d(0,0,0) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,0deg);
    transform-style: preserve-3d;
    box-shadow: 4px 4px 10px 0 #C89FFF;
    font-family: Lato;
    border: 0;
}

.anim-primary-btn-bg {
    z-index: 1;
    background: linear-gradient(to right, #2A089F, #9747FF);
    border-radius: 8px;
    position: relative;
    color: #fff;
    padding: 13px 32px;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}
.anim-primary-btn-text{
  font-family: Lato;
  line-height: 1.125;
}

.anim-primary-btn:hover {
    transform: scale(1.05);
}

.border-gradient {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-height: 30rem;
    position: absolute;
    transform: rotate(-55deg)
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.border-gradient {
    animation: spin 3s linear infinite;
    background: conic-gradient(from 0 at 50% 50%,#ffffff 0deg,#fff0 60deg,#fff0 310deg,#ffffff 360deg)
}

.anim-primary-btn:hover .border-gradient {
    animation-duration: 3s;
    animation-play-state: running
}
/*Gradient Button with animation end*/
.btn-primary {
  background: linear-gradient(to right, #2A089F, #9747FF);
  color: #fff;
  padding: 14px 30px;
  border: none;
  border-radius: 8px;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  box-shadow: 4px 4px 10px 0 #C89FFF;
  transition: all 0.3s ease;
  font-family: Lato;
}

.btn-primary:hover {
  transform: scale(1.05);
  color: #fff;
}

.card {
  width: 158px;
  height: 150px;
  perspective: 1000px;
}

.card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.card:hover .card-inner,
.card.flipped .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 22px;
  overflow: hidden;
}

.card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-back {
  background-color: #CAC1E8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transform: rotateY(180deg);
  padding: 10px;
}

.card-back a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.h-comn-headng{
  font-size: 34px;
  line-height: 60px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.h-comn-para{
  color: #363638;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.h-jorny-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px 23%;
}
.h-jorny-icon{
  width: 62px;
  height: 62px;
}
.h-icon-bg{
  border-radius: 12px;
  background: linear-gradient(136deg, rgba(159, 131, 255, 1) 12%, rgba(131, 95, 255, 1) 100%);
  box-shadow: 0 0 0 1px rgba(67, 56, 202, 0.6), 0 1px 3px 0 rgba(49, 46, 129, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-jorny-cntnt{
  width: calc(100% - 62px);
  padding-left: 14px;
}
.h-faq-sec{
  background-color: #f0ebff;
}
.h-faq-sec-inn{
  max-width: 960px;
    margin: auto;
    padding: 42px;
    border-radius: 20px;
    background-color: #fff;
}
.h-faq-sec-inn .accordion-single{
  border: 1px solid #D5C8FF;
  border-left: 7px solid #835FFF;
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 24px;
  box-shadow: none;
}
.h-faq-sec-inn .accordion-single:last-child{
  margin-bottom: 0;
}
.h-faq-sec-inn button{
  background-color: transparent;
  transition: all .3s ease-in-out;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  align-items: center;
  color: #363638;
  border: 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  padding: 0;
  font-family: Lato;
}
.h-faq-sec-inn button.active{
  color: #3A0CD9;
}
.h-faq-sec-inn .accordion-btn span{
  background-color: transparent;  
  margin-left: 15px;
}
.h-faq-sec-inn .accordion-btn span svg{
  width: 12px;
  height: 12px;
}
.h-faq-sec-inn .accordion-btn span svg{
  transform: rotate(45deg);
  transition: all .3s ease-in-out;
}
.h-faq-sec-inn .accordion-btn.active span svg{
  transform: rotate(180deg);
}
.h-faq-sec-inn .accordion-btn span svg path{
  transition: all .3s ease-in-out;
}
.h-faq-sec-inn .accordion-btn.active span svg path{
  fill: #835fff;
}
.h-faq-sec-inn .accordion-btn.active span svg path:last-child{
  visibility: visible;
  opacity: 1;
}
.h-faq-sec-inn .accrd-dtl{
  padding: 12px 70px 0 0;
}
.h-faq-sec-inn .accrd-dtl p, .h-faq-sec-inn .accrd-dtl li{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  color: #363638;
  font-family: Lato;
}
.h-testi-sec{
  margin-top: 100px;
  padding-left: 6%;
  background: #F4F2FF;
}
.h-testi-sec .h-comn-headng{
  line-height: 46px;
}
.h-testi-sec .h-comn-para{
  font-size: 16px;
  line-height: 28px;
}
.h-testi-slider-inn{
  border-radius: 40px 0 0 40px;
  background: linear-gradient(136deg, rgba(196, 178, 255, 1) 10%, rgba(115, 104, 212, 1) 100%);
  box-shadow: 0 0 0 18px #EEEAFF;
  padding: 28px 0 28px 28px;
}
.h-testi-slider{
  padding-right: 80px !important;
}
.h-testi-card{
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 8px;
}
.h-testi-card-inn{
  border-radius: 12px;
  padding: 16px;
}
.h-testi-icon {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  margin-bottom: 12px;
  overflow: hidden;
}
.h-testi-icon img{
  max-height: 100%;
  height: 100%;
  object-fit: cover;
}
.h-testi-quote{
  position: relative;
  bottom: -5px;
  left: -8px;
}
.h-testi-read-btn{
  background: #F0EBFF;
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #2A089F;
  text-transform: uppercase;
  display: block;
  text-align: center;
  transition: all .3s ease-in-out;
}
.h-testi-read-btn:hover{
  color: #fff;
  background: #2A089F;
}
.youtube-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.h-testi-yt{
  position: absolute;
  right: 24px;
  top: 24px;
  width: 40px;
  transition: all .3s ease-in-out;
}
.h-testi-yt:hover{
  transform: scale(1.05);
}
.h-expert-sec{
  padding-top: 120px;
}
.h-exprt-slider{
  padding-top: 40px !important;
}
.h-exprt-sngl{
  border: 1px solid #9E82FF;
  background: linear-gradient(to right, #ffffff, #f7f5ff);
  padding: 24px 16px;
  border-radius: 20px;
}
.h-exprt-icon{
  width: 98px;
  height: 98px;
  border-radius: 50%;
}
.h-exprt-dtl{
  width: calc(100% - 98px);
  padding-left: 20px;
}
.h-exprt-dvdr{
  height: 10px;
  position: relative;
  margin: 14px 0 18px;
}
.h-exprt-dvdr::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #BAA5FF;
}
.h-exprt-dvdr::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-image: url(../images/home/h-expert-cross.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fbfaff;
  padding: 0 8px;
}
.animate-hdng-icon{
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: transform 2s ease, opacity 2s ease;
}
#animat-icon-sec.animate .animate-hdng-icon{
  opacity: 1;
}
#animat-icon-sec.animate .animate-hdng-icon-one{
  transform: translate(-620%, -222%) scale(1);
}
#animat-icon-sec.animate .animate-hdng-icon-two{
  transform: translate(-640%, -90%) scale(1);
}
#animat-icon-sec.animate .animate-hdng-icon-three{
  transform: translate(-918%, 110%) scale(1);
}
#animat-icon-sec.animate .animate-hdng-icon-four{
  transform: translate(530%, -232%) scale(1);
}
#animat-icon-sec.animate .animate-hdng-icon-five{
  transform: translate(722%, -108%) scale(1);
}
#animat-icon-sec.animate .animate-hdng-icon-six{
  transform: translate(712%, 98%) scale(1);
}
.h-suprt-talk-tag span{
  background: #F7F7F8;
  padding: 6px 16px;
  border-radius: 30px;
}
.h-suprt-talk-btn img{
  margin-left: 4px;
}
.h-suprt-box-wrap{
  background-image: url(../images/home/h-suprt-bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 1520px;
  margin: auto;
}
.h-suprt-boxes-top{
  height: 460px;
  max-width: 900px;
  margin: auto;
}
.h-suprt-box-top-icon{
  background: linear-gradient(to right, #ffffff, #f9fafb);
  width: 56px;
  height: 56px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.h-suprt-box-top-ttl{
  background: rgba(58, 58, 64, 0.05);
  border-radius: 8px;
  padding: 6px 12px;
  backdrop-filter: blur(2px);
}
.h-suprt-box-top-one{
  top: 16%;
  left: 7%;
}
.h-suprt-box-top-two{
  top: 48%;
  left: 18%;
}
.h-suprt-box-top-three{
  bottom: 10%;
  left: -4.5%;
}
.h-suprt-box-top-four{
  top: 16%;
  right: 7%;
}
.h-suprt-box-top-five{
  top: 48%;
  right: 18%;
}
.h-suprt-box-top-six{
  bottom: 10%;
  right: -4.5%;
}
.h-suprt-box-top-seven{
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h-suprt-hdng-box{
  height: 216px;
  padding-top: 10px;
}
.h-suprt-card-icon{
  width: 56px;
  height: 56px;
}
.h-suprt-card-sngl{
  width: 154px;
  text-align: center;
}
.h-suprt-cards-row{
  max-width: 810px;
  margin: 12px auto 0;
}
.featured-logo-row {
  gap: 30px;
}
.featured-logo-single img {
  max-width: 100%;
  height: 42px;
}
.sat-flexble-box {
  background-color: #fff;
  box-shadow: 0 1px 8px 0 #e3ebf4;
  border-radius: 20px;
  overflow: hidden;
}

.sat-flexble-heading {
  background-color: #9e82ff;
  padding: 15px 26px
}

.sat-flexble-content {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.color-835fff,.sat-flexble-price .sat-flexble-price-rs {
  color: #835fff
}

.sat-flexble-price {
  width: max-content;
  margin: 0 auto 20px
}

.sat-flexble-content .list {
  padding: 0;
  margin-top: 10px;
  min-height: auto;
  margin-bottom: 30px
}

.sat-flexble-content .list li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: .15px;
  color: #363638;
  padding-left: 30px;
  position: relative;
  margin-bottom: 16px;
}

.sat-flexble-content .list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url(../images/home/pkge-pruple-tick.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sat-flexble-content a:hover {
  color: #fff;
}
.flxble-recmnd {
  background: linear-gradient(to right, #6A4CD5, #2A089F);
  padding: 10px;
}
.mba-form-sec .h-comn-headng{
  line-height: 46px;
}
.mba-form-sec .h-comn-para{
  color: #000000;
  font-weight: 600;
}
.mba-form-sec .counselling-item{
  padding: 0px 0px 24px;
}
.mba-form-sec .counselling-icon {
  width: 70px;
  margin-right: 0px;
  min-width: 70px;
}
.mba-form-sec .counselling-info {
  width: calc(100% - 70px);
  padding-left: 20px;
}
.main-ldng-get-form {
  background-image: url(../images/h-get-in-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -38px;
  padding: 70px 0;
}
.main-ldng-get-form .counselling-form {
  max-width: 335px;
  margin: auto;
  padding: 24px;
  border: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 20px;
}
.counselling-form-title {
    text-align: left;
    color: #2A089F;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 0;
}
.main-ldng-get-form .intl-tel-input .country-list {
    max-width: 286px;
}
.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
.h-exprt-slider-wrap .h-mentor-navigation-btn{
  width: 48px;
  height: 48px;
  background: #EBEAFF;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  margin: 0;
}
.h-exprt-slider-wrap .swiper-button-prev{
  left: -80px;
}
.h-exprt-slider-wrap .swiper-button-next{
  right: -80px;
}
.h-exprt-slider-wrap .h-mentor-navigation-btn:hover{
  background: #2A089F;
}
.h-exprt-slider-wrap .h-mentor-navigation-btn svg path{
  transition: all .3s ease-in-out;
  margin: 0;
}
.h-exprt-slider-wrap .h-mentor-navigation-btn:hover svg path{
  fill:#fff;
}
/*Home page css end*/
/*Programs list page*/
.programs-list-card{
    border:0.8px solid #CFD0D1;
    border-radius: 8px;
    height: 280px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    margin-bottom: 20px;
}
.program-name-col{
    padding: 10px;
    color: #363638;
    height: 40px;
}
.program-name-col p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}
.program-img-col{
    height: 200px;
}
.program-img-col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.program-btm-cta{
    background:#2A089F;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
    z-index: 2;
    height: 40px; 
}
.program-overlay-content{
    position: absolute;
    width: 100%;
    bottom:39px;
    left: 0;
    z-index: 1;
    background:rgba(255,255,255,0.8);
    padding: 15px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    opacity: 0;
    height: 0px;
    transition: height 0.3s ease, padding 0.3s ease;
}
.program-overlay-content p{
  margin-bottom: 0;
}
.programs-list-card:hover .program-overlay-content{
    height: 200px;
    opacity: 1;
}
/*close programs list page*/
.univ-image-col img{
  width: 100%;
  object-fit: cover;
}
.program-title-col img{
  width: 50px;
  position: absolute;
  left: 0;
  top:0;
}
.program-title-col h1{
  padding-left: 65px;
}
.position-relative{
  position: relative;
}
.rank-col{
  background: rgba(0,0,0,0.7);
  padding: 8px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 22px;
  font-weight: 600;
}
.univ-detail-descrp p, .univ-detail-descrp ul li{
  font-size: 18px !important;
  color: #363638 !important;
  line-height: 28px !important;
  position: relative;
}
.univ-detail-descrp ul{
  padding-left:0px;
}
.univ-detail-descrp ul > li{
  padding-left: 35px;
  margin-bottom: 10px;
}
.univ-detail-descrp ul > li:before{
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../images/check-icon.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.univ-detail-descrp ul > li > ul > li{
  list-style: disc;
  padding-left:0;
}
.univ-detail-descrp ul > li > ul{
  padding-left: 15px;
}
.univ-detail-descrp ul > li > ul > li:before, .h-faq-sec-inn ul li:before{
  content: none;
}
.p-0{
  padding: 0 !important;
}
.prgm-detail-faq button{
  font-size: 18px;
}
.prgm-section-hd{
  position: relative;
  border-left: 4px solid #835FFF;
  padding: 5px 0 5px 5px;
}
.sidebar-tab-col{
  border:1px solid #BAA5FF;
  background: #ffffff;
  border-radius: 10px;
}
.sidebar-hd-col{
  background: #F0EBFF;
  padding: 10px 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 0;
}
.sidebar-hd-col p{
  color: #000000;
  font-weight: 600;
  font-size: 20px;
}
.sidebar-tab-col ul{
  padding-left: 0;
}
.sidebar-tab-col ul li a{
  padding:6px 15px;
  display: inline-block;
  color: #363638;
  font-weight: 500;
  font-size: 18px;
}
.sidebar-tab-col ul li a:hover{
  color: #835FFF;
}
.sidebar-tab-col ul li a.active{
  color: #835FFF;
  font-weight: 600;
}
.sticky-top{
  position: sticky;
  top: 92px;
}
.sidebar-action-cta{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #835FFF;
  padding: 7px 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.sidebar-action-col{
  border:1px solid #CFD0D1;
  border-radius: 10px;
}
.p-3{
  padding: 15px;
}
.text-primary{
  color: #835FFF;
}
/*testimonial css start*/
.mba-testi-detail-card-wrap{
  border: 1px solid #BAA5FF;
  padding: 38px;
  max-width: 920px;
  border-radius: 20px;
}
.mba-testi-detail-card-icon{
  width: 200px;
}
.mba-testi-detail-card-dtl{
  width: calc(100% - 200px);
  padding-left: 38px;
}
.mba-testi-dtl-univ{
  width: 275px;
}
.mba-testi-dtl-univ-icon{
  width: 54px;
  background: #F9F9F9;
  padding: 5px;
  border-radius: 6px;
}
.mba-testi-dtl-univ-text{
  width: calc(100% - 54px);
  padding-left: 12px;
}
.mba-testi-dtl-univ-dubl .mba-testi-dtl-univ-icon{
  width: auto;
}
.mba-testi-dtl-univ-dubl .mba-testi-dtl-univ-icon img{
  height: 46px;
  object-fit: contain;
}
.mba-testi-dtl-tag{
  background: #F0EEFF;
  padding: 10px 14px;
  border-radius: 6px;
}
.mba-testi-dtl-tag span{
  white-space: nowrap;
  margin-right: 4px;
}
.mba-testi-dtl-tag-wrap{
  gap: 20px;
}
.mba-testi-dtl-para-list{
  padding-left: 24px;
}
.mba-testi-dtl-para-list li{
  list-style-type: disc;
}
.mba-testi-detail-video iframe{
  max-width: 900px;
  width: 100%;
  height: 500px;
}
/*testimonial css end*/
/*success story page start*/
.sucs-bnr-box{
  background: #F0EBFF;
  border-radius: 40px;
  height: 572px;
}
.sucs-bnr-box-inn{
  max-width: 780px;
}
.sucs-hdng-icon{
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: transform 2s ease, opacity 2s ease;
}
#sucs-bnr-icon-sec.animate .sucs-hdng-icon{
  opacity: 1;
}
#sucs-bnr-icon-sec.animate .sucs-hdng-icon-one{
  transform: translate(-790%, -300%) scale(1);
}
#sucs-bnr-icon-sec.animate .sucs-hdng-icon-two{
  transform: translate(-770%, -96%) scale(1);
}
#sucs-bnr-icon-sec.animate .sucs-hdng-icon-three{
  transform: translate(-960%, 130%) scale(1);
}
#sucs-bnr-icon-sec.animate .sucs-hdng-icon-four{
  transform: translate(792%, -318%) scale(1);
}
#sucs-bnr-icon-sec.animate .sucs-hdng-icon-five{
  transform: translate(896%, -104%) scale(1);
}
#sucs-bnr-icon-sec.animate .sucs-hdng-icon-six{
  transform: translate(782%, 112%) scale(1);
}
.sucs-std-sngl{
  border-radius: 20px 20px 0 0;
  border: 1px solid #9E82FF;
  overflow: hidden;
}
.sucs-std-img{
  background: #BAA5FF;
}
.sucs-std-dtl{
  padding: 10px 16px;
  min-height: 92px;
}
.sucs-std-name{
  border-bottom: 1px solid #CBCBCD;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.sucs-student-inn{
  padding: 0 1%;
}
.sucs-achivr-cards{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 70px 30px;
}
.sucs-achivr-card{
  border: 1px solid #9E82FF;
  border-radius: 20px;
  padding: 6px;
}
.sucs-achivr-name{
  width: 86%;
  border: 1px solid #9E82FF;
  background: #fff;
  height: 42px;
  border-radius: 30px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.sucs-achivr-univ-logo{
  width: 50px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sucs-achivr-univ-name{
  width: calc(100% - 50px);
}
/*success story page end*/
.prgm-detail-faq ul li button p{
  margin-bottom: 0;
  position: initial;
}
.prgm-detail-faq ul li button{
  position:relative;
  justify-content: start;
  padding-right: 25px;
}
.prgm-detail-faq .accordion-btn span{
  position: absolute;
  right: 0;
  top: 0;
}
.ddln-fltr-box .semantic-select.ui.selection.dropdown{
  background: #FBFBFB;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
}
.ddln-fltr-srch{
  width: 350px;
}
.ddln-fltr-srch img{
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.ddln-fltr-srch input{
  border: 1px solid #E7E7E7;
    background: #FCFCFC;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.243;
    padding: 13px 28px 13px 50px;
    width: 100%;
    color: #000;
    outline: 0;
    transition: all .3s ease-in-out;
}
.ddln-fltr-srch input:focus{
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
.ddln-card-row{
  row-gap: 30px;
}
.ddln-card-logo img{
  max-height: 100%;
}
.ddln-card-table table{
  border: 1px solid #000000;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    max-width: 315px;
    margin: auto;
    width: 100%;
}
.ddln-card-table tbody tr:nth-child(odd){
  background-color: transparent;
}
.ddln-card-table table th{
  border-bottom: 1px solid #000000;
}
.ddln-card-table table td{
  border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align: center;
    width: 50%;
}
.ddln-card-table table tr td:last-child, .ddln-card-table table tr th:last-child {
  border-right: none;
}
.ddln-card-table table tr:last-child td {
  border-bottom: none;
}
.ddln-card-table th p{
  background: rgba(196, 178, 255, 0.3);
}
.ddln-card-sngl{
  border: 1px solid #eee;
    padding: 22px;
    border-radius: 5px;
}
.ddln-card-hdng h3, .ddln-card-hdng p{
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ddln-card {
  transition: opacity 0.3s ease;
}
.ddln-card[style*="display: block"] {
  opacity: 1;
}
.pr-10 {
    padding-right: 10px;
}
.mb-12, .undrgad-srvc-ttl {
    margin-bottom: 12px;
}
.ddln-card-dtl-sngl, .ddln-card-table p{
  line-height: 24px;
}
.color-747474{
  color: #747474;
}
.h-faq-sec-inn .accrd-dtl{
  display: none;
}
/*top mba program slider start*/
.prog-testi-sngl{
  background: #F0EBFF;
  border-radius: 14px;
  padding: 28px;
}
.prog-testi-sngl::before{
  content: '';
  position: absolute;
  left: 12px;
  top: 16px;
  background-image: url(../images/top-mba-programs/quote.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
}
.univ-detail-descrp .prog-testi-text{
  font-size: 16px !important;
  line-height: 24px !important;
}
.univ-detail-descrp .prog-testi-name{
  color: #868589 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
.univ-detail-descrp .prog-testi-admit{
  font-size: 14px !important;
  line-height: 20px !important;
}
.prog-testi-slider{
  padding: 0 165px !important;
}
.prog-testi-slider::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
.prog-testi-slider::after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  z-index: 9;
}
.prog-navigation{
  height: 48px;
  width: 148px;
  margin: 30px auto 0;
}
.prog-testi-slider .prog-navigation-btn{
  width: 48px;
  height: 48px;
  background: rgb(235, 234, 255);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  margin: 0px;
  top: 0;
}
.prog-testi-slider .prog-navigation-btn:hover{
  background: #2A089F;
}
.prog-testi-slider .prog-navigation-btn svg path{
  transition: all .3s ease-in-out;
  margin: 0;
}
.prog-testi-slider .prog-navigation-btn:hover svg path{
  fill:#fff;
}
/*top mba program slider end*/
@media screen and (min-width: 768px) and (max-width:991px){
  .ddln-fltr-box .semantic-select.ui.selection.dropdown{
    padding: .857em 2.1em .857em 1em;
  }
  .ddln-fltr-box .semantic-select.ui.selection.dropdown>.dropdown.icon{
    top: 1em;
  }
  .ddln-card-row .col-md-4{
    -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
}
@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1177px;
        margin: auto;
        padding: 0 15px
    }
}
@media (min-width: 1300px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1277px;
        margin: auto;
        padding: 0 15px
    }
}
@media screen and (min-width: 1201px) and (max-width: 1399px) {
  .h-hero-hdng{
    font-size: 2.625rem;
  }
  .h-hero-para{
    font-size: 16px;
  }
  .h-testi-cntnt{
    font-size: 14px;
  }
  .h-comn-headng{
    font-size: 30px;
  }
  .h-testi-sec .h-comn-headng {
    line-height: 42px;
  }
  .h-testi-card-inn{
    padding: 14px;
  }
  .h-testi-univ{
    font-size: 12px;
  }
  .h-exprt-cntnt{
    font-size: 14px;
  }
  .h-exprt-sngl{
    padding: 18px 12px;
  }
  .h-exprt-slider-wrap .h-mentor-navigation-btn{
    width: 30px;
    height: 30px;
  }
  .h-exprt-slider-wrap .swiper-button-prev {
    left: -18px;
  }
  .h-exprt-slider-wrap .swiper-button-next {
    right: -18px;
  }
  .h-suprt-boxes-top{
    height: 412px;
  }
  .h-exprt-slider{
    padding-bottom: 5px!important;
  }
  .sidebar-tab-col ul li a{
    padding: 4px 15px;
    font-size: 14px;
  }
  .sidebar-hd-col{
    padding: 6px 15px;
  }
  .sidebar-hd-col p{
    font-size: 16px;
  }
  .sidebar-action-cta{
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-lg .navbar-collapse {
    transform: translateX(0);
  }

  .container {
    max-width: 1200px;
  }

  .navbar .navbar-nav > li {
    padding-right: 10px !important;
  }
}
@media (min-width: 992px) {
  .programs-list-card{
    width: 23.5%;
    margin-left: 2%;
  }
  .programs-list-card:nth-child(4n+1){
      margin-left:0;
  }
  .univ-detail-descrp{
    padding-right: 15px;
  }
}  
@media (min-width: 767px) {
  .d-sm-none{
    display: none;
  }
}
@media (max-width: 991px) {
  /*header css start*/
  .navbar-light .navbar-toggler {
    background-color: transparent;
    border: none;
    outline: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }
  .navbar-toggler-icon {
    background: url(../images/icon-hamburger.svg) no-repeat; #fff !important;
    width: 32px;
    height: 32px;
    display: inline-block;
  }
  .navbar-collapse {
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    left: -100%;
    padding: 20px 0;
    top: 58px;
    transition: .2s;
    overflow: auto;
    border-top: 1px solid #ddd;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
  }
  .slide-open-navbar.in {
    left: 0;
    transform: translateX(0);
  }
  .navbar-list {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    padding-right: 0;
  }
  .nav-btm-btn{
    width: 100%;
    justify-content: flex-start;
    padding: 15px;
  }
  .navbar-nav>li {
    border-bottom: 1px solid #e2e2e2;
    padding-left: 0;
    margin-right: 0;
    width: 100%;
    position: relative;
  }
  .nav-link{
    line-height: 24px;
    padding: 0.5rem 0 0.5rem 15px;
  }
  .nav-angle-down {
    position: absolute;
    top: 9px;
    right: 15px;
  }
  .sub-menu-item {
    position: initial;
    box-shadow: initial;
    width: 100%;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .sub-menu-item li{
    border-top: 1px solid #e2e2e2;
  }
  /*header css end*/
  /*footer css start*/
  .footer-main-footer {
    padding-left: 0;
    gap: 14px 0;
  }  
  .ft-menu{
    padding-right: 0;
    width: 100%;
    padding-top: 0;
  }
  .footer-2{
    padding: 30px 0 10px;
  }
  .ft-dubl-menu ul {
    padding-right: 0;
    width: 100%;
  }
  .made-love-text{
    text-align: left;
    margin-top: 10px;
  }
  /*Footer css end*/
  .programs-list-card{
    width: 32%;
    margin-left: 2%;
  }
  .programs-list-card:nth-child(3n+1){
      margin-left:0;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding: 60px 0 0 !important;
  }
  .col-lg-6,
  .sm-w-100 {
    width: 100%;
  }

  .sm-pl-0,
  .sm-px-0 {
    padding-left: 0;
  }

  .sm-pr-0,
  .sm-px-0 {
    padding-right: 0;
  }

  .sm-ml-0,
  .sm-mx-0 {
    margin-left: 0;
  }

  .for-mobile,
  .sm-d-block {
    display: block;
  }

  .for-desktop,
  .sm-d-none {
    display: none;
  }

  .sm-flex-column-reverse {
    flex-direction: column-reverse;
  }

  .col-md-10,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sm-text-left {
    text-align: left;
  }

  .sm-text-center {
    text-align: center;
  }

  .sm-text-right {
    text-align: right;
  }

  .sm-mr-40 {
    margin-right: 20px;
  }

  .sm-mr-0,
  .sm-mx-0 {
    margin-right: 0;
  }

  .sm-pt-45 {
    padding-top: 45px;
  }

  .sm-pb-90 {
    padding-bottom: 45px;
  }

  .sat-testi-sec,
  .sm-pt-0 {
    padding-top: 0;
  }

  .sm-pb-0 {
    padding-bottom: 0;
  }

  .sm-pt-10 {
    padding-top: 10px;
  }

  .sm-pb-10 {
    padding-bottom: 10px;
  }

  .sm-pt-20 {
    padding-top: 20px;
  }

  .sm-pb-20 {
    padding-bottom: 20px;
  }

  .sm-pt-25 {
    padding-top: 25px;
  }

  .sm-pb-25 {
    padding-bottom: 25px;
  }

  .sm-pl-15 {
    padding-left: 15px;
  }

  .sm-pr-15 {
    padding-right: 15px;
  }

  .sm-mt-0 {
    margin-top: 0;
  }

  .sm-mb-0{
    margin-bottom: 0;
  }

  .sm-mt-5 {
    margin-top: 5px;
  }

  .sm-mb-20 {
    margin-bottom: 20px;
  }

  .sm-mb-28 {
    margin-bottom: 28px;
  }

  .sm-mb-32 {
    margin-bottom: 32px;
  }

  .sm-mb-35 {
    margin-bottom: 35px;
  }

  .sm-pl-5 {
    padding-left: 5px;
  }

  .sm-pl-10 {
    padding-left: 10px;
  }

  .sm-py-35 {
    padding: 35px 0;
  }

  .sm-py-25 {
    padding: 25px 0;
  }

  .sm-pb-30 {
    padding-bottom: 30px;
  }

  .sm-pt-30 {
    padding-top: 30px;
  }

  .sm-pt-35 {
    padding-top: 35px;
  }

  .sm-pb-35 {
    padding-bottom: 35px;
  }

  .sm-mb-5 {
    margin-bottom: 5px;
  }

  .sm-mb-8 {
    margin-bottom: 8px;
  }

  .sm-mb-10 {
    margin-bottom: 10px;
  }

  .sm-mt-15 {
    margin-top: 15px;
  }

  .sm-mb-15 {
    margin-bottom: 15px;
  }

  .sm-mt-25 {
    margin-top: 25px;
  }

  .sm-mb-25 {
    margin-bottom: 25px;
  }

  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-mb-50 {
    margin-bottom: 50px;
  }
  .sm-mt-50 {
    margin-top: 50px;
  }
  .sm-mb-60 {
    margin-bottom: 60px;
  }
  .sm-mt-60 {
    margin-top: 60px;
  }

  .sm-fs-14, p {
    font-size: 14px;
  }

  .sm-fs-16{
    font-size: 16px;
  }
  .sm-fs-18{
    font-size: 18px;
  }
  .sm-fs-20{
    font-size: 20px;
  }
  .sm-fs-22{
    font-size: 22px;
  }
  .sm-fs-24{
    font-size: 24px;
  }
  .sm-fs-26 {
    font-size: 26px;
  }

  .sm-fs-40{
    font-size: 40px;
  }

  .sm-lh-18 {
    line-height: 18px;
  }

  .sm-lh-28 {
    line-height: 28px;
  }

  .sm-lh-26 {
    line-height: 26px;
  }

  .sm-lh-35 {
    line-height: 35px;
  }
  .sm-fs-14-lh-20{
    font-size: 14px;
    line-height: 20px;
  }
  .hamburger-btn {
    background-color: transparent;
    border: 0;
    padding: 0;
  }
  header{
    padding: 10px 0;
  }
  .navbar-brand {
    width: 150px;
  }
  .navbar-nav .btn:not(:last-of-type) {
    margin-right: 10px;
  }
  .programs-list-card:nth-child(3n+1){
      margin-left:auto;
  }
  .programs-list-card{
    width: 49%;
    margin-left: 2%;
  }
  .programs-list-card:nth-child(2n+1){
      margin-left:0;
  }
  .h-jorny-row{
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .row-2 {
    max-width: 100%;
  }
  .row-2, .row-3{
    gap: 5px;
    width: 100%;
  }
  .card {
    width: 32%;
    height: 110px;
  }
  .h-hero-center-cntnt{
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
    margin: 35px 0 40px;
  }
  .h-hero-hdng{
    font-size: 2.5rem;
  }
  .card-back p{
    font-size: 10px;
  }
  .card-back p.mb-2 {
    margin-bottom: 0.25rem;
  }
  .h-comn-headng{
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 8px;
  }
  .h-comn-para{
    font-size: 16px;
    line-height: 24px;
  }
  .h-exprt-slider-wrap .h-mentor-navigation-btn {
    width: 28px;
    height: 28px;
  }
  .h-exprt-slider-wrap .swiper-button-prev {
    left: -12px;
  }
  .h-exprt-slider-wrap .swiper-button-next {
    right: -12px;
  }
  .featured-logo-single img {
      height: 34px;
  }
  .h-testi-sec .h-comn-headng, .mba-form-sec .h-comn-headng {
    line-height: 42px;
  }
  .sat-flexble-content {
    padding: 24px 16px;
  }
  .h-faq-sec-inn{
    padding: 16px;
    border-radius: 12px;
  }
  .h-faq-sec-inn .accrd-dtl {
    padding: 12px 0 0 0;
  }
  .h-faq-sec-inn .accordion-single{
    padding: 12px;
    margin-bottom: 15px;
  }
  .h-faq-sec-inn .accrd-dtl p, .h-faq-sec-inn .accrd-dtl li {
    font-size: 16px;
    line-height: 24px;
  }
  .h-testi-sec {
    margin-top: 50px;
    padding-left: 15px;
  }
  .h-testi-slider {
    padding-right: 40px !important;
  }
  .h-testi-slider-inn{
    border-radius: 20px 0 0 20px;
    box-shadow: 0 0 0 8px #EEEAFF;
    padding: 14px 0 14px 14px;
  }
  .h-testi-icon {
    width: 68px;
    height: 68px;
  }
  .h-testi-yt{
    right: 16px;
    top: 16px;
    width: 28px;
  }
  .h-testi-cntnt{
    font-size: 14px;
  }
  .animate-hdng-icon-two {
    left: -10px;
    top: 30px;
  }
  .animate-hdng-icon-five {
    right: -10px;
    top: 30px;
  }
  .h-expert-sec {
    padding-top: 0;
  }
  .mba-form-sec .counselling-item {
    padding: 0px 0px 14px;
  }
  .main-ldng-get-form{
    padding: 36px 0;
  }
  .h-suprt-boxes-top{
    height: 376px;
  }
  .h-suprt-box-top-sngl{
    width: 50%;
  }
  .h-suprt-box-top-one {
    top: 10%;
    left: 0;
  }
  .h-suprt-box-top-two {
    top: 36%;
    left: 0;
  } 
  .h-suprt-box-top-three {
    bottom: 16%;
    left: 0;
  }
  .h-suprt-box-top-four {
    top: -4%;
    right: 0;
  }
  .h-suprt-box-top-five {
    top: 22%;
    right: 0;
  }
  .h-suprt-box-top-six {
    bottom: 3%;
    right: 0;
  }
  .h-suprt-box-top-seven {
    top: 48%;
    left: initial;
    right: 0;
    transform: initial;
  }
  .h-suprt-box-top-ttl{
    font-size: 12px;
    border-radius: 4px;
    padding: 4px 8px;
  }
  .h-suprt-cards-row{
    flex-wrap: wrap;
    gap: 76px 0;
    margin: 0 auto;
  }
  .h-suprt-card-sngl {
    width: 50%;
    padding: 0 10px;
  }
  .h-suprt-hdng-box {
    height: 212px;
    padding-top: 11px;
  }
  .univ-detail-descrp p, .univ-detail-descrp ul li{
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .prgm-detail-faq button {
    font-size: 16px;
  }
  .univ-detail-descrp ul > li:before{
    width: 18px;
    height: 18px;
    top: 5px;
  }
  .univ-detail-descrp ul > li{
    padding-left: 25px;
  }
  .sidebar-hd-col p,.sidebar-tab-col ul li a,.sidebar-action-cta, .rank-col{
    font-size: 16px;
  }
  .xs-pl-0{
    padding-left: 0;
  }
  .xs-pt-20{
    padding-top: 20px;
  }
  .program-title-col h1{
    font-size: 22px;
    padding-left: 45px;
  }
  .program-title-col img{
    width: 35px;
  }
  .sidebar-tab-col{
    position: fixed;
    top: 60px;
    left: 2.5%;
    width: 95%;
    z-index: 12323;
    padding-bottom: 0 !important;
    display: none;
  }
  .sticky-top{
    position: initial;
  }
  .sidebar-tab-col ul{
    display: none;
    padding-bottom: 15px;
    transition: 0.3s;
  }
  .sidebar-hd-col{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.3s;
  }
  .sidebar-hd-col.active{
    border-bottom-right-radius:initial;
    border-bottom-left-radius:initial;
  }
  .sidebar-hd-col.active + ul{
    display: block;
  }
  .sidebar-tab-col.show{
    display: block;
  }
  .mba-testi-detail-card-wrap{
    padding: 10px;
    border-radius: 10px;
  }
  .mba-testi-detail-card-dtl{
    width: 100%;
    padding-left: 0;
  }
  .mba-testi-detail-card-icon {
    width: 75px;
  }
  .mba-testi-detail-ttl{
    font-size: 24px;
    line-height: 34px;
  }
  .mba-testi-detail-card-icon-wrap{
    display: flex;
    margin-bottom: 8px;
  }
  .mba-testi-dtl-card-mob{
    text-align: left;
    padding-left: 14px;
    width: calc(100% - 75px);
  }
  .mob-final-admit{
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 400;
  }
  .mba-testi-dtl-univ-icon {
    width: 34px;
    padding: 3px;
  }
  .mba-testi-dtl-univ-text {
    width: calc(100% - 34px);
    padding-left: 6px;
  }
  .mba-testi-dtl-univ-text p{
    font-size: 14px;
    line-height: 18px;
  }
  .mba-testi-dtl-univ {
    width: 100%;
  }
  .mba-testi-detail-ttl{
    margin-bottom: 0;
  }
  .mba-testi-dtl-tag{
    padding: 4px 8px;
  }
  .mba-testi-dtl-tag p{
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }
  .mba-testi-dtl-tag-wrap {
    gap: 8px;
  }
  .mba-testi-detail-video iframe{
    height: 200px;
  }
  .mba-testi-dtl-hdng-inr{
    font-size: 22px;
    line-height: 24px;
  }
  .mba-testi-detail-para p, .mba-testi-detail-para li{
    font-size: 14px;
    line-height: 24px;
  }
  .mba-testi-detail-crumb{
    font-size: 12px;
    line-height: 18px;
  }
  .h-suprt-box-wrap {
    background-image: url(../images/home/h-suprt-bg-mob.webp);
  }
  .h-jorny-icon {
    width: 50px;
    height: 50px;
    padding: 12px;
  }
  .h-jorny-sngl:nth-child(4) .h-jorny-icon{
    padding: 10px 8px;
  }
  .animate-hdng-icon{
    display: none;
  }
  .h-suprt-card-icon{
    width: 42px;
    height: 42px;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 10px;
  }
  .h-suprt-card-sngl:first-child .h-suprt-card-icon{
    padding: 8px 4px;
  }
  .h-suprt-card-ttl{
    font-size: 14px;
    margin-bottom: 0.25rem;
  }
  .h-suprt-box-top-icon{
    width: 42px;
    height: 42px;
    border-radius: 6px;
    padding: 8px;
  }
  .ddln-card-hdng-row .col-md-2{
    -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .ddln-card-hdng-row .col-md-10{
    -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
  .ddln-hdng h2{
    font-size: 28px;
      line-height: 38px;
  }
  .ddln-fltr{
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .ddln-fltr-box .semantic-select.ui.selection.dropdown{
    min-width: 12em;
    font-size: 14px;
    padding: 1.05em 2.1em 1.05em 1em;
  }
  .ddln-fltr-box .semantic-select.ui.selection.dropdown>.dropdown.icon{
    top: 1.15em;
  }
  .ddln-card-sngl{
    padding: 12px;
  }
  .ddln-card-hdng h3{
    font-size: 16px;
  }
  .ddln-card-dtl .col-md-6{
    -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .ddln-card-row {
      row-gap: 15px;
  }
  .ddln-fltr-srch {
      width: 100%;
  }
  .h-exprt-slider {
    padding-top: 0 !important;
  }
  .h-faq-sec-inn button{
    font-size: 16px;
    line-height: 20px;
  }
  .sucs-achivr-cards{
    grid-template-columns: 1fr;
    gap: 40px 24px;
  }
  .sucs-bnr-box-hdng{
    font-size: 28px;
    line-height: 38px;
  }
  .sucs-hdng-icon{
    display: none;
  }
  .sucs-bnr-box-inn p{
    font-size: 16px;
  }
  .sucs-bnr-box{
    border-radius: 20px;
    height: 400px;
    padding: 20px;
  }
  .sucs-student-inn{
    max-width: 320px;
    margin: auto;
  }
  .sucs-std-sngl{
    max-width: 216px;
    margin: auto;
  }
  .prog-testi-slider {
    padding: 0 !important;
  }
  .prog-testi-slider::before, .prog-testi-slider::after{
    display: none;
  }
}
@media screen and (max-width: 540px){
  .programs-list-card{
    width: 100%;
    margin-left:0;
  }
}
@media screen and (max-width: 370px){
  .ddln-card-dtl .col-md-6{
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: .25rem;
  }
  .ddln-card-dtl .col-md-6:last-child{
    margin-bottom: 0;
  }
}





