.study-with-us-main {
    padding: 79px 0;
}

.study-with-us-heading h2 {
    font-size: var(--h2-font);
    color: var(--black-color);
    font-weight: 600;
    letter-spacing: -0.2px;
}

.study-with-us-desc {
    padding-top: 35px;
}

.study-with-us-desc {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.7);
    max-width: 1190px;
}

.study-with-us-desc ul {
    padding-left: 0px;
}

.study-with-us-desc ul li {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 1.4;
    padding-top: 10px;
}

.study-with-us-desc ul.list li {
    list-style-type: disc;
}

.study-with-us-desc ul.num li {
    list-style-type: decimal;
}

.study-with-us-desc p span {
    color: var(--blue-color);
    font-style: italic;
}

.study-with-us-info-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 64px; */
}

.study-with-us-info-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 45px;
    position: relative;
}

.study-with-us-info-btn::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    color: var(--blue-color);
    bottom: -16px;
    background-color: var(--blue-color);
}

.study-with-us-info-btn-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    color: var(--blue-color);
}

.study-with-us-info-btn-icon {
    margin-left: 50px;
}

.study-with-us-info-btn-icon svg {
    fill: var(--blue-color);
}

.study-with-us-info-btn.black::after {
    background-color: var(--black-color);
    color: var(--black-color);
}

.study-with-us-info-btn.black .study-with-us-info-btn-text {
    color: var(--black-color);
}

.study-with-us-info-btn.black .study-with-us-info-btn-icon svg {
    fill: var(--black-color);
}

.global-collaboration-main {
    padding-top: 53px;
    padding-bottom: 26px;
}

.global-collaboration-heading h2 {
    font-size: var(--h2-font);
    color: var(--black-color);
    font-weight: 600;
    letter-spacing: -0.2px;
}

.global-collaboration-grid {
    padding-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.global-collaboration-block {
    border-left: 2px solid #001C54;
}

.global-collaboration-inner {
    padding: 0 26px;
        display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.global-collaboration-inner-icon {
    /*max-width: 164px;*/
}

.global-collaboration-inner-desc {
    padding-top: 13px;
}

.global-collaboration-inner-desc p {
    font-size: 18px;
    color: var(--black-color);
    font-weight: 600;
    line-height: 130%;
    font-style: italic;
}

.global-collaboration-inner-info {
    padding-top: 5px;
}

.global-collaboration-inner-info ul li {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    line-height: 130%;
    padding-top: 12px;
}



.sogs-advantage-main {
    padding-top: 60px;
    padding-bottom: 112px;
}

.sogs-advantage-heading h2 {
    font-size: var(--h2-font);
    color: var(--black-color);
    font-weight: 600;
    letter-spacing: -0.2px;
}

.sogs-advantage-heading {
    padding-top: 10px;
}

.sogs-advantage-heading p {
    font-size: 18px;
    color: var(--black-color);
    font-weight: 600;
    line-height: 130%;
    font-style: italic;
}

.sogs-advantage-main.experience-student-life .sogs-advantage-heading p{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.7);
}

.sogs-advantage-boxes {
    padding-top: 48px;
}

.sogs-advantage-boxes-block {
    border-top: 1px solid #000;
    padding-top: 100px;
    padding-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
}

.sogs-advantage-boxes-block-left,
.sogs-advantage-boxes-block-right {
    width: 50%;
}

.sogs-advantage-boxes-block-left {
    padding-right: 16px;
}

.sogs-advantage-boxes-block-number p {
    font-size: 104px;
    color: var(--black-color);
    font-weight: 400;
    line-height: 1.3;
}

.sogs-advantage-boxes-block-heading {
    padding-top: 16px;
}

.sogs-advantage-boxes-block-heading p {
    font-size: 36px;
    color: var(--black-color);
    font-weight: 700;
    line-height: 1.3;
}

.sogs-advantage-boxes-block-info {
    padding-top: 8px;
}

.sogs-advantage-boxes-block-info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.8);
}
.sogs-advantage-boxes-block-info ul{
   padding-left: 20px;
    padding-top: 10px;
}
.sogs-advantage-boxes-block-info ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.8);
    list-style-type: disc;
}
.sogs-advantage-boxes-block-info ul li span{
    color:var(--blue-color);
}

