main h1, main h2, main h3, main h4, main h5, main h6{
    font-family: var(--bs-font-family-jakarta);
}
main h2, main h3, main h4, main h5, main h6{
    color: #031621;
}
main h1{
    color: #000238;
}
main p{
    color: #505050;
}
main button.btn.btn-large, main button.btn.btn-large:focus-visible {
    font-family: var(--bs-font-family-jakarta);
    font-size: 16px;
    font-weight: var(--bs-font-semibold);
    border-radius: 10px;
    background: linear-gradient(180deg, #FF7CB1, #FF3185);
    height: auto;
    padding: 15px 2.5em;
    border: none !important;
    position: relative;
    transition: color 0.3s ease;
    z-index: 1;
    overflow: hidden;
}
/*main button.btn.btn-large:hover{*/
/*    background: var(--bs-primary-bg-pink-900) !important;*/
/*    border: none !important;*/
/*}*/
main button.btn.btn-exLarge {
    font-family: var(--bs-font-family-jakarta);
    font-size: 16px;
    font-weight: var(--bs-font-semibold);
    border-radius: 10px;
    background: linear-gradient(180deg, #FF7CB1, #FF3185);
    height: auto;
    padding: 15px 2.5em;
    width: 100%;
    margin-top: 1.5em;
        position: relative;
    transition: color 0.3s ease;
    z-index: 1;
    overflow: hidden;
}
main button.btn.btn-large:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #F12B7C, #D40056);
    transition: left 0.4s ease;
    z-index: -1;
}
main button.btn.btn-large:hover:before {
    left: 0;
}


/* BANNER */
.HomeHerSectionDiv {
    background: url(../images/New-Home-Page/hero.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3.4em 0;
}
.pop_element_box {
    max-width: 330px;
    display: flex;
    align-items: center;
    column-gap: 14px;
    padding: 7px 0.5em 7px 7px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 10px 30px 0 rgb(185 185 185 / 18%);
}
.pop_element_box.cc_program{
    background: linear-gradient(90deg,#fff8e6,#fbf7ff);
}
.pop_element_box.doctorBox{
    background: linear-gradient(90deg, #CDEEFF 0%, #FFFFFF 56%);
    margin-left: auto;
}
.pop_element_box p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}
.pop_element_box.doctorBox p span {
    background: #BEFFE8;
    border-radius: 4px;
    display: inline-block;
    color: #00AD70;
    padding: 0px 8px;
}
.pop_element_box.testprepboxs p span {
    background: #D5D8FF;
    border-radius: 4px;
    display: inline-block;
    color: #2E318C;
    padding: 0px 8px;
}
.pop_element_box.doctorBox.testprepboxs {
    background: linear-gradient(90deg,#ffe6f0,#fff);
}
.pop_element_box:after {
        content: '';
    position: absolute;
    background: url(../images/New-Home-Page/lines-3.svg);
    top: -40px;
    right: -28px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 36px;
}
.HomeHerSectionDiv .contentWithMisa {
    display: flex;
    column-gap: 12px;
}
.HomeHerSectionDiv .bannerTextContent {
    flex: 1;
    padding-top: 2em;
}
.HomeHerSectionDiv .contentWithMisa h1 {
    font-size: 68px;
    line-height: normal;
    text-align: center;
    font-weight: var(--bs-font-bold);
    letter-spacing: -2px;
    max-width: 85%;
}
.HomeHerSectionDiv .contentWithMisa h1 span {
    color: #FF3185;
    font-family: var(--bs-font-family-damion);
    font-weight: 400;
    position: relative;
    font-size: 84px;
}
.HomeHerSectionDiv .contentWithMisa p.large {
    font-size: 24px;
}
.HomeHerSectionDiv .contentWithMisa h1 span:before{
    content: '';
    position: absolute;
    background: url(../images/New-Home-Page/Paper-plane.svg);
    top: -58px;
    right: -38px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 67px;
}
.AskNowWrap {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 8px 30px 0 rgb(255 147 191 / 80%), 148px 259px 119px 0 rgb(107 107 107 / 1%), 83px 146px 101px 0 rgb(107 107 107 / 5%), 37px 65px 75px 0 rgb(107 107 107 / 9%), 9px 16px 41px 0 rgb(107 107 107 / 10%);
    max-width: 875px;
    margin: 0 auto;
}
.AskNowWrap .border-wrap{
    background-image: radial-gradient(circle at center, #FFF7E3 0, #FFEDE4 52%, #FFD0E3 89%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 4px solid transparent;
    background-color: #fff;
    padding: 6px;
    border-radius: 16px;
}
.askInner {
    background: #fff;
    border-radius: 6px;
    padding: 2em;
}
.questions {
    width: max-content;
    display: flex;
    border: 1px solid #FFC2E1;
    border-radius: 12px;
    align-items: center;
    padding: 6px 14px;
    background: #FFF2F9;
}
.questions p {
    margin: 0;
    font-size: 14px;
    margin-right: 12px;
}
.questionRow {
    display: flex;
    column-gap: 12px;
    white-space: nowrap;
    margin-bottom: 14px;
}
.AskNowWrap .questionLink {
    overflow: auto;
    scrollbar-width: none;
}
.AskNowWrap textarea {
    border: none;
    outline: none;
    width: 100%;
    font-family: 'Plus Jakarta Sans';
    margin-bottom: 7px;
    color: #505050;
}
.HomeHerSectionDiv .top_pop_elements_wrap {
    max-width: 70%;
    margin: 0 auto;
}
.HomeHerSectionDiv .contentWithMisa {
    display: flex;
    column-gap: 12px;
    max-width: 90%;
    margin: 0 auto;
}
.questions img {
    width: 8px;
}
.HomeBannerBtn {
    display: block;
    width: max-content;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 3em;
}



.pop_element_box.doctorBox {
  transform: scale(0.8);
  opacity: 0;
  animation: popIn 0.6s ease-out forwards;
  animation-delay: 3s;
}

@keyframes popIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.pop_element_box.cc_program{
  transform: scale(0.8);
  opacity: 0;
  animation: popIn2 0.6s ease-out forwards;
  animation-delay: 2s;
}

@keyframes popIn2 {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.center-element .pop_element_box {
  transform: scale(0.8);
  opacity: 0;
  animation: popIn3 0.6s ease-out forwards;
  animation-delay: 1s;
}

@keyframes popIn3 {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* PARTNERS */
.partnerBox {
    display: flex;
    flex-direction: column;
}
.partnerText {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.partnerWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.partnerWrap img{
    width: 100%;
}
.partnerWrap .partnerText img {
    width: auto;
   
}
.partnerWrap .point p {
    margin: 0;
}
.partnerText h5 {
    font-weight: var(--bs-font-semibold);
    margin-bottom: 16px;
}
.partnerWrap .partnerText a img{
    margin-left: 8px; 
}
.partnerText {
    padding: 1.2em 1em 2em 1em;
    box-shadow: 0 10px 40px rgb(203 203 203 / 25%); 
   background: #fff;
   border-radius: 0 0 20px 20px;
}
.partnerWrap .point {
    display: flex;
    align-items: center;
    column-gap: 14px;
    padding-bottom: 14px;
}
.partnerWrap a {
    text-align: right;
        width: max-content;
    margin-left: auto;
    display: block;
    margin-right: 1em;
    color: #FF3185;
    font-weight: var(--bs-font-semibold);
    font-family: var(--bs-font-family-jakarta);
    font-size: 20px;
    margin-top: 1em;
}

/* FAQ */
body:has(.HomeHerSectionDiv) section#FAQs {
    background: none;
}
body:has(.HomeHerSectionDiv) section#FAQs .accordion-item:has(.collapse.show) {
    background: linear-gradient(45deg, #EDFAFF 17%, #FFF5D5 100%);
    border: none;
}
body:has(.HomeHerSectionDiv) section#FAQs .accordion-item:not(.show) {
    background: #F4F9FB;
    border: none;
}

/* News Section */
.newsSection {
    display: flex;
    align-items: stretch;
}
.newsSection .leftStatic {
    width: 32%;
    background: url(../images/New-Home-Page/cover-bg-news.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 186px 74px 0 rgb(255 46 116 / 1%), 0 104px 63px 0 rgb(255 46 116 / 1%), 0 46px 46px 0 rgb(255 46 116 / 1%), 0 12px 26px 0 rgb(255 46 116 / 3%);
    padding: 4em 2.5em;
}
.newsSection .wrapper-carousel {
    width: 68%;
}
.newsSection .leftStatic h3 {
    color: var(--bs-secondary-bg-blue-700);
    font-weight: var(--bs-font-medium);
    line-height: 46px;
    margin-bottom: 1em;
}
main .newsSection .leftStatic button.btn.btn-large{
    font-family: var(--bs-font-family-jakarta);
    font-size: 16px;
    font-weight: var(--bs-font-semibold);
    border-radius: 10px;
    background: linear-gradient(180deg, #2E318C, #2E318C);
    height: auto;
    padding: 15px 2.5em;
    border-color: #2E318C;
}
main .newsSection .leftStatic button.btn.btn-large:before{
    background: linear-gradient(180deg, var(--bs-secondary-bg-blue-900), var(--bs-secondary-bg-blue-900));
}
.newsSliderHomeSection .swiper-btns {
    display: none;
}
.newsSliderHome {
    height: 100%;
    margin-left: 40px;
    display: flex;
}
.newsSliderHome .swiper-wrapper {
    height: auto !important;
}
.newsSliderHome .swiper-wrapper .swiper-slide {
    height: auto;
}
.newsSliderHome .swiper-wrapper .swiper-slide .NewsBoxCover{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 1em 1.5em;
    position: relative;
        z-index: 0;
}
.newsSliderHome .swiper-wrapper .swiper-slide .NewsBoxCover .newsInfo p.small {
    color: #fff;
    margin: 0;
}
.newsSliderHome .swiper-wrapper .swiper-slide .NewsBoxCover p:not(.small) {
    font-weight: var(--bs-font-semibold);
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
    padding-right: 2em;
    font-size: 18px;
}
.newsSliderHome .swiper-wrapper .swiper-slide .NewsBoxCover:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, transparent, #000000c2);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22%;
    border-radius: 0 0 20px 20px;
    z-index: -1;
}
.newsSliderHomeSection {
    background: url(../images/New-Home-Page/waves.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}

/* Media Coverage */
.NewsCoverageSection .coverageWrap {
    display: flex;
    align-items: center;
}
.NewsCoverageSection .coverageWrap .covrageHeadingArea {
    width: 20%;
}
.NewsCoverageSection .coverageWrap .newsChannelBox {
    width: 80%;
    position: relative;
    padding-left: 3.5em;
}
.NewsCoverageSection .coverageWrap .covrageHeadingArea h3 span {
    display: block;
}
.NewsCoverageSection .coverageWrap .covrageHeadingArea h3 {
    padding-right: 1.5em;
}
.NewsCoverageSection img.LineSvg {
    margin-right: 1.5em;
}
.NewsCoverageSection .coverageWrap .newsChannelBox:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #FFEADD 0%, #FF9CC5 33%, rgb(255 49 133 / 80%) 49%, #FFACCE 70%, #FFE4D2 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
}
.NewsCoverageSection .coverageWrap .newsChannelBox .swiper-slide img {
    width: auto;
}
.NewsCoverageSection .coverageWrap .newsChannelBox .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: auto;
    row-gap: 3em;
}


/* Blogs Section */
.blogsHome .blogGrid .blogGridBox .blogMeta img {
    max-width: 44px;
}
.blogGrid .blogGridBox a {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.blogGrid .blogGridBox a .blogText {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blogsHome {
    background: linear-gradient(90deg, #FFFFFF, #FFECF4);
}
.blogGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.blogGrid .blogGridBox {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 255px 102px 0 rgb(120 120 120 / 1%), 0 144px 86px 0 rgb(120 120 120 / 3%), 0 64px 64px 0 rgb(120 120 120 / 3%), 0 16px 35px 0 rgb(120 120 120 / 3%);
    padding: 1.5em;
}
.blogGrid .blogGridBox img {
    width: 100%;
    border-radius: 16px;
}
.blogGrid .blogGridBox .blogMeta img {
    width: auto;
}
.blogGrid .blogGridBox .blogMeta {
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding-top: 1em;
    margin-top: auto;
}
.blogGrid .blogGridBox .blogMeta p.small {
    margin-bottom: 2px;
    color: #031621;
}
.blogGrid .blogGridBox .blogMeta span {
    color: #667085;
    margin: 0;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: normal;
}
.blogGrid .blogGridBox .blogText h6 {
    padding-top: 1.5em;
    padding-bottom: 0.4em;
}
.rightStatic{
    background: url(../images/New-Home-Page/blue-cover.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    padding: 4em 2.5em;
}
.rightStatic h3 {
    color: #fff;
    font-weight: var(--bs-font-medium);
    padding-bottom: 1.5em;
}

/* Popular Countries */
.CountriesHomeSlider .countryBox {
    position: relative;
}
.CountriesHomeSlider .countryBox .countryHeading {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
}
.CountriesHomeSlider .countryBox .countryHeading img {
    width: auto;
}
.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;
}
.CountriesHomeSlider .countryBox .countryHeading h6 {
    color: #fff;
}
.CountriesHomeSlider .bottomRow {
    display: flex;
    column-gap: 20px;
    padding-top: 20px;
}
.CountriesHomeSlider .swiper-slide a.second {
    margin-top: 20px;
}
.CountriesHomeSlider .swiper-slide a{
    display: block;
}

/*.firstCol .countryBox img {*/
/*    width: auto;*/
/*}*/
.swiper.CountriesHomeSlider {
    padding: 0 2px;
}
.CountriesHomeSlider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

/* Success Story */
.StoryNew .storyWrap {
    background: #fff;
    /*box-shadow: 0 137.23px 55.3px 0 rgb(161 161 161 / 1%), 0 76.81px 46.08px 0 rgb(161 161 161 / 5%), 0 34.82px 34.82px 0 rgb(161 161 161 / 9%), 0 8.19px 18.43px 0 rgb(161 161 161 / 10%);*/
    border-radius: 16px;
}
.StoryNew .storyWrap {
    background: #fffbf0;
}
.StoryNew .swiper-slide {
    height: auto;
}
.StoryNew .storyWrap.TextOnly {
    background: url(../images/New-Home-Page/PINK-Background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 1.5em 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.Eventoffers {
    background: linear-gradient(119deg, rgb(240 251 255 / 80%) 27%, rgb(255 250 232 / 80%) 99%);
}
p.StoryName {
    color: #FF3185;
    font-weight: var(--bs-font-semibold);
    font-size: 18px;
    margin-bottom: 4px;
}
span.storyDesg {
    color: rgb(255 49 133 / 70%);
    font-family: 'Open Sans';
    margin: 0;
    font-size: 14px;
}
.StoryNew .storyWrap {
    height: 100%;
}
img.videostory {
    border-radius: 16px 16px 0 0;
}
.StoryNew .storyWrap .StoriesMeta {
    padding: 1.5em 2em;
}
.StoryNew .storyWrap .StoriesMeta p.storyContent {
    padding-bottom: 10px;
}
.StoryNew .storyWrap.TextOnly .StoriesMeta {
    padding: 0;
}
.enquiryForm .Customforms {
    width: 100%;
}
.enquiryForm button.btn-close {
    position: absolute;
    right: 34px;
    top: 35px;
    outline: none;
    font-size: 12px;
}

/* university logo */
.universitiesSection {
    display: flex;
    column-gap: 14px;
    align-items: center;
}
.universitiesSection .logoSliderSection {
    width: 61.6%;
}
.universitiesSection .partners {
    width: 38.4%;
}

.universitiesSection .partnersTop {
    display: flex;
    column-gap: 12px;
    padding-bottom: 12px;
}
.universitiesSection .partnersTop .accredation {
    background: linear-gradient(146deg, #F4E8FF, #E5C8FF);
    border-radius: 20px;
    padding: 1.9em 2.5em;
}
.universitiesSection .heading {
    background: linear-gradient(145deg, #FFF4D5, #FFE7A4 86%);
    border-radius: 16px;
    padding: 2em 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.universitiesSection .heading h4 span {
    color: #FF3185;
}
.counters.NumberSection {
    margin: 0;
    background: linear-gradient(90deg, #FFE9F2, #FFD1E8);
    box-shadow: none;
    border-radius: 20px;
    max-width: 100%;
    padding: 6px 1em;
}
.counters.NumberSection .count_wrap {
    flex-direction: column;
        justify-content: center;
        padding: 0 1em;
}
.counters.NumberSection .count_wrap h6 {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    padding-top: 0.5em;
}
.partnerWrap a span:hover {
    border-bottom: 1px solid #FF3185;
}
.partnerWrap a span {
    transition: 0.2s all ease-in-out;
}
h2.counting {
    font-size: 30px;
    margin: 0;
}
/*.logoSliderSection .swiper-slide img{*/
/*    width: auto;*/
/*}*/
/*.logoSliderSection .swiper-btns{*/
/*    display: none;*/
/*}*/
.LogoSliding-pagination{
    display: none;
}
.logoSliderSection .swiper-slide {
    text-align: center;
}
.logoSliderSection .swiper-slide img:nth-child(2){
    padding-top: 4em;
}
.storySection button.btn.btn-large {
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-top: 3em;
}

/* services section */
.Servicing.bgSection .BlueBg {
    background: none;
}
.Servicing.bgSection .BlueBg {
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.5em;
    align-items: start;
}
/*section.Servicing.bgSection{*/
/*    background: url(../images/New-Home-Page/full-page-cover.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/
.servicingWrap .serviceBox .serviceRight img {
    height: 50px;
}

.Servicing.bgSection .servicingWrap {
    background: none;
    border: none;
    padding: 7em 0 4em 4em;
}
section.Servicing.bgSection {
    position: relative;
}
.Servicing.bgSection:before {
    content: '';
    position: absolute;
    background: url(../images/New-Home-Page/blue.svg);
    top: 0;
    left: 0;
        height: 100%;
    width: 42%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    
}
.Servicing.bgSection:after {
    content: '';
    position: absolute;
    background: url(../images/New-Home-Page/grad.svg);
    top: 0;
    right: 0;
    height: calc(100% - 3em);
        width: 70%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 3em;
}


.Servicing .flexwrapBox {
    display: flex;
}
.Servicing .BlueBg h2{
    color: #fff;
    font-weight: var(--bs-font-Light);
}
.Servicing .BlueBg h2 span {
    color: #fff;
    font-weight: var(--bs-font-bold);
}
.Servicing .BlueBg {
    background: #250056;
    width: 42%;
    padding-right: 2em;
    border-radius: 40px 0 0 40px;
}
.Servicing .BlueBg .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 2em;
    height: 100%;
}
.Servicing .BlueBg .container {
    padding: 4em;
}
.Servicing .servicingWrap{
    width: 70%;
}
.servicingWrap .width-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.servicingWrap .serviceBox {
    background: #fff;
    box-shadow: 0 10px 40px 0 rgb(185 185 185 / 20%);
    border-radius: 20px;
    display: flex;
    padding: 1em;
    justify-content: space-between;
    column-gap: 12px;
    transition: 0.2s all ease-in-out;
}
.serviceBox:hover {
    transform: scale(1.03);
}
.servicingWrap .serviceBox h6 {
    color: #1E1770;
    margin-bottom: 10px;
}
.servicingWrap .serviceBox .serviceRight {
    display: flex;
    align-items: end;
}
.servicingWrap .serviceBox p {
    font-size: 14px;
}
.servicingWrap .serviceBox a {
    display: block;
    color: #FF3185;
    font-family: var(--bs-font-family-jakarta);
    font-size: 14px;
    font-weight: var(--bs-font-semibold);
}
.servicingWrap .serviceBox a img {
    width: 8px;
    margin-left: 8px;
}
.Servicing .servicingWrap {
    padding-left: 3em;
    background: radial-gradient(#FFF7E3, #FFEDE4 89%, #FFD4E5);
    padding: 4em 4em;
        border-radius: 0 40px 40px 0;
    border: 1px solid #FFDBEA;
}

/* event offer section */
/*.Eventoffers {*/
/*    background: linear-gradient(180deg, #F6F7FA, #FFFFFF);*/
/*    border-radius: 40px 40px 0 0;*/
/*}*/
.Eventoffers .swiper-slide a{
    display: block;
}
.Eventoffers .swiper-slide a img{
    border-radius: 20px;
}
.Eventoffers ul#pills-tab {
    border: 1px solid #FF3185;
    width: max-content;
    border-radius: 30px;
}
.Eventoffers ul#pills-tab .nav-link.active {
    background: linear-gradient(180deg, #FF7CB1, #FF3185);
    border-radius: 30px;
    font-family: 'Plus Jakarta Sans';
    height: 100%;
    font-weight: var(--bs-font-semibold);
    color: #fff;
}
.Eventoffers ul#pills-tab .nav-link {
    font-weight: var(--bs-font-semibold);
        color: #031621;
        padding: 11.5px 3.1em;

}
.home .section-spacing{
    padding: 4.5em 0;
}
div#pills-tabContent {
    padding-top: 2em;
}
.swiper-btns {
    position: absolute;
    top: 0;
    right: 12px;
    padding: 0;
}
.swiper-button-next, .swiper-button-prev {
    border: 1px solid #7e7e7e !important;
    height: 36px !important;
    width: 36px !important;
    transition: 0.2s all ease-in-out;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    border: 1px solid #ff3185 !important;
    background: #ff3185;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
    color: #fff !important;
    transition: 0.2s all ease-in-out;
}
.swiper-btns {
    position: absolute;
    top: 6.5px;
    right: 12px;
    padding: 0;
}
.swiper-button-next::after, .swiper-button-prev::after {
    color: #7e7e7e !important;
    font-size: 14px !important;
}
.Eventoffers:has(button#pills-Events-tab.active) .swiper-btns:has(.prev-offerSlider) {
    display: none;
}
.Eventoffers:has(button#pills-Offers-tab.active) .swiper-btns:has(.prev-EventSlider) {
    display: none;
}
.Eventoffers:has(button#pills-Events-tab.active) .offerSlider-pagination {
    display: none;
}
.Eventoffers:has(button#pills-Offers-tab.active) .EventSlider-pagination {
    display: none;
}
.HomeBannerBtn button.btn.btn-large {
    border: 1px solid var(--bs-primary-bg-pink-700);
    color: #fff;
}
.HomeHerSectionDiv .contentWithMisa h1 span {
    padding-left: 8px;
}
main .servicingWrap .mobileVisibleHeading{
    padding-bottom: 30px;
    padding-left: 12px;
    padding-right: 12px;
}

/* Media queries*/
@media screen and (max-width: 1440px) and (min-width: 1201px){
    .NewsCoverageSection .coverageWrap .covrageHeadingArea h3 {
        padding-right: 0em;
    }
    .newsSection .leftStatic h3 {
    font-size: 28px;
}
.CountriesHomeSlider .countryBox:before {
    height: 36%;
}
.HomeHerSectionDiv .contentWithMisa h1 {
    max-width: 88%;
}
.rightStatic h3 {
    font-size: 28px;
}
.rightStatic {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}

@media screen and (max-width: 1440px) and (min-width: 1200px){
    .HomeHerSectionDiv .contentWithMisa h1 {
        font-size: 58px;
    }
    .newsSection .leftStatic h3{
        line-height: 40px;
    }
    .newsSliderHome{
        margin-left: 25px;
    }
    .NewsCoverageSection .coverageWrap .newsChannelBox .swiper-slide img{
        max-width: 90%;
    }
    .search-content img{
        width: 30px;
    }
    .search-keywords{
        width: 65%;
    }
    .universitiesSection .partners{
        width: 50%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 993px){
    .rightStatic {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
main .newsSection .leftStatic h3{
    font-size: 22px;
    line-height: 32px;
}
main .newsSection .leftStatic {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


main .HomeHerSectionDiv .left-element {
    margin-top: 56px;
}
main .pop_element_box:after {
    top: -37px;
    right: -21px;
    background-size: 30px;
}
.pop_element_box img {
    height: 46px;
}
.HomeBannerBtn {
    padding-top: 0;
    padding-bottom: 2em;
}

.HomeHerSectionDiv .contentWithMisa h1 {
    font-size: 50px;
    letter-spacing: -1px;
    max-width: 98%;
    padding-top: 18px;
}
.HomeHerSectionDiv .contentWithMisa h1 span {
    font-size: 65px;
}
.HomeHerSectionDiv .contentWithMisa h1 span:before {
    top: -48px;
    right: -27px;
    background-size: 52px;
}
main .HomeHerSectionDiv .center-element {
    top: -88px;
    left: 42%;
}
.CountriesHomeSlider .countryBox .countryHeading h6 {
    margin: 0;
}
.universitiesSection .logoSliderSection {
    width: 50%;
}
.Servicing.bgSection .BlueBg {
    padding: 0;
}
.CountriesHomeSlider .countryBox:before {
    height: 45%;
}

    .partnerText h5{
        font-size: 20px;
    }
    .partnerWrap .partnerText img {
        width: 18px;
        margin-top: 3px;
    }
    .partnerWrap .point {
        align-items: start;
        column-gap: 10px;
    }
    .partnerWrap a {
        font-size: 16px;
    }
    .partnerWrap .partnerText a img {
        width: auto;
        margin-bottom: 5px;
    }
    .search-content img{
        width: 30px;
    }
    .search-keywords{
        width: 65%;
    }
    .universitiesSection .partners{
        width: 50%;
    }
}

@media screen and (min-width: 576px){
    .mobileText{
        display: none;
    }
}

@media screen and (min-width: 993px){
    .mobileVisibleHeading{
        display: none;
    }
}

@media screen and (max-width: 992px){
    .sticky-social{
        display: none !important;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px){
    .partnerWrap {
        gap: 14px;
    }
    .pop_element_box img {
    height: 42px;
}
.pop_element_box p {
    font-size: 10px;
    line-height: 18px;
}
.sideMisa img{
    max-width: 120px;
}
.HomeHerSectionDiv .contentWithMisa h1 {
    font-size: 36px;
}
.HomeHerSectionDiv .contentWithMisa p.large {
    font-size: 20px;
}
.NewsCoverageSection .coverageWrap .newsChannelBox {
    width: 100%;
}


.NewsCoverageSection .coverageWrap .newsChannelBox:before {
    display: none;
}


.HomeHerSectionDiv .contentWithMisa h1 {
    padding-top: 0.5em;
}
.HomeBannerBtn {
    padding-bottom: 1em;
}
.HomeHerSectionDiv .contentWithMisa h1 span:before {
    top: -38px;
    right: -20px;
    background-size: 36px;
}
.HomeHerSectionDiv .contentWithMisa h1 span {
    font-size: 50px;
    padding-left: 10px;
}
    .Servicing.bgSection .servicingWrap {
        width: 100%;
        padding: 3em 0;
    }
    .pop_element_box {
    max-width: 315px;
    column-gap: 8px;
}
main .HomeHerSectionDiv .top_pop_elements_wrap {
    max-width: 95%;
}
main .HomeHerSectionDiv .left-element {
    margin-top: 62px;
}
main .HomeHerSectionDiv .center-element {
    top: -88px;
}
.HomeBannerBtn button.btn.btn-large {
    border: 1px solid var(--bs-primary-bg-pink-700);
    color: #fff;
}
.pop_element_box:after {
    top: -37px;
    right: -19px;
    background-size: 28px;
}


    .Servicing .flexwrapBox {
    flex-direction: column;
}
.Servicing.bgSection .BlueBg {
    background: #250056;
    width: 100%;
    border-radius: 0;
    padding: 3em 0;
            order: 1;
}
.universitiesSection .partnersTop .accredation {
    padding: 1.2em;
    display: flex;
    align-items: center;
}
.logoSliderSection .swiper-slide img:nth-child(2) {
    padding-top: 2em;
}
.universitiesSection .partners {
    width: 50%;
}
.Eventoffers ul#pills-tab .nav-link {
    font-size: 14px;
    padding: 10px 2.5em;
}
div#pills-tabContent {
    padding-top: 1em;
}
.country-tags {
    border-radius: 6px;
}
main .country-tags p {
    font-size: 12px;
    line-height: normal;
}
.top-search .container {
    flex-direction: column;
}
.search-content p {
    font-size: 16px;
    line-height: 24px;
}
.newsSection .wrapper-carousel {
    width: 100%;
}
.newsSliderHome {
    margin: 0;
}
.blogsHome .blogGrid {
    grid-template-columns: repeat(2, 1fr) !important; 
    gap: 18px;
}
.NewsCoverageSection .coverageWrap .covrageHeadingArea h3 span {
    display: inline-block;
    padding-right: 6px;
}


.rightStatic h3 {
    padding-bottom: 1em;
}
.newsSection .leftStatic {
    padding: 2em;
}
.rightStatic {
    padding: 2em;
    grid-column: span 2;
}
.newsSection .leftStatic {
    width: 100%;
    border-radius: 12px;
}
.newsSection {
    flex-direction: column;
    row-gap: 1.5em;
}
main .universitiesSection {
        gap: 1em;
    }
main .NewsCoverageSection .swiper-btns {
        top: -70px;
    }
.NewsCoverageSection .coverageWrap .newsChannelBox .swiper-slide img {
    width: auto;
    height: 50px;
}
.search-content .heading_spacing {
    margin: 0;
}
.newsSection {
    flex-direction: column;
}
.search-keywords .search-inner-keywords div {
    padding: 12px 20px;
    min-width: unset;
}
.search-keywords .search-inner-keywords {
    gap: 10px;
}
.search-keywords .search-inner-keywords a {
    font-size: 14px;
}
.top-search .container .search-content, main .search-keywords {
    width: 100%;
}
.top-search .container {
    row-gap: 2em;
}
.CountriesHomeSlider .countryBox .countryHeading h6 {
    margin: 0;
}
.CountriesHomeSlider .countryBox:before {
    height: 40%;
}
.counters.NumberSection img {
    width: 1.6px;
}
.counters.NumberSection{
    padding: 6px 6px;
}
.counters.NumberSection .count_wrap h6 {
    font-size: 10px;
    padding-top: 0;
}

.Eventoffers .swiper-slide a img {
    border-radius: 12px;
}


.universitiesSection .logoSliderSection {
    width: 50%;
}
.counters.NumberSection .count_wrap {
    padding: 0 8px;
}

h2.counting {
    font-size: 22px;
    margin: 0;
}
.universitiesSection .heading {
    padding: 1.2em;
}
.universitiesSection .partnersTop .accredation img {
    width: 95px !important;
}
main .Servicing.bgSection .servicingWrap {
    padding: 3em 0;
    background: radial-gradient(#FFF7E3, #FFEDE4 89%, #FFD4E5);
        border-radius: 0;
}
section.Servicing.bgSection .container {
    max-width: 100%;
    padding: 0;
}
.Servicing .flexwrapBox .width-wrap, .servicingWrap .mobileVisibleHeading {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 12px;
}
.Servicing.bgSection:after{
    display: none;
}
.Servicing.bgSection:before {
    display: none;
}
    .Servicing.bgSection .servicingWrap {
           padding: 6em 0 3em 3em;
        gap: 12px;
    }
    .partnerWrap .partnerText img {
        width: 15px;
        margin-top: 5px;
    }
    .partnerWrap .point {
        align-items: start;
        column-gap: 10px;
        padding-bottom: 10px;
    }
    .partnerWrap a {
        font-size: 14px;
    }
    .partnerWrap .partnerText a img {
        width: auto;
        margin-bottom: 5px;
    }
    .search-content img{
        width: 30px;
    }
}

@media screen and (max-width: 576px){
    section.Servicing.bgSection {
    padding: 0;
}
.servicingWrap .width-wrap{
    padding-top: 0 !important;
}


.Servicing.bgSection .BlueBg {
    order: 1;
}
    .partnerWrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .partnerWrap a {
        font-size: 14px;
    }
    .partnerWrap .partnerText img {
        width: 18px;
        margin-top: 5px;
    }
    .partnerWrap .point {
        align-items: start;
        column-gap: 10px;
        padding-bottom: 10px;
    }
    section.Servicing.bgSection .servicingWrap .width-wrap{
        grid-template-columns: 1fr;
    }
    .blogGrid {
        grid-template-columns: 1fr;
    }
    .NewsCoverageSection .coverageWrap {
        flex-direction: column;
    }
    .NewsCoverageSection .coverageWrap .covrageHeadingArea {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .NewsCoverageSection .coverageWrap .covrageHeadingArea h3 {
        padding: 0;
    }
    .NewsCoverageSection .coverageWrap .newsChannelBox {
        width: 100%;
        padding-left: 0;
    }
    .NewsCoverageSection .coverageWrap .newsChannelBox:before{
        background: linear-gradient(90deg, #FFEADD 0%, #FF9CC5 33%, rgb(255 49 133 / 80%) 49%, #FFACCE 70%, #FFE4D2 100%);
        height: 1px;
        width: 100%; 
    }
    .newsSection {
        flex-direction: column;
    }
    main .newsSection .leftStatic{
        width: 100%;
        padding: 1.8em;
        box-shadow: 0 186px 74px 0 rgb(255 46 116 / 1%), 0 104px 63px 0 rgb(255 46 116 / 4%), 0 46px 46px 0 rgb(255 46 116 / 2%), 0 12px 26px 0 rgb(255 46 116 / 1%);
    }
    .newsSection .wrapper-carousel {
        width: 100%;
    }
    .newsSliderHome {
        margin: 0;
        padding-top: 1em;
    }
    .swiper-pagination {
        position: relative;
        margin-top: 1em;
    }
    .newsSliderHomeSection {
        background-size: cover;
    }
    .newsSection .leftStatic h3 {
        line-height: 34px;
        font-size: 20px;
        margin-bottom: 1.2em;
    }
    .NewsCoverageSection .coverageWrap .covrageHeadingArea h3 span {
        display: inline-block;
    }
    .NewsCoverageSection .coverageWrap .newsChannelBox:before{
        display: none;
    }
    .NewsCoverageSection .coverageWrap .newsChannelBox .swiper-slide {
        row-gap: 2em;
    }
    .NewsCoverageSection .coverageWrap .newsChannelBox {
        padding-top: 2.4em;
    }
    .NewsCoverageSection .coverageWrap .newsChannelBox .swiper-slide img {
        height: 45px;
    }
    .rightStatic {
        padding: 1.8em;
    }
    .rightStatic h3 {
        padding-bottom: 1.2em;
        font-size: 20px;
        line-height: 34px;
        margin: 0;
    }
    .top-search{
        padding: 3em 0;
    }
        main .search-keywords .search-inner-keywords div {
        flex: none;
        min-height: unset;
        min-width: unset !important;
        padding: 10px 12px;
        font-size: 12px;
    }
    main .search-keywords .search-inner-keywords {
        gap: 10px;
    }
    .top-search .container {
        flex-direction: column;
        row-gap: 1em;
    }
    .top-search .search-content {
        width: 100%;
    }
    main .search-keywords, .universitiesSection .partners {
        width: 100%;
    }
    .search-content img{
        width: 30px;
    }
    .countryBox .country-tags{
        padding: 5px 10px;
        top: 10px;
        left: 10px;
    }
    
    .universitiesSection{
        flex-direction: column;
        gap: 1.5em;
    }
    .universitiesSection h2.counting{
        font-size: 20px;
    }
    .universitiesSection .counters.NumberSection .count_wrap{
        padding: 0.5em;
    }
    .universitiesSection .counters.NumberSection .count_wrap h6{
        font-size: 10px;
        padding-top: 0;
    }
    main .universitiesSection #iasBadge img {
        width: 95px !important;
    }
    .HomeHerSectionDiv .contentWithMisa {
        max-width: 100%;
        flex-direction: column;
    }
    .universitiesSection .partnersTop .accredation {
        padding: 1.2em 1.2em;
    }
    .universitiesSection .partnersTop .accredation {
        display: flex;
        align-items: center;
    }
    .counters.NumberSection {
        border-radius: 16px;
        padding: 0 8px;
    }
    .counters.NumberSection img {
        width: 1.8px;
    }
    .logoSliderSection .swiper-slide img:nth-child(2) {
        padding-top: 1em;
    }
    .universitiesSection .heading {
        padding: 1em 1.2em;
    }
    .Eventoffers ul#pills-tab .nav-link {
        font-size: 12px;
        padding: 7px 1.8em;
    }
    div#pills-tabContent {
        padding-top: 1em;
    }
    .Eventoffers .swiper-slide a img {
        border-radius: 12px;
    }
    .StoryNew .storyWrap .StoriesMeta {
        padding: 1.5em 1.5em;
    }
    p.StoryName {
        font-size: 16px;
    }
    .storySection button.btn.btn-large {
        margin-top: 2em;
    }
    .countryBox .country-tags p {
        font-size: 10px;
        line-height: normal;
    }
    .countryBox .country-tags {
        border-radius: 6px;
    }
    .CountriesHomeSlider .countryBox .countryHeading h6 {
        margin: 0;
    }
    .CountriesHomeSlider .countryBox:before {
        height: 39%;
    }
    .CountriesHomeSlider .swiper-slide a.second {
        margin-top: 0px;
    }
    .Servicing.bgSection:after {
        width: 100%;
        top: 0;
        margin-top: 0;
        height: 100%;
    }
    section.Servicing.bgSection:before {
        display: none;
    }
    .partnerText {
        padding: 1.2em 1em 1.2em 1em;
    }
    .Servicing.bgSection .BlueBg {
        padding: 0;
    }
    .blogGrid .blogGridBox {
        padding: 1em;
    }
    main button.btn.btn-large {
        font-size: 14px !important;
        border-radius: 8px !important;
        padding: 10px 1em !important;
    }
    .HomeHerSectionDiv .contentWithMisa h1 {
        width: 100%;
        font-size: 34px;
        line-height: 50px;
        max-width: 100%;
        letter-spacing: -1.2px;
        padding: 0.8em 0 0.4em;
    }
    
    
    section.HomeHerSectionDiv {
        overflow: hidden;
    }
    
    .modal-body {
        padding: 0;
    }
    .enquiryForm button.btn-close {
        right: 18px;
        top: 20px;
    }
    .pop_element_box p{
        margin: 0;
        font-size: 10px;
        line-height: 17px;
    }
    .pop_element_box {
        max-width: 260px;
        column-gap: 8px;
        padding: 5px 5px 5px 5px;
        border-radius: 6px;
    }
    .pop_element_box img {
        height: 37px;
    }
   .HomeHerSectionDiv .left-element {
    margin-top: 0;
}

.pop_element_box {
    margin-top: 0.8em;
}
.right-element .pop_element_box.doctorBox {
    margin-right: auto;
    margin-left: 0;
}
.pop_element_box:after {
    top: -26px;
    right: -12px;
    background-size: 16px;
}
.HomeBannerBtn {
    padding-bottom: 1em;
}
}

@media screen and (max-width: 767px){
    .contentWithMisa .sideMisa img {
        width: 100%;
        max-width: 60px;
    }
    .HomeHerSectionDiv .bannerTextContent {
        flex: auto;
        padding-top: 0;
    }
    .bannerTextContent p.large {
        display: none;
    }
    .contentWithMisa .sideMisa {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }
    .HomeHerSectionDiv .contentWithMisa p.large.mobileText {
        font-size: 18px;
        margin: 0;
        line-height: 28px;
        display: block;
    }
    .HomeHerSectionDiv .contentWithMisa h1 span {
        font-size: 50px;
        line-height: 64px;
        display: inline-block;
        padding: 0px 6px;
        line-height: 1;
        margin-top: 0.4em;
    margin-bottom: 0.2em;
    }
    .HomeHerSectionDiv .contentWithMisa h1 span:before {
        top: -32px;
        right: -13px;
        background-size: 38px;
    }
    .HomeHerSectionDiv .container {
        display: flex;
        flex-direction: column;
    }
    main .HomeHerSectionDiv .top_pop_elements_wrap {
        max-width: 100%;
        order: 1;
        margin: 0;
    }
    main .HomeHerSectionDiv .center-element {
        top: 0;
        position: relative;
        left: 0;
    }
    section.Servicing.bgSection .servicingWrap .width-wrap {
         padding: 0 12px; 
}
    .universitiesSection {
        flex-direction: column;
    }
    .universitiesSection .partners {
        width: 100%;
    }
    .universitiesSection .logoSliderSection {
        width: 100%;
    }
    .Servicing.bgSection .servicingWrap {
        width: 100%;
    }
    section.Servicing.bgSection:before {
        content: '';
        position: absolute;
        background: url(/wp-content/themes/metaapply/images/New-Home-Page/blue.svg);
        top: 0;
        left: 0;
        height: 80%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right bottom;
    }
    .Servicing .flexwrapBox {
        flex-direction: column;
    }
    .Servicing.bgSection .BlueBg {
        width: 100%;
    }
    .Servicing.bgSection .servicingWrap .width-wrap{
        order: -1;
        padding: 2em 0;
        grid-template-columns: 1fr 1fr;
    }
    .partnerWrap .partnerText a img {
        margin-left: 8px;
        width: auto;
        margin-bottom: 5px;
    }
    .search-content img{
        width: 30px;
    }
    .Servicing.bgSection .BlueBg {
        background: #250056;
        border-radius: 0;
    }
    .Servicing.bgSection .BlueBg {
        background: #250056;
        border-radius: 0;
        padding: 2em 15px 3em;
    }
    section.Servicing.bgSection .container{
        padding: 0;
    }
    section.Servicing.bgSection .servicingWrap {
        padding: 3em 0 2em;
    }
    .universitiesSection .logoSliderSection .swiper-btns {
        display: none;
    }

}

@media screen and (max-width: 767px) and (min-width: 577px){
    main .country-tags p {
        font-size: 12px;
        line-height: normal;
    }
    .CountriesHomeSlider .swiper-slide a, .countryBox, .CountriesHomeSlider .swiper-slide img{
        height: 100%;
    }
    .CountriesHomeSlider .countryBox:before {
        border-radius: 0 0 12px 12px;
    }
    main .country-tags {
        padding: 4px 8px;
        border-radius: 6px;
    }
    .CountriesHomeSlider .countryBox .countryHeading h6 {
        margin: 0;
    }
    .CountriesHomeSlider .countryBox:before {
        height: 40%;
    }
    .HomeHerSectionDiv .contentWithMisa {
        max-width: 100%;
        flex-direction: column;
    }
    .newsSection .leftStatic h3 {
        line-height: 35px;
    }
    .pop_element_box:after {
        top: -38px;
        right: -16px;
        background-size: 24px;
    }
    .pop_element_box img {
        height: 45px;
    }
    .HomeBannerBtn {
        padding-bottom: 1em;
    }
    .pop_element_box.doctorBox {
        margin-top: 20px;
    }
    .right-element .pop_element_box {
        margin-left: 7%;
    }
    .HomeHerSectionDiv .contentWithMisa h1 {
        max-width: 100%;
        font-size: 38px;
        letter-spacing: -1px;
        padding-bottom: 16px;
    }
    main .NewsCoverageSection .swiper-btns {
        top: -70px;
    }
    .sideMisa img {
        max-width: 90px;
    }
    .NewsCoverageSection .coverageWrap .covrageHeadingArea h3 span {
        display: inline-block;
        padding-right: 6px;
    }
    .rightStatic h3 {
        padding-bottom: 1em;
    }
    .rightStatic {
        padding: 1.8em;
    }
        .partnerWrap {
            grid-template-columns: repeat(2, 1fr);
        }
        .partnerWrap a {
            font-size: 14px;
        }
        .partnerWrap .partnerText img {
            width: 18px;
            margin-top: 5px;
        }
        .partnerWrap .point {
            align-items: start;
            column-gap: 10px;
            padding-bottom: 10px;
        }
        .Servicing.bgSection .BlueBg {
        order: 1;
    }
    
    section.Servicing.bgSection {
        padding: 0;
    }
    
    main .Servicing.bgSection .servicingWrap {
        padding: 3em 0;
        background: radial-gradient(#FFF7E3, #FFEDE4 89%, #FFD4E5);
            border-radius: 0;
    }
    .Eventoffers ul#pills-tab .nav-link {
        font-size: 14px;
        padding: 10px 2em;
    }
    section.Servicing.bgSection .container {
        max-width: 100%;
        padding: 0;
    }
    section.Servicing.bgSection {
        padding: 0;
    }
    section.Servicing.bgSection .servicingWrap .width-wrap {
        padding: 0;
    }
    .Servicing .flexwrapBox .width-wrap, .servicingWrap .mobileVisibleHeading {
        max-width: 540px;
        margin: 0 auto;
        padding: 0 12px;
    }
    .Servicing.bgSection:after{
        display: none;
    }
    .Servicing.bgSection:before {
        display: none;
    }
}