.sogs-advantage-boxes-block-right-img img {
    aspect-ratio: 628 / 427;
    object-fit: contain;
}

.sogs-advantage-boxes-block-right {
    padding-left: 50px;
}

.not-sure-pathway-main {
    background-color: #F0F0F0;
    padding-bottom: 115px;
    /* padding-top: 115px; */
}

.not-sure-pathway-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

/*.not-sure-pathway-left,*/
/*.not-sure-pathway-right {*/
/*    width: 50%;*/
/*}*/

.not-sure-pathway-left{
  width: 60% ;
  margin-bottom:-120px;
}


.not-sure-pathway-right {
    width: 40%;
}

/*.not-sure-pathway-left {*/
/*    padding-right: 189px;*/
/*}*/

.not-sure-pathway-right {
    display: flex;
    /*justify-content: center;*/
    justify-content: end !important;
}

.not-sure-pathway-right-img {
    /* width: 100%; */
    /* aspect-ratio: 379 / 511; */
    /* margin-top: -196px; */
    position: relative;
    /* max-width: 379px; */
    height: 511px;
}

.not-sure-pathway-right-img img {
    position: relative;
    z-index: 1;
}

.not-sure-pathway-right-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 315px;
    background-color: #FD8F00;
    z-index: 0;
}

.not-sure-pathway-heading h2 {
    font-size: 54px;
    color: #1A1A1A;
    font-weight: 600;
    line-height: 1.2;
}
.not-sure-pathway-heading p{
        font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.4;
    color: #1A1A1A;
    padding-top:31px;
}

.not-sure-pathway-heading {
    padding: 16px;
}

.not-sure-pathway-btn {
    max-width: 385px;
    display: flex;
    flex-direction: column;
    gap: 19px;
    margin-top: 35px;
}



.not-sure-pathway-btns a {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    background-color: transparent;
    font-weight: 500;
    padding: 9px 12px;
    /* transition-duration: 0.7s; */
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* padding-bottom: 16px; */
}

.not-sure-pathway-btns a span {
    margin-left: 50px;
    fill: #000;
}

.not-sure-pathway-btns a:hover {
    /* padding-bottom: 9px; */
    border-radius: 2px;
    color: var(--white-color);
    background-color: var(--blue-color);
    border-bottom: 1px solid var(--blue-color);
}

.not-sure-pathway-btns a:hover span {
    fill: #fff;
}


.not-sure-pathway-btn{
  max-width: unset !important;
  flex-direction: unset !important;
}
.not-sure-pathway-right-box {
  padding: 20px;
  background-color: var(--white-color);
}

.not-sure-pathway-right-box-desc p {
  font-size: 16px;
  color: var(--black-color);
  font-weight: 500;
  line-height: 1.2;
}

.not-sure-pathway {
  /*border-bottom: 1px solid #000;*/
  padding-bottom: 123px;
}

.not-sure-pathway-right-box-btn .download-brochure-btn{
    width:100%;
    justify-content:space-between;
}







.results-matter-main {
    padding-top: 60px;
    padding-bottom: 40px;
}

.results-matter-heading h2 {
    font-size: var(--h2-font);
    color: var(--black-color);
    font-weight: 600;
    letter-spacing: -0.2px;
}

.results-matter-heading {
    padding-top: 10px;
}

.results-matter-heading p {
    font-size: 18px;
    color: var(--black-color);
    font-weight: 600;
    line-height: 130%;
    font-style: italic;
}

.results-matter-heading-desc {
    padding-top: 56px;
}

.results-matter-heading-desc p {
    font-size: 18px;
    color: var(--black-color);
    font-weight: 400;
    line-height: 1.3;
}

.results-matter-slider,
.beyond-traditional-classrooms-slider {
    padding-left: 60px !important;
}

.infrastructure-build-content .results-matter-slider{
    padding-left: 0px !important;
}
.results-matter-slider {
    margin-top: 19px;
}

.results-matter-slider-item {
    position: relative;
}

.results-matter-slider-block-img {
    position: relative;
    height: 590px;
}

.results-matter-slider-block-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: 0;
}

.results-matter-slider-block-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.results-matter-slider-block-info-desc {
    padding: 26px;
    display: flex;
    align-items: end;
    height: 100%;
}

.results-matter-slider-block-info-desc p {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.3;
}


.results-progress {
    display: none;
}


.beyond-traditional-classrooms-main {
    padding-top: 97px;
    padding-bottom: 73px;
}

.beyond-traditional-classrooms-slider {
    padding-top: 97px;
}

.beyond-traditional-classrooms-block {
    background-color: #F0F0F0;
    height: 354px;
    display: flex;
    align-items: end;
    transition:.3s;
}

.beyond-traditional-classrooms-block-inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.beyond-traditional-classrooms-block-heading h3 {
    font-size: 24px;
    color: var(--black-color);
    font-weight: 700;
    line-height: 1.3;
}

.beyond-traditional-classrooms-block-desc {
    padding-top: 10px;
}

.beyond-traditional-classrooms-block-desc p {
    font-size: 18px;
    color: var(--black-color);
    font-weight: 400;
    line-height: 1.3;
}
.beyond-traditional-classrooms-block-desc ul{
    padding-left:20px;
}
.beyond-traditional-classrooms-block-desc ul li{
    list-style-type: disc;
    font-size: 18px;
    color: var(--black-color);
    font-weight: 400;
    line-height: 1.3;
}

.global-exp-grid .beyond-traditional-classrooms-block-inner:hover li{
    color:var(--white-color);
}

.beyond-traditional-classrooms-slider .owl-item.is-first .beyond-traditional-classrooms-block {
    background-color: var(--blue-color);
}

.beyond-traditional-classrooms-slider .owl-item.is-first h3,
.beyond-traditional-classrooms-slider .owl-item.is-first p {
    color: var(--white-color);
}


.infrastructure-build-main {
    position: relative;
}

.infrastructure-build-bg {
    position: relative;
    height: 870px;
}
.infra-slider .infrastructure-build-bg{
    height:1200px;
}

.infrastructure-build-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.infrastructure-build-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.infrastructure-build-info .container-main {
    height: 100%;
}

.infrastructure-build-content {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    padding-top: var(--padding);
    padding-bottom: 100px;
}

/*.infrastructure-build-content-heading,*/
/*.infrastructure-build-content-heading-desc-info {*/
/*    padding: 16px;*/
/*}*/

.infrastructure-build-content-heading h2 {
    font-size: 54px;
    color: var(--white-color);
    font-weight: 600;
    line-height: 1.2;
}

.infrastructure-build-content-heading p,
.infrastructure-build-content-heading-desc-info p {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 400;
    line-height: 1.3;
    padding-top: 12px;
}

.infrastructure-build-content-heading-desc-btn {
    max-width: 358px;
    padding-top: 36px;
    padding-left: 16px;
}

.infrastructure-build-content-heading-desc-btn a {
    font-size: 18px;
    line-height: 1.2;
    color: var(--white-color);
    background-color: transparent;
    font-weight: 500;
    border-bottom: 1px solid var(--white-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 16px;
}

.infrastructure-build-content-heading-desc-btn a span {
    margin-left: 50px;
    fill: #fff;
}




.we-we-help-main {
    background-color: var(--black-color);
    padding-top: 50px;
    padding-bottom: 50px;
}

.we-we-help-heading h2 {
    font-size: var(--h2-font);
    color: var(--white-color);
    font-weight: 600;
    letter-spacing: -0.2px;
}

.we-we-help-heading p {
    font-size: 18px;
    color: var(--white-color);
    font-weight: 600;
    line-height: 130%;
    font-style: italic;
}

.we-we-help-information {
    display: flex;
    gap: 47px;
    align-items: center;
    padding-top: 40px;
}

.we-we-help-information-block-desc h3 {
    font-size: 24px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.3;
}

.we-we-help-information-block-desc.talk-us p {
    font-size: 18px;
    color: var(--white-color);
    font-weight: 400;
    line-height: 1.3;
    padding-top: 6px;
    padding-left: 0px;
}

.we-we-help-information-block-desc {
    display: flex;
    align-items: center;
}

.we-we-help-information-block-desc.talk-us {
    display: block;
}

.we-we-help-information-block-desc img {
    height: 28px;
    width: 28px;
    filter: invert(1);
}

.we-we-help-information-block-desc p {
    font-size: 24px;
    color: var(--white-color);
    font-weight: 400;
    line-height: 1.3;
    padding-left: 10px;
}


.download-brochure-sec-main {
    padding-top: 60px;
}

.download-brochure-sec-heading h3 {
    font-size: 30px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.3;
}

.download-brochure-sec-heading p {
    font-size: 18px;
    color: var(--white-color);
    font-weight: 400;
    line-height: 1.3;
    padding-top: 8px;
}

.download-brochure-main {
    background-color: var(--white-color);
    padding: 20px 24px;
    margin-top: 24px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.download-brochure-form-heading h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: var(--black-color);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--blue-color);
}

.download-brochure-form .form-field {
    margin-top: 5px;
}

.download-brochure-form .form-field.number {
    gap: 35px;
}


.download-brochure-btn {
    display: inline-flex;
    align-items: center;
    background-color: #1f1f1f;
    padding: 12px 18px;
    cursor: pointer;
    gap: 12px;
    margin-top: 20px;
}
.download-brochure-btn:hover{
    background-color:var(--blue-color);
}
.download-brochure-btn a {
color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.download-brochure-btn input {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
}

.download-brochure-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-brochure-btn span img {
    width: 18px;
    height: 18px;
}

.home-page-know-why .admission-bg::before {
    opacity: 0;
}

.know-why-num-main {
    padding: 42px 0;
    background-color: var(--black-color);
}

.know-why-num-flex {
    display: flex;
    gap: 30px;
    align-items: end;
    justify-content: space-between;
}

.know-why-num-block {
    background-color: transparent;
    padding: 20px;
    border-bottom: 1px solid #fff;
    width: 25%;
}

.know-why-num-block-inner {
    height: 100%;
}

.know-why-num-heading p {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 3px;
}

.know-why-num-desc p {
    font-size: 18px;
    color: var(--white-color);
    font-weight: 400;
    line-height: 1.3;
}

/*.know-why-num-block:first-child {*/
/*    background-color: var(--blue-color);*/
/*    border-bottom: unset;*/
/*}*/
.know-why-num-block:last-child .know-why-num-heading p {
    font-size: 18px;
     font-weight: 400;
}



@media (max-width:1880px) {

    .results-matter-slider,
    .beyond-traditional-classrooms-slider {
        padding-left: 250px;
    }
}

@media (max-width:1850px) {

    .results-matter-slider,
    .beyond-traditional-classrooms-slider {
        padding-left: 238px;
    }
}

@media (max-width:1800px) {

    .results-matter-slider,
    .beyond-traditional-classrooms-slider {
        padding-left: 214px;
    }
}

@media (max-width:1750px) {

    .results-matter-slider,
    .beyond-traditional-classrooms-slider {
        padding-left: 190px;
    }
}

@media (max-width:1700px) {

    .results-matter-slider,
    .beyond-traditional-classrooms-slider {
        padding-left: 164px;
    }
}

@media (max-width:1650px) {

    .results-matter-slider,
    .beyond-traditional-classrooms-slider {
        padding-left: 137px;
    }
}

@media (max-width:1600px) {

    .results-matter-slider,
    .beyond-traditional-classrooms-slider {
        padding-left: 114px;
    }
}

@media (max-width:1550px) {

    .results-matter-slider,
    .beyond-traditional-classrooms-slider {
        padding-left: 80px;
    }
}

@media (max-width:1500px) {

    .results-matter-slider,
    .beyond-traditional-classrooms-slider {
        padding-left: 64px;
    }
}

@media (max-width:1440px) {

    .results-matter-slider,
    .beyond-traditional-classrooms-slider {
        padding-left: 40px;
    }

    .infrastructure-build-info {
        width: 75%;
    }
    
    .infrastructure-build-main.infra-slider .infrastructure-build-info {
        width: 100%;
    }
}

@media (max-width:1280px) {

    .study-with-us-heading h2,
    .global-collaboration-heading h2,
    .sogs-advantage-heading h2,
    .results-matter-heading h2,
    .we-we-help-heading h2 {
        font-size: 50px;
    }

    .study-with-us-desc {
        font-size: 28px;
    }
    .not-sure-pathway-btn{
        flex-direction:column !important;
    }
}

@media (max-width:1200px) {
    .not-sure-pathway-left {
        padding-right: 109px;
    }

    .we-we-help-information-block-desc p {
        font-size: 22px;
    }

    .we-we-help-information {
        gap: 30px;
    }

    .know-why-num-flex {
        gap: 20px;
    }

    .know-why-num-block {
        padding: 18px;
    }
}

@media (max-width:1080px) {
    .study-with-us-info-btns {
        flex-direction: column;
        align-items: unset;
    }

    .global-collaboration-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .infrastructure-build-content-heading h2 {
        font-size: 48px;
    }

    .infrastructure-build-content-heading p,
    .infrastructure-build-content-heading-desc-info p {
        font-size: 22px;
    }
}

@media (max-width:991px) {
    .sogs-advantage-boxes-block-info p,
    .sogs-advantage-boxes-block-info ul li{
        font-size: 22px;
    }

    .sogs-advantage-boxes-block-heading p {
        font-size: 32px;
    }

    .sogs-advantage-boxes-block-left,
    .sogs-advantage-boxes-block-right {
        width: 100%;
    }

    .sogs-advantage-boxes-block-left {
        padding-right: 0px;
        padding-bottom: 16px;
    }

    .not-sure-pathway-left {
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .not-sure-pathway-heading h2 {
        font-size: 38px;
    }

    .we-we-help-information {
        flex-direction: column;
        align-items: unset;
    }

    .know-why-num-flex {
        flex-direction: column;
        align-items: unset;
        position: relative;
        z-index: 2;
        margin-top: -92px;
    }
    .sogs-advantage-boxes-block-info ul{
        padding-top:20px;
    }
    .sogs-advantage-boxes-block-right {
        padding-left: 0px;
    }   
    .know-why-num-block {
    width: 100%;
    }
}

@media (max-width:850px) {

    .study-with-us-heading h2,
    .global-collaboration-heading h2,
    .sogs-advantage-heading h2,
    .results-matter-heading h2,
    .we-we-help-heading h2 {
        font-size: 44px;
    }

    .study-with-us-desc,
    .sogs-advantage-boxes-block-info p,
    .sogs-advantage-boxes-block-info ul li{
        font-size: 22px;
    }

    .not-sure-pathway-left,
    .not-sure-pathway-right {
        width: 100%;
    }

    .not-sure-pathway-flex {
        flex-direction: row-reverse;
    }

    .not-sure-pathway-main {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .infrastructure-build-info {
        width: 100%;
    }
    .not-sure-pathway-right{
        justify-content:center !important;
    }
    .not-sure-pathway-heading p{
        font-size:18px;
        padding-top:10px;
    }
    .not-sure-pathway-left{
        margin-bottom:0px;
        padding-right: 0px;
    }
    
}

@media (max-width:768px) {
    .global-collaboration-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 48px;
        padding-top: 48px;
    }

    .global-collaboration-inner {
        padding: 0 24px;
    }
    .results-progress {
        display: block;
    }
     .results-progress {
        display: block;
        padding: 0 20px;       /* LEFT & RIGHT 20px */
        margin-top: 16px;
    }

    .results-progress::before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #e0e0e0;  /* light gray line */
    }

    .results-progress-bar {
        position: relative;
        top: -2px;
        display: block;
        height: 2px;
        width: 0%;
        background: #000;     /* BLACK LINE */
        transition: width 0.3s ease;
    }
}

@media (max-width:600px) {

    .study-with-us-heading h2,
    .global-collaboration-heading h2,
    .sogs-advantage-heading h2,
    .results-matter-heading h2,
    .we-we-help-heading h2 {
        font-size: 24px;
    }

    .study-with-us-desc {
        font-size: 25px;
    }

    .study-with-us-info-btns {
        padding-top: 38px;
    }

    .study-with-us-info-btn {
        padding-top: 40px;
    }

    .sogs-advantage-boxes-block-heading p {
        font-size: 28px;
    }

    .sogs-advantage-boxes-block-info p,
    .sogs-advantage-boxes-block-info ul li{
        font-size: 18px;
    }
    .sogs-advantage-boxes-block-info ul{
        padding-top:20px;
        padding-left:20px;
    }

    .not-sure-pathway-main {
        padding-bottom: 60px;
    }

    .results-matter-heading-desc p {
        font-size: 18px;
    }

    .results-matter-slider {
        padding-left: 20px;
        padding-right: 20px;
    }

    .results-matter-slider,
    .beyond-traditional-classrooms-slider {
        padding-left: 20px;
    }

    .beyond-traditional-classrooms-main {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .results-matter-main {
        padding-bottom: 60px;
    }

    .beyond-traditional-classrooms-slider {
        padding-top: 16px;
    }

    .beyond-traditional-classrooms .results-matter-heading {
        padding-bottom: 48px;
        border-bottom: 1px solid #000;
    }

    .beyond-traditional-classrooms-block-heading h3 {
        font-size: 24px;
    }

    .beyond-traditional-classrooms-block-desc p,
    .admission-overview-main.about-us-mv .beyond-traditional-classrooms-block-desc p {
        font-size: 16px;
    }

    .infrastructure-build-content-heading h2 {
        font-size: 30px;
    }

    .infrastructure-build-content-heading p,
    .infrastructure-build-content-heading-desc-info p {
        font-size: 18px;
    }

    .infrastructure-build-content {
        padding-bottom: 73px;
        padding-top: 40px;
    }

    .infrastructure-build-content-heading-desc-btn {
        max-width: unset;
    }

    .we-we-help-information-block-desc img {
        display: none;
    }

    .we-we-help-information-block-desc p {
        padding-left: unset;
        font-size: 32px;
    }

    .we-we-help-information {
        gap: 24px;
    }

    .download-brochure-sec-heading h3 {
        font-size: 24px;
    }

    .download-brochure-btn {
        width: 100%;
        justify-content: space-between;
    }

    .know-why-num-block {
        padding: 12px;
    }

    .know-why-num-flex {
        gap: 10px;
    }
/*    .study-with-us-desc ul {*/
/*    padding-left: 20px;*/
/*}*/
.not-sure-pathway-heading p{
        font-size: 18px;

    line-height: 1.3;
    color: #1A1A1A;
    padding-top:8px;
}
.sogs-advantage-boxes-block{
        padding-top: 45px;
}
}

/*23-01*/

.global-collaboration-inner-icon img {
    height: 70px;
    object-fit: contain;
}
/*.global-collaboration-block:nth-child(2) .global-collaboration-inner-icon img {*/
/*    margin-left:-27px;*/
/*}*/
 
@media(max-width:1440px){
   .results-matter-slider,
    .beyond-traditional-classrooms-slider {
        padding-left:40px !important;
    }  
}
@media(max-width:600px){
    .results-matter-slider,
    .beyond-traditional-classrooms-slider {
        padding-left:20px !important;
    }  
}