/* Version Code - 44 */

:root {
    --themegreenshade: #00AC4D;
    --themegreyshade: #e5e5e5;
    --themewhiteshade: #FFFFFF;
    --themetableheading: #3B3B3B;
    --themecardpara: #6F6F6F;
    --themeheading: #272727;
    --themeorange: #FFEBCC;
    --themebggrey: #F6F6F6;
    --themeparagrey: #6E6E6E;
    --themesubheadinggrey: #828282;
    --themeparadarkgrey: #4F4F4F;
    --themedarkgrey: #282828;
    --themepara: #333333;
    --themelogoshadow: #AAAAAA;
    --themehrgreenshade: #B3D1BD;
    --themeoutlinegreenshade: #D9E9E0;
    --themefaqpara: #474747;
    --themelightgreenshade: #F7FBF8;
    --themebgliteorange: #FFDEAE;
    --themebgdrakgreenbutton: #00AC4D;
    --themebgblack: #000;
    --themebggreydark: #D9D9D9;
    --themecolorblackshade: #2F2F2F;
    --themeshadowgrey: #f4f4f4;
    --themetableblackshadow: #e9e6e69e;
    --themchipgreybg: #E7E7E7;
    --themgreenletter: #5C846D;
    --themshadegreen: #46805F;
    --themcolorliteblack: #606060;
    --themorangeshade: #FF753A;
    --themlitewhiteshade: #FAFAFA;
    --themliteredcolor: #b36c42;
    --themlitegreyfont: #3F3F3F;
    --themorangefont: #d37254;
    --themblackshadefont: #2e2e2e;
    --themlitegreenbg: #D7FFE8;
    --themliteblue: #c9d1d6;
    --themliteorange: #f7deb7;
    --themblackshadeborder: #6661;
    --themorangeborder: #fddba8;
    --themgreen: #25DC77;
    --themwhiteshade: #cccccc;
    --themebordergrey: #EBC7AD;
    --themblackshadefontlite: #7B7979;
    --themeinactivetext: #C4C4C4;
    --themetabletextcolor: #3C3C3C;
    --themliteorangefont: #A38C6A;
    --themgreenfontcolor: #6C9078;
    --themblackfont: #404040;
    --themcolorfontlitegrey: #c9c9c9;
    --themegreytextcolor: #2D2D2D;
    --themgreendark: #045227;
    --themdarkred: #ff0000;
    --liteorange: #ebc7adb0;
    --borderlitegreen: #bddec3;
    --mediumgreen: #33CD7D;
    --liteyellow: #ddd1a9eb;
    --liteblack: #343434;
    --litegrey: #6a6a6a;
    --themecontrastshade: #2297fa;
    --themedarkshadecolor: #7abf00;
    --themestepsperkbg: #C2FFCC;
    --themestepsperkheader: #202020;
    --themeservicesearchline: #1AD35B;
    --themeservicesearchtext: #717171;
    --themetestprepbg: #CBFFD3;
    --themetestattenbtnbg: #060606;
    --themementornamebg: #222222;
    --themementordescbg: #3A3A3A;
    --themewebinardatefade: #A0BBA7;
    --themewebinardesc: #444444;
    --themewebinarbg: #E4FFEB;
    --themeblurwhiteshade: #FFFFFF80;
    --themegreenbtnbg: #22b757;
    --ctagreen: #d3f879;
    --ctared: #ff7c77;
    --ctaviolet: #ca8fff;
    --borderbottom: #6c6c6c80;
    --themecountrylistbg: #292929;
    --themeflashwhite: #F0F0F0;
    --stripelitegreen: #00ce5D;
    --stripedarkgreen: #00AC4D;
    --bottomgap: 60px;
    --maxwidth: 1200px;
    --maxwidthmiddle: 1100px;
    --landmaxwidth: 1200px;
    --landingmaxwidth: 1224px;
    --ctaformheight: 200px;
    --popupwidth: 900;
    --loanbanner-green: #D0FFD2;
    --tittle-green: #67A069;
    --themetrialblack: #1F1F1F;
    --themetrialparablack: #353535;
    --themetrialvideobg: #EBEBEB;
    --themedreamcountryttext: #F0F0F0;
    --themectared: #9f2033;
    --themelightorange: #FFE6AF;
}

* {
    box-sizing: border-box;
}


html,
body {
    margin: 0px;
    font-weight: 100;
    font-family: InterRegular;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    cursor: default;
    background: var(--themewhiteshade);
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: var(--themewhiteshade);
}

::-webkit-scrollbar-thumb {
    background: var(--themegreenshadecolor);
    border-radius: 30px;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb:horizontal {
    height: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--themebggrey);
}

@font-face {
    font-family: InterRegular;
    src: url(fonts/inter/Inter-Regular.ttf);
}

@font-face {
    font-family: InterBlack;
    src: url(fonts/inter/Inter-Black.ttf);
}

@font-face {
    font-family: InterExtraBold;
    src: url(fonts/inter/Inter-ExtraBold.ttf);
}

@font-face {
    font-family: InterMedium;
    src: url(fonts/inter/Inter-Medium.ttf);
}

@font-face {
    font-family: InterBold;
    src: url(fonts/inter/Inter-Bold.ttf);
}

@font-face {
    font-family: InterSemiBold;
    src: url(fonts/inter/Inter-SemiBold.ttf);
}

@font-face {
    font-family: InterLight;
    src: url(fonts/inter/Inter-Light.ttf);
}

@font-face {
    font-family: SurfingCapital;
    src: url(fonts/inter/Surfing-Capital.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: normal;
}

p,
li,
button,
a,
blockquote,
input,
select,
textarea,
td,
th {
    margin: 0px;
    font-family: InterRegular;
    font-weight: normal;
}

input::-webkit-calendar-picker-indicator {
    display: none !important;
}

address {
    font-style: normal;
}

i {
    font-family: InterExtraLight;
}

b,
strong {
    font-family: InterRegular;
}

ul {
    margin: 0;
    padding-left: 22px;
}

hr {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #b3d1bd5c;
}

a {
    text-decoration: none;
    color: var(--themeheading);
}

.article-heading-one {
    font-size: 38px;
    font-family: InterExtraBold;
    margin-bottom: 10px;
    line-height: 139%;
    color: var(--themedarkgrey);
    width: 513px;
}

.article-heading-two {
    font-size: 34px;
    font-family: InterExtraBold;
    margin-bottom: 32px;
    line-height: 139%;
    color: var(--themedarkgrey);
}

.article-heading-three {
    font-size: 34px;
    margin-bottom: 20px;
    font-family: InterExtraBold;
    line-height: 139%;
    color: var(--themedarkgrey);
}

.article-heading-one span,
.article-heading-two span,
.article-heading-three span,
.article-heading-four span {
    display: block;
}

.gs-left-child-div p {
    color: var(--themepara);
}

.article-heading-four {
    font-size: 28px;
    font-family: InterExtraBold;
    margin-bottom: 32px;
    line-height: 150%;
    color: var(--themedarkgrey);
}

.article-cta-heading {
    font-size: 21px;
    font-family: InterExtraBold;
    line-height: 138%;
}

.article-content {
    margin: 0px;
    font-size: 18px;
    font-family: InterRegular;
    margin-bottom: 72px;
    line-height: 204%;
    color: var(--themepara);
}

.numeric-list {
    list-style: decimal;
    line-height: 204%;
    color: var(--themepara);
    font-size: 18px;
}

.numeric-list-with-bottom {
    margin-bottom: 52px;
}

.limitwidth {
    width: 100%;
    max-width: var(--maxwidth);
    margin: auto;
}

.gs-body-content-container {
    margin: 0px auto;
    box-sizing: border-box;
    padding-top: 135px;
    position: relative;
}

.gs-faq-container {
    margin-bottom: 100px;
}

.gs-faq-container .gs-faq-h2 {
    text-align: center;
    font-size: 64px;
    font-family: InterExtraBold;
    margin-bottom: 90px;
}

.gs-faq-container .gs-faq-category {
    text-align: center;
    margin-bottom: 26px;
}

.gs-faq-category .gs-faq-category-btn {
    color: var(--themgreenfontcolor);
    padding: 21px 43px;
    border: 1px solid var(--themeoutlinegreenshade);
    border-radius: 25px;
    margin: 5px;
    font-size: 18px;
    background: var(--themewhiteshade);
    cursor: pointer;
}

.gs-faq-category .active {
    background: var(--themegreenshade);
    color: var(--themewhiteshade);
    border: 1px solid var(--themegreenshade);
}

.gs-faq-content-container {
    padding: 70px;
    background: var(--themelightgreenshade);
    border-radius: 25px;
    display: none;
}

.gs-faq-content-container.active {
    display: block;
}

.gs-faq-content-container .gs-qanda {
    padding: 20px 0px;
}

.gs-faq-content-container .gs-qanda div {
    display: flex;
    align-items: start;
    width: 100%;
    justify-content: space-between;
}

.gs-faq-content-container .gs-qanda h3 {
    font-family: InterSemiBold;
    font-size: 20px;
    margin-bottom: 16px;
    color: var(--themepara);
    font-weight: 100;
    cursor: pointer;
    margin-right: 15px;
}

.gs-faq-content-container .gs-qanda img {
    width: 13px;
    object-fit: contain;
    cursor: pointer;
}

.gs-faq-content-container .gs-qanda p {
    display: none;
    margin: 0px;
    line-height: 30px;
    font-size: 16px;
    color: var(--themefaqpara);
    font-weight: 100;
    width: 100%;
    max-width: 90%;
}

#programmefaq {
    display: none;
}

#universityfaq {
    display: none;
}

.gs-univ-partners-review-container {
    margin-bottom: 104px;
    overflow: hidden;
    position: relative;
}

.gs-univ-partners-review-container .gs-univ-h2 {
    text-align: center;
    font-size: 38px;
    font-family: InterExtraBold;
    margin-bottom: 26px;
    color: var(--themepara);
}

.gs-univ-content-container {
    /* overflow: auto; */
    white-space: nowrap;
    /* position: relative; */
    padding: 0px;
    /* padding-left: 100px; */
    width: 100%;
    max-width: 1243px;
    margin: auto;
}

.gs-uiv-main-section {
    overflow-x: scroll;
}

.gs-univ-content-container .gs-univ-card {
    display: inline-block;
    position: relative;
    margin: 0px 10px;
    vertical-align: middle;
    width: 100%;
    max-width: 586px;
    background: var(--themlitegreenbg);
    padding: 45px;
    padding-top: 39px;
    border-radius: 25px;
    white-space: normal;
    vertical-align: text-top;
}

.gs-univ-content-container .gs-univ-card img {
    width: 73px;
    height: 73px;
    background: var(--themewhiteshade);
    border-radius: 50px;
    margin-right: 15px;
    vertical-align: middle;
    margin-left: -6px;
}

.gs-reviewer-header {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    padding-bottom: 18px;
}

.gs-reviewer-header h2 {
    font-size: 22px;
    color: #323232;
    font-family: InterBold;
    width: 309px;
}

.gs-univ-card .gs-reviewer-header p {
    font-size: 17px;
    color: #4D8364;
    font-family: InterMedium;
    height: 27px;
    line-height: 160%;
    letter-spacing: 0.1px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 27.5px;
}

.gs-univ-card .gs-heading {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.gs-reviewer-para {
    font-size: 17px;
    font-family: InterRegular;
    margin-bottom: 24px;
    white-space: normal;
    line-height: 185%;
    color: #427257;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    letter-spacing: 0.1px;
    width: 100%;
    max-width: 97%;
}

.gs-univ-card .gs-reviewer-para.show-more {
    -webkit-line-clamp: unset;
}

.gs-univ-card .gs-read-more-review-body {
    font-size: 18px;
    font-family: InterSemiBold;
    color: #46805F;
    cursor: pointer;
}

.gs-first-section {
    margin-bottom: 70px;
}

.carousel__indicator {
    border: 0;
    border-radius: 50%;
    width: 7.7px;
    height: 7.7px;
    background-color: var(--themebggreydark);
    cursor: pointer;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.carousel__indicator.active {
    width: 11px;
    height: 11px;
}

.carousel__indicator.current-slide {
    background: rgba(0, 0, 0, 0.9);
}

.uni-carousel-indicator {
    border: 0;
    border-radius: 50%;
    width: 7.7px;
    height: 7.7px;
    background-color: var(--themebggreydark);
    cursor: pointer;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.uni-carousel-indicator.active {
    width: 11px;
    height: 11px;
}

.uni-carousel-indicator.current-slide {
    background: rgba(0, 0, 0, 0.9);
}

.gs-first-container-right .gs-rightside-content p {
    font-size: 16px;
    font-family: InterRegular;
    margin-bottom: 15px;
}

.gs-first-container-left .gs-left-child-div .crop-content {
    width: 513px;
    margin-bottom: 0px;
}

.gs-first-containers-left-buttons {
    display: flex;
    padding-top: 24px;
}

.filled-cta-button {
    background: var(--themebgdrakgreenbutton);
    border: 1px solid var(--themebgdrakgreenbutton);
    border-radius: 25px;
    color: var(--themewhiteshade);
    font-size: 17px;
    padding: 9px 24px;
    font-family: InterMedium;
    margin-right: 12px;
    cursor: pointer;
}

.outline-cta-button {
    border-radius: 25px;
    color: var(--themedarkgrey);
    border: 1px solid var(--themedarkgrey);
    font-size: 17px;
    padding: 9px 24px;
    font-family: InterMedium;
    background-color: var(--themewhiteshade);
    cursor: pointer;
}

.gs-article-table-container .gs-first-containers-left-buttons .filled-cta-button {
    margin-right: 8px;
    font-size: 16px;
    padding: 9px 24px;
}

.gs-article-table-container .gs-first-containers-left-buttons .outline-cta-button {
    font-size: 16px;
    padding: 9px 24px;
}

.gs-first-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gs-first-container-left {
    box-sizing: border-box;
    margin: 0 auto 0 0;
}

.gs-first-container-right {
    position: relative;
}

.language-cta-people-message {
    position: relative;
    display: inline-block;
    top: 32px;
}

.language-cta-people-message p {
    text-align: center;
    color: var(--themepara);
}

.language-cta-people-message .fadedoutarea {
    background: linear-gradient(to left, rgba(194, 255, 204, 0), rgba(255, 255, 255, 1));
    position: absolute;
    width: 50px;
    top: 0px;
    height: 100%;
    right: -50px;
}

.language-cta {
    background-color: var(--themebgliteorange);
    border-radius: 25px;
    position: relative;
    z-index: 1;
    height: 548px;
    width: 478px;
    margin-bottom: 32px;
    box-shadow: 0px 0px 30px #f1f0f0;
    display: inline-block;
    vertical-align: top;
}

.language-cta .banner {
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
    padding-top: 10px;
}

.first-cta-language {
    padding: 0px 45px 45px 45px;
}

.language-cta h3 {
    font-size: 26px;
    font-family: InterBlack;
    margin-bottom: 10px;
    margin-top: 12px;
    color: var(--themedarkgrey);
    margin-left: 43px;
}

.language-cta p {
    line-height: 162%;
    color: var(--themlitegreyfont);
    margin: 0px 45px 18px 45px;
}

.gs-right-scrool-tap {
    text-align: center;
}

.gs-first-right-button {
    background: var(--themedarkgrey);
    color: var(--themewhiteshade);
    border-radius: 25px;
    border: none;
    font-size: 20px;
    padding: 7px 20px 7px 20px;
    font-family: InterMedium;
    margin-left: 45px;
    cursor: pointer;
}

.service-section {
    margin-bottom: 80px;
}

.service-section-container {
    display: flex;
    justify-content: space-between;
}

.gs-final-cta-trust .content {
    text-align: center;
}

.service-section-container-left {
    box-sizing: border-box;
    margin-right: 35px;
    max-width: 700px;
    padding-right: 25px;
}

.service-cta-right {
    box-sizing: border-box;
    background: var(--themeorange);
    border-radius: 25px;
    max-width: 431px;
    width: 100%;
    height: 523px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.service-cta-right h2 {
    font-size: 21px;
    font-family: InterExtraBold;
    text-align: center;
    margin-bottom: 24px;
    color: var(--themedarkgrey);
}

.service-cta-right .service-card-container {
    margin-bottom: 8px;
    margin-top: -5px;
    text-align: center;
}

.service-cta-right .service-card-container .service-card {
    background: var(--themewhiteshade);
    display: inline-flex;
    width: 100%;
    max-width: 180px;
    margin: 4px 4px 4px 0px;
    flex-direction: column;
    padding: 16px 18px 0;
    border-radius: 20px;
    height: 127px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--themeorange);
}

.service-cta-right .service-card-container .service-card img {
    height: 72px;
}

.service-cta-right .service-card-container .service-card p {
    text-align: center;
    font-size: 14px;
    font-family: InterMedium;
    color: var(--themedarkgrey);
}

.service-cta-right .requirements-desc {
    font-size: 11px;
    text-align: center;
    line-height: 153%;
    margin-bottom: 16px;
    width: 326px;
    color: var(--themlitegreyfont);
}

.gs-top-reasons-list {
    list-style: none;
    padding-left: 5px;
    line-height: 2;
}

.gs-university-icons-container {
    margin-bottom: 70px;
    text-align: center;
}

.gs-university-icons-container span {
    margin: auto;
    text-align: center;
    font-size: 16px;
    font-family: InterRegular;
    margin-bottom: 32px;
    color: var(--themblackshadefontlite);
}

.gs-university-scrolling {
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.gs-university-icons {
    animation: bg-slide 50s linear infinite;
    display: table;
}

.gs-university-icons table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 30px 20px;
}

.gs-university-icons td {
    width: 66px;
}

.gs-university-icons .university-logo {
    width: 69px;
    height: 67px;
    margin-right: 32px;
    vertical-align: middle;
    filter: grayscale(100%);
    opacity: 0.3;
    object-fit: contain;
}

.gs-article-banner-image-container {
    box-sizing: border-box;
    border-radius: 25px;
    text-align: center;
    background-image: url(../bucket/mountain.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 294px;
    position: relative;
    margin-bottom: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.analytics-icon {
    width: 62px;
    height: 62px;
    display: inline-block;
    margin-right: 30px;
    display: none;
}

.gs-article-banner-image-container h2 {
    color: var(--themewhiteshade);
    font-size: 38px;
    display: contents;
    font-family: InterExtraBold;
}


.gs-article-banner-image-container .student-counts {
    color: var(--themgreen);
    font-size: 18px;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 30px;
}

.scroll-blurred-hide {
    position: absolute;
    z-index: 1;
    width: 75px;
    top: 0;
    bottom: 0;
}

.scroll-blurred-left {
    background: linear-gradient(to left, rgba(194, 255, 204, 0), rgba(255, 255, 255, 1));
    left: -1px;
}

.scroll-blurred-right {
    background: linear-gradient(to right, rgba(194, 255, 204, 0), rgba(255, 255, 255, 1));
    right: -1px;
}

@keyframes bg-slide {
    from {
        transform: translateX(0%)
    }

    to {
        transform: translateX(-73.6%)
    }
}

@keyframes company-slides {
    from {
        transform: translateX(0%)
    }

    to {
        transform: translateX(-62.6%)
    }
}

@keyframes verticalscroll {
    0% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

header {
    height: 85px;
    background: var(--themlitewhiteshade);
    box-sizing: border-box;
    max-width: 100%;
    position: fixed;
    width: 100%;
    z-index: 3;
    box-shadow: 0px 1px 30px 4px #00000010;
}

header .gs-header-inner-block {
    height: 95px;
    margin: auto;
    padding: 15px 0px 26px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1224px;
}

header .gs-header-inner-block .header-logo {
    /* height: 48px;
    width: auto; */
    height: auto;
    /* width: 140px; */
    width: 240px;
    object-fit: contain;
    position: absolute;
    bottom: -30px;
}

header .gs-header-inner-block .header-left {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

header .header-menu {
    list-style: none;
}

header .header-menu .header-menu-list {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    margin-left: 24px;
}

header .header-menu .header-menu-list-contact {
    float: right;
    font-family: charterBold;
    font-size: 20px;
    margin-left: 25px;
}

header .header-menu .header-menu-list img {
    height: 10px;
    width: 10px;
    vertical-align: middle;
    margin-left: 4px;
}

header .header-menu .header-menu-list p {
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
}

.download-cta {
    background: var(--themeorange);
    border-radius: 25px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--ctaformheight);
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.download-cta-left {
    padding: 25px 50px 10px 50px;
}

.download-cta-left span {
    background: var(--themblackshadefont);
    color: var(--themewhiteshade);
    text-transform: uppercase;
    font-size: 14px;
    padding: 4px 17px;
    border-radius: 15px;
    font-family: InterSemiBold;
    letter-spacing: 3px;
    display: inline-block;
}

.download-cta-left p {
    font-size: 21px;
    font-weight: 600;
    max-width: 380px;
    margin: 10px 0px;
    font-family: InterBold;
    line-height: 30px;
    font-weight: normal;
}

.download-cta-right {
    display: flex;
}

.gs-cta-download-cards {
    margin-right: 20px;
    background: var(--themewhiteshade);
    border-radius: 15px;
    height: 168px;
    width: 135px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs-cta-download-cards h2 {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 20px;
    font-family: InterBold;
    color: var(--themcolorliteblack);
}

.gs-cta-download-cards img {
    height: 64px;
    width: 87px;
    object-fit: cover;
    object-position: top;
}

.gs-cta-download-cards .gs-cta-download {
    border-top: 1px solid var(--themorangeborder);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13px 0px;
    cursor: pointer;
}

.gs-cta-download-cards .gs-cta-download p {
    font-size: 14px;
    color: var(--themorangefont);
    padding-right: 5px;
    font-family: InterSemiBold;
}

.gs-cta-download-cards .gs-cta-download-icon {
    width: 14px;
    height: 14px;
}

.callback-request-cta {
    background: var(--themeorange);
    border-radius: 25px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: var(--ctaformheight);
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.callback-request-cta-left {
    width: 453px;
}

.callback-request-cta-left span {
    font-size: 23px;
    max-width: 395px;
    line-height: 32px;
    color: var(--themedarkgrey);
    font-weight: normal;
}

.callback-request-cta-left p b {
    font-family: InterExtraBold;
}

.service-cta-right .gs-cta-second-callback {
    display: flex;
    border-radius: 21px;
    width: 375px;
    position: relative;
}

.service-cta-right .gs-cta-second-callback .gs-countrycode {
    width: 50px;
    border-radius: 20px 0px 0px 20px;
    text-align: center;
    padding: 13px 0px 13px 5px;
    outline: none;
}

.service-cta-right .gs-cta-second-callback .gs-callbackrequst-button {
    border: none;
    background: var(--themedarkgrey);
    color: var(--themewhiteshade);
    border-radius: 0px 20px 20px 0px;
    padding: 10px 2px;
    font-family: InterSemiBold;
}

.gs-cta-second-callback {
    display: flex;
    border: 0px solid #e9d2b2;
    border-radius: 35px;
}

.gs-countrycode {
    border: none;
    width: 65px;
    border-radius: 30px 0px 0px 30px;
    text-align: center;
    padding: 13px 0px 13px 0px;
    outline: none;
    border: 1px solid var(--liteorange);
    border-right: 0px;
    font-size: 17px;
}

.gs-mobilenumber {
    border: 1px solid var(--liteorange);
    width: 240px;
    outline: none;
    border-left: 1px solid #ebc7ad45;
    border-right: 0px;
    font-size: 17px;
    padding: 15px;
}

.gs-callbackrequst-button {
    width: 130px;
    border: none;
    background: var(--themedarkgrey);
    color: var(--themewhiteshade);
    border-radius: 0px 25px 25px 0px;
    padding: 12px 5px;
    font-family: InterSemiBold;
    cursor: pointer;
    font-size: 13px;
}

.gs-terms-privacy {
    font-size: 13px;
    padding-left: 25px;
    color: var(--themlitegreyfont);
}

.gs-article-related-links-card-container h2 {
    font-size: 28px;
    font-family: InterExtraBold;
    margin-bottom: 46px;
    line-height: 156%;
    color: var(--themepara);
}

.gs-article-related-links-card-container .gs-article-links-card {
    width: 100%;
    display: inline-flex;
    max-width: 367px;
    height: auto;
    box-sizing: border-box;
    border-radius: 25px;
    cursor: pointer;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 25px 30px var(--themeshadowgrey);
    flex-direction: column;
    justify-content: start;
    align-items: center;
    position: relative;
    vertical-align: top;
}

.gs-relevant-img-card {
    margin-bottom: 66px;
}

.gs-article-related-links-card-container .gs-article-links-card .content {
    padding: 30px 34px;
}

.gs-article-related-links-card-container .gs-article-links-card strong {
    font-size: 18px;
    font-family: InterBold;
    line-height: 140%;
    letter-spacing: 0.1px;
    margin-bottom: 16px;
    display: block;
    color: var(--themeheading);
}

.gs-article-related-links-card-container .gs-article-links-card p {
    font-size: 12px;
    line-height: 165%;
    letter-spacing: 0.1px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--themecardpara);
    font-family: InterRegular;
    font-weight: 100;
}

.gs-article-related-links-card-container .gs-article-links-card .long-lines {
    -webkit-line-clamp: 4;
}

.gs-article-related-links-card-container .gs-link-tags {
    border-radius: 50px;
    border: 1px solid var(--borderlitegreen);
    color: var(--themedarkgrey);
    margin-right: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: InterRegular;
    font-weight: 100;
    line-height: 30%;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
}

.gs-final-cta-trust {
    background: linear-gradient(180deg, #574DAC 0%, #8975A2 100%);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 64px;
    height: 470px;
}

.gs-final-cta-para {
    color: var(--themewhiteshade);
    font-size: 36px;
    margin: 60px 0px 20px 0px;
    font-family: InterExtraBold;
}

.gs-final-cta-button {
    color: var(--themewhiteshade);
    background: var(--themedarkgrey);
    border: none;
    padding: 10px 40px 10px 40px;
    border-radius: 30px;
    font-size: 21px;
    margin: 0px auto 20px;
    font-family: InterMedium;
    cursor: pointer;
}

.gs-final-cta-group-img {
    width: 100%;
    max-width: 700px;
    z-index: 1;
    overflow: hidden;
}

.gs-final-cta-triangle-img {
    width: 100%;
    max-width: 90px;
    position: absolute;
    left: -57px;
    top: 33px;
}

.gs-final-cta-halfround-img {
    width: 100%;
    max-width: 80px;
    position: absolute;
    right: -22px;
    bottom: 117px;
}

.gs-final-cta-cutx-img {
    width: 100%;
    max-width: 70px;
    position: absolute;
    bottom: -11px;
    left: 237px;
}

.universities-cta {
    background: var(--themeorange);
    border-radius: 25px;
    padding: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: var(--ctaformheight);
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.universities-cta-left {
    padding: 10px 50px 10px 0px;
}

.universities-cta-left p {
    width: 747px;
    font-size: 21px;
    font-family: InterRegular;
    line-height: 32px;
    letter-spacing: 0.2px;
    color: var(--themedarkgrey);
}

.universities-cta-button {
    background: var(--themedarkgrey);
    color: var(--themewhiteshade);
    border-radius: 50px;
    width: 215px;
    height: 48px;
    border: none;
    font-size: 18px;
    font-family: InterMedium;
    line-height: 156%;
    letter-spacing: 0.1px;
    cursor: pointer;
}

.universities-cta-right {
    text-align: center;
}

.universities-cta-card-button {
    position: relative;
}

.universities-cta-card-button p {
    font-size: 14px;
    color: var(--themliteorangefont);
    text-align: center;
    width: 223px;
    height: 39px;
    font-family: InterRegular;
    line-height: 128%;
    letter-spacing: -0.2px;
    position: absolute;
    bottom: -45px;
}

.universities-cta-card-button b {
    font-family: InterExtraBold;
}

.universities-cta-bold {
    font-family: InterBold;
}

.gs-relevant-video-container {
    margin-bottom: 66px;
}

.gs-relevant-video-container h2 {
    font-size: 28px;
    font-family: InterExtraBold;
    margin-bottom: 46px;
    color: var(--themepara);
}

.gs-video-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gs-video-card {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--themewhiteshade);
    box-shadow: 0px 25px 40px var(--themeshadowgrey);
    position: relative;
    width: 387px;
    height: 317px;
    align-content: space-between;
    margin-bottom: 30px;
}

.gs-video-card .video-banner {
    text-align: center;
    background: var(--liteyellow);
    position: relative;
    display: flex;
}

.gs-video-card .video-banner .video-img {
    max-width: 387px;
    height: 246px;
    width: 100%;
    object-fit: cover;
}

.gs-video-card .video-banner .play-button {
    position: absolute;
    margin: auto;
    opacity: 0.8;
    width: 60px;
    height: 65px;
}

.gs-video-card .video-frame {
    flex: 1;
    display: none;
}

.gs-video-card .video-title {
    background-color: var(--themewhiteshade);
    padding: 26px 20px;
    font-size: 15px;
    text-align: center;
    font-family: InterBold;
    color: var(--themeheading);
}

.related-programs {
    margin-bottom: 72px;
}

.related-programs-cta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 16px 0px 24px;
}

.related-programs-cta .related-programs-card {
    width: 100%;
    max-width: 367px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background: var(--themewhiteshade);
    box-shadow: 0px 0px 30px var(--themeshadowgrey);
    height: 408px;
    margin-right: 15px;
}

.related-programs-cta .related-programs-card .banner {
    width: 100%;
    height: 236px;
    object-fit: cover;
    object-position: top;
}

.related-programs-cta .related-programs-card .logo-placeholder {
    display: none;
    width: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    filter: drop-shadow(2px 4px 6px var(--themelogoshadow));
    opacity: 0.5;
}

.related-programs-cta .related-programs-card .content {
    background-color: var(--themewhiteshade);
    padding: 30px 35px;
}

.related-programs-cta .related-programs-card .content h3 {
    font-size: 18px;
    font-family: InterBold;
    color: var(--themeheading);
    margin-bottom: 16px;
    line-height: 140%;
}

.related-programs-cta .related-programs-card .content p {
    font-size: 12px;
    font-family: InterRegular;
    color: var(--themecardpara);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 160%;
}

.webinar-cta {
    width: 100%;
    max-width: 367px;
    background: var(--themeorange);
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 408px;
}

.webinar-cta .content {
    padding: 15px 33px;
}

.webinar-cta .content .title {
    font-size: 18px;
    font-family: InterBold;
    color: var(--themedarkgrey);
}

.webinar-cta .schedules {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: var(--themewhiteshade);
    border-radius: 15px;
    overflow: hidden;
    margin-top: 15px;
}

.webinar-cta .schedules .about {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px;
    width: 100%;
}

.webinar-cta .schedules .description {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #5f5f5f;
    font-size: 8.5px;
    font-family: InterRegular;
}

.webinar-cta .schedules .about .people {
    border-radius: 100%;
    width: 50px;
    margin-right: 15px;
    background: var(--themebggrey);
}

.webinar-cta .schedules .about .aboutpeople {
    text-align: left;
}

.webinar-cta .schedules .about .aboutpeople .review-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.webinar-cta .schedules .about .aboutpeople .review-rating .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.webinar-cta .schedules .about .aboutpeople .review-rating .rating img {
    width: 8px;
    margin-right: 5px;
}

.webinar-cta .schedules .about .aboutpeople .review-rating .rating p {
    font-size: 8.5px;
    color: var(--themeparagrey);
}

.webinar-cta .schedules .about .aboutpeople .review-rating .review {
    font-size: 8.5px;
    color: var(--themesubheadinggrey);
}

.webinar-cta .schedules .about .aboutpeople h3 {
    font-size: 12px;
    font-family: InterSemiBold;
    color: var(--themetrialblack);
}

.webinar-cta .schedules .about .aboutpeople .role {
    font-size: 9.5px;
    font-family: InterRegular;
    color: var(--themeparagrey);
    margin-bottom: 4px;
}

.webinar-cta .book {
    background-color: var(--themedarkgrey);
    text-align: center;
    width: 100%;
    padding: 10px;
}

.webinar-cta .book h3 {
    font-size: 14px;
    font-family: InterMedium;
    color: var(--themewhiteshade);
}

.table-heading-two {
    font-size: 18px;
    font-family: InterBold;
    color: var(--themetableheading);
    line-height: 24px;
}

.table-heading-two span {
    display: block;
}

.article-table-container table {
    width: 100%;
    max-width: 880px;
    table-layout: fixed;
    border-spacing: 0px;
    text-align: left;
    box-shadow: 0px 0px 30px var(--themetableblackshadow);
    border-radius: 25px;
}

.article-table-container table th {
    padding: 0px 40px;
    height: 127px;
    vertical-align: middle;
    border-right: 1px solid var(--themblackshadeborder);
}

.article-table-container .four-coloum-table th {
    padding: 0px 30px;
}

.article-table-container table tr:last-child th:last-child {
    border-right: 0px;
}

.article-table-container table td {
    border-bottom: 1px solid var(--themblackshadeborder);
    border-right: 1px solid var(--themblackshadeborder);
    padding: 16px 40px;
    background-color: var(--themlitegreenbg);
    color: var(--themetabletextcolor);
}

.article-table-container table td:last-child {
    border-right: 0px;
}

.article-table-container .four-coloum-table td {
    padding: 16px 30px;
}

.article-table-container table tr:last-child td:first-child {
    border-bottom-left-radius: 18px;
}

.article-table-container table tr:last-child td:last-child {
    border-bottom-right-radius: 18px;
}

.gs-consultants-cards::-webkit-scrollbar {
    display: none;
}

.gs-info-card-headig {
    text-align: center;
    margin: 0px 0px 50px 0px;
    font-size: 38px;
    font-family: InterExtraBold;
}

.gs-consultants-cards {
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 100px;
    padding-left: 120px;
}

.gs-consultants-cards-child {
    display: inline-block;
    max-width: 350px;
    width: 100%;
    height: 470px;
    position: relative;
    overflow: hidden;
    border: none;
    outline: none;
    margin-right: 15px;
    border-radius: 25px;
    background-size: 114%;
    background-position: -15px -10px;
    margin-top: 0px;

}

/* .gs-consultants-cards-child:hover .gs-info-card-content {
    opacity: 1;
    margin-bottom: 30px;
} */

/* .gs-consultants-cards-child:hover .gs-consultant-name-tag {
    display: block;
} */

.gs-consultants-cards-child:hover .gs-info-card-content {
    display: flex;
    opacity: 1;
    position: initial;
}


.gs-info-card-content {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0px;
    /* background-color: rgb(0 0 0 / 60%); */
    color: var(--themewhiteshade);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: center;
    white-space: break-spaces;
    flex-direction: column;
    padding: 0px 38px;
}

.gs-consultent-img {
    border-radius: 25px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.gs-consultant-name-tag {
    position: absolute;
    color: var(--themewhiteshade);
    bottom: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 30px;
    background: linear-gradient(transparent, #000000);
}

.gs-consultant-name-tag:hover {
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    justify-content: flex-end;
}

.gs-consultant-name-info {
    font-size: 24px;
    font-family: InterExtraBold;
    margin-bottom: 15px;
}

.gs-consultant-role {
    font-size: 22px;
    font-family: InterRegular;
    margin: 0px 0px 0px 0px;
    padding-bottom: 20px;
}

.gs-consultant-info-tag {
    display: flex;
    margin-left: 15px;
    z-index: 1;
}

.gs-green-tick {
    width: 15px;
    height: 15px;
}

.gs-info-card-content p {
    text-align: center;
    font-size: 16px;
    font-family: InterRegular;
    line-height: 148%;
    margin-bottom: 7px;
}

.gs-consultant-name-tag button {
    border-radius: 25px;
    font-size: 22px;
    padding: 12px 79px;
    background: var(--themegreenshade);
    border: none;
    color: var(--themewhiteshade);
    cursor: pointer;
    margin-bottom: unset;
    font-family: InterMedium;
}

.gs-info-course-selection {
    display: flex;
    margin-left: 30px;
    gap: 10px;
}

.gs-info-course-selection span {
    border: 1.7px solid;
    padding: 5.5px 15px;
    border-radius: 20px;
    font-size: 18px;
    margin: 10px 0px 10px 0px;
    font-family: InterMedium;
}

.gs-footer-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 29px;
}

.gs-footer-our-logo {
    width: auto;
    height: 60px;
    object-fit: contain;
}

.gs-callbacknumber,
.gs-footer-columns-child .gs-footer-ul li.gs-callbacknumber {
    font-size: 22px;
    margin-right: 36px;
    font-family: InterBold;
    line-height: 146%;
    letter-spacing: -0.6px;
    cursor: pointer;
}

.gs-callbacknumber {
    margin-right: 0px;
}

.gs-translate-language {
    font-size: 20px;
    padding: 8px 30px 8px 30px;
    border-radius: 44px;
    background: var(--themegreyshade);
    font-family: InterMedium;
    display: inline-flex;
    height: 49px;
    width: 130px;
    align-items: center;
    justify-content: center;
    line-height: 156%;
}

.gs-footer-bg {
    background-color: var(--themebggreydark);
    padding-top: 54px;
}

.gs-footer-columns {
    /* display: flex; */
    justify-content: space-between;
    align-items: baseline;
    padding: 30px 0px;
    margin-bottom: 30px;
}

.gs-footer-ul {
    list-style: none;
}

.gs-footer-bg .gs-footer-columns .gs-footer-columns-child {
    display: inline-block;
    width: 255px;
    vertical-align: top;
    margin: auto 37px 30px auto;
}

.gs-footer-bg .gs-footer-columns .gs-footer-columns-child.gs-footer-logo {
    margin: auto 30px 30px auto;
}

.gs-footer-bg .gs-footer-columns .gs-footer-columns-child.gs-footer-logo li {
    margin-bottom: 0px;
}

.gs-footer-bg .gs-footer-columns .gs-footer-columns-child .gs-footer-ul {
    padding: 0px;
}

.gs-footer-columns-child .gs-footer-ul li {
    font-size: 16.5px;
    color: var(--themecolorblackshade);
    font-family: InterRegular;
    font-weight: 100;
}

.gs-footer-columns-child span {
    color: var(--themecolorblackshade);
    font-size: 16.5px;
    font-family: InterRegular;
    font-weight: 100;
    font-family: InterSemiBold;
}

.gs-footer-apps-icons {
    margin-bottom: 53px;
    margin-top: 15px;
}

.gs-footer-apps-icons img {
    width: 31px;
    height: 31px;
    margin-right: 8px;
}

.gs-footer-socialmedia-icons {
    margin-top: 16px;
}

.gs-footer-socialmedia-icons img {
    width: 24px;
    height: 24px;
    margin-right: 7px;
}

.gs-Copyrights-info {
    text-align: center;
    color: var(--themepara);
    font-size: 17px;
    padding-bottom: 32px;
    font-family: InterRegular;
    font-weight: 100;
}

.gs-article-banner-image-container-para {
    margin-bottom: 70px;
}

.course-cta {
    background: var(--themeorange);
    border-radius: 25px;
    padding: 20px 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--ctaformheight);
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.course-cta-card-left span {
    background: var(--themblackshadefont);
    color: var(--themewhiteshade);
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 15px;
    font-family: InterSemiBold;
    line-height: 32%;
    letter-spacing: 3px;
    display: inline-flex;
    width: 114px;
    height: 25px;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.course-cta-card-left p {
    width: 295px;
    line-height: 30px;
    font-family: InterBold;
    font-size: 21px;
    color: var(--themedarkgrey);
}

.gs-courses-cta-card {
    display: flex;
    flex-wrap: wrap;
    margin-top: 11px;
}

.course-cta-card-right {
    width: 610px;
}

.course-cta-card-right .gs-courses-cta-card span {
    background: var(--themewhiteshade);
    color: var(--themedarkgrey);
    font-size: 14px;
    border-radius: 25px;
    border: 1px solid var(--themliteorange);
    margin: 0px 10px 10px 0px;
    font-family: InterSemiBold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
}

.gs-our-free-service {
    border: 1px solid var(--themliteblue);
    box-sizing: border-box;
    border-radius: 25px;
    background-color: var(--themebgblack);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 350px;
    align-items: center;
    justify-content: space-evenly;
    color: var(--themewhiteshade);
    position: relative;
}

.gs-our-free-service img {
    width: 100%;
    max-width: 135px;
    object-fit: cover;
    height: 140px;
    opacity: 0.5;
}

.gs-our-free-service h3 {
    font-size: 84px;
    max-width: 360px;
    font-family: InterExtraBold;
}

.gs-our-free-service p {
    width: 300px;
    font-size: 18px;
    line-height: 1.8;
}

.gs-requirement-chips {
    margin-bottom: 48px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.requirement-chip .heading {
    font-weight: 100;
    line-height: 154%;
    color: var(--themegreytextcolor);
    font-family: InterExtraBold;
    font-size: 24px;
    padding-top: 45px;
}

.requirement-chip span {
    font-weight: 100;
    color: var(--themegreytextcolor);
    font-family: InterRegular;
    font-size: 15.5px;
    display: block;
    line-height: 154%;
}

.gs-admission-requirements {
    margin-bottom: 92px;
}

.gs-article-bg {
    background: var(--themlitewhiteshade);
    padding: 55px 0;
    border-radius: 30px 30px 0px 0px;
}

.gs-article-table-container {
    display: flex;
}

.single-table-view .article-table-container.left {
    width: 100%;
}

.article-table-container.left {
    width: 60%;
}

.article-table-container.gs-four-table-left {
    width: 100%;
}

.article-table-container.right {
    width: 40%;
    margin-left: 72px;
}

.article-table-container.gs-four-table-right {
    width: 35%;
}

.article-table-container.right .table-para-mb {
    margin-bottom: 20px;
    margin-top: 30px;
}

.gs-article-table-container .table-heading-small {
    font-size: 14px;
    font-family: InterRegular;
    font-weight: 100;
    margin-top: 6px;
}

.gs-article-table-container .article-table-container table {
    max-width: 690px;
}

.gs-article-table-container .article-table-container .four-coloum-table {
    max-width: 740px;
}

.gs-article-table {
    margin-bottom: 56px;
}

.gs-article-bg-mb {
    margin-bottom: 10%;
}

.gs-article-related-links-card-container .gs-relevant-links {
    width: 100%;
    height: 236px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0px 0px;
}

.gs-article-links-card .gs-card-logo-placeholder {
    width: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    filter: drop-shadow(2px 4px 6px var(--themelogoshadow));
    opacity: 0.5;
}

.floating-whatsapp-right {
    position: fixed;
    bottom: 67px;
    right: 67px;
    z-index: 2;
    transition: bottom 0.2s;
}

.floating-whatsapp-right img {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    box-shadow: 11px 20px 50px 4px #00000030;
    cursor: pointer;
}

.wa-notify {
    position: absolute;
    top: 5px;
    right: 4px;
    background-color: var(--themorangeshade);
    padding: 7px 7px;
    border-radius: 50%;
    display: block;
}

.header-menu .header-menu-list-contact .header-call-number {
    font-family: InterSemiBold;
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -0.7px;
    cursor: pointer;
}

.landing-gs-parent-header-block .header-right .header-call-number {
    font-family: InterSemiBold;
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: -0.7px;
    cursor: pointer;
    text-decoration: none;
}

.article-banner-para .article-content {
    font-size: 18px;
    font-family: InterRegular;
    margin-bottom: 72px;
    line-height: 204%;
}

.cta-padding-top {
    padding-top: 35px;
    margin-bottom: 70px;
}

.grey-bg-section {
    position: relative;
}

.crop-content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.callback-request-cta-right {
    position: relative;
}

.callback-request-cta-right .float {
    position: absolute;
    bottom: -22px;
    left: 24px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 64px;
}

.breadcrumb .inactive {
    color: var(--themeinactivetext);
    font-size: 16px;
    font-family: InterRegular;
}

.breadcrumb * {
    margin-right: 12px;
    font-size: 16px;
}

.breadcrumb img {
    height: 10px;
}

.breadcrumb img.inactive {
    opacity: 0.3;
}

.gs-qanda h3 {
    color: var(--themblackfont);
}

.article-content-one {
    margin: 0px;
    font-size: 18px;
    font-family: InterRegular;
    margin-bottom: 30px;
    line-height: 204%;
}

.gs-article-table-bottom {
    margin-bottom: 96px;
}

.language-cta-wrapper {
    display: inline-block;
}

.language-cta-more-cards {
    display: none;
}

.article-table-container .grey-table-shadow {
    box-shadow: 0px 0px 30px var(--themetableblackshadow);
}

.limitwidth .table-top-para {
    margin-bottom: 56px;
}

.white-table-shadow {
    box-shadow: 0px 0px 40px var(--themetableblackshadow);
}

.gs-vedio-banner-logo {
    width: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    filter: drop-shadow(2px 4px 6px var(--themelogoshadow));
    opacity: 0.5;
}

.gs-mobilenumber::placeholder {
    color: var(--themcolorfontlitegrey);
}

.gs-countrycode::placeholder {
    color: var(--themcolorfontlitegrey);
}

.last-list {
    margin-bottom: 0px;
}

.gs-footer-list li {
    margin-bottom: 32px;
}

.exit-popup-main {
    position: fixed;
    background-color: var(--themewhiteshade);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    background-size: cover;
    display: none;
}

.exit-popup-container {
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #574DAC 0%, #8975A2 100%);
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.exit-popup-container .consultants-footer {
    position: absolute;
    color: var(--themewhiteshade);
    bottom: -5px;
    max-width: var(--popupwidth);
    /* left: 0; */
    /* right: 0; */
}

.exit-close-icon {
    position: absolute;
    top: 30px;
    right: 32px;
    cursor: pointer;
    width: 16px;
    opacity: 0.7;
}

.exit-popup {
    width: 100%;
    max-width: var(--popupwidth);
    color: var(--themewhiteshade);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 83vh;
}

.exit-popup-container .exit-help-para {
    font-size: 40px;
    font-family: InterExtraBold;
    margin-bottom: 15px;
}

.exit-popup-container .exit-fee-para {
    font-size: 23px;
    font-family: InterMedium;
    margin-bottom: 26px;
    line-height: 165%;
}

.exit-callbackrequest {
    display: flex;
    justify-content: center;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 12px;
    width: 100%;
    max-width: 380px;
    height: 56px;
    position: relative;
}

.exit-countrycode {
    border: none;
    width: 20%;
    border-radius: 50px 0px 0px 50px;
    text-align: center;
    padding: 14px 0px;
    outline: none;
    font-size: 18px;
    font-family: InterRegular;
}

.exit-mobilenumber {
    border-left: 1px solid #D0D0D0;
    width: 80%;
    outline: none;
    border-bottom: none;
    border-top: none;
    border-right: none;
    font-size: 19px;
    font-family: InterLight;
    padding: 10px 10px 10px 22px;
    border-radius: 0px 50px 50px 0px;
}

.exit-callbackrequst-button {
    border: none;
    width: 380px;
    outline: none;
    border-left: 0px;
    border-right: 0px;
    font-size: 20px;
    padding: 14px 18px;
    border-radius: 40px;
    margin-bottom: 10px;
    margin-top: 4px;
    color: var(--themewhiteshade);
    background: var(--themedarkgrey);
    cursor: pointer;
    height: 56px;
}

.exit-terms-privacy {
    font-size: 13px;
    font-family: InterRegular;
}

.exit-active-employee {
    font-size: 20px;
    font-family: InterRegular;
}

.exit-group-img {
    object-fit: contain;
    height: 33vh;
    margin-top: 0px;
}

/* replace the css error message */
.hide {
    display: none;
}

.go-input-form .go-input-error-message {
    color: var(--themdarkred);
    font-size: 11px;
    font-family: InterSemiBold;
    text-align: center;
    line-height: 153%;
    padding: 5px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bold;
    text-align: left;
    position: absolute;
    bottom: -25px;
    left: 50px;
}

.gs-cta-second-callback .error-important-icon {
    object-fit: contain;
    position: absolute;
    bottom: -17px;
    left: 42px;
    font-size: 11px;
    color: var(--themdarkred);
}

.gs-cta-second-callback .lnguage-cta-icon {
    object-fit: contain;
    position: absolute;
    top: -14px;
    left: 42px;
    font-size: 11px;
    color: var(--themdarkred);
}

.gs-cta-second-callback .hide {
    display: none;
}

.gs-error-border {
    border: 1px solid var(--themdarkred);
}

.callback-request-cta-right .gs-cta-second-callback .callback-cta-message {
    bottom: 0px;
    top: -22px;
}

.exit-popup .go-input-form .go-input-error-message {
    bottom: -22px;
}

.exit-popup .gs-cta-second-callback .error-important-icon {
    bottom: -14px;
}

.gs-requirement-chips .requirement-chip {
    width: 288px;
    height: 147px;
    border-radius: 25px;
    text-align: center;
    background-color: var(--themchipgreybg);
    font-size: 15.5px;
    font-family: InterRegular;
    letter-spacing: 0.1px;
    margin-bottom: 15px;
}

.gs-requirement-chips .active {
    background-color: var(--themlitegreenbg);
    border: 1px solid var(--themehrgreenshade);
    font-size: 15.5px;
}

.gs-head-menu {
    cursor: pointer;
    width: 25px;
    display: none;
    margin-right: 5px;
    float: right;
    outline: none;
}

.empty-section {
    position: relative;
    margin-bottom: 96px;
}

.empty-grey {
    background: var(--themlitewhiteshade);
    height: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    border-radius: 0px 0px 30px 30px;
}

.cta-img-banner {
    margin-bottom: unset;
}

.cta-image-banner {
    bottom: 0px;
    border-radius: 30px 30px 0px 0px;
    top: unset;
}

.banner-cta-bottom-radius {
    border-radius: unset;
}

.student-counts b {
    font-family: InterExtraBold;
}

.article-table-container .four-coloum-table th {
    background: var(--themewhiteshade);
}

.article-table-container .four-coloum-table th:first-child {
    border-radius: 25px 0px 0px 0px;
}

.article-table-container .four-coloum-table th:last-child {
    border-radius: 0px 25px 0px 0px;
}

.uni-right-scrool-tap {
    text-align: center;
}

.language-cta-people-message li {
    display: table-cell;
    padding-right: 5px;
}

.language-cta-people-message li img {
    margin-right: 0px;
}

.responsive-container {
    display: flex;
    flex-direction: unset;
}

#append_webinar {
    display: none;
}

.related-programs-scrolling-card {
    display: inline-block;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article-card {
    display: inline-block;
    margin-bottom: 20px;
}

.language-cta-people-message .images-container {
    position: absolute;
    right: 78px;
    top: 10px;
}

.gs-footer-callbacknumber {
    display: contents;
}

.gs-close-menu {
    display: none;
    float: right;
    width: 30px;
    padding: 5px;
}

.download-cta .paper-img {
    position: absolute;
}

.download-cta .paper-img:nth-child(1) {
    left: 39%;
    top: -18%;
    width: 83px;
}

.download-cta .paper-img:nth-child(2) {
    bottom: -18%;
    left: 28%;
    width: 77px;
}


.download-cta .paper-img:nth-child(3) {
    left: -3%;
    width: 79px;
    top: 28px;
}

.universities-cta .univ-logo,
.callback-request-cta .univ-logo {
    position: absolute;
    box-shadow: -6px 9px 40px 0px #00000036;
    border-radius: 100px;
}

.universities-cta .univ-logo:nth-child(1),
.callback-request-cta .univ-logo:nth-child(1) {
    left: -26px;
    top: 28px;
    width: 50px;
}

.universities-cta .univ-logo:nth-child(2),
.callback-request-cta .univ-logo:nth-child(2) {
    top: -29px;
    width: 60px;
}

.universities-cta .univ-logo:nth-child(3),
.callback-request-cta .univ-logo:nth-child(3) {
    bottom: -28px;
    left: 330px;
    width: 55px;
}

.cta-bg-color {
    background-color: var(--ctagreen);
}

.cta-bg-color-one {
    background-color: var(--ctared);
}

.cta-bg-color-two {
    background-color: var(--ctaviolet);
}

.foo-str-menu-mobile {
    display: none;
}

.footer-stripe-menu {
    background: var(--stripelitegreen);
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    display: none;
    width: 100%;
}

.foo-str-menu-mobile div:first-child {
    background: var(--stripelitegreen);
    width: 30%;
}

.footer-stripe-menu .center .call-text {
    color: #ffff;
}

.foo-str-menu-mobile div:nth-child(2) {
    background: var(--stripedarkgreen);
}

.foo-str-menu-mobile div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 33%;
}

.footer-stripe-menu div {
    text-align: center;
    margin: 0 15px;
    padding: 0px 5px;
}

.success-stories {
    max-width: var(--landingmaxwidth);
    margin: auto;
    margin-bottom: 96px;
}

.success-stories-heading {
    font-size: 40px;
    color: #282828;
    margin-bottom: 35px;
    line-height: 134%;
    font-family: InterExtraBold;
    color: var(--themedarkgrey);
}

.success-stories-main {
    display: flex;
    margin-bottom: 32px;
}

.stories-left {
    width: 50%;
    position: relative;
    margin-right: -20px;
}

.stories-img-big {
    width: 100%;
    max-width: 577px;
    height: 669px;
    object-fit: contain;
    border-radius: 25px;
}

.stories-right {
    width: 50%;
}

.story-small-image-scroll {
    display: flex;
    position: relative;
    overflow-x: scroll;

}

.hidden {
    display: none;
}

.stories-img-big,
.stories-bio {
    display: none;
}

.stories-img-big.active,
.stories-bio.active {
    display: block;

}

.student-scroll-img {
    width: 192px;
    height: 221px;
    object-fit: contain;
    margin-right: 20px;
    border-radius: 30px;
    cursor: pointer;
}

.stories-bio {
    background: var(--themeflashwhite);
    padding: 48px;
    margin-bottom: 25px;
    border-radius: 30px;
}

.stories-bio .story-name {
    font-size: 26px;
    line-height: 134%;
    font-family: InterExtraBold;
    color: #282828;
}

.stories-bio .academics {
    margin-bottom: 16px;
    font-size: 18px;
    font-family: 'InterSemiBold';
    line-height: 160%;
    letter-spacing: 0.24px;
    color: #282828;
}

.stories-bio p {
    font-size: 16px;
    line-height: 175%;
    color: #282828;
    letter-spacing: 0.16px;
    height: 240px;
    overflow-y: scroll;
    padding-right: 40px;
    font-weight: normal;
}

.stories-bio p::-webkit-scrollbar {
    width: 8px;
}

.stories-bio p::-webkit-scrollbar-thumb {
    background-color: #DDDDDD;
    border-radius: 20px;
}

.stories-bio p::-webkit-scrollbar-track {
    background: transparent;
}

.stories-bio p b {
    font-weight: normal;
    font-family: InterBold;
}

.story-carousel {
    border: 0;
    border-radius: 50%;
    width: 9.52px;
    height: 9.52px;
    background-color: var(--themebggreydark);
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.2px;
}

.successstory-carouse .active {
    width: 16.18px;
    height: 16.18px;
}

.stories-viewmore-div {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
    position: relative;
    margin-right: 160px;
}

.stories-viewmore-div .view-stories .stories-button {
    position: absolute;
    right: 20px;
    bottom: -16px;
    font-size: 18px;
    line-height: 167%;
    color: var(--themebgblack);
    border: 1px solid var(--themebgblack);
    border-radius: 25px;
    padding: 5px 16px;
    background: none;
}

.story-scroll-container {
    position: relative;
}

.scrolling-our-story {
    width: 70px;
    height: 260px;
    position: absolute;
    right: -32px;
    bottom: -17px;
    background: linear-gradient(to right, rgba(255 255 255), rgba(255, 255, 255, 1));
    filter: blur(13px);
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.student-img {
    position: relative;
}

.story-play-button-small {
    position: absolute;
    top: 84px;
    right: 0px;
    left: 76px;
    bottom: 0px;
    opacity: 0.4;
    width: 55px;
    height: 55px;
}

.story-play-button-big {
    position: absolute;
    left: 270px;
    top: 301px;
    width: 100px;
    height: 108px;
    opacity: 0.4;
}

.why-mec-comparison {
    margin-bottom: 120px;
    max-width: var(--landingmaxwidth);
}

.why-mec-comparison h2 {
    font-size: 38px;
    letter-spacing: -1px;
    color: var(--themedarkgrey);
    text-align: center;
    margin-bottom: 15px;
    font-family: InterExtraBold;
}

.why-mec-comparison h2 span {
    display: block;
}

.why-mec-comparison .first-para {
    font-size: 19px;
    line-height: 170%;
    letter-spacing: 0.16px;
    color: var(--themedarkgrey);
    font-family: InterRegular;
    width: 964px;
    text-align: center;
    margin: auto;
    margin-bottom: 35px;
}

.mec-comparison {
    display: flex;
    gap: 20px;
    cursor: pointer;
}

.mec-comparison .comparison-right {
    background: #ceffd6;
    padding: 56px;
    border-radius: 40px;
    width: 70%;
    white-space: nowrap;
}

.mec-comparison-true {
    list-style: none;
}

.comparison-left {
    width: 30%;
    background: #f4f4f4;
    border-radius: 40px;
    padding: 50px;
    text-align: center;
}

.comparison-left .others-header {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
    color: var(--themetrialblack);
    font-family: InterExtraBold;
    margin-bottom: 50px;
}

.landing-mec-comparison .comparison-right,
.comparison-left {
    height: 644px;
    overflow: hidden;
    transition-timing-function: cubic-bezier(.33, 0, .25, 1);
    transition: width 2s;

}

.mec-comparison-true li p {
    animation: fade-in 2s;
}

.language-cta-people-message .student-img {
    position: absolute;
    height: 34px;
    width: 34px;
    bottom: -20px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    background: var(--themebggreydark);
}

.language-cta-people-message .student-img:nth-child(3) {
    left: 0px;
}

.language-cta-people-message .student-img:nth-child(2) {
    left: 10px;
}

.language-cta-people-message .student-img:nth-child(1) {
    left: 17px;
}

.language-cta-people-message span {
    position: absolute;
    right: -22px;
    top: 2px;
    font-size: 13.5px;
    line-height: 167%;
}

.mec-comparison-other {
    list-style: none;
}

.comparison-left .mec-comparison-other li p {
    display: none;
    animation: fade-in 2s;
}

.student-scholarships-scrolling {
    margin-bottom: 110px;
}

.student-scholarships-scrolling .head {
    font-size: 38px;
    line-height: 146%;
    color: var(--themedarkgrey);
    font-family: InterExtraBold;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.student-scholarships-scrolling .scholarships-scrolling-para {
    font-size: 17px;
    line-height: 170%;
    letter-spacing: 1%;
    color: #282828;
    font-family: InterRegular;
    width: 964px;
    text-align: center;
    margin: auto;
    margin-bottom: 72px;
}

.scholarships-scrolling-table {
    display: table;
    position: relative;
    margin: auto;
    max-width: 722px;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 35px;
}

.scholarships-scrolling-table .thead {
    font-size: 20px;
    line-height: 170%;
    border: 0;
}

.scholarships-scrolling-table .thead .tr,
.scholarships-scrolling-table .tbody .tr {
    display: flex;
    justify-content: space-between;
    padding-bottom: 36px;
}

.scholarships-scrolling-table .thead .tr {
    padding-bottom: 30px;
}

.scholarships-scrolling-table .thead .tr {
    border-bottom: 1px solid var(--borderbottom);
}

.scholarships-scrolling-table .thead .th {
    font-family: InterBold;
}

.scholarships-scrolling-table .thead .th,
.scholarships-scrolling-table .tbody .td {
    width: 30%;
    text-align: center;
}

.student-scholarships-scrolling .tbody .tr .td {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scholarships-scrolling-table .tbody .tr .student-name-td {
    vertical-align: middle;
    text-align: left;
}

.student-scholarships-scrolling .tbody {
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden;
    height: 470px;
    display: block;
    pointer-events: none;
    padding-top: var(--bottomgap);
}

.scholarships-scrolling-table .scrolling-uni {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.scholarships-scrolling-table .student-img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    border-radius: 100%;
    margin-right: 20px;
}

.scholarships-scrolling-table .student-name {
    font-size: 20px;
    letter-spacing: 0.16px;
    line-height: 170%;
    font-family: InterRegular;
    vertical-align: top;
}

.student-scholarships-scrolling .scholarship-amount {
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0.16px;
    color: #3b9664;
    font-family: InterSemiBold;
}

/* Landingpage & Home */

.gs-video-steps-process-container {
    position: relative;
    margin-bottom: 70px;
    padding-top: 20px;
}

.gs-video-steps-process-container .gs-our-free-service {
    position: relative;
    width: 100%;
    height: 350px;
    border: 1px solid var(--themliteblue);
    border-radius: 30px;
    overflow: hidden;
    max-width: 1224px;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-overlay video[poster] {
    width: 100%;
}

.background-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    outline: none;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.gs-video-steps-process-container .gs-our-free-service h3 {
    font-family: InterExtraBold;
    font-size: 86px;
    line-height: 92%;
    max-width: 390px;
    position: relative;
    z-index: 1;
    margin: 95px auto 95px 100px;
}

.gs-video-steps-process-container .gs-our-free-service p {
    font-size: 16px;
    line-height: 206%;
    width: 368px;
    position: relative;
    z-index: 1;
}

.steps-process-content-wrapper {
    position: relative;
    padding: 18px 0px 50.52px;
    margin-left: 105px;
    max-width: 1224px;
    margin: auto;
}

.steps-process-content-wrapper .effect-to-left {
    content: '';
    position: absolute;
    right: -49px;
    bottom: 51px;
    width: 100%;
    max-width: 185px;
    height: 305px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to left, var(--themewhiteshade), var(--themewhiteshade), #C9F9D3, #C9F9D3);
    filter: blur(1px);
    border-radius: 25px;
}

.steps-process-content-wrapper .effect-to-right {
    content: '';
    position: absolute;
    left: -65px;
    bottom: 51px;
    width: 100%;
    max-width: 185px;
    height: 305px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to right, var(--themewhiteshade), var(--themewhiteshade), #C9F9D3, #C9F9D3);
    filter: blur(1px);
    border-radius: 25px;
    display: none;
}

.steps-process-content-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

}

.steps-process-content-container .card-sets {
    display: inline-block;
    scroll-snap-align: start;
}

.steps-process-content-container .card {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    width: 100%;
    max-width: 345px;
    height: 304px;
    padding: 38px 38px 34px 31px;
    border-radius: 25px;
    white-space: normal;
    vertical-align: text-top;
    background-color: var(--themestepsperkbg);
    text-align: center;
}

.steps-process-content-container .card h3 {
    font-family: InterBold;
    font-size: 20px;
    line-height: 167%;
    letter-spacing: 0.08px;
    color: var(--themestepsperkheader);
    margin-bottom: 15px;
}

.steps-process-content-container .card p {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.24px;
    color: var(--themeheading);
    margin-bottom: 27px;
}

.steps-process-content-container .card button {
    border: unset;
    width: 100%;
    max-width: 169px;
    height: 36px;
    background-color: var(--themestepsperkbg);
    border-radius: 25px;
    cursor: pointer;
}

.steps-process-content-container .card button img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.steps-process-content-container .card button span {
    font-size: 16px;
    line-height: 167%;
    letter-spacing: 0.08px;
    display: inline-block;
    vertical-align: middle;
    color: var(--themecountrylistbg);
}


.gs-video-steps-process-container .indicator-container {
    position: relative;
}

.gs-video-steps-process-container .indicator-container button,
.success-stories-main .stories-right button {
    position: absolute;
    right: 106px;
    bottom: 0;
    font-size: 17px;
    line-height: 167%;
    color: #3A3A3A;
    border: 1px solid #3A3A3A;
    border-radius: 25px;
    padding: 3px 10px;
    background: none;
    width: 121px;
    cursor: pointer;
}

.success-stories-main .stories-right button {
    right: -3px;
    bottom: -65px;
    font-size: 18px;
    width: 192px;
    padding: 6px 10px;
}

.steps-process-content-wrapper .overlay {
    position: absolute;
    width: 135px;
    height: 304px;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.steps-process-content-wrapper .left-boxed {
    background: linear-gradient(to left, rgba(194, 255, 204, 0), rgba(255, 255, 255, 1));
    left: -1px;
}

.steps-process-content-wrapper .right-boxed {
    background: linear-gradient(to right, rgba(194, 255, 204, 0), rgba(255, 255, 255, 1));
    right: -1px;
}

.steps-process-content-wrapper .hidden {
    opacity: 0;
}

.gs-univ-partners-scroll-container {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    max-width: 1228px;
    margin: auto auto 85px;
}

.gs-univ-partners-scroll-container h2 {
    font-family: InterExtrabold;
    font-size: 38px;
    line-height: 121%;
    letter-spacing: -0.16px;
    color: var(--themedarkgrey);
    margin-bottom: 48px;
}

.gs-univ-partners-scroll-container .uni-main {
    position: relative;
}

.gs-univ-partners-scroll-container .icons-scroller {
    width: 100%;
    max-width: var(--maxwidth);
    overflow: hidden;
    position: relative;
    margin: auto;
    opacity: 0.7;
    white-space: nowrap;
}

.gs-univ-partners-scroll-container .icons-scroller #university_content {
    list-style: none;
    padding: 0;
    margin: 0;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    /* animation: verticalscroll 16s linear infinite; */
}

.gs-univ-partners-scroll-container .uni-main::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 0px;
    width: 250px;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to left, rgba(194, 255, 204, 0), rgba(255, 255, 255, 1));
}

.gs-univ-partners-scroll-container .uni-main::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: 300px;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to right, rgba(194, 255, 204, 0), rgba(255, 255, 255, 1));
}

.gs-univ-partners-scroll-container .icons-scroller ul li {
    display: inline-block;
    border: 1px solid #DCDCDC;
    padding: 15px 25px;
    margin: 5px;
    border-radius: 17px;
}

.gs-univ-partners-scroll-container .icons-scroller ul li img {
    width: auto;
    height: 60px;
    display: block;
    margin: auto;
    object-fit: contain;
}

.gs-our-wide-container {
    max-width: 1224px;
    margin: auto auto 80px;
}

.gs-our-wide-container .topic {
    color: var(--themedarkgrey);
    text-align: left;
    font-family: InterExtraBold;
    font-size: 38px;
    margin-bottom: 15px;
}

.gs-our-wide-container .wide-para {
    font-size: 19px;
    line-height: 174%;
    width: 1000px;
    height: 58px;
    color: var(--themedarkgrey);
    margin-bottom: 35px;
}

.gs-our-wide-container ul {
    padding-left: 0px;
    margin: auto auto 10px -5px;
}

.gs-our-wide-container ul li {
    display: inline-block;
    border: 1px solid var(--themebggrey);
    border-radius: 34px;
    font-size: 16px;
    background: var(--themebggrey);
    margin: 8px 5px;
    padding: 12px 21px;
    line-height: 167%;
}

.gs-our-wide-container .service-search-input {
    font-size: 16px;
    line-height: 156%;
    border: 1.5px solid var(--themegreenshade);
    border-radius: 34px;
    color: var(--themeservicesearchtext);
    width: 475px;
    height: 54px;
    padding: 15px 38px;
}

.gs-professional-mentor-container {
    display: none;
    margin-bottom: 165px;
}

.gs-professional-mentor-container h2 {
    font-family: InterExtraBold;
    font-size: 36px;
    line-height: 146%;
    color: var(--themedarkgrey);
    text-align: center;
    margin-bottom: 41px;
}

.gs-professional-mentor-container .mentor-main-divider {
    width: 100%;
    max-width: 1126px;
    margin: auto;
    background-image: url('../bucket/mentor-bg.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
    position: relative;
}

.gs-professional-mentor-container .mentor-main-divider .left .head-details {
    display: flex;
    align-items: center;
    padding: 71px 0px 64px 74px;
}

.gs-professional-mentor-container .mentor-main-divider .left .head-details img {
    width: 82px;
    height: 82px;
    margin-right: 13px;
    vertical-align: middle;
    border-radius: 50px;
}

.gs-professional-mentor-container .mentor-main-divider .left .head-details .mentor-details {
    vertical-align: middle;
    position: relative;
    padding-bottom: 18px;
}

.gs-professional-mentor-container .mentor-main-divider .left .head-details .mentor-details h3 {
    font-family: InterExtraBold;
    font-size: 25px;
    line-height: 167%;
    color: var(--themementornamebg);
}

.gs-professional-mentor-container .mentor-main-divider .left .head-details .mentor-details p {
    font-size: 17px;
    line-height: 160%;
    letter-spacing: 0.24px;
    color: var(--themementordescbg);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 36.5px;
}

.gs-professional-mentor-container .mentor-main-divider .left .webiner-live-status {
    font-family: InterExtraBold;
    font-size: 26px;
    line-height: 155%;
    color: var(--themementornamebg);
    padding: 0px 0px 35px 73px;

}

.gs-professional-mentor-container .mentor-main-divider .left .clock-type {
    font-family: InterRegular;
    font-size: 22px;
    line-height: 126%;
    color: var(--themementornamebg);
}

.gs-professional-mentor-container .mentor-main-divider .left .question-text {
    font-family: InterBold;
    font-size: 20px;
    line-height: 160%;
    color: var(--themecolorblackshade);
    padding: 0px 0px 14px 73px;
}

.gs-professional-mentor-container .mentor-main-divider .left ul {
    padding: 0px 0px 70px 90px;
}

.gs-professional-mentor-container .mentor-main-divider .left li {
    font-family: InterLight;
    font-size: 12px;
    line-height: 207%;
    letter-spacing: 0.16px;
    color: var(--themecolorblackshade);

}

.gs-professional-mentor-container .mentor-main-divider .right {
    width: 100%;
    max-width: 546px;
    position: absolute;
    top: 102px;
    right: -64px;
}

.gs-professional-mentor-container .mentor-main-divider .right .past-webinar-details {
    padding: 32px 47px;
    background: var(--themewebinarbg);
    border-radius: 25px;
    box-shadow: -57px 57px 50px rgb(0 0 0 / 12%);
    margin-bottom: 20px;
}

.gs-professional-mentor-container .mentor-main-divider .right .past-webinar-details .header {
    display: flex;
    justify-content: space-between;
    font-family: InterExtraBold;
    font-size: 23px;
    line-height: 160%;
    color: var(--themedarkgrey);
}

.gs-professional-mentor-container .mentor-main-divider .right .past-webinar-details .header span {
    color: var(--themewebinardatefade);
    text-transform: uppercase;
}

.gs-professional-mentor-container .mentor-main-divider .right .past-webinar-details .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.gs-professional-mentor-container .mentor-main-divider .right .past-webinar-details .content p {
    width: 100%;
    max-width: 314px;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0.16px;
    color: var(--themewebinardesc);
    margin-top: 12px;
}

.gs-professional-mentor-container .mentor-main-divider .right .past-webinar-details .content p b {
    font-family: InterBold;
    font-size: 19px;
    line-height: 150%;
    letter-spacing: 0.16px;
    color: var(--themedarkgrey);
}

.gs-professional-mentor-container .mentor-main-divider .right .past-webinar-details .content button {
    background: linear-gradient(49deg, rgba(3, 114, 65, 0.5) 0%, rgba(197, 233, 108, 0.5) 100%, rgba(232, 255, 175, 0.5) 100%);
    border: none;
    border-radius: 25px;
    width: 122px;
    height: 29px;
    color: var(--themeblurwhiteshade);
    font-size: 15px;
    line-height: 144%;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

.gs-professional-mentor-container .mentor-main-divider .right .upcoming-webinar-details {
    padding: 32px 47px;
    background: var(--themewebinarbg);
    border-radius: 25px;
    box-shadow: -57px 57px 50px rgb(0 0 0 / 12%);
}

.gs-professional-mentor-container .mentor-main-divider .right .upcoming-webinar-details .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.gs-professional-mentor-container .mentor-main-divider .right .upcoming-webinar-details .header h3 {
    font-family: InterExtraBold;
    font-size: 23px;
    line-height: 160%;
}

.gs-professional-mentor-container .mentor-main-divider .right .upcoming-webinar-details .header span {
    color: var(--themementordescbg);
    border: 1px solid var(--themementordescbg);
    width: 100Px;
    height: 31px;
    font-size: 20px;
    font-family: InterSemiBold;
    text-transform: uppercase;
    padding: 3px 15px;
    border-radius: 25px;

}

.gs-professional-mentor-container .mentor-main-divider .right .upcoming-webinar-details .content p {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 149%;
    letter-spacing: 0.16px;
    color: var(--themblackshadefont);
    width: 100%;
    max-width: 381px;
}

.gs-professional-mentor-container .mentor-main-divider .right .upcoming-webinar-details .content p b {
    font-family: InterBold;
    font-size: 21px;
    line-height: 146%;
    letter-spacing: 0.16px;
}

.gs-professional-mentor-container .mentor-main-divider .right .upcoming-webinar-details .content button {
    background: linear-gradient(73deg, #037241 0%, #C5E96C 100%, #E8FFAF 100%);
    border: none;
    border-radius: 25px;
    width: 100%;
    color: var(--themewhiteshade);
    line-height: 144%;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    padding: 10px 85px;
    font-family: InterMedium;
    font-size: 18px;
}

.media-icons-container {
    margin-bottom: 54px;
}

.media-icons-container .gs-university-scrolling {
    width: 100%;
    max-width: 930px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.gs-media-icons {
    animation: bg-slide 50s linear infinite;
    display: table;
}

.gs-media-icons table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 30px 20px;
}

.gs-media-icons .media-logo {
    width: 140px;
    height: 60px;
    margin-right: 15px;
    vertical-align: middle;
    filter: grayscale(100%);
    opacity: 0.7;
    object-fit: contain;
}

.gs-university-icons-container {
    margin-bottom: 35px;
}

.gs-university-icons-container span {
    margin: auto;
    text-align: center;
    font-size: 16px;
    font-family: InterRegular;
    margin-bottom: 32px;
    color: var(--themblackshadefontlite);
}

.headquarters-branch-container {
    padding-top: 110px;
}

.headquarters-branch-container h2 {
    margin-bottom: 39px;
    font-size: 38px;
    letter-spacing: -1px;
    color: var(--themedarkgrey);
    text-align: center;
    font-family: InterExtraBold;

}

.headquarters-branch-container .highlighted-branch {
    margin-bottom: 55px;
}

.headquarters-branch-container .highlighted-branch .branch-card h3 {
    font-family: InterSemiBold;
    font-size: 18px;
    line-height: 156.8%;
    letter-spacing: 7.36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    color: #606060;
}

.headquarters-branch-container .highlighted-branch .branch-card .address-text {
    text-align: center;
    color: #606060;
    font-size: 18px;
    width: 60%;
    margin: auto auto 23px;
    line-height: 170%;
}

.headquarters-branch-container .highlighted-branch .branch-card iframe {
    width: 100%;
    max-width: 1200px;
    border-radius: 25px;
    filter: grayscale(1);
    opacity: 0.8;
}

.headquarters-branch-container .highlighted-branch .branch-card .branch-location-container {
    position: relative;
}

.headquarters-branch-container .highlighted-branch .branch-card .branch-location-container .location-link {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.headquarters-branch-container .main-branch .sub-branch-list {
    margin-bottom: 50px;
}

.headquarters-branch-container .main-branch .branch-card {
    display: inline-block;
    width: 255px;
    vertical-align: top;
    margin: auto 39px 39px auto;
    cursor: pointer;

}

.headquarters-branch-container .main-branch .big-branch-name,
.headquarters-branch-container .main-branch .branch-list .branch-card .big-branch-name {
    font-family: InterBold;
    font-size: 21px;
    line-height: 156.8%;
    color: var(--themedarkgrey);
    margin-bottom: 24px;
}

.headquarters-branch-container .main-branch .branch-card h3 {
    font-family: InterBold;
    font-size: 18px;
    line-height: 146%;
    color: var(--themedarkgrey);
    margin-bottom: 8px;
}

.headquarters-branch-container .main-branch .branch-card p {
    font-size: 14px;
    line-height: 168%;
    letter-spacing: 0.16px;
    color: #2f2f2f9c;
}

.headquarters-branch-container .main-branch .branch-card iframe,
.headquarters-branch-container .main-branch .branch-card .location-map-link {
    display: none;
}

.headquarters-branch-container .branch-line-hr {
    margin-bottom: 65px;
}

.gs-work-at-global-container {
    margin: auto auto 70px;
    text-align: center;
}

.gs-work-at-global-container p {
    font-size: 19px;
    line-height: 124%;
    color: var(--themeglobalworkerstext);
    margin-bottom: 25px;
    color: #4c4c4c;
}

.gs-work-at-global-container ul {
    margin: 0px;
    padding-left: 0px;
}

.gs-work-at-global-container ul li {
    display: inline-block;
    margin: auto 15px;
}

.gs-work-at-global-container ul li img {
    vertical-align: middle;
    height: 48px;
    object-fit: contain;
}

.landing-breadcrumb {
    margin-bottom: 53px;
}

.landing-gs-univ-partners-scroll-container h2 {
    margin-bottom: 35px;
}

.landing-download-cta {
    margin-bottom: 110px;
    max-width: var(--landingmaxwidth);
    padding: 20px 5px 20px 20px;
}

.landing-gs-consultants-info-cards .gs-info-card-headig {
    text-align: left;
    line-height: 146%;
    max-width: var(--maxwidth);
    margin: auto auto 35px;
}

.landing-gs-consultants-info-cards {
    margin-left: 0px;
}

.gs-consultants-cards-main {
    overflow: scroll;
}

.landing-gs-consultants-info-cards .gs-consultants-cards {
    max-width: 1224px;
    margin: auto;
    padding: 0px;
    margin-bottom: 100px;
}

.landing-gs-countrycode {
    border-radius: 90px 0px 0px 90px;
    height: 53px;
}

.landing-mobilenumber {
    height: 53px;
}

.landing-gs-callbackrequst-button {
    height: 53px;
}

.landing-callback-request-cta {
    margin-bottom: 110px;
    max-width: var(--landingmaxwidth);
}

.landing-gs-faq-category-btn {
    font-size: 20px;
}

.landing-gs-faq-content-container {
    padding: 80px;
}

.headquarters-branch-container .highlighted-branch .landing-branch-card iframe {
    height: 368px;
    border: 0;
}

.landing-main-branch {
    margin-bottom: 159px;
}

.gs-footer-callbacknumber {
    display: contents;
}

.steps-process-content-wrapper .scroll-arrow {
    position: absolute;
    top: 40%;
    bottom: 60%;
    width: 35px;
    cursor: pointer;
}

.steps-process-content-wrapper .left-boxed .scroll-arrow {
    left: -20px;
}

.steps-process-content-wrapper .right-boxed .scroll-arrow {
    right: -20px;
}

.tbody-scholarships-scrolling::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 100px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(transparent, white);
}

.cta-bg-color {
    background-color: var(--ctagreen);
}

.cta-bg-color-one {
    background-color: var(--ctared);
}

.cta-bg-color-two {
    background-color: var(--ctaviolet);
}

.landing-main-branch .branch-line-hr.for-mobile {
    display: none;
}

.landing-gs-video-steps-process .play-button {
    width: 100px;
    height: 109px;
    object-fit: contain;
}

.comparison-right-clicked .mec-comparison-true li {
    display: block;
    margin-bottom: 0px;
    animation: fade-in 2s;
}

.comparison-right-clicked .comparison-mec-logo {
    margin-left: 0px;
}

.comparison-right-clicked .mec-comparison-true {
    padding-left: 0px;
}

.comparison-left-clicked .mec-comparison-other .black-cancel-icon {
    width: 18px;
    height: 18px;
}

.landing-gs-work-at-global .scroll-blurred-hide {
    display: none;
}

.landing-gs-work-at-global ul .for-mobile {
    display: none;
}

.scroll-public-logo {
    position: absolute;
    width: 110px;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.landing-gs-final-cta-trust {
    max-width: var(--landingmaxwidth);
}

.landing-gs-faq-container {
    max-width: var(--landingmaxwidth);
}

.headquarters-branch-container {
    max-width: var(--landingmaxwidth);
}

.services-list .services-hide-row {
    display: none;
}

.showmore-services-btn {
    margin: 0px 0px 15px 5px;
    font-size: 15px;
    display: inline-block;
    border: 1px solid var(--themebggrey);
    border-radius: 34px;
    font-size: 16px;
    background: var(--themebggrey);
    margin: 8px 5px;
    padding: 12px 22px;
    line-height: 167%;
    color: #333333;
    cursor: pointer;
}

.scholarships-scrolling-table .thead .tr .th:nth-child(1),
.scholarships-scrolling-table .thead .tr .th:nth-child(3) {
    width: 25%;
}

.scholarships-scrolling-table .thead .tr .th:nth-child(2) {
    width: 50%;
}

.student-scholarships-scrolling .tbody .tr .td:nth-child(1),
.student-scholarships-scrolling .tbody .tr .td:nth-child(3) {
    width: 25%;
}

.student-scholarships-scrolling .tbody .tr .td:nth-child(2) {
    width: 50%;
    justify-content: start;
    padding-left: 11%;
}

.language-cta-wrapper .floating-people-message {
    display: flex;
    align-items: center;
    justify-content: end;
    transition: opacity 0.3s ease-in-out;
    margin-bottom: 24px;
}

.language-cta-wrapper .floating-people-message .images-container {
    margin-right: 40px;
}

.language-cta-wrapper .floating-people-message .student-img {
    height: 36px;
    width: 36px;
    border-radius: 50px;
    margin-right: -50px;
    object-fit: cover;
    object-position: center;
}

.landing-gs-body-content-container {
    padding-top: 8%;
}

.landing-top {
    padding-top: 0px;
}

.comparison-container.active {
    width: 70%;
    text-align: left;
}

.comparison-container.active .others-header.centered {
    margin-left: 0px;
    transition: margin 0.6s ease;
    margin-top: 12px;
}

.comparison-container .others-header.centered {
    transition: margin 0.9s ease;
    margin-left: 28px;
}

.comparison-container .comparison-mec-logo {
    width: 203px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 40px;
    margin-left: -10px;
}

.comparison-container {
    width: 30%;
    border-radius: 40px;
    padding: 70px 90px;
    transition: width 2s;
    height: auto !important;
    white-space: nowrap;
    overflow: hidden;
}

.comparison-container.bg-aeroblue {
    background: #ceffd6;
}

.comparison-container.bg-grey {
    background: #f4f4f4;
}

.comparison-container ul {
    list-style: none;
    padding: 0px;
}

.comparison-container.active ul li img {
    width: 18px;
    height: 18px;
    margin-left: 0px;
}

.comparison-container ul li img {
    width: 27.2px;
    height: 27.2px;
    transition: margin 1s;
    margin-right: 20px;
    margin-left: 75px;
}

.comparison-container ul li p {
    transition: opacity 0.5s linear;
    opacity: 0;
    position: absolute;
    left: 38px;
    display: none;
    font-size: 21px;
}

.comparison-container .others-header {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
    color: var(--themetrialblack);
    font-family: InterExtraBold;
    margin-bottom: 47px;
    margin-top: 20px;
    transition: margin .8s ease;
    margin-left: 28px;
}

.comparison-container.active ul li p {
    opacity: 1;
    position: relative;
    left: 0px;
}

.comparison-container.active ul li .for-web {
    display: inline-block;
}

.comparison-container.active ul li .for-mob {
    display: none;
}

.comparison-container.active ul li {
    align-items: center;
    justify-content: left;
    font-family: InterRegular;
}

.comparison-container ul li {
    display: flex;
    margin-bottom: 35px;
    position: relative;
}

.comparison-container.active ul li {
    margin-bottom: 38px;
}

.cheers-container {
    padding-top: 13%;
}

.cheers-container .cheers-container-main {
    background-image: linear-gradient(180deg, #574DAC 0%, #8975A2 100%);
    max-width: 1209px;
    margin: auto;
    border-radius: 35px;
    position: relative;
}

.cheers-container .cheers-container-main .contents {
    text-align: center;
    padding-top: 95px;
    max-width: 634px;
    margin: auto;
    color: #FFFFFF;
}

.cheers-container .cheers-container-main .contents h4 {
    font-size: 32.74px;
    font-family: InterExtraBold;
    letter-spacing: -0.16px;
    margin-bottom: 15px;
}

.cheers-container .cheers-container-main .contents p {
    font-size: 23.01px;
    font-family: 'InterRegular';
    letter-spacing: -0.16px;
    line-height: 33px;
    margin-bottom: 80px;
}

.cheers-container .cheers-container-main .contents p span {
    display: block;
}

.cheers-container .cheers-container-main .contents img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.cheers-social-media {
    text-align: center;
}

.cheers-social-media p {
    font-size: 12.47px;
    font-family: 'InterRegular';
    letter-spacing: -0.16px;
    margin-bottom: 17px;
}

.cheers-social-media .social-whatsapp-icon {
    display: inline-block;
}

.cheers-container .cheers-container-main .ribbons {
    position: absolute;
}

.cheers-container .cheers-container-main .ribbon-yellow {
    width: 120px;
    top: 115px;
    left: 75px;
    transform: scaleX(-1);
}

.cheers-container .cheers-container-main .ribbon-green-scrolling {
    width: 100px;
    right: 135px;
    top: -25px;
}

.cheers-container .cheers-container-main .ribbon-green {
    width: 60px;
    bottom: 145px;
    left: 330px;
    transform: rotate(297deg);
}

.cheers-container .cheers-container-main .ribbon-red {
    width: 45px;
    right: 179px;
    bottom: 180px;
    transform: scaleX(-1);
}

.cheers-social-media img {
    width: 36px;
    cursor: pointer;
}

.gs-cta-download-cards .gs-cta-download a {
    display: contents;
}

.read-more-text {
    display: none;
}

.language-cta h3 span {
    font-family: InterRegular;
    font-size: 13px;
    color: var(--themespangreen);
    line-height: 0;
}

#cgpa-table {
    padding-top: 62px;
}

.more-text {
    display: none;
}

.test-prep-container {
    position: relative;
    width: 100%;
    max-width: 1226px;
    margin: auto auto 47px;
}

.test-prep-list-items {
    width: 100%;
    max-width: 1226px;
    white-space: nowrap;
    margin: auto;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-top: 25px;
}

.test-prep-first-section {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 598px;
    margin: auto;
    position: relative;
    background-color: var(--themepaleviolet);
    border-radius: 35px;
    scroll-snap-align: start;
}

.test-prep-container .test-enroll-arrow {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    top: 298px;
    cursor: pointer;
}

.test-prep-container .test-enroll-arrow.left {
    left: -33px;
    transform: rotate(180deg);
    display: none;
}

.test-prep-container .test-enroll-arrow.right {
    right: -33px;
}

.test-prep-first-section .sphere-img {
    position: absolute;
}

.test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
    width: 75px;
    height: 75px;
    top: -15px;
    left: 43%;
}

.test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
    width: 40px;
    height: 40px;
    bottom: 210px;
    left: 80px;
}

.test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
    width: 145px;
    height: 145px;
    right: 32px;
    bottom: 45px;
    filter: blur(3px);
}

.test-prep-first-section .test-enroll-left {
    width: 60%;
}

.test-prep-first-section .test-enroll-left img {
    height: 490px;
    position: absolute;
    bottom: 0px;
    left: 150px;
}

.test-prep-first-section .test-enroll-right .article-heading-one {
    width: 80%;
}

.test-prep-first-section .test-enroll-right .test-enroll-content {
    width: 80%;
    font-size: 17px;
    line-height: 160%;
    font-family: InterRegular;
    color: var(--liteblack);
    margin-bottom: 27px;
}

.test-prep-first-section .test-prep-enroll-btn {
    border-radius: 68px;
    background: var(--themedarkgrey);
    color: var(--themewhiteshade);
    padding: 7px 24px;
    font-size: 18px;
    line-height: 156.8%;
    border: none;
    cursor: pointer;
}

.test-prep-first-section .test-enroll-right {
    width: 40%;
    margin-bottom: 110px;
    white-space: normal;
}

.test-prep-first-section .testprep-google-review {
    position: absolute;
    bottom: 67px;
}

.test-prep-first-section .testprep-google-review p {
    font-size: 20px;
    color: var(--themblackshadefont);
    font-family: InterRegular;
    line-height: 134%;
    letter-spacing: 0.16px;
}

.test-prep-first-section .testprep-google-review p span {
    font-family: InterExtraBold;
    margin-right: 10px;
}

.test-prep-first-section .testprep-google-review .review-stars {
    width: 100px;
    object-fit: contain;
    margin-bottom: 13px;
}

.loan-banner .test-prep-list-items .test-prep-first-section {
    background-color: var(--loanbanner-green);
}

.loan-banner .loan-tittle,
.scholarship-banner .loan-tittle {
    color: var(--tittle-green);
    font-family: InterMedium;
    font-size: 16px;
    letter-spacing: 3.4px;
    line-height: 128%;
    margin-bottom: 15px;
}

.loan-banner .test-prep-first-section .test-enroll-right .article-heading-one {
    width: 87%;
}

.loan-banner .test-prep-first-section .test-enroll-left img {
    height: 550px;
    left: 100px;
}

.loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
    width: unset;
    top: unset;
    height: 154px;
    bottom: 50px;
    left: 3%;
}

.loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
    width: unset;
    bottom: unset;
    height: 140px;
    top: -25px;
    left: 11%;
}

.loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
    width: unset;
    filter: unset;
    bottom: unset;
    height: 90px;
    left: 36%;
    top: -63px;
}

.loan-banner .test-prep-list-items {
    padding-top: 90px;
}

.loan-banner .test-prep-first-section {
    height: 518px;
}

.gs-country-highlights {
    width: 100%;
    max-width: 1228px;
    margin: auto auto 94px;
    position: relative;
    transition: transform 0.4s linear;
}

.gs-country-highlights .country-list .country-card {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 635px;
    border-radius: 30px;
}

/* .gs-country-highlights .country-list .country-card h2 {
    font-size: 70px;
    font-family: InterBold;
    line-height: 190%;
    letter-spacing: 0.16px;
    color: var(--themewhiteshade);
    margin-top: 20px;
    margin-bottom: 10px;
} */


.gs-country-highlights .country-list .country-card h2 {
    font-size: 60px;
    font-family: InterBold;
    line-height: 110%;
    letter-spacing: 0.16px;
    color: var(--themewhiteshade);
    margin-top: 10px;
    margin-bottom: 20px;
    width: 250px;
}

.gs-country-highlights .country-list .country-card p {
    font-family: InterRegular;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.16px;
    color: var(--themewhiteshade);
    width: 500px;
    margin-bottom: 60px;
}

.gs-country-highlights .country-list .country-card ul {
    width: 100%;
    max-width: 576px;
    font-family: InterRegular;
    color: var(--themewhiteshade);
    font-size: 20px;
    line-height: 195%;
    letter-spacing: -0.16px;
    height: auto;
    margin-bottom: 30px;
    list-style: numeric;
}

.gs-country-highlights .country-list .country-card button {
    border-radius: 25px;
    background: #000;
    color: var(--themewhiteshade);
    padding: 6px 30px;
    font-family: InterSemiBold;
    font-size: 17.5px;
    line-height: 156%;
    border: 1px solid #000;
    cursor: pointer;
}

.gs-country-highlights .country-list .country-card .country-card-desc {
    padding-top: 5%;
    margin-left: 85px;
}

.gs-country-highlights .country-list-scroll {
    width: 100%;
    position: absolute;
    bottom: 30px;
}

.gs-country-highlights .country-list-scroll .desc {
    font-family: InterSemiBold;
    font-size: 20px;
    line-height: 185%;
    letter-spacing: -0.16px;
    color: var(--themedreamcountryttext);
    margin: auto auto 15px 63px;
}

.gs-country-highlights .country-list-scroll ul {
    display: inline-block;
    text-align: center;
    background-color: rgba(240, 240, 240, 0.3);
    backdrop-filter: blur(5px);
    padding: 16px 10px;
    width: 100%;
    border-radius: 25px;
    scroll-snap-align: start;
}

.gs-country-highlights .country-list-scroll ul li {
    width: 100%;
    max-width: 215px;
    height: 75px;
    display: inline-block;
    vertical-align: middle;
    background: var(--themecountrylistbg);
    padding: 20px;
    border-radius: 20px;
    margin: auto 4.5px;
    cursor: pointer;
}

.gs-country-highlights .country-list-scroll ul li.active {
    background: var(--themebgblack);
    border: 1px solid var(--themcolorfontlitegrey);
}

.gs-country-highlights .country-list-scroll ul li img {
    width: 30px;
    height: 20px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.gs-country-highlights .country-list-scroll ul li p {
    display: inline-block;
    vertical-align: middle;
    color: var(--themewhiteshade);
    font-family: InterMedium;
    font-size: 20px;
    line-height: 185%;
    letter-spacing: -0.16px;

}

.gs-country-highlights .country-list-scroll .move-forward {
    position: absolute;
    bottom: 44px;
    right: 38px;
    width: 23px;
    height: 23px;
    border-radius: 50px;
    cursor: pointer;
    animation: fade-in 2s;
}

/* .gs-country-highlights .country-list .country-card button.bg-black {
    background: var(--themebgblack);
    border: 1px solid var(--themebgblack);
} */

.gs-country-highlights .country-list-scroll ul li:hover {
    background: var(--themebgblack);
    border: 1px solid var(--themcolorfontlitegrey);
}

.gs-country-highlights .country-list-scroll .country-slide-container {
    width: 100%;
    max-width: 1168px;
    margin: auto;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.gs-country-highlights .country-list-scroll .country-slide-container::-webkit-scrollbar {
    display: none;
}

.gs-country-highlights .country-list-scroll .move-backward {
    position: absolute;
    bottom: 42px;
    width: 23px;
    height: 23px;
    border-radius: 50px;
    cursor: pointer;
    left: 37px;
    z-index: 1;
    transform: rotate(180deg);
    animation: fade-in 2s;
}

.country-card#uk_card {
    background-image: url('../bucket/uk-highlights-banner.png');
}

.country-card#usa_card {
    background-image: url('../bucket/usa-highlights-banner.png');
}

.country-card#ca_card {
    background-image: url('../bucket/canada-highlights-banner.png');
}

.country-card#mec_card {
    background-image: url('../bucket/mec-highlights-banner.jpg');
}

.country-card#fra_card {
    background-image: url('../bucket/france-highlights-banner.png');
}

.country-card#aus_card {
    background-image: url('../bucket/australia-highlights-banner.png');
}

.country-card#new_card {
    background-image: url('../bucket/newzealand-highlights-banner.png');
}

.country-card#dub_card {
    background-image: url('../bucket/dubai-highlights-banner.png');
}

.country-card#fin_card {
    background-image: url('../bucket/finland-highlights-banner.png');
}

.country-card#ger_card {
    background-image: url('../bucket/germany-highlights-banner.png');
}

.country-card#ita_card {
    background-image: url('../bucket/italy-highlights-banner.png');
}

.country-card#net_card {
    background-image: url('../bucket/netherland-highlights-banner.png');
}

.country-card#sin_card {
    background-image: url('../bucket/singapore-highlights-banner.png');
}

.country-card#swe_card {
    background-image: url('../bucket/sweden-highlights-banner.png');
}

.gs-trial-premium-services {
    padding-top: 12%;
    max-width: 1223px;
    margin: auto auto 80px;
}

.gs-trial-premium-services h1 {
    font-size: 56px;
    font-family: InterExtraBold;
    line-height: 110%;
    letter-spacing: -0.16px;
    color: var(--themetrialblack);
    text-align: center;
    width: 552px;
    margin: auto auto 42px;
}

.gs-trial-premium-services h1 span {
    display: block;
}

.gs-trial-premium-services .list-of-wide-services {
    list-style: none;
    text-align: center;
}

.gs-trial-premium-services .list-of-wide-services li {
    display: inline-block;
    border: 1px solid var(--themecolorblackshade);
    border-radius: 49.94px;
    padding: 5px 10px;
    margin: 7px 3px;
    cursor: pointer;
}

.gs-trial-premium-services .list-of-wide-services li img {
    width: 21.64px;
    height: 21.64px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.gs-trial-premium-services .list-of-wide-services li p {
    font-size: 14.98px;
    font-family: InterMedium;
    line-height: 116%;
    letter-spacing: -0.16px;
    color: var(--themetrialparablack);
    vertical-align: middle;
    display: inline-block;
}

.services-details-container {
    width: 100%;
    max-width: 1123px;
    margin: auto;
    padding: 35px 27px;
    border-radius: 50px;
    background: var(--themetrialvideobg);
    margin-bottom: 64px;
}

.services-details-container .gs-our-free-service {
    border-radius: 45px;
    overflow: hidden;
    height: 340px;
    margin-bottom: 47px;
}

.services-details-container .gs-our-free-service h3 {

    display: block;
    font-size: 56px;
    max-width: 291px;
    font-family: InterExtraBold;
    line-height: 101%;
    position: relative;
    z-index: 1;
    margin: 60px 61px auto 50px;

}

.services-details-container .gs-our-free-service img {
    max-width: 112px;
    height: auto;
}

.services-details-container .content-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 43px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 221%;
    letter-spacing: 0.16px;
    color: var(--themedarkgrey);

}

.services-details-container .content-container .content {

    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.services-details-container .content-container .article-read-more {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.services-details-container .content-container .content.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.services-details-container .content-container .content.expanded .article-read-more {
    display: block;
}

.services-details-container .trail-cta-talk-to-experts {
    width: 100%;
    background: var(--themetrialblack);
    color: var(--themewhiteshade);
    padding: 25px;
    border: none;
    border-radius: 38px;
    font-size: 30px;
    line-height: 101%;
    font-family: InterMedium;
    cursor: pointer;
}

.trial-faq-container h2 {
    font-family: InterExtraBold;
    font-size: 67.08px;
    text-align: center;
    line-height: 36.7px;
    color: var(--themedarkgrey);
}

.trial-faq-container .gs-faq-content-container {
    background: unset;
    padding: 75px 130px;
}

.trial-faq-container .gs-faq-content-container .gs-qanda h3 {
    font-size: 22px;
    line-height: 31.4px;
}

.trial-faq-container .gs-faq-content-container .gs-qanda p {
    font-size: 18.86px;
    line-height: 31.4px;
}

.trial-faq-container .gs-faq-content-container .gs-qanda img {
    width: 14px;
}

.more-text {
    display: none;
}

/* Trigger Popup */

.trigger-popup-container {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    background-size: cover;
    display: none;
}

.trigger-popup-container .trigger-popup-white-card-wrapper {
    width: 100%;
    height: 100vh;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.trigger-popup-container .trigger-popup-white-card-wrapper .exit-close-icon {
    width: 20px;
    top: 25px;
    right: 25px;
    opacity: 0.5;
}

.trigger-popup-container .trigger-popup-white-card {
    width: 100%;
    max-width: 516px;
    height: 417px;
    margin: auto;
    position: relative;
    background: var(--themewhiteshade);
    z-index: 1;
    border-radius: 26.97px;
}

.trigger-popup-white-card.trigger-card-height {
    height: auto;
}

.trigger-popup-white-card.trigger-card-height .trigger-callbackrequest .trigger-mobilenumber {
    width: 360px;
    border-radius: 0px 25px 25px 0px;
}

.trigger-popup-white-card.trigger-card-height .download-file {
    border: none;
    width: 188px;
    height: 41px;
    outline: none;
    border-left: 0px;
    border-right: 0px;
    font-size: 18px;
    font-family: InterMedium;
    padding: 0px 18px;
    border-radius: 40px;
    margin-bottom: 41px;
    color: var(--themewhiteshade);
    background: #00AC4B;
    cursor: pointer;
    margin-top: 17px;
    line-height: 224%;
    letter-spacing: 0.32px;
}

.trigger-popup-container .trigger-popup-white-card .details-required {
    padding: 45px 50px 0;
}

.trigger-popup-white-card .details-required .trigger-help-para {
    width: 100%;
    max-width: 351px;
    font-family: InterBold;
    font-size: 18.5px;
    text-align: center;
    letter-spacing: -0.16px;
    line-height: 26px;
    margin: auto auto 16px;
    color: #2d2d2d;
}

.trigger-popup-white-card .details-required .trigger-help-para span {
    display: block;
}

.trigger-callbackrequest {
    display: flex;
    border-radius: 24px;
    height: 58px;
    justify-content: center;
    margin-bottom: 18px;
    position: relative;
    width: 416px;
    margin: auto;
    padding: unset;
}

.trigger-popup-white-card .gs-cta-second-callback .callback-cta-message {
    bottom: 0px;
    top: -22px;
}

.trigger-callbackrequest .trigger-countrycode {
    border: none;
    width: 70px;
    border-radius: 25px 0px 0px 25px;
    text-align: center;
    padding: 13px 0px 13px 10px;
    outline: none;
    border-right: 0px;
    background: #f3f3f3;
    font-size: 16px;
}

.trigger-callbackrequest .trigger-mobilenumber {
    border: 0px;
    border-left: 1px solid #b3b3b35c;
    outline: none;
    font-size: 16px;
    background: #f3f3f3;
    padding: 0 0 0 18px;
    width: 235px;
    letter-spacing: 0.32px;
}

.trigger-callbackrequest .trigger-callbackrequst-button {
    border: none;
    background: var(--themedarkgrey);
    color: var(--themewhiteshade);
    border-radius: 0px 24px 24px 0px;
    padding: 5px 20px 5px 10px;
    font-size: 14px;
    width: 110px;
    font-family: InterMedium;
    cursor: pointer;
}

.trigger-popup-white-card .or-tag {
    font-size: 18px;
    line-height: 29.7px;
    color: var(--themblackfont);
    margin: 16px auto 14px;
}

.trigger-popup-white-card .actions-required .action {
    display: inline-block;
    vertical-align: middle;
    background: #F3F3F3;
    border-radius: 36.98px;
    padding: 4px 30px 4px 4px;
    margin: auto 4.5px;
    cursor: pointer;
}

.trigger-popup-white-card .actions-required .action img {
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.trigger-popup-white-card .actions-required .action p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16.49px;
    /* line-height: 30.6px; */
    letter-spacing: -0.16px;
    color: #4d4d4d;

}

.trigger-popup-white-card .actions-required .action#whatsappstyle {
    position: relative;
}

.trigger-popup-white-card .actions-required .action#whatsappstyle::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -2px;
    border-style: solid;
    border-width: 0 8px 10px 0;
    border-color: transparent #F3F3F3 transparent transparent;
    transform: rotate(65deg);
    z-index: -1;
}

.trigger-popup-white-card .actions-required .call-action {
    margin: 12px auto 28px;
    font-family: InterBold;
    font-size: 23.79px;
    line-height: 32px;
    letter-spacing: -1.2px;
    color: #3e3e3e;
    cursor: pointer;
}

.trigger-popup-white-card .conditions-desc {
    font-size: 14px;
    line-height: 155%;
    letter-spacing: 0.08px;
    margin: 18px auto 23px;
    color: #7F7F7F;
    max-width: 290px;
}

.trigger-popup-white-card .conditions-desc a {
    text-decoration: underline;
    color: inherit;
    cursor: pointer;
}

.gs-country-highlights .country-list-scroll .none {
    background: unset;
    border: unset;
    pointer-events: none;
}

.gs-country-highlights .country-list-scroll .none {
    background: unset;
    border: unset;
    pointer-events: none;
}

/* Legal Page */

.gs-legal-banner-container {
    text-align: center;
    padding-top: 12%;
    position: relative;
    display: table;
    width: 100%;
}

.gs-legal-banner-container .legal-title-card {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
}

.gs-legal-banner-container .legal-banner {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
}

.gs-legal-banner-container .legal-banner .banner-img {
    width: 100%;
    max-width: 547.15px;
    height: 338px;
    object-fit: cover;
}

.gs-legal-banner-container .addon-image-container {
    position: absolute;
    top: 40%;
    right: -2.5%;
}

.gs-legal-banner-container .addon-image-container img {
    width: 164.8px;
    height: 204.07px;
    object-fit: contain;

}

.gs-legal-banner-container .legal-title-card h1 {
    font-size: 65px;
    font-family: InterExtraBold;
    line-height: 103%;
    letter-spacing: -0.16px;
    max-width: 448px;
    color: #242424;
    padding-left: 65px;
}

.gs-legal-banner-container .legal-title-card h1 span {
    display: block;
}

.legal-content-container {
    padding: 60px 75px 0;
}

.legal-content-container .legal-sub-heading {
    font-size: 46px;
    font-family: InterExtraBold;
    line-height: 121%;
    letter-spacing: -0.16px;
    color: #1f1f1f;
    margin-bottom: 25px;
}

.legal-content-container .legal-desc {
    font-size: 18px;
    line-height: 163%;
    color: #3f3f3f;
    margin-bottom: 60px;
}

.article-background-banner {
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 25px;
    text-align: center;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 294px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.article-background-city-img {
    width: 100%;
    object-fit: cover;
    height: 295px;
    object-position: top;
}

.icon-and-content {
    position: absolute;
    top: 100px;
    width: 100%;
}

.article-read-more {
    font-size: 16px;
    line-height: 204%;
    cursor: pointer;
}

.article-para-content {
    font-size: 18px;
    font-family: InterRegular;
    line-height: 204%;
    color: var(--themepara);
}

.gs-final-cta-trust {
    margin-top: 56px;
}

.article-background-banner {
    position: relative;
    display: inline-block;
    width: 100%;
}

.article-background-city-img {
    display: block;
    width: 100%;
}

.img-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 1;
}

.icon-and-content,
.student-counts {
    position: relative;
    z-index: 2;
}

.para-with-bottom {
    margin-bottom: 50px;
}

.exit-terms-privacy a {
    color: var(--themewhiteshade);
}

.branch-page-link {
    font-family: InterBold;
}

.showmore-btn {
    display: none;
}

header .header-menu {
    position: relative;
}

header .header-menu .header-menu-list {
    position: unset;
}

header .header-menu-list .header-down-arrow {
    transition: transform 0.5s ease;
}

header .header-menu-list .header-down-arrow.rotate {
    transform: rotate(-180deg);
}

header .header-menu-list .header-sub-links {
    position: absolute;
    top: 97px;
    width: 100%;
    max-width: 130px;
    background-color: var(--themewhiteshade);
    border: 1px solid var(--themeflashwhite);
    border-radius: 12px;
    left: 35px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow: hidden;
    z-index: 1;
}

header .header-menu-list .header-sub-links.test-prep {
    left: 23%;
}

header .header-menu-list .header-sub-links .sub-menu-links-list {
    list-style: none;
    padding: 0px;
    margin-right: 10px;
}

header .header-menu-list .header-sub-links .sub-menu-links-list li {
    padding: 8px 0px 5px 20px;
    width: 150px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
}

header .header-menu-list .header-sub-links .sub-menu-links-list li:hover {
    background-color: #ffeed5;
}

header .header-menu-list .header-sub-links .sub-menu-links-list li p {
    font-size: 16px;
    font-family: InterRegular;
}

header .header-sub-menu .header-sub-menu-li {
    padding: 55px 0px;
}

header .header-sub-menu .header-menu-list-contact {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

header .header-sub-menu .header-menu-list-contact .header-call-number {
    display: inline-block;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.success-stories-review-body-container {
    background: linear-gradient(to bottom, #f5f5f5 99.9%, #ffffff 100%);
}

.success-stories-review-container {
    width: 100%;
    max-width: 1245px;
    margin: auto;
    padding-top: 140px;
}

.success-stories-review-container .head-text {
    display: inline-block;
    font-size: 44px;
    line-height: 130%;
    font-family: InterExtraBold;
    margin-bottom: 21px;
}

.success-stories-review-container .success-text-para {
    font-size: 17px;
    line-height: 174%;
    letter-spacing: 0.16px;
    font-family: InterRegular;
    margin-bottom: 57px;
}

.success-stories-review-container .success-stories-review-lists {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
}

.success-stories-heading-container img {
    display: inline-block;
    height: 35px;
    vertical-align: sub;
    object-fit: contain;
    margin-right: 15px;
    cursor: pointer;
}

.success-stories-review-container .success-stories-review-cards {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    width: 100%;
    max-width: 392px;
    background: var(--themewhiteshade);
    padding: 17px 16px 29px;
    border-radius: 25px;
    margin-bottom: 21px;
    vertical-align: top;
}

.success-stories-review-cards .gs-reviewer-desc {
    margin-bottom: 20px;
}

.success-stories-review-cards .gs-reviewer-desc .reviewer-img {
    width: 46px;
    height: 46px;
    background: var(--themewhiteshade);
    border-radius: 50px;
    margin-right: 9px;
    vertical-align: middle;
    opacity: 0.9;
}

.success-stories-review-cards .success-stories-rating {
    position: relative;
    display: inline-block;
    vertical-align: super;
}

.success-stories-review-cards .success-stories-rating h2 {
    font-size: 16.03px;
    line-height: 156.8%;
    font-family: InterMedium;
}

.success-stories-review-cards .success-stories-rating .review-stars {
    height: 12px;
    transform: rotate(180deg);
    position: absolute;
    top: 27px;
}

.success-stories-review-cards .gs-customer-says {
    font-size: 14.25px;
    color: #3e3e3e;
    font-family: InterRegular;
    line-height: 184%;
    letter-spacing: 0.16px;
    padding-left: 12px;
}

.success-stories-review-cards .gs-customer-says.hidden-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}

.success-stories-review-container .enrollment-cta,
.success-stories-review-container .landing-callback-request-cta {
    margin: 100px auto 130px;
}

.success-stories-review-container .floating-navigation-right {
    width: 92px;
    height: 110px;
    background: #393939;
    position: fixed;
    bottom: 65px;
    left: 68px;
    z-index: 2;
    transition: bottom 0.2s;
    border-radius: 31px;
    padding: 20px 16px;
    text-align: center;
    cursor: pointer;
    box-shadow: 5px 6px 25px #0000002b;
}

.success-stories-review-container .floating-navigation-right.absolute-position {
    position: absolute;
}

.success-stories-review-container .floating-navigation-right img {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.success-stories-review-container .floating-navigation-right .navigation-text {
    font-size: 11.96px;
    color: #ffffff;
    font-family: InterMedium;
}

.success-stories-review-container .parent-container .container-with-scroll-shadow {
    position: relative;
}

.scholarship_scroll_button {
    text-align: center;
}

.scholarship_scroll_button .gs-first-right-button {
    margin: auto;
    padding: 14px 78px;
}

.scholarship-banner .enquiry-list-items .enquiry-content-first-section {
    background-color: var(--loanbanner-green);
    height: 518px;
    overflow: hidden;
}

.scholarship-banner .enquiry-content-first-section .test-enroll-left img {
    left: 0px;
    height: 530px;
    position: absolute;
    bottom: 0px;
}

.event-details-banner .enquiry-content-first-section .test-enroll-left img {
    left: -3px;
}

.scholarship-banner .enquiry-content-first-section .test-enroll-right .test-enroll-content {
    width: 88%;
    font-size: 17px;
    line-height: 160%;
    font-family: InterRegular;
    color: var(--liteblack);
    margin-bottom: 27px;
}

.scholarship-banner .enquiry-content-first-section .test-enroll-left {
    width: 55%;
}

.scholarship-banner .enquiry-content-first-section {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 598px;
    margin: auto;
    position: relative;
    background-color: var(--themepaleviolet);
    border-radius: 35px;
    scroll-snap-align: start;
}

.scholarship-banner .enquiry-content-first-section .enroll-now-btn {
    border-radius: 68px;
    background: var(--themedarkgrey);
    color: var(--themewhiteshade);
    padding: 7px 24px;
    font-size: 18px;
    line-height: 156.8%;
    border: none;
    cursor: pointer;
}

.scholarship-banner .enquiry-content-first-section .test-enroll-right {
    width: 40%;
    margin-bottom: 110px;
    white-space: normal;
}

.scholarship-banner .enquiry-content-first-section .enquiry-google-review {
    position: absolute;
    bottom: 67px;
}

.scholarship-banner .enquiry-content-first-section .enquiry-google-review p {
    font-size: 20px;
    color: var(--themblackshadefont);
    font-family: InterRegular;
    line-height: 134%;
    letter-spacing: 0.16px;
}

.scholarship-banner .enquiry-content-first-section .enquiry-google-review p span {
    font-family: InterExtraBold;
    margin-right: 10px;
}

.scholarship-banner .enquiry-content-first-section .enquiry-google-review .review-stars {
    width: 100px;
    object-fit: contain;
    margin-bottom: 13px;
}

.scholarship-heading-one {
    font-size: 36px;
    font-family: InterExtraBold;
    margin-bottom: 11px;
    line-height: 113%;
    color: var(--themedarkgrey);
}

/* Univ Partners */

.gs-about-us-home-section {
    padding-top: 12%;
    position: relative;
}

.gs-about-us-home-section h1 {
    max-width: 835px;
    margin: auto;
    text-align: center;
    font-size: 42px;
    font-family: InterExtraBold;
    line-height: 121%;
    letter-spacing: -0.16px;
    color: #1F1F1F;
    margin-bottom: 25px;
}

.gs-about-us-home-section h1 span {
    display: block;
}

.gs-about-us-home-section h1 b {
    color: #05AB4E;
    font-family: InterExtraBold;
}

.gs-about-us-home-section .our-diversity-points {
    list-style: none;
    padding: 0;
    margin: auto auto 30px;
    max-width: 820px;
    text-align: center;
}

.gs-about-us-home-section .our-diversity-points li {
    display: inline-block;
    background: #00AC4D;
    color: #fff;
    border-radius: 120px;
    padding: 8px 20px;
    font-size: 13.98px;
    line-height: 144%;
    letter-spacing: 0.16px;
    margin: auto 3px;
    text-align: center;
}

.gs-about-us-home-section p {
    max-width: 655px;
    margin: auto auto 75px;
    text-align: center;
    font-size: 17px;
    line-height: 163%;
    color: #3f3f3f;
}

.gs-about-us-home-section .banner-button-container {
    position: relative;
}

.gs-about-us-home-section .about-us-banner {
    margin: auto;
    display: block;
    height: 453px;
    position: relative;
    top: -20px;
}

.gs-about-us-home-section .banner-button-container button {
    position: absolute;
    right: 43%;
    bottom: 15%;
    border: 1px solid var(--themewhiteshade) !important;
    font-size: 18.71px;
    line-height: 156%;
    letter-spacing: 0.16px;
    font-family: InterSemiBold;
    padding: 5px 30px;
    color: var(--themewhiteshade);
}

.gs-about-us-home-section .rocket-img {
    position: absolute;
    width: 34.63px;
    height: 29.31px;
}

.gs-about-us-home-section .rocket-position-one {
    left: 17%;
    top: 20%;
    transform: rotate(345deg);
}

.gs-about-us-home-section .rocket-position-two {
    right: 15%;
    top: 38%;
    transform: rotate(160deg);
}

.gs-left-img-right-content-container {
    display: table;
    max-width: 1120px;
    margin: 80px auto 130px;
}

.gs-left-img-right-content-container .left {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
}

.gs-left-img-right-content-container .right {
    display: table-cell;
    width: 40%;
    vertical-align: bottom;
}

.gs-left-img-right-content-container .left .trusted-img-banner {
    max-width: 565px;
    display: block;
}

.gs-left-img-right-content-container .right h2 {
    font-family: InterExtraBold;
    font-size: 42px;
    line-height: 121%;
    letter-spacing: -0.16px;
    color: #1F1F1F;
    margin-bottom: 5px;
}

.gs-left-img-right-content-container .right p {

    font-size: 13px;
    line-height: 163%;
    color: #3f3f3f;
}

.gs-left-content-right-img-container {
    max-width: 1141px;
    margin: auto;
}

.gs-left-content-right-img-container .left {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
}

.gs-left-content-right-img-container .right {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
}

.gs-left-content-right-img-container .right .gptw-img-banner {
    height: 433px;
    max-width: 608px;
    object-fit: cover;
}

.gs-left-content-right-img-container .left h2 span {
    display: block;
}

.gs-left-content-right-img-container .left h2 {
    font-family: InterExtraBold;
    font-size: 42px;
    line-height: 121%;
    letter-spacing: -0.16px;
    color: #242222;
    margin-bottom: 20px;
}

.gs-left-content-right-img-container .left p {
    font-size: 16px;
    line-height: 163%;
    color: #3f3f3f;
    margin-bottom: 20px;
    max-width: 470px;
}

.gs-vetted-application-container {
    display: table;
    width: 100%;
    margin: auto;
    max-width: 1090px;
    position: relative;
}

.gs-vetted-application-container .left {
    display: table-cell;
    width: 72%;
    vertical-align: middle;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    padding-top: 170px;

}

.gs-vetted-application-container .right {
    display: table-cell;
    width: 28%;
    vertical-align: middle;
    padding-top: 170px;
}

.gs-vetted-application-container .left .rectangle-container {
    background: #C2FFCC;
    padding: 5% 5% 5% 40%;
    max-width: 686px;
    height: 237px;
    border-radius: 25px;
}

.gs-vetted-application-container .left .rectangle-container p {
    font-size: 16px;
    line-height: 163%;
    color: #3f3f3f;
    width: 332px;
}

.gs-vetted-application-container .left img {
    max-width: 375px;
    height: 358px;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.gs-vetted-application-container .right h2 {
    font-size: 42px;
    font-family: InterExtraBold;
    line-height: 121%;
    letter-spacing: -0.16px;
    color: #242222;
    margin-bottom: 20px;
}

.gs-vetted-application-container .right h2 span {
    display: block;
}

.premium-service-nav-btn {
    font-family: InterSemiBold;
    font-size: 18.5px;
    line-height: 156%;
    letter-spacing: 0.16px;
    color: #fff;
    background: #00ac4d;
    border: none;
    padding: 14px 24px;
    border-radius: 67px;
    cursor: pointer;
}

.gs-times-edu-icon-award-container {
    max-width: 1087px;
    margin: 45px auto 50px;
    background: #302945;
    color: #fff;
    border-radius: 28px;
    height: 265px;
    position: relative;

}

.gs-times-edu-icon-award-container .bg-rectangle-content {
    padding: 50px;
}

.gs-times-edu-icon-award-container .bg-rectangle-content h2 {
    font-size: 36px;
    font-family: InterExtraBold;
    line-height: 121%;
    letter-spacing: -0.16px;
    margin-bottom: 5px
}

.gs-times-edu-icon-award-container .bg-rectangle-content h2 span {
    display: block;
}

.gs-times-edu-icon-award-container .bg-rectangle-content p {
    font-size: 16px;
    line-height: 163%;
    max-width: 505px;
}

.gs-times-edu-icon-award-container .times-award-banner {
    position: absolute;
    right: 12%;
    bottom: -43px;
}

.gs-times-edu-icon-award-container .times-award-banner img {
    max-width: 350px;
    height: 340px;
    filter: drop-shadow(14px 19px 32px rgba(0, 0, 0, 0.1));
}

.gs-times-edu-icon-award-container .times-star-one {
    position: absolute;
    top: 35px;
    width: 34px;
    height: 41px;
    right: 40%;
}

.gs-times-edu-icon-award-container .times-star-two {
    position: absolute;
    bottom: 35px;
    width: 19px;
    height: 23px;
    right: 10%;
}

.gs-enroll-app-container {
    max-width: 1087px;
    margin: auto auto 130px;
    display: table;
}

.gs-enroll-app-container .left {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    text-align: right;
}

.gs-enroll-app-container .left img {
    max-width: 343px;
    height: 351px;
}

.gs-enroll-app-container .right {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding-left: 85px;
}

.gs-enroll-app-container .right h2 span {
    display: block;
}

.gs-enroll-app-container .right h2 {
    color: #242222;
    font-family: InterExtraBold;
    font-size: 42px;
    line-height: 121%;
    letter-spacing: -0.16px;
    margin-bottom: 10px;
}

.gs-enroll-app-container .right p {
    max-width: 535px;
    font-size: 16px;
    line-height: 163%;
    color: #0c0000;
}

.gs-branch-presence-container {
    display: table;
    margin: auto auto 120px;
    max-width: 1168px;
}

.gs-branch-presence-container .left {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
}

.gs-branch-presence-container .left h2 span {
    display: block;
}

.gs-branch-presence-container .left h2 {
    font-family: InterExtraBold;
    font-size: 36px;
    color: #242222;
    line-height: 121%;
    letter-spacing: -0.16px;
    margin-bottom: 20px;
}

.gs-branch-presence-container .left p {
    font-size: 16px;
    line-height: 163%;
    color: #0c0000;
}

.gs-branch-presence-container .left p b {
    font-family: InterBold;
    font-size: 17px;
    font-weight: 0;
}

.gs-branch-presence-container .right {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    padding-left: 5%;
}

.gs-branch-presence-container .right img {
    max-width: 650px;
}

.gs-branch-presence-container .right p {
    text-align: center;
    font-size: 16px;
    line-height: 163%;
    color: #0C0000;
    vertical-align: middle;
    margin-top: 20px;
}

.gs-branch-presence-container .right p b {
    font-family: InterBold;
    font-size: 35px;
    line-height: 163%;
    color: #00AC4D;
    vertical-align: inherit;

}

.gs-partner-reach-us-container {
    max-width: 1231px;
    background: #F6F6F6;
    border-radius: 37px;
    margin: auto;
    padding: 50px;
}

.gs-partner-reach-us-container h2 {
    text-align: center;
    font-size: 26px;
    font-family: InterBold;
    line-height: 121%;
    letter-spacing: -0.16px;
    margin-bottom: 30px;
}

.gs-partner-reach-us-container .reach-us-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
}

.gs-partner-reach-us-container .reach-us-list li {
    display: inline-block;
}

.gs-partner-reach-us-container .reach-us-list img {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.gs-partner-reach-us-container .reach-us-list p {
    display: inline-block;
    vertical-align: middle;
    font-size: 20.3px;
    line-height: 121%;
    letter-spacing: -0.16px;
    color: #302945;

}

.gs-contact-us-form {
    margin-top: 130px !important;
}

.gs-partner-signup-form-container {
    max-width: 1233px;
    height: 830px;
    margin: auto auto 35px;
    border-radius: 30px;
    box-shadow: 4px 3px 45px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.gs-partner-signup-form-container .left {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
}

.gs-partner-signup-form-container .left img {
    object-fit: contain;
    height: 830px;
}

.gs-partner-signup-form-container .right {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    padding: 40px 92px 60px 85px;
}

.gs-partner-signup-form-container .right h2 {
    font-size: 46px;
    font-family: InterExtraBold;
    line-height: 121%;
    letter-spacing: -0.16px;
    color: #1f1f1f;
    margin-bottom: 12px;
}

.gs-partner-signup-form-container .right p {
    color: #0c0000;
    font-size: 16px;
    line-height: 163%;
    margin-bottom: 20px;
}

.gs-partner-signup-form-container .right .shared-width {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
    position: relative;
}

.gs-partner-signup-form-container .right .non-shared-width {
    margin-bottom: 25px;
    position: relative;
}

.gs-partner-signup-form-container .right select {
    width: 100%;
    padding: 15px;
    border: 1.5px solid rgba(0, 0, 0, 0.15);
    border-radius: 5.77px;
    background-color: var(--themewhiteshade);
    font-size: 13.7px;
    font-family: InterMedium;
    line-height: 163%;
}

.gs-partner-signup-form-container .right input[type="text"] {
    width: 100%;
    padding: 15px;
    border: 1.5px solid rgba(0, 0, 0, 0.15);
    border-radius: 5.77px;
    font-size: 13.7px;
    font-family: InterMedium;
    line-height: 163%;
}

.gs-partner-signup-form-container .right textarea {
    width: 100%;
    padding: 10px;
    border: 1.5px solid rgba(0, 0, 0, 0.15);
    border-radius: 5.77px;
    font-size: 13.7px;
    font-family: InterMedium;
    line-height: 163%;
}

.gs-partner-signup-form-container .right .checkbox-field {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.gs-partner-signup-form-container .right .checkbox-field input[type="checkbox"] {
    margin-right: 10px;
}

.gs-partner-signup-form-container .right .checkbox-field p {
    margin: 0;
}

.gs-partner-signup-form-container .right button {
    text-transform: uppercase;
    background: #00AC4D;
    border: none;
    padding: 15px 30px;
    color: #fff;
    border-radius: 67px;
    font-size: 18.5px;
    font-family: InterSemiBold;
    line-height: 156%;
    letter-spacing: 0.16px;
}

.gs-partner-signup-form-container .left .partner-banner-mobile {
    display: none;
}

.signup-error-message {
    position: absolute;
    bottom: -18px;
    right: 0px;
    left: 10px;
    font-size: 12px;
    color: var(--themdarkred);
}

.gs-article-table-container .divider {
    width: 100%;
    position: relative;
    margin: 45px 0px 50px;
    cursor: pointer;
}

.gs-article-table-container .divider hr {
    background-color: #e5e5e5;
    border: 0px;
    height: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.gs-article-table-container .divider .action-btn {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    position: absolute;
    left: 35%;
    top: -22px;
    cursor: inherit;
    min-width: 230px;
    box-sizing: border-box;
    text-align: center;
}

.gs-article-table-container .divider .action-btn p {
    display: inline-block;
    vertical-align: middle;
}

.gs-article-table-container .divider .action-btn img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}

.gs-article-table-container table .hide-row {
    display: none;
}

.educ-loan .country-card {
    position: relative;
}

.educ-loan .country-card img {
    width: 108%;
    position: absolute;
    height: auto;
    bottom: -24px;
    right: 0px;
    border-radius: 30px;
}

.educ-loan .education-loan-card-img-mob {
    display: none;
}

.educ-loan .country-list .country-card {
    overflow: hidden;
    height: 635px;
    border-radius: 30px;
}


.educ-loan .country-card-desc {
    position: absolute;
    bottom: 220px;
    left: 0;
    right: 0;
    padding: 10px;
}

.educ-loan .country-list .country-card .country-card-desc {
    margin-left: 75px;
    padding-top: 0%;
}

.educ-loan h2 {
    font-family: InterExtraBold;
    font-size: 65px;
    margin-bottom: 21px;
    color: var(--themewhiteshade);
}

.enrollment-cta {
    background: var(--themelightorange);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 25px;
    padding: 40px 80px;
    margin-bottom: 147px;
    max-width: 1223.87px;
    height: 203.98px;
}


.enrollment-cta .icon:nth-child(1) {
    left: -26px;
    top: 45px;
    width: 49px;
    height: 49px;
}

.enrollment-cta .icon {
    position: absolute;
    filter: drop-shadow(0px 5px 15px #e2e2e2);
}

.enrollment-cta .icon:nth-child(2) {
    top: -35px;
    width: 66px;
    height: 66px;
    left: 43%;
}

.enrollment-cta .icon:nth-child(3) {
    bottom: -35px;
    left: 330px;
    width: 59px;
    height: 59px;
}

.enrollment-cta-left {
    padding-right: 140px;
}

.enrollment-cta-left .enrollment-cta-bold {
    font-size: 26px;
    font-family: InterBold;
    line-height: 32px;
    letter-spacing: 0.2px;
    color: var(--themedarkgrey);
    margin-bottom: 10px;
}

.enrollment-cta-left .enrollment-cta-content {
    font-size: 20px;
    font-family: InterRegular;
    line-height: 30px;
    letter-spacing: 0.2px;
}

.enrollment-cta-left .enrollment-cta-content b {
    color: var(--themedarkgrey);
    font-family: InterExtraBold;
}

.enrollment-cta-card-button {
    position: relative;
}

.enrollment-cta-button {
    background: var(--themedarkgrey);
    color: var(--themewhiteshade);
    border-radius: 68px;
    width: 371px;
    height: 58px;
    border: none;
    font-size: 26px;
    font-family: InterSemiBold;
    line-height: 156.8%;
    cursor: pointer;
    margin-bottom: 25px;
}

.enrollment-cta-card-button p {
    font-size: 14px;
    color: var(--themliteorangefont);
    text-align: center;
    width: 223px;
    height: 39px;
    font-family: InterRegular;
    line-height: 128%;
    letter-spacing: -0.2px;
    position: absolute;
    bottom: -30px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.enrollment-cta-card-button p b {
    font-family: InterExtraBold;
}

.error div:first-child {
    /* border: 1px solid var(--themdarkred); */
}

.error-show {
    position: relative;
}

.error .error-message {
    display: flex;
    align-items: center;
    position: absolute;
    top: -42px;
    left: 47px;
    padding: 5px;
    border-radius: 25px;
    background: rgb(0 0 0 / 42%);
    backdrop-filter: blur(10px);
    width: auto;
}

.exit-popup-main .error .error-message {
    top: -42px;
    left: 65px;
}

.error-message::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 16%;
    transform: translateX(-50%);
    border-width: 7px;
    border-style: solid;
    border-color: #00000082 transparent transparent transparent;
    opacity: 0.8;
    backdrop-filter: blur(10px);
}

.error-message {
    display: none;
}

.error .error-message .error-message-icon {
    color: #ff5454;
    font-size: 15px;
    display: none;
}

.error .error-message .go-input-error-message {
    color: #ffffff;
    font-size: 12px;
    font-family: InterRegular;
    text-align: center;
    line-height: 153%;
    padding: 5px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: normal;
    text-align: left;
    position: unset;
}

.highlights-of-studying {
    margin-bottom: 30px;
}

.empty-section .gs-video-steps-process-container {
    margin-bottom: unset;
}

.gs-our-wide-container ul li img {
    width: 20px;
    margin-right: 7px;
    vertical-align: middle;
}


header .header-menu-list .header-sub-course {
    position: absolute;
    top: 97px;
    background-color: #f5f5f5;
    border: 1px solid var(--themeflashwhite);
    border-radius: 0px 12px 12px 0px;
    left: -12%;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow: hidden;
    height: 359px;
}

.header-sub-course .sub-menu-course-links {
    padding: 0px 0px 8px 20px;
    width: 255px;
    margin-left: 0px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    overflow-y: scroll;
}

.header-sub-course .borders {
    border-right: 1px solid #ccc;
    display: inline-block;
    height: 300px;
    /* margin: auto; */
    position: relative;
    top: 28px;
    bottom: 0;
    left: 7px;
    right: 0px;
}

.header-menu-course-lists {
    padding: 8px 0px 12px 20px;
    width: 222px;
    list-style: none;
}

.header-sub-course li:hover {
    background-color: #ffeed5;
    border-radius: 50px;
}

header .header-menu-list .header-sub-links .sub-menu-links-list li img {
    margin-left: 25px;
}

.header-sub-links {
    position: relative;
}

.error-container {
    width: 100%;
    max-width: 1180px;
    margin: auto;
}

.loder-gif {
    display: flex;
    align-items: center;
    height: 90vh;
    justify-content: center;
}

.error-table-block {
    width: 100%;
    table-layout: fixed;
    margin: 90px auto auto;
}

.error-table-block .error-left-block {
    width: 100%;
    text-align: center;
    margin: 65px 0px 120px 0px;
}

.error-table-block .error-left-block .error-text {
    text-align: center;
    display: inline-block;
}

.error-table-block .error-left-block h1 {
    font-family: InterSemiBold;
    font-size: 190px;
}

.error-table-block .error-left-block h3 {
    font-family: InterBold;
    font-size: 18px;
    margin-bottom: 15px;
}

.primary-pm-btn {
    background-color: rgb(67 57 163 / 37%);
    color: #3B3B3B;
    padding: 8px 15px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    font-family: InterMedium;
    font-size: 12px;
    width: 152.03px;
    height: 31.67px;
    cursor: pointer;
}

.error-table-block .error-right-block {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
}

.error-table-block .error-right-block .error-banner-img {
    margin: auto;
    display: block;
    object-fit: contain;
    width: 100%;
    height: 357.97px;
    margin-top: 100px;
}

.content-table-block {
    display: none;
    height: 90vh;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.content-table-block .block-text p {
    font-size: 90px;
    font-family: InterSemiBold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.content-table-block .block-text h1 {
    font-family: InterSemiBold;
    font-size: 50px;
}

.final-hr {
    width: 90%;
}

.gs-six-table-head table th {
    width: 160px;
    padding: 0px 25px;
}

.flag-container {
    position: relative;
}

.flag-container a {
    position: relative;
    margin-left: -17px;
}

.flag-container img {
    width: 30px;
    transition: margin 0.3s ease, transform 0.3s ease;
}

.flag-container a:not(:first-of-type):hover .country-flag {
    margin-left: 10px;
    margin-right: 10px;
    transform: translateX(0);
}

.flag-container a:first-of-type .country-flag {
    margin-left: 15px;
}

.embeded {
    width: 100%;
    text-align: center;
    margin: 16px auto;
    padding: 16px;
}

.embeded .links iframe {
    vertical-align: top;
    margin: 8px;
}

.embeded .youtube {
    width: 100%;
    max-width: 560px;
    min-height: 315px;
    box-sizing: border-box;
    border-radius: 10px;
    display: inline-block;
}

.embeded .instagram-reel {
    min-height: 480px;
    box-sizing: border-box;
    border-radius: 10px;
    display: inline-block;
    border: 1px solid var(--borderlitegreen);
}

.embeded p {
    margin-bottom: 16px;
}

.eligibility-popup {
    background-color: #ffff;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    background-size: cover;
    display: none;
}

.eligibility-popup-cards {
    width: 100%;
    max-width: 1250px;
    white-space: nowrap;
    overflow: scroll;
    scroll-snap-type: x mandatory;
    margin: auto;
}

.eligibility-popup-cards.no-keyboard {
    pointer-events: none;
    user-select: none;
}

.eligibility-loader {
    width: 220px;
    margin: 50px 0px 0px 70px;
    display: none;
}

.eligibility-container {
    width: 100%;
    padding: 0px 10px;
    display: inline-flex;
    flex-wrap: wrap;
    scroll-snap-align: start;
    padding-top: 12%;
    box-sizing: border-box;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 83vh;
}

.eligibility-heading {
    font-size: 46px;
    letter-spacing: 0.16px;
    line-height: 134%;
    font-family: InterExtraBold;
    margin: 48px 0px;
}

.eligibility-course-container {
    display: flex;
    width: 100%;
}

.eligibility-course-container .course {
    width: 60%;
    position: relative;
}

.course-count-img {
    width: 40%;
    text-align: center;
    position: relative;
}

.eligibility-course-container .course ul {
    padding-left: 0px;
    margin: auto auto 8px -5px;
    width: 505px;
    height: 310px;
    overflow: hidden;
    overflow-y: scroll;
}

.eligibility-course-container .course ul li {
    background: #F0F0F0;
    border-radius: 25px;
    width: auto;
    font-size: 20px;
    line-height: 130%;
    padding: 15px 40px;
    margin-bottom: 22px;
    cursor: pointer;
    margin-right: 20px;
    list-style: none;
}

.course-count-img img {
    object-fit: contain;
    width: 314px;
    height: 451px;
}

.eligibility-tail {
    border-top: 1px solid #EDEDED;
    padding: 40px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.eligibility-tail p {
    text-align: right;
    cursor: pointer;
    font-size: 24px;
    color: #EDEDED;
    padding-right: 100px;
    pointer-events: none;
}

.eligibility-tail .back-skip {
    pointer-events: visible;
    color: rgb(18, 149, 64);
}

.eligibility-course-container .course .course-search-input {
    background: #F0F0F0;
    border: none;
    border-radius: 25px;
    font-size: 20px;
    padding: 10px 30px;
}

.back-skip {
    display: none;
}

.slide-in {
    transform: translateX(100%);
}

.eligibility-course-container .course ul li:hover,
.eligibility-course-container .course ul li.active {
    background: #E1FFEE;
    border: 1px solid #00AC4D;
}

.qualification-container {
    display: flex;
    width: 60%;
}

.qualification-container select {
    border-radius: 25px;
    padding: 15px 40px;
    font-size: 20px;
    border: none;
    width: auto;
    line-height: 130%;
    background: #F0F0F0;
}

.bachelors-container {
    display: flex;
    flex-direction: column;
}

.bachelors-container label {
    margin-bottom: 15px;
}

.bachelors-container input {
    border-radius: 25px;
    border: none;
    background: #F0F0F0;
    line-height: 130%;
    margin: 30px 0px 10px;
    padding: 15px 40px;
    font-size: 20px;
    width: auto;
}

.twelveth-score {
    display: none;
}

.bachelors-container .twelveth-score label {
    margin: 16px 0px 10px;
}

.bachelors-container .twelveth-score input {
    margin: 0px;
    margin-bottom: 10px;
}

.experience-container select {
    border-radius: 25px;
    font-size: 20px;
    margin-bottom: 30px;
    border: none;
    line-height: 130%;
    padding: 15px 40px;
    width: auto;
}

.language-container select {
    border-radius: 25px;
    padding: 15px 40px;
    font-size: 20px;
    margin-bottom: 30px;
    border: none;
    width: auto;
}

.qualification-container .number-form input {
    background: #F0F0F0;
}

#score_value {
    pointer-events: none;
}

#current_value {
    pointer-events: none;
}

#graduate_exam_datas {
    display: none;
}

.graduate-exam-container select {
    margin-bottom: 30px;
}

#experience_datas {
    display: none;
}

#language_datas {
    display: none;
}

#callback_number_form {
    display: none;
}

.course-count {
    position: absolute;
    top: 145px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.course-count span {
    font-size: 16px;
    line-height: 134%;
    letter-spacing: -0.48px;
    color: #129540;
    font-family: InterMedium;
}

.course-count .counts {
    font-size: 30px;
    line-height: 134%;
    letter-spacing: -0.48px;
    font-family: InterExtraBold;
    color: #000000;
}

.course-count p {
    font-size: 30px;
    line-height: 134%;
    letter-spacing: -0.48px;
    font-family: InterExtraBold;
    color: #000000;
}

.eligibility-contact-error {
    display: none;
    color: #ff0000;
}

.progressbar-container {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.progressbar {
    width: 14%;
    height: 5px;
    background-color: #03B140;
    border-radius: 20px;
}

.no-data-found {
    display: none;
    width: 60%;
    font-size: 20px;
    color: #cbc8c8dd;
    font-family: InterRegular;
    position: absolute;
    top: 125px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.countinue-read {
    width: 100%;
    margin-top: 60px;
}

.countinue-read span {
    font-size: 18px;
    padding: 13px 20px;
    border-radius: 42px;
    background: #00AC4D;
    color: #FFFFFF;
    cursor: pointer;
    font-family: InterRegular;
}

#course_level_ul {
    display: none;
}

#degree_level_ul {
    display: none;
}

.eligibility-thank-you-container .eligibility-heading {
    margin-bottom: 30px;
}

.eligibility-thank-you-container .course-count-img {
    display: block;
    width: 40%;
}

.eligibility-thank-you-container .course-count-img .course-count p {
    font-size: 25px;
}

.eligibility-thank-you-container .course-count-img .course-count span {
    font-size: 20px;
    line-height: 134%;
    letter-spacing: -0.48px;
}

.eligibility-thank-you-container .course-count-img .course-count .uni-count span {
    color: #000000;
}

#country_level_ul {
    display: none;
}

.bachelors-container .eligible-error {
    font-size: 12px;
}

.eligibility-thank-you-container .course-count {
    top: 31%;
}

.eligibility-thank-you-container .course-count-img img {
    height: 442px;
}

.eligibility-thank-you-container .success-inform {
    font-size: 20px;
    white-space: normal;
}

.eligibility-popup .eligibility-child {
    flex-direction: column;
    display: flex;
}

.eligibility-course-container .course ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.eligibility-course-container .course ul::-webkit-scrollbar-thumb:vertical {
    background: #D1D1D1;
    border-radius: 50px;
    width: 5px;
    height: 5px;
}

#googleads .trigger-popup-white-card {
    width: 100%;
    max-width: 86%;
    /* height: 65%; */
    height: auto;
}

#googleads .trigger-callbackrequest {
    display: block;
    width: 307px;
    margin-bottom: 10px;
    border-radius: 15px;
    height: 49px;
}

#googleads .trigger-callbackrequest .trigger-countrycode {
    border-radius: 15px 0px 0px 15px;
}

#googleads .trigger-callbackrequest .trigger-mobilenumber {
    padding: 13px 0px 13px 10px;
    margin-left: -6px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

#googleads .trigger-callbackrequst-button {
    border: none;
    background: var(--themedarkgrey);
    color: var(--themewhiteshade);
    border-radius: 24px;
    padding: 10px 20px 10px 10px;
    font-size: 15px;
    width: 37%;
    font-family: InterMedium;
    cursor: pointer;
}

#googleads .trigger-callbackrequest .trigger-mobilenumber-name {
    /* margin-right: 50px; */
    width: 305px;
    border-radius: 15px;
    font-size: 16px;
    background: #f3f3f3;
    padding: 12px 0px 13px 10px;
    /* margin-left: -6px; */
    border: none;
    outline: none;
    border-left: 0px;
    border-right: 0px;
    letter-spacing: 0.32px;
}

#googleads .test-enroll-left {
    width: 51%;
}

#googleads .test-enroll-right {
    width: 50%;
    margin-bottom: unset;
}

#googleads .test-enroll-left img {
    width: 490px;
    object-fit: contain;
    margin-bottom: 66px;
    height: unset;
    position: unset;
}

#googleads .enquiry-content-first-section {
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: unset;
    height: unset;
    margin: unset;
    position: unset;
    background-color: unset;
    border-radius: unset;
    scroll-snap-align: unset;
}

#googleads .details-required {
    padding: 45px 0px 0;
}

#googleads .error .error-message {
    justify-content: center;
}

#googleads hr {
    display: none;
}

#googleads .wrapper {
    position: relative;
    display: inline-block;
}

#googleads .wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url(../bucket/down-arrow-black.png);
    background-size: cover;
    pointer-events: none;
    transform: translateY(-50%);
    right: 13px;
}

#googleads .wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
}

.download-material-container {
    width: 100%;
    max-width: 1226px;
    margin: auto auto 136px;
}

.download-material-container .head-text {
    font-family: InterExtraBold;
    font-size: 38px;
    text-align: center;
    line-height: 133%;
    letter-spacing: 0.16px;
    color: var(--themedarkgrey);
    margin-bottom: 14px;
}

.download-material-container .study-material-desc {
    font-size: 17px;
    text-align: center;
    width: 1144px;
    font-family: InterRegular;
    line-height: 170%;
    letter-spacing: 0.16px;
    margin: auto auto 55px;
}

.download-material-container .material-list-section {
    display: flex;
    justify-content: center;
}

.download-material-container .gs-cta-download-cards {
    display: block;
    margin-right: 20px;
    border-radius: 30px;
    height: 217px;
    width: 190px;
    text-align: center;
    background: linear-gradient(to bottom, #FFEBBD 100%, #F5CC81 0%);
    padding: 9px;
}

.download-material-container .download-img-card {
    width: 172px;
    height: 155px;
    background: #FFFDF7;
    border-radius: 25px;
    position: relative;
}

.gs-cta-download-cards h2 {
    font-family: InterMedium;
    color: #373737;
    font-size: 13px;
    letter-spacing: 0.10px;
    padding-top: 20px;
}

.gs-cta-download-cards .gs-cta-download p {
    font-size: 17px;
    font-family: InterSemiBold;
    letter-spacing: 0.16px;
}

.gs-cta-download-cards .download-img-card img {
    height: auto;
    width: 112px;
    object-fit: cover;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

.gs-cta-download-cards .gs-cta-download-icon {
    width: 18px;
    height: 18px;
}

.intersted-perks-card-scroll .card .gs-card-guides {
    position: absolute;
    bottom: 89%;
    display: flex;
    left: 77%;
}

.intersted-perks-card-scroll .card .gs-card-guides button {
    font-family: InterRegular;
    border: none;
    background: none;
    font-size: 16px;
    cursor: pointer;
    color: var(--themecolorblackshade);
}

.intersted-perks-card-scroll .card .gs-card-guides img {
    width: 20px;
    height: 20px;
}

.loan-calculator-popup {
    background-color: #ffff;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    background-size: cover;
    display: none;
}

.eligibility-course-container .range-slider-container {
    width: 60%;
}

.calculator-popup {
    display: none;
}

.range-slider-container .range-child {
    display: flex;
    margin-bottom: 50px;
}

.range-slider-container .range-child .range-types {
    width: 50%;
}

.range-slider-container .range-child .range-types p {
    font-family: InterMedium;
    font-size: 24px;
    line-height: 134%;
    color: #232323;
}

.range-slider-container .range-child .range-types span {
    font-family: InterRegular;
    color: #B1B1B1;
    font-size: 16px;
    line-height: 134%;
    letter-spacing: 0.16px;
}

.range-slider-container .range-child .range-types span {
    font-family: InterRegular;
    color: #B1B1B1;
    font-size: 16px;
    line-height: 134%;
    letter-spacing: 0.16px;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 396px;
    background-color: #D9D9D9;
    height: 5px;
    border-radius: 20px;
    margin-bottom: 24px;
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    background: #03B140;
    cursor: pointer;
    border-radius: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.range-slider-container .range-child .range-slider p {
    width: 259px;
    border-radius: 29px;
    background: #F2F2F2;
    text-align: center;
    padding: 12px 0px;
}

.loan-calculator-popup .progressbar {
    width: 50%;
}

.test-prep-first-section .right-bank-btn {
    background-color: var(--themewhiteshade);
    color: var(--themedarkgrey);
    border: 1px solid var(--themedarkgrey);
}

.educ-loan {
    transform: none;
}

.floating-error-old {
    position: fixed;
    background: #2a2a2a;
    padding: 15px 30px;
    color: #fff;
    bottom: 30px;
    left: 30px;
    margin: auto;
    display: block;
    box-shadow: 0px 0px 8px #000000;
    border-radius: 3px;
    z-index: 11;
}

.gs-country-highlights .country-list .country-card .card-heading {
    display: none;
}

.gs-country-highlights .country-list .country-card .mobile-view {
    display: none;
}

.landing-footer-main {
    padding: 63px 0px 23px;
}

.gs-footer-logo {
    margin-bottom: 18px;
    justify-content: center;
}

.eclipse-divider {
    width: 40px;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, black 50%, transparent 100%);
    transform: rotate(90deg);
}

#triggerpopup .trigger-popup-white-card {
    width: 100%;
    max-width: 792px;
    height: 548px;
    margin: auto;
    position: relative;
    background: var(--themewhiteshade);
    z-index: 1;
    border-radius: 35px;
    display: flex;
    box-shadow: 0px 10px 40px 10px #00000014;
}

#triggerpopup .trigger-popup-white-card-left img {
    width: 100%;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    height: 100%;
    object-fit: contain;
    margin-top: 32%;
}

#triggerpopup .trigger-popup-white-card .details-required {
    padding: 53px 0px 0px 57px;
    width: 60%;
}

#triggerpopup .trigger-popup-white-card .details-required .trigger-help-para {
    width: 100%;
    max-width: 400px;
    font-family: InterRegular;
    font-size: 18.5px;
    text-align: left;
    letter-spacing: 0px;
    line-height: 23px;
    margin: unset;
    margin-bottom: 10px;
    color: #2E2E2E;
}

#triggerpopup .trigger-popup-white-card .details-required .trigger-help-para-first {
    width: 100%;
    max-width: 400px;
    font-family: InterMedium;
    font-size: 18.5px;
    text-align: left;
    letter-spacing: 0px;
    line-height: 28px;
    margin: unset;
    margin-bottom: 21px;
    color: #2E2E2E;
}

#triggerpopup .trigger-popup-white-card .details-required .trigger-help-para span {
    display: block;
    font-family: InterMedium;
    color: #282828;
}

#triggerpopup .trigger-popup-white-card .details-required .trigger-help-para-first span {
    display: block;
    font-family: InterMedium;
}

#triggerpopup .trigger-callbackrequest .trigger-mobilenumber {
    border: 0px;
    border-left: 1px solid #b3b3b35c;
    outline: none;
    font-size: 15px;
    background: #f3f3f3;
    padding: 0 0 0 18px;
    width: 220px;
    letter-spacing: 0.32px;
    border-radius: 0px 25px 25px 0px;
    height: 41px;
}

#triggerpopup .trigger-callbackrequest .trigger-countrycode {
    height: 41px;
    padding: 13px 9px 13px 10px;
    width: 60px;
}

#triggerpopup .trigger-popup-white-card .actions-required .action {
    display: flex;
    flex-direction: column;
    vertical-align: unset;
    background: unset;
    border-radius: unset;
    padding: unset;
    margin: unset;
    cursor: unset;
}

#triggerpopup .trigger-popup-white-card .actions-required .action p {
    display: unset;
    vertical-align: unset;
    font-size: 12px;
    line-height: 18.8px;
    letter-spacing: unset;
    color: #666666;
    font-family: InterRegular;
    margin-bottom: 8px;
}

#triggerpopup .trigger-popup-white-card .details-required .actions-required .trigger-help-para span {
    font-family: InterRegular;
}


#triggerpopup .trigger-popup-white-card .actions-required {
    display: flex;
    padding-top: 50px;
    height: 207px;
}

#triggerpopup .trigger-popup-white-card .actions-required .action-right {
    padding-top: 23px;
}

#triggerpopup .trigger-popup-white-card .actions-required .borders {
    width: 1px;
    height: 195px;
    background: linear-gradient(to bottom, rgba(221, 221, 221, 0) 10%,
            #DDDDDD 30%,
            #CCCCCC 50%,
            #DDDDDD 70%,
            rgba(221, 221, 221, 0) 90%);
    position: relative;
    top: -37px;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin: 0px 34px;
}

#triggerpopup .trigger-popup-white-card .details-required .trigger-help-para-first span b {
    font-family: InterBold;
    font-weight: unset;
}

#triggerpopup .trigger-popup-white-card .actions-required .call-action {
    margin: unset;
    font-family: InterBold;
    font-size: 19.5px;
    line-height: 20px;
    letter-spacing: -0.64px;
    color: #282828;
    cursor: pointer;
}

#triggerpopup .trigger-popup-white-card .conditions-desc {
    font-size: 13px;
    line-height: 155%;
    letter-spacing: 0.08px;
    margin: unset;
    color: #A7A7A7;
    max-width: unset;
    text-align: left;
}

#triggerpopup .trigger-popup-white-card .actions-required .action img {
    width: 89px;
    height: 88px;
    display: unset;
    vertical-align: unset;
    margin-right: unset;
}

#triggerpopup .trigger-callbackrequest {
    margin-bottom: 13px;
    justify-content: unset;
    border-radius: 29px;
    height: unset;
}

#triggerpopup .trigger-callbackrequst-button {
    border: none;
    background: var(--themedarkgrey);
    color: var(--themewhiteshade);
    border-radius: 20px;
    font-size: 14px;
    width: 164px;
    font-family: InterMedium;
    cursor: pointer;
    display: block;
    height: 36px;
    line-height: 28px;
}

#triggerpopup .trigger-popup-white-card-left p {
    position: absolute;
    top: 25%;
    width: 175px;
    font-size: 23px;
    color: white;
    font-family: InterRegular;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 31px;
}

#triggerpopup .trigger-popup-white-card-left {
    position: relative;
    background: #574DAC;
    overflow: hidden;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

#triggerpopup .trigger-logo {
    display: block;
    margin-bottom: 25px;
    width: 22%;
}

#triggerpopup .trigger-popup-white-card .actions-required .action .trigger-loaders {
    display: none;
}

.related-details-big-card {
    display: flex;
    align-items: center;
    padding: 90px 0px;
}

.related-details-big-card .related-details-big-card-left img {
    height: 400px;
}

.gs-article-table-container .gs-four-table-left table {
    max-width: 1200px;
}

figure {
    text-align: center;
    margin: 0px;
    margin-bottom: 32px;
}

figure img {
    width: 100%;
    object-fit: contain;
    max-height: 100vh;
}

div[pagetype="subpages"] .empty-grey {
    display: none;
}

.gs-article-related-links-card-container .flat-full-width-link-card {
    max-width: none !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    box-shadow: none !important;
    margin: 42px 0px;
}

.gs-article-related-links-card-container .flat-full-width-link-card img {
    border-radius: 20px;
    margin: 24px;
}

.gs-article-related-links-card-container .flat-full-width-link-card p {
    font-size: 18px;
}

.gs-article-related-links-card-container .flat-full-width-link-card strong {
    font-size: 24px;
    text-decoration: underline;
}

/* New Tail */

.footer-design-v1 {
    background-color: #dddddd80;
}

.footer-design-v1 .stripe-v1 {
    background-color: #dddd;
    padding: 20px 0px;
    margin-bottom: 60px;
}

.footer-design-v1 .stripe-v1 .stripe-content-v1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1224px;
    margin: auto;
}

.footer-design-v1 .stripe-v1 .stripe-content-v1 .stripe-mobilenumber {
    font-size: 24px;
    font-family: InterExtraBold;
    cursor: pointer;
}

.footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1,
.footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-design-v1 .stripe-v1 .stripe-content-v1 .logo {
    width: 206px;
}

.footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1 .app-icon-v1 img,
.footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 .handiling-icon-v1 img {
    width: 31px;
    margin-right: 7px;
}

.footer-design-v1 .link-container-v1 {
    max-width: 1224px;
    margin: auto auto 30px auto;
}

.footer-design-v1 .link-container-v1 .link-list-v1 {
    list-style: none;
    padding: unset;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.footer-design-v1 .link-container-v1 .link-list-v1 li {
    padding-bottom: 32px;
    font-size: 17px;
    font-family: InterRegular;
}

.footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1 span,
.footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 span {
    font-size: 17px;
    font-family: InterRegular;
}

.article-table-container table .one-word-th,
.article-table-container table .one-word-td {
    text-align: center;
}

.no-text-clamp {
    -webkit-line-clamp: unset;
}

[pagetype="subpages"] .article-card-hr {
    margin-bottom: 70px;
}

[pagetype="subpages"] .pointers {
    pointer-events: none;
}

[pagetype="subpages"] .pointers strong {
    pointer-events: auto;
    cursor: pointer;
}

.updated-eligibility-main-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    background-size: cover;
    padding: 0px 20px;
}

.popup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.updated-eligibility-main-container .container-header {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.updated-eligibility-main-container .container-header .logo {
    width: 100%;
    height: auto;
    max-width: 50%;
    padding-top: 7vh;
}

.updated-eligibility-main-container .container-header .close-icon {
    width: 10px;
    position: fixed;
    right: 10px;
    top: 10px;
    margin: 10px;
    display: none;
    cursor: pointer;
}

.updated-eligibility-main-container .container-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    position: relative;
}

.updated-eligibility-main-container .container-footer {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 30px;
    padding: 5px 10px 30px;
    width: 100%;
    box-sizing: border-box;
    height: 35vh;
}

.updated-eligibility-main-container .container-footer img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.updated-eligibility-main-container .country-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.updated-eligibility-main-container .country {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.updated-eligibility-main-container .country img {
    width: 80px;
    height: auto;
    border: 1px solid #E1E1E1;
    border-radius: 11px;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.updated-eligibility-main-container .country p {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #272727;
}

.updated-eligibility-main-container .country.selected img {
    background: #ECFFF4;
    border: 1.05061px solid #00AC4D;
}

.updated-eligibility-main-container .container-body h2 {
    font-family: InterSemiBold;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #2D2D2D;
    padding: 40px 0 25px;
}

.updated-eligibility-main-container .searchable-div {
    position: relative;
}

.updated-eligibility-main-container .search-input {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #E1E1E1;
    border-radius: 12px;
    font-size: 17px;
    text-align: center;
    width: 100%;
    max-width: 350px;
    position: relative;
    z-index: 3;
}

.updated-eligibility-main-container .listable-div {
    position: relative;
}

.updated-eligibility-main-container .selected-list-div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 535px;
    margin: auto;
}


.updated-eligibility-main-container .listable-div .next-button {
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.updated-eligibility-main-container .scrollable-list {
    overflow-x: auto;
    padding: 20px;
    white-space: nowrap;
}

.updated-eligibility-main-container .programlist-div {
    position: relative;
    max-width: 535px;
    margin: auto;
}

.updated-eligibility-main-container .programlist-div .scrollable-list::before {
    content: '';
    position: absolute;
    left: -1px;
    bottom: 0px;
    width: 30px;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to left, rgba(194, 255, 204, 0), rgba(255, 255, 255, 1));
}

.updated-eligibility-main-container .programlist-div .scrollable-list::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 30px;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to right, rgba(194, 255, 204, 0), rgba(255, 255, 255, 1));
}

.updated-eligibility-main-container .selected-list-div .scrollable-list::before {
    content: '';
    position: absolute;
    left: -1px;
    bottom: 0px;
    width: 30px;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to left, rgba(194, 255, 204, 0), rgba(255, 255, 255, 1));
}

.updated-eligibility-main-container .selected-list-div .scrollable-list::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 30px;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to right, rgba(194, 255, 204, 0), rgba(255, 255, 255, 1));
}

.updated-eligibility-main-container .selected-programs {
    display: none;
}

.updated-eligibility-main-container .searchable-div .dropdown-scrollable-list {
    padding: 20px 0px;
    height: 120px;
    max-width: 350px;
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    margin: auto;
    background: #3b3b3b;
    border-radius: 12px;
    top: 13px;
    left: 0;
    right: 0;
    display: none;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(-10px);
}

.updated-eligibility-main-container .searchable-div .show-dropdown {
    display: block;
    opacity: 1;
    transform: translateY(0);
    padding-top: 30px !important;
    z-index: 2;
}

.updated-eligibility-main-container .container-body .dropdown-scrollable-list .searched-list {
    display: block !important;
    border: 0px;
    color: #fff;
    padding: 6px 15px;
    cursor: pointer;
}

.updated-eligibility-main-container .container-body .dropdown-scrollable-list .no-result {
    display: block !important;
    border: 0px;
    color: #fff;
    padding: 6px 15px;
    cursor: not-allowed;
}

.updated-eligibility-main-container .scrollable-list li div {
    width: 102px;
    height: 16px;
    background: #e3e3e3cc;
    filter: blur(1px);
}

.updated-eligibility-main-container .no-result {
    text-align: center;
    padding: 10px;
    border: none;
}

.updated-eligibility-main-container .overall-dropdown-box {
    margin: 8px;
    border-radius: 12px;
    cursor: pointer;
    width: 150px;
    display: inline-flex;
    position: relative;
    background: #fff;
    z-index: 11;
}

.updated-eligibility-main-container .dropdown {
    margin: 0 10px;
    border: none;
    background: none;
    font-size: 17px;
}

.updated-eligibility-main-container .overall-dropdown-box:focus {
    border-color: #007bff;
    outline: none;
}

.updated-eligibility-main-container .dropdown:focus {
    border-color: #b1b1b1;
    outline: none;
}

.updated-eligibility-main-container .dropdown:focus option {
    background: #333;
    color: white;
}

.updated-eligibility-main-container .expbuttoncontainer .exp-btn {
    display: inline-flex;
    margin: 5px;
    border: 1px solid #E1E1E1;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 17px;
    background: none;
    cursor: pointer;
    color: #272727 !important;
}

.updated-eligibility-main-container .expyearscontainer {
    padding-top: 30px;
}

.updated-eligibility-main-container .expyearscontainer p {
    font-size: 16px;
    font-family: InterMedium;
    letter-spacing: 0.16px;
    margin-bottom: 15px;
}

.updated-eligibility-main-container .expyearscontainer button {
    margin: 2.5px;
    border: 1px solid #E1E1E1;
    padding: 10px;
    border-radius: 12px;
    font-size: 14px;
    background: none;
    width: 35px;
    cursor: pointer;
    color: #272727 !important;
}

.updated-eligibility-main-container .container-body .blocks ul {
    padding: 0px;
}

.updated-eligibility-main-container .container-body .blocks .dropdown {
    padding: 20px 0px;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    margin: auto;
    background: #3b3b3b;
    border-radius: 12px;
    top: 30px;
    z-index: -1;
    display: none;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(-10px);
}

.updated-eligibility-main-container .container-body .blocks .show-dropdown {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.updated-eligibility-main-container .container-body .blocks .chip-content-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e1e1e1;
    padding: 10px;
    width: 100%;
    border-radius: 12px;
    margin: auto;
    box-sizing: border-box;
    background: #fff;
}

.updated-eligibility-main-container .container-body .blocks .chip-content-div .chip-heading {
    font-size: 17px;
}

.updated-eligibility-main-container .container-body .blocks .drop-down-icon {
    width: 25px;
}

.updated-eligibility-main-container .container-body .blocks .dropdown .ed-options {
    display: block;
    border: 0px;
    color: #fff;
    padding: 12px 15px;
    cursor: pointer;
    border: none;
    border-radius: unset;
    margin: unset;
}

.updated-eligibility-main-container .container-body .blocks .dropdown .ed-options:hover {
    background: #f0f0f0;
    color: #3b3b3b;
}

.updated-eligibility-main-container .container-body .blocks li {
    display: inline-flex;
    margin: 5px;
    border: 1px solid #E1E1E1;
    padding: 10px 15px;
    border-radius: 12px;
    font-size: 17px;
    cursor: pointer;
}

.updated-eligibility-main-container .eligibility-floating-container {
    text-align: center;
    padding-top: 20px;
}

.updated-eligibility-main-container .dot-container {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.updated-eligibility-main-container .dot {
    display: inline-flex;
    width: 25px;
    height: 6px;
    background-color: #E8E8E8;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.updated-eligibility-main-container .dot:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.updated-eligibility-main-container .dot:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.updated-eligibility-main-container .dot.active {
    background-color: #00AC4D;
}

.updated-eligibility-main-container .backbtn {
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 0px 5px;
}

.updated-eligibility-main-container .backbtn.disabled {
    opacity: 0.5;
}

.updated-eligibility-main-container .submission-block .error-show {
    max-width: 382px;
    margin: auto;
    transform: none !important;
}

.updated-eligibility-main-container .eligibility-mobileinputdiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 360px;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    margin: auto auto 20px;
}

.updated-eligibility-main-container .eligibility-mobileinputdiv input {
    font-size: 14px;
    background: transparent;
    font-weight: 100;
}

.updated-eligibility-main-container .country-codes {
    width: 20%;
    text-align: center;
    border: none;
    outline: none;
    padding: 14px 0px;
    border-radius: 12px;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #272727;
}

.updated-eligibility-main-container .mobilenumber {
    width: 80%;
    border: none;
    border-left: 1px solid #e1e1e1;
    outline: none;
    padding: 15px 10px 15px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #272727;
}

.updated-eligibility-main-container .eligibility-mobileinputdiv:focus-within {
    border-color: 2px solid #e1e1e1;
}

.updated-eligibility-main-container .eligibility-submit-button {
    width: 160.63px;
    padding: 10px;
    border: none;
    background: #282828;
    border-radius: 12px;
    font-size: 15.1579px;
    line-height: 27px;
    color: #FFFFFF;
    cursor: pointer;
}

.updated-eligibility-main-container .container-body .blocks li.selected {
    background: #ECFFF4;
    border: 1.05061px solid #00AC4D;
}

.updated-eligibility-main-container .container-body .blocks li.selected .close-icon {
    padding-left: 20px;
    color: #37694D;
}

.updated-eligibility-main-container .overall-dropdown-box.selected {
    background: #ECFFF4;
    border: 1.05061px solid #00AC4D;
}

.updated-eligibility-main-container .expbuttoncontainer .exp-btn.selected {
    background: #ECFFF4;
    border: 1.05061px solid #00AC4D;
}

.updated-eligibility-main-container .expyearscontainer button.selected {
    background: #ECFFF4;
    border: 1.05061px solid #00AC4D;
}

.updated-eligibility-main-container .loader {
    display: block;
    margin: 20px auto;
}

.updated-eligibility-main-container .container-body .degree-block ul {
    padding-bottom: 25px;
}

.updated-eligibility-main-container .degree-block .degree-bachelors {
    text-decoration: underline;
    color: #9F9F9F;
    font-size: 15px;
    cursor: pointer;
}

.updated-eligibility-main-container .success-block {
    margin: 40px auto;
    max-width: 65%;
}

.updated-eligibility-main-container .success-block img {
    width: 50px;
    height: 50px;
    margin-top: 20px;
}

.exit-location-pin {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 35px;
}

.exit-location-pin img {
    width: 20px;
    height: 20px;
}

.exit-location-pin p {
    font-size: 15px;
    font-family: InterExtraBold;
    color: #292360;
}

.trigger-location-pin {
    position: absolute;
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    top: 10%;
    left: 0;
    right: 0;
    width: 160px;
    margin: auto;
}

.trigger-location-pin img {
    width: 20px !important;
    height: 20px !important;
    margin-top: 0 !important;
}

.trigger-location-pin span {
    font-size: 15px !important;
    font-family: InterExtraBold !important;
    color: #292360 !important;
}


.head-location-pin {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 5px;
}

.head-location-pin img {
    width: 20px;
    height: 20px;
}

.head-location-pin p {
    font-size: 15px;
    font-family: InterExtraBold;
    color: #5F599D;
}

.otp-main-container {
    display: flex;
    height: 100vh;
}

.otp-left-panel {
    flex: 1;
    background-color: #ffffff;
    color: #282828;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.otp-left-panel img {
    max-width: 180px;
    margin-bottom: 20px;
}

.otp-left-panel h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: InterExtraBold;
}

.otp-left-panel p {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}

.otp-right-panel {
    flex: 1;
    background: linear-gradient(180deg, #574DAC 0%, #8975A2 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.otp-form-container {
    width: 100%;
    max-width: 350px;
    text-align: center;
}

.otp-main-container h3 {
    color: #ffffff;
    margin-bottom: 20px;
    font-family: InterBold;
}

.otp-inputs {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    gap: 20px;
}

.otp-inputs input {
    width: 40px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.otp-main-container button,
.verify-btn,
#resendBtn {
    width: 100%;
    background-color: #282828;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.otp-main-container .form-note,
.timer,
.change {
    font-size: 13px;
    color: #ffffff;
    margin-top: 15px;
}

.otp-main-container #resendBtn {
    margin-top: 10px;
    display: none;
    background-color: #4CAF50;
}

.otp-main-container .phone-wrapper {
    display: flex;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    width: 100%;
    /* max-width: 300px; */
    /* Optional: restrict size */
    box-sizing: border-box;
}

.otp-main-container .phone-wrapper input {
    padding: 15px 12px;
    border: none;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;

}

.otp-main-container .country-codes {
    width: 70px;
    text-align: center;
    border-right: 1px solid #D0D0D0 !important;
    flex-shrink: 0;

}

.otp-main-container #mobile {
    flex: 1;
    min-width: 0;
}

.otp-form-container p,
.otp-form-container a {
    color: #ffffff;
}

.custom-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #323232;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    z-index: 9999;
    opacity: 0.95;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.custom-toast.success {
    background-color: #4CAF50;
}

.custom-toast.error {
    background-color: #e53935;
}

.otp-container {
    background-color: #6c5ce7;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.otp-single-input {
    width: 200px;
    height: 60px;
    font-size: 40px;
    text-align: center;
    letter-spacing: 20px;
    background-color: white;
    border: none;
    border-radius: 8px;
    outline: none;
    caret-color: transparent;
    /* hides the blinking cursor */
}

.header-right {
    display: flex;
    gap: 20px;
}

.header-tnea {
    background: #6c60a9;
    padding: 10px;
    border-radius: 5px;
    color: #ffff;
    display: inline-flex;
    gap: 0px;
}

.header-tnea .title {
    font-size: 12px;
    width: 50px;
}

.header-tnea .code {
    font-size: 22px;
    font-family: InterExtraBold;
}

.tnea-sub-code {
    background: #D2CAEA;
    text-align: center;
    position: relative;
    padding: 10px 0;
    top: -5px;
    display: none;
    color: #3A3A3A;
}

.tnea-sub-code p {
    font-size: 11px;
    text-transform: uppercase;

}

.tnea-sub-code span {
    font-size: 20px;
    font-family: InterExtraBold;
}

@media only screen and (max-width: 2560px) and (min-width: 2100px) {

    :root {
        --maxwidth: 2133.33px;
        --landmaxwidth: 2046.86px;
    }

    header .gs-header-inner-block .header-logo {
        height: 60px;
        width: 250px;
        bottom: -45px;
    }

    header .header-menu .header-menu-list p {
        font-size: 18px;
        line-height: 156.8%;
        margin-top: 28px;
    }

    header .header-menu .header-menu-list img {
        height: 12px;
        width: 12px;
        margin: 32px 0px 0px 4px;
    }

    header .header-menu-list .header-sub-links {
        border-radius: 20px;
        top: 130px;
        left: 31px;
        max-width: 160px;
        height: auto;
    }

    header .header-menu-list .header-sub-links .sub-menu-links-list li {
        padding: 8px 0px 5px 20px;
        width: 150px;
        margin-left: 0px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    header .header-menu-list .header-sub-links .sub-menu-links-list li p {
        font-size: 18px;
        margin: 0px;
    }

    .header-menu .header-menu-list-contact .header-call-number {
        font-size: 18px;
    }

    header .header-menu .header-menu-list {
        margin-left: 20px;
    }

    header .header-menu .header-menu-list-contact {
        margin: 30px 22px 0px 20px;
    }

    header {
        height: 90px;
    }

    .limitwidth {
        max-width: 1320px;
    }

    .land-limitwidth {
        max-width: 1320px;
    }

    .gs-body-content-container {
        padding-top: 6%;
    }

    .landing-gs-body-content-container {
        padding-top: 6%;
    }

    .landing-top {
        padding-top: 0px;
    }

    .gs-first-section {
        max-width: 1320px;
    }

    .breadcrumb .inactive {
        font-size: 18px;
        line-height: 167%;
    }

    .breadcrumb * {
        font-size: 18px;
    }

    .landing-breadcrumb {
        margin-bottom: 80px;
    }

    .article-heading-one {
        font-size: 38px;
        line-height: 138%;
        width: 520px;
        margin-bottom: 35px;
    }

    .gs-first-container-left .gs-left-child-div .crop-content {
        width: 515px;
        margin-bottom: 0px;
    }

    .language-cta {
        height: 555px;
        width: 500px;
        border-radius: 20px;
        margin-bottom: 35px;
    }

    /* 
    .article-content {
        font-size: 23px;
        line-height: 190%;
    } */

    .language-cta .banner {
        width: 100%;
        margin-bottom: 15px;
    }

    .language-cta h3 {
        font-size: 25px;
        margin-left: 48px;
    }

    .language-cta p {
        font-size: 16px;
        margin-bottom: 25px;
        margin-left: 48px;
        width: 390px;
        line-height: 152%;
    }

    .language-cta-people-message p {
        font-size: 18px;
        line-height: 167%;
        letter-spacing: 0.16px;
    }

    .filled-cta-button {
        font-size: 16px;
        line-height: 156%;
        letter-spacing: 0.16px;
        border-radius: 80px;
        padding: 10px 25px;
        margin-right: 18px;
    }

    .outline-cta-button {
        font-size: 18px;
        line-height: 156%;
        letter-spacing: 0.16px;
        border-radius: 80px;
        padding: 5px 20px;
        border: 1.6px solid var(--themedarkgrey);
    }

    .gs-first-right-button {
        font-size: 23px;
        line-height: 156.8%;
        border-radius: 80px;
        padding: 5px 20px;
        margin-left: 48px;
    }

    .carousel__indicator {
        width: 9px;
        height: 9px;
        margin-right: 2.2px;
    }

    .carousel__indicator.active {
        width: 12px;
        height: 12px;
    }

    .gs-university-icons-container span {
        font-size: 20px;
        line-height: 124%;
    }

    .gs-university-scrolling {
        margin-top: 40px;
        max-width: 1320px;
    }

    .gs-university-icons table {
        border-spacing: 100px 20px;
    }

    .gs-university-icons .university-logo {
        width: 80px;
        height: 80px;
    }

    .gs-article-banner-image-container {
        border-radius: 44px;
        margin-bottom: 88px;
        height: 350px;
    }

    .analytics-icon {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }

    .gs-article-banner-image-container h2 {
        font-size: 38px;
        line-height: 118%;
    }

    .gs-article-banner-image-container .student-counts {
        font-size: 20px;
        line-height: 128%;
        letter-spacing: -0.32px;
        bottom: 40px;
    }

    .article-banner-para .article-content {
        font-size: 23px;
        margin-bottom: 134px;
    }

    .service-section-container-left {
        max-width: 730px;
        padding-right: 100px;
    }

    .article-heading-three {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .numeric-list {
        font-size: 18px;
        line-height: 190%;
        margin-bottom: 52px;
        /* margin-left: 0px; */
    }

    .service-cta-right {
        max-width: 550px;
        height: 670px;
        border-radius: 30px;
    }

    .service-cta-right h2 {
        font-size: 25px;
        letter-spacing: -0.16px;
        line-height: 140%;
    }

    .service-cta-right .service-card-container .service-card {
        height: 150px;
        border-radius: 20px;
        max-width: 210px;
        margin: 4px 9px 17px 9px;
    }

    .service-cta-right .requirements-desc {
        font-size: 14px;
        letter-spacing: 0.24px;
        width: 450px;
        margin-bottom: 25px;
        line-height: 140%;
    }

    .service-cta-right .service-card-container .service-card p {
        font-size: 16px;
        line-height: 108%;
        letter-spacing: -0.16px;
        color: #606060;
    }

    .service-cta-right .service-card-container {
        margin-bottom: 10px;
    }

    .service-cta-right .service-card-container .service-card img {
        height: 100px;
    }

    .service-cta-right .gs-cta-second-callback {
        border-radius: 20px;
        width: 460px;
        padding: 0px 0px 0px 0px;
    }

    .service-cta-right .gs-cta-second-callback .gs-countrycode {
        font-size: 18px;
        line-height: 224%;
        letter-spacing: 0.32px;
        height: 60px;
        border-radius: 20px 0px 0px 20px;
        width: 100px;
    }

    .gs-mobilenumber {
        width: 210px;
        font-size: 18px;
        line-height: 224%;
        letter-spacing: 0.32px;
        padding: 0px 12px;
    }

    .service-cta-right .gs-cta-second-callback .gs-callbackrequst-button {
        padding: 5px 15px;
        height: 60px;
        border-radius: 0px 20px 20px 0px;
        font-size: 18px;
        line-height: 123%;
        letter-spacing: -0.16px;
        width: 150px;
    }

    .service-section {
        margin-bottom: 150px;
    }

    .gs-info-card-headig {
        font-size: 67.56px;
        line-height: 146%;
        margin-bottom: 97px;
    }

    .gs-consultants-cards-child {
        max-width: 360px;
        height: 495px;
        border-radius: 30.44px;
        margin-right: 21px;
    }

    .gs-consultants-cards-child:last-child {
        margin-right: 620px;
    }

    .gs-consultant-name-info {
        font-size: 42.67px;
        line-height: 146%;
        margin-bottom: 15px;
    }

    .gs-info-course-selection {
        margin-left: 30px;
        gap: 10px;
    }

    .gs-consultant-info-tag {
        margin-left: 18px;
    }

    .gs-green-tick {
        width: 22px;
        height: 22px;
    }

    .gs-consultant-role {
        font-size: 39.11px;
        line-height: 146%;
        letter-spacing: 0.16px;
        margin-bottom: 40px;
    }

    .gs-info-card-content p {
        font-size: 26.67px;
        line-height: 168%;
        letter-spacing: 0.16px;
    }

    .gs-info-course-selection span {
        font-size: 26.67px;
        letter-spacing: 0.16px;
        border-radius: 65px;
        margin: 10px 10px 17px 0px;
        line-height: 150%;
        padding: 3.5px 18px;
    }

    .gs-consultant-name-tag button {
        border-radius: 65px;
        font-size: 28.44px;
        letter-spacing: 0.16px;
        margin-bottom: 76px;
        line-height: 155%;
        padding: 8px 66px;
    }

    .gs-info-card-content {
        padding: 0px 40px;
        margin-top: -5px;
    }

    .article-heading-two {
        font-size: 42px;
        line-height: 130%;
        margin-bottom: 50px;
    }

    .article-content {
        font-size: 18px;
        line-height: 190%;
        margin-bottom: 55px;
        margin-top: -20px;
    }

    .gs-article-table-container .article-table-container table {
        max-width: 100%;
        border-radius: 30px;
    }

    .article-table-container table th {
        padding: 30px 50px;
        height: auto;
    }

    .gs-cta-second-callback {
        justify-content: center;
        border-radius: 47px;
        border: 1px solid #e9d2b2;
    }

    .gs-countrycode {
        font-size: 18px;
        line-height: 145%;
        letter-spacing: 0.32px;
        border-radius: 150px 0px 0px 150px;
        width: 110px;
    }

    .callback-request-cta-left {
        width: 460px;
    }

    .gs-terms-privacy {
        font-size: 16px;
        line-height: 128%;
        letter-spacing: -0.32px;
    }

    .callback-request-cta-right .float {
        bottom: -32px;
        left: 25px;
    }

    .callback-request-cta-right .gs-cta-second-callback .gs-mobilenumber {
        width: 220px;
    }

    .gs-callbackrequst-button {
        width: 190px;
        padding: 5px 15px;
        font-size: 18px;
        line-height: 123%;
        letter-spacing: -0.16px;
        border-radius: 0px 150px 150px 0px;
    }

    .gs-article-table-container .article-table-container .four-coloum-table {
        max-width: 1700px;
        border-radius: 44.44px;
    }

    .article-table-container .four-coloum-table th {
        padding: 0px 88px;
    }

    .article-table-container .four-coloum-table td {
        padding: 28px 88px;
    }

    .table-heading-two {
        font-size: 20px;
        line-height: 145%;
        width: auto;
    }

    .article-table-container table td {
        font-size: 18px;
        line-height: 145%;
        letter-spacing: 0.24px;
        padding: 25px 50px;
    }

    .article-table-container table tr:last-child td:first-child {
        border-bottom-left-radius: 30px;
    }

    .article-table-container table tr:last-child td:last-child {
        border-bottom-right-radius: 30px;
    }

    .gs-consultants-info-cards {
        margin-left: 0px;
    }

    .landing-gs-consultants-info-cards .gs-info-card-headig {
        font-size: 45px;
        max-width: 1320px;
        margin: auto auto 50px auto;
    }

    .gs-final-cta-trust {
        height: 520px;
        border-radius: 44.44px;
        margin-bottom: 150px;
        margin-top: -70px;
    }

    .gs-final-cta-para {
        font-size: 38px;
        line-height: 156.8%;
        margin: 65px 0px 20px 0px;
    }

    .gs-final-cta-button {
        font-size: 20px;
        line-height: 156.8%;
        border-radius: 81px;
        padding: 7px 27px;
        margin: 0px auto 40px;
    }

    .gs-final-cta-group-img {
        max-width: 730px;
    }

    .gs-final-cta-triangle-img {
        max-width: 120px;
        left: -75px;
        top: 70px;
    }

    .gs-final-cta-cutx-img {
        max-width: 150px;
        bottom: -25px;
        left: 346px;
    }

    .download-cta {
        width: 1320px;
        height: 255px;
        border-radius: 44.44px;
        margin-bottom: 150px;
    }

    .download-cta-left span {
        font-size: 14px;
        line-height: 5.02px;
        border-radius: 44.44px;
        letter-spacing: 3px;
        padding: 13px 20px;
    }

    .gs-cta-download-cards {
        width: 170px;
        height: 200px;
        border-radius: 25px;
        margin-right: 16px;
    }

    .download-cta-left {
        padding: 25px 100px 10px 60px;
    }

    .gs-cta-download-cards h2 {
        line-height: 128%;
        letter-spacing: 0px;
        margin-bottom: 33px;
    }

    .gs-cta-download-cards img {
        width: 115px;
        height: 85px;
    }

    .gs-cta-download-cards .gs-cta-download p {
        font-size: 24.89px;
        line-height: 156%;
        letter-spacing: 0.16px;
    }

    .gs-cta-download-cards .gs-cta-download-icon {
        width: 24px;
        height: 24px;
    }

    .download-cta-left p {
        font-size: 20px;
        line-height: 30px;
        max-width: 684.44px;
        margin: 17px 0px;
    }

    .related-programs-cta .related-programs-card {
        max-width: 421.44px;
        height: 460px;
        border-radius: 25px;
    }

    .related-programs-cta .related-programs-card .banner {
        height: 250.56px;
    }

    .related-programs-cta .related-programs-card .logo-placeholder {
        width: 55px;
        height: 51px;
    }

    .related-programs-cta .related-programs-card .content h3 {
        font-size: 20px;
        letter-spacing: 0.16px;
    }

    .related-programs-cta .related-programs-card .content p {
        font-size: 16px;
        letter-spacing: 0.16px;
    }

    .webinar-cta {
        max-width: 652.44px;
        height: 673.33px;
        border-radius: 44.44px;
    }

    .landing-gs-video-steps-process .play-button {
        width: 130px;
        height: 130px;
    }

    .gs-work-at-global-container ul li img {
        width: 160px;
        height: 64px;
    }

    .webinar-cta .content .title {
        font-size: 32px;
        line-height: 138%;
        letter-spacing: -0.16px;
    }

    .webinar-cta .schedules .about .people {
        width: 90px;
    }

    .webinar-cta .schedules .about .aboutpeople h3 {
        font-size: 21.33px;
        line-height: 146%;
    }

    .webinar-cta .schedules .about .aboutpeople .role {
        font-size: 16.89px;
        line-height: 146%;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .rating img {
        width: 15px;
        margin-right: 5px;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .rating p {
        font-size: 15.11px;
        line-height: 140%;
        letter-spacing: 0.16px;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .review {
        font-size: 15.11px;
        line-height: 140%;
        letter-spacing: 0.16px;
        margin-right: 62px;
    }

    .webinar-cta .schedules .description {
        font-size: 15.11px;
        line-height: 146%;
        letter-spacing: -0.32px;
    }

    .webinar-cta .book h3 {
        font-size: 24.89px;
        line-height: 156%;
        letter-spacing: -0.16px;
    }

    .webinar-cta .schedules {
        width: 535.11px;
        border-radius: 24px;
        margin-top: 38px;
    }

    .webinar-cta .content {
        padding: 15px 58px;
    }

    .related-programs-cta {
        max-width: 2050px;
    }

    .related-programs {
        margin-bottom: 80px;
    }

    .article-heading-four {
        font-size: 49.78px;
        line-height: 156%;
        margin-bottom: 51px;
    }

    .numeric-list-with-bottom {
        margin-bottom: 167px;
    }

    .gs-our-free-service {
        height: 622.22px;
        border-radius: 44.44px;
    }

    .gs-our-free-service h3 {
        font-size: 149.33px;
        max-width: 707px;
        line-height: 98%;
    }

    .gs-our-free-service p {
        font-size: 32px;
        line-height: 175%;
        letter-spacing: 0.24px;
        width: 547.56px;
    }

    .gs-article-bg {
        padding: 100px 0px 50px 0px;
        margin-top: 100px;
    }

    .gs-requirement-chips .requirement-chip {
        width: 512px;
        height: 261.33px;
        border-radius: 44.44px;
    }

    .requirement-chip .heading {
        font-size: 42.67px;
        line-height: 160%;
        letter-spacing: 0.16px;
        padding-top: 78px;
    }

    .requirement-chip span {
        font-size: 27.56px;
        line-height: 160%;
        letter-spacing: 0.16px;
    }

    .gs-requirement-chips {
        margin-bottom: 150px;
    }

    .gs-first-containers-left-buttons {
        padding-top: 40px;
    }

    .gs-article-table-container .gs-first-containers-left-buttons .filled-cta-button {
        margin-right: 14px;
        font-size: 28.44px;
        padding: 11px 37px;
    }

    .gs-article-table-container .gs-first-containers-left-buttons .outline-cta-button {
        font-size: 28.44px;
        padding: 11px 36px;
    }

    .article-table-container.right .table-para-mb {
        margin-bottom: 51px;
    }

    .landing-gs-parent-header-block .header-right .header-call-number {
        font-size: 23px;
        padding-top: 30px;
    }

    .callback-request-cta {
        height: 220px;
        border-radius: 25px;
    }

    .universities-cta {
        height: 230px;
        border-radius: 44.44px;
    }

    .universities-cta-left p {
        width: 690px;
        font-size: 20px;
        line-height: 30px;
    }

    .universities-cta-card-button p {
        font-size: 14px;
        width: 240px;
        height: 69.33px;
        bottom: -80px;
    }

    .universities-cta-button {
        width: auto;
        height: auto;
        font-size: 22px;
        line-height: 156%;
        letter-spacing: 0.16px;
        padding: 10px 25px;
    }

    .article-content-one {
        font-size: 32px;
        line-height: 204%;
    }

    .article-content-one {
        font-size: 32px;
        line-height: 204%;
    }

    .course-cta {
        height: 255.56px;
        border-radius: 25px;
        padding: 20px 70px;
    }

    .course-cta-card-left span {
        width: auto;
        height: auto;
        padding: 15px 20px;
        border-radius: 44.44px;
        font-size: 14px;
        line-height: 56.9%;
        letter-spacing: 3px;
        margin-bottom: 17px;
    }

    .course-cta-card-left p {
        width: 358.67px;
        font-size: 20px;
        line-height: 30px;
        margin-right: 70px;
    }

    .gs-article-table-container .table-heading-small {
        line-height: 145%;
        font-size: 24.89px;
        margin-top: 8px;
    }

    .course-cta-card-right .gs-courses-cta-card span {
        border-radius: 44.44px;
        font-size: 16px;
        line-height: 43.3px;
        margin: 0px 6px 15px 0px;
        padding: 0px 20px;
    }

    .course-cta-card-right {
        width: 665px;
    }

    /* .empty-section {
        margin-bottom: 100px;
    } */

    .cta-padding-top {
        padding-top: 5px;
        margin-bottom: 80px;
    }

    .gs-faq-container .gs-faq-category {
        margin-bottom: 54px;
    }

    .gs-faq-content-container .gs-qanda h3 {
        font-size: 39.11px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .gs-faq-content-container .gs-qanda p {
        font-size: 32px;
        line-height: 53.3px;
    }

    .gs-faq-content-container {
        border-radius: 44.44px;
        padding: 150px;
    }

    .gs-univ-partners-review-container .gs-univ-h2 {
        font-size: 45px;
        line-height: 139%;
        margin-bottom: 50px;
    }

    .gs-univ-content-container .gs-univ-card {
        max-width: 520px;
        border-radius: 24.44px;
        margin: 0px 37px 0px 0px;
        padding: 35px 45px;
    }

    .gs-univ-content-container .gs-univ-card:last-child {
        margin-right: 620px;
    }

    .gs-univ-content-container {
        /* padding-left: 224px; */
        max-width: 1320px;
    }

    .gs-univ-content-container .gs-univ-card img {
        width: 55px;
        height: 55px;
        border-radius: 70px;
    }

    .gs-reviewer-header h2 {
        font-size: 19px;
        line-height: 167%;
        width: 100%;
    }

    .gs-univ-card .gs-reviewer-header p {
        font-size: 14px;
        line-height: 0%;
        letter-spacing: 0.16px;
        top: 40px;
    }

    .gs-reviewer-para {
        font-size: 14px;
        line-height: 175%;
        letter-spacing: 0.16px;
        max-width: 92%;
    }

    .gs-univ-card .gs-read-more-review-body {
        font-size: 16px;
        line-height: 162.5%;
    }

    .uni-carousel-indicator {
        width: 22.7px;
        height: 22.7px;
    }

    .uni-carousel-indicator.active {
        width: 16px;
        height: 16px;
    }

    .gs-final-cta-halfround-img {
        max-width: 90px;
        right: -30px;
        bottom: 130px;
    }

    .gs-video-card {
        width: 688px;
        height: 563.56px;
        border-radius: 44.44px;
        margin-bottom: 56px;
    }

    .gs-video-card .video-banner .video-img {
        max-width: 688px;
        height: 437.33px;
    }

    .gs-video-card .video-banner .play-button {
        width: 106px;
        height: 115px;
    }

    .gs-vedio-banner-logo {
        width: 56px;
        height: 53px;
        top: 30px;
        right: 30px;
    }

    .gs-video-card .video-title {
        font-size: 26.67px;
        line-height: 152%;
        letter-spacing: 0.16px;
        padding: 42px 20px;
    }

    .gs-relevant-video-container h2 {
        font-size: 49.78px;
        line-height: 156%;
        margin-bottom: 80px;
    }

    .gs-article-related-links-card-container h2 {
        font-size: 45px;
        line-height: 156%;
        margin-bottom: 12px;
    }

    .gs-article-related-links-card-container .gs-article-links-card {
        max-width: 421.44px;
        border-radius: 25px;
    }

    .gs-article-related-links-card-container .gs-relevant-links {
        width: 421.44px;
        height: 250.56px;
    }

    .gs-article-links-card .gs-card-logo-placeholder {
        width: 35px;
        height: 32px;
        top: 30px;
        right: 30px;
    }

    .gs-article-related-links-card-container .gs-article-links-card strong {
        font-size: 20px;
        line-height: 140%;
        letter-spacing: 0.16px;
    }

    .gs-article-related-links-card-container .gs-article-links-card p {
        font-size: 16px;
        line-height: 162%;
        letter-spacing: 0.16px;
    }

    .gs-article-related-links-card-container .gs-article-links-card .content {
        padding: 35px 50px;
    }

    .gs-relevant-img-card {
        margin-bottom: 150px;
    }

    .gs-article-related-links-card-container .gs-link-tags {
        font-size: 16px;
        line-height: 40px;
        margin-right: 24px;
        margin-bottom: 24px;
        padding: 2px 20px;
        height: auto;
    }

    .showmore-btn {
        display: none;
    }

    /* .gs-footer-our-logo {
        width: 230px;
        height: 50px;
    } */

    .gs-callbacknumber {
        font-size: 42.67px;
        line-height: 146%;
        letter-spacing: -0.6px;
    }

    .gs-footer-callbacknumber {
        display: contents;
    }

    .gs-footer-logo {
        margin-bottom: 2px;
        justify-content: center;
    }

    .gs-article-related-links-card-container {
        margin-bottom: 50px;
    }

    .gs-footer-columns-child .gs-footer-ul li {
        font-size: 29.33px;
        line-height: 156.8%;
    }

    .gs-footer-columns-child span {
        font-size: 30.22px;
        line-height: 156.8%;
    }

    .gs-footer-apps-icons img {
        width: 55px;
        height: 55px;
    }

    .gs-footer-apps-icons {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .gs-footer-list li {
        margin-bottom: 37px;
    }

    .landing-gs-countrycode {
        font-size: 28.43px;
        line-height: 224%;
        letter-spacing: 0.32px;
        width: 100px;
        height: 88.69px;
        border-radius: 150px 0px 0px 150px;
    }

    .landing-mobilenumber {
        font-size: 28.43px;
        line-height: 224%;
        letter-spacing: 0.32px;
        height: 88.69px;
        width: 450px;
    }

    .landing-gs-callbackrequst-button {
        font-size: 25.08px;
        line-height: 123%;
        letter-spacing: -0.16px;
        height: 88.69px;
        border-radius: 0px 160px 160px 0px;
    }

    .language-cta-wrapper .floating-people-message .images-container {
        margin-right: 40px;
    }

    .language-cta-wrapper .floating-people-message .student-img {
        height: 30px;
        width: 30px;
        margin-right: -45px;
    }

    .language-cta-wrapper .floating-people-message span {
        font-size: 18px;
    }

    .gs-work-at-global-container p {
        font-size: 24px;
        line-height: 124%;
        margin-bottom: 26px;
    }

    #cgpa-table {
        padding-top: 89px;
    }

    .gs-video-steps-process-container {
        margin-bottom: 70px;
        padding-top: 20px;
    }

    .gs-video-steps-process-container .gs-our-free-service h3 {
        font-size: 85px;
        max-width: 383px;
        margin: 109px auto 101px 105px;
        line-height: 112%;
    }

    .gs-video-steps-process-container .gs-our-free-service {
        max-width: 1320px;
        height: 422px;
        border-radius: 25px;
    }

    .gs-our-free-service img {
        max-width: 167px;
        height: 182px;
        left: 50%;
    }

    .gs-video-steps-process-container .gs-our-free-service p {
        font-size: 30.79px;
        line-height: 175%;
        letter-spacing: 0.24px;
        margin: 0px 0px 0px 264px;
        width: 640px;
    }

    .steps-process-content-wrapper {
        max-width: 1320px;
        padding: 20px 0px 50.52px;
    }

    .steps-process-content-container .card {
        max-width: 300px;
        height: 280px;
        padding: 40px 25px 30px 25px;
        margin-right: 16px;
        border-radius: 25px;
    }

    .steps-process-content-wrapper .scroll-arrow {
        top: 40%;
        width: 40px;
    }

    .steps-process-content-container .card h3 {
        font-size: 19px;
        line-height: 110%;
        letter-spacing: 0.8px;
        margin-bottom: 14px;
    }

    .steps-process-content-container .card p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .steps-process-content-container .card button {
        border: unset;
        max-width: unset;
    }

    .steps-process-content-container .card button img {
        width: 20px;
        height: 20px;
    }

    .steps-process-content-container .card button span {
        font-size: 17px;
    }

    .steps-process-content-wrapper .right-boxed {
        right: -2px;
    }

    .steps-process-content-wrapper .overlay {
        height: 280px;
        width: 250px;
    }

    .landing-gs-univ-partners-scroll-container h2 {
        font-size: 45px;
        margin-bottom: 50px;
    }

    .gs-univ-partners-scroll-container {
        margin-bottom: 100px;
        max-width: 1320px;
    }

    .why-study-first-para {
        font-size: 28.43px;
        margin-bottom: 75px;
    }

    .callback-request-cta-left span {
        font-size: 20px;
        line-height: 30px;
    }

    .gs-our-wide-container {
        max-width: 1320px;
        margin: auto auto 80px;
    }

    .gs-our-wide-container .topic {
        font-size: 45px;
        line-height: 134%;
        margin-bottom: 15px;
    }

    .gs-our-wide-container .wide-para {
        font-size: 22px;
        width: 1320px;
        height: unset;
        margin-bottom: 30px;
    }

    .gs-our-wide-container ul {
        margin: auto auto 13px -5px;
    }

    .gs-our-wide-container ul li {
        font-size: 20px;
        line-height: 160%;
        letter-spacing: 0.24px;
        padding: 8px 17px;
        border-radius: 50px;
        margin: 10px 4px;
    }

    .showmore-services-btn {
        font-size: 18px;
        padding: 8px 17px;
    }

    .gs-our-wide-container .service-search-input {
        width: 380px;
        height: 43.41px;
        border-radius: 56.86px;
        font-size: 16px;
        margin-left: 0px;
        padding: 10px 20px;
    }

    .gs-professional-mentor-container h2 {
        font-size: 60.2px;
        line-height: 146%;
        margin-bottom: 80px;
    }

    .universities-cta .univ-logo,
    .callback-request-cta .univ-logo {
        position: absolute;
        box-shadow: -10px 15px 66px 0px #00000036;
        border-radius: 100px;
    }

    .scholarships-scrolling-table .thead .tr,
    .scholarships-scrolling-table .tbody .tr {
        display: flex;
        justify-content: space-between;
        padding-bottom: 30px;
    }

    .gs-professional-mentor-container .mentor-main-divider {
        max-width: 1963.25px;
        height: 840.6px;
    }

    .gs-professional-mentor-container .mentor-main-divider .left .head-details {
        padding: 110px 0px 70px 115px;
    }

    .gs-professional-mentor-container .mentor-main-divider .left .head-details img {
        width: 143.81px;
        height: 143.82px;
        border-radius: 100px;
        margin-right: 21px;
    }

    .gs-professional-mentor-container .mentor-main-divider .left .head-details .mentor-details h3 {
        font-size: 41.81px;
        line-height: 160%;
        margin-bottom: 10px;
    }

    .gs-professional-mentor-container .mentor-main-divider .left .head-details .mentor-details p {
        font-size: 28.43px;
        margin-top: 20px;
    }

    .gs-professional-mentor-container .mentor-main-divider .left .webiner-live-status {
        font-size: 43.48px;
        line-height: 130%;
        padding: 0px 0px 50px 113px;
    }

    .gs-professional-mentor-container .mentor-main-divider .left .question-text {
        font-size: 33.45px;
        padding: 0px 0px 20px 113px;
    }

    .gs-professional-mentor-container .mentor-main-divider .left ul {
        padding: 0px 0px 70px 130px;
    }

    .gs-professional-mentor-container .mentor-main-divider .left li {
        font-size: 21.74px;
    }

    .gs-professional-mentor-container .mentor-main-divider .right {
        max-width: 951px;
        top: 170px;
    }

    .gs-professional-mentor-container .mentor-main-divider .right .past-webinar-details {
        padding: 55px 47px 60px 80px;
    }

    .gs-professional-mentor-container .mentor-main-divider .right .past-webinar-details .header {
        font-size: 38.46px;
    }

    .gs-professional-mentor-container .mentor-main-divider .right .past-webinar-details .content button {
        font-size: 25.08px;
        width: 214.05px;
        height: 50.17px;
        border-radius: 100px;
    }

    .gs-professional-mentor-container .mentor-main-divider .left .clock-type {
        font-size: 36.79px;
        line-height: 126%;
    }

    .gs-professional-mentor-container {
        margin-bottom: 430px;
    }

    .gs-professional-mentor-container .mentor-main-divider .right .past-webinar-details .header span {
        font-size: 33.45px;
    }

    .gs-professional-mentor-container .mentor-main-divider .right .past-webinar-details .content p {
        max-width: 570px;
        font-size: 30px;
    }

    .gs-professional-mentor-container .mentor-main-divider .right .past-webinar-details .content p b {
        font-size: 35px;
    }

    .gs-professional-mentor-container .mentor-main-divider .right .upcoming-webinar-details {
        padding: 66px 40px 50px 80px;
    }

    .gs-professional-mentor-container .mentor-main-divider .right .upcoming-webinar-details .header h3 {
        font-size: 38.46px;
        line-height: 160%;
    }

    .gs-professional-mentor-container .mentor-main-divider .right .upcoming-webinar-details .content p {
        max-width: 580px;
    }

    .gs-professional-mentor-container .mentor-main-divider .right .upcoming-webinar-details .content p b {
        font-size: 31px;
    }

    .gs-professional-mentor-container .mentor-main-divider .right .upcoming-webinar-details .content p {
        max-width: 632px;
        font-size: 30px;
        line-height: 140%;
        margin-bottom: 58px;
    }

    .gs-professional-mentor-container .mentor-main-divider .right .upcoming-webinar-details .content p b {
        font-size: 35px;
        line-height: 160%;
    }

    .gs-professional-mentor-container .mentor-main-divider .right .upcoming-webinar-details .header span {
        font-size: 33.45px;
        line-height: 130%;
        width: 175Px;
        height: 53.51px;
        padding: 6px 23px 7px 30px;
        border-radius: 46px;
    }

    .gs-professional-mentor-container .mentor-main-divider .right .upcoming-webinar-details .content button {
        font-size: 30.1px;
        line-height: 144%;
        letter-spacing: 0.128px;
        padding: 21px 85px;
        border-radius: 100px;
    }

    .student-scholarships-scrolling {
        margin-bottom: 110px;
    }

    .scholarships-scrolling-table .thead .th,
    .scholarships-scrolling-table .tbody .td {
        width: 33%;
    }

    .student-scholarships-scrolling .head {
        font-size: 45px;
        line-height: 146%;
        max-width: 700px;
    }

    .student-scholarships-scrolling .scholarships-scrolling-para {
        font-size: 18px;
        line-height: 170%;
        letter-spacing: 0.16px;
        width: auto;
        margin-bottom: 30px;
    }

    .scholarships-scrolling-table .thead {
        font-size: 25px;
        line-height: 170%;
        letter-spacing: 0.16px;
    }

    .scholarships-scrolling-table .scrolling-uni {
        width: 60px;
        height: 60px;
    }

    .scholarships-scrolling-table .student-img {
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }

    .scholarships-scrolling-table .student-name {
        font-size: 20px;
        letter-spacing: 0.16px;
    }

    .student-scholarships-scrolling .scholarship-amount {
        font-size: 20px;
    }

    .gs-univ-partners-scroll-container .icons-scroller ul li {
        margin: 10px;
        padding: 35px 30px;
        border-radius: 15px;
    }

    .landing-gs-consultants-info-cards .gs-consultant-name-info {
        font-size: 25px;
        line-height: 146%;
    }

    .landing-gs-consultants-info-cards .gs-green-tick {
        width: 20px;
        height: 20px;
    }

    .landing-gs-consultants-info-cards .gs-consultant-name-tag .gs-consultant-role {
        font-size: 20px;
        line-height: 146%;
        letter-spacing: 0.16px;
        margin-bottom: unset;
    }


    .landing-gs-consultants-info-cards .gs-info-card-content p {
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0.16px;
    }


    .landing-gs-consultants-info-cards .gs-info-course-selection span {
        font-size: 16px;
        line-height: 168%;
        letter-spacing: 0.16px;
        border-radius: 65px;
        margin: 10px 0px 17px 0px;
        padding: 3.5px 18px;
    }


    .landing-gs-consultants-info-cards .gs-consultant-name-tag button {
        border-radius: 65px;
        font-size: 20px;
        letter-spacing: 0.16px;
        margin-bottom: 25px;
        line-height: 155%;
        padding: 10px 83px;
    }

    .gs-consultants-cards {
        padding-left: 257px;
    }

    .landing-gs-consultants-info-cards .gs-consultants-cards {
        margin-bottom: 0px;
        max-width: 1320px;
    }

    .why-mec-comparison h2 {
        font-size: 45px;
        line-height: 60.8px;
        letter-spacing: -1.16px;
        margin-bottom: 30px;
    }

    .why-mec-comparison .first-para {
        font-size: 22px;
        line-height: 170%;
        letter-spacing: 0.16px;
        width: auto;
        margin-bottom: 50px;
    }

    .why-mec-comparison {
        margin-bottom: 173px;
    }

    .mec-comparison .comparison-right {
        width: 1377px;
        height: 1207px;
        padding: 133px 70px 133px 135px;
        border-radius: 66px;
    }

    .comparison-mec-logo {
        width: 339.47px;
        height: 83.61px;
        object-fit: contain;
        margin-bottom: 60px;
    }

    .mec-comparison {
        gap: 40px;
    }

    .gs-faq-content-container .gs-qanda img {
        width: 30px;
    }

    .success-stories {
        max-width: 1320px;
        margin-bottom: 160px;
    }

    .success-stories-main {
        margin-bottom: 60px;
    }

    .success-stories-heading {
        font-size: 45px;
        line-height: 134%;
        margin-bottom: 50px;
    }

    .stories-right {
        width: 670px;
    }

    /*.stories-img-big {
        max-width: 855px;
        height: 995px;
        border-radius: 41px;
    }

    .story-play-button-big {
        width: 167px;
        height: 181px;
        left: 432px;
        top: 560px;
    }

    .successstory-carouse .active {
        width: 27.12px;
        height: 27.12px;
    }

    .story-carousel {
        width: 15.95px;
        height: 15.95px;
        margin-right: 4px;
    }

    .stories-bio {
        padding: 60px 72px 60px;
        border-radius: 50px;
        margin-bottom: 40px;
    }

    .stories-bio .story-name {
        font-size: 35px;
        line-height: 134%;
    }

    .stories-bio .academics {
        font-size: 25px;
        line-height: 160%;
        letter-spacing: 0.24px;
    }

    .stories-bio p {
        font-size: 25px;
        height: 425px;
        padding-right: 70px;
    }

    .stories-left {
        width: 855px;
        margin-right: 40px;
    }

    .stories-right {
        width: 855px;
    }

    .student-scroll-img {
        width: 255px;
        height: 300px;
        border-radius: 50px;
        margin-right: 25px;
    }

    .story-play-button-small {
        top: 185px;
        left: 160px;
    }

    .scrolling-our-story {
        height: 335px;
        width: 90px;
        right: -22px;
    }

    .stories-viewmore-div .view-stories .stories-button {
        right: 26px;
    }

    .stories-viewmore-div .view-stories .stories-button {
        font-size: 30px;
        line-height: 167%;
        border-radius: 56.86px;
        padding: 10px 34px;
        bottom: -50px;
    } */

    .gs-university-icons-container {
        margin-bottom: 100px;
    }

    .landing-gs-faq-content-container {
        border-radius: 45px;
        padding: 50px 70px 30px 70px;
    }

    .gs-faq-container .gs-faq-h2 {
        font-size: 70px;
        line-height: 75.5px;
        margin-bottom: 100px;
    }

    .landing-gs-faq-content-container .gs-faq-category {
        margin-bottom: 51px;
    }

    .gs-faq-category .gs-faq-category-btn {
        font-size: 18px;
        line-height: 32px;
        border-radius: 15px;
        padding: 5px 15px;
        margin: 0px 0px 0px 10px;
        border: 1.7px solid var(--themeoutlinegreenshade);
    }

    .landing-gs-faq-content-container .gs-qanda h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .landing-gs-faq-content-container .gs-qanda p {
        font-size: 16px;
        line-height: 185%;
    }

    .gs-faq-content-container .gs-qanda {
        padding: 25px 0px;
    }

    .gs-faq-container {
        margin-bottom: 101px;
    }

    .headquarters-branch-container h2 {
        font-size: 45px;
        letter-spacing: -0.16px;
        margin-bottom: 20px;
    }

    .headquarters-branch-container .highlighted-branch {
        margin-bottom: 104px;
    }

    .headquarters-branch-container .highlighted-branch .branch-card h3 {
        font-size: 20px;
        line-height: 156%;
        letter-spacing: 8px;
        color: var(--themcolorliteblack);
        margin-bottom: 35px;
    }

    .headquarters-branch-container .highlighted-branch .branch-card .address-text {
        font-size: 20px;
        margin-bottom: 38px;
        line-height: 175%;
    }

    .headquarters-branch-container .highlighted-branch .landing-branch-card iframe {
        max-width: 2055.22px;
        height: 400px;
        border-radius: 41px;
    }

    .headquarters-branch-container .main-branch .big-branch-name,
    .headquarters-branch-container .main-branch .branch-list .branch-card .big-branch-name {
        font-size: 28px;
        line-height: 156.8%;
        margin-bottom: 30px;
    }

    .headquarters-branch-container .main-branch .sub-branch-list {
        margin-bottom: 0px;
    }

    .headquarters-branch-container .branch-line-hr {
        margin-bottom: 90px;
    }

    .headquarters-branch-container .main-branch .branch-card {
        width: 400px;
        margin-right: 80px;
        margin: auto 35px 70px auto;
    }

    .headquarters-branch-container .main-branch .branch-card h3 {
        font-size: 23px;
        line-height: 146%;
    }

    .headquarters-branch-container .main-branch .branch-card p {
        font-size: 18px;
        line-height: 168%;
        letter-spacing: unset;
    }

    .landing-main-branch {
        margin-bottom: 100px;
    }

    /* .gs-footer-our-logo {
        height: 50px;
    } */

    .gs-callbacknumber,
    .gs-footer-columns-child .gs-footer-ul li.gs-callbacknumber {
        font-size: 22px;
        line-height: 146%;
        /* letter-spacing: -0; */
    }

    .gs-footer-bg .gs-footer-columns .gs-footer-columns-child {
        width: 300px;
        margin: auto 15px 30px auto;
    }

    .gs-footer-bg .gs-footer-columns .gs-footer-columns-child.gs-footer-logo {
        margin: auto 55px 30px auto;
    }

    .gs-footer-columns-child .gs-footer-ul li {
        font-size: 17px;
        line-height: 156.8%;
        margin-bottom: 12px;
    }

    .gs-footer-columns-child span {
        font-size: 17px;
        line-height: 156.8%;
    }

    .gs-footer-apps-icons img {
        width: 30px;
        height: 30px;
    }

    .gs-footer-socialmedia-icons img {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }

    .gs-Copyrights-info {
        font-size: 17px;
        line-height: 50px;
        letter-spacing: -0.16px;
        padding-bottom: 30px;
        padding-top: 17px;
    }

    .language-cta-people-message .images-container {
        right: 140px;
        top: 16px;
    }

    .language-cta-people-message .student-img:nth-child(1) {
        left: 23px;
    }

    .language-cta-people-message .student-img:nth-child(2) {
        left: 12px;
    }

    .language-cta-people-message span {
        right: -20px;
        top: -10px;
        font-size: 22px;
    }

    .language-cta-people-message .student-img {
        height: 56px;
        width: 56px;
    }

    .exit-popup {
        max-width: 1480px;
        height: 75vh;
        margin-top: 20px;
    }

    .exit-popup-container .exit-help-para {
        font-size: 60px;
        margin-bottom: 32px;
    }

    .exit-active-employee {
        font-size: 34px;
    }

    .exit-group-img {
        height: 36vh;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 32px;
        max-width: 1040px;
        margin-bottom: 44px;
    }

    .exit-terms-privacy {
        font-size: 20px;
    }

    .exit-callbackrequst-button {
        font-size: 31px;
        width: 530px;
        height: 78px;
        padding: 26px 16px;
        border-radius: 44.44px;
        margin-bottom: 20px;
    }

    .exit-close-icon {
        top: 45px;
        right: 58px;
        width: 40px;
        opacity: 0.7;
    }

    .exit-callbackrequest {
        max-width: 530px;
        margin-bottom: 20px;
        height: 78px;
    }

    .exit-countrycode {
        font-size: 29px;
        width: 20%;
        padding: 26px 8px;
    }

    .exit-mobilenumber {
        font-size: 30px;
        padding: 20px 30px;
    }

    .download-cta .paper-img:nth-child(1) {
        width: 115px;
        left: 32%;
        top: -21%;
    }

    .download-cta .paper-img:nth-child(2) {
        width: 100px;
    }

    .download-cta .paper-img:nth-child(3) {
        width: 100px;
        top: 35px;
        left: -4%;
    }

    .universities-cta .univ-logo:nth-child(2),
    .callback-request-cta .univ-logo:nth-child(2) {
        width: 80px;
        top: -40px;
        left: 45%;
    }

    .universities-cta .univ-logo:nth-child(1),
    .callback-request-cta .univ-logo:nth-child(1) {
        left: -35px;
        width: 70px;
        top: 65px;
    }

    .universities-cta .univ-logo:nth-child(3),
    .callback-request-cta .univ-logo:nth-child(3) {
        bottom: -35px;
        width: 75px;
        left: 320px;
    }

    .media-icons-container .gs-university-scrolling {
        max-width: 1320px;
    }

    .gs-media-icons .media-logo {
        height: 80px;
        margin-right: 32px;
        width: 150px;
    }

    .landing-gs-faq-container {
        max-width: 1320px;
        padding-top: 0px;
    }

    .scholarships-scrolling-table .thead .tr {
        justify-content: space-evenly;
    }

    .student-scholarships-scrolling .tbody {
        height: 680px;
        padding-top: 30px;
    }

    .landing-branch-card {
        text-align: center;
    }

    .scholarships-scrolling-table {
        max-width: 900px;
        width: 100%;
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .landing-gs-first-container {
        margin-bottom: 100px;
    }

    .gs-work-at-global-container ul li {
        margin: auto 15px;
    }

    .landing-download-cta {
        margin-bottom: 200px;
    }

    .landing-gs-consultants-info-cards {
        margin-bottom: 120px;
    }

    .landing-mec-comparison {
        margin-bottom: 150px;
        max-width: auto;
    }

    .landing-callback-request-cta {
        margin-bottom: 130px;
    }

    .landing-gs-final-cta-trust {
        margin-bottom: 100px;
    }

    .landing-gs-work-at-global {
        margin: auto auto 82px;
    }

    .gs-univ-partners-scroll-container .icons-scroller {
        height: 142px;
        max-width: 1320px;
    }

    .gs-video-steps-process-container {
        margin-bottom: 70px;
    }

    .scroll-public-logo {
        width: 90px;
    }

    .scholarships-scrolling-table .thead .tr .th:nth-child(1),
    .scholarships-scrolling-table .thead .tr .th:nth-child(3) {
        width: 25%;
    }

    .scholarships-scrolling-table .thead .tr .th:nth-child(2) {
        width: 50%;
    }

    .student-scholarships-scrolling .tbody .tr .td:nth-child(1),
    .student-scholarships-scrolling .tbody .tr .td:nth-child(3) {
        width: 25%;
    }

    .student-scholarships-scrolling .tbody .tr .td:nth-child(2) {
        width: 50%;
        justify-content: start;
        padding-left: 14%;
    }

    .language-cta-people-message {
        top: 33px;
    }

    .language-cta-wrapper .floating-people-message {
        margin-bottom: 25px;
    }

    header .gs-header-inner-block {
        max-width: 1340px;
        height: 70px;
    }

    .comparison-container {
        width: 625.43px;
        height: 780px;
        padding: 80px 125px;
        border-radius: 40px;
    }

    .comparison-container.active {
        width: 1377px;
    }

    .mec-comparison .comparison-right {
        width: 1377px;
        height: 1207px;
        padding: 133px 70px 133px 135px;
        border-radius: 66px;
    }

    .comparison-container .comparison-mec-logo {
        width: 170px;
        height: 58px;
        object-fit: contain;
        margin-bottom: 40px;
        margin-left: -10px;
    }

    .comparison-container ul li p {
        font-size: 23px;
        line-height: 46.8px;
        letter-spacing: -0.84px;
    }

    .comparison-container.active ul li img {
        width: 20px;
        height: 20px;
        margin-bottom: 0px;
    }

    .comparison-left {
        width: 625.43px;
        height: 1207.4px;
        padding: 145px 50px;
        border-radius: 66px;
    }

    .comparison-container .others-header {
        margin-bottom: 43px;
        font-size: 34px;
        line-height: 60.2px;
        letter-spacing: 1.67px;
        margin-left: 30px;
    }

    .comparison-container ul li img {
        width: 30px;
        height: 30px;
        margin-left: 80px;
    }

    .landing-mec-comparison .comparison-right.comparison-right-clicked {
        padding: 145px 50px;
    }

    .comparison-container .others-header.centered {
        transition: margin 0.9s ease;
        margin-left: 43px;
        margin-top: 0px;
    }

    .mec-comparison {
        gap: 40px;
    }

    .gs-faq-content-container .gs-qanda img {
        width: 15px;
    }

    .comparison-container.active ul li {
        margin-bottom: 30px;
    }

    .comparison-container ul li {
        margin-bottom: 48px;
    }

    .headquarters-branch-container {
        padding-top: 60px;
    }

    .cheers-container {
        padding-top: 13%;
    }

    .cheers-container .cheers-container-main {
        max-width: 2100px;
        border-radius: 75px;
    }

    .cheers-container .cheers-container-main .contents {
        max-width: 1150px;
        padding-top: 185px;
    }

    .cheers-container .cheers-container-main .contents h4 {
        font-size: 60.74px;
        margin-bottom: 30px;
    }

    .cheers-container .cheers-container-main .contents p {
        font-size: 40.01px;
        line-height: 60px;
    }

    .cheers-container .cheers-container-main .ribbon-yellow {
        width: 190px;
        top: 156px;
        left: 146px;
    }

    .cheers-container .cheers-container-main .ribbon-green {
        width: 84px;
        bottom: 245px;
        left: 549px;
    }

    .cheers-container .cheers-container-main .ribbon-green-scrolling {
        width: 180px;
        right: 135px;
        top: -62px;
    }

    .cheers-container .cheers-container-main .ribbon-red {
        width: 76px;
        right: 335px;
        bottom: 387px;
    }

    .cheers-social-media p {
        font-size: 22.47px;
    }

    .cheers-social-media img {
        width: 100px;
    }

    .language-cta h3 span {
        font-size: 14px;
    }

    .test-prep-container {
        max-width: 1320px;
        margin: auto auto 85px;
    }

    .test-prep-list-items {
        max-width: 1320px;
        padding-top: 100px;
    }

    .test-prep-first-section {
        height: 1063.11px;
        border-radius: 62.22px;
    }

    .test-prep-container .test-enroll-arrow {
        width: 93px;
        height: 93px;
        top: 49%;
    }

    .test-prep-container .test-enroll-arrow.right {
        right: -55px;
    }

    .test-prep-container .test-enroll-arrow.left {
        left: -55px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
        width: 133px;
        height: 133px;
        top: -30px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
        width: 73px;
        height: 73px;
        bottom: 390px;
        left: 150px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
        width: 258px;
        height: 258px;
        right: 75px;
        bottom: 78px;
        filter: blur(6px);
    }

    .test-prep-first-section .test-enroll-left {
        width: 57%;
    }

    .test-prep-first-section .test-enroll-left img {
        height: 881.78px;
        left: 255px;
    }

    .test-prep-first-section .test-enroll-right {
        width: 33%;
        margin-bottom: 100px;
    }

    .test-prep-first-section .test-enroll-right .article-heading-one {
        width: 75%;
        font-size: 45px;
        line-height: 132%;
        letter-spacing: -0.16px;
        margin-bottom: 13px;
    }

    .test-prep-first-section .test-enroll-right .test-enroll-content {
        width: 75%;
        font-size: 30.22px;
        margin-bottom: 48px;
    }

    .test-prep-first-section .test-prep-enroll-btn {
        border-radius: 120px;
        font-size: 16px;
        padding: 5px 20px;
        letter-spacing: 0.16px;
    }

    .test-prep-first-section .testprep-google-review {
        bottom: 75px;
    }

    .test-prep-first-section .testprep-google-review .review-stars {
        width: 80px;
        margin-bottom: 20px;
    }

    .test-prep-first-section .testprep-google-review p {
        font-size: 18px;
    }

    .gs-country-highlights {
        max-width: 1320px;
        margin: auto auto 100px;
    }

    .gs-country-highlights .country-list .country-card {
        height: 658px;
        border-radius: 53.33px;
    }

    .gs-country-highlights .country-list .country-card p {
        font-size: 20px;
        width: 590px;
    }

    .gs-country-highlights .country-list .country-card ul {
        font-size: 21px;
        max-width: 733px;
        height: auto;
        margin-bottom: 37px;
        padding-left: 30px;
        line-height: 190%;
    }

    .gs-country-highlights .country-list .country-card button {
        border-radius: 119.11px;
        padding: 10px 40px;
        font-size: 22px;
    }

    .gs-country-highlights .country-list-scroll {
        bottom: 35px;
    }

    .gs-country-highlights .country-list-scroll .desc {
        font-size: 25px;
        margin: auto auto 20px 80px;
    }

    .gs-country-highlights .country-list-scroll .country-slide-container {
        max-width: 1255px;
    }

    /* 
    .gs-country-highlights .country-list .country-card .country-card-desc {
        padding-top: 180px;
        margin-left: 97px;
    } */

    .gs-country-highlights .country-list-scroll ul {
        padding: 20px 33px;
        max-width: 1550px;
        border-radius: 25px;
    }

    .gs-country-highlights .country-list-scroll ul li {
        max-width: 222px;
        height: 80px;
        padding: 15px 20px;
        border-radius: 20px;
        margin-right: 10px;
    }

    .gs-country-highlights .country-list-scroll ul li img {
        width: 40px;
        height: 23px;
    }

    .gs-country-highlights .country-list-scroll ul li p {
        font-size: 25px;
    }

    .gs-country-highlights .country-list-scroll .move-forward {
        bottom: 44px;
        right: 44px;
        width: 40px;
        height: 40px;
    }

    .gs-country-highlights .country-list-scroll .move-backward {
        bottom: 44px;
        left: 44px;
        width: 40px;
        height: 40px;
    }

    .gs-trial-premium-services {
        padding-top: 12%;
        max-width: 1320px;
        margin: auto auto 60px;
    }

    .gs-trial-premium-services h1 {
        font-size: 99.56px;
        width: 981.33px;
        margin: auto auto 80px;
    }

    .gs-trial-premium-services .list-of-wide-services li {
        border-radius: 88.78px;
        padding: 10px 25px;
        margin: 12px 5px;
    }

    .gs-trial-premium-services .list-of-wide-services li img {
        width: 25px;
        height: 25px;
    }

    .gs-trial-premium-services .list-of-wide-services li p {
        font-size: 18px;
    }

    .gs-trial-premium-services .list-of-wide-services {
        padding-left: 0px;
    }

    .services-details-container {
        max-width: 1320px;
        padding: 55px 50px;
        border-radius: 88px;
        margin-bottom: 70px;
    }

    .services-details-container .gs-our-free-service {
        border-radius: 60px;
        height: 400px;
        margin-bottom: 50px;
        max-width: var(--maxwidth);
    }

    .services-details-container .gs-our-free-service h3 {
        font-size: 65px;
        max-width: 350px;
        margin: 10% 25% auto 5%;

    }

    .services-details-container .gs-our-free-service img {
        max-width: 120px;
    }


    .services-details-container .content-container {
        padding: 0 30px;
        font-size: 18px;
        line-height: 220%;
        margin-bottom: 50px;
    }

    .trial-faq-container h2 {
        font-size: 60px;
        text-align: center;
        line-height: 65.2px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda h3 {
        font-size: 20px;
        line-height: 35.9px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda p {
        font-size: 18px;
        line-height: 30.9px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda img {
        width: 26.48px;
    }

    .services-details-container .trail-cta-talk-to-experts {
        padding: 35px;
        border-radius: 67.56px;
        font-size: 30px;
    }

    .loan-banner .test-prep-first-section {
        height: 500px;
    }

    .loan-banner .test-prep-first-section .test-enroll-left img {
        height: 550px;
        left: 100px;
    }

    .loan-banner .loan-tittle,
    .scholarship-banner .loan-tittle {
        font-size: 20px;
    }

    .loan-banner .test-prep-list-items {
        padding-top: 50px;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
        height: 140px;
        bottom: 55px;
    }


    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
        height: 145px;
        left: 9%;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
        height: 90px;
        top: -55px;
        left: 33%;
    }

    .trigger-popup-container .trigger-popup-white-card {
        max-width: 620px;
        height: 490px;
    }

    .trigger-popup-white-card.trigger-card-height {
        height: auto;
    }

    .trigger-popup-container .trigger-popup-white-card-wrapper .exit-close-icon {
        width: 25px;
    }

    .trigger-popup-white-card .details-required .trigger-help-para {
        font-size: 25px;
        max-width: 405px;
        line-height: 35px;
        margin: auto auto 25px;
    }

    .trigger-popup-white-card .gs-cta-second-callback {
        border: none;
        height: 65px;
        width: 470px;
    }

    .trigger-callbackrequest .trigger-countrycode {
        width: 100px;
        font-size: 21px;
    }

    .trigger-callbackrequest .trigger-mobilenumber {
        font-size: 21px;
        width: 245px;

    }

    .trigger-callbackrequest .trigger-callbackrequst-button {
        font-size: 19px;
        width: 150px;
    }

    .trigger-popup-white-card .or-tag {
        font-size: 22px;
        margin: 20px auto;
    }

    .trigger-popup-white-card .actions-required .action {
        padding: 6px 30px 6px 6px;
    }

    .trigger-popup-white-card .actions-required .action img {
        width: 35px;
        height: 35px;
    }

    .trigger-popup-white-card .actions-required .action p {
        font-size: 22px;
    }

    .trigger-popup-white-card .actions-required .call-action {
        font-size: 31px;
        margin: 18px auto 30px;
    }

    .trigger-popup-white-card .conditions-desc {
        max-width: 350px;
        font-size: 15px;
    }

    .floating-whatsapp-right img {
        width: 90px;
        height: 90px;
    }

    .gs-univ-partners-review-container {
        margin-bottom: 150px;
    }

    .scroll-blurred-right {
        /* background: linear-gradient(to right, rgba(194, 255, 204, 0), rgba(255, 255, 255, 1)); */
        right: -2px;
    }

    .scroll-blurred-left {
        /* background: linear-gradient(to right, rgba(194, 255, 204, 0), rgba(255, 255, 255, 1)); */
        left: -2px;
    }

    /* Legal Page */

    .gs-legal-banner-container {
        padding-top: 128px;
        width: 1320px;
        margin: auto;
    }

    .privacy-img {
        padding-top: 50px;
    }

    .gs-legal-banner-container .legal-title-card h1 {
        font-size: 50px;
        padding-left: 100px;
        max-width: unset;
        line-height: 110%;
    }

    .gs-legal-banner-container .legal-banner .banner-img {
        max-width: 666px;
        height: 411px;
    }

    .gs-legal-banner-container .addon-image-container img {
        width: 260.8px;
        height: 273.07px;
    }

    .legal-content-container {
        padding: 0px;
        max-width: 1320px;
        margin: 110px auto 0px;
    }

    .legal-content-container .legal-sub-heading {
        font-size: 45px;
    }

    .legal-content-container .legal-desc {
        font-size: 16px;
        line-height: 160%;
    }

    .article-read-more {
        font-size: 16px;
        line-height: 204%;
    }

    .article-background-banner {
        height: 350px;
    }

    .icon-and-content {
        top: 120px;
    }

    .article-para-content {
        font-size: 32px;
        line-height: 190%;
    }

    .article-background-city-img {
        height: 350px;
    }

    .para-with-bottom {
        margin-bottom: 100px;
    }

    .success-stories-review-container {
        max-width: 1320px;
        padding-top: 250px;
    }

    .success-stories-heading-container img {
        height: 40px;
        margin-right: 15px;
    }

    .success-stories-review-container .head-text {
        font-size: 45px;
        margin-bottom: 37px;
    }

    .success-stories-review-container .success-text-para {
        font-size: 18px;
        width: auto;
        margin-bottom: 50px;
    }

    .success-stories-review-container .success-stories-review-cards {
        margin-right: 0px;
        max-width: 420px;
        padding: 31px 30px 47px;
        border-radius: 44px;
        margin-bottom: 37px;
    }

    .success-stories-review-cards .gs-reviewer-desc {
        margin-bottom: 30px;
    }

    .success-stories-review-cards .gs-reviewer-desc .reviewer-img {
        width: 62px;
        height: 62px;
        margin-right: 15px;
    }

    .success-stories-review-cards .success-stories-rating h2 {
        font-size: 20px;
    }

    .success-stories-review-cards .success-stories-rating .review-stars {
        height: 19px;
        top: 48px;
    }

    .success-stories-review-cards .gs-customer-says {
        font-size: 16px;
        padding-left: 18px;
    }

    .success-stories-review-container .floating-navigation-right {
        width: 125px;
        height: 155px;
        left: 100px;
        border-radius: 30px;
        padding: 33px 16px;
    }

    .success-stories-review-container .floating-navigation-right img {
        width: 35px;
        height: 35px;
        margin-bottom: 10px;
    }

    .success-stories-review-container .floating-navigation-right .navigation-text {
        font-size: 16px;
    }

    .scholarship-banner .enquiry-list-items .enquiry-content-first-section {
        height: 500px;
        justify-content: center;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-left {
        width: 61%;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-left img {
        height: 560px;
        padding-left: 18px;
    }

    .event-details-banner .enquiry-content-first-section .test-enroll-left img {
        left: -15px;
    }

    .scholarship-banner .scholarship-heading-one {
        font-size: 35px;
        max-width: 450px;
    }


    .scholarship-banner .enquiry-content-first-section .test-enroll-right .test-enroll-content {
        width: 73%;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right .premium-content {
        width: 45%;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right {
        width: 45%;
        margin-bottom: 70px;
        margin-top: 5px;
    }

    .scholarship-banner .enquiry-content-first-section .enroll-now-btn {
        border-radius: 120px;
        font-size: 16px;
        padding: 5px 20px;
        letter-spacing: 0.16px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review {
        bottom: 70px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review .review-stars {
        width: 80px;
        margin-bottom: 2px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review p {
        font-size: 18px;
    }

    /* Univ Partners */

    .gs-about-us-home-section {
        padding-top: 8%;
        margin-bottom: 50px;
    }

    .gs-about-us-home-section h1 {
        max-width: 1320px;
        font-size: 45px;
    }

    .gs-about-us-home-section .our-diversity-points {
        max-width: 1560px;
    }

    .gs-about-us-home-section .our-diversity-points li {
        margin: auto 5px;
        font-size: 16px;
        padding: 10px 20px;
    }

    .gs-about-us-home-section p {
        font-size: 20px;
        max-width: 620px;
        margin: auto auto 100px;
    }

    .gs-about-us-home-section .about-us-banner {
        height: 450px;
    }

    .gs-about-us-home-section .banner-button-container button {
        bottom: 9%;
        right: 45%;
        font-size: 18px;
        padding: 10px 30px;
    }

    .gs-about-us-home-section .rocket-img {
        width: 61.56px;
        height: 52.12px;
    }

    .gs-about-us-home-section .rocket-position-one {
        left: 25%;
        top: 22%;
    }

    .gs-about-us-home-section .rocket-position-two {
        right: 22%;
        top: 42%;
    }

    .gs-left-img-right-content-container {
        max-width: 1320px;
        margin: -30px auto 100px;
    }

    .gs-left-img-right-content-container .left .trusted-img-banner {
        max-width: 650px;
    }

    .gs-left-img-right-content-container .right h2 {
        font-size: 45px;
        margin-bottom: 10px;
    }

    .gs-left-img-right-content-container .right p {
        font-size: 16px;
    }

    .gs-left-content-right-img-container {
        max-width: 1320px;
        margin-bottom: 100px;
    }

    .gs-left-content-right-img-container .left h2 {
        font-size: 45px;
    }

    .gs-left-content-right-img-container .left p {
        max-width: 500px;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .gs-left-content-right-img-container .right .gptw-img-banner {
        height: 470px;
        max-width: 1069px;
    }

    .gs-vetted-application-container {
        max-width: 1320px;
    }

    .gs-vetted-application-container .left {
        padding-top: 12%;
        width: 73%;
    }

    .gs-vetted-application-container .left .rectangle-container {
        max-width: 880px;
        height: 300px;
        border-radius: 44.44px;
        padding: 7% 7% 7% 47%;
    }

    .gs-vetted-application-container .left .rectangle-container p {
        width: 370.44px;
        font-size: 18px;
    }

    .gs-vetted-application-container .left img {
        max-width: 666.67px;
        height: 450px;
    }

    .gs-vetted-application-container .right {
        padding-top: 12%;
    }

    .gs-vetted-application-container .right h2 {
        font-size: 52px;
        margin-bottom: 30px;
    }

    .premium-service-nav-btn {
        padding: 13px 23px;
        border-radius: 119px;
        font-size: 20px;
    }

    .gs-times-edu-icon-award-container {
        max-width: 1320px;
        height: auto;
        border-radius: 49.78px;
        margin: 120px auto;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content {
        padding: 60px;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content h2 {
        font-size: 45px;
        margin-bottom: 10px;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content p {
        font-size: 18px;
        max-width: 597px;
    }

    .gs-times-edu-icon-award-container .times-award-banner img {
        max-width: 430px;
        height: 430px;
    }

    .gs-times-edu-icon-award-container .times-star-one {
        width: 40px;
        height: 53px;
        right: 41%;
    }

    .gs-times-edu-icon-award-container .times-star-two {
        bottom: 60px;
        width: 20px;
        height: 30px;
        right: 10%;
    }

    .gs-times-edu-icon-award-container .times-award-banner {
        bottom: -60px;
    }

    .gs-enroll-app-container {
        max-width: 1320px;
    }

    .gs-enroll-app-container .left img {
        max-width: 590px;
        height: 550px;
    }

    .gs-enroll-app-container .right h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .gs-enroll-app-container .right p {
        max-width: 879px;
        font-size: 18px;
    }

    .gs-branch-presence-container {
        max-width: 1320px;
    }

    .gs-branch-presence-container .left h2 {
        margin-bottom: 25px;
        font-size: 45px;
    }

    .gs-branch-presence-container .left p {
        font-size: 18px;
        line-height: 173%;
    }

    .gs-branch-presence-container .left p b {
        font-size: 22px;
    }

    .gs-branch-presence-container .right img {
        max-width: 720px;
    }

    .gs-branch-presence-container .right p b {
        font-size: 45px;
    }

    .gs-branch-presence-container .right p {
        vertical-align: sub;
        font-size: 18px;
    }

    .gs-contact-us-form {
        margin-top: 230px !important;
    }

    .gs-partner-signup-form-container {
        max-width: 1320px;
        height: 900px;
        border-radius: 53.33px;
        margin: auto auto 100px;

    }

    .gs-partner-signup-form-container .left img {
        height: 900px;
    }

    .gs-partner-signup-form-container .right {
        padding: 35px 135px 35px 135px;
    }

    .gs-partner-signup-form-container .right p {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .gs-partner-signup-form-container .right .shared-width {
        gap: 30px;
        margin-bottom: 20px;
    }

    .gs-partner-signup-form-container .right select {
        padding: 23px 30px;
        border-radius: 10.25px;
        font-size: 18px;
    }

    .gs-partner-signup-form-container .right input[type="text"] {
        padding: 10px 30px;
        border-radius: 10.25px;
        font-size: 18px;
    }

    .gs-partner-signup-form-container .right textarea {
        padding: 23px 30px;
        border-radius: 10.25px;
        font-size: 18px;
    }

    .gs-partner-signup-form-container .right .non-shared-width {
        margin-bottom: 20px;
    }

    .gs-partner-signup-form-container .right .checkbox-field {
        margin-bottom: 20px;
    }

    .gs-partner-signup-form-container .right .checkbox-field input[type="checkbox"] {
        margin-right: 10px;
        width: 20px;
        height: 20px;
        border-radius: 7.11px;
    }

    .gs-partner-signup-form-container .right h2 {
        font-size: 45px;
    }

    .gs-partner-signup-form-container .right button {
        font-size: 20px;
        border-radius: 119px;
        padding: 8px 45px;
        line-height: 150%;
    }

    .gs-partner-reach-us-container {
        max-width: 1320px;
        padding: 60px;
    }

    .gs-partner-reach-us-container h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .gs-partner-reach-us-container .reach-us-list img {
        width: 47px;
        height: 47px;
    }

    .gs-partner-reach-us-container .reach-us-list p {
        font-size: 25px;
    }

    .success-stories-main .stories-right button {
        right: 9px;
        bottom: -90px;
        font-size: 14px;
        width: 150px;
        padding: 5px 10px;
        border-radius: 50px;
    }

    .gs-video-steps-process-container .indicator-container button {
        right: 620px;
        bottom: 0px;
        font-size: 14px;
        width: 115px;
        padding: 5px 10px;
        border-radius: 50px;
    }

    .signup-error-message {
        bottom: -25px;
        font-size: 20px;
    }

    .educ-loan .country-card-desc {
        bottom: 230px;
    }

    .educ-loan h2 {
        font-size: 70px;
        margin-bottom: 10px;
    }

    .enrollment-cta {
        max-width: 1320px;
        height: 220px;
        border-radius: 44px;
        padding: 49px 100px 40px 100px;
        margin-bottom: 100px;
    }

    .enrollment-cta .icon:nth-child(1) {
        width: 70px;
        height: 70px;
        top: 65px;
        left: -35px;
    }

    .enrollment-cta .icon:nth-child(2) {
        width: 80px;
        height: 80px;
        top: -40px;
        left: 45%;
    }

    .enrollment-cta .icon:nth-child(3) {
        width: 75px;
        height: 75px;
        left: 320px;
        bottom: -35px;
    }

    .enrollment-cta-left .enrollment-cta-bold {
        font-size: 20px;
        line-height: 1px;
        margin-bottom: 22px;
    }

    .enrollment-cta-left .enrollment-cta-content {
        font-size: 18px;
        line-height: 25px;
        width: 490px;
    }

    .enrollment-cta-button {
        font-size: 22px;
        width: auto;
        height: auto;
        border-radius: 120px;
        padding: 10px 25px;
        margin-bottom: 15px;
    }

    .enrollment-cta-card-button p {
        font-size: 14px;
        width: 240px;
        height: 64px;
        bottom: -60px;
    }

    .gs-article-table-container .divider .action-btn {
        left: 40%;
        top: -27px;
        padding: 15px 20px;
    }

    .gs-article-table-container .divider .action-btn p {
        font-size: 20px;
    }

    .gs-article-table-container .divider .action-btn img {
        width: 22px;
    }

    .error-message {
        margin-left: 30px;
    }

    .highlights-of-studying {
        margin-bottom: 50px;
    }

    .error .error-message .go-input-error-message {
        font-size: 18px;
    }

    .gs-our-wide-container ul li img {
        width: 20px;
    }

    header .header-menu-list .header-sub-course {
        top: 130px;
        max-width: 1208px;
        left: 0%;
        height: 365px;
    }

    header .header-menu-list .header-sub-links .sub-menu-links-list li img {
        margin-top: 0px;
    }

    .header-menu-course-lists {
        width: 264px;
        padding: 0px 0px 0px 20px;
        margin-bottom: -3px;
    }

    .header-sub-course .sub-menu-course-links {
        padding: 0px 0px 8px 10px;
        width: 260px;
        margin-top: 0px;
    }

    .header-sub-course .borders {
        height: 300px;
    }

    .error-table-block .error-right-block .error-banner-img {
        height: 450px;
        margin-top: 250px;
    }

    .error-table-block .error-left-block h3 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .primary-pm-btn {
        padding: 12px 15px;
        font-size: 18px;
        width: 230px;
        height: 45px;
        border-radius: 25px;
    }

    .error-table-block .error-left-block {
        margin: 90px 0px 200px 0px;
    }

    .eligibility-popup-cards {
        max-width: 2133.33px;
    }

    .eligibility-course-container .course ul li {
        border-radius: 50px;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .eligibility-heading {
        font-size: 76px;
    }

    .eligibility-course-container .course ul {
        width: 500px;
        height: 405px;
    }

    .eligibility-course-container .course .course-search-input {
        font-size: 26px;
        border-radius: 50px;
        padding: 20px 30px;
    }

    .course-count-img {
        bottom: 125px;
        height: unset;
    }

    .course-count-img img {
        height: 846px;
        width: 472px;
    }

    .course-count {
        top: 300px;
    }

    .course-count span {
        font-size: 26px;
    }

    .course-count p {
        font-size: 56px;
    }


    .eligibility-tail .back-skip {
        padding-left: 100px;
    }

    .eligibility-tail p {
        padding-right: 176px;
        font-size: 45px;
    }

    .qualification-container select {
        font-size: 26px;
        border-radius: 50px;
    }

    .bachelors-container input {
        font-size: 26px;
        border-radius: 50px;
    }

    .experience-container select {
        border-radius: 50px;
        font-size: 26px;
    }

    .language-container select {
        border-radius: 50px;
        font-size: 26px;
    }

    .bachelors-container label {
        margin-bottom: 43px;
        font-size: 26px;
    }

    .bachelors-container .twelveth-score input {
        margin-bottom: 20px;
    }

    .bachelors-container .eligible-error {
        font-size: 20px;
    }

    .countinue-read {
        margin-top: 82px;
    }

    .eligibility-thank-you-container .eligibility-heading {
        margin-bottom: 57px;
    }

    .eligibility-thank-you-container .success-inform {
        font-size: 26px;
    }

    .countinue-read span {
        font-size: 23px;
        padding: 18px 36px;
    }

    .eligibility-thank-you-container .course-count-img img {
        height: 599px;
    }

    .eligibility-thank-you-container .course-count-img {
        bottom: 0px;
    }

    .eligibility-thank-you-container .course-count-img .course-count span {
        font-size: 26px;
    }

    .eligibility-thank-you-container .course-count {
        top: 32%;
    }

    .eligibility-container {
        padding-top: 5%;
    }

    .download-material-container {
        max-width: 2120px;
        margin-bottom: 150px;
    }

    .download-material-container .head-text {
        font-size: 45px;
        margin-bottom: 25px;
    }

    .download-material-container .study-material-desc {
        font-size: 18px;
        margin-bottom: 70px;
        width: 1320px;
    }

    .download-material-container .gs-cta-download-cards {
        width: 210px;
        height: 230px;
        border-radius: 25px;
        margin-right: 25px;
        padding: 15px;
    }

    .download-material-container .download-img-card {
        width: 180px;
        height: 168px;
        border-radius: 20px;
    }

    .gs-cta-download-cards h2 {
        font-size: 14px;
        padding-top: 22px;
        margin-bottom: 25px;
    }

    .gs-cta-download-cards .download-img-card img {
        width: 140px;
    }

    .gs-cta-download-cards .gs-cta-download p {
        font-size: 16px;
        padding-right: 10px;
    }

    .gs-cta-download-cards .gs-cta-download {
        padding: 11px 0px;
        border-top: 1px solid var(--themorangeborder);
    }

    .gs-cta-download-cards .gs-cta-download-icon {
        width: 20px;
        height: 20px;
    }

    .intersted-perks-card-scroll .card .gs-card-guides button {
        font-size: 15px;
    }

    .intersted-perks-card-scroll .card .gs-card-guides img {
        width: 20px;
        height: 20px;
    }

    .gs-footer-columns {
        padding: 10px 0px;
        margin-bottom: 10px;
    }

    .intersted-perks-card-scroll .card .gs-card-guides {
        left: 75%;
    }

    .gs-consultant-name-tag {
        padding-bottom: 2px;
    }

    .stories-img-big {
        max-width: 620px;
        height: 719px;
    }

    .stories-bio p {
        height: 260px;
    }

    .student-scroll-img {
        width: 220px;
        height: 260px;
        margin-right: 20px;
    }

    .gs-footer-socialmedia-icons {
        margin-top: 10px;
    }

    header .header-menu-list .header-sub-links .sub-menu-links-list {
        padding: 10px 5px;
    }

    .gs-university-icons td {
        width: 50px;
    }

    .breadcrumb {
        margin-bottom: 25px;
    }

    .gs-first-container-left {
        margin: 0 auto 75px 0;
    }

    .gs-article-table-container .divider {
        margin: 80px 0px 50px;
    }

    .cta-img-banner {
        margin-bottom: -100px;
    }

    .empty-section .gs-video-steps-process-container {
        margin-bottom: -100px;
    }

    .download-cta {
        margin-bottom: 110px;
    }

    .empty-section {
        margin-bottom: 100px;
    }

    .scholarship_scroll_button .gs-first-right-button {
        padding: 14px 80px;
    }

    .success-stories-review-container .parent-container .review-cards-group {
        display: flex;
        justify-content: space-between;
    }

    .gs-left-img-right-content-container .left {
        width: 58%;
    }

    .gs-left-img-right-content-container .right {
        width: 42%;
    }

    .gs-enroll-app-container .right {
        padding-left: 100px;
    }

    .trial-faq-container .gs-faq-content-container {
        padding: 34px 100px;
    }

    .gs-legal-banner-container .addon-image-container {
        display: none;
    }

    .gs-legal-banner-container .legal-banner {
        width: 70%;
    }

    .gs-legal-banner-container .legal-title-card {
        width: 30%;
    }

    .loan-banner .test-prep-first-section .test-enroll-right .article-heading-one {
        width: 100%;
    }

    .educ-loan .country-card img {
        width: 100%;
    }

    .gs-country-highlights .country-list .country-card .card-heading {
        display: none;
    }

    .gs-univ-partners-scroll-container .uni-main::before {
        left: -1px;
    }

    .gs-univ-partners-scroll-container .icons-scroller ul li img {
        height: 50px;
    }

    .gs-univ-partners-scroll-container .uni-main::after {
        right: -1px;
    }

    .eclipse-divider {
        width: 50px;
    }

    /* .gs-consultants-cards-child:hover .gs-info-card-content {
        padding-top: 40%;
    } */

    .comparison-container.active .others-header.centered {
        margin-top: 0px;
    }

    .error .error-message {
        top: -52px;
        left: 46px;
        backdrop-filter: blur(18px);
    }

    .error-message::after {
        border-width: 10px;
        bottom: -20px;
        backdrop-filter: blur(18px);
    }

    .exit-popup-main .error .error-message {
        top: -51px;
        left: 49px;
    }

    .callback-request-cta .error .error-message {
        top: -49px;
        left: 23px;
    }

    .callback-request-cta .error .error-message .go-input-error-message {
        font-size: 16px;
    }

    .callback-request-cta .error-message::after {
        border-width: 9px;
        bottom: -19px;
    }

    #triggerpopup .trigger-popup-white-card {
        max-width: 900px;
        height: 632px;
    }

    #triggerpopup .trigger-popup-white-card-left p {
        width: 200px;
        font-size: 27.5px;
        line-height: 36px;
    }

    #triggerpopup .trigger-logo {
        margin-bottom: 18px;
        width: 33%;
    }

    #triggerpopup .trigger-popup-white-card .details-required .trigger-help-para-first {
        font-size: 22.5px;
        line-height: 34px;
        margin-bottom: 24px;
    }

    #triggerpopup .trigger-callbackrequest {
        width: unset;
        margin-bottom: 16px;
    }

    #triggerpopup .trigger-callbackrequest .trigger-countrycode {
        height: 50px;
        padding: 13px 12px 13px 14px;
        width: 68px;
        font-size: 19px;
    }

    #triggerpopup .trigger-callbackrequest .trigger-mobilenumber {
        font-size: 19px;
        width: 263px;
        height: 50px;
    }

    #triggerpopup .trigger-callbackrequst-button {
        border-radius: 30px;
        font-size: 18px;
        width: 205px;
        height: 43px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required .action p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #triggerpopup .trigger-popup-white-card .details-required .trigger-help-para {
        font-size: 22.5px;
        margin-bottom: 11px;
        line-height: 28px;
    }

    #triggerpopup .trigger-popup-white-card .details-required {
        padding: 53px 0px 0px 45px;
        width: 75%;
    }

    #triggerpopup .trigger-popup-white-card .actions-required .borders {
        height: 220px;
        margin: 0px 40px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required .call-action {
        font-size: 22.5px;
    }

    #triggerpopup .trigger-popup-white-card .conditions-desc {
        font-size: 16px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required {
        padding-top: 53px;
        height: 234px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required .action img {
        width: 106px;
        height: 106px;
    }

    /* New Tail */

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .logo {
        width: 210px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 {
        max-width: 1340px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1 span,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 span {
        font-size: 23px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .stripe-mobilenumber {
        font-size: 26px;
    }

    .footer-design-v1 .link-container-v1 {
        max-width: 1340px;
        margin: auto auto 15px auto;
    }

    .footer-design-v1 .link-container-v1 .link-list-v1 li {
        font-size: 18px;
    }

    [pagetype="subpages"] .gs-article-table-container .gs-first-containers-left-buttons .filled-cta-button {
        font-size: 20.44px;
        padding: 10px 32px;
    }

    [pagetype="subpages"] .gs-article-table-container .gs-first-containers-left-buttons .outline-cta-button {
        font-size: 20.44px;
        padding: 10px 32px;
    }

    [pagetype="subpages"] .gs-article-related-links-card-container .gs-article-links-card {
        height: auto;
    }

    .table-para-container .table-scroll-shadow {
        width: 60%;
    }

    .table-para-container .article-table-container .article-content {
        margin-top: 0px;
    }

    [pagetype="subpages"] .gs-article-related-links-card-container .gs-article-links-card {
        height: auto;
    }

}



@media only screen and (max-width: 2560px) and (min-height: 900px) {
    .exit-group-img {
        height: 34vh;
    }

    .exit-popup-container .exit-help-para {
        margin-bottom: 20px;
    }

    .exit-popup-container .exit-fee-para {
        margin-bottom: 45px;
    }

    .exit-popup {
        margin-bottom: 30px;
    }

    .exit-callbackrequest {
        margin-bottom: 15px;
    }

    .updated-eligibility-main-container .container-footer {
        height: 40vh;
    }

}

@media only screen and (max-width: 2560px) and (min-height: 1017px) {
    .exit-popup {
        margin-bottom: 78px;
    }

    .exit-group-img {
        height: 31vh;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1450px) {

    .gs-video-steps-process-container .indicator-container button {
        position: absolute;
        right: 330px;
    }

    .success-stories-main .stories-right button {
        position: absolute;
        right: 15px;
    }
}

@media only screen and (max-width: 1920px) {
    .eligibility-container {
        padding-top: 12%;
    }

    #triggerpopup .trigger-logo {
        width: 30%;
    }

    #triggerpopup .trigger-popup-white-card .details-required {
        padding: 48px 0px 0px 57px;
        width: 60%;
    }
}

@media only screen and (max-width: 1920px) and (max-height: 1080px) {
    .eligibility-container {
        padding-top: 9%;
        max-height: 84vh;
    }

    .course-count-img img {
        height: 550px;
    }

    .course-count {
        top: 191px;
    }

    #googleads .trigger-popup-white-card {
        max-width: 64%;
    }

    #googleads .trigger-callbackrequst-button {
        width: 46%;
    }

    .updated-eligibility-main-container .container-footer {
        height: 40vh;
    }

}

@media only screen and (max-width: 1920px) and (max-height: 800px) {
    .updated-eligibility-main-container .container-footer {
        height: 35vh;
    }
}

@media only screen and (max-width: 1440px) {
    .eligibility-container {
        max-height: 84vh;
        padding-top: 7%;
    }

    #googleads .trigger-callbackrequst-button {
        width: 50%;
    }

    #googleads .trigger-popup-white-card {
        max-width: 81%;
    }
}

@media only screen and (max-width: 1440px) and (max-height: 705px) {
    .exit-popup {
        height: 85vh;
    }
}

@media only screen and (max-width: 1440px) and (min-height: 740px) and (max-height: 740px) {
    .eligibility-container {
        padding-top: 1%;
        max-height: 86vh;
    }

    .eligibility-tail {
        padding: 30px;
    }

    .course-count-img img {
        width: 314px;
        height: 439px;
    }

    .course-count {
        top: 140px;
    }

    .updated-eligibility-main-container .container-footer {
        height: 35vh;
    }
}

@media only screen and (max-width: 1370px) {
    .eligibility-container {
        max-height: 84vh;
        padding-top: 3%;
    }

    .eligibility-heading {
        font-size: 36px;
        margin: 14px 1px;
    }

    .eligibility-course-container .course ul {
        width: 450px;
        height: 300px;
    }

    .eligibility-course-container .course ul li {
        font-size: 17px;
    }

    .eligibility-course-container .course .course-search-input {
        font-size: 18px;
    }

    .course-count-img img {
        width: 274px;
        height: 389px;
    }

    .course-count {
        top: 118px;
    }

    .eligibility-thank-you-container .course-count {
        top: 29%;
    }

    .eligibility-thank-you-container .course-count-img img {
        height: 372px;
    }

    .updated-eligibility-main-container .container-footer {
        height: 35vh;
    }

    .updated-eligibility-main-container .container-header .logo {
        max-width: 40%;
    }

    .updated-eligibility-main-container .container-body h2 {
        padding: 20px 0 15px;
        line-height: 30px;
    }

    .updated-eligibility-main-container .expyearscontainer {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1300px) and (max-height: 600px) {
    .updated-eligibility-main-container .container-footer {
        padding: 5px 10px 15px;
    }

    .updated-eligibility-main-container .container-footer img {
        max-width: 88%;
    }

    .updated-eligibility-main-container .container-header .logo {
        max-width: 35%;
    }

    .updated-eligibility-main-container .container-body h2 {
        padding: 15px 0 12px;
        font-size: 21px;
    }

    .updated-eligibility-main-container .country img {
        width: 60px;
    }

    .updated-eligibility-main-container .country-container {
        gap: 20px;
    }

    .updated-eligibility-main-container .country p {
        margin-top: 8px;
        font-size: 12px;
    }

    .updated-eligibility-main-container .container-body .degree-block ul {
        padding-bottom: 10px;
    }

    .updated-eligibility-main-container .search-input {
        font-size: 12px;
    }

    .updated-eligibility-main-container .container-body .blocks li {
        font-size: 12px;
    }

    .updated-eligibility-main-container .degree-block .degree-bachelors {
        font-size: 12px;
    }

    .updated-eligibility-main-container .listable-div .next-button {
        width: 35px;
        height: 35px;
    }

    .updated-eligibility-main-container .dot-container {
        padding-bottom: 25px;
    }

    .updated-eligibility-main-container .dot {
        width: 20px;
        height: 6px;
    }

    .updated-eligibility-main-container .backbtn {
        width: 25px;
        height: 25px;
    }

    .updated-eligibility-main-container .search-input {
        max-width: 300px;
    }

    .updated-eligibility-main-container .searchable-div .dropdown-scrollable-list {
        max-width: 300px;
    }

    .updated-eligibility-main-container .selected-list-div {
        max-width: 350px;
    }

    .updated-eligibility-main-container .programlist-div {
        max-width: 350px;
    }

    .updated-eligibility-main-container .container-body .blocks .chip-content-div .chip-heading {
        font-size: 12px;
    }

    .updated-eligibility-main-container .container-body .blocks .chip-content-div {
        padding: 7px;
    }

    .updated-eligibility-main-container .container-body .blocks .drop-down-icon {
        width: 22px;
    }

    .updated-eligibility-main-container .expbuttoncontainer .exp-btn {
        font-size: 12px;
    }

    .updated-eligibility-main-container .expyearscontainer {
        padding-top: 15px;
    }

    .updated-eligibility-main-container .expyearscontainer p {
        font-size: 10px;
    }

    .updated-eligibility-main-container .expyearscontainer button {
        padding: 8px;
        border-radius: 10px;
        font-size: 12px;
    }

    .updated-eligibility-main-container .container-body .blocks .dropdown {
        top: 15px;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1031px) {

    header .gs-header-inner-block {
        max-width: var(--maxwidthmiddle);
    }

    .landing-gs-body-content-container {
        padding-top: 8%;
    }

    .landing-top {
        padding-top: 0px;
    }

    .limitwidth {
        max-width: var(--maxwidthmiddle);
    }

    .article-heading-one {
        font-size: 34px;
    }

    .article-content {
        font-size: 16px;
    }

    .gs-first-container-left .gs-left-child-div .crop-content {
        width: 470px;
    }

    .filled-cta-button {
        font-size: 16px;
    }

    .language-cta-wrapper .floating-people-message {
        margin-bottom: 14px;
    }

    .language-cta-people-message p {
        font-size: 15.5px;
    }

    .language-cta-wrapper .floating-people-message .student-img {
        height: 32px;
        width: 32px;
        margin-right: -45px;
    }

    .language-cta-wrapper .floating-people-message span {
        font-size: 15px;
        margin-right: 10px;
    }

    .language-cta {
        height: 495px;
        width: 430px;
    }

    .language-cta .banner {
        width: 100%;
        margin-bottom: 14px;
        padding-top: 6px;
    }

    .language-cta h3 {
        font-size: 24px;
    }

    .language-cta p {
        font-size: 14.5px;
    }

    .gs-video-steps-process-container .gs-our-free-service {
        max-width: var(--maxwidthmiddle);
    }

    .steps-process-content-wrapper {
        max-width: var(--maxwidthmiddle);
    }

    .gs-country-highlights {
        max-width: var(--maxwidthmiddle);
    }

    .gs-country-highlights .country-list .country-card button {
        font-size: 16px;
    }

    .gs-country-highlights .country-list-scroll ul li {
        max-width: 192px;
        height: 64px;
        padding: 14px;
    }

    .gs-country-highlights .country-list-scroll .desc {
        font-size: 18px;
    }

    .gs-country-highlights .country-list-scroll .move-forward {
        bottom: 36px;
        right: 34px;
        width: 21px;
        height: 21px;
    }

    .gs-country-highlights .country-list-scroll .move-backward {
        bottom: 36px;
        width: 21px;
        height: 21px;
        left: 34px;
    }

    .gs-country-highlights .country-list-scroll .country-slide-container {
        max-width: 1046px;
    }

    .gs-country-highlights .country-list .country-card {
        height: 580px;
    }

    .gs-univ-partners-scroll-container .icons-scroller {
        max-width: var(--maxwidthmiddle);
    }

    .gs-our-wide-container {
        max-width: var(--maxwidthmiddle);
    }

    .landing-gs-consultants-info-cards .gs-info-card-headig {
        max-width: var(--maxwidthmiddle);
    }

    .landing-gs-consultants-info-cards .gs-consultants-cards {
        max-width: var(--maxwidthmiddle);
    }

    .success-stories {
        max-width: var(--maxwidthmiddle);
    }

    .success-stories-main {
        gap: 12px;
    }

    .stories-img-big {
        max-width: 522px;
        height: 605.88px;
        border-radius: 23px;
    }

    .stories-bio {
        padding: 45px;
        margin-bottom: 18px;
    }

    .stories-bio .story-name {
        font-size: 23px;
    }

    .stories-bio .academics {
        font-size: 16.5px;
    }

    .stories-bio p {
        font-size: 15px;
        height: 225px;
    }

    .student-scroll-img {
        width: 173px;
        height: 200px;
        border-radius: 27px;
        margin-right: 18px;
    }

    .why-mec-comparison h2 {
        font-size: 38px;
    }

    .success-stories-heading {
        font-size: 38px;
    }

    .headquarters-branch-container .main-branch .branch-card {
        width: 225px;
    }

    .gs-cta-download-cards h2 {
        font-size: 11px;
    }

    .gs-final-cta-trust {
        margin-bottom: 48px;
    }

    .gs-faq-container {
        margin-bottom: 30px;
    }

    .gs-video-steps-process-container {
        padding-top: 20px;
    }

    .scholarships-scrolling-table .student-name {
        font-size: 16px;
    }

    .comparison-container ul li p {
        font-size: 18px;
    }

    .headquarters-branch-container .main-branch .sub-branch-list {
        margin-bottom: 40px;
    }

    .gs-consultants-cards-child {
        max-width: 325px;
        height: 425px;
    }

    .related-programs-cta .related-programs-card {
        max-width: 340px;
    }

    .gs-requirement-chips .requirement-chip {
        width: 263px;
    }

    .gs-video-card {
        width: 350px;
    }

    .gs-article-related-links-card-container .gs-article-links-card {
        max-width: 340px;
    }

    .gs-footer-bg .gs-footer-columns .gs-footer-columns-child.gs-footer-logo {
        margin: auto 10px 30px auto;
    }

    .gs-footer-bg .gs-footer-columns .gs-footer-columns-child {
        margin: auto 8px 30px auto;
    }

    .comparison-container {
        padding: 80px 63px;
    }

    .educ-loan .country-card-desc {
        bottom: 190px;
    }

    .gs-video-steps-process-container .indicator-container button,
    .success-stories-main .stories-right button {
        right: 130px;
    }

    .exit-popup-container .exit-help-para {
        font-size: 37px;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 19px;
        margin-bottom: 16px;
    }

    .exit-group-img {
        height: 29vh;
    }

    .error-table-block .error-right-block .error-banner-img {
        height: 300px;
    }

    .error-table-block .error-left-block {
        margin: 55px 0px 110px 0px;
    }

    .eligibility-container {
        padding: 0px 40px;
        padding-top: 3%;
        max-height: 77vh;
    }

    .eligibility-heading {
        font-size: 36px;
        margin-bottom: 36px;
        margin-right: 7%;
    }

    .eligibility-thank-you-container .success-inform {
        font-size: 18px;
    }

    .eligibility-thank-you-container .course-count-img img {
        height: 298px;
    }

    .eligibility-thank-you-container .course-count-img .course-count span {
        font-size: 14px;
    }

    .eligibility-tail {
        padding: 30px;
    }

    .eligibility-thank-you-container .course-count {
        top: 29%;
    }

    .course-count-img img {
        height: 297px;
    }

    .course-count {
        top: 85px;
    }

    .course-count span {
        font-size: 13px;
    }

    .course-count .counts {
        font-size: 25px;
    }

    .qualification-container select {
        padding: 11px 25px;
        font-size: 14px;
    }

    .bachelors-container input {
        padding: 11px 25px;
        font-size: 14px;
        margin: 17px 0px 10px;
    }

    .eligibility-course-container .course ul li {
        font-size: 17px;
    }

    .eligibility-course-container .course ul {
        height: 225px;
    }

    .bachelors-container label {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .bachelors-container .twelveth-score label {
        margin: 6px 0px 10px;
        font-size: 14px;
    }

    .bachelors-container .eligible-error {
        font-size: 10px;
    }

    .success-stories-review-container {
        max-width: 1070px;
    }

    .success-stories-review-container .success-stories-review-cards {
        max-width: 333px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .gs-branch-presence-container {
        max-width: 1070px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-left img {
        height: 410px;
        left: -20px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right .test-enroll-content {
        font-size: 16px;
    }

    .gs-trial-premium-services,
    .services-details-container {
        max-width: 1030px;
    }

    .success-stories-review-container .success-text-para {
        font-size: 14.25px;
    }

    .gs-about-us-home-section .rocket-position-one {
        left: 10%;
    }

    .gs-info-card-content {
        padding: 0px 20px;
    }

    .gs-info-card-content p {
        line-height: 163%;
        margin-bottom: 10px;
        font-size: 16px;
    }

    #triggerpopup .trigger-popup-white-card .details-required {
        padding: 50px 0px 0px 57px;
    }

    #triggerpopup .trigger-logo {
        width: 33%;
    }

    #triggerpopup .trigger-popup-white-card .details-required .trigger-help-para-first {
        font-size: 19.5px;
    }

    #triggerpopup .trigger-callbackrequest .trigger-mobilenumber {
        width: 210px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required {
        height: 205px;
        padding-top: 46px;
    }

    .footer-design-v1 .link-container-v1 {
        max-width: 1100px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 {
        max-width: 1100px;
    }

    .gs-country-highlights .country-list .country-card .country-card-desc {
        margin-left: 70px;
    }

    .gs-country-highlights .country-list .country-card ul {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1030px) {
    :root {
        --bottomgap: 24px;
    }

    header .gs-header-inner-block {
        max-width: 930px;
    }

    .service-cta-adjust {
        margin-right: 19px;
    }

    header .gs-header-inner-block .header-logo {
        /* width: 185px;
        height: 60px; */
        width: 260px;
        height: 55px;
        bottom: -31px;
    }

    .gs-body-content-container {
        padding-top: 58px;
    }

    .landing-gs-body-content-container {
        padding-top: 15%;
    }

    .landing-top {
        padding-top: 0px;
    }

    .breadcrumb .inactive {
        font-size: 22.67px;
        line-height: 167%;
    }

    .breadcrumb * {
        font-size: 22.67px;
        line-height: 167%;
    }

    .breadcrumb {
        font-family: InterMedium;
        margin-bottom: 58px;
    }

    .gs-first-container {
        display: block;
    }

    .gs-first-container-left .gs-left-child-div .crop-content {
        width: unset;
    }

    .gs-first-containers-left-buttons {
        margin-bottom: 56px;
    }

    .outline-cta-button {
        font-size: 22.34px;
        line-height: 156%;
        letter-spacing: 0.16px;
        border-radius: 69px;
    }

    .filled-cta-button {
        font-size: 22.34px;
        line-height: 156%;
        letter-spacing: 0.16px;
        border-radius: 69px;
    }

    .gs-work-at-global-container {
        margin: auto auto 60px;
        margin: auto auto 60px;
    }

    .language-cta-people-message {
        position: absolute;
        display: inline-block;
        top: 15px;
        right: auto;
        padding: 10px;
        padding-left: 0px;
        background-color: var(--themewhiteshade);
        z-index: 1;
        padding-left: 26px;
        transition: padding 0.5s linear;
    }

    .language-cta-people-message p {
        text-align: unset;
        color: var(--themepara);
        margin-left: 26px;
        font-size: 19px;
        line-height: 167%;
        letter-spacing: 0.16px;
    }

    .language-cta-people-message img {
        right: 45px;
    }

    .language-cta-scrolling-cards {
        white-space: nowrap;
        overflow: scroll;
        padding-right: 80px;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        padding-left: 77px;
        padding-top: 21px;
        scroll-padding-left: 5px;
    }

    .language-cta-wrapper {
        padding-left: 26px;
        scroll-snap-align: start;
        display: inline-block;
    }

    .language-cta-wrapper:last-child {
        scroll-snap-align: unset;
    }

    .language-cta {
        display: inline-block;
        width: 470px;
        height: 558px;
    }

    .language-cta .banner {
        height: 257px;
        width: 100%;
    }

    .gs-first-section {
        margin-bottom: 64px;
    }

    .language-cta p {
        white-space: normal;
        font-size: 16.05px;
        line-height: 162%;
        margin: 0px 48px 24px 43px;
    }

    .active-language-card {
        transform: scale(1);
        transition: transform 0.3s ease-in-out;
    }

    .gs-university-icons-container {
        padding: 0px 76px;
        margin-bottom: 30px;
    }

    .gs-article-banner-image-container {
        max-width: 92vw;
        margin-bottom: 53px;
        margin-left: 53px;
    }

    .analytics-icon {
        margin: 0px 12px 0px 0px;
        width: 56px;
        height: 56px;
    }

    .gs-article-banner-image-container h2 {
        font-size: 35.68px;
        line-height: 118%;
    }

    .article-heading-three {
        font-size: 37.33px;
        line-height: 144%;
        margin-bottom: 42px;
    }

    .gs-article-banner-image-container .student-counts {
        font-size: 20px;
        line-height: 128%;
        letter-spacing: -0.32px;
    }

    .article-banner-para {
        margin-left: 53px;
    }

    .service-section-container {
        flex-direction: column-reverse;
    }

    .service-section-container-left {
        margin-left: 53px;
        max-width: none;
    }

    .service-section {
        margin-bottom: 74px;
    }

    .service-cta-right {
        margin: auto;
        max-width: 466.67px;
        height: 694.67px;
    }

    .gs-consultant-name-info {
        font-size: 23.82px;
        line-height: 146%;
        margin-bottom: 0px;
    }

    .gs-green-tick {
        width: 12px;
        height: 12px;
    }

    .gs-consultant-role {
        font-size: 21.83px;
        line-height: 146%;
        letter-spacing: 0.16px;
    }

    .gs-article-bg {
        padding: 67px 0px;
    }

    .article-table-container {
        overflow-x: scroll;
        text-align: left;
    }

    .article-table-container table {
        min-width: 80vw;
        table-layout: unset;
        /* margin-left: 112px; */
    }

    .gs-article-table-container .article-table-container table {
        max-width: unset;
    }

    .single-table-view .article-table-container.left {
        width: 100%;
        overflow-x: unset;
    }

    .download-cta {
        width: 917.33px;
        height: 152.89px;
    }

    .download-cta-right {
        flex-wrap: wrap;
        width: 100%;
        justify-content: end;
    }

    .gs-cta-download-cards img {
        height: 48px;
        width: 66px;
    }

    .gs-cta-download-cards {
        height: 118.49px;
        margin: 15px 11px;
        width: 103.2px;
    }

    .section-adjust-style {
        padding: 0px 53px;
        font-size: 37.33px;
        margin-bottom: 21px;
        line-height: 139%;
    }

    .related-programs-cta {
        display: block;
    }

    .related-programs-cta .related-programs-card {
        margin: auto;
        width: 368.81px;
        height: 393.02px;
    }

    .related-programs-cta .related-programs-card .banner {
        height: 237.16px;
    }

    .related-programs-cta .related-programs-card .content {
        padding: 28px 34px;
    }

    .related-programs-cta .related-programs-card .logo-placeholder {
        width: 31px;
        height: 29px;
    }

    .webinar-cta {
        margin: auto;
        margin-bottom: 40px;
        width: 368.81px;
        height: 393.02px;
        border-radius: 18px;
    }

    .webinar-cta .content .title {
        font-size: 18px;
        font-family: InterBold;
        color: var(--themedarkgrey);
        line-height: 138%;
        letter-spacing: -0.16px;
    }

    .webinar-cta .schedules {
        width: 302.48px;
    }

    .webinar-cta .schedules .about .people {
        width: 51px;
        height: 51px;
        margin-right: 9px;
    }

    .webinar-cta .schedules .about .aboutpeople h3 {
        font-size: 12px;
        line-height: 146%;
    }

    .webinar-cta .schedules .about .aboutpeople .role {
        font-size: 9.55px;
        line-height: 146%;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .rating img {
        width: 8px;
        height: 8px;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .rating p {
        font-size: 8.54px;
        line-height: 140%;
        letter-spacing: 0.16px;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .review {
        font-size: 8.54px;
        line-height: 140%;
        letter-spacing: 0.32px;
        margin-right: 30px;
    }

    .webinar-cta .schedules .description {
        font-size: 8.54px;
        line-height: 146%;
        letter-spacing: 0.32px;
    }

    .webinar-cta .book h3 {
        font-size: 14.07px;
        line-height: 156%;
        letter-spacing: -0.16px;
    }

    .gs-our-free-service {
        width: 916px;
        height: 320px;
        border-radius: 33.33px;
    }

    .gs-our-free-service h3 {
        max-width: unset;
        padding: 0px 61px 0px 54px;
    }

    .gs-our-free-service p {
        width: unset;
        padding: 36px 55px;
        text-align: left;
    }

    .article-heading-four {
        font-size: 34.67px;
        margin-bottom: 21px;
    }

    .article-heading-res {
        font-size: 34.67px;
        text-align: center;
        line-height: 150%;
        margin: 0px 150px 34px 160px;
        font-family: InterExtraBold;
        color: var(--themedarkgrey);
    }

    .gs-univ-partners-scroll-container h2 {
        font-size: 32px;
    }

    .response {
        display: none;
    }

    .service-cta-adjust {
        margin-right: 19px;
    }

    .numeric-list-with-bottom {
        margin-left: 53px;
    }

    .limitwidth .table-top-para {
        margin-bottom: 40px;
    }

    .gs-requirement-chips .requirement-chip {
        width: 220px;
        padding: 5px;
        height: auto;
    }

    .para-res {
        text-align: center;
        padding: 0px 157px;
    }

    .table-para-res {
        text-align: center;
        padding: 0px 100px;
    }

    .requirement-chip .heading {
        padding-top: 0px;
        padding: 10px;
        font-size: 18.4px;
        line-height: 160%;
        letter-spacing: 0.16px;
    }

    .requirement-chip span {
        line-height: 160%;
        font-size: 11.88px;
        letter-spacing: 0.16px;
    }

    .gs-consultants-cards {
        padding-left: 64px;
    }

    .gs-requirement-chips {
        margin-bottom: 0px;
    }

    .gs-article-table-container {
        display: block;
    }

    .gs-article-table-container .article-table-container .four-coloum-table {
        max-width: 80vw;
    }

    .article-table-container.gs-four-table-right {
        width: 100%;
        text-align: center;
    }

    .article-table-container.right {
        margin-left: unset;
        width: 100%;
        text-align: center;
    }

    .callback-request-cta {
        width: 917.33px;
        height: 172.44px;
        border-radius: 26.67px;
    }

    .callback-request-cta-left {
        width: 322px;
    }

    .callback-request-cta-left span {
        margin: auto;
        font-size: 18.67px;
        line-height: 28px;
    }

    .gs-cta-second-callback {
        justify-content: center;
        /* padding-top: 14px; */
    }

    .landing-callback-request-cta .callback-request-cta-right .gs-callbackrequst-button {
        font-size: 11px;
        padding: 6px 6px;
    }

    .gs-countrycode {
        font-size: 12px;
        line-height: 224%;
        letter-spacing: 0.32px;
        border-radius: 64px 0px 0px 64px;
        height: 43px;
    }

    .callback-request-cta-right .float {
        position: unset;
        margin-top: 5px;
        font-size: 8.53px;
        text-align: left;
        padding-left: 16px;
    }

    .universities-cta {
        padding: 40px 10px;
        width: 917.33px;
        height: 182.67px;
    }

    .universities-cta-button {
        margin-bottom: 8px;
        width: 290px;
        height: 46px;
        font-size: 18.67px;
    }

    .universities-cta-left p {
        width: 425px;
        font-size: 19px;
        line-height: 28px;
        letter-spacing: 0.15px;
    }

    .universities-cta-card-button p {
        position: unset;
        margin: auto;
        font-size: 13.33px;
        width: 212px;
        line-height: 136%;
    }

    .course-cta {
        padding: 0px 0px 0px 49px;
        width: 917.33px;
        height: 152.89px;
    }

    .course-cta-card-right {
        width: 53vw;
    }

    #ielts-table {
        padding-top: 60px;
    }

    .cta-padding-top {
        padding-top: 20px;
        margin-bottom: 60px;
    }

    .gs-faq-container .gs-faq-h2 {
        font-size: 58.67px;
        margin-bottom: 70px;
        line-height: 50px;
    }

    .gs-faq-category .gs-faq-category-btn {
        border-radius: 26px;
        padding: 11px 35px;
        font-size: 16px;
        line-height: 21.5px;
    }

    .gs-final-cta-trust {
        max-width: 921px;
        height: 403px;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .gs-final-cta-trust .content {
        text-align: center;
    }

    .gs-final-cta-trust content {
        text-align: center;
    }

    .landing-gs-final-cta-trust {
        max-width: 870px;
    }

    .gs-final-cta-group-img {
        height: 40vh;
        object-fit: cover;
        object-position: center;
        border-radius: 25px;
    }

    .media-icons-container .gs-university-scrolling {
        max-width: 704px;
    }

    .gs-final-cta-cutx-img {
        max-width: 47px;
        bottom: 3px;
        left: 137px;
    }

    .gs-video-gallery {
        white-space: nowrap;
        overflow: scroll;
        display: block;
    }

    .gs-video-card {
        display: inline-block;
        margin-right: 19px;
        height: 380px;
        width: 36vw;
    }

    .video-first-banner {
        margin-left: 53px;
    }

    .gs-faq-content-container .gs-qanda img {
        width: 11px;
        padding-bottom: 11px;
    }

    .gs-relevant-video-container h2 {
        padding-left: 50px;
        line-height: 156%;
        font-size: 32px;
        margin-bottom: 42px;
    }

    .gs-article-video-gallery {
        white-space: nowrap;
        overflow: scroll;
    }

    .gs-article-related-links-card-container .gs-article-links-card .content {
        white-space: normal;
    }

    .gs-relevant-video-container {
        margin-bottom: 40px;
    }

    .service-cta-right .go-input-form {
        width: 100%;
        padding: 0px 30px;
        box-sizing: border-box;
        text-align: -webkit-center;
    }

    .gs-head-menu {
        display: block;
        width: 38.22px;
    }

    .header-container-links {
        width: 300px;
        position: fixed;
        top: 0;
        background: #def6d5;
        overflow-x: hidden;
        transition: 0.5s;
        text-align: left;
        height: 100%;
        padding-top: 10px;
        right: -430px;
        z-index: 11;
    }

    .gs-close-menu {
        display: block;
        width: 65px;
        padding: 7px;
        margin-right: 10px;
    }

    header .header-menu {
        float: none;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    header .header-menu .header-menu-list {
        margin-bottom: 60px;
    }

    header .header-menu .header-menu-list p {
        font-size: 28px;
    }

    .gs-final-cta-para {
        text-align: center;
        padding: 0px 20px;
        margin: 43px 0px 11px 0px;
        font-size: 27.64px;
        line-height: 156.8%;
    }

    .gs-final-cta-button {
        font-size: 17.33px;
    }

    .gs-final-cta-group-img {
        height: 219px;
        width: 619px;
    }

    .gs-university-icons-container span {
        margin-bottom: 26px;
        line-height: 154%;
        font-size: 22.67px;
    }

    .course-cta-card-left p {
        font-size: 17.33px;
        width: 266px;
        line-height: 22.9px;
    }

    .gs-courses-cta-card {
        margin-top: 10px;
    }

    .course-cta-card-right .gs-courses-cta-card span {
        font-size: 11.5px;
        line-height: 22.9px;
        margin: 0px 9px 8px 0px;
        padding: 4px 22px;
    }

    .gs-university-icons .university-logo {
        width: 70px;
        height: 70px;
    }

    .gs-article-related-links-card-container .gs-article-links-card {
        min-height: 40vh;
        box-shadow: 2px -5px 30px 5px var(--themeshadowgrey);
        height: auto;
        margin-right: 19px;
    }

    .gs-relevant-img-card {
        margin-bottom: 40px;
    }

    .gs-article-related-links-card-container .gs-link-tags {
        margin-right: 8px;
        margin-bottom: 14px;
        height: 44px;
        font-size: 16.23px;
    }

    .gs-footer-our-logo {
        height: 50px;
    }

    .gs-callbacknumber,
    .gs-footer-columns-child .gs-footer-ul li.gs-callbacknumber {
        border-radius: 50px;
        padding: 10px 18px;
        font-size: 21px;
        letter-spacing: -0.4px;
        font-family: InterSemiBold;
        margin-right: 36px;
    }

    .gs-callbacknumber {
        padding: unset;
        margin-right: 0px;
    }

    /* .gs-footer-columns {
        padding: 81px 0px;
    } */

    .gs-footer-columns-child .gs-footer-ul li {
        font-size: 16px;
        line-height: 156.8%;
    }

    .gs-footer-list li {
        margin-bottom: 22px;
    }

    .gs-footer-callbacknumber {
        display: contents;
    }

    /* .gs-footer-logo {
        margin-top: 80px;
    } */

    .showmore-btn {
        display: none;
    }

    .gs-article-related-links-card-container .gs-article-links-first-card {
        margin-left: 53px;
    }

    .gs-footer-bg .gs-footer-columns {
        max-width: 925px;
    }

    .gs-footer-columns-child {
        width: 100%;
        margin-left: 40px;
        margin-bottom: 32px;
    }

    .gs-footer-bg .gs-footer-columns .gs-footer-columns-child.gs-footer-logo {
        margin: auto 30px 30px auto;
    }

    .gs-footer-bg .gs-footer-columns .gs-footer-columns-child {
        width: 220px;
        margin: auto 0px 39px auto;
    }

    .gs-footer-bg .gs-footer-columns .gs-footer-logo .gs-footer-our-logo {
        margin-left: 0px;
    }

    .gs-footer-columns-child .gs-footer-ul li.gs-callbacknumber {
        padding: 0px;
    }

    .gs-footer-socialmedia-icons img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .gs-footer-columns-child span {
        color: #4E4E4E;
        font-size: 17.07px;
        line-height: 156.8%;
    }

    .gs-footer-apps-icons {
        margin-bottom: 35px;
        margin-top: 13px;
    }

    .gs-Copyrights-info {
        font-size: 14.67px;
        line-height: 156.8%;
        padding-bottom: 25px;
    }

    .callback-request-cta-right .gs-cta-second-callback .gs-mobilenumber {
        width: 175px;
        padding-left: 5px;
        height: 43px;
        font-size: 12.9px;
    }

    .gs-article-related-links-card-container h2 {
        margin-left: 53px;
        font-size: 32px;
        margin-bottom: 42px;
    }

    .service-cta-right .service-card-container .service-card {
        height: 173.33px;
        max-width: 196px;
        margin: 4px 10px 12px 0px;
    }

    .gs-final-cta-halfround-img {
        max-width: 70px;
        right: -12px;
        bottom: 75px;
    }

    .gs-footer-socialmedia-icons {
        justify-content: flex-start;
    }

    .gs-consultants-cards {
        margin-bottom: 64px;
    }

    .gs-our-free-service img {
        height: 101px;
        width: 93px;
    }

    .gs-callbackrequst-button {
        width: 112px;
        padding: 6px 13px;
        font-size: 10px;
        line-height: 121%;
        letter-spacing: -0.16px;
        border-radius: 0px 64px 64px 0px;
    }

    .gs-univ-content-container {
        margin-bottom: 10px;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        padding: 42px 33px;
        padding-left: 77px;
    }

    .article-banner-para .article-content {
        font-size: 20px;
        margin-bottom: 53px;
        line-height: 204%;
        width: 918px;
    }

    .gs-univ-content-container .gs-univ-card img {
        width: 54px;
        height: 54px;
    }

    .gs-reviewer-header h2 {
        font-size: 17.12px;
        line-height: 167%;
    }

    .gs-univ-card .gs-reviewer-header p {
        font-size: 13.4px;
    }

    .gs-univ-card .gs-heading {
        margin-bottom: 21px;
    }

    .gs-reviewer-para {
        font-size: 13.4px;
    }

    .gs-univ-card .gs-read-more-review-body {
        font-size: 13.4px;
        line-height: 162.5%;
    }

    .gs-univ-content-container .gs-univ-card {
        margin: 0px 0px;
        max-width: 436.89px;
        padding: 35px;
        margin-right: 10px;
    }

    .empty-section {
        margin-bottom: 47px;
    }

    .cta-img-banner {
        margin-bottom: unset;
    }

    .cta-padding {
        padding-bottom: 24px;
    }

    .gs-article-table-bottom {
        margin-bottom: 40px;
    }

    .article-content-one {
        font-size: 20px;
    }

    .last-list {
        padding-bottom: 80px;
    }

    .gs-info-card-headig {
        font-size: 37.33px;
        text-align: left;
        margin-bottom: 42px;
        padding-left: 53px;
    }

    .service-cta-right .gs-cta-second-callback {
        width: 460px;
        padding-top: unset;
        border-radius: 30px;
    }

    .gs-mobilenumber {
        height: 53px;
        width: 178px;
        font-size: 16px;
        line-height: 224%;
        letter-spacing: 0.32px;
        padding: 12px 16px;
    }

    .service-cta-right .service-card-container .service-card img {
        height: 98.67px;
    }

    .service-cta-right .service-card-container {
        margin-bottom: 14px;
    }

    .service-cta-right .gs-cta-second-callback .gs-countrycode {
        font-size: 17px;
        height: 53px;
        border-radius: 30px 0px 0px 30px;
        width: 82px;
        padding: 13px 20px 13px 5px;
    }

    .service-cta-right .gs-cta-second-callback .gs-callbackrequst-button {
        padding: 6px 15px;
        height: 52px;
        border-radius: 0px 30px 30px 0px;
        font-size: 16px;
        width: 122px;
    }

    .gs-univ-partners-review-container {
        margin-top: 43px;
    }

    .download-cta-left {
        padding: 9px 36px 10px 12px;
    }

    .gs-consultants-cards-child {
        max-width: 354.26px;
        height: 467.39px;
        margin-right: 15px;
    }

    .course-cta-card-left span {
        width: 104px;
        height: 26px;
        margin-bottom: 6px;
        font-size: 12.67px;
        line-height: 24.5px;
        letter-spacing: 2.29px;
    }

    .gs-video-card .video-banner .video-img {
        height: 100%;
        object-fit: contain;
        max-width: 100%;
    }

    .article-table-container.gs-four-table-left {
        width: 100%;
    }

    .table-scrool-icon {
        float: right;
        width: 35px;
        margin-right: 15px;
    }

    .language-cta h3 {
        font-size: 26.01px;
        line-height: 124%;
        letter-spacing: 0.16px;
        margin-left: 43px;
        margin-bottom: 12px
    }

    .gs-first-right-button {
        font-size: 18.06px;
        margin-left: 43px;
        line-height: 156.8%;
        padding: 8.5px 30px 8.5px 30px;
    }

    .carousel__indicator.active {
        width: 15px;
        height: 15px;
    }

    .carousel__indicator {
        width: 10.7px;
        height: 10.7px;
    }

    .service-cta-right h2 {
        font-size: 26px;
        line-height: 136%;
        letter-spacing: -0.16px;
        margin-bottom: 24px;
    }

    .service-cta-right .service-card-container .service-card p {
        font-size: 16.67px;
        line-height: 108%;
        letter-spacing: -0.16px;
        margin-bottom: 21px;
        color: #606060;
    }

    .service-cta-right .requirements-desc {
        font-size: 14px;
        width: 370px;
        margin-bottom: 22px;
    }

    .numeric-list {
        font-size: 20px;
        line-height: 245%;
    }

    .gs-info-card-content p {
        font-size: 17.88px;
        letter-spacing: 0.16px;
        margin-bottom: 10px;
    }

    .gs-info-course-selection span {
        font-size: 15.88px;
        letter-spacing: 0.16px;
        padding: 5.5px 20px;
        line-height: 168%;
    }

    .gs-consultant-name-tag button {
        font-size: 20.88px;
        letter-spacing: 0.16px;
        margin-bottom: 0px;
        padding: 8px 80px;
        line-height: 168%;
    }

    .article-table-container table th {
        padding: 0px 47px;
    }

    .table-heading-two {
        font-size: 22.96px;
        line-height: 145%;
    }

    .article-table-container table td {
        font-size: 20.66px;
        line-height: 188%;
        letter-spacing: 0.24px;
        padding: 16px 47px;
    }

    .table-shadow {
        display: none;
    }

    .article-content {
        font-size: 20px;
        line-height: 204%;
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .download-cta-left span {
        font-size: 10px;
        letter-spacing: 2.29px;
        padding: 4px 16px;
    }

    .download-cta-left p {
        font-size: 16.05px;
        line-height: 22.9px;
    }

    .gs-cta-download-cards h2 {
        font-size: 9px;
        line-height: 128%;
        margin-bottom: 11px;
    }

    .gs-cta-download-cards .gs-cta-download {
        padding: 7px 0px;
    }

    .gs-cta-download-cards .gs-cta-download p {
        font-size: 10.7px;
        line-height: 156%;
        letter-spacing: 0.16px;
        padding-right: 3px;
    }

    .gs-cta-download-cards .gs-cta-download-icon {
        width: 9.36px;
        height: 9.36px;
    }

    .related-programs-cta .related-programs-card .content h3 {
        font-size: 18px;
        margin-bottom: 4px;
        letter-spacing: 0.16px;
    }

    .related-programs-scrolling-card {
        display: flex;
        overflow: scroll;
        flex-wrap: nowrap;
    }

    .article-card-first-child {
        margin-left: 40px;
    }

    .article-card {
        margin-right: 19px;
    }

    .related-programs-cta .related-programs-card .content p {
        font-size: 12px;
        letter-spacing: 0.16px;
    }

    .gs-article-table-container .gs-first-containers-left-buttons .filled-cta-button {
        font-size: 18px;
    }

    .gs-article-table-container .gs-first-containers-left-buttons .outline-cta-button {
        font-size: 18px;
    }

    .gs-terms-privacy {
        font-size: 12px;
        line-height: 128%;
        letter-spacing: -0.32px;
    }

    .gs-faq-content-container .gs-qanda h3 {
        line-height: 23px;
        font-size: 17.33px;
        margin-bottom: 13px;
    }

    .gs-faq-content-container .gs-qanda p {
        line-height: 23px;
        font-size: 15px;
    }

    .gs-faq-container {
        margin-bottom: 10px;
        width: 89.5vw;
    }

    .landing-gs-faq-container {
        max-width: 870px;
    }

    .gs-univ-partners-review-container .gs-univ-h2 {
        font-size: 32px;
        line-height: 139%;
        margin-bottom: 0px;
    }

    .gs-final-cta-triangle-img {
        top: 13px;
        max-width: 80px;
        left: -51px;
    }

    .gs-article-related-links-card-container .gs-article-links-card strong {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .gs-article-related-links-card-container .gs-article-links-card p {
        font-size: 12px;
        letter-spacing: 0.16px;
    }

    .gs-video-card .video-title {
        font-size: 18px;
    }

    .article-heading-one span,
    .article-heading-two span,
    .article-heading-three span,
    .article-heading-four span {
        display: inline;
    }

    .article-heading-one {
        font-size: 48px;
        line-height: 148%;
        width: 860px;
    }

    .gs-footer-columns-child .gs-footer-ul .gs-footer-list-heading {
        font-family: InterBold;
    }

    .language-cta-people-message .images-container {
        right: 565px;
        top: 10px;
    }

    .language-cta-people-message .student-img:nth-child(1) {
        left: 4px;
    }

    .language-cta-people-message .student-img:nth-child(2) {
        left: -3px;
    }


    .language-cta-people-message .student-img:nth-child(3) {
        left: -11px;
    }

    .language-cta-people-message span {
        right: 466px;
        top: 0px;
        font-size: 16.5px;
    }

    .language-cta-people-message .student-img {
        height: 36px;
        width: 36px;
    }

    .download-cta .paper-img:nth-child(1) {
        left: 37%;
        width: 59px;
    }

    .download-cta .paper-img:nth-child(3) {
        width: 56px;
        top: 19px;
    }

    .download-cta .paper-img:nth-child(2) {
        width: 59px;
        left: 21%;
    }

    .universities-cta .univ-logo:nth-child(2),
    .callback-request-cta .univ-logo:nth-child(2) {
        width: 44px;
        top: -24px;
    }

    .universities-cta .univ-logo:nth-child(1),
    .callback-request-cta .univ-logo:nth-child(1) {
        left: -19px;
        width: 44px;
    }

    .universities-cta .univ-logo:nth-child(3),
    .callback-request-cta .univ-logo:nth-child(3) {
        bottom: -13px;
        width: 44px;
    }

    .gs-right-scrool-tap {
        display: none;
    }

    .gs-work-at-global-container p {
        font-size: 16.09px;
        margin-bottom: 17px;
    }

    .gs-video-steps-process-container .gs-our-free-service {
        max-width: 870.4px;
        height: 278.04px;
        border-radius: 21.33px;
        justify-content: space-around;
    }

    .gs-video-steps-process-container .gs-our-free-service h3 {
        font-size: 62px;
        max-width: 288px;
        padding: unset;
        margin: 75px auto 75px 70px;
    }

    .gs-video-steps-process-container .gs-our-free-service p {
        font-size: 15.64px;
        line-height: 166%;
        letter-spacing: 0.24px;
        padding: unset;
        width: 284.44px;
    }

    .steps-process-content-wrapper {
        max-width: 870.4px;
    }

    .gs-video-steps-process-container .gs-our-free-service img {
        height: 95px;
        width: 90px;
    }

    .steps-process-content-container .card {
        max-width: 280px;
        height: auto;
        margin-right: 10px;
        padding: 25px;
    }

    .steps-process-content-container .card h3 {
        font-size: 16.3px;
        margin-bottom: 11.9px;
    }

    .steps-process-content-container .card p {
        font-size: 14px;
        margin-bottom: 15.89px;
    }

    .steps-process-content-container .card button {
        border: none;
        height: 0;
    }

    .steps-process-content-container .card button img {
        width: 11.59px;
        height: 11.59px;
    }

    .steps-process-content-container .card button span {
        font-size: 14px;
    }

    .steps-process-content-wrapper .overlay {
        width: 60px;
        height: 240px;
    }

    .gs-video-steps-process-container {
        margin-bottom: 20px;
        padding-top: 0px;
    }

    .gs-univ-partners-scroll-container .icons-scroller {
        max-width: 875px;
        height: 95.09px;
    }

    .gs-univ-partners-scroll-container .icons-scroller ul li {
        margin: 5px;
        padding: 22px 20px;
        border-radius: 14px;
    }

    .gs-univ-partners-scroll-container {
        margin-bottom: 70px;
        max-width: 873px;
    }

    .landing-download-cta {
        margin-bottom: 83px;
        width: 870px;
        padding: 20px 14px 20px 20px;
    }

    .landing-download-cta .gs-cta-download-cards {
        margin: 15px 7px;
    }

    .why-study-first-para {
        font-size: 12.59px;
        margin-bottom: 35px;
    }

    .why-mec-comparison {
        margin-bottom: 88px;
    }

    .landing-callback-request-cta {
        margin-bottom: 83px;
        width: 870px;
    }

    .gs-our-wide-container {
        margin: auto 77px 70px;
    }

    .gs-our-wide-container .topic {
        font-size: 32px;
    }

    .gs-our-wide-container .wide-para {
        font-size: 16px;
        margin-bottom: 25px;
        width: 100%;
    }

    .gs-our-wide-container ul li {
        font-size: 13px;
        padding: 9px 19px;
        margin: 6px 3px;
    }

    .gs-our-wide-container .service-search-input {
        font-size: 13px;
        width: 301px;
        height: 40px;
        padding: 11px 27px;
    }

    .student-scholarships-scrolling {
        margin-bottom: 73px;
    }

    .student-scholarships-scrolling .head {
        font-size: 32px;
    }

    .student-scholarships-scrolling .scholarships-scrolling-para {
        font-size: 16px;
        width: 780px;
        margin-bottom: 48px;
    }

    .scholarships-scrolling-table .thead {
        font-size: 16.18px;
    }

    .scholarships-scrolling-table .scrolling-uni {
        width: 43px;
        height: 43px;
    }

    .scholarships-scrolling-table .thead .tr {
        padding-bottom: 18px;
    }

    .scholarships-scrolling-table .thead .tr,
    .scholarships-scrolling-table .tbody .tr {
        padding-bottom: 18px;
    }

    .scholarships-scrolling-table .student-img {
        width: 28px;
        height: 28px;
        margin-right: 16px;
    }

    .scholarships-scrolling-table .student-name {
        font-size: 16.18px;
    }

    .student-scholarships-scrolling .scholarship-amount {
        font-size: 16.18px;
    }

    .student-scholarships-scrolling .tbody {
        height: 331px;
    }

    .why-mec-comparison h2 {
        font-size: 32px;
        line-height: 19.9px;
        letter-spacing: -0.71px;
    }

    .why-mec-comparison .first-para {
        font-size: 16px;
        width: 685.51px;
        margin-bottom: 27px;
    }

    .mec-comparison {
        margin: auto 77px;
    }

    .success-stories-heading {
        font-size: 28.44px;
        margin-bottom: 33px;
    }

    .success-stories {
        max-width: 870px;
        margin-bottom: 70px;
    }

    .stories-img-big {
        max-width: 411.3px;
        height: 476.88px;
        border-radius: 17.18px;
    }

    .stories-bio {
        padding: 32px;
        margin-bottom: 17px;
        border-radius: 21px;
    }

    .stories-bio .story-name {
        font-size: 18.49px;
        margin-bottom: 5px;
    }

    .stories-bio .academics {
        font-size: 12.8px;
        margin-bottom: 17px;
    }

    .stories-bio p {
        font-size: 14px;
        height: 171px;
    }

    .student-scroll-img {
        width: 136.86px;
        height: 157.53px;
        border-radius: 21.33px;
    }

    .scrolling-our-story {
        height: 190px;
        width: 60px;
        filter: blur(10px);
        right: -35px;
    }

    .stories-left {
        margin-right: -14px;
    }

    .stories-viewmore-div .view-stories .stories-button {
        font-size: 12.8px;
        bottom: 0;
    }

    .story-carousel {
        width: 5.52px;
        height: 5.52px;
    }

    .successstory-carouse .active {
        width: 11.18px;
        height: 11.18px;
    }

    .headquarters-branch-container {
        max-width: 873.96px;
        padding-top: 100px;
    }

    .headquarters-branch-container h2 {
        margin-bottom: 32px;
    }

    .headquarters-branch-container .highlighted-branch .branch-card h3 {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .headquarters-branch-container .highlighted-branch .branch-card .address-text {
        width: 65%;
        font-size: 16px;
        margin-bottom: 17px;
    }

    .headquarters-branch-container .highlighted-branch .landing-branch-card iframe {
        height: 261px;
    }

    .headquarters-branch-container .highlighted-branch {
        margin-bottom: 44px;
    }

    .headquarters-branch-container .main-branch .big-branch-name {
        font-size: 16.91px;
        margin-bottom: 19px;
    }

    .headquarters-branch-container .main-branch .branch-card h3 {
        font-size: 15px;
        margin-bottom: 6.5px;
    }

    .headquarters-branch-container .main-branch .branch-card p {
        font-size: 14px;
    }

    .headquarters-branch-container .main-branch .branch-card {
        width: 228.72px;
        margin: auto 50px 39px auto;
    }

    .headquarters-branch-container .branch-line-hr {
        margin-bottom: 55px;
    }

    .gs-media-icons .media-logo {
        height: 37px;
    }

    .gs-work-at-global-container ul li {
        margin: auto 13px;
    }

    .gs-work-at-global-container ul li img {
        height: 43px;
    }

    .scholarships-scrolling-table {
        width: 100%;
        max-width: 588px;
        margin-bottom: 50px;
    }

    .landing-mec-comparison h2 {
        line-height: 40px;
        margin-bottom: 14px;
    }

    .landing-gs-consultants-info-cards .gs-info-card-headig {
        padding-left: 77px;
        margin: auto auto 25px;
    }

    .landing-gs-consultants-info-cards .gs-consultants-cards {
        max-width: 870px;
        margin-bottom: 64px;
    }

    .landing-mec-comparison .comparison-right {
        width: 585px;
        height: 513px;
        border-radius: 28.44px;
    }

    .landing-mec-comparison .comparison-left {
        width: 266px;
        height: 513px;
        border-radius: 28.44px;
    }

    .landing-mec-comparison .mec-comparison-other {
        padding: 0px;
    }

    .landing-mec-comparison .comparison-right-clicked {
        width: 266px;
        height: 513px;
    }

    .landing-mec-comparison .comparison-right-clicked .mec-comparison-true .black-tick-icon {
        width: 20px;
        height: 20px;
        margin-bottom: 20px;
    }

    .landing-mec-comparison .comparison-left.comparison-left-clicked .others-header {
        margin-left: 0px;
    }

    .comparison-left.comparison-left-clicked .mec-comparison-other li {
        font-size: 14.22px;
        margin-bottom: 24px;
        line-height: 19.9px;
        letter-spacing: -0.36px;
    }

    .exit-popup-container .exit-help-para {
        font-size: 41px;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 24px;
    }

    .exit-active-employee {
        font-size: 28px;
    }

    .exit-callbackrequest {
        max-width: 390px;
        height: 68px;
        margin-bottom: 15px;
    }

    .exit-countrycode {
        font-size: 20px;
    }

    .exit-mobilenumber {
        font-size: 20px;
    }

    .exit-callbackrequst-button {
        width: 390px;
        height: 56px;
        font-size: 20px;
    }

    .exit-close-icon {
        width: 20px;
        top: 40px;
        right: 40px;
    }

    .exit-group-img {
        height: 30vh;
    }

    .exit-popup {
        height: 70vh;
    }

    .exit-terms-privacy {
        font-size: 13px;
    }

    .gs-first-container-left {
        margin: 96px 77px 0px 77px;
    }

    .landing-gs-first-container .gs-first-container-left .gs-left-child-div .crop-content {
        margin-top: 16px;
    }

    .headquarters-branch-container .main-branch .sub-branch-list {
        margin-bottom: 0px;
    }

    .mec-comparison {
        margin: auto 77px;
    }

    .comparison-container.active ul li p {
        font-size: 16px;
        line-height: 19.9px;
        letter-spacing: -0.36px;
    }

    .comparison-container.active ul li img {
        width: 13px;
        height: 13px;
        margin-right: 12px;
    }

    .comparison-container .others-header {
        font-size: 25.6px;
        line-height: 25.6px;
        letter-spacing: -0.71px;
        margin-bottom: 44px;
        margin-top: 0px;
    }

    .comparison-container .others-header.centered {
        margin-left: 36px;
    }

    .comparison-container.active .others-header.centered {
        margin-top: unset;
    }

    .comparison-container.active {
        width: 585px;
    }

    .comparison-container .comparison-mec-logo {
        width: 144.36px;
        height: 36px;
        margin-left: 0px;
        object-fit: contain;
        margin-bottom: 30px;
        margin-left: -20px;
    }

    .comparison-container ul li,
    .comparison-container.active ul li {
        margin-bottom: 24px;
    }


    .landing-mec-comparison .mec-comparison-true {
        padding: 0px;
    }

    .comparison-container {
        width: 266px;
        height: 470px;
        border-radius: 28.44px;
        padding: 56px 56px 50px;
    }

    .comparison-container ul li img {
        width: 20px;
        height: 20px;
        margin-left: 70px;
    }

    .cheers-container {
        padding-top: 14%;
    }

    .cheers-container .cheers-container-main {
        max-width: 900px;
    }

    .cheers-container .cheers-container-main .contents h4 {
        font-size: 30.74px;
    }

    .cheers-container .cheers-container-main .contents p {
        font-size: 20.01px;
        margin-bottom: 50px;
    }

    .cheers-container .cheers-container-main .contents {
        padding-top: 70px;
        max-width: 560px;
    }

    .cheers-container .cheers-container-main .ribbon-yellow {
        width: 80px;
        top: 82px;
        left: 60px;
    }

    .cheers-container .cheers-container-main .ribbon-green {
        width: 40px;
        bottom: 130px;
        left: 220px;
    }

    .cheers-container .cheers-container-main .ribbon-green-scrolling {
        width: 60px;
        right: 88px;
        top: -16px;
    }

    .cheers-container .cheers-container-main .ribbon-red {
        width: 39px;
        right: 120px;
    }

    .cheers-social-media img {
        width: 40px;
    }

    .test-prep-container,
    .test-prep-list-items {
        max-width: 871.82px;
    }

    .test-prep-first-section {
        height: 425.24px;
    }

    .test-prep-container .test-enroll-arrow {
        width: 37px;
        height: 37px;
        top: 235px;
    }

    .test-prep-container .test-enroll-arrow.right {
        right: -20px;
    }

    .test-prep-container .test-enroll-arrow.left {
        left: -20px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
        width: 53px;
        height: 53px;
        left: 38%;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
        width: 29px;
        height: 29px;
        bottom: 140px;
        left: 65px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
        width: 103px;
        height: 103px;
        right: 31px;
        bottom: 29px;
    }

    .test-prep-first-section .test-enroll-left img {
        height: 350px;
        left: 90px;
    }

    .test-prep-first-section .test-enroll-left {
        width: 56%;
    }

    .test-prep-first-section .test-enroll-right {
        margin-bottom: 55px;
        width: 44%;
    }

    .test-prep-first-section .test-enroll-right .article-heading-one {
        width: 75%;
        font-size: 27.02px;
        margin-bottom: 5px;
    }

    .test-prep-first-section .test-enroll-right .test-enroll-content {
        width: 75%;
        font-size: 12.09px;
        margin-bottom: 19px;
    }

    .test-prep-first-section .test-prep-enroll-btn {
        font-size: 12.8px;
        padding: 5px 16px;
    }

    .test-prep-first-section .testprep-google-review .review-stars {
        width: 70px;
        margin-bottom: 10px;
    }

    .test-prep-first-section .testprep-google-review {
        bottom: 45px;
    }

    .test-prep-first-section .testprep-google-review p {
        font-size: 14.22px;
    }

    .gs-country-highlights {
        max-width: 873.24px;
        margin-bottom: 70px;
    }

    .gs-country-highlights .country-list .country-card {
        height: 451.56px;
    }

    .gs-country-highlights .country-list .country-card .country-card-desc {
        padding-top: 4%;
        margin-left: 58px;
    }

    /* .gs-country-highlights .country-list .country-card h2 {
        font-size: 50px;
        line-height: 150%;
        margin-bottom: 15px;
    } */

    .gs-country-highlights .country-list .country-card h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .gs-country-highlights .country-list .country-card p {
        font-size: 15px;
        width: 400px;
    }

    .gs-country-highlights .country-list .country-card ul {
        font-size: 14.67px;
        max-width: 409.6px;
        margin-bottom: 20px;
    }

    .gs-country-highlights .country-list .country-card button {
        font-size: 13.73px;
        border-radius: 25px;
        padding: 7px 20px;
    }

    .gs-country-highlights .country-list-scroll .desc {
        font-size: 14.22px;
        margin: auto auto 15px 40px;
    }

    .gs-country-highlights .country-list-scroll .country-slide-container {
        max-width: 830.58px;
    }

    .gs-country-highlights .country-list-scroll ul {
        max-width: 830.58px;
        border-radius: 17.78px;
        padding: 12px 10px;
    }

    .gs-country-highlights .country-list-scroll ul li {
        max-width: 153.6px;
        height: 52.62px;
        border-radius: 14.22px;
        padding: 13px;
        margin: auto 2px;
    }

    .gs-country-highlights .country-list-scroll ul li img {
        width: 21px;
        height: 13px;
        border-radius: 3px;
    }

    .gs-country-highlights .country-list-scroll ul li p {
        font-size: 14.22px;
    }

    .gs-country-highlights .country-list-scroll .move-forward {
        bottom: 30px;
        right: 27px;
        width: 16px;
        height: 16px;
    }

    .gs-country-highlights .country-list-scroll .move-backward {
        bottom: 30px;
        width: 16px;
        height: 16px;
        left: 27px;
    }

    .gs-trial-premium-services {
        padding-top: 17%;
        max-width: 881.18px;
        margin: auto auto 57px;
    }

    .gs-trial-premium-services h1 {
        font-size: 39.82px;
        width: 392.53px;
        margin: auto auto 32px;
    }

    .gs-trial-premium-services .list-of-wide-services li {
        padding: 6px 15px;
    }

    .gs-trial-premium-services .list-of-wide-services li img {
        width: 15.39px;
        height: 15.39px;
    }

    .gs-trial-premium-services .list-of-wide-services li p {
        font-size: 10.65px;
    }

    .services-details-container {
        max-width: 869.69px;
        padding: 26px 20px;
        border-radius: 35.56px;
        margin-bottom: 45px;
    }

    .services-details-container .gs-our-free-service {
        border-radius: 32px;
        height: 265.24px;
        margin-bottom: 47px;
        width: 829.53px;
    }

    .services-details-container .gs-our-free-service h3 {
        font-size: 39.82px;
        max-width: 206.93px;
        padding: unset;
    }

    .services-details-container .gs-our-free-service img {
        max-width: 79.64px;
    }

    .services-details-container .content-container {
        font-size: 11.38px;
        line-height: 220%;
        margin-bottom: 30px;
    }

    .trial-faq-container h2 {
        font-size: 47.7px;
        line-height: 26.1px;
    }

    .trial-faq-container .gs-faq-content-container {
        padding: 61px 90px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda h3 {
        font-size: 15.65px;
        line-height: 22.4px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda p {
        font-size: 13.42px;
        line-height: 22.4px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda img {
        width: 10.59px;
    }

    .services-details-container .trail-cta-talk-to-experts {
        padding: 18px;
        border-radius: 27.02px;
        font-size: 21.33px;
    }

    .loan-banner .test-prep-first-section {
        height: 368px;
    }

    .loan-banner .test-prep-first-section .test-enroll-left img {
        height: 370px;
        left: 85px;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
        height: 120px;
        bottom: 30px;
        left: 4%;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
        height: 100px;
        top: -15px;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
        height: 75px;
        top: -53px;
    }

    .loan-banner .loan-tittle,
    .scholarship-banner .loan-tittle {
        font-size: 15.38px;
    }

    .trigger-popup-white-card .gs-cta-second-callback {
        padding: unset;
    }

    /* Legal */
    .gs-legal-banner-container {
        padding-top: 18%;
    }

    .gs-legal-banner-container .legal-title-card h1 {
        line-height: 100%;
        font-size: 50px;
        padding-left: 20px;
    }

    .gs-legal-banner-container .legal-banner .banner-img {
        max-width: 440px;
        height: 270px;
    }

    .gs-legal-banner-container .legal-banner {
        width: 55%;
    }

    .gs-legal-banner-container .addon-image-container img {
        width: 130px;
        height: 165px;
    }

    .gs-legal-banner-container .addon-image-container {
        top: 54%;
    }

    .legal-content-container {
        padding: 75px 55px 0;
    }

    .legal-content-container .legal-sub-heading {
        font-size: 35px;
    }

    .legal-content-container .legal-desc {
        font-size: 16px;
    }

    .article-read-more {
        font-size: 18px;
        line-height: 204%;
    }

    .article-background-city-img {
        height: 295px;
    }

    .icon-and-content {
        width: auto;
    }

    .article-para-content {
        font-size: 32px;
        line-height: 204%;
        font-size: 20px;
        margin-bottom: 35px;
    }

    .numeric-list-with-width {
        padding: 0px 80px;
        margin-bottom: 50px;
    }

    /* .empty-section {
        margin-bottom: 70px;
    } */

    .para-with-bottom {
        margin-bottom: 0px;
    }

    header .header-menu .header-menu-list img {
        height: 18px;
        width: 18px;
    }

    header .header-menu-list .header-sub-links {
        position: relative;
        border: none;
        background-color: unset;
        top: 10px;
        left: 0;
        max-width: 300px;
    }

    header .header-menu-list .header-sub-links .sub-menu-links-list li {
        padding: 10px 0px 12px 0px;
        width: 290px;
        margin-bottom: 0px;
    }

    header .header-menu-list .header-sub-links .sub-menu-links-list li p {
        font-size: 20px;
    }

    header .header-sub-menu .header-sub-menu-li {
        margin-bottom: 45px;
        padding: 10px 0px;
    }

    .success-stories-review-container {
        max-width: 900px;
        padding-top: 150px;
    }

    .success-stories-heading-container img {
        height: 27px;
        margin-right: 10px;
    }

    .success-stories-review-container .head-text {
        font-size: 31.29px;
        margin-bottom: 14px;
    }

    .success-stories-review-container .success-text-para {
        font-size: 12.09px;
        width: 781px;
        margin-bottom: 40px;
    }

    .success-stories-review-container .success-stories-review-cards {
        margin-right: 14px;
        max-width: 279.28px;
        padding: 12px 12px 17px;
        border-radius: 17px;
        margin-bottom: 15px;
    }

    .success-stories-review-cards .gs-reviewer-desc {
        margin-bottom: 14px;
    }

    .success-stories-review-cards .gs-reviewer-desc .reviewer-img {
        width: 33px;
        height: 33px;
        margin-right: 10px;
    }

    .success-stories-review-cards .success-stories-rating h2 {
        font-size: 11.4px;
    }

    .success-stories-review-cards .success-stories-rating .review-stars {
        height: 8px;
        top: 20px;
    }

    .success-stories-review-cards .gs-customer-says {
        font-size: 10.13px;
        padding-left: 8px;
    }

    .success-stories-review-container .enrollment-cta,
    .success-stories-review-container .landing-callback-request-cta {
        margin: 85px auto 100px;
    }

    .scholarship_scroll_button .gs-first-right-button {
        padding: 8px 50px;
    }

    .scholarship-banner .enquiry-list-items .enquiry-content-first-section {
        height: 391px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-left img {
        height: 390px;
    }

    .scholarship-banner .scholarship-heading-one {
        font-size: 25.6px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-left {
        width: 60%;
    }

    .scholarship-banner .enquiry-list-items {
        padding-top: 20px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right {
        margin-bottom: 80px;
        width: 44%;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right .test-enroll-content {
        width: 84%;
        font-size: 12.09px;
        margin-bottom: 19px;
    }

    .scholarship-banner .enquiry-content-first-section .enroll-now-btn {
        font-size: 14.46px;
        padding: 4px 27px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review .review-stars {
        width: 70px;
        margin-bottom: 8px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review {
        bottom: 45px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review p {
        font-size: 14.22px;
    }

    /* univ partners */

    .gs-about-us-home-section {
        padding-top: 15%;
    }

    .gs-about-us-home-section h1 {
        max-width: 593px;
        font-size: 29.87px;
    }

    .gs-about-us-home-section .our-diversity-points {
        max-width: 624px;
    }

    .gs-about-us-home-section .our-diversity-points li {
        font-size: 10.24px;
        padding: 8px 15px;
    }

    .gs-about-us-home-section p {
        max-width: 465px;
        margin: auto auto 75px;
        font-size: 12.09px;
    }

    .gs-about-us-home-section .about-us-banner {
        height: 340px;
    }

    .gs-left-img-right-content-container {
        max-width: 866px;
    }

    .gs-left-img-right-content-container .left .trusted-img-banner {
        max-width: 437px;
    }

    .gs-left-img-right-content-container .right h2 {
        font-size: 32.9px;
    }

    .gs-left-img-right-content-container .right p {
        font-size: 12.38px;
    }

    .gs-left-content-right-img-container {
        max-width: 855px;
    }

    .gs-left-content-right-img-container .left h2 {
        font-size: 32.49px;
    }

    .gs-left-content-right-img-container .left p {
        max-width: 377px;
        font-size: 12.38px;
    }

    .gs-left-content-right-img-container .right .gptw-img-banner {
        height: 334px;
        max-width: 470px;
    }

    .gs-vetted-application-container {
        max-width: 820.81px;
    }

    .gs-vetted-application-container .left {
        width: 65%;
        border-radius: 18.88px;
        padding-top: 150px;
    }

    .gs-vetted-application-container .left .rectangle-container {
        max-width: 518.01px;
        height: 178.96px;
        border-radius: 18.88px;
    }

    .gs-vetted-application-container .left .rectangle-container p {
        width: 250.7px;
        font-size: 12.08px;
    }

    .gs-vetted-application-container .left img {
        max-width: 283.17px;
        height: 270.33px;
        left: -4px;
    }

    .gs-vetted-application-container .right {
        padding-top: 150px;
    }

    .gs-vetted-application-container .right h2 {
        font-size: 31.71px;
    }

    .premium-service-nav-btn {
        padding: 12px 22px;
        border-radius: 50.59px;
        font-size: 13.97px;
    }

    .gs-times-edu-icon-award-container {
        max-width: 820.81px;
        margin: 50px auto;
        border-radius: 21.14px;
        height: auto;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content h2 {
        font-size: 27.18px;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content p {
        max-width: 381.33px;
        font-size: 12.08px;
    }

    .gs-times-edu-icon-award-container .times-award-banner img {
        max-width: 264.29px;
        height: 280.29px;
    }

    .gs-times-edu-icon-award-container .times-award-banner {
        bottom: -28px;
    }

    .gs-times-edu-icon-award-container .times-star-one {
        width: 25.67px;
        height: 31.35px;
        right: 42%;
    }

    .gs-times-edu-icon-award-container .times-star-two {
        bottom: 27px;
        width: 14.35px;
        height: 17.52px;
        right: 11%;
    }

    .gs-enroll-app-container {
        max-width: 727px;
    }

    .gs-enroll-app-container .left {
        text-align: left;
    }

    .gs-enroll-app-container .left img {
        max-width: 259.77px;
        height: 265.78px;
    }

    .gs-enroll-app-container .right h2 {
        font-size: 31.78px;
    }

    .gs-enroll-app-container .right {
        padding-left: 50px;
    }

    .gs-enroll-app-container .right p {
        max-width: 414.8px;
        font-size: 12.11px;
    }

    .gs-branch-presence-container {
        max-width: 841.45px;
        margin: auto auto 75px;
    }

    .gs-branch-presence-container .left {
        width: 40%;
    }

    .gs-branch-presence-container .left h2 {
        font-size: 31px;
    }

    .gs-branch-presence-container .left p b {
        font-size: 12.8px;
    }

    .gs-branch-presence-container .left p {
        font-size: 12px;
    }

    .gs-branch-presence-container .right {
        padding-left: unset;
        text-align: center;
        width: 60%;
    }

    .gs-branch-presence-container .right img {
        max-width: 485px;
        height: 197px;
    }

    .gs-branch-presence-container .right p b {
        font-size: 31.32px;
    }

    .gs-branch-presence-container .right p {
        font-size: 14.32px;
    }

    .gs-partner-signup-form-container {
        max-width: 873.24px;
        height: 573.87px;
        border-radius: 21.33px;
    }

    .gs-partner-signup-form-container .left img {
        height: 573.16px;
    }

    .gs-partner-signup-form-container .right {
        padding: 35px 64px 44px;
    }

    .gs-partner-signup-form-container .right h2 {
        font-size: 32.71px;
        margin-bottom: 8px;
    }

    .gs-partner-signup-form-container .right p {
        font-size: 11.38px;
        margin-bottom: 15px;
    }

    .gs-partner-signup-form-container .right select {
        padding: 9px 16px;
        border-radius: 4.1px;
        font-size: 9.74px;
    }

    .gs-partner-signup-form-container .right .shared-width {
        gap: 15px;
        margin-bottom: 17px;
    }

    .gs-partner-signup-form-container .right .non-shared-width {
        margin-bottom: 17px;
    }

    .gs-partner-signup-form-container .right input[type="text"] {
        padding: 9px 16px;
        border-radius: 4.1px;
        font-size: 9.74px;
    }

    .gs-partner-signup-form-container .right textarea {
        padding: 9px 16px;
        border-radius: 4.1px;
        font-size: 9.74px;
        height: 66.4px;
        resize: vertical;
    }

    .gs-partner-signup-form-container .right button {
        border-radius: 47.64px;
        font-size: 13.16px;
        padding: 11px 25px;
    }

    .gs-partner-signup-form-container .right .checkbox-field {
        margin-bottom: 24px;
    }

    .gs-partner-reach-us-container {
        max-width: 875.38px;
        border-radius: 26.31px;
        padding: 35px;
    }

    .gs-partner-reach-us-container h2 {
        font-size: 18.49px;
        margin-bottom: 25px;
    }

    .gs-partner-reach-us-container .reach-us-list img {
        width: 20px;
        height: 20px;
        margin-right: 3px;
    }

    .gs-partner-reach-us-container .reach-us-list p {
        font-size: 14.43px;
    }

    .success-stories-main .stories-right button {
        right: -10px;
        bottom: -49px;
        font-size: 12.5px;
        width: 136px;
        padding: 4px 10px;
    }

    .signup-error-message {
        bottom: -12px;
        font-size: 10px;
    }

    .educ-loan .country-list .country-card .country-card-desc {
        margin-left: 46px;
    }

    .educ-loan .country-card-desc {
        bottom: 157px;
    }

    .educ-loan h2 {
        font-size: 57px;
        margin-bottom: 10px;
    }

    .educ-loan .country-card img {
        bottom: -10px;
    }

    .enrollment-cta {
        max-width: 870px;
        height: 145px;
        padding: 40px 57px;
        margin-bottom: 85px;
    }

    .enrollment-cta .icon:nth-child(1) {
        left: -18px;
        top: 30px;
        width: 35px;
        height: 35px;
    }

    .enrollment-cta .icon:nth-child(2) {
        top: -25px;
        width: 47px;
        height: 47px;
    }

    .enrollment-cta .icon:nth-child(3) {
        bottom: -20px;
        left: 239px;
        width: 42px;
        height: 42px;
    }

    .enrollment-cta-left {
        padding-right: 100px;
    }

    .enrollment-cta-left .enrollment-cta-bold {
        font-size: 18.49px;
        margin-bottom: 5px;
    }

    .enrollment-cta-left .enrollment-cta-content {
        font-size: 14.22px;
        line-height: 21.3px;
    }

    .enrollment-cta-button {
        font-size: 17.07px;
        width: 263px;
        height: 41px;
        border-radius: 48px;
        margin-bottom: 20px;
    }

    .enrollment-cta-card-button p {
        font-size: 11.38px;
        line-height: 124%;
    }

    .services-details-container .content-container .article-read-more {
        font-size: 11.38px;
    }

    header .header-menu-list .header-sub-links.test-prep {
        left: 0;
    }

    .gs-article-table-container .divider .action-btn {
        padding: 0px 20px;
    }

    .gs-article-table-container .divider .action-btn p {
        font-size: 22px;
    }

    .gs-article-table-container .divider .action-btn img {
        width: 25px;
    }

    header .header-menu-list .header-sub-course {
        display: none;
        opacity: 0;
        background-color: unset;
        left: 0;
        flex-direction: column;
        height: auto;
        position: relative;
        top: 7px;
        border: unset;
    }

    .header-menu-course-lists {
        width: 385px;
    }

    .header-sub-course .borders {
        display: none;
    }

    .rotate {
        transform: rotate(90deg);
        transition: transform 0.3s ease;
    }

    .header-sub-course .sub-menu-course-links {
        width: 100%;
    }

    header .header-menu-list .header-sub-links .sub-menu-links-list li:hover {
        background-color: unset;
    }

    .gs-six-table-head table th {
        padding: 0px 24px;
    }

    .error-table-block .error-right-block .error-banner-img {
        height: 250px;
        margin-top: 80px;
    }

    .error-table-block .error-left-block h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .error-table-block .error-left-block {
        margin: 40px 0px 100px 0px;
    }

    .primary-pm-btn {
        padding: 6px 15px;
        font-size: 11px;
        width: 134.03px;
        height: 26.67px;
    }

    .eligibility-container {
        padding: 0px 50px;
        padding-top: 6%;
    }

    .eligibility-heading {
        font-size: 40px;
        margin-bottom: 36px;
    }

    .eligibility-course-container .course ul li {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .course-count-img img {
        width: 269px;
        height: 568px;
    }

    .course-count span {
        font-size: 14px;
    }

    .course-count .counts {
        font-size: 24px;
    }

    .bachelors-container label {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .qualification-container select {
        font-size: 18px;
    }

    .bachelors-container input {
        font-size: 18px;
    }

    .bachelors-container .twelveth-score input {
        margin-bottom: 10px;
    }

    .eligibility-thank-you-container .success-inform {
        font-size: 18px;
    }

    .countinue-read span {
        font-size: 16px;
        padding: 13px 20px;
    }

    .eligibility-thank-you-container .course-count-img img {
        height: 560px;
    }

    .eligibility-thank-you-container .course-count {
        top: 38%;
    }

    .eligibility-thank-you-container .course-count-img .course-count span {
        font-size: 18px;
    }

    .eligibility-thank-you-container .course-count-img .course-count p {
        font-size: 22px;
    }

    .course-count {
        top: 210px;
    }

    #googleads .test-enroll-left img {
        width: 384px;
        margin-bottom: 94px;
    }

    #googleads .trigger-callbackrequst-button {
        width: 70%;
    }

    .download-material-container {
        max-width: 870px;
        margin-bottom: 95px;
    }

    .download-material-container .head-text {
        font-size: 27.02px;
        margin-bottom: 10px;
    }

    .download-material-container .study-material-desc {
        font-size: 16px;
        width: 813px;
        margin-bottom: 40px;
    }

    .download-material-container .gs-cta-download-cards {
        margin-right: 14px;
        border-radius: 21px;
        height: 154px;
        width: 135px;
        padding: 6px;
    }

    .download-material-container .download-img-card {
        width: 122px;
        height: 110px;
        border-radius: 17px;
    }

    .gs-cta-download-cards h2 {
        font-size: 10.67px;
        padding-top: 14px;
    }

    .gs-cta-download-cards .download-img-card img {
        width: 90px;
    }

    .gs-cta-download-cards .gs-cta-download p {
        font-size: 12.09px;
    }

    .gs-cta-download-cards .gs-cta-download-icon {
        width: 12px;
        height: 12px;
    }

    .intersted-perks-card-scroll .card .gs-card-guides {
        left: 76%;
    }

    .intersted-perks-card-scroll .card .gs-card-guides button {
        font-size: 14px;
    }

    .intersted-perks-card-scroll .card .gs-card-guides img {
        width: 15px;
        height: 15px;
    }

    .range-slider-container .range-child {
        margin-bottom: 40px;
    }

    .range-slider-container .range-child .range-types p {
        font-size: 20px;
    }

    .input-range-slider {
        width: 320px;
    }

    .eligibility-course-container .range-slider-container {
        padding-top: 10%;
    }

    .range-slider-container .range-child .range-slider p {
        width: 230px;
        padding: 10px 0px;
    }

    input[type="range"] {
        width: 360px;
    }

    .showmore-services-btn {
        font-size: 11px;
        padding: 9px 19px;
    }

    .gs-univ-partners-scroll-container .icons-scroller ul li img {
        height: 36px;
    }

    .gs-univ-partners-scroll-container .uni-main::before {
        left: 0px;
        width: 220px;
    }

    .gs-univ-partners-scroll-container .uni-main::after {
        right: 0px;
        width: 220px;
    }

    .gs-info-card-content {
        padding: 0px 33px 10px;
    }

    .success-stories-main {
        margin-bottom: 0px;
    }

    .error .error-message {
        top: -36px;
        left: 52px;
        padding: 4px 5px;
    }

    .error .error-message .go-input-error-message {
        font-size: 10px;
    }

    .callback-request-cta .error .error-message {
        left: 32px;
    }

    .exit-popup-main .error .error-message {
        top: -37px;
        left: 40px;
    }

    #triggerpopup .trigger-popup-white-card {
        max-width: 755px;
        height: 550px;
        box-shadow: 0px 10px 40px 10px #00000020;
    }

    #triggerpopup .trigger-popup-white-card .details-required {
        padding: 55px 0px 0px 45px;
    }

    #triggerpopup .trigger-logo {
        margin-bottom: 24px;
        /* width: 25%; */
    }

    #triggerpopup .trigger-popup-white-card .details-required .trigger-help-para-first {
        margin-bottom: 17px;
    }

    #triggerpopup .trigger-callbackrequest .trigger-countrycode {
        height: 38px;
        font-size: 14px;
    }

    #triggerpopup .trigger-callbackrequest .trigger-mobilenumber {
        font-size: 14px;
        width: 195px;
        height: 38px;
    }

    #triggerpopup .trigger-callbackrequst-button {
        font-size: 14px;
        width: 160px;
        height: 34px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required {
        padding-top: 40px;
        height: 199px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required .action p {
        font-size: 11.5px;
        line-height: 18.8px;
        margin-bottom: 6px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required .action img {
        width: 85px;
        height: 85px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required .borders {
        height: 193px;
        top: -35px;
        margin: 0px 32px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required .action {
        margin-top: 5px;
    }

    #triggerpopup .trigger-popup-white-card .details-required .trigger-help-para {
        font-size: 18.5px;
        line-height: 23px;
        margin-bottom: 8px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required .call-action {
        font-size: 18.5px;
        line-height: 20px;
    }

    #triggerpopup .trigger-popup-white-card .conditions-desc {
        font-size: 12.5px;
    }

    #triggerpopup .trigger-popup-white-card-left p {
        top: 100px;
        width: 176px;
        font-size: 24px;
        line-height: 32px;
    }

    #triggerpopup .trigger-popup-white-card-left img {
        margin-top: 38%;
    }

    #triggerpopup .trigger-popup-white-card-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* New Tail */

    .footer-design-v1 .stripe-v1 .stripe-content-v1 {
        max-width: 930px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .logo {
        width: 180px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .stripe-mobilenumber {
        font-size: 20px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 {
        gap: 10px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1 .app-icon-v1 img,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 .handiling-icon-v1 img {
        width: 22px;
    }

    .footer-design-v1 .link-container-v1 {
        max-width: 930px;
    }

    .footer-design-v1 .link-container-v1 .link-list-v1 li {
        padding-bottom: 22px;
        font-size: 16px;
    }

    .footer-design-v1 .stripe-v1 {
        margin-bottom: 36px;
    }

    .gs-univ-partners-review-container {
        margin-top: 43px;
    }

    .article-banner-para {
        margin-left: 53px;
        max-width: 900px;
    }

    .gs-article-related-links-card-container .flat-full-width-link-card {
        max-width: 930px !important;
    }

    [pagetype="subpages"] .article-table-container table th {
        padding: 10px 33px;
    }

    [pagetype="subpages"] .table-heading-two {
        font-size: 16.96px;
    }

    [pagetype="subpages"] .article-table-container table td {
        font-size: 15.66px;
        line-height: 150%;
        letter-spacing: 0.24px;
        padding: 16px 30px;
    }

    [pagetype="subpages"] .gs-first-containers-left-buttons {
        justify-content: center;
    }
}

@media only screen and (max-width: 820px) {
    :root {
        --bottomgap: 16px;
    }

    header .gs-header-inner-block {
        max-width: 696px;
    }

    .service-cta-adjust {
        margin-right: 19px;
    }

    header .gs-header-inner-block .header-logo {
        /* width: 170px;
        height: 55px; */
        width: 220px;
        height: 50px;
        bottom: -23px;
    }

    .gs-body-content-container {
        padding-top: 44px;
    }

    .breadcrumb .inactive {
        font-size: 17px;
    }

    .breadcrumb * {
        font-size: 17px;
        margin-right: 10px;
    }

    .breadcrumb {
        margin-bottom: 44px;
    }

    .gs-first-container {
        display: block;
    }

    .gs-first-container-left .gs-left-child-div .crop-content {
        width: unset;
        font-size: 18px;
        line-height: 190%;
    }

    .gs-first-container-left {
        margin: 104px 57px 0px 57px;
    }

    .gs-first-containers-left-buttons {
        margin-bottom: 56px;
    }

    .outline-cta-button {
        font-size: 16.75px;
        line-height: 156%;
        letter-spacing: 0.16px;
    }

    .filled-cta-button {
        font-size: 16.75px;
        line-height: 156%;
        letter-spacing: 0.16px;
    }

    .language-cta-people-message {
        margin-bottom: 21px;
    }

    .language-cta-people-message p {
        text-align: unset;
        color: var(--themepara);
        margin-left: 8px;
        font-size: 14px;
        line-height: 167%;
        letter-spacing: 0.16px;
    }

    .language-cta-people-message img {
        right: 45px;
    }

    .language-cta-scrolling-cards {
        white-space: nowrap;
        overflow: scroll;
        padding-right: 80px;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        padding-left: 57px;
        scroll-padding: 0px;
    }

    .language-cta {
        display: inline-block;
        width: 360px;
        height: 421.77px;
    }

    .language-cta .banner {
        height: 193px;
    }

    .gs-first-section {
        margin-bottom: 48px;
    }

    .language-cta p {
        white-space: normal;
        font-size: 12.05px;
        margin-left: 33px;
        margin-right: 36px;
        line-height: 162%;
    }

    .active-language-card {
        transform: scale(1);
        transition: transform 0.3s ease-in-out;
    }

    .gs-university-icons-container {
        padding: 0px 76px;
        margin-bottom: 40px;
    }

    .gs-article-banner-image-container {
        max-width: 90vw;
        margin-bottom: 40px;
        margin-left: 40px;
        height: 200px;
    }

    .analytics-icon {
        margin-right: 12px;
        width: 42px;
        height: 42px;
    }

    .gs-article-banner-image-container h2 {
        font-size: 26.76px;
        line-height: 118%;
    }

    .article-heading-three {
        font-size: 28px;
        line-height: 144%;
        margin-bottom: 32px;
    }

    .gs-article-banner-image-container .student-counts {
        font-size: 15px;
        line-height: 128%;
        letter-spacing: -0.32px;
    }

    .article-banner-para {
        margin-left: 40px;
    }

    .service-section-container {
        flex-direction: column-reverse;
    }

    .service-section-container-left {
        margin-left: 40px;
        max-width: none;
    }

    .service-section {
        margin-bottom: 56px;
    }

    .service-cta-right {
        margin: auto;
        max-width: 350px;
        height: 536px;
    }


    .gs-consultant-name-info {
        font-size: 17.86px;
        line-height: 146%;
        margin-bottom: 10px;
    }

    .gs-green-tick {
        width: 9px;
        height: 9px;
    }

    .gs-consultant-role {
        font-size: 16.37px;
        line-height: 146%;
        letter-spacing: 0.16px;
        padding-bottom: 12px;
    }

    .gs-article-bg {
        padding: 57px 0px;
    }

    .article-table-container {
        overflow-x: unset;
        text-align: left;
    }

    .article-table-container table {
        min-width: 80vw;
        table-layout: unset;
        /* margin-left: 40px; */
    }

    .single-table-view .article-table-container.left {
        width: 100%;
        overflow-x: unset;
    }

    .download-cta {
        width: 688px;
        height: 114.67px;
    }

    .download-cta-right {
        flex-wrap: wrap;
        width: 100%;
    }

    .gs-cta-download-cards img {
        height: 40px;
        width: 49px;
    }

    .gs-cta-download-cards {
        height: 88.87px;
        margin: 13px 8px;
        width: 77.4px;
    }

    .section-adjust-style {
        padding: 0px 40px;
        font-size: 28px;
        margin-bottom: 0px;
        line-height: 139%;
    }

    .related-programs-cta {
        display: block;
    }

    .related-programs-cta .related-programs-card {
        margin: auto;
        width: 276.61px;
        height: 298.26px;
    }

    .related-programs-cta .related-programs-card .banner {
        height: 177.87px;
    }

    .related-programs-cta .related-programs-card .content {
        padding: 21px 25px;
    }

    .related-programs-cta .related-programs-card .logo-placeholder {
        width: 23px;
        height: 21px;
    }

    .related-programs {
        margin-bottom: 50px;
    }

    .webinar-cta {
        margin: auto;
        width: 276.61px;
        height: 298.26px;
        border-radius: 18px;
    }

    .webinar-cta .content .title {
        font-size: 13.57px;
        font-family: InterBold;
        color: var(--themedarkgrey);
        line-height: 138%;
        letter-spacing: -0.16px;
    }

    .webinar-cta .schedules {
        width: 226.86px;
        margin-top: 9px;
    }

    .webinar-cta .schedules .about .people {
        width: 38px;
        height: 38px;
        margin-right: 12px;
    }

    .webinar-cta .schedules .about .aboutpeople h3 {
        font-size: 9.4px;
        line-height: 146%;
    }

    .webinar-cta .schedules .about .aboutpeople .role {
        font-size: 7.16px;
        line-height: 146%;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .rating img {
        width: 6px;
        height: 6px;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .rating p {
        font-size: 6.41px;
        line-height: 140%;
        letter-spacing: 0.16px;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .review {
        font-size: 6.41px;
        line-height: 140%;
        letter-spacing: 0.32px;
        margin-right: 30px;
    }

    .webinar-cta .schedules .description {
        font-size: 6.41px;
        line-height: 146%;
        letter-spacing: 0.32px;
        margin-bottom: 3px;
    }

    .webinar-cta .book h3 {
        font-size: 10.55px;
        line-height: 156%;
        letter-spacing: -0.16px;
    }

    .gs-our-free-service {
        width: 687px;
        height: 240px;
        border-radius: 25px;
    }

    .gs-our-free-service h3 {
        max-width: unset;
        padding: 0px 46px 0px 40px;
        font-size: 52px;
        line-height: 98%;
    }

    .gs-our-free-service p {
        width: unset;
        padding: 36px 55px;
        text-align: left;
        font-size: 12px;
    }

    .article-heading-four {
        font-size: 26px;
        margin-bottom: 26px;
        line-height: 156%;
    }

    .article-heading-res {
        font-size: 26px;
        text-align: center;
        line-height: 150%;
        margin: 0px 150px 26px 160px;
        font-family: InterExtraBold;
        color: var(--themedarkgrey);
    }

    .response {
        display: none;
    }

    .service-cta-adjust {
        margin-right: 14px;
    }

    .numeric-list-with-bottom {
        margin-left: 40px;
    }

    .limitwidth .table-top-para {
        margin-bottom: 30px;
    }

    .gs-requirement-chips {
        margin-bottom: unset;
    }

    .gs-requirement-chips .requirement-chip {
        width: 165px;
        padding: 5px;
        height: auto;
        margin-bottom: 9px;
    }

    .para-res {
        text-align: center;
        padding: 0px 112px;
    }

    .table-para-res {
        text-align: center;
        padding: 0px 100px;
    }

    .requirement-chip .heading {
        padding: 10px;
        font-size: 13.8px;
        line-height: 160%;
        letter-spacing: 0.16px;
    }

    .requirement-chip span {
        line-height: 160%;
        font-size: 8.91px;
        letter-spacing: 0.16px;
    }

    .gs-article-table-container {
        display: block;
    }

    .gs-article-table-container .article-table-container .four-coloum-table {
        max-width: 90vw;
    }

    .article-table-container.gs-four-table-right {
        width: 100%;
        text-align: center;
    }

    .article-table-container.right {
        margin-left: unset;
        width: 100%;
        text-align: center;
    }

    .article-table-container.right .table-para-mb {
        margin-bottom: 26px;
        margin-top: 32px;
    }

    .callback-request-cta {
        width: 688px;
        height: 129.33px;
        border-radius: 26.67px;
    }

    .callback-request-cta-left {
        padding: 0px 54px 0px 0px;
    }

    .callback-request-cta-left span {
        margin: auto;
        font-size: 14px;
        line-height: 21px;
    }

    .landing-callback-request-cta {
        margin-bottom: 64px;
        border-radius: 13px;
        width: 650px;
    }

    .landing-callback-request-cta .gs-cta-second-callback .gs-countrycode {
        font-size: 9px;
        height: 36px;
    }

    .landing-callback-request-cta .callback-request-cta-right .gs-cta-second-callback .gs-mobilenumber {
        width: 140px;
        height: 36px;
        font-size: 9.9px;
    }

    .landing-callback-request-cta .callback-request-cta-right .gs-callbackrequst-button {
        font-size: 8px;
        padding: 6px 5px;
        height: 36px;
    }

    .gs-cta-second-callback {
        justify-content: center;
        padding: 0px 0px 0px 0px;
        height: 38px;
    }

    .gs-countrycode {
        font-size: 12px;
        line-height: 224%;
        letter-spacing: 0.32px;
        border-radius: 30px 0px 0px 30px;
        height: 40px
    }

    .callback-request-cta-right .float {
        position: unset;
        text-align: center;
        margin-top: 9px;
    }

    .landing-callback-request-cta .float {
        text-align: left;
        margin-top: 5px;
    }

    .universities-cta {
        padding: 40px 10px;
        width: 688px;
        height: 137px;
    }

    .universities-cta-button {
        margin-bottom: 6px;
        width: 218px;
        height: 35px;
        font-size: 14px;
    }

    .universities-cta-left p {
        width: 336px;
        font-size: 14.5px;
        line-height: 21px;
        letter-spacing: 0.11px;
    }

    .universities-cta-card-button p {
        position: unset;
        margin: auto;
        font-size: 10px;
        width: 159px;
        line-height: 136%;
    }

    .course-cta {
        padding: 0px 0px 0px 37px;
        width: 688px;
        height: 114.67px;
    }

    .course-cta-card-right {
        width: 52vw;
    }

    .cta-padding-top {
        padding-top: 0px;
        margin-bottom: 40px;
    }

    .gs-faq-container .gs-faq-h2 {
        font-size: 44px;
        margin-bottom: 60px;
        line-height: 40px;
    }

    .gs-faq-container .gs-faq-category {
        margin-bottom: 16px;
    }

    .gs-faq-category .gs-faq-category-btn {
        border-radius: 20px;
        padding: 10px 27px;
        font-size: 13px;
        line-height: 16.1px;
        border-radius: 15px;
    }

    .gs-final-cta-trust {
        max-width: 691px;
        height: 288px;
        justify-content: space-between;
        margin-bottom: 56px;
    }

    .gs-final-cta-trust .content {
        text-align: center;
    }

    .gs-final-cta-trust content {
        text-align: center;
    }

    .gs-final-cta-group-img {
        height: 40vh;
        object-fit: cover;
        object-position: center;
        border-radius: 25px;
    }

    .gs-final-cta-cutx-img {
        max-width: 48px;
        bottom: -8px;
        left: 102px;
    }

    .gs-video-gallery {
        white-space: nowrap;
        overflow: scroll;
        display: block;
    }

    .gs-video-card {
        display: inline-block;
        margin-right: 14px;
        height: 308px;
        width: 36vw;
    }

    .gs-video-card .video-banner .play-button {
        width: 45px;
        height: 48px;
    }

    .gs-vedio-banner-logo {
        width: 23px;
    }

    .video-first-banner {
        margin-left: 40px;
    }

    .gs-relevant-video-container h2 {
        padding-left: 40px;
        line-height: 156%;
        font-size: 24px;
        margin-bottom: 32px;
    }

    .gs-article-video-gallery {
        white-space: nowrap;
        overflow: scroll;
    }

    .gs-article-related-links-card-container .gs-article-links-card .content {
        white-space: normal;
        padding: 22px 23px;
    }

    .gs-relevant-video-container {
        margin-bottom: 40px;
    }

    .service-cta-right .go-input-form {
        width: 100%;
        padding: 0px 25px;
        box-sizing: border-box;
        text-align: -webkit-center;
    }

    .gs-head-menu {
        display: block;
        width: 28.66px;
    }

    .header-container-links {
        width: 300px;
        position: fixed;
        top: 0;
        background: #def6d5;
        overflow-x: hidden;
        transition: 0.5s;
        text-align: left;
        height: 100%;
        padding-top: 10px;
        right: -430px;
        z-index: 11;
    }

    .gs-close-menu {
        display: block;
        width: 65px;
        padding: 7px;
        margin-right: 10px;
    }

    header .header-menu {
        float: none;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    header .header-menu .header-menu-list {
        margin-bottom: 60px;
    }

    header .header-menu .header-menu-list p {
        font-size: 28px;
    }

    .gs-final-cta-para {
        text-align: center;
        padding: 0px 20px;
        margin: 32px 0px 8px 0px;
        font-size: 20.73px;
        line-height: 156.8%;
    }

    .gs-final-cta-button {
        font-size: 13px;
        padding: 7px 25px 7px 25px;
    }

    .gs-final-cta-group-img {
        height: 164px;
        width: 464px;
    }

    .gs-university-icons-container span {
        margin-bottom: 26px;
        line-height: 154%;
        font-size: 17px;
    }

    .course-cta-card-left p {
        font-size: 13px;
        width: 199.52px;
        line-height: 17.2px;
    }

    .gs-courses-cta-card {
        margin-top: 10px;
    }

    .course-cta-card-right .gs-courses-cta-card span {
        font-size: 8.3px;
        line-height: 17.2px;
        margin: 0px 5px 8px 0px;
        padding: 1px 14px;
    }

    .gs-university-icons .university-logo {
        width: 55px;
        height: 55px;
    }

    .gs-article-related-links-card-container .gs-article-links-card {
        min-height: 33vh;
        box-shadow: 2px -5px 30px 5px var(--themeshadowgrey);
        height: auto;
        margin-right: 14px;
        max-width: 256px;
    }

    .gs-article-related-links-card-container .gs-relevant-links {
        width: 257px;
        height: 165px;
    }

    .landing-gs-final-cta-trust {
        max-width: 652px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .gs-article-links-card .gs-card-logo-placeholder {
        width: 21px;
    }

    .gs-relevant-img-card {
        margin-bottom: 40px;
    }

    .gs-article-related-links-card-container .gs-link-tags {
        margin-right: 5px;
        margin-bottom: 14px;
        height: 36px;
        font-size: 12.17px;
    }

    .gs-footer-our-logo {
        height: 45px;
    }

    .gs-callbacknumber {
        border-radius: 50px;
        padding: unset;
        font-size: 16px;
        letter-spacing: -0.4px;
        font-family: InterSemiBold;
        margin-right: unset;
    }

    .media-icons-container .gs-university-scrolling {
        max-width: 600px;
    }

    /* .gs-footer-columns {
        padding: 61px 0px;
    } */

    .gs-footer-columns-child .gs-footer-ul li {
        font-size: 12px;
        line-height: 156.8%;
    }

    .gs-footer-list li {
        margin-bottom: 22px;
    }

    .gs-footer-callbacknumber {
        display: contents;
    }

    /* .gs-footer-logo {
        margin-top: 60px;
        margin-bottom: 22px;
    } */

    .showmore-btn {
        display: none;
    }

    .gs-article-related-links-card-container .gs-article-links-first-card {
        margin-left: 40px;
    }

    .gs-footer-columns-child {
        width: 100%;
        margin-left: 40px;
        margin-bottom: 32px;
    }

    .gs-footer-bg .gs-footer-columns {
        max-width: 695px;
    }

    .gs-footer-bg .gs-footer-columns .gs-footer-columns-child.gs-footer-logo {
        margin: auto 10px 30px auto;
    }

    .gs-footer-bg .gs-footer-columns .gs-footer-columns-child {
        width: 165px;
        margin: auto 0px 39px auto;
    }

    .gs-footer-columns-child .gs-footer-ul li.gs-callbacknumber {
        font-size: 16px;
        margin-right: 0px;
    }

    .gs-footer-socialmedia-icons img {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }

    .landing-gs-faq-content-container {
        padding: 50px 80px;
    }

    .gs-footer-columns-child span {
        color: #4E4E4E;
        font-size: 12.81px;
        line-height: 156.8%;
    }

    .gs-footer-apps-icons img {
        width: 23px;
        height: 23px;
        margin-right: 9px;
    }

    .gs-footer-apps-icons {
        margin-bottom: 25px;
        margin-top: 9px;
    }

    .gs-Copyrights-info {
        font-size: 11px;
        line-height: 156.8%;
        padding-bottom: 19px;
    }

    .callback-request-cta-right .gs-cta-second-callback .gs-mobilenumber {
        width: 200px;
        padding-left: 5px;
        height: 40px;
    }

    .gs-article-related-links-card-container h2 {
        margin-left: 40px;
        font-size: 24px;
        margin-bottom: 32px;
    }

    .service-cta-right .service-card-container .service-card {
        height: 134px;
        max-width: 147px;
    }

    .gs-footer-socialmedia-icons {
        justify-content: flex-start;
    }

    .gs-consultants-cards {
        margin-bottom: 48px;
    }

    .gs-our-free-service img {
        height: 76px;
        width: 70px;
    }

    .gs-callbackrequst-button {
        width: 87px;
        padding: 6px 13px;
        font-size: 10px;
        line-height: 121%;
        letter-spacing: -0.16px;
        border-radius: 0px 30px 30px 0px;
    }

    .gs-univ-content-container {
        margin-bottom: 10px;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        padding: 32px 0px;
        padding-left: 58px;
    }

    .article-banner-para .article-content {
        font-size: 15px;
        margin-bottom: 40px;
        line-height: 204%;
        width: 689px;
    }

    .gs-univ-content-container .gs-univ-card img {
        width: 40px;
        height: 40px;
    }

    .gs-reviewer-header h2 {
        font-size: 12.84px;
        line-height: 167%;
    }

    .gs-univ-card .gs-reviewer-header p {
        font-size: 10.5px;
        top: 23.5px;
        padding-right: 40px;
    }

    .uni-carousel-indicator.active {
        width: 10px;
        height: 10px;
    }

    .uni-carousel-indicator {
        width: 7.46px;
        height: 7.46px;
    }

    .gs-univ-partners-review-container {
        margin-bottom: 57px;
    }

    .gs-univ-card .gs-heading {
        margin-bottom: 16px;
    }

    .gs-reviewer-para {
        font-size: 10.5px;
    }

    .gs-univ-card .gs-read-more-review-body {
        font-size: 10.5px;
        line-height: 162.5%;
    }

    .gs-univ-content-container .gs-univ-card {
        margin: 0px 0px;
        max-width: 327.67px;
        padding: 35px;
        margin-right: 8px;
    }

    .empty-section {
        margin-bottom: 0px;
    }

    .cta-img-banner {
        margin-bottom: unset;
    }

    .cta-padding {
        padding-bottom: 24px;
    }

    .gs-article-table-bottom {
        margin-bottom: 40px;
    }

    .article-content-one {
        font-size: 15px;
    }

    .last-list {
        padding-bottom: 0px;
    }

    .gs-info-card-headig {
        font-size: 24px;
        text-align: left;
        margin-bottom: 32px;
        padding-left: 40px;
    }

    .service-cta-right .gs-cta-second-callback {
        width: 350px;
        height: 52px;
    }

    .gs-mobilenumber {
        height: 45px;
        width: 151px;
        font-size: 13px;
        line-height: 224%;
        letter-spacing: 0.32px;
        padding: 12px 16px;
    }

    .service-cta-right .service-card-container .service-card img {
        height: 74px;
    }

    .service-cta-right .service-card-container {
        margin-bottom: 14px;
    }

    .service-cta-right .gs-cta-second-callback .gs-countrycode {
        font-size: 13.2px;
        height: 45px;
        border-radius: 25px 0px 0px 25px;
        width: 65px;
        padding: 9px 9px 13px 5px;
    }

    .service-cta-right .gs-cta-second-callback .gs-callbackrequst-button {
        padding: 6px 15px;
        height: 45px;
        border-radius: 0px 25px 25px 0px;
        font-size: 13px;
        width: 92px;
    }

    .download-cta-left {
        padding: 9px 36px 10px 12px;
    }

    .gs-consultants-cards-child {
        max-width: 265.7px;
        height: 350.54px;
        margin-right: 11px;
    }

    .course-cta-card-left span {
        width: 78px;
        height: 17px;
        margin-bottom: 5px;
        font-size: 9.5px;
        line-height: 18.3px;
        letter-spacing: 1.72px;
    }

    .gs-video-card .video-banner .video-img {
        height: 100%;
        object-fit: contain;
        max-width: 100%;
    }

    .article-table-container.gs-four-table-left {
        width: 100%;
    }

    .table-scrool-icon {
        float: right;
        width: 35px;
        margin-right: 15px;
    }

    .language-cta h3 {
        font-size: 19.58px;
        line-height: 124%;
        letter-spacing: 0.16px;
        margin-left: 33px;
        margin-bottom: 9px;
    }

    .gs-first-right-button {
        font-size: 13.55px;
        margin-left: 33px;
        line-height: 156.8%;
        padding: 7px 41px 7px 41px;
    }

    .carousel__indicator.active {
        width: 10px;
        height: 10px;
    }

    .carousel__indicator {
        width: 7.46px;
        height: 7.46px;
    }

    .service-cta-right h2 {
        font-size: 20px;
        line-height: 136%;
        letter-spacing: -0.16px;
        margin-bottom: 18px;
    }

    .service-cta-right .service-card-container .service-card p {
        font-size: 12.5px;
        line-height: 108%;
        letter-spacing: -0.16px;
        margin-bottom: 15px;
    }

    .service-cta-right .requirements-desc {
        font-size: 10.5px;
        width: 278px;
        margin-bottom: 22px;
        letter-spacing: 0.24px;
    }

    .numeric-list {
        font-size: 14px;
        line-height: 230%;
    }

    .gs-info-card-content p {
        font-size: 12px;
        letter-spacing: 0.16px;
        margin-bottom: 5px;
    }

    .gs-info-course-selection {
        margin: auto;
    }

    /* .gs-article-table-container .article-table-container table {
        max-width: 690px;
        margin: 0px 50px;
    } */

    .gs-info-course-selection span {
        font-size: 13px;
        letter-spacing: 0.16px;
        padding: 2.5px 16px;
        line-height: 168%;
    }

    .gs-consultant-name-tag button {
        font-size: 16.91px;
        letter-spacing: 0.16px;
        margin-bottom: unset;
        padding: 4px 57px;
        line-height: 168%;
    }

    .gs-consultant-name-tag {
        padding-bottom: 20px;
    }

    .article-table-container table th {
        padding: 0px 35px;
        height: 110px;
    }

    .table-heading-two {
        font-size: 14.15px;
        line-height: 145%;
    }

    .article-table-container table td {
        font-size: 12.73px;
        line-height: 188%;
        letter-spacing: 0.24px;
        padding: 16px 35px;
    }

    .table-shadow {
        display: none;
    }

    .article-content {
        font-size: 15px;
        line-height: 204%;
        margin-bottom: 56px;
        margin-top: 16px;
    }

    .download-cta-left span {
        font-size: 8px;
        letter-spacing: 1.72px;
        padding: 4px 16px;
    }

    .download-cta-left p {
        font-size: 12px;
        line-height: 17.2px;
    }

    .gs-cta-download-cards h2 {
        font-size: 7px;
        line-height: 128%;
        margin-bottom: 8px;
        padding-top: 10px;
    }

    .gs-cta-download-cards .gs-cta-download {
        padding: 5px 0px;
    }

    .gs-cta-download-cards .gs-cta-download p {
        font-size: 8.3px;
        line-height: 156%;
        letter-spacing: 0.16px;
        padding-right: 3px;
    }

    .gs-cta-download-cards .gs-cta-download-icon {
        width: 8.3px;
        height: 8.3px;
    }

    .related-programs-cta .related-programs-card .content h3 {
        font-size: 13.57px;
        margin-bottom: 4px;
        letter-spacing: 0.16px;
    }

    .related-programs-scrolling-card {
        display: flex;
        overflow: scroll;
    }

    .article-card-first-child {
        margin-left: 40px;
    }

    .article-card {
        margin-right: 14px;
    }

    .related-programs-cta .related-programs-card .content p {
        font-size: 9.4px;
        letter-spacing: 0.16px;
    }

    .gs-article-table-container .gs-first-containers-left-buttons .filled-cta-button {
        font-size: 14.78px;
    }

    .gs-article-table-container .gs-first-containers-left-buttons .outline-cta-button {
        font-size: 14.78px;
    }

    .gs-terms-privacy {
        font-size: 9px;
        line-height: 128%;
        letter-spacing: -0.32px;
    }

    .gs-faq-content-container .gs-qanda h3 {
        line-height: 20px;
        font-size: 14px;
    }

    .gs-faq-content-container .gs-qanda p {
        line-height: 19px;
        font-size: 12px;
    }

    .gs-faq-container {
        margin-bottom: 10px;
        width: 89.5vw;
    }

    .gs-univ-partners-review-container .gs-univ-h2 {
        font-size: 24px;
        line-height: 139%;
        margin-bottom: 0px;
    }

    .gs-final-cta-triangle-img {
        top: 30px;
        left: -35px;
        max-width: 56px;
    }

    .gs-final-cta-halfround-img {
        max-width: 45px;
        right: -14px;
        bottom: 62px;
    }

    .gs-article-related-links-card-container .gs-article-links-card strong {
        font-size: 12px;
        margin-bottom: 7px;
    }

    .gs-article-related-links-card-container .gs-article-links-card p {
        font-size: 8px;
        letter-spacing: 0.16px;
        line-height: 162%;
    }

    .gs-video-card .video-title {
        font-size: 16px;
        padding: 38px 15px;
    }

    .article-heading-one span,
    .article-heading-two span,
    .article-heading-three span,
    .article-heading-four span {
        display: inline;
    }

    .article-heading-one {
        font-size: 36px;
        line-height: 148%;
        width: 640px;
    }

    .gs-footer-columns-child .gs-footer-ul .gs-footer-list-heading {
        font-family: InterBold;
    }

    .language-cta-people-message .images-container {
        right: 401px;
        top: 16px;
    }

    .language-cta-people-message span {
        right: 333px;
        top: 7px;
        font-size: 14px;
    }

    .language-cta-people-message .student-img {
        height: 34px;
        width: 34px;
    }

    .language-cta-people-message .student-img:nth-child(3) {
        left: -30px;
    }

    .language-cta-people-message .student-img:nth-child(2) {
        left: -23px;
    }

    .language-cta-people-message .student-img:nth-child(1) {
        left: -17px;
    }

    .exit-group-img {
        height: 31vh;
    }

    .exit-countrycode {
        font-size: 20px;
        padding: 12px 5px;
    }

    .exit-mobilenumber {
        font-size: 20px;
        padding: 24px 5px;
    }

    .exit-popup-container .exit-help-para {
        font-size: 42px;
    }

    .exit-active-employee {
        font-size: 30px;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 23px;
    }

    .exit-callbackrequest {
        max-width: 405px;
    }

    .exit-popup {
        height: 77vh;
    }

    .exit-terms-privacy {
        font-size: 13px;
    }

    .exit-callbackrequst-button {
        font-size: 20px;
        padding: 14px 16px;
        width: 405px;
    }


    .download-cta .paper-img:nth-child(1) {
        left: 33%;
        width: 44px;
    }

    .download-cta .paper-img:nth-child(3) {
        width: 42px;
    }

    .download-cta .paper-img:nth-child(2) {
        width: 54px;
    }

    .universities-cta .univ-logo:nth-child(2),
    .callback-request-cta .univ-logo:nth-child(2) {
        width: 35px;
        top: -15px;
    }

    .universities-cta .univ-logo:nth-child(1),
    .callback-request-cta .univ-logo:nth-child(1) {
        left: -20px;
        width: 35px;
    }

    .universities-cta .univ-logo:nth-child(3),
    .callback-request-cta .univ-logo:nth-child(3) {
        bottom: -12px;
        width: 35px;
        left: 214px;
    }

    .gs-video-steps-process-container {
        margin-bottom: 60px;
    }

    .gs-video-steps-process-container .gs-our-free-service {
        max-width: 652.5px;
        height: 231px;
        border-radius: 16px;
    }

    .gs-video-steps-process-container .gs-our-free-service h3 {
        font-size: 48px;
        max-width: 216px;
        margin: 66px auto 46px 50px;
    }

    .gs-video-steps-process-container .gs-our-free-service p {
        font-size: 11.73px;
        width: 213.33px;
    }

    .gs-video-steps-process-container .gs-our-free-service img {
        height: 75px;
        width: 60px;
    }

    .steps-process-content-wrapper {
        max-width: 652.8px;
        padding: 9px 0px 0px;
    }

    .steps-process-content-container .card {
        max-width: 200px;
        padding: 21px 17px 19px;
        margin-right: 5px;
        border-radius: 16px;
    }

    .steps-process-content-container .card h3 {
        font-size: 12.22px;
        margin-bottom: 8.7px;
    }

    .steps-process-content-container .card p {
        font-size: 10px;
        margin-bottom: 11px;
    }

    .steps-process-content-container .card button span {
        font-size: 12px;
    }

    .steps-process-content-wrapper .overlay {
        height: 174.58px;
    }

    .steps-process-content-wrapper .scroll-arrow {
        width: 25px;
    }

    .landing-gs-univ-partners-scroll-container h2 {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .gs-univ-partners-scroll-container .icons-scroller ul li {
        padding: 20px 15px;
        border-radius: 15px;
        margin: 3px;
    }

    .gs-univ-partners-scroll-container .icons-scroller ul li img {
        height: 26px;
    }

    .gs-univ-partners-scroll-container .icons-scroller {
        max-width: 656.25px;
        height: 84.82px;
    }

    .gs-univ-partners-scroll-container {
        margin-bottom: 60px;
        max-width: 654px;
    }

    .landing-download-cta {
        margin-bottom: 66px;
        border-radius: 13px;
        width: 650px;
    }

    .landing-download-cta .gs-cta-download-cards {
        margin: 15px 4px;
    }

    .landing-gs-consultants-info-cards .gs-consultants-cards {
        max-width: 650px;
        margin-bottom: 60px;
    }

    .mec-comparison {
        margin: auto 57px;
    }

    .scholarships-scrolling-table {
        max-width: 438px;
        margin-bottom: 30px;
    }

    .why-study-first-para {
        font-size: 9.44px;
        margin-bottom: 27px;
    }

    .gs-our-wide-container .topic {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .gs-our-wide-container .wide-para {
        font-size: 14px;
        width: unset;
        height: unset;
        margin-bottom: 20px;
    }

    .gs-our-wide-container ul li {
        font-size: 12px;
        padding: 8px 18px;
        margin: 6px 3px;
    }

    .gs-our-wide-container .service-search-input {
        font-size: 12px;
        width: 226.46px;
        height: 29px;
        padding: 15px 18px;
        border-radius: 18px;
    }

    .gs-our-wide-container {
        margin: auto auto 60px;
        max-width: 656.25px;
    }

    .student-scholarships-scrolling .head {
        font-size: 24px;
        margin-bottom: 7px;
        max-width: 400px;
    }

    .student-scholarships-scrolling .scholarships-scrolling-para {
        font-size: 14px;
        width: 585px;
        margin-bottom: 37px;
    }

    .scholarships-scrolling-table .thead {
        font-size: 12.14px;
    }

    .scholarships-scrolling-table .scrolling-uni {
        width: 30px;
        height: 30px;
    }

    .scholarships-scrolling-table .student-img {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    .scholarships-scrolling-table .student-name-td {
        width: 20%;
    }

    .scholarships-scrolling-table .student-name {
        font-size: 13px;
    }

    .student-scholarships-scrolling .scholarship-amount {
        font-size: 13px;
    }

    .student-scholarships-scrolling {
        margin-bottom: 60px;
    }

    .why-mec-comparison {
        margin-bottom: 75px;
    }

    .why-mec-comparison h2 {
        font-size: 24px;
        line-height: 14.9px;
        letter-spacing: -0.53px;
    }

    .why-mec-comparison .first-para {
        font-size: 14px;
        width: 600px;
        margin-bottom: 30px;
        line-height: unset;
    }

    .mec-comparison .comparison-right {
        padding: 42px 25px 35px;
    }

    .mec-comparison-true li {
        font-size: 10.67px;
        margin-bottom: 18px;
        line-height: 14.9px;
        letter-spacing: -0.27px;
    }

    .comparison-left {
        padding: 42px 25px 35px;
    }

    .comparison-left .others-header {
        font-size: 19.2px;
        line-height: 19.2px;
        letter-spacing: -0.53px;
        margin-bottom: 22px;
    }

    .mec-comparison-other {
        padding: 0;
    }

    .success-stories {
        max-width: 652.53px;
        margin-bottom: 50px;
    }

    .success-stories-heading {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .stories-img-big {
        max-width: 308.47px;
        height: 357.66px;
        border-radius: 13.33px;
    }

    .stories-bio {
        padding: 25px;
        margin-bottom: 10px;
        border-radius: 16px;
    }

    .stories-bio .story-name {
        font-size: 13.87px;
        margin-bottom: 0;
    }

    .stories-bio .academics {
        font-size: 11px;
        margin-bottom: 13px;
    }

    .stories-bio p {
        font-size: 12px;
        height: 128px;
    }

    .stories-right {
        margin-left: 6px;
    }

    .student-scroll-img {
        width: 102px;
        height: 118px;
        border-radius: 16px;
        margin-right: 10px;
    }

    .stories-left {
        margin-right: -12px;
    }

    .success-stories-main {
        margin-bottom: 20px;
    }

    .successstory-carouse .active {
        width: 9.18px;
        height: 9.18px;
    }

    .scrolling-our-story {
        height: 150px;
        filter: blur(8px);
        width: 49px;
        right: -25px;
    }

    .gs-work-at-global-container p {
        margin-bottom: 15px;
        font-size: 13px;
    }

    .gs-consultants-cards {
        padding-left: 56px;
    }

    .gs-work-at-global-container {
        margin: auto auto 40px;
    }

    .gs-media-icons .media-logo {
        width: 90px;
        height: 50px;
    }

    .headquarters-branch-container {
        max-width: 655.47px;
        padding-top: 76px;
    }

    .headquarters-branch-container h2 {
        margin-bottom: 24px;
        font-size: 24px;
    }

    .headquarters-branch-container .highlighted-branch .branch-card h3 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .headquarters-branch-container .highlighted-branch .branch-card .address-text {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .headquarters-branch-container .highlighted-branch .landing-branch-card iframe {
        height: 196px;
        border-radius: 13.33px;
    }

    .headquarters-branch-container .highlighted-branch {
        margin-bottom: 33px;
    }

    .headquarters-branch-container .main-branch .big-branch-name {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .headquarters-branch-container .main-branch .branch-card h3 {
        font-size: 13px;
        margin-bottom: 4.5px;
    }

    .headquarters-branch-container .main-branch .branch-card p {
        font-size: 12px;
    }

    .headquarters-branch-container .main-branch .branch-card {
        width: 185px;
        margin: auto 30px 30px auto;
    }

    .headquarters-branch-container .main-branch .sub-branch-list {
        margin-bottom: 10px;
    }

    .headquarters-branch-container .branch-line-hr {
        margin-bottom: 45px;
    }

    .landing-main-branch {
        margin-bottom: 50px;
    }

    .gs-work-at-global-container ul li {
        margin: auto 10px;
    }

    .gs-work-at-global-container ul li img {
        height: 30px;
    }

    .student-scholarships-scrolling .tbody {
        height: 290px;
    }

    .landing-mec-comparison h2 {
        line-height: unset;
        margin-bottom: 15px;
    }

    .landing-mec-comparison .comparison-right {
        width: 440px;
        height: 385px;
        border-radius: 21.33px;
        padding: 42px 43px 35px;
    }

    .landing-mec-comparison .mec-comparison-true .black-tick-icon {
        margin-right: 10px;
    }

    .landing-mec-comparison .comparison-left {
        width: 200px;
        height: 385px;
        border-radius: 21.33px;
    }

    .landing-mec-comparison .comparison-right-clicked {
        width: 200px;
    }

    .landing-mec-comparison .comparison-right-clicked .mec-comparison-true .black-tick-icon {
        width: 14.5px;
        height: 14.5px;
        margin-bottom: 16px;
    }

    .comparison-left.comparison-left-clicked .mec-comparison-other li {
        font-size: 10.67px;
        margin-bottom: 18px;
        line-height: 16.9px;
        letter-spacing: -0.27px;
    }

    .landing-mec-comparison .comparison-left.comparison-left-clicked .others-header {
        font-size: 22.2px;
        line-height: 27.2px;
        letter-spacing: -0.53px;
        margin-bottom: 22px;
    }

    .landing-mec-comparison .comparison-left.comparison-left-clicked .mec-comparison-other {
        margin-bottom: 0px;
    }

    .landing-gs-first-container .gs-first-containers-left-buttons {
        margin-left: 0px;
    }

    .landing-gs-faq-container {
        width: 652px;
    }

    .exit-popup-container .exit-help-para span {
        display: block;
    }

    .language-cta-wrapper .floating-people-message .student-img {
        height: 30px;
        width: 30px;
        margin-right: -43px;
    }

    .language-cta-wrapper .floating-people-message span {
        font-size: 13px;
    }

    .language-cta-wrapper {
        padding-left: 16px;
    }

    .landing-gs-body-content-container {
        padding-top: 18%;
    }

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

    .comparison-container.active {
        width: 440px;
    }

    .comparison-container {
        width: 200px;
        height: 350px;
        border-radius: 21.33px;
        padding: 42px 43px 35px;
    }

    .comparison-container .comparison-mec-logo {
        width: 98.27px;
        height: 26.67px;
        margin-bottom: 22px;
        margin-left: 10px;
    }

    .comparison-container.active .comparison-mec-logo {
        margin-left: -10px;
    }

    .comparison-container.active ul li p {
        font-size: 14px;
        line-height: 14.9px;
        letter-spacing: -0.27px;
    }

    .comparison-container ul li,
    .comparison-container.active ul li {
        margin-bottom: 18px;
    }

    .comparison-left {
        padding: 42px 25px 35px;
    }

    .comparison-container .others-header {
        font-size: 19.2px;
        line-height: 30.2px;
        letter-spacing: -0.53px;
        margin-bottom: 22px;
        margin-top: unset;
    }

    .comparison-container.active .others-header.centered {
        margin-top: unset;
    }

    .comparison-container .others-header.centered {
        margin-left: 25px;
    }

    .comparison-container ul li img {
        width: 14.5px;
        height: 14.5px;
        margin-left: 50px;
    }

    .mec-comparison-other {
        padding: 0;
    }

    .cheers-container {
        padding-top: 19%;
    }

    .cheers-container .cheers-container-main {
        max-width: 690px;
    }

    .cheers-container .cheers-container-main .contents {
        padding-top: 50px;
        max-width: 510px;
    }

    .cheers-container .cheers-container-main .contents h4 {
        font-size: 28.74px;
        margin-bottom: 10px;
    }

    .cheers-container .cheers-container-main .contents p {
        font-size: 17.01px;
        margin-bottom: 45px;
    }

    .cheers-container .cheers-container-main .ribbon-yellow {
        width: 60px;
        top: 65px;
        left: 50px;
    }

    .cheers-container .cheers-container-main .ribbon-green {
        width: 35px;
        bottom: 115px;
        left: 135px;
    }

    .cheers-container .cheers-container-main .ribbon-green-scrolling {
        width: 52px;
        right: 60px;
        top: -10px;
    }

    .cheers-container .cheers-container-main .ribbon-red {
        width: 30px;
        right: 75px;
        bottom: 150px;
    }

    .cheers-social-media p {
        font-size: 11.47px;
        margin-bottom: 14px;
    }

    .cheers-social-media img {
        width: 36px;
    }

    .language-cta h3 span {
        font-size: 7.8px;
        line-height: 124%;
    }

    #button {
        margin-bottom: 0px;
    }

    .test-prep-container {
        margin-bottom: 25px;
    }

    .test-prep-container,
    .test-prep-list-items {
        max-width: 653px;
    }

    .test-prep-first-section {
        height: 318px;
        border-radius: 18px;
    }

    .test-prep-container .test-enroll-arrow {
        width: 27px;
        height: 27px;
        top: 175px;
    }

    .test-prep-container .test-enroll-arrow.right {
        right: -15px;
    }

    .test-prep-container .test-enroll-arrow.left {
        left: -15px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
        width: 40px;
        height: 40px;
        left: 43%;
        top: -10px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
        width: 21px;
        height: 21px;
        bottom: 110px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
        width: 77px;
        height: 77px;
    }

    .test-prep-first-section .test-enroll-left img {
        height: 250px;
    }

    .test-prep-first-section .test-enroll-right {
        margin-bottom: 30px;
    }

    .test-prep-first-section .test-enroll-right .article-heading-one {
        font-size: 19.27px;
        margin-bottom: 5px;
        line-height: 132%;
    }

    .test-prep-first-section .test-enroll-right .test-enroll-content {
        font-size: 9.07px;
        margin-bottom: 14px;
    }

    .test-prep-first-section .test-prep-enroll-btn {
        font-size: 9.6px;
        padding: 7px 12px;
        border-radius: 36px;
    }

    .test-prep-first-section .testprep-google-review {
        bottom: 30px;
    }

    .test-prep-first-section .testprep-google-review .review-stars {
        width: 53px;
        margin-bottom: 7px;
    }

    .test-prep-first-section .testprep-google-review p {
        font-size: 10.67px;
    }

    .gs-country-highlights {
        max-width: 654.93px;
        margin-bottom: 60px;
    }

    .gs-country-highlights .country-list .country-card {
        height: 338.67px;
        border-radius: 16px;
    }

    .gs-country-highlights .country-list .country-card .country-card-desc {
        padding-top: 3%;
        margin-left: 43px;
    }

    /* .gs-country-highlights .country-list .country-card h2 {
        font-size: 40px;
        line-height: 138%;
    } */

    .gs-country-highlights .country-list .country-card h2 {
        font-size: 35px;
    }

    .gs-country-highlights .country-list .country-card p {
        font-size: 12px;
        width: 300px;
        margin-bottom: 18px;
    }

    .gs-country-highlights .country-list .country-card ul {
        font-size: 11px;
        max-width: 307.2px;
        margin-bottom: 15px;
    }

    .gs-country-highlights .country-list .country-card button {
        font-size: 10.8px;
        border-radius: 35.73px;
        padding: 5px 15px;
    }

    .gs-country-highlights .country-list-scroll {
        bottom: 15px;
    }

    .gs-country-highlights .country-list-scroll .desc {
        font-size: 10.67px;
        margin: auto auto 7px 35px;
    }

    .gs-country-highlights .country-list-scroll .move-backward {
        bottom: 30px;
        width: 16px;
        height: 16px;
        left: 27px;
    }

    .gs-country-highlights .country-list-scroll .country-slide-container {
        max-width: 622.93px;
    }

    .gs-country-highlights .country-list-scroll ul {
        max-width: 622.93px;
        border-radius: 13.33px;
        padding: 10px 10px;
    }

    .gs-country-highlights .country-list-scroll ul li {
        max-width: 114.67px;
        height: 40px;
        border-radius: 10.67px;
        padding: 8px;
        margin: auto 1px;
    }

    .gs-country-highlights .country-list-scroll ul li img {
        width: 17px;
        height: 11px;
        border-radius: 3px;
    }

    .gs-country-highlights .country-list-scroll ul li p {
        font-size: 10.67px;
    }

    .gs-country-highlights .country-list-scroll .move-forward {
        bottom: 25px;
        right: 20px;
        width: 12px;
        height: 12px;
    }

    .gs-country-highlights .country-list-scroll .move-backward {
        bottom: 25px;
        left: 20px;
        width: 12px;
        height: 12px;
    }

    .gs-trial-premium-services {
        padding-top: 22%;
        max-width: 649.13px;
        margin: auto auto 43px;
    }

    .gs-trial-premium-services h1 {
        font-size: 29.87px;
        width: 294.4px;
        margin: auto auto 24px;
    }

    .gs-trial-premium-services .list-of-wide-services li img {
        width: 11.54px;
        height: 11.54px;
    }

    .gs-trial-premium-services .list-of-wide-services li p {
        font-size: 7.99px;
    }

    .gs-trial-premium-services .list-of-wide-services li {
        padding: 3px 10px;
        margin: 5px 0px;
    }

    .services-details-container {
        max-width: 652.27px;
        padding: 19px 16px;
        border-radius: 26.67px;
        margin-bottom: 34.14px;
    }

    .services-details-container .gs-our-free-service {
        border-radius: 24px;
        height: 198.93px;
        margin-bottom: 19.07px;
        width: 622.15px;
    }

    .services-details-container .content-container {
        font-size: 8.53px;
        margin-bottom: 22.94px;
    }

    .trial-faq-container h2 {
        font-size: 35.77px;
        line-height: 19.6px;
    }

    .trial-faq-container .gs-faq-content-container {
        padding: 45px 60px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda h3 {
        font-size: 11.74px;
        line-height: 16.8px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda img {
        width: 7.94px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda p {
        font-size: 10.06px;
        line-height: 16.8px;
    }

    .services-details-container .trail-cta-talk-to-experts {
        padding: 15px;
        border-radius: 20.27px;
        font-size: 16px;
    }

    .services-details-container .gs-our-free-service h3 {
        font-size: 29.87px;
        max-width: 176px;
        margin: 45px 61px auto 50px;
    }

    .services-details-container .gs-our-free-service img {
        max-width: 59.73px;
    }

    .loan-banner .test-prep-first-section {
        height: 276px;
    }

    .loan-banner .test-prep-first-section .test-enroll-left img {
        height: 290px;
        left: 50px;
    }

    .loan-banner .loan-tittle,
    .scholarship-banner .loan-tittle {
        font-size: 12.38px;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
        height: 90px;
        bottom: 20px;
        left: 2%;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
        height: 75px;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
        height: 45px;
        top: -32px;
        left: 40%;
    }

    .trigger-popup-container .trigger-popup-white-card {
        max-width: 410px;
        height: 350px;
    }

    .trigger-popup-white-card.trigger-card-height {
        height: auto;
    }

    .trigger-popup-white-card .gs-cta-second-callback {
        padding: unset;
        width: unset;
        height: 48px;
    }

    .trigger-popup-container .trigger-popup-white-card .details-required {
        padding: 35px 40px 0;
    }

    .trigger-popup-white-card .details-required .trigger-help-para {
        font-size: 15.5px;
        line-height: 22px;
    }

    .trigger-callbackrequest .trigger-countrycode {
        width: 70px;
        padding: 13px 0px 13px 10px;
        font-size: 14px;
    }

    .trigger-callbackrequest .trigger-mobilenumber {
        font-size: 14px;
        width: 164px;
        padding: 0 0 0 15px;
    }

    .trigger-callbackrequest .trigger-callbackrequst-button {
        font-size: 12px;
        width: 92px;
    }

    .trigger-popup-white-card .or-tag {
        font-size: 15px;
        line-height: 29.7px;
        margin: 14px auto;
    }

    .trigger-popup-white-card .actions-required .action p {
        font-size: 13.49px;
        line-height: 0;
    }

    .trigger-popup-white-card .actions-required .action img {
        width: 25px;
        height: 25px;
    }

    .trigger-popup-white-card .actions-required .call-action {
        font-size: 20.79px;
        margin: 12px auto;
    }

    .trigger-popup-white-card .conditions-desc {
        margin: 10px auto 23px;
        font-size: 12px;
    }

    /* legal page */
    .gs-legal-banner-container {
        padding-top: 22%;
    }

    .gs-legal-banner-container .legal-title-card h1 {
        font-size: 40px;
        padding-left: 30px;
    }

    .gs-legal-banner-container .legal-banner .banner-img {
        max-width: 390px;
        height: 238px;
    }

    .gs-legal-banner-container .addon-image-container img {
        width: 96px;
        height: 120px;
    }

    .legal-content-container {
        padding: 70px 45px 0;
    }

    .legal-content-container .legal-sub-heading {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .legal-content-container .legal-desc {
        font-size: 15px;
        margin-bottom: 50px;
    }

    .article-read-more {
        font-size: 16px;
        line-height: 190%;
    }

    .article-background-banner {
        height: 200px;
    }

    .article-background-city-img {
        height: 200px;
    }

    .icon-and-content {
        top: 60px;
    }

    .article-para-content {
        font-size: 15px;
        line-height: 190%;
        padding: 0px 53px;
        margin-bottom: 20px;
    }

    .numeric-list-with-width {
        padding: 20px 56px;
        margin: 0px;
        font-size: 15px;
    }

    .download-cta {
        margin-bottom: 56px;
    }

    .callback-request-cta {
        margin-bottom: 65px;
    }

    .universities-cta {
        margin-bottom: 56px;
    }

    .gs-callbackrequst-button {
        height: 51px;
    }

    .callback-request-cta-right .gs-cta-second-callback .gs-mobilenumber {
        height: 51px;
    }

    .gs-countrycode {
        height: 51px;
    }

    .success-stories-review-container {
        max-width: unset;
        padding-top: 140px;
    }

    .success-stories-review-container .reviews-heading-container {
        width: 100%;
        max-width: 696px;
        margin: auto;
    }

    .success-stories-heading-container img {
        height: 21px;
        margin-right: 7px;
    }

    .success-stories-review-container .head-text {
        font-size: 23.47px;
        margin-bottom: 14px;
    }

    .success-stories-review-container .success-text-para {
        font-size: 9.07px;
        width: 586px;
        margin-bottom: 40px;
    }

    .success-stories-review-container .parent-container .review-cards-group {
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        padding-left: 35px;
        padding-right: 22px;
    }

    .success-stories-review-container .success-stories-review-cards {
        margin-right: 13px;
        max-width: 257px;
        padding: 12px 11px 19px;
        border-radius: 16px;
        margin-bottom: 13px;
    }

    .success-stories-review-cards .gs-reviewer-desc {
        margin-bottom: 13px;
    }

    .success-stories-review-cards .gs-reviewer-desc .reviewer-img {
        width: 30px;
        height: 30px;
        margin-right: 9px;
    }

    .success-stories-review-cards .success-stories-rating h2 {
        font-size: 10.51px;
    }

    .success-stories-review-cards .success-stories-rating .review-stars {
        height: 7px;
    }

    .success-stories-review-cards .gs-customer-says {
        font-size: 9.35px;
        padding-left: 10px;
        white-space: normal;
    }

    .success-stories-review-container .enrollment-cta,
    .success-stories-review-container .landing-callback-request-cta {
        margin: 65px auto 75px;
    }

    .success-stories-review-container .parent-container .scroll-shadow {
        display: block;
        box-shadow: -33px -2px 16px -21px #00000042 inset;
        position: absolute;
        width: 30px;
        transition: right 0.5s ease-in-out;
        height: 100%;
        right: 0px;
        z-index: 1;
    }

    .scholarship-banner .enquiry-list-items .enquiry-content-first-section {
        height: 293px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-left img {
        height: 300px;
    }

    .scholarship-banner .scholarship-heading-one {
        font-size: 19.2px;
    }

    .scholarship-banner .enquiry-content-first-section .enroll-now-btn {
        padding: 3px 21px;
        font-size: 10.89px;
        border-radius: 36px;
    }

    .scholarship-banner .enquiry-list-items {
        padding-top: 0px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right {
        margin-bottom: 40px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right .article-heading-one {
        font-size: 19.27px;
        margin-bottom: 5px;
        line-height: 132%;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right .test-enroll-content {
        font-size: 9.07px;
        margin-bottom: 14px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review {
        bottom: 30px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review .review-stars {
        width: 53px;
        margin-bottom: 6px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review p {
        font-size: 10.67px;
    }

    /* Univ Partners */

    .gs-about-us-home-section {
        padding-top: 20%;
    }

    .gs-about-us-home-section h1 {
        max-width: 445.33px;
        font-size: 22.4px;
    }

    .gs-about-us-home-section .our-diversity-points {
        max-width: 468.27px;
        margin: auto auto 20px;

    }

    .gs-about-us-home-section .our-diversity-points li {
        font-size: 7.68px;
        padding: 8px 10px;
    }

    .gs-about-us-home-section p {
        max-width: 349.33px;
        margin: auto auto 45px;
        font-size: 9.07px;
    }

    .gs-about-us-home-section .about-us-banner {
        height: 290px;
    }

    .gs-about-us-home-section .banner-button-container button {
        right: 41%;
        bottom: 17%;
        font-size: 11.25px;
        padding: 8px 30px;
    }

    .gs-about-us-home-section .rocket-img {
        width: 23.47px;
        height: 23.63px;
    }

    .gs-left-img-right-content-container {
        max-width: 649.79px;
        margin: 40px auto 60px;
    }

    .gs-left-img-right-content-container .left .trusted-img-banner {
        max-width: 327.8px;
    }

    .gs-left-img-right-content-container .right h2 {
        font-size: 24.37px;
    }

    .gs-left-img-right-content-container .right p {
        font-size: 9.28px;
    }

    .gs-left-content-right-img-container {
        max-width: 641px;
    }

    .gs-left-content-right-img-container .left h2 {
        font-size: 24.37px;
    }

    .gs-left-content-right-img-container .left p {
        max-width: 282.75px;
        font-size: 9.28px;
    }

    .gs-left-content-right-img-container .right .gptw-img-banner {
        height: 230.83px;
        max-width: 290.5px;
    }

    .gs-vetted-application-container {
        max-width: 632.84px;
    }

    .gs-vetted-application-container .left {
        border-radius: 14.16px;
        padding-top: 130px;
    }

    .gs-vetted-application-container .left .rectangle-container {
        max-width: 388.51px;
        height: 122.22px;
        border-radius: 14.16px;
        padding: 6% 6% 6% 40%;

    }

    .gs-vetted-application-container .left .rectangle-container p {
        width: 188.02px;
        font-size: 9.06px;
    }

    .gs-vetted-application-container .left img {
        max-width: 212.38px;
        height: 202.75px;
        left: 0px;
    }

    .gs-vetted-application-container .right h2 {
        font-size: 23.79px;
    }

    .gs-vetted-application-container .right {
        padding-top: 130px;
    }

    .premium-service-nav-btn {
        padding: 10px 18px;
        border-radius: 37.94px;
        font-size: 10.48px;
    }

    .gs-times-edu-icon-award-container {
        max-width: 632.84px;
        border-radius: 15.86px;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content h2 {
        font-size: 20.39px;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content p {
        max-width: 286px;
        font-size: 9.06px;
    }

    .gs-times-edu-icon-award-container .times-award-banner img {
        max-width: 240.22px;
        height: 240.22px;
    }

    .gs-times-edu-icon-award-container .times-award-banner {
        bottom: -22px;
    }

    .gs-times-edu-icon-award-container .times-star-one {
        width: 19.26px;
        height: 23.52px;
        right: 44%;
    }

    .gs-times-edu-icon-award-container .times-star-two {
        bottom: 20px;
        width: 10.76px;
        height: 13.14px;
    }

    .gs-enroll-app-container {
        max-width: 545.25px;
    }

    .gs-enroll-app-container .left img {
        max-width: 194.83px;
        height: 199.34px;
    }

    .gs-enroll-app-container .right h2 {
        font-size: 23.83px;
    }

    .gs-enroll-app-container .right p {
        max-width: 303.6px;
        font-size: 9.08px;
    }

    .gs-branch-presence-container {
        max-width: 631.08px;
        margin: auto auto 60px;
    }

    .gs-branch-presence-container .right img {
        max-width: 440.58px;
        height: 148.42px;
    }

    .gs-branch-presence-container .left h2 {
        font-size: 23.25px;
        margin-bottom: 10px;
    }

    .gs-branch-presence-container .left p b {
        font-size: 9.6px;
    }

    .gs-branch-presence-container .left p {
        font-size: 9px;
    }

    .gs-branch-presence-container .right p b {
        font-size: 23.49px;
    }

    .gs-branch-presence-container .right p {
        font-size: 10.74px;
    }

    .gs-partner-signup-form-container {
        max-width: 654.93px;
        height: 430.4px;
        border-radius: 16px;
        margin: auto auto 25px;
    }

    .gs-partner-signup-form-container .left img {
        height: 429.87px;
    }

    .gs-partner-signup-form-container .right {
        padding: 28px 64px 28px;
    }

    .gs-partner-signup-form-container .right h2 {
        font-size: 24.53px;
        margin-bottom: 6px;
    }

    .gs-partner-signup-form-container .right p {
        font-size: 8.53px;
        margin-bottom: 12px;
    }

    .gs-partner-signup-form-container .right .shared-width {
        gap: 10px;
        margin-bottom: 10px;
    }

    .gs-partner-signup-form-container .right .non-shared-width {
        margin-bottom: 10px;
    }


    .gs-partner-signup-form-container .right select {
        padding: 6px 12px;
        border-radius: 3.08px;
        font-size: 7.31px;
    }

    .gs-partner-signup-form-container .right input[type="text"] {
        padding: 6px 12px;
        border-radius: 3.08px;
        font-size: 7.31px;
    }

    .gs-partner-signup-form-container .right .checkbox-field input[type="checkbox"] {
        width: 10px;
    }

    .gs-partner-signup-form-container .right textarea {
        padding: 6px 12px;
        border-radius: 3.08px;
        font-size: 7.31px;
        height: 51.53px;
    }

    .gs-partner-signup-form-container .right button {
        border-radius: 35.73px;
        font-size: 9.87px;
        padding: 8px 20px;
    }

    .gs-partner-signup-form-container .right .checkbox-field {
        margin-bottom: 12px;
    }

    .gs-partner-reach-us-container {
        max-width: 656.53px;
        border-radius: 19.73px;
        padding: 28px;
    }

    .gs-partner-reach-us-container h2 {
        font-size: 13.87px;
        margin-bottom: 20px;
    }

    .gs-partner-reach-us-container .reach-us-list img {
        width: 15px;
        height: 15px;
        margin-right: 0px;
    }

    .gs-partner-reach-us-container .reach-us-list p {
        font-size: 10.83px;
    }

    .success-stories-main .stories-right button {
        right: -4px;
        bottom: -37px;
        font-size: 9.6px;
        width: 110px;
        padding: 3px 10px;
    }

    .gs-video-steps-process-container .indicator-container button {
        font-size: 14px;
        width: 105px;
        right: 56px;
        bottom: -5px;
    }

    .signup-error-message {
        bottom: -11px;
        font-size: 8px;
        left: 5px;
    }

    .educ-loan .country-list .country-card .country-card-desc {
        margin-left: 25px;
    }

    .educ-loan .country-card-desc {
        bottom: 118px;
    }

    .educ-loan h2 {
        font-size: 40px;
    }

    .enrollment-cta {
        max-width: 652px;
        height: 108px;
        padding: 20px 40px;
        margin-bottom: 65px;
        border-radius: 13px;
    }

    .enrollment-cta .icon:nth-child(1) {
        left: -12px;
        top: 25px;
        width: 26px;
        height: 26px;
    }

    .enrollment-cta .icon:nth-child(2) {
        top: -17px;
        width: 35px;
        height: 35px;
    }

    .enrollment-cta .icon:nth-child(3) {
        bottom: -18px;
        left: 175px;
        width: 31px;
        height: 31px;
    }

    .enrollment-cta-left {
        padding-right: 75px;
    }

    .enrollment-cta-left .enrollment-cta-bold {
        font-size: 13.87px;
        margin-bottom: 4px;
    }

    .enrollment-cta-left .enrollment-cta-content {
        font-size: 10.67px;
        line-height: 16px;
    }

    .enrollment-cta-button {
        font-size: 12.8px;
        width: 197px;
        height: 30px;
        border-radius: 36px;
        margin-bottom: 15px;
    }

    .enrollment-cta-card-button p {
        font-size: 8.53px;
        width: 150px;
        height: 19px;
        bottom: -15px;
    }

    .services-details-container .content-container .article-read-more {
        font-size: 8.53px;
    }

    .gs-article-table-container .divider .action-btn p {
        font-size: 16px;
    }

    .gs-article-table-container .divider .action-btn img {
        width: 20px;
    }

    .error .error-message .error-message-icon {
        font-size: 10px;
    }

    .error .error-message .go-input-error-message {
        font-size: 10px;
    }

    .gs-six-table-head table th {
        padding: 0px 26px;
    }

    .error-table-block .error-right-block .error-banner-img {
        margin-top: 70px;
        height: 200px;
    }

    .error-table-block .error-left-block {
        margin: 35px 0px 80px 0px;
    }

    .eligibility-heading {
        font-size: 32px;
        margin-bottom: 28px;
        margin: 40px 0px;
    }

    .eligibility-course-container .course ul li {
        font-size: 15px;
        margin-bottom: 18px;
        width: 350px;
    }

    .eligibility-course-container .course .course-search-input {
        font-size: 18px;
    }

    .course-count-img img {
        width: 234px;
        height: 751px;
    }

    .course-count span {
        font-size: 12px;
    }

    .course-count p {
        font-size: 26px;
    }

    .bachelors-container label {
        margin-bottom: 17px;
        font-size: 18px;
    }

    .qualification-container select {
        font-size: 16px;
        width: 350px;
    }

    .bachelors-container input {
        width: 350px;
    }

    .bachelors-container .eligible-error {
        font-size: 14px;
    }

    .countinue-read span {
        font-size: 14px;
    }

    .eligibility-thank-you-container .success-inform {
        font-size: 16px;
    }

    .eligibility-thank-you-container .course-count-img img {
        height: 690px;
    }

    .eligibility-thank-you-container .course-count-img .course-count span {
        font-size: 14px;
    }

    .eligibility-thank-you-container .course-count-img .course-count p {
        font-size: 19px;
    }

    .eligibility-thank-you-container .course-count {
        top: 41%;
    }

    .course-count {
        top: 305px;
    }

    .eligibility-container {
        max-height: 88vh;
    }

    #googleads .test-enroll-left img {
        width: 295px;
    }

    #googleads .trigger-callbackrequest .trigger-mobilenumber-name {
        width: 232px;
        font-size: 14px;
    }

    #googleads .trigger-callbackrequst-button {
        width: 68%;
    }

    #googleads .trigger-callbackrequest {
        width: 235px;
        height: 46px;
    }

    .download-material-container {
        max-width: 870px;
        margin-bottom: 95px;
    }

    .download-material-container .head-text {
        font-size: 27.02px;
        margin-bottom: 10px;
    }

    .download-material-container .study-material-desc {
        font-size: 14px;
        width: 678px;
        margin-bottom: 40px;
    }

    .download-material-container .gs-cta-download-cards {
        margin-right: 14px;
        border-radius: 21px;
        height: 154px;
        width: 135px;
        padding: 6px;
    }

    .download-material-container .download-img-card {
        width: 122px;
        height: 110px;
        border-radius: 17px;
    }

    .gs-cta-download-cards .download-img-card img {
        width: 90px;
    }

    .gs-cta-download-cards .gs-cta-download-icon {
        width: 12px;
        height: 12px;
    }

    .intersted-perks-card-scroll .card .gs-card-guides {
        left: 72%;
    }

    .intersted-perks-card-scroll .card .gs-card-guides button {
        font-size: 12px;
    }

    .intersted-perks-card-scroll .card .gs-card-guides img {
        width: 13px;
        height: 14px;
    }

    .input-range-slider {
        width: 245px;
    }

    .range-slider-container .range-child .range-slider p {
        width: 165px;
        padding: 8px 0px;
    }

    .range-slider-container .range-child .range-types p {
        font-size: 18px;
    }

    input[type="range"] {
        width: 260px;
    }

    .gs-info-card-content {
        padding: 0px 20px 0px;
        margin-top: 5px;
    }

    .gs-univ-partners-scroll-container .uni-main::before {
        width: 150px;
    }

    .gs-univ-partners-scroll-container .uni-main::after {
        width: 150px;
    }

    .showmore-services-btn {
        padding: 8px 18px;
    }

    .gs-consultant-info-tag {
        margin-left: 8px;
    }

    .eclipse-divider {
        width: 35px;
    }

    .landing-gs-consultants-info-cards .gs-info-card-headig {
        margin: auto auto 30px;
    }

    /* .gs-consultants-cards-child:hover .gs-info-card-content {
        margin-top: -120px;
    } */

    .error .error-message {
        top: -32px;
        left: 45px;
        padding: 2px;
    }

    .exit-popup-main .error .error-message {
        top: -33px;
    }

    .callback-request-cta .error .error-message {
        left: 35px;
        top: -29px;
    }

    .callback-request-cta .error .error-message .go-input-error-message {
        font-size: 8.5px;
    }

    .callback-request-cta .error-message::after {
        bottom: -10px;
        border-width: 5px;
    }

    #triggerpopup .trigger-popup-white-card {
        max-width: 620px;
        height: 480px;
    }

    #triggerpopup .trigger-popup-white-card-left p {
        width: 170px;
        font-size: 22px;
        line-height: 29px;
    }

    #triggerpopup .trigger-logo {
        margin-bottom: 24px;
        width: 28%;
    }

    #triggerpopup .trigger-popup-white-card .details-required .trigger-help-para-first {
        font-size: 16px;
        margin-bottom: 16px;
        line-height: 23px;
    }

    #triggerpopup .trigger-callbackrequest {
        margin-bottom: 10px;
    }

    #triggerpopup .trigger-callbackrequest .trigger-countrycode {
        height: 33px;
        font-size: 13px;
        padding: 6px 12px 6px 10px;
        width: 50px;
    }

    #triggerpopup .trigger-callbackrequest .trigger-mobilenumber {
        font-size: 13px;
        width: 174px;
        height: 33px;
        padding: 0 0 0 12px;
    }

    #triggerpopup .trigger-callbackrequst-button {
        font-size: 12px;
        width: 138px;
        height: 30px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required {
        padding-top: 35px;
        height: 183px;
    }

    #triggerpopup .trigger-popup-white-card .details-required {
        padding: 45px 0px 0px 37px;
    }

    #triggerpopup .trigger-popup-white-card-left {
        width: 40%;
    }

    #triggerpopup .trigger-popup-white-card .actions-required .action p {
        font-size: 10.5px;
        line-height: 18.8px;
        margin-bottom: 3px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required .action img {
        width: 81px;
        height: 81px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required .borders {
        height: 168px;
        top: -25px;
        margin: 0px 27px;
    }

    #triggerpopup .trigger-popup-white-card .details-required .trigger-help-para {
        font-size: 15.5px;
        line-height: 18px;
        margin-bottom: 7px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required .call-action {
        font-size: 15.5px;
        line-height: 20px;
    }

    #triggerpopup .trigger-popup-white-card .conditions-desc {
        font-size: 10.5px;
    }

    #triggerpopup .trigger-popup-white-card .actions-required .action-right {
        padding-top: 24px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 {
        max-width: 696px;
    }

    .footer-design-v1 .link-container-v1 {
        max-width: 696px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .logo {
        width: 130px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .stripe-mobilenumber {
        font-size: 16px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 {
        gap: 5px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1 span,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 span {
        font-size: 12px;
        padding-right: 5px;
    }

    .footer-design-v1 .link-container-v1 .link-list-v1 li {
        padding-bottom: 24px;
        font-size: 13px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1 .app-icon-v1 img,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 .handiling-icon-v1 img {
        width: 20px;
        margin-right: 3px;
    }

    header .header-menu .header-menu-list .header-menu-course-lists p {
        font-size: 16px;
    }

    .article-banner-para {
        margin-left: 40px;
        max-width: 700px;
    }

    .gs-article-related-links-card-container .flat-full-width-link-card {
        max-width: 696px !important;
    }

    #triggerpopup .trigger-popup-white-card-left img {
        margin-top: 41%;
    }

    .otp-main-container {
        flex-direction: column;
    }

    .otp-left-panel,
    .otp-right-panel {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .otp-inputs input {
        margin: 0;
    }
}

@media only screen and (max-width: 640px) {
    :root {
        --bottomgap: 14px;
    }

    header .gs-header-inner-block {
        max-width: 588px;
        padding: 15px 0px 26px;
    }

    header .gs-header-inner-block .header-logo {
        width: auto;
    }

    .gs-body-content-container {
        padding-top: 24px;
    }

    .breadcrumb .inactive {
        font-size: 18px;
        line-height: 167%;
    }

    .limitwidth .double-para-style {
        margin-bottom: 18px;
    }

    .gs-first-container {
        display: block;
    }

    .gs-first-section {
        margin-bottom: 48px;
    }

    .gs-first-container-left .gs-left-child-div {
        text-align: center;
    }

    .gs-first-container-left .gs-left-child-div .crop-content {
        width: unset;
    }

    .filled-cta-button {
        font-size: 20.48px;
        line-height: 156%;
        letter-spacing: 0.16px;
        padding: 5px 27px;
    }

    .outline-cta-button {
        font-size: 20.48px;
        line-height: 156%;
        letter-spacing: 0.16px;
        padding: 5px 27px;
    }

    .gs-first-containers-left-buttons {
        justify-content: center;
        margin-bottom: 56px;
    }

    .bg-grey-top-button {
        margin-bottom: 72px;
    }

    .language-cta-people-message img {
        right: 74px;
    }

    .language-cta-people-message p {
        line-height: 167%;
        letter-spacing: -0.16px;
        color: #3a3a3a;
        text-align: unset;
        font-size: 20px;
    }

    .language-cta-wrapper .floating-people-message .student-img {
        height: 42px;
        width: 45px;
        margin-right: -62px;
    }

    .language-cta-wrapper .floating-people-message .images-container {
        margin-right: 50px;
    }

    .language-cta-scrolling-cards {
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 140px;
    }

    .language-cta-wrapper {
        padding-left: 22px;
    }

    .language-cta p {
        white-space: normal;
        padding-right: 20px;
        font-size: 22.19px;
        line-height: 154%;
        margin-bottom: 28px;
    }

    .language-cta .banner {
        width: 100%;
        margin-bottom: 18px;
        height: auto;
    }

    .active-language-card {
        transform: scale(1);
        transition: transform 0.3s ease-in-out;
        height: 675px;
    }

    .next-language-card {
        transform: scale(0.9);
    }

    .gs-university-icons-container {
        padding: 0px 30px;
        margin-bottom: 72px;
    }

    .gs-article-banner-image-container {
        max-width: 87vw;
        margin: auto auto 40px;
        border: none;
        text-align: unset;
        background-size: 150%;
        background-position: -185px -57px;
    }

    .analytics-icon {
        margin-right: 17px;
        margin-bottom: -4px;
    }

    .article-banner-para {
        padding: 0px 40px;
        margin-left: auto;
    }

    .service-section-container {
        flex-direction: column-reverse;
    }

    .service-section-container-left {
        margin-right: 0px;
        padding: 0px 40px;
        margin-left: auto;
    }

    .service-section {
        margin-bottom: 60px;
    }

    .service-cta-right {
        margin: auto;
        margin-bottom: 72px;
        max-width: 87vw;
        min-height: 57vh;
        padding-top: 72px;
        height: 715px;
        border-radius: 34px;
    }

    .article-table-container {
        overflow-x: scroll;
        text-align: left;
    }

    .article-table-container table {
        min-width: 130vw;
        table-layout: unset;
    }

    .gs-article-table-container .article-table-container table {
        margin: 0px 0px;
    }

    .single-table-view .article-table-container.left {
        width: 100%;
        overflow-x: scroll;
    }

    .download-cta {
        min-height: 804px;
        flex-direction: column;
        max-width: 87vw;
        border-radius: 40px;
    }

    .download-cta-left {
        padding: 25px 50px 10px 5px;
    }

    .download-cta-right {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }

    .gs-cta-download-cards img {
        height: 104px;
        width: 141px;
    }

    .gs-cta-download-cards {
        max-width: 219px;
        width: 100%;
        height: 251px;
        margin: 10px 10px;
        justify-content: flex-end;
        border-radius: 34px;
    }

    .section-adjust-style {
        padding: 0px 40px;
    }

    .article-table-container table th {
        padding: 40px 40px;
    }

    .gs-cta-download-cards .gs-cta-download {
        padding: 15px 0px;
    }

    .article-table-container table td {
        font-size: 20.48px;
        padding: 40px;
        line-height: 145%;
        letter-spacing: 0.24px;
    }

    .table-heading-two {
        font-size: 25px;
        line-height: 145%;
    }

    .related-programs-cta {
        display: block;
        margin: 16px 0px 0px;
        margin-bottom: 6px;
    }

    .related-programs {
        margin-bottom: 64px;
    }

    .related-programs-cta .related-programs-card {
        height: 576px;
        max-width: 78vw;
        min-height: 33vh;
        box-shadow: 15px 10px 30px 15px var(--themeshadowgrey);
        border-radius: 35px;
        margin-bottom: 40px;
        width: auto;
    }

    .article-card-first-child {
        margin-left: 40px;
    }

    .article-card {
        margin-bottom: unset;
        margin-right: 12px;
    }

    .related-programs-cta .related-programs-card .banner {
        width: 519.07px;
        height: 332.69px;
    }

    .webinar-cta {
        margin: auto;
        max-width: 87vw;
        height: 617.81px;
        width: 556.22px;
        border-radius: 42px;
    }

    .gs-our-free-service {
        width: 558.08px;
        height: 761.17px;
        text-align: center;
        border-radius: 42px;
        display: flex;
        flex-direction: column;
    }

    .gs-our-free-service h3 {
        max-width: unset;
        margin-top: 60px;
        margin-bottom: 36px;
        font-size: 95.57px;
        line-height: 98%;
    }

    .gs-our-free-service p {
        width: unset;
        padding: 36px 50px 0px 50px;
        text-align: left;
        font-size: 21px;
        line-height: 150%;
        letter-spacing: 0.24px;
        margin-bottom: 29px;
    }

    .article-table-container.right .table-para-mb {
        margin-bottom: 28px;
        margin-top: 20px;
    }

    .gs-requirement-chips {
        padding-top: 40px;
    }

    .limitwidth .double-para-style {
        margin-bottom: 18px;
    }

    .gs-requirement-chips .requirement-chip {
        width: 274px;
        padding: 10px;
        height: auto;
    }

    .requirement-chip .heading {
        padding-top: 0px;
        padding: 10px;
        font-size: 19px;
        line-height: 120%;
    }

    .requirement-chip span {
        line-height: 120%;
        font-size: 12.8px;
    }

    .gs-article-table-container {
        display: block;
    }

    .gs-article-table-container .article-table-container .four-coloum-table {
        max-width: 80vw;
    }

    .article-table-container.gs-four-table-right {
        width: 100%;
        text-align: center;
    }

    .article-table-container.right {
        margin-left: unset;
        width: 100%;
        text-align: center;
    }

    .article-table-container.left {
        width: 100%;
        padding: 27px 5px 0px 5px;
        margin-bottom: 45px;
    }


    .callback-request-cta {
        width: 587.08px;
        height: 402.77px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 34px;
    }

    .callback-request-cta-left {
        margin-bottom: 50px;
        width: 430px;
        text-align: center;
        padding-top: 6px;
    }

    .faq-section-adjust-style {
        padding: 0px 40px;
    }

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

    #ielts-table {
        padding-top: 100px;
    }

    .callback-request-cta-left span {
        margin: auto;
        text-align: center;
        max-width: 380px;
        font-size: 27.31px;
        line-height: 41px;
        font-family: InterMedium;
    }

    .gs-countrycode {
        font-size: 18.77px;
        letter-spacing: 0.32px;
        line-height: 224%;
        height: 57px;
        padding: 13px 0px 13px 20px;
        border-radius: 35px 0px 0px 35px;
    }

    .callback-request-cta-left span b {
        font-family: InterExtraBold;
    }

    .gs-cta-second-callback {
        justify-content: center;
    }

    .callback-request-cta-right .float {
        position: unset;
        text-align: center;
        margin-top: 16px;
    }

    .universities-cta {
        width: 558px;
        height: 430px;
        border-radius: 34px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .universities-cta-button {
        margin-bottom: 10px;
        width: 346px;
        height: 61px;
        font-size: 25.6px;
        line-height: 41px;
    }

    .universities-cta-left p {
        width: 442px;
        line-height: 41px;
        text-align: center;
        font-size: 25.6px;
    }

    .universities-cta-card-button p {
        position: unset;
        margin: auto;
        font-size: 17.07px;
        line-height: 134%;
        letter-spacing: -0.32px;
        width: 265px;
    }

    .course-cta {
        display: block;
        max-width: 87vw;
        min-height: 45vh;
        height: auto;
        padding: 55px 55px 45px 55px;
        display: flex;
        align-items: unset;
        flex-direction: column;
        justify-content: center;
        border-radius: 42px;
    }

    .course-cta-card-right {
        width: 65vw;
    }

    .gs-faq-category .gs-faq-category-btn {
        border-radius: 30px;
        padding: 0px 25px;
        font-size: 20.48px;
        line-height: 47.8px;
    }

    .gs-faq-container {
        margin-bottom: 10px;
        padding-top: 40px;
        width: auto;
    }

    .gs-final-cta-trust {
        max-width: 92vw;
        min-height: 869px;
        justify-content: space-between;
        border-radius: 40px;
        margin-bottom: 84px;
        /* overflow: hidden; */
    }

    .gs-final-cta-trust .content {
        text-align: center;
    }

    .gs-final-cta-trust content {
        text-align: center;
    }

    .landing-gs-final-cta-trust {
        margin-bottom: 25px;
    }

    .gs-final-cta-group-img {
        height: 420px;
        object-fit: cover;
        object-position: center;
        border-radius: 25px;
        width: 100%;
    }

    .header-container-links {
        width: 300px;
        position: fixed;
        top: 0;
        background: #def6d5;
        overflow-x: hidden;
        transition: 0.5s;
        text-align: left;
        height: 100%;
        padding-top: 10px;
        right: -430px;
        z-index: 11;
    }

    .gs-close-menu {
        display: block;
        width: 65px;
        padding: 7px;
        margin-right: 10px;
    }

    header .header-menu {
        float: none;
        margin-top: 85px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        padding-bottom: 150px;
    }

    .gs-final-cta-cutx-img {
        display: none;
    }

    .gs-video-gallery {
        white-space: nowrap;
        overflow: scroll;
        display: block;
    }

    .gs-video-card {
        display: inline-block;
        margin-right: 17px;
        height: 477px;
        width: 75vw;
        margin-bottom: 85px;
        box-shadow: 0px 25px 40px 0px #f4f4f4cf;
    }

    .gs-relevant-video-container {
        margin-bottom: unset;
    }

    .video-first-banner {
        margin-left: 40px;
    }

    .gs-relevant-video-container h2 {
        padding-left: 40px;
        font-size: 34.13px;
        line-height: 139%;
        margin-bottom: 35px;
    }

    .gs-video-card .video-banner .play-button {
        width: 83px;
        height: 90px;
    }

    .gs-vedio-banner-logo {
        width: 42px;
        height: 39px;
    }

    .gs-article-video-gallery {
        white-space: nowrap;
        overflow: scroll;
    }

    .gs-article-related-links-card-container .gs-article-links-card .content {
        white-space: normal;
    }

    .service-cta-right .go-input-form {
        width: 100%;
        padding: 0px 30px;
        box-sizing: border-box;
        text-align: -webkit-center;
    }

    .gs-head-menu {
        display: block;
        width: 27.31px;
        height: 18.77px;
    }

    .gs-final-cta-para {
        font-size: 48px;
        line-height: 123%;
        text-align: center;
        padding: 0px 20px;
        margin: 75px 45px 32px 45px;
    }

    .gs-final-cta-button {
        font-size: 28px;
        padding: 12px 40px 12px 40px;
    }

    .gs-university-icons-container span {
        margin-bottom: 4px;
        line-height: 154%;
        font-size: 20.48px;
        display: block;
    }

    .gs-university-icons td {
        width: 130px;
    }

    .course-cta-card-left p {
        margin-bottom: 24px;
        font-size: 25.6px;
        width: auto;
        line-height: 37.5px;
    }

    .course-cta-card-right .gs-courses-cta-card span {
        font-size: 15.32px;
        line-height: 51.2%;
        padding: 14px 30px;
        border: 1px solid #d99b6d9e;
    }

    .gs-article-banner-image-container h2 {
        font-size: 25px;
        line-height: 118%;
    }

    .gs-article-banner-image-container .student-counts {
        font-size: 15.77px;
        line-height: 128%;
        letter-spacing: -0.32px;
        text-align: center;
        bottom: 24px;
    }

    .gs-article-related-links-card-container .gs-article-links-card {
        box-shadow: 0px 25px 40px 0px #f4f4f4cf;
        height: auto;
        margin-right: 17px;
        max-width: 508px;
        min-height: 564px;
    }

    .gs-article-related-links-card-container .gs-article-links-first-card {
        margin-left: 40px;
        max-width: 508px;
        min-height: 564px;
    }

    .gs-article-links-card .gs-card-logo-placeholder {
        width: 42px;
        height: 39px;
    }

    .gs-footer-columns {
        flex-direction: column;
        padding: 55px 0px;
    }

    .gs-footer-columns-child {
        width: 100%;
        margin-left: 40px;
        margin-bottom: 32px;
    }

    .callback-request-cta-right .gs-cta-second-callback .gs-mobilenumber {
        width: 250px;
        height: 57px;
        padding-left: 12px;
        font-size: 18.77px;
        line-height: 224%;
        letter-spacing: 0.32px;
    }

    .gs-article-related-links-card-container h2 {
        font-size: 34px;
        line-height: 139%;
        padding-left: 40px;
        margin-bottom: 40px;
    }

    .gs-article-related-links-card-container .course-names {
        padding-left: 0px;
    }

    .gs-article-related-links-card-container .gs-relevant-links {
        width: 508.59px;
        height: 325.97px;
    }

    .service-cta-right .service-card-container .service-card {
        max-width: 233px;
        height: 177.49px;
        border-radius: 25px;
        border: 1px solid #c3947157;
        margin: 4px 9px 9px 0px;
    }

    .gs-footer-callbacknumber {
        margin: 0px 27px;
        display: flex;
        align-items: center;
        margin: auto;
        flex-direction: column;
    }

    .gs-footer-socialmedia-icons {
        justify-content: flex-start;
    }

    .gs-consultants-cards {
        margin-bottom: 72px;
    }

    .article-heading-two {
        font-size: 34.13px;
        line-height: 139%;
        margin-bottom: 24px;
    }

    .article-card {
        margin-right: 20px;
    }

    .related-programs-cta .related-programs-card .content {
        padding: 38px 35px 38PX 35PX;
    }

    .gs-article-bg {
        padding: 72px 0px 47px 0px;
    }

    .gs-our-free-service img {
        height: 170px;
        padding-bottom: 20px;
        width: 145px;
        height: 155px;
    }

    .gs-callbackrequst-button {
        width: 126px;
        height: 57px;
        padding: 5px 13px;
        font-size: 17.92px;
        border-radius: 0px 35px 35px 0px;
        line-height: 123%;
        letter-spacing: -0.16px;
    }

    .universities-cta-left {
        margin-bottom: 40px;
        padding: 10px 0px 10px 0px;
    }

    .gs-univ-content-container {
        margin-bottom: 16px;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        padding-left: 40px;
    }

    .gs-univ-card .gs-read-more-review-body {
        font-size: 18.77px;
    }

    .article-banner-para .article-content {
        font-size: 20.48px;
        margin-bottom: 64px;
        width: unset;
    }

    .empty-section {
        margin-bottom: 58px;
    }

    .cta-img-banner {
        margin-bottom: unset;
    }

    .cta-padding {
        padding-bottom: 16px;
    }

    .gs-article-table-bottom {
        margin-bottom: 0px;
    }

    .last-list {
        padding-bottom: 15px;
    }

    .gs-faq-container .gs-faq-h2 {
        margin-bottom: 36px;
        font-size: 68.27px;
        line-height: 59.7px;
    }

    .gs-info-card-headig {
        font-size: 34.13px;
        text-align: left;
        margin-bottom: 40px;
        padding-left: 40px;
    }

    .gs-consultants-cards {
        padding-left: 44px;
    }

    .service-cta-right .gs-cta-second-callback {
        width: 479px;
        height: 69px;
        border-radius: 25px;
    }

    .article-heading-three {
        font-size: 30.72px;
    }

    .service-cta-right .service-card-container .service-card img {
        height: 93px;
        width: 126.5px;
        object-fit: cover;
    }

    .service-cta-right .gs-cta-second-callback .gs-callbackrequst-button {
        padding: 12px 30px 12px 20px;
        border-radius: 0px 25px 25px 0px;
        width: 125px;
        height: 67px;
        font-size: 17.07px;
        line-height: 115%;
        letter-spacing: -0.16px;
    }

    .download-cta-left {
        padding-top: 40px;
    }

    .gs-consultants-cards-child {
        max-width: 428px;
        min-height: 564px;
        border-radius: 42px;
        background-size: 108%;
        background-position: -11px -10px;
    }

    .gs-consultant-name-info {
        font-size: 30.72px;
        line-height: 146%;
        margin-bottom: 10px;
    }

    .gs-consultant-role {
        font-size: 30.72px;
        line-height: 146%;
    }

    .webinar-cta .content {
        padding: 50px 50px;
        height: 617.81px;
    }

    .webinar-cta .content .title {
        font-size: 27.31px;
        line-height: 37.68px;
        letter-spacing: -0.16px;
        width: 436px;
        margin-bottom: 24px;
    }

    .article-table-container .bg-grey-top-buttons {
        margin-bottom: 72px;
    }

    .webinar-cta .schedules .about {
        padding: 18px 10px 12px 18px;
    }

    .webinar-cta .schedules .about .people {
        width: 77.06px;
        height: auto;
    }

    .webinar-cta .schedules .about .aboutpeople h3 {
        font-size: 18.77px;
        line-height: 146%;
    }

    .webinar-cta .schedules .about .aboutpeople .role {
        font-size: 13.65px;
        line-height: 19.93px;
        margin-bottom: 5px;
    }

    .webinar-cta .book {
        padding: 13px 10px;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .rating img {
        width: 12.09px;
        height: 12.09px;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .rating p {
        font-size: 13.65px;
        letter-spacing: 0.16px;
        line-height: 140%;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .review {
        font-size: 13.65px;
        line-height: 140%;
        letter-spacing: 0.16px;
        margin-right: 50px;
    }

    .webinar-cta .schedules .description {
        font-size: 14.78px;
        line-height: 148%;
        letter-spacing: 0.32px;
        margin-bottom: 7px;
    }

    .webinar-cta .book h3 {
        font-size: 21.33px;
        line-height: 156%;
        letter-spacing: -0.16px;
    }

    .webinar-cta .schedules {
        margin-top: 20px;
        border-radius: 20px;
        width: auto;
    }

    .article-heading-four {
        font-size: 34.13px;
        margin-bottom: 20px;
    }

    .limitwidth .table-top-para {
        margin-bottom: 22px;
    }

    .gs-article-table-container .table-heading-small {
        margin-top: -5px;
        line-height: 200%;
    }

    .course-cta-card-left span {
        width: 148px;
        height: 37px;
        margin-bottom: 14px;
        font-size: 18.77px;
        border-radius: 30px;
        font-family: InterMedium;
        letter-spacing: 4px;
        padding: 12px 10px 10px 15px;
    }

    .gs-video-card .video-banner .video-img {
        height: 100%;
        object-fit: contain;
        max-width: 100%;
    }

    .article-table-container.gs-four-table-left {
        width: 100%;
    }

    .table-scrool-icon {
        float: right;
        width: 35px;
        margin-right: 15px;
    }

    .language-cta h3 {
        font-size: 30.72px;
        line-height: 124%;
        letter-spacing: 0.16px;
    }

    .gs-first-right-button {
        font-size: 22.19px;
        line-height: 156%;
        padding: 5px 35px;
    }

    .service-cta-right h2 {
        font-size: 29.01px;
        line-height: 131%;
        margin-bottom: 22px;
    }

    .service-cta-right .service-card-container {
        margin-bottom: 13px;
    }

    .service-cta-right .service-card-container .service-card p {
        font-size: 19.63px;
        line-height: 117%;
        letter-spacing: -0.16px;
    }

    .service-cta-right .requirements-desc {
        font-size: 15.36px;
        line-height: 142%;
        margin-bottom: 26px;
        width: 400px;
    }

    .numeric-list {
        font-size: 20.48px;
        line-height: 224%;
        padding: 0px 22px;
    }

    .numeric-list-with-bottom {
        margin-bottom: 72px;
        margin-left: auto;
    }

    .service-cta-right .gs-cta-second-callback .gs-mobilenumber {
        width: 290px;
        height: 67px;
        font-size: 18.77px;
        line-height: 224%;
        letter-spacing: 0.32px;
        padding-left: 10px;
    }

    .service-cta-right .gs-cta-second-callback .gs-countrycode {
        width: 62px;
        height: 67px;
        font-size: 18.77px;
        line-height: 224%;
        letter-spacing: 0.32px;
        padding: 13px 0px 13px 10px;
        border-radius: 25px 0px 0px 25px;
    }

    .gs-info-card-content p {
        font-size: 17.7px;
        line-height: 168%;
        letter-spacing: 0.16px;
        width: unset;
    }

    .gs-info-course-selection span {
        font-size: 18.77px;
        line-height: 168%;
        letter-spacing: 0.16px;
        padding: 3.5px 15px;
        margin: unset;
    }

    .landing-download-cta .gs-cta-download-cards {
        margin: 10px 10px;
    }

    .gs-consultant-name-tag button {
        font-size: 26.19px;
        line-height: 168%;
        letter-spacing: 0.16px;
        border-radius: 40px;
        padding: 10px 96px;
        margin-bottom: 8px;
    }

    .gs-info-card-content {
        padding: 0px 46px 15px;
    }

    .article-content {
        font-size: 20.48px;
        line-height: 204%;
        margin-bottom: 24px;
    }

    .download-cta-left span {
        font-size: 18.77px;
        letter-spacing: 4.41px;
        padding: 10px 29px;
        border-radius: 42px;
    }

    .download-cta-left p {
        font-size: 27.31px;
        line-height: 34.1px;
        max-width: 410px;
        margin: 20px 0px;
    }

    .gs-cta-download-cards h2 {
        font-size: 17.7px;
        line-height: 128%;
        letter-spacing: 0.5px;
        padding-top: 0px;
        margin-bottom: 30px;
    }

    .gs-cta-download-cards .gs-cta-download p {
        font-size: 20.48px;
        line-height: 156%;
        letter-spacing: 0.16px;
    }

    .gs-cta-download-cards .gs-cta-download-icon {
        width: 15px;
        height: 18.3px;
    }

    .related-programs-cta .related-programs-card .content h3 {
        font-size: 22.89px;
        letter-spacing: 0.16px;
        margin-bottom: 10px;
    }

    .related-programs-cta .related-programs-card .content p {
        font-size: 18.77px;
        line-height: 149%;
        letter-spacing: 0.16px;
    }

    .gs-article-table-container .gs-first-containers-left-buttons .filled-cta-button {
        line-height: 156%;
        padding: 5px 27px;
        font-size: 17.48px;
        letter-spacing: 0.16px;
        height: 43.94px;
    }

    .gs-article-table-container .gs-first-containers-left-buttons .outline-cta-button {
        font-size: 17.48px;
        line-height: 156%;
        letter-spacing: 0.16px;
        padding: 5px 27px;
    }

    .gs-terms-privacy {
        font-size: 14.51px;
        line-height: 128%;
        letter-spacing: -0.32px;
    }

    .gs-faq-content-container .gs-qanda h3 {
        line-height: 144%;
        font-size: 20.48px;
        width: 375px;
    }

    .gs-univ-partners-review-container .gs-univ-h2 {
        font-size: 34.13px;
        line-height: 139%;
        text-align: center;
        /* margin: 0px 100px 8px 100px; */
    }

    .gs-univ-content-container .gs-univ-card {
        max-width: 615px;
        max-width: 620px;
        border-radius: 34px;
        height: 389px;
        padding: 47px;
    }

    .gs-univ-partners-review-container {
        margin-bottom: 80px;
    }

    .gs-univ-content-container .gs-univ-card img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        margin-left: -3px;
    }

    .gs-reviewer-header h2 {
        font-size: 23.89px;
        line-height: 100%;
    }

    .gs-univ-card .gs-heading {
        margin-bottom: 28px;
    }

    .gs-faq-content-container .gs-qanda p {
        line-height: 142%;
        font-size: 17.92px;
        max-width: 100%;
    }

    .gs-final-cta-triangle-img {
        top: 50px;
        left: -60px;
        max-width: 95px;
    }

    .gs-final-cta-halfround-img {
        max-width: 72px;
        right: -20px;
        bottom: 47px;
        z-index: 1;
    }

    .gs-article-related-links-card-container .gs-article-links-card strong {
        font-size: 23px;
        letter-spacing: 0.16px;
    }

    .gs-article-related-links-card-container .gs-article-links-card p {
        font-size: 18.77px;
        line-height: 149%;
        letter-spacing: 0.16px;
    }

    .gs-video-card .video-title {
        font-size: 23px;
    }

    .article-heading-one span,
    .article-heading-two span,
    .article-heading-three span,
    .article-heading-four span {
        display: inline;
    }

    .article-heading-one {
        font-size: 39.25px;
        line-height: 132%;
        width: 574px;
    }

    .table-shadow {
        display: block;
        box-shadow: -33px -2px 16px -21px #00000042 inset;
        height: 0px;
        position: absolute;
        top: 29px;
        right: -30px;
        width: 30px;
        bottom: 0px;
        transition: right 0.5s ease-in-out;
    }

    .table-scroll-shadow {
        position: relative;
    }

    .gs-footer-columns-child .gs-footer-ul .gs-footer-list-heading {
        font-family: InterBold;
    }

    .list-ten-above {
        padding-left: 64px;
        font-size: 22.48px;
        line-height: 225%;
    }

    .gs-footer-our-logo {
        width: 201.44px;
        height: 46.08px;
        object-fit: contain;
        margin-bottom: 3px;
        margin-left: 0px;
    }

    .gs-callbacknumber,
    .gs-footer-columns-child .gs-footer-ul li.gs-callbacknumber {
        font-size: 29.01px;
        margin-right: 0px;
        line-height: 146%;
        letter-spacing: -0.96px;
        background-color: unset;
        font-family: InterExtraBold;
    }

    .gs-footer-bg .gs-footer-columns .gs-footer-columns-child.gs-footer-logo li {
        margin-bottom: 0;
    }

    .related-programs-scrolling-card {
        display: flex;
        overflow: scroll;
        padding: 40px 0px 30px 0px;
    }

    .gs-relevant-img-card {
        margin-bottom: unset;
    }

    .article-card {
        margin-right: 20px;
    }

    .language-cta-people-message {
        margin-bottom: 12px;
    }

    .gs-faq-content-container {
        padding: 56px 70px 56px 70px;
        border-radius: 42px;
    }

    .gs-footer-logo {
        margin-bottom: 70px;
    }

    .gs-reviewer-para {
        font-size: 17.92px;
        line-height: 185%;
        letter-spacing: 0.16px;
        margin-bottom: 40px;
        -webkit-line-clamp: 4;
    }

    .gs-reviewer-header {
        padding-bottom: 23px;
    }

    .gs-univ-card .gs-reviewer-header p {
        font-size: 17.7px;
        letter-spacing: 0.16px;
        line-height: 160%;
    }

    .gs-footer-bg .gs-footer-columns {
        padding: 0px;
    }

    .gs-footer-bg .gs-footer-columns .gs-footer-columns-child {
        display: block;
        width: 100%;
        margin-left: 40px;
    }

    .gs-footer-bg .gs-footer-columns .gs-footer-columns-child.gs-footer-logo {
        margin: auto;
        text-align: center;
        margin-bottom: 80px;
    }

    .gs-footer-columns-child .gs-footer-ul li {
        font-size: 20.19px;
        line-height: 156%;
        margin-bottom: 28px;
    }

    .gs-footer-columns-child .gs-footer-list {
        padding-left: unset;
    }

    .gs-footer-columns-child span {
        font-size: 22.19px;
        line-height: 156%;
        font-family: InterBold;
    }

    .showmore-btn {
        cursor: pointer;
        display: block;
        margin-left: 33px;
    }

    .showmore-btn p {
        font-size: 15px;
        color: var(--litegrey);
    }

    .section-webinar-cta-style {
        margin-bottom: 40px;
    }

    .header-container-links {
        width: 300px;
        position: fixed;
        top: 0;
        background: #def6d5;
        overflow-x: hidden;
        transition: 0.5s;
        text-align: left;
        height: 100%;
        padding-top: 10px;
        right: -430px;
        z-index: 11;
    }

    .gs-close-menu {
        display: block;
        width: 65px;
        padding: 7px;
        margin-right: 10px;
    }

    header .header-menu {
        float: none;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    header .header-menu .header-menu-list {
        margin-bottom: 60px;
    }

    header .header-menu .header-menu-list p {
        font-size: 28px;
    }

    .header-menu .header-menu-list-contact .header-call-number {
        font-size: 30px;
    }

    .foo-str-menu-mobile {
        display: table;
        box-shadow: 15px 10px 30px 15px #0000003b;
        /* padding: 13px; */
    }

    .floating-whatsapp-right {
        display: none;
    }

    .footer-stripe-menu div img {
        vertical-align: middle;
        width: 40px;
        padding: 0px 5px;
        margin-right: 2px;
    }

    .foo-str-menu-mobile div small,
    .foo-str-menu-mobile div span {
        font-size: 21px;
        vertical-align: middle;
        color: #fff;
        font-family: InterBold;
    }

    .foo-str-menu-mobile div span {
        width: 100px;
        display: inline-block;
        line-height: 110%;
    }

    .foo-str-menu-mobile .bar-loading {
        display: none;
    }

    /*Landing 640 */

    .breadcrumb * {
        font-size: 18px;
    }

    .landing-gs-work-at-global p {
        width: 372px;
        margin: auto auto 25px;
        line-height: 152%;
        font-size: 20px;
    }

    .language-cta-people-message .images-container {
        right: 195px;
        top: 16px;
    }

    .landing-gs-video-steps-process {
        margin-bottom: 70px;
    }

    .landing-gs-video-steps-process .gs-our-free-service {
        max-width: 590px;
        height: 805px;
        align-items: flex-end;
        flex-direction: unset;
        border-radius: 40px;
    }

    .landing-gs-video-steps-process .gs-our-free-service p {
        display: none;
    }

    .landing-gs-video-steps-process .gs-our-free-service .play-button {
        padding: 0;
        margin-bottom: 60px;
        height: 155px;
        width: 145px;
        object-fit: unset;
    }

    .landing-gs-video-steps-process .gs-our-free-service h3 {
        margin: 0 0 70px;
        line-height: 87%;
        font-size: 95.57px;
        max-width: 425px;
    }

    .landing-gs-video-steps-process .steps-process-content-wrapper,
    .indicator-container {
        display: none;
    }

    .landing-gs-univ-partners-scroll-container {
        margin-bottom: 60px;
        max-width: 554.25px;
    }

    .landing-gs-univ-partners-scroll-container h2 {
        font-size: 36px;
        margin-bottom: 48px;
    }

    .landing-gs-univ-partners-scroll-container .icons-scroller {
        height: 93px;
    }

    .landing-gs-univ-partners-scroll-container .icons-scroller::before {
        height: 90px;
    }

    .language-cta-people-message span {
        right: 120px;
        top: 2px;
        font-size: 16px;
    }

    .landing-gs-our-wide-container {
        margin: auto 25px 50px 25px;
    }

    .landing-gs-our-wide-container .topic {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .landing-gs-our-wide-container .wide-para {
        font-size: 17px;
        line-height: 164%;
        width: auto;
        height: auto;
        margin-bottom: 25px;
    }

    .landing-gs-our-wide-container ul li {
        font-size: 16px;
        padding: 8px 18px;
        margin: 8px 5px;
    }

    .landing-mec-comparison h2 {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .landing-mec-comparison .first-para {
        width: 560px;
        margin-bottom: 35px;
        font-size: 17px;
    }

    .landing-mec-comparison .mec-comparison {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: scroll;
        margin: auto;
    }

    .landing-mec-comparison .comparison-container {
        display: inline-block;
        width: 150px;
        height: auto !important;
        padding: 47px 20px 48px 30px;
        margin-right: 14px;
        margin-left: 26px;
        border-radius: 32px;
        overflow: hidden;
        transition: width 2s;
    }

    .landing-mec-comparison .comparison-container#comparison_right {
        margin-left: 0px;
    }

    .comparison-container .comparison-mec-logo {
        width: 98px;
        height: 30px;
        margin-bottom: 25px;
        margin-left: -5px;
    }

    .comparison-container ul li {
        margin-bottom: 25px;
    }

    .landing-mec-comparison .comparison-right.comparison-right-clicked {
        width: 150px;
        padding: 40px 20px 40px 20px;
    }

    .landing-mec-comparison .comparison-right .comparison-mec-logo {
        width: 103px;
        height: 30px;
    }

    .landing-mec-comparison .comparison-left.comparison-left-clicked {
        padding: 48px 20px 48px 20px;
    }

    .comparison-container.active ul li p {
        font-size: 15.97px;
        line-height: 22.4px;
        letter-spacing: -0.4px;
    }

    .comparison-container.active ul li .for-web {
        display: none;
    }

    .comparison-container.active ul li .for-mob {
        display: inline-block !important;
    }

    .landing-mec-comparison .comparison-right .mec-comparison-true .black-tick-icon {
        width: 22px;
        height: 22px;
        margin: 0;
    }

    .comparison-left .mec-comparison-other li .black-cancel-icon,
    .landing-mec-comparison .comparison-right-clicked .mec-comparison-true li .black-tick-icon {
        width: 14px;
        height: 14px;
        margin-right: 12px;
        margin-bottom: 0px;
    }

    .landing-mec-comparison .comparison-left {
        display: inline-block;
        height: 500px;
        overflow: hidden;
        border-radius: 32px;
        width: 450px;
        transition: width 2s;
        padding: 47px 20px 48px 42px;
    }

    .landing-mec-comparison .comparison-left .others-header {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .comparison-container ul li,
    .comparison-container.active ul li {
        margin-bottom: 24px;
    }

    .landing-mec-comparison .comparison-left-clicked .mec-comparison-other .black-cancel-icon {
        width: 22px;
        height: 22px;
        margin: 0px;
    }

    .landing-mec-comparison .comparison-left .others-header,
    .landing-mec-comparison .comparison-left .mec-comparison-other {
        text-align: left;
        margin-bottom: 40px;
        margin-left: 0px;
    }

    .comparison-left .mec-comparison-other li p {
        display: block;
    }

    .comparison-right .mec-comparison-true li p,
    .comparison-left.comparison-left-clicked .mec-comparison-other li p {
        display: none;
    }

    .landing-mec-comparison .comparison-right .mec-comparison-true li {
        justify-content: center;
    }

    .comparison-container ul li img {
        width: 22px;
        height: 22px;
        margin-left: 38px;
    }

    .comparison-container .others-header {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .comparison-container .others-header.centered {
        margin-left: 13px;
    }

    .landing-mec-comparison .comparison-container.active {
        width: 420px;
    }

    .landing-gs-work-at-global ul {
        white-space: nowrap;
        overflow-x: scroll;
        padding: 0px;
        width: 100%;
        max-width: 500px;
        margin: auto;
        animation: company-slides 16s linear infinite;
        display: table;
        box-sizing: border-box;
    }

    .landing-gs-work-at-global ul li {
        margin: auto 20px;
    }

    .landing-gs-work-at-global ul li img {
        height: 45px;
    }

    .landing-gs-work-at-global p span:nth-child(2) {
        display: block;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table .thead {
        font-size: 18.58px;
        line-height: 170%;
        letter-spacing: 0.16px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table .thead .th {
        padding: 5px 9px 10px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table .student-name {
        font-size: 16.58px;
    }

    .landing-student-scholarships-scrolling .scholarship-amount {
        font-size: 16.58px;
    }

    .landing-student-scholarships-scrolling tbody tr td {
        padding: 4px 30px;
    }

    .landing-gs-faq-content-container {
        padding: 30px 50px 25px 50px;
    }

    .language-cta-people-message .student-img {
        height: 39px;
        width: 39px;
    }

    .exit-group-img {
        height: 34vh;
    }

    .exit-countrycode {
        font-size: 18px;
        padding: 10px 6px;
    }

    .exit-mobilenumber {
        font-size: 18px;
    }

    .exit-popup-container .exit-help-para {
        font-size: 35px;
    }

    .exit-active-employee {
        font-size: 24px;
    }

    .exit-popup {
        padding: 16px;
        height: 87vh;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 20px;
    }

    .exit-terms-privacy {
        font-size: 13px;
    }

    .exit-callbackrequest {
        max-width: 380px;
    }

    .exit-callbackrequst-button {
        font-size: 18px;
        padding: 18px 16px;
        width: 380px;
    }

    .download-cta .paper-img:nth-child(1) {
        left: 65%;
        width: 97px;
        top: -6%;
    }

    .download-cta .paper-img:nth-child(3) {
        width: 116px;
        left: -16%;
        top: 48%;
    }

    .download-cta .paper-img:nth-child(2) {
        width: 81px;
        bottom: -1%;
        left: 95%;
    }

    .universities-cta .univ-logo:nth-child(2),
    .callback-request-cta .univ-logo:nth-child(2) {
        width: 45px;
        top: -24px;
        right: 10%;
    }

    .universities-cta .univ-logo:nth-child(1),
    .callback-request-cta .univ-logo:nth-child(1) {
        left: -22px;
        width: 50px;
        top: 34%;
    }

    .universities-cta .univ-logo:nth-child(3),
    .callback-request-cta .univ-logo:nth-child(3) {
        bottom: -19px;
        width: 49px;
        left: 410px;
    }

    .language-cta-people-message .student-img:nth-child(1) {
        left: -23px;
    }

    .language-cta-people-message .student-img:nth-child(2) {
        left: -30px;
    }

    .language-cta-people-message .student-img:nth-child(3) {
        left: -40px;
    }

    .language-cta {
        display: inline-block;
        min-height: 54vh;
        width: 85vw;
        height: 675px;
    }

    .landing-main-branch .branch-line-hr.for-mobile {
        display: block;
    }

    .headquarters-branch-container .landing-main-branch .branch-line-hr {
        margin-bottom: 40px;
    }

    .headquarters-branch-container .landing-main-branch .sub-branch-list {
        flex-wrap: wrap;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .headquarters-branch-container .landing-main-branch .sub-branch-list .branch-card {
        margin: 0px 0px 30px;
    }

    .headquarters-branch-container {
        max-width: 559px;
        /* padding-top: 72px; */
        padding: 72px 10px 0px;
    }

    .headquarters-branch-container .main-branch .branch-card {
        width: 46%;
        margin-bottom: 30px;
    }

    .headquarters-branch-container .main-branch .branch-card p {
        /* width: 281px; */
        width: 100%;
        font-size: 13.9px;
    }

    .headquarters-branch-container .main-branch .sub-branch-list {
        flex-wrap: wrap;
    }

    .headquarters-branch-container .main-branch .big-branch-name {
        font-size: 20.85px;
        margin-bottom: 30px;
    }

    .headquarters-branch-container .main-branch .branch-card h3 {
        font-size: 17.87px;
        margin-bottom: 7px;
    }

    .main-branch {
        margin-bottom: 114px;
    }

    .stories-left {
        width: 100%;
    }

    .success-stories {
        margin-bottom: 70px;
    }

    .story-scroll-container {
        display: none;
    }

    .stories-viewmore-div {
        display: none;
    }

    .success-stories-main {
        display: block;
    }

    .success-stories-heading {
        font-size: 36px;
        text-align: center;
    }

    .stories-bio .student-scroll-img {
        display: block;
        width: 100%;
        max-width: 499px;
        height: 400px;
        object-fit: cover;
        margin-bottom: 30px;
        border-radius: 25px;
    }

    .stories-left {
        display: none;
    }

    .stories-bio {
        display: inline-block;
        background: var(--themeflashwhite);
        border-radius: 30px;
        padding: 30px 30px;
        width: 100%;
        max-width: 558px;
        margin: auto;
        box-sizing: border-box;
        margin-right: 15px;
        vertical-align: top;
    }

    .stories-bio.active {
        display: inline-block;
    }

    .stories-right {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%;
        padding: 0 26px;
        margin-left: 0px;
    }

    .success-stories .story-name {
        font-size: 26px;
        padding: 0 20px;
        white-space: normal;
    }

    .success-stories .academics {
        font-size: 18px;
        margin-bottom: 10px;
        padding: 0 20px;
        white-space: initial;
    }

    .stories-bio p {
        font-size: 18px;
        line-height: 185%;
        letter-spacing: 0.16px;
        white-space: initial;
        height: 300px;
        padding: 0 20px;
    }

    .landing-student-scholarships-scrolling {
        max-width: 590px;
        margin-bottom: 72px;
    }

    .landing-student-scholarships-scrolling .head {
        font-size: 35px;
        margin-bottom: 24px;
        max-width: 550px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-para {
        text-align: left;
        width: unset;
        letter-spacing: 0.16px;
        margin-bottom: 57px;
        font-size: 17px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table {
        width: 100%;
        max-width: 551px;
        position: relative;
        margin-bottom: 30px;
    }

    .tbody-scholarships_scrolling::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -45px;
        height: 100px;
        pointer-events: none;
        z-index: 1;
        background: linear-gradient(360deg, var(--themewhiteshade), var(--themewhiteshade));
        filter: blur(14px);
    }

    .scholarships-scrolling-table .thead {
        font-size: 18.58px;
        line-height: 170%;
        letter-spacing: 0.16px;
    }

    .scholarships-scrolling-table .student-name {
        font-size: 18.58px;
    }

    .student-scholarships-scrolling .scholarship-amount {
        font-size: 18.58px;
    }

    .landing-gs-work-at-global ul li {
        margin: auto 40px auto auto;
    }

    .landing-gs-work-at-global ul li img {
        height: 45px;
    }

    .landing-gs-univ-partners-scroll-container .icons-scroller ul li {
        padding: 22px 16px;
        margin: 5px;
        border-radius: 12px;
    }

    .landing-gs-univ-partners-scroll-container .icons-scroller ul li img {
        height: 35px;
    }

    .landing-gs-our-wide-container .service-search-input {
        font-size: 16px;
        width: 475px;
        height: 54px;
        padding: 15px 38px;
        border-radius: 34px;
    }

    .landing-gs-consultants-info-cards .gs-info-card-headig {
        text-align: left;
        line-height: 146%;
        max-width: 560px;
        margin: auto auto 32px;
        font-size: 36px;
        padding-left: 0px;
        margin-left: 25px;
    }

    .landing-student-scholarships-scrolling .scrolling-uni {
        width: 40px;
        height: 45px;
    }

    .landing-student-scholarships-scrolling .student-img {
        width: 30px;
        height: 30px;
    }

    .landing-gs-consultants-info-cards .gs-green-tick {
        width: 14px;
        height: 14px;
    }

    .landing-gs-consultants-info-cards {
        margin-left: 0px;
    }

    .landing-gs-consultants-info-cards .gs-consultants-cards {
        max-width: 560px;
        margin-bottom: 72px;
        /* padding-left: 10px; */
        margin-left: 25px;
    }

    .success-stories {
        margin-bottom: 70px;
    }

    .headquarters-branch-container h2 {
        font-size: 36px;
    }

    .headquarters-branch-container .highlighted-branch .branch-card h3 {
        font-size: 20px;
    }

    .headquarters-branch-container .highlighted-branch .branch-card .address-text {
        width: 100%;
        font-size: 17px;
        margin-bottom: 20px;
    }

    .headquarters-branch-container .highlighted-branch .landing-branch-card iframe {
        max-width: 559px;
        height: 368px;
        border-radius: 25px;
    }

    .headquarters-branch-container .highlighted-branch {
        margin-bottom: 70px;
    }

    .landing-footer-main .gs-footer-our-logo {
        width: 200px;
        height: 75px;
    }

    .landing-footer-main .gs-callbacknumber {
        padding: 0px;
    }

    .landing-main-branch {
        margin-bottom: 100px;
    }

    .student-scholarships-scrolling .tbody {
        height: 380px;
    }

    .scholarships-scrolling-table .student-name-td {
        width: 43%;
    }

    .callback-request-cta .univ-logo:nth-child(2) {
        width: 50px;
        right: 60px;
    }

    .callback-request-cta .univ-logo:nth-child(1),
    .universities-cta .univ-logo:nth-child(1) {
        top: 155px;
        width: 50px;
    }

    .callback-request-cta .univ-logo:nth-child(3),
    .universities-cta .univ-logo:nth-child(3) {
        left: 370px;
        width: 50px;
    }

    .landing-mec-comparison .comparison-left.comparison-left-clicked .others-header {
        margin-left: 0px;
        text-align: center;
    }

    .landing-mec-comparison .comparison-right.comparison-right-clicked {
        text-align: left;
        padding: 47px 20px 48px 42px;
    }

    .landing-mec-comparison .comparison-right-clicked .comparison-mec-logo {
        width: 150px;
        margin-bottom: 25px;
    }

    .landing-mec-comparison .comparison-right-clicked .mec-comparison-true li {
        justify-content: left;
    }

    .comparison-right-clicked .mec-comparison-true li p {
        display: block;
    }

    .comparison-left.comparison-left-clicked .mec-comparison-other li {
        justify-content: center;
    }

    .landing-mec-comparison .comparison-right-clicked.visible {
        width: 500px;
    }

    .landing-mec-comparison .comparison-left-clicked.visible {
        width: 150px;
    }

    .landing-gs-work-at-global .scroll-blurred-hide {
        display: block;
    }

    .gs-work-at-global-container .global-scroll-main {
        max-width: 500px;
        margin: auto;
        overflow: hidden;
        position: relative;
    }

    .landing-callback-request-cta .callback-request-cta-left {
        padding: 0px;
    }

    .landing-callback-request-cta .gs-cta-second-callback .gs-countrycode {
        font-size: 18px;
        height: 63px;
        width: 84px;
    }

    .landing-callback-request-cta .callback-request-cta-right .gs-cta-second-callback .gs-mobilenumber {
        width: 245px;
        height: 63px;
        font-size: 18px;
    }

    .landing-callback-request-cta .callback-request-cta-right .gs-callbackrequst-button {
        font-size: 17px;
        height: 63px;
    }

    .landing-gs-work-at-global .scroll-blurred-hide {
        width: 70px;
    }

    .gs-first-container-left {
        margin: 98px 40px 0px 40px;
    }

    .landing-gs-work-at-global ul .for-mobile {
        display: inline-block;
    }

    .landing-gs-faq-container {
        padding: 2px 10px;
        max-width: 610px;
    }

    .gs-faq-content-container .gs-qanda img {
        width: 15px;
        margin-bottom: 40px;
        padding-bottom: 0px;
    }

    .landing-gs-faq-container .gs-faq-category .landing-gs-faq-category-btn {
        margin: 0px 4px 0px 0px;
    }

    .gs-media-icons .media-logo {
        height: 60px;
    }

    .landing-gs-body-content-container {
        padding-top: 20%;
    }

    .landing-top {
        padding-top: 25px;
    }

    .landing-gs-first-container .gs-first-container-left {
        margin: 0px 54px;
    }

    .landing-gs-first-container .gs-first-container-right .language-cta-people-message {
        margin-bottom: 0px;
    }

    .landing-gs-faq-container .gs-faq-h2 {
        margin-bottom: 52px;
    }

    .landing-gs-faq-container .gs-faq-category {
        margin-bottom: 28px;
    }

    .services-list .services-hide-row {
        display: none;
    }

    .student-scholarships-scrolling .tbody .tr .td:nth-child(2) {
        padding-left: 6%;
    }

    .services-show-more {
        font-size: 15px;
        color: #333333;
    }

    .more-text {
        display: none;
    }

    .read-more-btn {
        color: #312d4875;
        cursor: pointer;
        letter-spacing: -1.1px;
    }

    .language-cta-wrapper:last-child {
        scroll-snap-align: start;
    }

    .foo-str-menu-mobile div:first-child {
        height: 94px;
    }

    .gs-footer-main {
        margin-bottom: 85px;
    }

    .landing-footer-main {
        margin-bottom: 150px;
    }

    .cheers-container {
        padding-top: 25%;
    }

    .cheers-container .cheers-container-main {
        max-width: 560px;
    }

    .cheers-container .cheers-container-main .contents {
        max-width: 500px;
    }

    .cheers-container .cheers-container-main .contents h4 {
        font-size: 26.74px;
    }

    .cheers-container .cheers-container-main .contents p {
        font-size: 16.01px;
    }

    .cheers-container .cheers-container-main .ribbon-yellow {
        width: 80px;
        top: 45px;
        left: 10px;
    }

    .cheers-container .cheers-container-main .ribbon-green {
        width: 45px;
        bottom: 110px;
        left: 72px;
    }

    .cheers-container .cheers-container-main .ribbon-green-scrolling {
        width: 65px;
        right: 24px;
        top: -10px;
    }

    .cheers-container .cheers-container-main .ribbon-red {
        width: 38px;
        right: 36px;
        bottom: 163px;
    }

    .language-cta h3 span {
        font-size: 17px;
    }

    .more-text {
        display: none;
    }

    .test-prep-body-container {
        padding-top: 130px;
    }

    .test-prep-container,
    .test-prep-list-items {
        max-width: 560px;
    }

    .test-prep-list-items {
        padding: 0px 5px;
    }

    .test-prep-first-section {
        height: 919px;
        border-radius: 45px;
        margin-right: 10px;
        flex-direction: column;
    }

    .test-prep-container .test-enroll-arrow {
        width: 60px;
        height: 60px;
        top: 49%;
    }

    .test-prep-container .test-enroll-arrow.right {
        right: -20px;
    }

    .test-prep-container .test-enroll-arrow.left {
        left: -20px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
        width: 58px;
        height: 58px;
        left: auto;
        top: 33%;
        right: -10px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
        width: 34px;
        height: 34px;
        bottom: 34%;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
        width: 119px;
        height: 119px;
    }

    .test-prep-first-section .test-enroll-left {
        width: 100%;
    }

    .test-prep-first-section .test-enroll-left img {
        height: 418px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .test-prep-first-section .test-enroll-right {
        width: 100%;
        margin-bottom: 30px;
        padding: 70px 65px;
    }

    .test-prep-first-section .test-enroll-right .article-heading-one {
        width: 100%;
        font-size: 36px;
        text-align: center;
        margin: auto auto 18px;
    }

    .test-prep-first-section .test-enroll-right .test-enroll-content {
        width: 100%;
        font-size: 19px;
        text-align: center;
        margin: auto auto 26px;
    }

    .test-prep-first-section .test-prep-enroll-btn {
        font-size: 23.53px;
        padding: 8px 55px;
        border-radius: 88px;
        margin: auto;
        display: block;
    }

    .test-prep-first-section .testprep-google-review {
        top: 45%;
        left: 0;
        right: 0;
        text-align: center;
    }

    .test-prep-first-section .testprep-google-review .review-stars {
        width: 110px;
        margin-bottom: 14px;
    }

    .test-prep-first-section .testprep-google-review p {
        font-size: 18.19px;
    }

    .gs-country-highlights .country-list .country-card {
        height: 820px;
        border-radius: 30px;
    }

    .gs-country-highlights .country-list .country-card p {
        padding-bottom: 14px;
        max-width: 444px;
        font-size: 20px;
        width: auto;
        text-align: center;
        margin: auto auto 30px;
    }

    /* .gs-country-highlights .country-list .country-card h2 {
        font-size: 50px;
        line-height: 138%;
    } */

    .gs-country-highlights .country-list .country-card h2 {
        width: auto;
        margin: 10px auto;
        font-size: 50px;
        line-height: 138%;
    }

    .gs-country-highlights .country-list .country-card ul {
        max-width: 428px;
        font-size: 22px;
        line-height: 200%;
        letter-spacing: 0.16px;
        height: 207px;
        padding: 0px;
        padding-left: 25px;
    }

    li {
        list-style: none;
    }

    .numeric-list li {
        list-style: decimal;
    }

    .numeric-list .article-content {
        padding: 0px;
    }

    .numeric-list .article-content li {
        list-style: circle;
    }

    .gs-country-highlights .country-list .country-card button {
        /* position: absolute;
        left: 0;
        right: 0;
        bottom: 0; */
        /* width: 540px; */
        margin: auto auto 20px;
        border-radius: 90.13px;
        padding: 9px 24px;
        font-size: 25.2px;
        border: none;
    }

    .gs-country-highlights .country-list-scroll {
        bottom: 90px;
    }

    .gs-country-highlights .country-list-scroll .desc {
        position: absolute;
        font-size: 18px;
        line-height: 132%;
        letter-spacing: 0.16px;
        margin: auto auto 0px 54px;
        width: 143px;
        bottom: 250px;
    }

    .gs-country-highlights .country-list-scroll .country-slide-container {
        /* max-width: 514px; */
        max-width: 490px;
    }

    .gs-country-highlights .country-list-scroll ul {
        padding: 23px 10px;
        max-width: 514px;
        border-radius: 25px;
        white-space: normal;
    }

    .country-list-scroll button {
        display: block;
        border-radius: 25px;
        background: var(--themectared);
        color: var(--themewhiteshade);
        padding: 9px 20px;
        font-family: InterSemiBold;
        font-size: 22.2px;
        line-height: 156%;
        border: 1px solid var(--themectared);
        margin: auto;
    }

    .gs-country-highlights .country-list-scroll ul li {
        /* max-width: 232px; */
        max-width: 215px;
        height: 62px;
        padding: 14px;
        border-radius: 21.64px;
        margin: 0px 4.5px 12px 4.5px;
    }

    .gs-country-highlights {
        margin: auto auto 72px;
        max-width: 608px;
    }

    .gs-country-highlights .country-list-scroll ul li.active {
        background: var(--themebgblack);
        border: 1px solid var(--themcolorfontlitegrey);
    }

    .gs-country-highlights .country-list-scroll ul li img {
        width: 34px;
        height: 20px;
        border-radius: 5px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }

    .gs-country-highlights .country-list-scroll ul li p {
        display: inline-block;
        vertical-align: middle;
        color: var(--themewhiteshade);
        font-family: InterMedium;
        font-size: 19.36px;
        line-height: 185%;
    }

    .gs-country-highlights .country-list-scroll .move-forward {
        bottom: 82px;
        right: 10px;
        width: 32.2px;
        height: 32.2px;
    }

    .gs-country-highlights .country-list-scroll .move-backward {
        bottom: 82px;
        left: 10px;
        width: 32.2px;
        height: 32.2px;
    }

    .gs-country-highlights .country-list .country-card .country-card-desc {
        padding-top: 5%;
        margin: auto;
        text-align: center;
    }

    .gs-country-highlights .country-list-scroll ul li:nth-child(3),
    .gs-country-highlights .country-list-scroll ul li:nth-child(4) {
        margin-bottom: 0px;
    }

    .country-card#uk_card {
        background-image: url('../bucket/uk-highlights-banner-mobile.jpg');
    }

    .country-card#usa_card {
        background-image: url('../bucket/usa-highlights-banner-mobile.png');
    }

    .country-card#ca_card {
        background-image: url('../bucket/canada-highlights-banner-mobile.png');
    }

    .country-card#mec_card {
        background-image: url('../bucket/mec-highlights-mobile-banner.jpg');
    }

    .country-card#fra_card {
        background-image: url('../bucket/france-highlights-banner-mobile.png');
    }

    .country-card#aus_card {
        background-image: url('../bucket/australia-highlights-banner-mobile.png');
    }

    .country-card#new_card {
        background-image: url('../bucket/newzealand-highlights-banner-mobile.png');
    }

    .country-card#dub_card {
        background-image: url('../bucket/dubai-highlights-banner-mobile.png');
    }

    .country-card#fin_card {
        background-image: url('../bucket/finland-highlights-banner-mobile.png');
    }

    .country-card#ger_card {
        background-image: url('../bucket/germany-highlights-banner-mobile.png');
    }

    .country-card#ita_card {
        background-image: url('../bucket/italy-highlights-banner-mobile.png');
    }

    .country-card#net_card {
        background-image: url('../bucket/netherland-highlights-banner-mobile.png');
    }

    .country-card#sin_card {
        background-image: url('../bucket/singapore-highlights-banner-mobile.png');
    }

    .country-card#swe_card {
        background-image: url('../bucket/sweden-highlights-banner-mobile.png');
    }

    .gs-trial-premium-services {
        padding-top: 24%;
        max-width: 558px;
        margin: auto auto 78px;
    }

    .gs-trial-premium-services h1 {
        font-size: 44.64px;
        width: 440px;
        margin: auto auto 42px;
    }

    .gs-trial-premium-services .list-of-wide-services li img {
        width: 29.35px;
        height: 29.35px;
    }

    .gs-trial-premium-services .list-of-wide-services li p {
        font-size: 20.32px;
    }

    .gs-trial-premium-services .list-of-wide-services li {
        padding: 8px 20px;
        margin: 8px 5px;
    }

    .services-details-container {
        max-width: 558.99px;
        padding: 27px 25px;
        border-radius: 40px;
        margin-bottom: 77.77px;
    }

    .services-details-container .gs-our-free-service {
        border-radius: 35px;
        height: 586px;
        margin-bottom: 39px;
        width: 509px;
    }

    .services-details-container .gs-our-free-service h3 {
        font-size: 44px;
        max-width: 474px;
        margin: auto;
        bottom: 50px;
        position: absolute;
    }

    .services-details-container .gs-our-free-service img {
        max-width: 126px;
    }

    .services-details-container .content-container {
        font-size: 23px;
        margin-bottom: 22.94px;
        line-height: 182%;
    }

    .trial-faq-container {
        margin-top: 90px;
    }

    .trial-faq-container h2 {
        font-size: 68.27px;
        line-height: 59.7px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda h3 {
        font-size: 23.49px;
        line-height: 135%;
        width: 385px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda p {
        font-size: 21.87px;
        line-height: 148%;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda img {
        width: 14px;
    }

    .services-details-container .trail-cta-talk-to-experts {
        padding: 25px;
        border-radius: 32.41px;
        font-size: 27.77px;
    }

    .loan-banner {
        padding-bottom: 40px;
    }

    .loan-banner .test-prep-first-section {
        height: 963px;
    }

    .loan-banner .loan-tittle,
    .scholarship-banner .loan-tittle {
        font-size: 19.17px;
        text-align: center;
    }

    .loan-banner .test-prep-first-section .test-enroll-right .article-heading-one {
        width: 100%;
    }

    .loan-banner .test-prep-first-section {
        position: unset;
    }

    .loan-banner .test-prep-first-section .test-enroll-left img {
        height: 535px;
        left: 50px;
        bottom: 0px;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
        height: 160px;
        bottom: 55px;
        left: -6%;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
        height: 160px;
        bottom: 35%;
        top: unset;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
        height: 85px;
        top: unset;
        left: 67%;
        bottom: 45%;
    }

    /* legal pages */

    .gs-legal-banner-container {
        display: block;
        padding-top: 25%;
    }

    .gs-legal-banner-container .legal-title-card {
        display: block;
        margin: auto;
        width: 100%;
    }

    .gs-legal-banner-container .legal-banner {
        display: block;
        margin: auto;
        width: 100%;
    }

    .gs-legal-banner-container .legal-title-card h1 {
        font-size: 45px;
        line-height: 101%;
        max-width: unset;
        padding: 0;
        margin-bottom: 60px;
    }

    .gs-legal-banner-container .legal-banner .banner-img {
        max-width: 416px;
        height: 257px;
    }

    .gs-legal-banner-container .addon-image-container {
        display: none;
    }

    .legal-content-container {
        padding: 80px 50px 0;
    }

    .legal-content-container .legal-sub-heading {
        font-size: 36px;
        margin-bottom: 18px;
    }

    .legal-content-container .legal-desc {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .article-read-more {
        font-size: 18px;
        line-height: 190%;
    }

    .icon-and-content {
        width: auto;
    }

    .article-para-content {
        padding: 0px 41px;
        font-size: 20.48px;
        line-height: 204%;
        margin-bottom: 50px;
    }

    .gs-first-container-left .gs-left-child-div .crop-content {
        font-size: 20.48px;
    }

    .list-ten-above {
        font-size: 20.48px;
    }

    .numeric-list-with-width {
        margin-bottom: 50px;
    }

    .text-container {
        position: relative;
        max-width: fit-content;
    }

    .active {
        position: relative;
    }

    .breadcrumb {
        align-items: baseline;
        font-family: InterMedium;
        margin-bottom: 64px;
        font-size: 18px;
        line-height: 167%;
        align-items: center;
    }

    .gs-article-banner-image-container h2 .bc-head {
        text-align: left;
    }

    .article-background-city-img {
        height: 200px;
    }

    .gs-video-steps-process-container {
        /* padding-top: 20px; */
        padding: 10px 10px 0px;
    }

    .para-with-bottom {
        margin-bottom: 0px;
    }

    .breadcrumb .active {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px;
        cursor: pointer;
    }

    .gs-article-related-links-card-container .relevant-hide-row {
        display: none;
    }

    .success-stories-review-container {
        padding-top: 130px;
    }

    .success-stories-review-container .reviews-heading-container {
        max-width: 550px;
    }

    .success-stories-heading-container img {
        height: 32px;
        margin-right: 15px;
    }

    .success-stories-review-container .head-text {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .success-stories-review-container .success-text-para {
        font-size: 21px;
        width: 559px;
        margin-bottom: 50px;
    }

    .success-stories-review-container .parent-container .review-cards-group {
        padding-left: 45px;
        padding-right: 22px;
    }

    .success-stories-review-container .success-stories-review-cards {
        margin-right: 22px;
        max-width: 506px;
        padding: 22px 27px 34px;
        border-radius: 32px;
        margin-bottom: 22px;
    }

    .success-stories-review-cards .gs-reviewer-desc {
        margin-bottom: 26px;
    }

    .success-stories-review-cards .gs-reviewer-desc .reviewer-img {
        width: 59px;
        height: 59px;
        margin-right: 15px;
    }

    .success-stories-review-cards .success-stories-rating h2 {
        font-size: 20.65px;
    }

    .success-stories-review-cards .success-stories-rating .review-stars {
        height: 14px;
        top: 35px;
    }

    .success-stories-review-cards .gs-customer-says {
        font-size: 18.36px;
        padding-left: 10px;
    }

    .scholarship_scroll_button .gs-first-right-button {
        padding: 4px 40px;
    }

    .scholarship-banner .enquiry-list-items .enquiry-content-first-section {
        height: 963px;
        margin: auto;
    }

    .scholarship-banner .scholarship-heading-one {
        font-size: 34px;
        text-align: center;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right {
        padding: 70px 54px;
        width: 100%;
        margin-bottom: 30px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right .test-enroll-content {
        width: 97%;
        font-size: 18px;
        text-align: center;
        margin: auto auto 26px;
    }

    .scholarship-banner .enquiry-content-first-section .enroll-now-btn {
        padding: 7px 34px;
        font-size: 25.53px;
        border-radius: 88px;
        margin: auto;
        display: block;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-left img {
        height: 530px;
        left: -45px;
    }

    .event-details-banner .enquiry-content-first-section .test-enroll-left img {
        height: 460px;
        left: -15px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review {
        top: 45%;
        left: 0;
        right: 0;
        text-align: center;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review .review-stars {
        width: 110px;
        margin-bottom: 14px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review p {
        font-size: 18.19px;
    }

    .scholarship-banner .enquiry-content-first-section {
        height: 919px;
        border-radius: 45px;
        margin-right: 10px;
        flex-direction: column;
    }

    /* Univ Partners */

    .gs-about-us-home-section h1 {
        max-width: 480.33px;
        font-size: 40.66px;
    }

    .gs-about-us-home-section .rocket-position-one {
        left: 15%;
        top: 12%;
        transform: rotate(8deg);
    }

    .gs-about-us-home-section .rocket-position-two {
        right: 17%;
        top: 25%;
        transform: rotate(174deg);
    }

    .gs-about-us-home-section .our-diversity-points {
        margin: auto auto 25px;
    }

    .gs-about-us-home-section .our-diversity-points li {
        font-size: 18.29px;
        padding: 9px 20px;
        margin-bottom: 19px;
    }

    .gs-about-us-home-section p {
        max-width: 530px;
        margin: auto auto 45px;
        font-size: 21.08px;
    }

    .gs-about-us-home-section .banner-button-container button {
        right: 37%;
        bottom: 7%;
        font-size: 12.17px;
        padding: 8px 38px;
    }

    .gs-about-us-home-section .about-us-banner {
        width: 507.71px;
        height: auto;
    }

    .gs-left-img-right-content-container {
        max-width: 469.84px;
        display: flex;
        flex-direction: column-reverse;
    }

    .gs-left-img-right-content-container .left {
        width: 100%;
    }

    .gs-left-img-right-content-container .right {
        width: 100%;
    }

    .gs-left-img-right-content-container .right h2 {
        font-size: 34.64px;
        text-align: center;
        margin-bottom: 18px;
    }

    .gs-left-img-right-content-container .right p {
        font-size: 21.08px;
        text-align: center;
        margin-bottom: 25px;
    }

    .gs-left-img-right-content-container .left .trusted-img-banner {
        max-width: 498.64px;
        margin: auto;
    }

    .gs-left-content-right-img-container {
        max-width: 555px;
        display: flex;
        flex-direction: column;
        position: relative;
        margin-bottom: 75px;
    }

    .gs-left-content-right-img-container .left {
        width: 100%;
        text-align: center;
    }

    .gs-left-content-right-img-container .right {
        width: 100%;
        text-align: center;
    }

    .gs-left-content-right-img-container .left h2 {
        font-size: 34.64px;
        margin-bottom: 25px;
    }

    .gs-left-content-right-img-container .left h2 span {
        display: inline-block;
    }

    .gs-left-content-right-img-container .left p {
        max-width: 456.28px;
        font-size: 21.28px;
        text-align: center;
        margin: auto auto 20px;
    }

    .gs-left-content-right-img-container .right .gptw-img-banner {
        height: 442.18px;
        max-width: 555.67px;
        margin-bottom: 138px;
    }

    .gs-left-content-right-img-container .filled-cta-button {
        font-size: 25.6px;
        padding: 14px 45px;
        position: absolute;
        bottom: 0px;
        right: 115px;
    }

    .gs-vetted-application-container {
        max-width: 555.67px;
        display: flex;
        flex-direction: column-reverse;
        background: var(--themestepsperkbg);
        border-radius: 37px;
        margin-bottom: 46px;
    }

    .gs-vetted-application-container .left .rectangle-container {
        background: none;
        max-width: 466.82px;
        text-align: center;
        margin: auto;
        padding: unset;
        height: unset;
        margin-bottom: 80px;
    }

    .gs-vetted-application-container .left {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .gs-vetted-application-container .right {
        width: 100%;
        text-align: center;
    }

    .gs-vetted-application-container .right h2 {
        font-size: 34.64px;
    }

    .gs-vetted-application-container .right h2 span {
        display: inline-block;
    }

    .premium-service-nav-btn {
        padding: 16px 34px;
        border-radius: 79.92px;
        font-size: 22.07px;
    }

    .gs-vetted-application-container .left img {
        max-width: 555px;
        height: unset;
        position: unset;
        object-fit: contain;
        border-radius: 0px 0px 37px 37px;
    }

    .gs-vetted-application-container .right {
        padding-top: 50px;
    }

    .gs-vetted-application-container .left .rectangle-container p {
        width: unset;
        font-size: 21.06px;
    }

    .gs-vetted-application-container .left {
        padding-top: 22px;
    }

    .gs-times-edu-icon-award-container {
        max-width: 555px;
        height: 673.13px;
        border-radius: 42.61px;
        display: flex;
        flex-direction: column;
        margin-bottom: 122px;
    }

    .gs-times-edu-icon-award-container .times-award-banner {
        margin: auto;
        bottom: -72px;
        right: 24%;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content {
        text-align: center;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content h2 {
        font-size: 34.64px;
        margin-bottom: 9px;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content p {
        max-width: 459px;
        font-size: 21.08px;
    }

    .gs-times-edu-icon-award-container .times-award-banner img {
        max-width: 365.93px;
        height: 365.93px;
    }

    .gs-times-edu-icon-award-container .times-star-one {
        width: 37.26px;
        height: 46.52px;
        right: 82%;
        top: unset;
        bottom: 85px;
    }

    .gs-enroll-app-container {
        max-width: 555px;
        display: flex;
        flex-direction: column-reverse;
        margin: auto auto 60px;
    }

    .gs-enroll-app-container .right {
        width: 100%;
        text-align: center;
        padding-left: unset;
    }

    .gs-enroll-app-container .right h2 {
        font-size: 34.64px;
        margin-bottom: 20px;
    }

    .gs-enroll-app-container .right p {
        max-width: 478px;
        font-size: 21.08px;
        margin: auto auto 40px;
    }

    .gs-enroll-app-container .left {
        width: 100%;
        text-align: center;
    }

    .gs-enroll-app-container .left img {
        max-width: 456.27px;
        height: 466.27px;
    }

    .gs-branch-presence-container {
        max-width: 555px;
        margin: auto auto 90px;
        display: flex;
        flex-direction: column;
    }

    .gs-branch-presence-container .left {
        width: 100%;
    }

    .gs-branch-presence-container .left h2 {
        font-size: 34.64px;
        margin-bottom: 24px;
        text-align: center;
    }

    .gs-branch-presence-container .left h2 span {
        display: inline;
    }

    .gs-branch-presence-container .left p b {
        font-size: 27.11px;
        margin-bottom: 4px;
    }

    .gs-branch-presence-container .left p {
        font-size: 24.09px;
        text-align: center;
        margin-bottom: 25px;
    }

    .gs-branch-presence-container .right {
        width: 100%;
    }

    .gs-branch-presence-container .right img {
        max-width: 489.58px;
        height: 185.42px;
    }

    .gs-branch-presence-container .right p b {
        font-size: 43.67px;
    }

    .gs-branch-presence-container .right p {
        font-size: 24.09px;
        margin-top: 3px;
    }

    .gs-partner-reach-us-container {
        max-width: 555px;
        padding: 64px;
        border-radius: 55.72px;
    }

    .gs-partner-reach-us-container .reach-us-list {
        flex-direction: column;
        text-align: center;
    }

    .gs-partner-reach-us-container h2 {
        font-size: 33.13px;
        margin-bottom: 50px;
    }

    .gs-partner-reach-us-container .reach-us-list li {
        margin-bottom: 18px;
    }

    .gs-partner-reach-us-container .reach-us-list img {
        width: 34px;
        height: 34px;
        margin-right: 2.08px;
    }

    .gs-partner-reach-us-container .reach-us-list p {
        font-size: 26.29px;
    }

    .gs-partner-signup-form-container {
        max-width: 555px;
        height: auto;
        border-radius: 45px;
        display: flex;
        flex-direction: column-reverse;
    }

    .gs-partner-signup-form-container .left .partner-banner-normal {
        display: none;
    }

    .gs-partner-signup-form-container .left .partner-banner-mobile {
        display: block;
        height: 897px;
    }

    .gs-partner-signup-form-container .right {
        width: 100%;
        padding: 35px 34px 44px;
        /* text-align: center; */
    }

    .gs-partner-signup-form-container .right h2 {
        font-size: 34.64px;
        margin-bottom: 11px;
        text-align: center;
    }

    .gs-partner-signup-form-container .right p {
        font-size: 21.8px;
        margin-bottom: 38px;
        text-align: center;
    }

    .gs-partner-signup-form-container .right .shared-width {
        /* flex-direction: column; */
        display: block;
        margin-bottom: 10px;
    }

    .gs-partner-signup-form-container .right .shared-width input:first-child {
        margin-bottom: 10px;
    }

    .gs-contact-us-form .right select {
        margin-bottom: unset !important;
    }

    .gs-partner-signup-form-container .right select {
        padding: 22px 30px;
        border-radius: 8.69px;
        font-size: 18.07px;
        margin-bottom: 10px;
        border: 2.5px solid rgba(0, 0, 0, 0.15);
    }

    .gs-partner-signup-form-container .right input[type="text"] {
        padding: 22px 30px;
        border-radius: 8.69px;
        font-size: 18.07px;
        border: 2.5px solid rgba(0, 0, 0, 0.15);
    }

    .gs-partner-signup-form-container .right textarea {
        padding: 12px 30px;
        border-radius: 8.69px;
        font-size: 18.07px;
        height: 105.41px;
        border: 2.5px solid rgba(0, 0, 0, 0.15);
    }

    .gs-partner-signup-form-container .right .checkbox-field {
        align-items: baseline;
    }

    .gs-partner-signup-form-container .right .checkbox-field input[type="checkbox"] {
        width: 22px;
        height: 22px;
    }

    .gs-partner-signup-form-container .right button {
        border-radius: 100px;
        font-size: 21.08px;
        padding: 11px 59px;
    }

    .gs-partner-signup-form-container .right .checkbox-field p {
        text-align: left;
    }

    .gs-partner-signup-form-container .left .partner-banner-normal {
        display: none;
    }

    .gs-partner-signup-form-container .left .partner-banner-mobile {
        display: block;
    }

    .signup-error-message {
        position: unset;
        font-size: 15px;
    }

    .educ-loan .country-card img {
        width: 100%;
        position: absolute;
        height: 860px;
        bottom: 0px;
    }

    .educ-loan .country-card-desc {
        top: 0px;
    }

    .educ-loan .country-card-desc {
        bottom: 0px;
    }

    .educ-loan .country-list .country-card .country-card-desc {
        margin-left: 50px;
        padding-top: 10%;
    }

    .educ-loan h2 {
        font-size: 60px;
        margin-bottom: 25px;
    }

    .educ-loan .country-list-scroll .desc {
        bottom: 220px;
    }

    .educ-loan .education-loan-card-img {
        display: none;
    }

    .educ-loan .education-loan-card-img-mob {
        display: block;
    }

    .enrollment-cta {
        max-width: 558px;
        height: 443px;
        padding: 65px 57px;
        margin-bottom: 65px;
        border-radius: 34px;
        flex-direction: column;
        justify-content: unset;
    }

    .enrollment-cta .icon:nth-child(1) {
        left: -25px;
        top: 35%;
    }

    .enrollment-cta .icon:nth-child(1),
    .enrollment-cta .icon:nth-child(2),
    .enrollment-cta .icon:nth-child(3) {
        width: 63px;
        height: 63px;
    }

    .enrollment-cta .icon:nth-child(2) {
        top: -37px;
        left: 75%;
    }

    .enrollment-cta .icon:nth-child(3) {
        bottom: -30px;
        left: 67%;
    }

    .enrollment-cta-left {
        padding: 0;
        margin-bottom: 30px;
    }

    .enrollment-cta-left .enrollment-cta-bold {
        font-size: 30px;
        margin-bottom: 15px;
        text-align: center;
    }

    .enrollment-cta-left .enrollment-cta-content {
        font-size: 25.6px;
        line-height: 44px;
        text-align: center;
    }

    .enrollment-cta-button {
        font-size: 25.6px;
        width: 346px;
        height: 61px;
        border-radius: 36px;
        margin-bottom: 17px;
        line-height: 124%;
    }

    .enrollment-cta-card-button p {
        font-size: 18px;
        width: 299px;
        height: 44px;
        bottom: -50px;
    }

    .footer-stripe-menu div {
        padding: 20px 5px;
    }

    .services-details-container .content-container .article-read-more {
        font-size: 23px;
    }

    header .header-menu-list .header-sub-links .sub-menu-links-list li p {
        font-size: 18px;
    }

    .gs-article-table-container .divider .action-btn {
        left: 30%;
    }

    .gs-article-table-container .divider {
        margin: 45px 0px 45px;
    }

    .course-cta.article-course-cta {
        margin-bottom: 0px;
    }

    .highlights-of-studying {
        margin-bottom: 40px;
    }

    .error .error-message .error-message-icon {
        font-size: 15px;
    }

    .error .error-message .go-input-error-message {
        font-size: 11px;
    }

    .gs-cta-second-callback {
        height: 65px;
    }

    .error-table-block .error-left-block {
        text-align: center;
    }

    .error-table-block .error-left-block .error-text {
        text-align: center;
        margin-bottom: 30px;
    }

    .content-table-block {
        padding: 15px;
    }

    .content-table-block .block-text p {
        font-size: 50px;
    }

    .content-table-block .block-text h1 {
        font-size: 35px;
    }

    .error-table-block .error-right-block .error-banner-img {
        margin-top: 100px;
        height: 195px;
    }

    .error-table-block .error-left-block h3 {
        font-size: 25px;
        width: 370px;
        margin-bottom: 25px;
    }

    .primary-pm-btn {
        padding: 10px 5px;
        font-size: 15px;
        width: 185px;
        height: 40px;
        border-radius: 25px;
    }

    .error-table-block .error-left-block {
        margin: 35px 0px 80px 0px;
    }

    .gs-footer-bg {
        padding-top: 66px;
    }

    .flag-container a:first-of-type .country-flag {
        margin-left: 5px;
    }

    .flag-container a {
        margin-left: -5px;
    }

    .flag-container a:not(:last-of-type):hover .country-flag {
        margin-right: 10px;
    }

    .embeded .links iframe {
        margin: 8px 0px;
    }

    .embeded .youtube {
        min-height: 230px;
    }

    .embeded {
        padding: 8px;
    }

    .eligibility-container {
        padding: 0px 42px;
        padding-top: 2%;
        max-height: 85vh;
    }

    .eligibility-heading {
        font-size: 28px;
        letter-spacing: -0.16px;
        margin-bottom: 20px;
        margin: 38px 0px;
    }

    .eligibility-course-container .course ul li {
        font-size: 14.36px;
        padding: 10px 30px;
        margin-right: unset;
    }

    .eligibility-course-container .course ul {
        width: 100%;
        height: 224px;
        overflow-y: scroll;
        margin: 0px;
    }

    .eligibility-course-container .course .course-search-input {
        font-size: 14.36px;
        width: 275px;
    }

    .eligibility-course-container {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .eligibility-course-container .course {
        width: 100%;
        position: relative;
    }

    .course-count-img img {
        width: 208px;
        height: 315px;
    }

    .qualification-container {
        flex-direction: column;
        height: 275px;
    }

    .bachelors-container label {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .course-count span {
        font-size: 11px;
    }

    .course-count .counts {
        font-size: 24px;
    }

    .qualification-container select {
        font-size: 14px;
        padding: 12px 40px;
    }

    .bachelors-container .twelveth-score label {
        margin: 13px 0px 10px;
    }

    .bachelors-container input {
        font-size: 14px;
        margin: 15px 0px 10px;
        padding: 12px 40px;
    }

    .bachelors-container .eligible-error {
        font-size: 10px;
    }

    .eligibility-thank-you-container .course-count-img img {
        height: 490px;
    }

    .eligibility-thank-you-container .course-count {
        top: 39%;
    }

    .eligibility-popup .eligibility-child {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .eligibility-tail {
        width: 100%;
    }

    .course-count-img {
        width: 100%;
    }

    .course-count {
        top: 90px;
    }

    .eligibility-thank-you-container .course-count-img {
        width: 100%;
    }

    .gs-country-highlights .country-list {
        padding: 0px 10px;
    }

    #googleads .trigger-popup-white-card {
        max-width: 78%;
        /* height: 76%; */
    }

    #googleads .details-required {
        padding: 35px 0px 0px;
    }

    #googleads .enquiry-content-first-section {
        /* width: 100%; */
        flex-direction: column-reverse;
    }

    #googleads .test-enroll-left {
        width: 100%;
    }

    #googleads .test-enroll-left img {
        width: 205px;
        margin-bottom: 20px;
    }

    #googleads .test-enroll-right {
        width: 100%;
    }

    #googleads .trigger-popup-white-card .gs-cta-second-callback {
        padding: unset;
        width: 308px;
        height: 45px;
        margin-bottom: 8px;
    }

    .trigger-callbackrequest .trigger-mobilenumber {
        width: 237px;
    }

    #googleads .trigger-callbackrequst-button {
        width: 43%;
    }

    #googleads .trigger-callbackrequest .trigger-mobilenumber-name {
        width: 295px;
    }

    .success-stories-review-container .floating-navigation-right {
        left: 470px;
        bottom: 140px;
    }

    .download-material-container {
        max-width: 558px;
        margin-bottom: 95px;
    }

    .download-material-container .head-text {
        font-size: 36px;
        margin-bottom: 14px;
    }

    .download-material-container .study-material-desc {
        font-size: 17px;
        width: 524px;
        margin-bottom: 30px;
    }

    .download-material-container .material-list-section {
        flex-wrap: wrap;
    }

    .download-material-container .gs-cta-download-cards {
        margin-right: 10px;
        border-radius: 31px;
        height: 222px;
        width: 195px;
        padding: 9px;
    }

    .download-material-container .download-img-card {
        width: 176px;
        height: 159px;
        border-radius: 26px;
    }

    .gs-cta-download-cards h2 {
        font-size: 15.88px;
        padding-top: 20px;
    }

    .gs-cta-download-cards .download-img-card img {
        width: 130px;
    }

    .gs-cta-download-cards .gs-cta-download {
        padding: 12px 0px;
    }

    .gs-cta-download-cards .gs-cta-download p {
        font-size: 18px;
    }

    .gs-cta-download-cards .gs-cta-download-icon {
        width: 20px;
        height: 20px;
    }

    .intersted-perks-card-scroll .card .gs-card-guides button {
        font-size: 23px;
    }

    .intersted-perks-card-scroll .card .gs-card-guides img {
        width: 25px;
        height: 25px;
    }

    .eligibility-course-container .range-slider-container {
        width: 85%;
    }

    .test-prep-first-section .right-bank-btn {
        margin-top: 7px;
        padding: 4px 32px;
    }

    input[type="range"] {
        width: 280px;
    }

    .eclipse-divider {
        display: none;
    }

    .gs-country-highlights .country-list .country-card .card-heading {
        display: block;
        margin-left: 48px;
        padding: 50px 0px 0px;
        max-width: unset;
        width: 83%;
    }

    .gs-country-highlights .country-list .country-card ul li {
        list-style: numeric;
    }

    .gs-country-highlights .country-list .country-card .mobile-view {
        display: block;
    }

    .gs-country-highlights .country-list .country-card .desktop-view {
        display: none;
    }

    .gs-univ-partners-scroll-container .uni-main::before {
        width: 40px;
    }

    .gs-univ-partners-scroll-container .uni-main::after {
        width: 40px;
    }

    /* .gs-consultants-cards-child:hover .gs-info-card-content {
        margin-top: -2px;
    } */

    .gs-work-at-global-container {
        margin: auto auto 50px;
    }

    .student-scholarships-scrolling .head {
        line-height: 130%;
    }

    .error .error-message {
        top: -38px;
        left: 48px;
        padding: 2px 5px;
    }

    .error-message::after {
        border-width: 6px;
        bottom: -12px;
    }

    .callback-request-cta .error .error-message {
        left: 50px;
        top: -36px;
    }

    .callback-request-cta .error .error-message .go-input-error-message {
        font-size: 13.5px;
    }

    .callback-request-cta .error-message::after {
        bottom: -14px;
        border-width: 7px;
    }

    .footer-design-v1 .stripe-v1 {
        padding: unset;
        background-color: white;
        text-align: center;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 {
        display: block;
        text-align: center;
        font-size: 0px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 {
        display: inline-block;
        text-align: left;
        max-width: 50%;
        width: 100%;
        background-color: #dddd;
        padding: 20px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1 .app-icon-v1 img,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 .handiling-icon-v1 img {
        width: 25px;
        margin-right: 8px;
    }

    .footer-design-v1 .link-container-v1 {
        display: block;
    }

    .footer-design-v1 .link-container-v1 .link-list-v1 {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        vertical-align: top;
        padding: 0px 26px;
        column-gap: 50px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .stripe-mobilenumber {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .logo {
        width: 155px;
        margin-bottom: 6px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1 span,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 span {
        font-size: 16px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1 .app-icon-v1,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 .handiling-icon-v1 {
        padding-top: 10px;
    }

    .footer-design-v1 .link-container-v1 .link-list-v1 li {
        padding-bottom: 24px;
        font-size: 17px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .logo {
        width: 180px;
        margin-bottom: 8px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .stripe-mobilenumber {
        font-size: 22px;
        letter-spacing: -0.3px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 {
        padding: 26px;
    }

    .footer-design-v1 {
        margin-bottom: 90px;
    }

    .gs-Copyrights-info {
        font-size: 15px;
    }

    .article-card-hr {
        display: none;
    }

    [pagetype="subpages"] .links-mb {
        text-align: center;
    }

    [pagetype="subpages"] .gs-article-links-card {
        text-align: left;
    }

    [pagetype="subpages"] .article-card {
        pointer-events: auto;
    }

    [pagetype="subpages"] .breadcrumb .active {
        white-space: unset;
    }

    .updated-eligibility-main-container {
        padding: 0;
    }

    .updated-eligibility-main-container .container-header .logo {
        padding-top: 10vh;
        max-width: 45%;
    }

    .updated-eligibility-main-container .container-body {
        padding: 0;
    }

    .updated-eligibility-main-container .container-body h2 {
        /* padding: 30px 10px; */
        padding: 45px 0px 25px;
        font-size: 25px;
        line-height: 38px;
        letter-spacing: -0.32px;
        max-width: 360px;
        margin: auto;
    }

    .updated-eligibility-main-container .country img {
        width: 75px;
        height: auto;
    }

    .updated-eligibility-main-container .country-container {
        gap: 20px
    }

    .updated-eligibility-main-container .container-footer {
        height: 30vh;
        padding: 0;
    }

    .updated-eligibility-main-container .container-footer img {
        max-width: 100%;
    }


    .updated-eligibility-main-container .container-body .blocks li {
        font-size: 16px;
        padding: 15px 12px;
    }

    .updated-eligibility-main-container .dot {
        width: 12px;
        height: 6px;
    }

    .updated-eligibility-main-container .search-input {
        padding: 18px 0;
        font-size: 16px;
        max-width: 400px;
    }

    .updated-eligibility-main-container .container-body .blocks .show-dropdown {
        max-width: 400px;
    }

    .updated-eligibility-main-container .searchable-div .show-dropdown {
        padding-top: 45px !important;
    }

    .updated-eligibility-main-container .selected-list-div {
        max-width: 400px;
    }

    .updated-eligibility-main-container .programlist-div {
        max-width: 400px;
    }

    .updated-eligibility-main-container .selected-list-div .scrollable-list::after {
        right: 0px;
    }

    .updated-eligibility-main-container .overall-dropdown-box {
        width: 160px;
        padding: 0px;
    }

    .updated-eligibility-main-container .container-body .blocks .chip-content-div {
        padding: 16px 20px
    }

    .updated-eligibility-main-container .dropdown {
        font-size: 12px;
    }

    .updated-eligibility-main-container .expbuttoncontainer .exp-btn {
        font-size: 16px;
        padding: 15px;
    }

    .updated-eligibility-main-container .expyearscontainer p {
        font-size: 14px;
    }

    .updated-eligibility-main-container .expyearscontainer button {
        width: 45px;
        padding: 15px;
        margin: 4.5px;
        font-size: 15px;
    }

    .updated-eligibility-main-container .submission-block .error-show {
        max-width: 300px;
    }

    .updated-eligibility-main-container .eligibility-submit-button {
        width: 180px;
        padding: 12px 17px;
        border-radius: 14px;
        font-size: 18px;
    }

    .updated-eligibility-main-container .success-block {
        margin: auto;
        max-width: 100%;
    }

    .updated-eligibility-main-container .success-block h2 {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    .updated-eligibility-main-container .listable-div .next-button {
        width: 35px;
        height: 35px;
    }

    .updated-eligibility-main-container .container-body .blocks .chip-content-div .chip-heading {
        font-size: 16px;
    }

    .updated-eligibility-main-container .eligibility-floating-container {
        padding-bottom: 50px;
    }

    .updated-eligibility-main-container .dot-container {
        padding-bottom: 60px;
    }

    .updated-eligibility-main-container .eligibility-mobileinputdiv input {
        font-size: 16px;
    }
}

@media only screen and (max-width: 500px) {

    header .gs-header-inner-block {
        height: 80px;
        padding: 15px 20px 26px;
    }

    .breadcrumb .inactive {
        font-size: 16px;
    }

    .breadcrumb {
        font-size: 16px;
        margin-bottom: 48px;
    }

    .article-banner-para {
        padding: 0px 27px;
    }

    .article-heading-one {
        font-size: 27px;
        width: 100%;
    }

    .article-heading-one span {
        display: block;
    }

    .language-cta h3 {
        font-size: 24px;
    }

    .language-cta p {
        font-size: 16px;
        margin-bottom: 18px;
        margin-right: 5px;
    }

    .language-cta-wrapper .floating-people-message span {
        font-size: 10px;
    }

    .language-cta-wrapper .floating-people-message {
        margin-bottom: 15px;
    }

    .language-cta-wrapper .floating-people-message .images-container {
        margin-right: 40px;
    }

    .language-cta-wrapper .floating-people-message .student-img {
        height: 30px;
        width: 35px;
        margin-right: -44px;
    }

    .language-cta-wrapper {
        padding-left: 15px;
    }

    .gs-first-right-button {
        font-size: 16px;
        padding: 8px 30px 8px 30px;
    }

    .language-cta-people-message p {
        font-size: 16px;
        letter-spacing: 0.1px;
        line-height: unset;
    }

    .language-cta .banner {
        margin-bottom: 10px;
        padding-top: 0px;
    }

    .language-cta {
        width: 85vw;
        height: 495px;
        margin-bottom: 0px;
    }

    /* .gs-article-banner-image-container {
        margin-left: 30px;
    } */

    .first-cta-language {
        padding: 0px 10px 30px 30px;
    }

    .language-cta-scrolling-cards {
        margin-left: unset;
        padding-top: 14px;
    }

    .article-banner-para {
        margin-left: unset;
    }

    .language-cta-people-message img {
        right: 10px;
        height: 55px;
        width: 55px;
        right: 16px;
        bottom: -38px;
    }

    .gs-university-icons-container {
        padding: 0px 15px;
        margin-bottom: 27px;
    }

    .gs-article-banner-image-container {
        max-width: 88vw;
        min-height: 200px;
        height: auto;
        margin-bottom: 32px;
    }

    .gs-article-banner-image-container h2 {
        font-size: 20px;

    }

    .analytics-icon {
        width: 37px;
        height: 37px;
        margin-right: 12px;
        margin-bottom: 0px;
    }

    .gs-article-banner-image-container .student-counts {
        font-size: 14px;
        text-align: center;
        bottom: 20px;
    }

    .service-cta-right {
        height: auto;
        max-width: 93vw;
        min-height: 50vh;
        padding-top: 32px;
        margin-bottom: 40px;
        border-radius: 25px;
    }

    .service-cta-right .service-card-container .service-card {
        max-width: 164px;
        height: auto;
        margin: 4px 2px 4px 2px;
        border-radius: 20px;
    }

    .service-cta-right .service-card-container .service-card p {
        font-size: 15.5px;
    }

    .service-cta-right .gs-cta-second-callback {
        width: 335px;
        height: 52px;
    }

    .service-cta-right .gs-cta-second-callback .gs-mobilenumber {
        width: 190px;
        font-size: 12.8px;
        height: 50px;
    }

    .service-section-container-left {
        margin-left: unset;
        padding: 0px 27px;
    }

    .gs-consultants-info-cards {
        margin-left: unset;
    }

    .section-adjust-style {
        padding: 5px 27px;
    }

    .article-table-container.left {
        padding: 15px 5px 0px 5px;
        margin-bottom: 15px;
    }

    .download-cta {
        max-width: 93vw;
        height: auto;
        padding: 10px;
        min-height: auto;
        justify-content: flex-end;
        border-radius: 25px;
    }

    .gs-cta-download-cards {
        margin: 6px;
        max-width: 165px;
        height: 170px;
        border-radius: 23px;
    }

    .download-cta-left {
        padding: 20px 15px 4px 20px;
    }

    .download-cta-left p {
        font-size: 19px;
        line-height: 125%;
        margin: 12px 0px 12px 0px;
    }

    .download-cta-right {
        margin-bottom: 8px;
    }

    .gs-consultants-cards-child {
        max-width: 84vw;
        min-height: 42vh;
        height: 450px;
        border-radius: 30px;
        background-size: 105%;
        background-position: -5px -10px;
    }

    .related-programs-cta .related-programs-card {
        height: auto;
        max-width: 78vw;
        min-height: 33vh;
        box-shadow: 15px 10px 30px 15px var(--themeshadowgrey);
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .gs-consultant-name-tag button {
        border-radius: 20px;
        font-size: 18.73px;
        line-height: unset;
        padding: 10px 65px;
        margin-bottom: 0px;
    }

    .webinar-cta {
        max-width: 93vw;
        height: auto;
        width: unset;
        border-radius: 25px;
    }

    .gs-our-free-service {
        max-width: 93vw;
        min-height: auto;
        height: auto;
        padding: 25px 0px 40px 0px;
        margin-bottom: 8px;
        border-radius: 25px;
    }

    .gs-requirement-chips .requirement-chip {
        width: 174px;
        margin-bottom: 10px;
    }

    .article-table-container .bg-grey-top-buttons {
        margin-bottom: 40px;
    }

    .requirement-chip .heading {
        font-size: 16px;
    }

    .requirement-chip span {
        font-size: 12.5px;
    }

    .callback-request-cta {
        max-width: 92vw;
        min-height: 30vh;
        padding: 35px 35px 30px 35px;
        height: auto;
    }

    .gs-countrycode {
        font-size: 12.8px;
        line-height: unset;
        height: unset;
    }

    .service-cta-right .gs-cta-second-callback .gs-countrycode {
        font-size: 12.8px;
        width: 50px;
        line-height: 180%;
        height: 50px;
    }

    .service-cta-right .gs-cta-second-callback .gs-callbackrequst-button {
        font-size: 12.8px;
        height: 50px;
        width: 95px;
        padding: 12px 20px;
    }

    .callback-request-cta-left span {
        font-size: 21px;
        line-height: 150%;
    }

    .callback-request-cta-right .gs-cta-second-callback .gs-mobilenumber {
        width: 170px;
        height: unset;
        font-size: 12.8px;
    }

    .gs-callbackrequst-button {
        padding: 8px 13px;
        width: unset;
        height: unset;
        font-size: 12.8px;
    }

    .universities-cta {
        max-width: 88vw;
        min-height: 35vh;
        height: auto;
        padding: 35px 10px;
        border-radius: 25px;
    }

    .universities-cta-left p {
        width: 365px;
        font-size: 19.5px;
        display: block;
        padding: 0px 20px 0px 20px;
        line-height: 32px;
    }

    .universities-cta-button {
        width: 250px;
        height: 45px;
        font-size: 18px;
        margin-bottom: 0px;
    }

    .universities-cta-card-button p {
        font-size: 12px;
        width: 210px;
        padding-top: 8px;
    }

    .universities-cta-left {
        margin-bottom: 20px;
        padding: 10px 0px 20px 0px;
    }

    .course-cta {
        max-width: 93vw;
        padding: 40px 30px 25px 30px;
        margin-bottom: 92px;
        border-radius: 25px;
    }

    .course-cta-card-right .gs-courses-cta-card span {
        font-size: 14px;
        line-height: unset;
        padding: 9px 20px;
    }

    .gs-faq-category .gs-faq-category-btn {
        font-size: 16px;
        padding: 11px 16px;
        margin: 1px;
        line-height: unset;
    }

    .gs-faq-content-container {
        padding: 22px 30px;
        border-radius: 25px;
    }

    .gs-univ-partners-review-container .gs-univ-h2 {
        font-size: 28px;
        margin: 0px 37px 0px 37px;
        line-height: unset;
    }

    .gs-univ-content-container .gs-univ-card {
        max-width: 100vw;
        width: 440px;
        height: auto;
        margin: 0px 0px 0px 10px;
        padding: 35px;
        transition: transform 0.5s ease-in-out;
    }

    .gs-univ-card .gs-reviewer-header p {
        position: unset;
        max-width: 255px;
        line-height: 132%;
        font-size: 14px;
    }

    .gs-reviewer-para {
        font-size: 15.5px;
        margin-bottom: 30px;
        line-height: 160%;
        max-width: unset;
        width: 320px;
    }

    .gs-reviewer-header {
        padding-bottom: 4px;
    }

    .gs-reviewer-header h2 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .gs-univ-card .gs-heading {
        margin-bottom: 25px;
    }

    .gs-video-card {
        min-height: auto;
        width: 78vw;
        height: auto;
        box-shadow: 2px -5px 30px 5px var(--themeshadowgrey);
        margin-right: 12px;
        margin-bottom: 30px;
    }

    .service-cta-right .go-input-form {
        padding: 0px 10px;
    }

    .webinar-cta .schedules .about .people {
        width: 100%;
        max-width: 60px;
        margin-right: 12px;
        height: auto;
    }

    .numeric-list-with-bottom {
        margin-left: 0px;
    }

    .webinar-cta .schedules .about .aboutpeople h3 {
        font-size: 13px;
        margin-top: 3px;
        font-family: InterBold;
        line-height: 135%;
    }

    .webinar-cta .schedules .about .aboutpeople .role {
        font-size: 11px;
        margin-top: 0px;
        margin-bottom: 3px;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .rating img {
        width: 10px;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .rating p {
        font-size: 10.5px;
        margin-top: 2px;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .review {
        font-size: 10.5px;
        margin-top: 2px;
    }

    .webinar-cta .schedules .description {
        font-size: 11px;
        line-height: unset;
        letter-spacing: 0px;
    }

    .webinar-cta .book h3 {
        font-size: 15.5px;
        letter-spacing: 0.3px;
        font-family: InterRegular;
    }

    .list-ten-above {
        padding-left: 45px;
    }

    .gs-article-table-container .gs-first-containers-left-buttons .filled-cta-button {
        padding: 6px 15px;
        font-size: 13px;
        margin-right: 9px;
        height: 40px;
    }

    .gs-article-table-container .gs-first-containers-left-buttons .outline-cta-button {
        padding: 8px 16px;
        font-size: 15px;
    }

    .service-section {
        margin-bottom: 40px;
    }

    .gs-faq-content-container .gs-qanda h3 {
        line-height: 142%;
        font-size: 16px;
        max-width: 295px;
    }

    .landing-gs-faq-container .gs-faq-h2 {
        margin-bottom: 37px;
    }

    .landing-gs-faq-container .gs-faq-category {
        margin-bottom: 20px;
    }

    .gs-faq-content-container .gs-qanda p {
        line-height: 23px;
        font-size: 14.29px;
        max-width: 100%;
        padding-bottom: 15px;
    }

    .gs-article-related-links-card-container .gs-link-tags {
        line-height: 118%;
        padding: 26px 30px;
    }

    .gs-article-related-links-card-container h2 {
        margin-left: 27px;
        margin-bottom: 28px;
        font-size: 24px;
        padding-left: 0px;
    }

    .gs-article-related-links-card-container .gs-article-links-first-card {
        margin-left: 27px;
        min-height: 33vh;
        width: 78vw;
        height: auto;
        margin-bottom: 30px;
    }

    .webinar-cta .schedules {
        width: auto;
    }

    .video-first-banner {
        margin-left: 27px;
    }

    .gs-relevant-video-container h2 {
        padding-left: 27px;
        margin-bottom: 28px;
        font-size: 24px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table .thead .th {
        padding: 10px 3px 10px;
    }

    .article-content {
        line-height: 190%;
        font-size: 17px;
        margin-bottom: 40px;
    }

    .gs-body-content-container {
        padding-top: 32px;
    }

    .gs-university-icons .university-logo {
        width: 50px;
        height: 50px;
    }

    .article-banner-para .article-content {
        font-size: 17px;
        line-height: 190%;
        margin-bottom: 80px;
    }

    .numeric-list {
        line-height: 200%;
        font-size: 17px;
    }

    .gs-consultants-cards {
        margin-bottom: 40px;
    }

    .related-programs-cta .related-programs-card .banner {
        width: 367px;
        height: 200px;
        object-fit: cover;
        object-position: top;
        border-radius: 20px 20px 0px 0px;
    }

    .related-programs-cta .related-programs-card .content {
        padding: 25px 25px 30px 25px;
    }

    .gs-our-free-service h3 {
        margin-top: 24px;
        font-size: 70px;
        line-height: 95%;
        font-family: InterExtraBold;
    }

    .gs-univ-content-container .gs-univ-card img {
        width: 65px;
        height: 65px;
    }

    .gs-final-cta-trust {
        min-height: 580px;
        margin-bottom: 64px;
        max-width: 90vw;
        border-radius: 25px;
    }

    .gs-final-cta-para {
        margin: 48px 20px 26px 20px;
        font-size: 28px;
    }

    .gs-final-cta-group-img {
        height: 282px;
        width: -webkit-fill-available;
    }

    .gs-final-cta-halfround-img {
        max-width: 45px;
        right: -11px;
        bottom: 47px;
        z-index: 1;
    }

    .gs-final-cta-button {
        font-size: 19px;
        padding: 8px 25px 8px 25px;
    }

    .callback-request-cta-left {
        text-align: center;
        margin-bottom: 25px;
        width: 295px;
        padding: 0px 0px 0px 0px;
    }

    .related-programs-scrolling-card {
        display: flex;
        overflow: scroll;
        padding-top: 20px;
    }

    .article-card {
        margin-right: 12px;
    }

    .article-card-first-child {
        margin-left: 27px;
    }

    .gs-footer-logo {
        display: block;
        margin-bottom: 0px;
    }

    .gs-footer-our-logo {
        width: 140px;
        height: 40px;
        margin-bottom: 0px;
        margin-left: initial;
    }

    .filled-cta-button {
        font-size: 15px;
        margin-right: 9px;
        padding: 6px 20px;
        height: 38px;
    }

    .outline-cta-button {
        font-size: 15px;
        padding: 6px 20px;
        height: 38px;
    }

    header .gs-header-inner-block .header-logo {
        /* width: 145px;
        height: 47px; */
        width: 170px;
        height: 43px;
        bottom: -22px;
    }

    .gs-article-table-container .article-table-container table {
        margin: 0px 0px;
    }

    .gs-head-menu {
        width: 25px;
        opacity: 0.6;
    }

    .gs-cta-download-cards .gs-cta-download-icon {
        width: 15px;
        height: 15px;
    }

    header {
        height: 70px;
    }

    .outline-cta-button {
        border: 1.5px solid var(--liteblack);
    }

    .gs-first-section {
        margin-bottom: 42px;
    }

    .gs-university-icons-container span {
        margin-bottom: 8px;
        display: block;
        line-height: 100%;
        font-size: 17px;
    }

    .service-cta-right h2 {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .service-cta-right .requirements-desc {
        font-size: 12px;
        line-height: 150%;
        color: var(--themedarkgrey);
        width: 320px;
        margin-bottom: 22px;
    }

    .service-cta-right .service-card-container {
        margin-bottom: 10px;
    }

    .service-cta-right .service-card-container .service-card img {
        width: 85px;
        height: 85px;
    }

    .article-heading-three {
        font-size: 26px;
        margin-top: 40px;
    }

    .gs-info-card-headig {
        font-size: 28px;
        margin-bottom: 32px;
        margin-left: 27px;
        padding-left: 0px;
    }

    .gs-consultants-cards {
        padding-left: 12px;
    }

    .article-heading-two {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .table-heading-two {
        font-size: 18px;
    }

    .table-heading-two span {
        line-height: 130%;
    }

    .article-table-container table td {
        font-size: 15.5px;
        line-height: 145%;
        padding: 16px 30px;
    }

    .gs-cta-download-cards img {
        height: 74px;
        width: 92px;
        object-position: top;
        object-fit: cover;
    }

    .gs-cta-download-cards .gs-cta-download {
        padding: 12px 0px;
    }

    .gs-cta-download-cards h2 {
        padding-top: 25px;
        margin-bottom: 18px;
        font-size: 12.5px;
        letter-spacing: unset;
    }

    .related-programs-cta .related-programs-card .content p {
        font-size: 14.5px;
    }

    .gs-cta-download-cards .gs-cta-download p {
        font-size: 14px;
    }

    .empty-section {
        margin-bottom: 0px;
    }

    .download-cta-left span {
        font-size: 13px;
        padding: 5px 13px 4px 14px;
        height: 25px;
    }

    .related-programs-cta .related-programs-card .content h3 {
        font-size: 18px;
    }

    .webinar-cta .content .title {
        font-size: 18px;
        line-height: 130%;
        width: unset;
        margin-bottom: 16px;
    }

    .webinar-cta .content {
        padding: 38px 35px 35px 35px;
        height: auto;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating {
        flex-direction: row;
        justify-content: unset;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .rating {
        margin-right: 13px;
    }

    .related-programs {
        margin-bottom: 16px;
    }

    .gs-article-table-bottom {
        margin-bottom: 0ch;
    }

    .webinar-cta .schedules .about {
        padding: 20px 10px 16px 20px;
    }

    .gs-article-banner-image-container {
        text-align: unset;
        background-size: 177%;
        background-position: -190px -55px;
    }

    .cta-img-banner {
        margin-bottom: unset;
    }

    .related-programs-cta {
        margin-bottom: 12px;
    }

    .best-universities-content {
        margin-bottom: 40px;
    }

    .article-heading-four {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .numeric-list-with-bottom {
        margin-bottom: 40px;
    }

    .banner-cta-bottom-radius {
        padding-top: 40px;
    }

    .gs-our-free-service p {
        font-size: 17px;
        line-height: 1.7;
        padding: 5px 50px;
        margin-top: 30px;
        margin-bottom: unset;
    }

    .limitwidth .table-top-para {
        margin-bottom: 24px;
    }

    li {
        margin-bottom: 4px;
    }

    .gs-requirement-chips {
        margin-bottom: 0px;
    }

    .limitwidth .table-top-para-mb {
        margin-bottom: 16px;
    }

    .gs-first-containers-left-buttons {
        margin-bottom: 24px;
    }

    .article-table-container .button-after-cta {
        margin-bottom: 0px;
    }

    .cta-style-changes {
        padding-top: 50px;
        margin-bottom: 20px;
    }

    .bg-grey-h2 {
        padding-top: 0px;
    }

    .last-list {
        padding-bottom: 8px;
    }

    .gs-faq-container {
        margin-bottom: 40px;
        width: 100vw;
    }

    .gs-country-highlights .country-list {
        padding: 0px 18px;
    }

    .gs-univ-partners-review-container {
        margin-bottom: 64px;
    }

    .gs-article-related-links-card-container .course-names {
        padding-left: 0px;
        margin-left: 0px;
    }

    .gs-relevant-video-container {
        margin-bottom: 18px;
    }

    .gs-relevant-img-card {
        margin-bottom: 40px;
    }

    .gs-article-related-links-card-container {
        margin-bottom: 25px;
    }

    .gs-consultant-name-info {
        font-size: 24px;
        line-height: unset;
        margin-bottom: 8px;
    }

    .gs-consultant-role {
        font-size: 22px;
        line-height: unset;
    }

    .gs-info-card-content p {
        font-size: 14px;
        line-height: 172%;
        margin-bottom: 8px;
        font-family: InterLight;
    }

    .gs-info-course-selection span {
        font-size: 14.5px;
        padding: 3.5px 15px;
    }

    .webinar-cta-section {
        margin-bottom: 0px;
    }

    .limitwidth .related-programs {
        margin-bottom: 0px;
    }

    .article-table-container.right .table-para-mb {
        margin-top: 17px;
        padding: 0px 10px;
        margin-bottom: 20px;
    }

    .gs-faq-content-container .gs-qanda {
        padding: 24px 0px 6px;
    }

    .article-response {
        margin-bottom: 25px;
    }

    .gs-terms-privacy {
        font-size: 12px;
    }

    .callback-request-cta-right .float {
        margin-top: 10px;
    }

    .gs-article-bg {
        padding: 40px 0px;
    }

    .course-cta-card-left span {
        width: 130px;
        height: 30px;
        margin-bottom: 14px;
        font-size: 13px;
        padding: 5px 13px;
    }

    .course-cta-card-left p {
        font-size: 22px;
        margin-bottom: 14px;
        line-height: unset;
    }

    .faq-section-adjust-style {
        padding: 0px 15px;
    }

    .gs-faq-content-container .gs-qanda div {
        align-items: flex-start;
    }

    .gs-faq-content-container .gs-qanda img {
        width: 9px;
        opacity: 1.5;
    }

    .gs-footer-callbacknumber {
        margin: 0px 27px;
        display: flex;
        align-items: center;
        margin: auto;
        flex-direction: column;
    }

    .gs-footer-columns-child {
        margin-left: 0px;
    }

    .gs-univ-content-container {
        padding: 24px 0px 20px 15px;
        margin-bottom: 2px;
        padding-left: 20px;
    }

    .article-table-container table {
        margin-left: unset;
    }

    .article-table-container table th {
        padding: 0px 30px;
    }

    .gs-univ-card .gs-read-more-review-body {
        font-size: 14px;
    }

    .gs-final-cta-triangle-img {
        top: 50px;
        left: -37px;
        max-width: 60px;
    }

    .article-table-container table tr:last-child td:first-child {
        padding: 25px 30px;
    }

    .single-table-view .article-table-container.left::-webkit-scrollbar {
        display: none;
    }

    .gs-footer-columns-child ul {
        padding-left: 0px;
    }

    .gs-footer-columns {
        margin-left: 27px;
        padding: 56px 0px;
    }

    .language-cta-people-message {
        top: 13px;
    }

    .carousel__indicator {
        width: 6.7px;
        height: 6.7px;
    }

    .carousel__indicator.active {
        width: 9px;
        height: 9px;
    }

    .uni-carousel-indicator {
        width: 6.7px;
        height: 6.7px;
    }

    .uni-carousel-indicator.active {
        width: 9px;
        height: 9px;
    }

    .cta-top-para {
        margin-bottom: 20px;
    }

    .gs-callbacknumber {
        font-size: 20px;
        /* margin-right: -10px; */
    }

    .gs-video-card .video-title {
        font-size: 16px;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 16.5px;
        margin-bottom: 15px;
    }

    .exit-popup-container .exit-fee-para .hiddenline {
        display: inline;
    }

    .snap-scroll-div {
        scroll-snap-type: x mandatory;
        scroll-snap-align: start center;
    }

    .exit-close-icon {
        top: 4px;
        right: 0px;
        opacity: 0.5;
        width: 15px;
        margin: 25px;
    }

    .exit-popup-container .exit-help-para {
        margin-bottom: 10px;
    }

    .related-programs-scrolling-card a:last-child {
        margin-right: 27px;
    }

    .gs-article-related-links-card-container .relevant-hide-row {
        display: none;
    }

    .showmore-btn {
        cursor: pointer;
        display: block;
        margin-left: 33px;
        margin-bottom: 64px;
    }

    .showmore-btn p {
        color: var(--themedarkgrey);
    }

    .table-shadow {
        top: 14px;
    }

    .gs-article-related-links-card-container .gs-relevant-links {
        width: 367px;
        height: 200px;
        object-fit: contain;
        object-position: center;
    }

    .gs-article-links-card .gs-card-logo-placeholder {
        width: 30px;
        height: 30px;
    }

    .gs-article-related-links-card-container .gs-article-links-card strong {
        font-size: 18px;
    }

    .gs-article-related-links-card-container .gs-article-links-card p {
        font-size: 14px;
        line-height: 160%;
    }

    .gs-article-related-links-card-container .gs-article-links-card {
        margin-right: 12px;
        min-height: auto;
        width: 78vw;
        margin-bottom: 50px;
    }

    .gs-article-related-links-card-container .gs-article-links-card .content {
        padding: 25px 25px 30px 25px;
    }

    .gs-vedio-banner-logo {
        width: 30px;
        height: 30px;
    }

    .showmore-btn p {
        font-size: 13px;
        color: var(--litegrey);
    }

    .gs-article-related-links-card-container {
        margin-bottom: unset;
    }

    .gs-footer-logo {
        margin-bottom: 64px;
    }

    .gs-requirement-chips {
        padding-top: 0px;
    }

    .gs-footer-list li {
        margin-bottom: 26px;
    }

    .gs-footer-columns-child .gs-footer-ul li {
        font-size: 16.5px;
        line-height: 140%;
        margin-bottom: 26px;
    }

    .gs-footer-columns-child span {
        font-size: 16.5px;
        line-height: 140%;
    }

    .table-next-cta {
        padding-top: 11px;
    }

    .section-webinar-cta-style {
        padding: 0px 14px;
    }

    .gs-close-menu {
        display: block;
        width: 44px;
        padding: 7px;
        margin-right: 10px;
    }

    header .header-menu .header-menu-list {
        margin-bottom: 50px;
    }

    header .header-menu .header-menu-list p {
        font-size: 20px;
    }

    .header-menu .header-menu-list-contact .header-call-number {
        font-size: 26px;
    }

    header .header-menu .header-menu-list img {
        height: 13px;
        width: 13px;
    }

    .footer-stripe-menu a {
        display: inline-block;
        font-family: Charter;
        color: #fff;
    }

    .landing-gs-work-at-global p {
        font-size: 16px;
    }

    .landing-gs-work-at-global ul {
        max-width: 362px;
    }

    .landing-gs-work-at-global ul li {
        margin: auto 20px auto auto;
    }

    .landing-gs-work-at-global ul li img {
        height: 30px;
    }

    .landing-gs-work-at-global {
        margin: auto auto 47px;
    }

    .landing-gs-video-steps-process {
        margin-bottom: 48px;
    }

    .landing-gs-video-steps-process .gs-our-free-service {
        max-width: 455.6px;
        height: 625px;
        margin-bottom: 0px;
    }

    .landing-gs-video-steps-process .gs-our-free-service h3 {
        font-size: 63.47px;
        margin: 0px 0 22px;
        max-width: 375px;
    }

    .landing-gs-video-steps-process .gs-our-free-service .play-button {
        width: 96.33px;
        height: 103.13px;
    }

    .landing-gs-univ-partners-scroll-container h2 {
        font-size: 23.91px;
    }

    .landing-gs-univ-partners-scroll-container .icons-scroller {
        height: 88px;
    }

    .landing-gs-univ-partners-scroll-container .icons-scroller ul li {
        padding: 22px 15px;
        margin: 3px;
        border-radius: 13px;
    }

    .landing-gs-univ-partners-scroll-container .icons-scroller ul li img {
        height: 32px;
    }

    .landing-gs-univ-partners-scroll-container {
        margin-bottom: 60px;
        padding: 0px 15px;
        max-width: 465px;
    }

    .landing-gs-univ-partners-scroll-container .icons-scroller::after {
        height: 90px;
    }

    .landing-gs-our-wide-container .topic {
        font-size: 23.91px;
        margin-bottom: 13px;
    }

    .landing-gs-our-wide-container .wide-para {
        font-size: 16px;
    }

    .landing-gs-our-wide-container {
        padding: 0px 20px 0 25px;
        margin: auto auto 45px;
    }

    .landing-gs-our-wide-container ul li {
        font-size: 14.5px;
        padding: 8.5px 25px;
        margin: 6px 3px;
    }

    .landing-gs-our-wide-container .service-search-input {
        width: 315.43px;
        font-size: 13px;
        height: 35.86px;
        padding: 10px 20px;
        border: 1px solid var(--themeservicesearchline);
    }

    .landing-student-scholarships-scrolling {
        padding: 0px 25px;
        margin-bottom: 30px;
    }

    .landing-student-scholarships-scrolling .head {
        font-size: 23.91px;
        margin-bottom: 13px;
        max-width: 411px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-para {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table .thead {
        font-size: 14px;
    }

    .student-scholarships-scrolling .tbody {
        height: 300px;
    }

    .scholarships-scrolling-table .scrolling-uni {
        width: 35px;
        height: 35px;
    }

    .scholarships-scrolling-table .student-img {
        width: 23px;
        height: 23px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table .student-name {
        font-size: 13.34px;
    }

    .landing-student-scholarships-scrolling .scholarship-amount {
        font-size: 13.34px;
    }

    .landing-gs-consultants-info-cards .gs-info-card-headig {
        font-size: 23.91px;
        margin-bottom: 25px;
        /* padding-left: 25px; */
    }

    .landing-gs-consultants-info-cards .gs-consultants-cards-child {
        max-width: 67vw;
        height: 375.13px;
    }

    .landing-gs-consultants-info-cards .gs-consultant-name-info {
        font-size: 20.4px;
    }

    .landing-gs-consultants-info-cards .gs-green-tick {
        width: 11px;
        height: 11px;
    }

    .landing-gs-consultants-info-cards .gs-consultant-role {
        font-size: 20.4px;
    }

    .landing-gs-consultants-info-cards .gs-info-card-content p {
        font-size: 13.5px;
        line-height: 164%;
    }

    .landing-gs-consultants-info-cards .gs-consultants-cards {
        max-width: 371px;
        margin-bottom: 40px;
    }

    .landing-mec-comparison h2 {
        font-size: 23.91px;
        margin-bottom: 15px;
        line-height: 30px;
        padding: 0px 25px;
    }

    .landing-mec-comparison .first-para {
        font-size: 16px;
        margin-bottom: 25px;
        width: 100%;
        padding: 0px 25px;
    }

    .landing-mec-comparison .comparison-right-clicked .comparison-mec-logo {
        width: 106px;
        height: 26px;
        margin-bottom: 20px;
    }

    .landing-mec-comparison .comparison-right.comparison-right-clicked {
        height: 362px;
        padding: 32px 20px 30px 30px;
        margin-left: 32px;
    }

    .landing-mec-comparison .comparison-left {
        width: 340px;
        height: 362px;
        border-radius: 21.7px;
        padding: 32px 20px 30px 30px;
    }

    .stories-right {
        padding: 0 27px;
    }

    .success-stories {
        margin-bottom: 47px;
    }

    .success-stories-heading {
        font-size: 23.91px;
        line-height: normal;
        margin-bottom: 22px;
    }

    .stories-bio .student-scroll-img {
        height: 265px;
        max-width: 403px;
        margin-bottom: 20px;
        border-radius: 16.6px;
    }

    .success-stories .story-name {
        font-size: 17.27px;
        padding: 0 15px;

    }

    .success-stories .academics {
        font-size: 11.95px;
        margin-bottom: 7px;
        padding: 0 15px;

    }

    .stories-bio {
        margin-right: 8px;
        border-radius: 19.92px;
        padding: 27px 20px;
    }

    .stories-bio p {
        font-size: 14.29px;
        height: 200px;
        padding: 0 15px;
        line-height: 170%;
    }

    .gs-university-icons-container {
        margin-bottom: 40px;
    }

    .gs-media-icons .media-logo {
        height: 40px;
    }

    .headquarters-branch-container {
        max-width: 371px;
        padding-top: 48px;
    }

    .headquarters-branch-container h2 {
        font-size: 23.91px;
        margin-bottom: 25px;
    }

    .headquarters-branch-container .highlighted-branch .branch-card h3 {
        font-size: 11.95px;
    }

    .headquarters-branch-container .highlighted-branch .branch-card .address-text {
        font-size: 10px;
    }

    .headquarters-branch-container .highlighted-branch {
        margin-bottom: 40px;
    }

    .headquarters-branch-container .main-branch .big-branch-name {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .headquarters-branch-container .main-branch .branch-card {
        margin-bottom: 20px;
    }

    .headquarters-branch-container .main-branch .branch-card h3 {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .headquarters-branch-container .main-branch .branch-card p {
        width: 170px;
        font-size: 13.5px;
        letter-spacing: normal;
        line-height: 164%;
    }

    .headquarters-branch-container .landing-main-branch .branch-line-hr {
        margin-bottom: 29px;
        margin-top: 8px;
    }

    .headquarters-branch-container .landing-main-branch .sub-branch-list .branch-card {
        margin: 0px 0px 21px;
    }

    .headquarters-branch-container .main-branch .sub-branch-list {
        margin-bottom: unset;
    }

    .headquarters-branch-container .branch-line-hr {
        margin-bottom: 30px;
    }

    .main-branch {
        margin-bottom: 30px;
    }

    .landing-footer-main .gs-footer-logo {
        margin-bottom: 30px;
    }

    .landing-footer-main .gs-footer-our-logo {
        width: 160px;
        height: 65px;
    }

    .landing-footer-main .gs-callbacknumber {
        font-size: 20px;
    }

    .landing-footer-main .gs-footer-columns {
        margin-left: 26px;
        padding: 40px 0px;
    }

    .landing-footer-main .gs-footer-columns-child {
        margin-bottom: 10px;
    }

    .landing-footer-main .gs-footer-columns-child .gs-footer-ul li {
        font-size: 13px;
    }

    .gs-footer-columns-child .gs-footer-ul li.gs-callbacknumber {
        font-size: 20px;
    }

    .landing-footer-main .gs-footer-columns-child span {
        font-size: 13px;
    }

    .landing-footer-main .gs-footer-apps-icons {
        margin-bottom: 30px;
    }

    .landing-footer-main .gs-footer-apps-icons img {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

    .landing-footer-main .gs-Copyrights-info {
        font-size: 12px;
    }

    .gs-footer-bg .gs-footer-columns {
        padding: 0px;
        margin: auto;
    }

    .gs-footer-bg .gs-footer-columns .gs-footer-columns-child.gs-footer-logo {
        margin-bottom: 70px;
    }

    .gs-footer-bg .gs-footer-columns .gs-footer-columns-child {
        margin-left: 26px;
        margin-bottom: 30px;
    }

    .language-cta-people-message .images-container {
        right: 130px;
        top: 3px;
    }

    .language-cta-people-message .student-img:nth-child(1) {
        left: 20px;
    }

    .language-cta-people-message .student-img:nth-child(2) {
        left: 15px;
    }

    .language-cta-people-message .student-img:nth-child(3) {
        left: 8px;
    }

    .language-cta-people-message span {
        right: 43px;
        top: 1px;
        font-size: 11px;
    }

    .language-cta-people-message .student-img {
        height: 28px;
        width: 28px;
    }

    .landing-download-cta {
        max-width: 370px;
        margin-bottom: 56px;
    }

    .landing-download-cta .gs-cta-download-cards {
        max-width: 145px;

    }

    .exit-countrycode {
        font-size: 16px;
        padding: 16px 2px;
    }

    .exit-mobilenumber {
        font-size: 16px;
        padding: 10px 15px;
    }

    .exit-popup-container .exit-help-para {
        font-size: 30px;
    }

    .exit-active-employee {
        font-size: 18px;
    }

    .exit-terms-privacy {
        font-size: 11px;
    }

    .exit-popup {
        height: 90vh;
    }

    .exit-callbackrequest {
        width: 290px;
        height: 46px;
        margin-bottom: 15px;
    }

    .exit-callbackrequst-button {
        font-size: 16px;
        width: 290px;
        padding: 12px 16px;
        height: 50px;
    }

    .download-cta .paper-img:nth-child(1) {
        left: 65%;
        width: 64px;
        top: -6%;
    }

    .download-cta .paper-img:nth-child(3) {
        width: 77px;
        left: -11%;
        bottom: 38%;
    }

    .download-cta .paper-img:nth-child(2) {
        width: 53px;
        bottom: 1%;
        left: 95%;
    }

    .universities-cta .univ-logo:nth-child(2),
    .callback-request-cta .univ-logo:nth-child(2) {
        width: 35px;
        top: -17px;
        right: 16%;
    }

    .universities-cta .univ-logo:nth-child(1),
    .callback-request-cta .univ-logo:nth-child(1) {
        left: -15px;
        width: 40px;
        top: 34%;
    }

    .universities-cta .univ-logo:nth-child(3),
    .callback-request-cta .univ-logo:nth-child(3) {
        bottom: -19px;
        width: 39px;
        left: 254px;
    }

    .landing-mec-comparison .comparison-right {
        height: 362px;
        border-radius: 21.7px;
        padding: 30px 20px 30px 20px;
        margin-left: 25px;
    }

    .landing-mec-comparison .comparison-container {
        height: 340px;
        padding: 32px 30px 30px;
        margin-left: 26px;
        margin-right: 9px;
        border-radius: 21.7px;
        width: 27%;
    }

    .comparison-container .comparison-mec-logo {
        height: 30px;
        margin-bottom: 20px;
        margin-left: -15px;
    }

    .landing-mec-comparison .comparison-container.active {
        width: 58%;
        white-space: normal;
        margin-right: 9px;
    }


    .landing-mec-comparison .comparison-left .others-header {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .comparison-container ul li {
        margin-bottom: 14px;
    }

    .comparison-container ul li img {
        width: 18px;
        height: 18px;
        margin: auto;
    }

    .comparison-container.active ul li {
        margin-bottom: 10px;
    }

    .comparison-container.active ul li img {
        width: 14px;
        height: 14px;
        margin-right: 8px;
    }

    .comparison-container.active ul li p {
        font-size: 11px;
    }

    .comparison-container .others-header {
        line-height: 22.2px;
        margin-left: -3px;
    }

    .landing-mec-comparison .comparison-right-clicked.visible {
        width: 354px;
        margin-right: 9px;
    }

    .landing-mec-comparison .comparison-left .others-header {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .landing-mec-comparison .comparison-right .mec-comparison-true .black-tick-icon,
    .landing-mec-comparison .comparison-left-clicked .mec-comparison-other .black-cancel-icon {
        width: 18px;
        height: 18px;
    }

    .landing-mec-comparison .comparison-right .mec-comparison-true li,
    .comparison-left.comparison-left-clicked .mec-comparison-other li {
        margin-bottom: 13px;
    }

    .landing-mec-comparison .comparison-right-clicked .mec-comparison-true li {
        margin-bottom: 10px;
    }

    .landing-mec-comparison .comparison-left-clicked.visible {
        padding: 30px 20px 30px 20px;
    }

    .exit-group-img {
        height: 28vh;
        /* width: 100%; */
    }


    .gs-first-container-left {
        margin: 75px 24px 0px 24px;
    }

    .why-mec-comparison {
        margin-bottom: 47px;
    }

    .landing-callback-request-cta {
        border-radius: 22px;
        width: 448px;
    }

    .landing-callback-request-cta .gs-cta-second-callback .gs-countrycode {
        font-size: 12px;
        height: 43px;
        width: 55px;
        padding: 13px 0px 13px 13px;
    }

    .landing-callback-request-cta .callback-request-cta-right .gs-cta-second-callback .gs-mobilenumber {
        width: 180px;
        height: 43px;
        font-size: 12px;
    }

    .landing-callback-request-cta .callback-request-cta-right .gs-callbackrequst-button {
        font-size: 11px;
        height: 43px;
        padding: 6px 11px;
    }

    .landing-callback-request-cta .float {
        margin-top: 11px;
        padding-left: 0px;
        font-size: 11px;
    }

    .landing-gs-final-cta-trust {
        margin-bottom: 25px;
    }

    .landing-gs-faq-container {
        width: 90vw;
        padding: 0px;
    }

    .landing-gs-faq-container .gs-faq-category .gs-faq-category-btn {
        font-size: 13px;
    }

    .landing-gs-parent-header-block .header-right .header-call-number {
        font-size: 18px;
    }

    .landing-gs-first-container .gs-first-container-left {
        margin: 0px 37px;
    }

    .landing-gs-first-container .gs-first-containers-left-buttons {
        margin-bottom: 34px;
    }

    .gs-first-containers-left-buttons {
        padding-top: 40px;
    }

    .article-table-container .gs-first-containers-left-buttons {
        padding-top: 20px;
    }

    .landing-gs-body-content-container {
        padding-top: 25%;
    }

    .landing-top {
        padding-top: 20px;
    }

    .landing-gs-parent-header-block {
        height: 75px;
    }

    .landing-gs-parent-header-block .gs-header-inner-block {
        height: 80px;
    }

    .landing-gs-first-container .gs-first-container-left .gs-left-child-div .crop-content {
        margin-top: 6px;
        line-height: 180%;
        font-size: 16px;
    }

    .gs-first-container-left .gs-left-child-div .crop-content {
        margin-bottom: 0px;
    }

    .headquarters-branch-container .highlighted-branch .landing-branch-card iframe {
        height: 244px;
        display: block;
        margin: auto;
    }

    .services-show-more {
        font-size: 13px;
    }

    .hiddenline {
        display: block;
    }

    .gs-work-at-global-container .global-scroll-main {
        max-width: 315px;
    }

    .foo-str-menu-mobile div:first-child {
        height: 70px;
    }

    .footer-stripe-menu div img {
        width: 21px;
        padding: unset;
    }

    .foo-str-menu-mobile div span {
        width: 80px;
    }

    .foo-str-menu-mobile div small,
    .foo-str-menu-mobile div span {
        width: 69px;
        font-size: 15px;
    }

    .gs-footer-main {
        margin-bottom: 94px;
    }

    .landing-footer-main {
        margin-bottom: 100px;
    }

    .cheers-container {
        padding-top: 30%;
    }

    .cheers-container .cheers-container-main {
        max-width: 370px;
    }

    .cheers-container .cheers-container-main .contents {
        max-width: 360px;
        padding-top: 80px;
    }

    .cheers-container .cheers-container-main .contents h4 {
        font-size: 25.74px;
        margin-bottom: 14px;
    }

    .cheers-container .cheers-container-main .contents h4 span {
        display: block;
    }

    .cheers-container .cheers-container-main .contents p {
        margin: 0px 75px 40px 75px;
        line-height: 23px;
    }

    .cheers-container .cheers-container-main .ribbon-yellow {
        width: 60px;
        top: 46px;
        left: -20px;
    }

    .cheers-container .cheers-container-main .ribbon-green {
        width: 25px;
        bottom: 117px;
        left: 64px;
    }

    .cheers-container .cheers-container-main .ribbon-green-scrolling {
        width: 52px;
        right: 22px;
        top: -25px;
    }

    .cheers-container .cheers-container-main .ribbon-red {
        width: 20px;
        right: -8px;
        bottom: 200px;
        transform: rotate(238deg);
    }

    .cheers-social-media p {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .cheers-social-media img {
        width: 40px;
    }

    .language-cta h3 span {
        font-size: 11px;
    }

    .test-prep-container,
    .test-prep-list-items {
        max-width: 371px;
    }

    .test-prep-first-section {
        height: 610px;
        border-radius: 29px;
    }

    .test-prep-first-section .test-enroll-right {
        margin-bottom: 30px;
        padding: 47px 38px;
    }

    .test-prep-first-section .test-enroll-right .article-heading-one {
        font-size: 23.91px;
        margin-bottom: 11px;
    }

    .test-prep-first-section .test-enroll-right .test-enroll-content {
        font-size: 12.62px;
        margin-bottom: 17px;
    }

    .test-prep-first-section .test-prep-enroll-btn {
        font-size: 15.63px;
        padding: 7px 37px;
        border-radius: 59px;
    }

    .test-prep-first-section .testprep-google-review {
        top: 46%;
    }

    .test-prep-first-section .testprep-google-review .review-stars {
        width: 73px;
        margin-bottom: 8px;
    }

    .test-prep-first-section .testprep-google-review p {
        font-size: 12.8px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
        width: 38px;
        height: 38px;
        top: 34%;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
        width: 22px;
        height: 22px;
        bottom: 32%;
        left: 50px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
        width: 79px;
        height: 79px;
        bottom: 20px;
        filter: blur(2px);
    }

    .test-prep-first-section .test-enroll-left img {
        height: 255px;
    }

    .test-prep-container .test-enroll-arrow {
        width: 39px;
        height: 39px;
        top: 51%;
    }

    .test-prep-container .test-enroll-arrow.right {
        right: -12px;
    }

    .gs-country-highlights {
        max-width: 486px;
    }

    .gs-country-highlights .country-list .country-card {
        height: 640px;
        border-radius: 20px;
    }

    .gs-country-highlights .country-list .country-card p {
        font-size: 14px;
        margin-bottom: unset;
        padding-bottom: 22px;
        max-width: 340px;
    }

    .gs-info-card-content {
        padding: 0px 30px 10px;
    }

    .gs-country-highlights .country-list .country-card ul {
        max-width: 302.18px;
        font-size: 15.5px;
        height: 137.46px;
        line-height: 195%;
        padding-left: 17px;
    }

    .gs-country-highlights .country-list .country-card ul li {
        margin: 0px;
    }

    .gs-country-highlights .country-list-scroll .desc {
        font-size: 13px;
        width: 105px;
        margin: auto auto 0px 31px;
        bottom: 160px;
    }

    .gs-country-highlights .country-list-scroll .country-slide-container {
        max-width: 341.33px;
    }

    .gs-country-highlights .country-list-scroll ul {
        max-width: 341.33px;
        border-radius: 16.6px;
        padding: 13px 6px;
    }

    .gs-country-highlights .country-list-scroll ul li p {
        font-size: 14.37px;
    }

    .gs-country-highlights .country-list-scroll ul li img {
        width: 21px;
        height: 13px;
        border-radius: 3px;
        margin-right: 2px;
    }

    .gs-country-highlights .country-list-scroll ul li {
        max-width: 154.06px;
        height: 41.17px;
        padding: 7px;
        border-radius: 14.37px;
        margin: 0px 2px 12px 2px;
    }

    .gs-country-highlights .country-list .country-card .country-card-desc {
        padding-top: 4%;
    }

    /* .gs-country-highlights .country-list .country-card h2 {
        font-size: 42px;
        line-height: 130%;
    } */

    .gs-country-highlights .country-list .country-card h2 {
        font-size: 40px;
        line-height: 110%;
        margin: 15px auto;

    }

    .gs-country-highlights .country-list-scroll .move-forward {
        bottom: 57px;
        right: 7px;
        width: 21.2px;
        height: 21.2px;
    }

    .gs-country-highlights .country-list-scroll .move-backward {
        bottom: 57px;
        left: 7px;
        width: 21.2px;
        height: 21.2px;
    }

    .gs-country-highlights .country-list .country-card button {
        font-size: 18px;
    }

    .gs-country-highlights .country-list-scroll {
        bottom: 60px;
    }

    .gs-trial-premium-services {
        padding-top: 36%;
        max-width: 375.57px;
        margin: auto auto 56px;
    }

    .gs-trial-premium-services h1 {
        font-size: 29.99px;
        width: 295.62px;
        margin: auto auto 30px;
    }

    .gs-trial-premium-services .list-of-wide-services {
        padding: 0;
    }

    .gs-trial-premium-services .list-of-wide-services li {
        padding: 8px 16px;
        margin: 5px 2px;
    }

    .gs-trial-premium-services .list-of-wide-services li img {
        width: 19.72px;
        height: 19.72px;
    }

    .gs-trial-premium-services .list-of-wide-services li p {
        font-size: 13.65px;
    }

    .services-details-container {
        max-width: 375px;
        padding: 18px;
        border-radius: 26.87px;
        margin-bottom: 52px;
    }

    .services-details-container .gs-our-free-service {
        border-radius: 23.52px;
        height: 393.72px;
        margin-bottom: 26.66px;
        width: 341.98px;
    }

    .services-details-container .gs-our-free-service img {
        max-width: 84.66px;
    }

    .services-details-container .gs-our-free-service h3 {
        font-size: 29.56px;
        max-width: 318.47px;
        bottom: 35px;
    }

    .services-details-container .content-container {
        padding: 0 15px;
        font-size: 15.45px;
    }

    .services-details-container .trail-cta-talk-to-experts {
        padding: 17px;
        border-radius: 21.77px;
        font-size: 18.66px;
    }

    .trial-faq-container {
        margin-top: 56px;
    }

    .trial-faq-container h2 {
        font-size: 45.87px;
        line-height: 40.1px;
    }

    .trial-faq-container .gs-faq-content-container {
        padding: 48px 40px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda h3 {
        font-size: 15.78px;
        width: 259px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda p {
        font-size: 14.7px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda img {
        width: 9.47px;
    }

    .loan-banner .test-prep-list-items {
        padding-top: 20px;
    }

    .loan-banner .test-prep-first-section {
        height: 647px;
    }

    .loan-banner .test-prep-first-section .test-enroll-left img {
        height: 330px;
        left: 50px;
        bottom: 17px;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
        height: 109px;
        bottom: 47px;
        left: -5%;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
        height: 99px;
        bottom: 35%;
        top: unset;
        left: 17%;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
        height: 60px;
        top: unset;
        left: 67%;
        bottom: 45%;
    }

    .loan-banner .loan-tittle,
    .scholarship-banner .loan-tittle {
        font-size: 14.17px;
    }

    .trigger-popup-container .trigger-popup-white-card {
        max-width: 330px;
        height: 295px;
    }

    .trigger-popup-white-card.trigger-card-height {
        height: auto;
    }

    .trigger-popup-container .trigger-popup-white-card .details-required {
        padding: 25px 20px 0;
    }

    .trigger-popup-container .trigger-popup-white-card-wrapper .exit-close-icon {
        width: 15px;
        top: -5px;
        right: -5px;
    }

    .trigger-popup-white-card .details-required .trigger-help-para {
        font-size: 13.5px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .trigger-popup-white-card .gs-cta-second-callback {
        height: 40px;
    }

    .trigger-callbackrequest .trigger-countrycode {
        width: 65px;
        font-size: 12px;
    }

    .trigger-callbackrequest .trigger-mobilenumber {
        font-size: 12px;
        width: 150px;
        padding: 0 0 0 15px;
    }

    .trigger-callbackrequest .trigger-callbackrequst-button {
        font-size: 11px;
        width: 75px;
    }

    .trigger-popup-white-card .or-tag {
        font-size: 13px;
        line-height: 17.7px;
        margin: 12px auto;
    }

    .trigger-popup-white-card .actions-required .action {
        padding: 4px 20px 4px 4px;
        margin: auto 3.5px;
    }

    .trigger-popup-white-card .actions-required .action p {
        font-size: 12.49px;
    }

    .trigger-popup-white-card .actions-required .call-action {
        font-size: 18.79px;
        margin: 10px auto;
    }

    .trigger-popup-white-card .conditions-desc {
        margin: 12px auto 20px;
        font-size: 10px;
    }

    /* legal page */

    .gs-legal-banner-container {
        padding-top: 35%;
    }

    .gs-legal-banner-container .legal-title-card h1 {
        font-size: 43px;
        line-height: 108%;
        margin-bottom: 50px;
    }

    .gs-legal-banner-container .legal-banner .banner-img {
        max-width: 340px;
        height: 210px;
    }

    .legal-content-container {
        padding: 55px 30px 0;
    }

    .legal-content-container .legal-sub-heading {
        font-size: 23.91px;
    }

    .legal-content-container .legal-desc {
        font-size: 16px;
    }

    .article-read-more {
        font-size: 18px;
        line-height: 190%;
    }

    .article-background-banner {
        height: 200px;
    }

    .article-background-city-img {
        height: 200px;
    }

    .icon-and-content {
        width: auto;
    }

    .article-para-content {
        font-size: 17px;
        margin: 0px 0px 35px 0px;
    }

    .landing-gs-video-steps-process {
        padding-top: 0px;
    }

    .gs-article-related-links-card-container .gs-link-tags {
        padding: 20px 13px;
    }

    .gs-university-icons td {
        width: 100px;
    }

    .breadcrumb .active {
        width: 170px;
    }

    .success-stories-review-container .reviews-heading-container {
        max-width: 370px;
    }

    .success-stories-heading-container img {
        height: 22px;
        margin-right: 8px;
    }

    .success-stories-review-container .head-text {
        font-size: 24.19px;
        margin-bottom: 12px;
    }

    .success-stories-review-container .success-text-para {
        font-size: 13.5px;
        width: 363px;
        margin-bottom: 30px;
    }

    .success-stories-review-container .parent-container .review-cards-group {
        padding-left: 30px;
        padding-right: 15px;
    }

    .success-stories-review-container .success-stories-review-cards {
        margin-right: 15px;
        max-width: 339px;
        padding: 15px 14px 22px;
        border-radius: 21px;
        margin-bottom: 15px;
    }

    .success-stories-review-cards .gs-reviewer-desc {
        margin-bottom: 17px;
    }

    .success-stories-review-cards .gs-reviewer-desc .reviewer-img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .success-stories-review-cards .success-stories-rating h2 {
        font-size: 13.88px;
    }

    .success-stories-review-cards .success-stories-rating .review-stars {
        height: 9px;
        top: 25px;
    }

    .success-stories-review-cards .gs-customer-says {
        font-size: 12.33px;
    }

    .success-stories-review-container .enrollment-cta,
    .success-stories-review-container .landing-callback-request-cta {
        margin: 50px auto 60px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table {
        margin-bottom: 30px;
    }

    .scholarship_scroll_button .gs-first-right-button {
        padding: 2px 30px;
    }

    .scholarship-banner .scholarship-heading-one {
        font-size: 22.84px;
    }

    .scholarship-banner .enquiry-list-items .enquiry-content-first-section {
        height: 647px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right {
        padding: 43px 27px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right .test-enroll-content {
        font-size: 13px;
        margin-bottom: 24px;
    }

    .scholarship-banner .enquiry-content-first-section .enroll-now-btn {
        font-size: 15.81px;
        padding: 5px 27px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-left img {
        height: 335px;
        left: -22px;
    }

    .event-details-banner .enquiry-content-first-section .test-enroll-left img {
        height: 297px;
        left: -1px;
    }

    .scholarship-banner .enquiry-content-first-section {
        border-radius: 26px;
    }

    /* Univ Partners */

    .gs-about-us-home-section {
        padding-top: 32%;
    }

    .gs-about-us-home-section h1 {
        max-width: 354.07px;
        font-size: 30.45px;
    }

    .gs-about-us-home-section .rocket-position-one {
        left: 11%;
        top: 18%;
        transform: rotate(357deg);
    }

    .gs-about-us-home-section .rocket-position-two {
        right: 18%;
        top: 29%;
        transform: rotate(171deg);
    }

    .gs-about-us-home-section .our-diversity-points {
        margin: auto auto 20px;
        max-width: 352.79px;
    }

    .gs-about-us-home-section .our-diversity-points li {
        font-size: 14.15px;
        padding: 7px 15px;
        margin-bottom: 15px;
    }

    .gs-about-us-home-section p {
        max-width: 407px;
        margin: auto auto 25px;
        font-size: 16.31px;
    }

    .gs-about-us-home-section .about-us-banner {
        width: 388px;
    }

    .gs-about-us-home-section .banner-button-container button {
        right: 35%;
        bottom: 11%;
        font-size: 9.42px;
        padding: 10px 30px;
        border-radius: 34.1px;
    }

    .gs-left-img-right-content-container {
        max-width: 385.67px;
    }

    .gs-left-img-right-content-container .right p {
        font-size: 16.31px;
        margin-bottom: 20px;
        max-width: 362.22px;
    }

    .gs-left-img-right-content-container .left .trusted-img-banner {
        max-width: 385px;
    }

    .gs-left-content-right-img-container {
        max-width: 479px;
        margin-bottom: 60px;
    }

    .gs-left-content-right-img-container .left h2 {
        font-size: 26.79px;
        max-width: 348px;
        margin: auto auto 25px;
    }

    .gs-left-content-right-img-container .left p {
        max-width: 352.91px;
        font-size: 16.31px;
    }

    .gs-left-content-right-img-container .right .gptw-img-banner {
        height: 325px;
        max-width: 415.33px;
        margin-bottom: 115px;

    }

    .gs-left-content-right-img-container .filled-cta-button {
        font-size: 19.8px;
        padding: 11px 45px;
        right: 90px;
        border-radius: 66px;
        height: auto;
    }

    .gs-vetted-application-container {
        max-width: 370.78px;
        border-radius: 29.12px;
    }

    .gs-vetted-application-container .right h2 {
        font-size: 26.79px;
    }

    .gs-vetted-application-container .right h2 span {
        margin-right: 5px;
    }

    .premium-service-nav-btn {
        border-radius: 61.81px;
        font-size: 17.07px;
    }

    .gs-vetted-application-container .left .rectangle-container p {
        font-size: 14.31px;
    }

    .gs-vetted-application-container .left .rectangle-container {
        width: 316px;
        margin-bottom: 40px;
    }

    .gs-vetted-application-container .left {
        border-radius: 29.12px;
    }

    .gs-vetted-application-container .left img {
        max-width: 429px;
        border-radius: 29.12px;
    }

    .gs-times-edu-icon-award-container {
        max-width: 370.78px;
        height: 520px;
        border-radius: 32.61px;
        margin-bottom: 100px;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content {
        padding: 30px;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content h2 {
        font-size: 26.79px;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content p {
        max-width: 355px;
        font-size: 16.31px;
    }

    .gs-times-edu-icon-award-container .times-award-banner img {
        max-width: 302px;
        height: 280.93px;
    }

    .gs-times-edu-icon-award-container .times-award-banner {
        bottom: -65px;
        right: 18%;
    }

    .gs-times-edu-icon-award-container .times-star-one {
        width: 29.12px;
        height: 35.74px;
        bottom: 70px;
    }

    .gs-times-edu-icon-award-container .times-star-two {
        display: none;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content h2 span {
        display: inline-block;
    }

    .gs-partner-reach-us-container {
        max-width: 364px;
        padding: 50px;
        border-radius: 43.09px;
    }

    .gs-partner-reach-us-container h2 {
        font-size: 25.62px;
        margin-bottom: 43px;
    }

    .gs-partner-reach-us-container .reach-us-list img {
        width: 26.8px;
        height: 26.8px;
    }

    .gs-partner-reach-us-container .reach-us-list p {
        font-size: 20.33px;
    }

    .gs-partner-reach-us-container .reach-us-list li {
        margin-bottom: 14px;
    }

    .gs-enroll-app-container {
        max-width: 370.78px;
        margin-bottom: 46px;
    }

    .gs-enroll-app-container .right h2 {
        font-size: 26.79px;
        margin-bottom: 10px;
    }

    .gs-enroll-app-container .right p {
        max-width: 370px;
        font-size: 16.31px;
        margin: auto auto 35px;
    }

    .gs-enroll-app-container .left img {
        max-width: 352px;
        height: 361.06px;
    }

    .gs-branch-presence-container {
        max-width: 370.78px;
        margin: auto auto 60px;
    }

    .gs-branch-presence-container .left h2 {
        font-size: 26.79px;
        margin-bottom: 15px;
        text-align: center;
    }

    .gs-branch-presence-container .left p {
        font-size: 18.64px;
        margin-bottom: 19px;
        max-width: 350px;
        margin: auto auto 19px;
    }

    .gs-branch-presence-container .left p b {
        font-size: 20.96px;
        margin-bottom: 3px;
    }

    .gs-branch-presence-container .right img {
        max-width: 350.58px;
        height: 160.42px;
    }

    .gs-branch-presence-container .right p {
        font-size: 18.64px;
    }

    .gs-branch-presence-container .right p b {
        font-size: 33.78px;
    }

    .gs-partner-signup-form-container {
        max-width: 370.78px;
        border-radius: 34px;
    }

    .gs-partner-signup-form-container .right h2 {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .gs-partner-signup-form-container .right p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .gs-contact-us-form {
        margin-top: 110px !important;
    }

    .gs-partner-signup-form-container .right select {
        padding: 17px 30px;
        font-size: 13.07px;
    }

    .gs-partner-signup-form-container .right input[type="text"] {
        padding: 17px 30px;
        font-size: 13.07px;
    }

    .gs-partner-signup-form-container .right textarea {
        font-size: 13.07px;
        height: 90.41px;
    }

    .gs-partner-signup-form-container .right .checkbox-field input[type="checkbox"] {
        width: 17px;
        height: 17px;
    }

    .gs-partner-signup-form-container .right button {
        border-radius: 78px;
        font-size: 16.31px;
        padding: 8px 43px;
    }

    .gs-partner-signup-form-container .left .partner-banner-mobile {
        height: 595px;
    }

    .signup-error-message {
        font-size: 12px;
    }

    .educ-loan .country-card img {
        height: 597.22px;
        border-radius: 20px;
    }

    .educ-loan h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .educ-loan .country-list .country-card button {
        margin: 0px 10px 10px 25px;
    }

    .educ-loan .country-list-scroll .desc {
        bottom: 150px;
    }

    .enrollment-cta {
        max-width: 370px;
        height: 294px;
        padding: 43px 40px;
        margin-bottom: 70px;
        border-radius: 22px;
    }

    .enrollment-cta .icon:nth-child(1) {
        left: -20px;
        top: 37%;
    }

    .enrollment-cta .icon:nth-child(1),
    .enrollment-cta .icon:nth-child(2),
    .enrollment-cta .icon:nth-child(3) {
        width: 42px;
        height: 42px;
    }

    .enrollment-cta .icon:nth-child(2) {
        top: -25px;
    }

    .enrollment-cta .icon:nth-child(3) {
        bottom: -17px;
        left: 72%;
    }

    .enrollment-cta-left {
        margin-bottom: 20px;
    }

    .enrollment-cta-left .enrollment-cta-bold {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .enrollment-cta-left .enrollment-cta-content {
        font-size: 17px;
        line-height: 29.2px;
    }

    .enrollment-cta-button {
        font-size: 17px;
        width: 230px;
        height: 40px;
    }

    .enrollment-cta-card-button p {
        font-size: 11.95px;
        width: 198px;
        height: 29px;
        bottom: -25px;
    }

    /* .footer-stripe-menu div {
        padding: 15px 5px;
    } */

    .services-details-container .content-container .article-read-more {
        font-size: 15.45px;
    }

    header .header-menu-list .header-sub-links .sub-menu-links-list li p {
        font-size: 16px;
    }

    .gs-article-table-container .divider .action-btn p {
        font-size: 14px;
    }

    .gs-article-table-container .divider .action-btn {
        left: 20%;
        top: -21px;
    }

    .article-faq-container {
        margin-bottom: 70px;
        margin-top: 30px;
    }

    .service-section-container-left .numeric-list {
        margin-bottom: 40px;
    }

    .highlights-of-studying {
        margin-bottom: 35px;
    }

    .gs-cta-second-callback {
        height: 45px;
    }

    .error .error-message .go-input-error-message {
        font-size: 10px;
    }

    .error-table-block .error-left-block h1 {
        font-size: 150px;
    }

    .primary-pm-btn {
        width: 100%;
        max-width: 141px;
        font-size: 11px;
        margin-right: 0px;
        height: 29px;
        padding: 7px 5px;
    }

    .content-table-block .block-text h1 {
        font-size: 25px;
    }

    .error-table-block .error-right-block .error-banner-img {
        height: 154px;
    }

    .error-table-block .error-left-block h3 {
        font-size: 18px;
        width: 245px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .error-table-block .error-left-block {
        margin: 45px 0px 80px 0px;
    }

    .new-line {
        display: block;
    }

    .course-count-img img {
        height: 389px;
    }

    .course-count {
        top: 130px;
    }

    .eligibility-container {
        padding: 0px 44px;
        padding-top: 5%;
    }

    .qualification-container select {
        font-size: 15px;
        width: 310px;
    }

    .bachelors-container input {
        font-size: 15px;
        width: 310px;
    }

    .eligibility-tail p {
        padding-right: 55px;
    }

    .eligibility-heading {
        font-size: 23px;
        margin: 22px 0px;
    }

    .eligibility-tail {
        padding: 20px;
    }

    .eligibility-thank-you-container .success-inform {
        font-size: 14px;
    }

    .countinue-read {
        margin-top: 35px;
    }

    .eligibility-thank-you-container .course-count-img img {
        height: 590px;
    }

    .eligibility-thank-you-container .course-count {
        top: 41%;
        left: 10px;
        right: 9px;
    }

    .eligibility-thank-you-container .course-count-img .course-count span {
        font-size: 12px;
    }

    .eligibility-thank-you-container .course-count-img .course-count p {
        font-size: 16px;
    }

    #googleads .trigger-callbackrequest .trigger-mobilenumber-name {
        width: 215px;
        font-size: 12px;
    }

    #googleads .trigger-callbackrequst-button {
        width: 57%;
    }

    #googleads .trigger-popup-white-card .gs-cta-second-callback {
        width: 217px;
        height: 44px;
    }

    .success-stories-review-container .floating-navigation-right {
        left: 360px;
        bottom: 120px;
    }

    .download-material-container {
        max-width: 370px;
        margin-bottom: 65px;
    }

    .download-material-container .head-text {
        font-size: 23.91px;
        margin-bottom: 10px;
    }

    .download-material-container .study-material-desc {
        font-size: 16px;
        width: 347px;
    }

    .download-material-container .gs-cta-download-cards {
        height: 148px;
        width: 129px;
        padding: 6px;
        margin-right: 10px;
        margin-bottom: 12px;
        border-radius: 21px;
    }

    .download-material-container .download-img-card {
        width: 117px;
        height: 105px;
        border-radius: 17px;
    }

    .gs-cta-download-cards h2 {
        font-size: 10.54px;
        padding-top: 14px;
    }

    .gs-cta-download-cards .download-img-card img {
        width: 80px;
    }

    .gs-cta-download-cards .gs-cta-download p {
        font-size: 11.95px;
    }

    .gs-cta-download-cards .gs-cta-download-icon {
        width: 15px;
        height: 15px;
    }

    .intersted-perks-card-scroll .card .gs-card-guides {
        left: 71%;
    }

    .intersted-perks-card-scroll .card .gs-card-guides button {
        font-size: 15px;
    }

    .intersted-perks-card-scroll .card .gs-card-guides img {
        width: 18px;
        height: 18px;
    }

    .eligibility-course-container .range-slider-container {
        width: 100%;
    }

    .test-prep-first-section .right-bank-btn {
        padding: 4px 23px;
    }

    input[type="range"] {
        width: 230px;
    }

    .gs-country-highlights .country-list .country-card .card-heading {
        margin-left: 29px;
        padding: 30px 0px 0px;
        width: 86%;
    }

    .comparison-container .others-header.centered {
        margin-left: -3px;
    }

    .landing-mec-comparison .mec-comparison-true .black-tick-icon {
        margin-right: 26px;
    }

    .comparison-container.active .comparison-mec-logo {
        margin-left: -5px;
    }

    .comparison-container.active .mec-comparison-true .black-tick-icon {
        margin-right: 10px;
    }

    /* .gs-consultants-cards-child:hover .gs-info-card-content {
        margin-top: 1px;
    } */

    .error .error-message {
        left: 27px;
    }

    .callback-request-cta .error .error-message {
        left: 28px;
        top: -33px;
    }

    .callback-request-cta .error .error-message .go-input-error-message {
        font-size: 11.5px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .logo {
        width: 165px;
        margin-bottom: 10px;
    }

    .footer-design-v1 .link-container-v1 .link-list-v1 li {
        padding-bottom: 20px;
        font-size: 15px;
    }

    .footer-design-v1 {
        margin-bottom: 70px;
    }

    .gs-Copyrights-info {
        font-size: 14px;
    }

    .updated-eligibility-main-container .eligibility-floating-container {
        text-align: center;
        padding-bottom: 45px;
    }

    .updated-eligibility-main-container .container-footer {
        height: 25vh;
    }

    .header-tnea {
        display: none;
    }

    .tnea-sub-code {
        display: block;
    }


}

@media only screen and (max-width: 435px) {
    .success-stories-review-container .floating-navigation-right {
        left: 300px;
        bottom: 120px;
    }

    .landing-gs-video-steps-process .gs-our-free-service {
        height: 555px;
    }

    .gs-country-highlights .country-list .country-card {
        height: 550px;
    }

    /* .gs-country-highlights .country-list .country-card h2 {
        font-size: 42px;
        line-height: 128%;
    } */
    .gs-country-highlights .country-list .country-card h2 {
        font-size: 33px;
    }

    .gs-country-highlights .country-list .country-card button {
        font-size: 17px;
    }

    .gs-country-highlights .country-list .country-card p {
        font-size: 13px;
    }

    .gs-country-highlights .country-list .country-card .card-heading {
        width: 85%;
    }

    .updated-eligibility-main-container .container-header .logo {
        max-width: 40%;
        padding-top: 7vh;
    }

    .updated-eligibility-main-container .search-input {
        max-width: 370px;
    }

    .updated-eligibility-main-container .selected-list-div {
        max-width: 370px;
    }

    .updated-eligibility-main-container .programlist-div {
        max-width: 370px;
    }

    .updated-eligibility-main-container .container-body .blocks li {
        font-size: 15px;
    }

    .updated-eligibility-main-container .container-body .blocks .chip-content-div .chip-heading {
        font-size: 15px;
    }

    .updated-eligibility-main-container .container-body .blocks .chip-content-div {
        padding: 13px 20px;
    }

    .updated-eligibility-main-container .expbuttoncontainer .exp-btn {
        font-size: 15px;
        padding: 13px;
    }

    .updated-eligibility-main-container .expyearscontainer button {
        width: 40px;
        font-size: 14px;
    }

    .updated-eligibility-main-container .search-input {
        padding: 15px 0;
    }

    .updated-eligibility-main-container .container-body h2 {
        padding: 38px 0px 23px;
    }

    .updated-eligibility-main-container .container-body .blocks li {
        padding: 13px 12px;
    }

    .updated-eligibility-main-container .expyearscontainer {
        padding-top: 25px;
    }

    .gs-faq-container .gs-faq-h2 {
        font-size: 42px;
    }

    .gs-Copyrights-info {
        max-width: 360px;
        margin: auto;
    }
}

@media only screen and (max-width: 425px) and (max-height: 703px) {
    .exit-group-img {
        height: 28vh;
    }
}

@media only screen and (max-width: 415px) {
    .eligibility-heading {
        margin: 14px 0px;
    }

    .eligibility-container {
        padding-top: 8%;
    }

    .gs-country-highlights .country-list {
        padding: 0px 23px;
    }

    .stories-right {
        padding: 0 25px;
    }

    .landing-gs-faq-container {
        width: 367px;
    }

    .landing-mec-comparison .comparison-container {
        margin-left: 25px;
    }

    .landing-gs-consultants-info-cards .gs-consultants-cards {
        margin-left: 25px;
    }

    .landing-gs-consultants-info-cards .gs-info-card-headig {
        padding-left: 5px;
    }

    .landing-gs-our-wide-container {
        padding: 0px 20px 0 25px;
    }

    .landing-gs-video-steps-process .gs-our-free-service h3 {
        font-size: 63.47px;
    }

    .landing-gs-video-steps-process .gs-our-free-service {
        max-width: 365.6px;
    }

    .gs-final-cta-trust {
        max-width: 88vw;
    }

    .gs-first-right-button {
        font-size: 18px;
    }

    .scholarship_scroll_button .gs-first-right-button {
        padding: 4px 65px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table {
        margin-bottom: 40px;
    }

    .landing-callback-request-cta {
        border-radius: 22px;
        width: 370px;
    }

    .landing-callback-request-cta .gs-cta-second-callback .gs-countrycode {
        font-size: 12px;
        height: 40px;
        width: 50px;
        padding: 13px 0px 13px 13px;
    }

    .landing-callback-request-cta .callback-request-cta-right .gs-cta-second-callback .gs-mobilenumber {
        width: 174px;
        height: 40px;
        font-size: 12px;
    }

    .landing-callback-request-cta .callback-request-cta-right .gs-callbackrequst-button {
        font-size: 11px;
        height: 40px;
    }

    .landing-callback-request-cta .float {
        margin-top: 6px;
        padding-left: 0px;
        font-size: 10px;
    }

    .gs-consultant-name-tag button {
        padding: 10px 60px;
    }

    .landing-gs-univ-partners-scroll-container {
        max-width: 400px;
    }

    .gs-country-highlights .country-list .country-card .country-card-desc {
        padding-top: 4%;
    }

    .gs-country-highlights .country-list .country-card .card-heading {
        padding: 30px 0px 0px;
        width: 84%;
    }

    .gs-country-highlights .country-list .country-card button {
        font-size: 15px;
    }

    .gs-country-highlights .country-list .country-card {
        height: 525px;
    }

    .gs-Copyrights-info {
        font-size: 13px;
    }
}

@media only screen and (max-width: 395px) {

    header {
        height: 64px;
    }

    header .gs-header-inner-block .header-logo {
        bottom: -21px;
        /* width: 120px; */
        width: 160px;
        height: 45px;

    }

    .landing-footer-main {
        padding: 25px 0px 23px;
    }

    .gs-head-menu {
        margin-bottom: 20px;
    }

    .breadcrumb * {
        margin-right: 8px;
    }

    .breadcrumb .inactive {
        font-size: 13px;
        line-height: 167%;
    }

    .breadcrumb .active {
        font-size: 13px;
        line-height: 167%;
        width: 130px;
    }

    .article-heading-one {
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 9px;
        font-family: InterExtraBold;
        letter-spacing: -0.4px;
        width: 328px;
    }

    .gs-first-container .gs-first-container-left .gs-left-child-div p {
        line-height: 183%;
        font-size: 16px;
    }

    .landing-gs-first-container .gs-first-container-left .gs-left-child-div .crop-content {
        line-height: 174%;
    }

    .gs-first-container-left .gs-left-child-div .crop-content {
        margin-bottom: 0px;
    }

    .language-cta-people-message {
        top: 3px;
    }

    .language-cta-wrapper .floating-people-message .images-container {
        margin-right: 28px;
    }

    .language-cta-wrapper .floating-people-message span {
        font-size: 13px;
    }

    .article-content {
        line-height: 204%;
        font-size: 14px;
    }

    .language-cta-people-message img {
        bottom: -30px;
    }

    .filled-cta-button {
        font-size: 16px;
        line-height: 156%;
        letter-spacing: 0.16px;
        height: 36px;
        padding: 1px 16px;
        margin-right: 7px;
    }

    .outline-cta-button {
        color: var(--themetrialparablack);
        font-size: 16px;
        line-height: 156%;
        letter-spacing: 0.16px;
        height: 36px;
        padding: 1px 16px;
        margin-right: 0px;
    }

    .language-cta-people-message p {
        font-size: 14.5px;
        line-height: 167%;
        letter-spacing: -0.16px;
        color: #3a3a3a;
    }

    .gs-article-banner-image-container {
        border: unset;
        max-width: 327px;
        min-height: 154px;
        border-radius: 15px;
        background-size: 177%;
        background-position: -154px -69px;
    }

    .language-cta h3 {
        font-size: 18px;
        line-height: 124%;
        letter-spacing: 0.16px;
    }

    .language-cta p {
        font-size: 14.5px;
        line-height: 154%;
        margin-right: 20px;
    }

    .gs-first-right-button {
        font-size: 16px;
        line-height: 156.8%;
        padding: 6px 26px 6px 26px;
    }

    .gs-university-icons-container span {
        font-size: 14px;
        line-height: 160%;
        margin-bottom: 0px;
    }

    .gs-university-icons-container {
        margin-bottom: 24px;
    }

    .gs-university-icons-container .uni-second-span {
        margin-bottom: 8px;
    }

    .analytics-icon {
        width: 41px;
        height: 37px;
        margin-bottom: -1px;
    }

    .gs-article-banner-image-container h2 {
        font-size: 18px;
        line-height: 124%;
    }

    .gs-article-banner-image-container .student-counts {
        font-size: 11.5px;
        line-height: 128%;
        letter-spacing: -0.32px;
        bottom: 18px;
    }

    .article-banner-para {
        padding: 0px 24px;
    }

    .article-banner-para .article-content {
        font-size: 14px;
        line-height: 204%;
    }

    .service-cta-right {
        max-width: 87vw;
        min-height: 419px;
    }

    .service-cta-right .gs-cta-second-callback {
        width: 275px;
        height: 41px;
        border-radius: 15px;
    }

    .service-cta-right h2 {
        font-size: 17px;
        line-height: 132%;
        letter-spacing: -0.16px;
        margin-bottom: 12px;
    }

    .service-cta-right .service-card-container .service-card {
        max-width: 137px;
        height: 104px;
        border-radius: 15px;
    }

    .service-cta-right .service-card-container .service-card p {
        font-size: 11.5px;
        line-height: 117%;
        letter-spacing: -0.16px;
    }

    .service-cta-right .service-card-container .service-card img {
        width: 74.12px;
        height: 43px;
    }

    .service-cta-right .requirements-desc {
        font-size: 9px;
        line-height: 160%;
        letter-spacing: 0.24px;
        padding: 0px 40px;
        margin-bottom: 17px;
    }

    .service-cta-right .gs-cta-second-callback .gs-countrycode {
        font-size: 11px;
        line-height: 224%;
        letter-spacing: 0.32px;
        color: #c9c9c9;
        border-radius: 15px 0px 0px 15px;
        height: 39px;
    }

    .service-cta-right .gs-cta-second-callback .gs-mobilenumber {
        font-size: 11px;
        line-height: 224%;
        letter-spacing: 0.32px;
        width: 150px;
        border-radius: unset;
        height: 39px;
    }

    .service-cta-right .gs-cta-second-callback .gs-callbackrequst-button {
        font-size: 10px;
        width: 73.48px;
        line-height: 115%;
        letter-spacing: -0.16px;
        padding: 9px 10px 12px 0px;
        border-radius: 0px 15px 15px 0px;
        height: 39px;
    }

    .gs-article-related-links-card-container .course-names {
        padding-left: 0px;
        margin-left: 0px;
    }

    .service-section-container-left {
        padding: 0px 24px;
    }

    .article-heading-three {
        line-height: 139%;
        font-size: 21px;
    }

    .numeric-list {
        font-size: 14px;
        line-height: 224%;
        font-family: InterMixed;
    }

    .gs-info-card-content {
        padding: 7px 25px;
    }

    .gs-info-card-headig {
        font-size: 21px;
        margin-left: 24px;
        padding-left: 0px;
    }

    .gs-final-cta-triangle-img {
        top: 50px;
        left: -37px;
        max-width: 58px;
    }

    .gs-consultant-name-info {
        font-size: 20px;
        line-height: 146%;
        margin-bottom: 0px;
    }

    .gs-consultant-role {
        font-size: 20px;
        line-height: 146%;
        letter-spacing: 0.16px;
    }

    .gs-info-card-content p {
        font-size: 11px;
        line-height: 168%;
        letter-spacing: 0.16px;
    }

    .gs-info-course-selection span {
        font-size: 11px;
        line-height: 168%;
        letter-spacing: 0.16px;
        margin: 10px 5px 8px 0px;
        padding: 2.5px 12px;
        height: 24px;
    }

    .webinar-cta .schedules {
        border-radius: 14px;
    }

    .gs-consultant-name-tag button {
        font-size: 13px;
        line-height: 168%;
        letter-spacing: 0.16px;
        height: 28px;
        padding: 2px 20px;
        margin-bottom: 34px;
    }

    .gs-consultants-cards-child {
        max-width: 76vw;
        min-height: 42vh;
        height: 390px;
        margin-right: 9px;
        background-size: 114%;
        background-position: -15px -10px;
    }

    .article-heading-two {
        font-size: 21px;
    }

    .section-adjust-style {
        padding: 0px 24px;
    }

    .table-heading-two span {
        font-size: 15px;
        line-height: 145%;
    }

    .article-card-first-child {
        margin-left: 24px;
    }

    .article-table-container table td {
        font-size: 13px;
        line-height: 145%;
        letter-spacing: 0.22px;
    }

    .download-cta {
        max-width: 87vw;
        height: 471px;
        padding: 0px 10px;
    }

    .download-cta-left {
        padding: 20px 15px 8px 20px;
    }

    .download-cta-left span {
        font-size: 11px;
        line-height: 130%;
        border-radius: 25px;
    }

    .download-cta-right {
        margin-bottom: 15px;
    }

    .download-cta-left p {
        font-size: 16px;
        line-height: 20px;
    }

    .webinar-cta .content {
        padding: 28px 30px 30px 30px;
    }

    .gs-cta-download-cards {
        max-width: 128.59px;
        height: 147.64px;
        border-radius: 15px;
    }

    .gs-cta-download-cards h2 {
        font-size: 10px;
        line-height: 128%;
        padding-top: 18px;
    }

    .gs-cta-download-cards img {
        height: 60.87px;
        width: 82.87px;
    }

    .gs-cta-download-cards .gs-cta-download p {
        font-size: 12px;
        line-height: 156%;
        letter-spacing: 0.16px;
    }

    .gs-cta-download-cards .gs-cta-download-icon {
        width: 10px;
        height: 11px;
    }

    .related-programs-cta .related-programs-card {
        max-width: 81vw;
    }

    .related-programs-cta .related-programs-card .content h3 {
        font-size: 15.5px;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .related-programs-cta .related-programs-card .content p {
        font-size: 11px;
        line-height: 149%;
    }

    .webinar-cta {
        max-width: 87vw;
        border-radius: 25px;
    }

    .webinar-cta .content .title {
        font-size: 16px;
        line-height: 138%;
        letter-spacing: -0.16px;
        margin-bottom: 24px;
        padding: 0px 1px;
    }

    .webinar-cta .schedules .about .aboutpeople h3 {
        font-size: 11px;
        line-height: 146%;
        font-family: InterSemiBold;
    }

    .webinar-cta .schedules .about .aboutpeople .role {
        font-size: 9px;
        line-height: 146%;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .rating p {
        font-size: 10px;
        line-height: 140%;
        letter-spacing: 0.16px;
        font-family: InterRegular;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .review {
        font-size: 10px;
        line-height: 140%;
        letter-spacing: 0.32px;
    }

    .webinar-cta .schedules .description {
        font-size: 9.5px;
        line-height: 146%;
        letter-spacing: 0.32px;
        margin-bottom: 6px;
    }

    .webinar-cta .book h3 {
        font-size: 14.5px;
        line-height: 156%;
        letter-spacing: -0.16px;
    }

    .webinar-cta .schedules .about {
        padding: 10px;
    }

    .double-para-style {
        margin-bottom: 18px;
    }

    .language-cta-people-message .images-container {
        right: 130px;
        top: 3px;
    }

    .language-cta-people-message span {
        right: 38px;
        top: 1px;
        font-size: 11px;
    }

    .language-cta-people-message .student-img {
        height: 27px;
        width: 27px;
    }

    .language-cta {
        min-height: unset;
        height: unset;
        height: 455px;
    }

    .language-cta-people-message .student-img:nth-child(3) {
        left: 12px;
    }

    .language-cta-people-message .student-img:nth-child(2) {
        left: 20px;
    }

    .language-cta-people-message .student-img:nth-child(1) {
        left: 25px;
    }

    .header-container-links {
        width: 300px;
        position: fixed;
        top: 0;
        background: #def6d5;
        overflow-x: hidden;
        transition: 0.5s;
        text-align: left;
        height: 100%;
        padding-top: 10px;
        right: -430px;
        z-index: 11;
    }

    .gs-close-menu {
        display: block;
        width: 44px;
        padding: 7px;
        margin-right: 10px;
    }

    .gs-close-menu {
        width: 53px;
    }

    header .header-menu .header-menu-list {
        margin-bottom: 50px;
    }

    header .header-menu .header-menu-list p {
        font-size: 16px;
    }

    .header-menu .header-menu-list-contact .header-call-number {
        font-size: 17px;
    }

    .exit-countrycode {
        font-size: 16px;
        padding: 16px 3px;
    }

    .exit-mobilenumber {
        font-size: 16px;
        padding: 10px 15px;
    }

    .exit-popup-container .exit-help-para {
        font-size: 30px;
    }

    .exit-active-employee {
        font-size: 16px;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 16px;
    }

    /* .exit-group-img {
        height: 34vh;
    } */

    .exit-terms-privacy {
        font-size: 11px;
    }

    .exit-callbackrequest {
        width: 300px;
    }

    .exit-callbackrequst-button {
        font-size: 16px;
        width: 300px;
        padding: 16px 16px;
    }

    .download-cta .paper-img:nth-child(1) {
        left: 75%;
        width: 56px;
        top: -6%;
    }

    .download-cta .paper-img:nth-child(3) {
        width: 67px;
        left: -11%;
        bottom: 38%;
    }

    .download-cta .paper-img:nth-child(2) {
        width: 47px;
        bottom: 2%;
        left: 93%;
    }

    .universities-cta .univ-logo:nth-child(2),
    .callback-request-cta .univ-logo:nth-child(2) {
        width: 35px;
        top: -17px;
        right: 16%;
    }

    .universities-cta .univ-logo:nth-child(1),
    .callback-request-cta .univ-logo:nth-child(1) {
        left: -15px;
        width: 40px;
        top: 34%;
    }

    .universities-cta .univ-logo:nth-child(3),
    .callback-request-cta .univ-logo:nth-child(3) {
        bottom: -19px;
        width: 39px;
        left: 254px;
    }

    header .header-menu {
        float: none;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .webinar-cta .book {
        padding: 6px 10px;
    }

    .webinar-cta .schedules .about .people {
        width: 45px;
        height: 45px;
        object-fit: cover;
    }

    .article-heading-four {
        font-size: 21px;
        line-height: 150%;
        margin-bottom: 16px;
    }

    .gs-our-free-service {
        max-width: 87vw;
        padding: 35px 0px 30px 0px;
        border-radius: 30px;
    }

    .gs-article-bg {
        padding: 40px 0px 30px 0px;
    }

    .gs-first-containers-left-buttons {
        margin-bottom: 40px;
    }

    .gs-first-containers-left-buttons {
        padding-top: 30px;
    }

    .article-table-container .four-coloum-table th {
        padding: 0px 45px;
    }

    .gs-our-free-service h3 {
        font-size: 56px;
        line-height: 98%;
    }

    .gs-our-free-service img {
        width: 150px;
        height: 145px;
        object-fit: cover;
        margin-bottom: 7px;
    }

    .gs-our-free-service p {
        font-size: 12.5px;
        line-height: 160%;
        letter-spacing: 0.24px;
        padding: 5px 50px 5px 36px;
    }

    .gs-requirement-chips .requirement-chip {
        width: 161px;
        height: 48px;
        border-radius: 15px;
        padding: 4px;
        margin-bottom: 6px;
    }

    .requirement-chip .heading {
        font-size: 12px;
        padding: 7px 11px 8px 11px;
    }

    .requirement-chip span {
        font-size: 11px;
        margin-top: 1px;
    }

    .gs-article-table-container .gs-first-containers-left-buttons .filled-cta-button {
        font-size: 13px;
        line-height: 156%;
        letter-spacing: 0.16px;
        border-radius: 50px;
        height: 32px;
        padding: 1px 10px;
    }

    .gs-article-table-container .gs-first-containers-left-buttons .outline-cta-button {
        font-size: 14px;
        line-height: 156%;
        letter-spacing: 0.16px;
        border-radius: 50px;
        height: 32px;
        padding: 1px 16px;
    }

    .callback-request-cta {
        max-width: 88vw;
        padding: 35px;
        max-height: 239px;
        min-height: unset;
        border-radius: 20px;
    }

    .callback-request-cta-left span {
        font-size: 16px;
        line-height: 24px;
    }

    .gs-consultant-info-tag {
        margin-bottom: 5px;
    }

    .gs-info-course-selection {
        gap: 5px;
    }

    .callback-request-cta-left {
        width: 264px;
        margin-bottom: 16px;
        padding-top: 10px;
    }

    .gs-countrycode {
        font-size: 11px;
        line-height: 224%;
        letter-spacing: 0.32px;
        width: 50px;
        height: 38px;
    }

    .callback-request-cta-right .gs-cta-second-callback .gs-mobilenumber {
        font-size: 11px;
        line-height: 224%;
        letter-spacing: 0.32px;
        width: 140px;
        height: 38px;
        border-radius: unset;
    }

    .gs-callbackrequst-button {
        font-size: 10.5px;
        line-height: 123%;
        letter-spacing: -0.16px;
        height: 38px;
        width: 74px;
        padding: 5px 13px;
    }

    .callback-request-cta-right .float {
        font-size: 12px;
        line-height: 128%;
        letter-spacing: -0.32px;
        margin-top: 8px;
    }

    .double-para-style {
        margin-bottom: 18px;
    }

    .universities-cta {
        max-width: 87vw;
        max-height: 252px;
        min-height: unset;
        padding: 25px 10px;
        border-radius: 20px;
    }

    .universities-cta-left p {
        width: 320px;
        font-size: 15px;
        line-height: 24px;
    }

    .universities-cta-left {
        margin-bottom: 10px;
        padding: 10px 0px 15px 0px;
    }

    .universities-cta-button {
        width: 214px;
        height: 36px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 2px;
    }

    .universities-cta-card-button p {
        font-size: 11px;
        line-height: 128%;
        letter-spacing: -0.32px;
        width: 160px;
    }

    .course-cta {
        max-width: 87vw;
        margin-bottom: 72px;
        padding: 38px 30px 25px 33px;
    }

    .course-cta-card-left span {
        font-size: 11px;
        line-height: 32px;
        letter-spacing: 3px;
        width: 95px;
        height: 24px;
        margin-bottom: 6px;
    }

    .course-cta-card-left p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
        width: 265px;
    }

    .course-cta-card-right .gs-courses-cta-card span {
        font-size: 12px;
        line-height: 30px;
        padding: 0px 20px;
    }

    .faq-section-adjust-style {
        width: 88vw;
        margin-bottom: 10px;
    }

    .gs-faq-container .gs-faq-h2 {
        font-size: 40px;
        line-height: 35px;
    }

    .gs-faq-category .gs-faq-category-btn {
        font-size: 12px;
        line-height: 28px;
        padding: 0px 12px;
    }

    .gs-faq-content-container .gs-qanda h3 {
        font-size: 16px;
        line-height: 144%;
        max-width: 235px;
    }

    .gs-faq-content-container .gs-qanda p {
        font-size: 14px;
        line-height: 147%;
    }

    .gs-univ-partners-review-container .gs-univ-h2 {
        font-size: 21px;
        line-height: 139%;
    }

    .gs-univ-content-container .gs-univ-card img {
        width: 54.3px;
        height: 54.3px;
        object-fit: cover;
        margin-bottom: 5px;
    }

    .gs-reviewer-header {
        padding-bottom: 8px;
    }

    .gs-reviewer-header h2 {
        font-size: 16px;
        line-height: 155%;
        margin-bottom: -1px;
    }

    .gs-univ-card .gs-reviewer-header p {
        width: 205px;
        font-size: 11px;
        line-height: 128%;
        letter-spacing: 0.16px;
    }

    .gs-reviewer-para {
        font-size: 12px;
        line-height: 175%;
        letter-spacing: 0.16px;
        width: 275px;
        margin-bottom: 25px;
    }

    .gs-univ-content-container {
        padding: 30px 0px 20px 17px;
    }

    .gs-univ-card .gs-heading {
        margin-bottom: 14px;
    }

    .gs-univ-card .gs-read-more-review-body {
        font-size: 11.5px;
        line-height: 162.5%;
    }

    .uni-carousel-indicator.active {
        width: 6.92px;
        height: 6.92px;
    }

    .uni-carousel-indicator {
        width: 4.07px;
        height: 4.07px;
    }

    .gs-final-cta-trust {
        min-height: 509px;
        max-width: 88vw;
    }

    .gs-final-cta-para {
        font-size: 27px;
        line-height: 123%;
        margin: 55px 30px 26px 30px;
    }

    .gs-final-cta-button {
        font-size: 15px;
        line-height: 156.8%;
        padding: 5px 28px 5px 25px;
    }

    .gs-final-cta-halfround-img {
        max-width: 40px;
        right: -11px;
        bottom: 47px;
        z-index: 1;
    }

    .gs-relevant-video-container h2 {
        font-size: 21px;
        line-height: 139%;
        padding-left: 24px;
    }

    .video-first-banner {
        margin-left: 24px;
    }

    .gs-video-card .video-title {
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0.16px;
    }

    .gs-video-card .video-banner .play-button {
        width: 49px;
        height: 53px;
    }

    .gs-video-card .video-frame {
        height: 220px;
    }

    .gs-article-related-links-card-container .gs-article-links-card {
        max-width: 81vw;
    }

    .gs-article-related-links-card-container h2 {
        font-size: 21px;
        line-height: 139%;
        margin-left: 24px;
    }

    .gs-article-related-links-card-container .gs-article-links-card strong {
        font-size: 15.5px;
        line-height: 150%;
        letter-spacing: 0.16px;
        padding-right: 14px;
        margin-bottom: 12px;
    }

    .gs-footer-logo {
        margin-bottom: 64px;
    }

    .gs-article-related-links-card-container .gs-article-links-card p {
        font-size: 12px;
        line-height: 156%;
        letter-spacing: 0.16px;
    }

    .gs-article-related-links-card-container .gs-link-tags {
        font-size: 12px;
        line-height: 30px;
        height: 32px;
        padding: 17px 26px;
    }

    .gs-footer-our-logo {
        width: 116px;
        height: 27px;
        margin-bottom: 6px;
    }

    .gs-footer-columns-child .gs-footer-ul li {
        font-size: 13px;
        line-height: 156.8%;
        margin-bottom: 22px;
    }

    .article-content-one {
        font-size: 14px;
        line-height: 204%;
    }

    .gs-article-related-links-card-container .gs-article-links-card .content {
        padding: 25px 28px;
    }

    .gs-article-related-links-card-container {
        margin-bottom: 64px;
    }

    .related-programs-scrolling-card {
        padding-top: 0px;
    }

    .gs-faq-container .gs-faq-category {
        margin-bottom: 18px;
    }

    .gs-univ-content-container .gs-univ-card {
        width: 367px;
        border-radius: 20px;
    }

    .gs-final-cta-group-img {
        height: 260px;
    }

    .showmore-btn p {
        font-size: 12px;
        color: var(--litegrey);
    }

    .gs-footer-columns {
        margin-left: 27px;
        padding: 48px 0px;
    }

    .gs-footer-list li {
        margin-bottom: 22px;
    }

    .gs-footer-columns-child span {
        font-size: 15.5px;
        font-family: InterSemiBold;
    }

    .gs-footer-apps-icons img {
        margin-right: 4px;
    }

    .gs-footer-apps-icons {
        margin-bottom: 32px;
    }

    .gs-Copyrights-info {
        font-size: 12px;
        padding-bottom: 30px;
        max-width: 300px;
    }

    .landing-footer-main .gs-footer-logo {
        margin-bottom: 20px;
        margin-top: 35px;
    }

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

    .first-language-card {
        min-height: unset;
    }

    .landing-breadcrumb {
        margin-bottom: 35px;
    }

    .landing-breadcrumb .inactive {
        font-size: 10.55px;
    }

    .landing-breadcrumb * {
        font-size: 10.55px;
    }

    .landing-gs-work-at-global p {
        width: unset;
        font-size: 16px;
        padding: 0px 25px;
    }

    .landing-gs-work-at-global ul {
        max-width: 333px;
    }

    .landing-gs-work-at-global ul li img {
        height: 35px;
    }

    .landing-gs-video-steps-process .gs-our-free-service {
        width: 343px;
        height: 465px;
        border-radius: 25px;
    }

    .landing-gs-video-steps-process .gs-our-free-service h3 {
        font-size: 50px;
        margin: 0 0 14px;
        max-width: 250px;
        line-height: 97%;
    }

    .landing-gs-video-steps-process .gs-our-free-service .play-button {
        width: 85px;
        height: 91px;
    }

    .landing-gs-work-at-global {
        margin: auto auto 42px;
    }

    .landing-gs-video-steps-process {
        margin-bottom: 42px;
    }

    .landing-gs-univ-partners-scroll-container {
        margin-bottom: 50px;
        max-width: 375px;
    }

    .landing-gs-univ-partners-scroll-container h2 {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .landing-gs-univ-partners-scroll-container .icons-scroller ul li img {
        height: 25px;
    }

    .landing-gs-univ-partners-scroll-container .icons-scroller ul li {
        margin: 3px;
        padding: 15px 13px;
        border-radius: 8px;
    }

    .landing-gs-univ-partners-scroll-container .icons-scroller {
        max-width: 345px;
        height: 67px;
    }

    .landing-download-cta {
        max-width: 345px;
        margin-bottom: 50px;
    }

    .landing-gs-our-wide-container {
        padding: 0px 27px;
    }

    .landing-gs-our-wide-container {
        margin: auto auto 42px;
    }

    .landing-gs-our-wide-container .topic {
        font-size: 23px;
        margin-bottom: 14px;
    }

    .landing-gs-our-wide-container .wide-para {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 174%;
    }

    .landing-gs-our-wide-container ul li {
        font-size: 14px;
        padding: 7.5px 24px;
    }

    .landing-gs-our-wide-container .service-search-input {
        width: unset;
        height: unset;
        font-size: 14px;
        padding: 11px 60px 11px 18px;
    }

    .landing-student-scholarships-scrolling {
        padding: 0px 25px;
        margin-bottom: 42px;
    }

    .landing-student-scholarships-scrolling .head {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-para {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 176%;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table .thead .th {
        font-size: 14px;
        width: unset;
    }

    .scholarships-scrolling-table .thead .th,
    .scholarships-scrolling-table .tbody .td {
        width: 30%;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table .scrolling-uni {
        width: 33px;
        height: 33px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table .student-img {
        width: 22px;
        height: 22px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table .student-name {
        font-size: 13.88px;
    }

    .landing-student-scholarships-scrolling .scholarship-amount {
        font-size: 12.88px;
    }

    .landing-student-scholarships-scrolling tbody {
        height: 270px;
    }

    .landing-gs-consultants-info-cards .gs-consultants-cards-child {
        max-width: 251px;
        height: 331px;
        border-radius: 25px;
    }

    .landing-gs-consultants-info-cards .gs-consultants-cards {
        max-width: 343px;
        margin-bottom: 40px;
        margin-left: 25px;
    }

    .landing-gs-consultants-info-cards .gs-consultant-name-info {
        font-size: 18px;
    }

    .landing-gs-consultants-info-cards .gs-green-tick {
        width: 8.33px;
        height: 8.33px;
    }

    .landing-gs-consultants-info-cards .gs-consultant-role {
        font-size: 18px;
        padding-bottom: 14px;
    }

    .landing-gs-consultants-info-cards .gs-info-card-content p {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 150%;
    }

    .landing-gs-consultants-info-cards .gs-info-course-selection span {
        height: unset;
        padding: 1.5px 10px;
        font-size: 12.5px;
    }

    .landing-gs-consultants-info-cards .gs-consultant-name-tag button {
        padding: 2px 56px;
        margin-bottom: unset;
        font-size: 16px;
        height: 37px;
    }

    .gs-consultant-name-tag {
        padding-bottom: 16px;
    }

    .landing-mec-comparison {
        margin-bottom: 42px;
    }

    .landing-mec-comparison h2 {
        font-size: 23px;
        line-height: 26px;
        margin-bottom: 14px;

    }

    .landing-mec-comparison .comparison-right {
        width: 120px;
        height: 320px;
        border-radius: 19px;
    }

    .landing-mec-comparison .comparison-right .comparison-mec-logo {
        width: 83px;
        height: 22px;
        margin-bottom: 20px;
    }

    .landing-mec-comparison .comparison-right .mec-comparison-true .black-tick-icon,
    .landing-mec-comparison .comparison-left-clicked .mec-comparison-other .black-cancel-icon {
        width: 15px;
        height: 15px;
    }

    .landing-mec-comparison .mec-comparison-true p {
        font-size: 9.35px;
        line-height: 13.1px;
        letter-spacing: 0.23px;
    }

    .landing-mec-comparison .comparison-left {
        width: 312px;
        height: 320px;
        border-radius: 19px;
    }

    .landing-mec-comparison .comparison-left .others-header {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .comparison-container.active ul li {
        margin-bottom: 14px;
        align-items: baseline;
    }

    .comparison-container ul li {
        margin-bottom: 19px;
    }

    .comparison-container.active .comparison-mec-logo {
        width: 100px;
        margin-left: 0px;
    }

    .comparison-container ul li img {
        width: 15px;
        height: 15px;
        margin-left: 25px;
    }

    .comparison-container .others-header {
        margin-left: 0px;
        margin-bottom: 23px;
        font-size: 18px;
        line-height: 37.2px;
    }

    .comparison-container.active ul li img {
        width: 12px;
        height: 12px;
    }

    .comparison-container.active ul li p {
        font-size: 13px;
        line-height: 20.1px;
        letter-spacing: 0px;
    }

    .gs-media-icons .media-logo {
        height: 40px;
    }

    .gs-university-icons-container {
        margin-bottom: 42px;
    }

    .headquarters-branch-container {
        width: 88vw;
        padding-top: 42px;
    }

    .landing-gs-parent-header-block .header-right .header-call-number {
        margin-bottom: 0px;
        font-size: 17px;
    }

    .headquarters-branch-container .highlighted-branch .landing-branch-card iframe {
        height: 215px;
        border-radius: 14px;
    }

    .headquarters-branch-container .main-branch .big-branch-name {
        font-size: 15px;
    }

    .headquarters-branch-container .main-branch .branch-card h3 {
        font-size: 13px;
    }

    .headquarters-branch-container .main-branch .branch-card p {
        font-size: 13px;
        width: 148px;
    }

    .main-branch {
        margin-bottom: 59px;
    }

    .landing-mec-comparison .comparison-container.active {
        /* width: 65%; */
        width: 60%;
        white-space: normal;
        margin-right: 5px;
    }

    .comparison-container .comparison-mec-logo {
        width: 80px;
        height: 34px;
        margin-bottom: 20px;
        margin-left: -10px;
    }

    .landing-mec-comparison .comparison-container {
        width: 25%;
        height: 465px;
        border-radius: 19px;
        margin-left: 25px;
        padding: 20px;
        margin-right: 5px;
    }

    .comparison-container .others-header.centered {
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .comparison-container.active .others-header.centered {
        margin-bottom: 10px;
    }

    .landing-mec-comparison .comparison-right-clicked .comparison-mec-logo {
        width: 94px;
    }

    .landing-mec-comparison .comparison-right-clicked .mec-comparison-true li {
        font-size: 9.35px;
        margin-bottom: 15px;
    }

    .landing-mec-comparison .comparison-left .mec-comparison-other li {
        font-size: 10.6px;
        margin-bottom: 6px;
    }

    .landing-mec-comparison .comparison-right .mec-comparison-true li {
        margin-bottom: 13px;
    }

    .comparison-left .mec-comparison-other li .black-cancel-icon {
        width: 12px;
        height: 12px;
    }

    .comparison-left.comparison-left-clicked .mec-comparison-other li {
        margin-bottom: 11px;
    }

    .success-stories {
        margin-bottom: 42px;
    }

    .success-stories-heading {
        font-size: 23px;
        margin-bottom: 19px;
    }

    .stories-right {
        padding: 0 25px;
    }

    .stories-bio {
        padding: 25px 18px;
        border-radius: 17.58px;
    }

    .stories-bio .student-scroll-img {
        height: 240px;
        max-width: 297px;
        margin-bottom: 18px;
        border-radius: 14.65px;
    }

    .success-stories .story-name {
        font-size: 16.23px;
        padding: 0 15px;
        padding-bottom: 2px;
    }

    .success-stories .academics {
        font-size: 13.55px;
        margin-bottom: 5px;
        padding: 0 15px;
        height: 40px;
    }

    .stories-bio p {
        font-size: 13.5px;
        height: 175px;
        padding: 0 15px;

    }

    .gs-first-container-left {
        margin: 68px 16px 0px 16px;
    }

    .landing-download-cta .gs-cta-download-cards {
        max-width: 128px;
    }

    .landing-gs-first-container .gs-first-container-left {
        margin: 0px 25px;
    }

    .gs-first-section {
        margin-bottom: 42px;
    }

    .landing-gs-first-container .gs-first-container-right .gs-first-container-right-child .language-cta {
        margin-bottom: 0px;
        height: 455px;
    }

    .landing-gs-body-content-container .gs-first-section {
        margin-bottom: 22px;
    }

    .landing-gs-body-content-container .language-cta-scrolling-cards {
        padding-bottom: 20px;
    }

    .landing-gs-univ-partners-scroll-container .icons-scroller::before {
        filter: blur(5px);
        top: -55px;
    }

    .showmore-services-btn {
        margin: 6px 3px;
    }

    .language-cta-wrapper .floating-people-message .student-img {
        height: 26px;
        width: 26px;
        margin-right: -37px;
    }

    .language-cta-wrapper .floating-people-message {
        margin-bottom: 12px;
    }

    .footer-stripe-menu div img {
        width: 20px;
        margin-right: 5px;
    }

    .foo-str-menu-mobile div small,
    .foo-str-menu-mobile div span {
        width: 55px;
        font-size: 14px;
    }

    .landing-footer-main {
        margin-bottom: 110px;
    }

    .landing-gs-parent-header-block {
        height: 67px;
    }

    .landing-gs-parent-header-block .gs-header-inner-block {
        height: 84px;
    }

    .landing-gs-consultants-info-cards .gs-info-card-headig {
        font-size: 23px;
        padding-left: 0px;
        max-width: 360px;
    }

    .headquarters-branch-container h2 {
        font-size: 23px;
    }

    .cheers-container .cheers-container-main .contents {
        padding-top: 66px;
        max-width: 340px;

    }

    .cheers-container .cheers-container-main {
        max-width: 340px;
        border-radius: 30px;
    }

    .cheers-container .cheers-container-main .contents h4 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .cheers-container .cheers-container-main .contents p {
        font-size: 15.7px;
        margin: 0px 75px 50px 75px;
    }

    .cheers-container .cheers-container-main .ribbon-yellow {
        width: 60px;
        top: 37px;
        left: -15px;
    }

    .cheers-container .cheers-container-main .ribbon-green {
        width: 21px;
        bottom: 126px;
        left: 65px;
    }

    .cheers-container .cheers-container-main .ribbon-green-scrolling {
        width: 52px;
        right: 15px;
        top: -22px;
    }

    .cheers-container .cheers-container-main .ribbon-red {
        width: 21px;
        right: -2px;
        bottom: 188px;
    }

    .cheers-social-media p {
        font-size: 10px;
    }

    .cheers-social-media img {
        width: 35px;
    }

    .language-cta h3 span {
        font-size: 10px;
    }

    .gs-cta-second-callback {
        height: 46px;
    }

    #cgpa-table {
        padding-top: 40px;
    }

    #ielts-table {
        padding-top: 80px;
    }

    .test-prep-container,
    .test-prep-list-items {
        max-width: 328px;
    }

    .test-prep-list-items {
        padding: 0px 3px;
    }

    .test-prep-first-section {
        height: 538px;
        border-radius: 26px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
        width: 33px;
        height: 33px;
        top: 36%;
        right: -5px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
        width: 19px;
        height: 19px;
        bottom: 31%;
        left: 35px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
        width: 69px;
        height: 69px;
        right: 20px;
    }

    .test-prep-container .test-enroll-arrow {
        width: 35px;
        height: 35px;
    }

    .test-prep-first-section .test-enroll-right {
        padding: 47px 38px;
    }

    .test-prep-first-section .test-enroll-right .article-heading-one {
        font-size: 21.09px;
        margin-bottom: 10px;
    }

    .test-prep-first-section .test-enroll-right .test-enroll-content {
        font-size: 12.62px;
        margin-bottom: 15px;
    }

    .test-prep-first-section .test-enroll-left img {
        height: 225px;
    }

    .test-prep-first-section .test-prep-enroll-btn {
        font-size: 13.79px;
        padding: 6px 25px;
        border-radius: 52px;
    }

    .test-prep-first-section .testprep-google-review {
        top: 47%;
    }

    .test-prep-first-section .testprep-google-review .review-stars {
        width: 64px;
        margin-bottom: 5px;
    }

    .test-prep-first-section .testprep-google-review p {
        font-size: 10.66px;
    }

    .gs-country-highlights {
        max-width: 340.95px;
        margin: auto auto 58px;
    }

    .gs-country-highlights .country-list .country-card {
        height: 445px;
        border-radius: 17.58px;
        margin: auto 10px;
    }

    .gs-country-highlights .country-list .country-card ul {
        max-width: 251.57px;
        font-size: 12.79px;
        height: 121.29px;
    }

    .gs-country-highlights .country-list-scroll .desc {
        font-size: 10.55px;
        width: 91.99px;
        margin: auto auto 0px 38px;
        bottom: 145px;
    }

    .gs-country-highlights .country-list-scroll .country-slide-container {
        max-width: 301.17px;
    }

    .gs-country-highlights .country-list-scroll ul {
        max-width: 301.17px;
        border-radius: 14.65px;
    }

    .gs-country-highlights .country-list-scroll ul li {
        max-width: 135.94px;
        height: 36.33px;
        padding: 6px;
        border-radius: 12.68px;
        margin: 0px 2px 7px 2px;
    }

    .gs-country-highlights .country-list-scroll ul li img {
        width: 19.53px;
        height: 11.97px;
    }

    .gs-country-highlights .country-list-scroll ul li p {
        font-size: 12.68px;
    }

    .gs-country-highlights .country-list-scroll .move-forward {
        bottom: 48px;
        right: 6px;
        width: 18.87px;
        height: 18.87px;
    }

    .gs-country-highlights .country-list-scroll .move-backward {
        bottom: 48px;
        left: 6px;
        width: 18.87px;
        height: 18.87px;
    }

    .gs-country-highlights .country-list .country-card button {
        padding: 7px 19px;
        font-size: 15.01px;
        margin-bottom: 15px;
        /* background: #e00047; */
    }

    .gs-country-highlights .country-list-scroll {
        bottom: 50px;
    }

    .gs-trial-premium-services {
        max-width: 345px;
        margin: auto auto 54px;
    }

    .gs-trial-premium-services h1 {
        font-size: 27.55px;
        width: 271.56px;
        margin: auto auto 26px;
    }

    .gs-trial-premium-services .list-of-wide-services li img {
        width: 18.12px;
        height: 18.12px;
    }

    .gs-trial-premium-services .list-of-wide-services li p {
        font-size: 12.54px;
    }

    .services-details-container {
        max-width: 345px;
        padding: 15px;
        border-radius: 24.69px;
        margin-bottom: 48px;
    }

    .services-details-container .gs-our-free-service {
        border-radius: 21.6px;
        height: 361px;
        margin-bottom: 24.5px;
        width: 314px;
    }

    .services-details-container .content-container {
        font-size: 14.2px;
    }

    .trial-faq-container {
        margin-top: 50px;
    }

    .trial-faq-container h2 {
        font-size: 42.13px;
        line-height: 36.9px;
    }

    .trial-faq-container .gs-faq-content-container {
        padding: 44px 33px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda h3 {
        font-size: 14.5px;
        width: 238px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda p {
        font-size: 13.5px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda img {
        width: 8.7px;
    }

    .services-details-container .trail-cta-talk-to-experts {
        padding: 15px;
        border-radius: 17.4px;
        font-size: 20px;
    }

    .loan-banner .test-prep-first-section {
        height: 594px;
    }

    .loan-banner .test-prep-list-items {
        padding-top: 2px;
    }

    .loan-banner .loan-tittle,
    .scholarship-banner .loan-tittle {
        font-size: 13px;
    }

    .loan-banner .test-prep-first-section .test-enroll-left img {
        height: 300px;
        left: 38px;
        bottom: 29px;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
        height: 90px;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
        height: 80px;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
        height: 50px;
        bottom: 44%;
    }

    .loan-banner .test-prep-first-section .testprep-google-review {
        top: 40%;
    }

    .article-read-more {
        line-height: 183%;
        font-size: 15px;
    }

    .article-background-banner {
        height: 154px;
        width: 327px;
        border-radius: 15px;
    }

    .article-background-city-img {
        height: 154px;
    }

    .icon-and-content {
        top: 45px;
    }

    .article-para-content {
        font-size: 14px;
        margin-top: 10px;
    }

    .numeric-list-with-width {
        margin: 25px 0px;
    }

    .gs-article-related-links-card-container .gs-link-tags {
        line-height: 15px;
        padding: 6px 16px;
    }

    .gs-university-icons td {
        width: 70px;
    }

    .success-stories-review-container .reviews-heading-container {
        max-width: 320px;
    }

    .success-stories-review-container {
        padding-top: 120px;
    }

    .success-stories-heading-container img {
        height: 20px;
    }

    .success-stories-review-container .head-text {
        font-size: 22.22px;
        margin-bottom: 9px;
    }

    .success-stories-review-container .success-text-para {
        font-size: 12px;
        width: 345px;
    }

    .success-stories-review-container .success-stories-review-cards {
        max-width: 312px;
        padding: 14px 13px 20px;
        border-radius: 20px;
    }

    .success-stories-review-cards .gs-reviewer-desc {
        margin-bottom: 17px;
    }

    .success-stories-review-cards .gs-reviewer-desc .reviewer-img {
        width: 36px;
        height: 36px;
    }

    .success-stories-review-cards .success-stories-rating h2 {
        font-size: 12.75px;
    }

    .success-stories-review-cards .success-stories-rating .review-stars {
        height: 8px;
        top: 25px;
    }

    .success-stories-review-cards .gs-customer-says {
        font-size: 11.33px;
    }

    .scholarship-banner .scholarship-heading-one {
        font-size: 20.98px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right {
        padding: 40px 27px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right .test-enroll-content {
        font-size: 11.11px;
        margin-bottom: 22px;
    }

    .scholarship-banner .enquiry-list-items .enquiry-content-first-section {
        height: 594px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-left img {
        height: 308px;
        left: -24px;
    }

    .event-details-banner .enquiry-content-first-section .test-enroll-left img {
        height: 264px;
        left: -4px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review .review-stars {
        width: 76px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review p {
        font-size: 14.44px;
    }

    .scholarship-banner .enquiry-content-first-section {
        border-radius: 27.77px;
    }

    /* Univ Partners */

    .gs-about-us-home-section h1 {
        max-width: 282px;
        font-size: 24.09px;
    }

    .gs-about-us-home-section .our-diversity-points {
        max-width: 281px;
    }

    .gs-about-us-home-section .our-diversity-points li {
        font-size: 11.29px;
    }

    .gs-about-us-home-section p {
        max-width: 325px;
        font-size: 13.01px;
    }

    .gs-about-us-home-section .about-us-banner {
        width: 365px;
    }

    .gs-about-us-home-section .banner-button-container button {
        font-size: 7.51px;
        padding: 8px 30px;
        border-radius: 27px;
    }

    .gs-about-us-home-section .rocket-position-one {
        left: 11%;
        top: 17%;
    }

    .gs-about-us-home-section .rocket-position-two {
        right: 16%;
        top: 26%;
    }

    .gs-left-img-right-content-container {
        max-width: 307.75px;
    }

    .gs-left-img-right-content-container .right h2 {
        font-size: 21.38px;
        margin-bottom: 15px;
    }

    .gs-left-img-right-content-container .right p {
        font-size: 13.01px;
        max-width: 289px;
    }

    .gs-left-img-right-content-container .left .trusted-img-banner {
        max-width: 307px;
    }

    .gs-left-content-right-img-container .left h2 {
        font-size: 21.38px;
        max-width: 277.89px;
        margin: auto auto 20px;
    }

    .gs-left-content-right-img-container .left p {
        max-width: 281.61px;
        font-size: 13.01px;
    }

    .gs-left-content-right-img-container .right .gptw-img-banner {
        height: 272px;
        max-width: 382.5px;
        margin-bottom: 100px;
    }

    .gs-left-content-right-img-container .filled-cta-button {
        font-size: 15.8px;
        padding: 10px 40px;
        border-radius: 52.92px;
        height: auto;
    }

    .gs-vetted-application-container {
        max-width: 342.95px;
        border-radius: 23.24px;
    }

    .gs-vetted-application-container .right h2 {
        font-size: 21.38px;
    }

    .gs-vetted-application-container .right {
        padding-top: 32px;
    }

    .premium-service-nav-btn {
        border-radius: 49.32px;
        font-size: 13.62px;
        padding: 14px 30px;
    }

    .gs-vetted-application-container .left .rectangle-container p {
        font-size: 13.01px;
    }

    .gs-vetted-application-container .left {
        border-radius: 23.24px;
    }

    .gs-vetted-application-container .left img {
        max-width: 342.95px;
        border-radius: 23.24px;
    }

    .gs-times-edu-icon-award-container {
        max-width: 342.95px;
        height: 483.65px;
        border-radius: 26.02px;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content h2 {
        font-size: 21.38px;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content p {
        max-width: 283px;
        font-size: 13.01px;
    }

    .gs-times-edu-icon-award-container .times-award-banner img {
        max-width: 241px;
        height: 280px;
    }

    .gs-times-edu-icon-award-container .times-award-banner {
        bottom: -40px;
        right: 17%;
    }

    .gs-times-edu-icon-award-container .times-star-one {
        width: 23.24px;
        height: 28.52px;
        bottom: 85px;
        right: 85%;
    }

    .gs-partner-reach-us-container {
        max-width: 346.67px;
        padding: 38px;
        border-radius: 34.39px;
    }

    .gs-partner-reach-us-container h2 {
        font-size: 20.45px;
        margin-bottom: 34px;
    }

    .gs-partner-reach-us-container .reach-us-list img {
        width: 21.39px;
        height: 21.39px;
    }

    .gs-partner-reach-us-container .reach-us-list p {
        font-size: 16.23px;
    }

    .gs-enroll-app-container {
        max-width: 342.95px;
        margin-bottom: 40px;
    }

    .gs-enroll-app-container .right h2 {
        font-size: 21.38px;
        margin-bottom: 8px;
    }

    .gs-enroll-app-container .right p {
        max-width: 295.55px;
        font-size: 13.01px;
    }

    .gs-enroll-app-container .left img {
        max-width: 281.6px;
        height: 288.12px;
    }

    .gs-branch-presence-container {
        max-width: 342.95px;
        margin: auto auto 48px;
    }

    .gs-branch-presence-container .left h2 {
        font-size: 21.38px;
        margin-bottom: 13px;
    }

    .gs-branch-presence-container .left p b {
        font-size: 16.73px;
    }

    .gs-branch-presence-container .left p {
        font-size: 14.87px;
        max-width: 326px;
    }

    .gs-branch-presence-container .right img {
        max-width: 320.58px;
        height: 144px;
    }

    .gs-branch-presence-container .right p b {
        font-size: 26.95px;
    }

    .gs-branch-presence-container .right p {
        font-size: 14.87px;
    }

    .gs-partner-signup-form-container {
        max-width: 346.67px;
        border-radius: 27px;
    }

    .gs-partner-signup-form-container .right h2 {
        font-size: 21.38px;
        margin-bottom: 6px;
    }

    .gs-partner-signup-form-container .right p {
        font-size: 13.01px;
        margin-bottom: 23px;
    }

    .gs-partner-signup-form-container .right select {
        padding: 7px 25px;
        font-size: 11.15px;
    }

    .gs-partner-signup-form-container .right input[type="text"] {
        padding: 7px 25px;
        font-size: 11.15px;
    }

    .gs-partner-signup-form-container .right textarea {
        font-size: 11.15px;
        padding: 12px 25px;
        height: 65.41px;
    }

    .gs-partner-signup-form-container .right .checkbox-field input[type="checkbox"] {
        width: 13px;
        height: 13px;
    }

    .gs-partner-signup-form-container .right button {
        border-radius: 62px;
        font-size: 13.01px;
        padding: 6px 36px;
    }

    .gs-partner-signup-form-container .left .partner-banner-mobile {
        height: 553px;
    }

    .signup-error-message {
        font-size: 10px;
    }

    .educ-loan h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .educ-loan .country-list .country-card button {
        margin: 0px 10px 10px 20px;
    }

    .educ-loan .country-list .country-card .country-card-desc {
        margin-left: 30px;
    }

    .educ-loan .country-card img {
        height: 474px;
        border-radius: 17.58px;
    }

    .educ-loan .country-list-scroll .desc {
        bottom: 130px;
    }

    .enrollment-cta {
        max-width: 326px;
        height: 259px;
        padding: 38px 33px;
        margin-bottom: 60px;
        border-radius: 20px;
    }

    .enrollment-cta .icon:nth-child(1) {
        left: -20px;
        top: 40%;
    }

    .enrollment-cta .icon:nth-child(1),
    .enrollment-cta .icon:nth-child(2),
    .enrollment-cta .icon:nth-child(3) {
        width: 37px;
        height: 37px;
    }

    .enrollment-cta .icon:nth-child(2) {
        top: -19px;
    }

    .enrollment-cta-left {
        margin-bottom: 18px;
    }

    .enrollment-cta-left .enrollment-cta-bold {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .enrollment-cta-left .enrollment-cta-content {
        font-size: 15px;
        line-height: 25.8px;
    }

    .enrollment-cta-button {
        font-size: 15px;
        width: 203px;
        height: 36px;
    }

    .enrollment-cta-card-button p {
        font-size: 10.55px;
        width: 175px;
        height: 25px;
        bottom: -18px;
    }

    /* .footer-stripe-menu div {
        padding: 19px 0px;
    } */

    .gs-footer-main {
        margin-bottom: 70px;
    }

    .services-details-container .content-container .article-read-more {
        font-size: 14.2px;
    }

    header .header-menu-list .header-sub-links .sub-menu-links-list li p {
        font-size: 14px;
    }

    header .gs-header-inner-block {
        height: 95px;
    }

    .gs-article-table-container .divider .action-btn {
        min-width: 190px;
        left: 16%;
        top: -21px;
    }

    .highlights-of-studying {
        margin-bottom: 28px;
    }

    .error .error-message .go-input-error-message {
        font-size: 12px;
        letter-spacing: 0px;
        font-weight: normal;
    }

    .error-table-block .error-right-block .error-banner-img {
        height: 130px;
        margin-top: 66px;
    }

    .error-table-block .error-left-block h3 {
        font-size: 18px;
        width: 240px;
        margin-bottom: 15px;
    }

    .primary-pm-btn {
        font-size: 12px;
        max-width: 140px;
        padding: 7px 5px;
    }

    .error-table-block .error-left-block {
        margin: 50px 0px 75px 0px;
    }

    .eligibility-heading {
        font-size: 24px;
    }

    .qualification-container select {
        padding: 15px 25px;
    }

    .eligibility-loader {
        width: 175px;
        margin: 52px 0px 0px 53px;
    }

    .eligibility-tail p {
        font-size: 18px;
    }

    .eligibility-container {
        padding: 0px 20px;
        padding-top: 10%;
    }

    .eligibility-thank-you-container .success-inform {
        font-size: 12px;
    }

    .countinue-read span {
        font-size: 12px;
        padding: 11px 16px;
    }

    .eligibility-thank-you-container .course-count-img img {
        height: 580px;
    }

    .eligibility-thank-you-container .course-count {
        left: 0px;
        right: 0px;
    }

    .eligibility-course-container .course ul li {
        margin-bottom: 18px;
        width: 282px;
    }

    .course-count-img img {
        width: 165px;
        height: 312px;
    }

    .course-count {
        top: 104px;
    }

    #googleads .trigger-callbackrequst-button {
        width: 68%;
        font-size: 13px;
    }

    .success-stories-review-container .floating-navigation-right {
        left: 235px;
        bottom: 150px;
    }

    .download-material-container {
        max-width: 328px;
        margin-bottom: 55px;
    }

    .download-material-container .head-text {
        font-size: 21.09px;
        margin-bottom: 8px;
    }

    .download-material-container .study-material-desc {
        font-size: 16px;
        width: 307px;
    }

    .download-material-container .gs-cta-download-cards {
        height: 131px;
        width: 114px;
        padding: 5px;
        border-radius: 18px;
    }

    .download-material-container .download-img-card {
        width: 103px;
        height: 93px;
        border-radius: 15px;
    }

    .gs-cta-download-cards h2 {
        font-size: 9.3px;
        padding-top: 12px;
    }

    .gs-cta-download-cards .download-img-card img {
        width: 70px;
    }

    .gs-cta-download-cards .gs-cta-download {
        padding: 8px 0px;
    }

    .gs-cta-download-cards .gs-cta-download p {
        font-size: 10.54px;
    }

    .gs-cta-download-cards .gs-cta-download-icon {
        width: 12px;
        height: 12px;
    }

    .intersted-perks-card-scroll .card .gs-card-guides {
        left: 69%;
    }

    .intersted-perks-card-scroll .card .gs-card-guides button {
        font-size: 14px;
    }

    .intersted-perks-card-scroll .card .gs-card-guides img {
        width: 15px;
        height: 15px;
    }

    .range-slider-container .range-child .range-types p {
        font-size: 15px;
    }

    .input-range-slider {
        width: 195px;
    }

    .test-prep-first-section .right-bank-btn {
        padding: 5px 15px;
    }

    input[type="range"] {
        width: 212px;
    }

    .gs-country-highlights .country-list .country-card .card-heading {
        width: 84%;
    }

    .gs-country-highlights .country-list .country-card .country-card-desc {
        padding-top: 2%;
    }

    /* .gs-country-highlights .country-list .country-card h2 {
        font-size: 35px;
        line-height: 90%;
    } */

    .gs-country-highlights .country-list .country-card h2 {
        font-size: 25px;
        margin: 15px auto;
    }

    .gs-country-highlights .country-list .country-card p {
        max-width: 300px;
        font-size: 12px;
    }

    .gs-consultants-cards-child:hover .gs-consultant-name-tag {
        padding-bottom: 16px;
    }

    .scholarship_scroll_button .gs-first-right-button {
        padding: 7px 80px;
        font-size: 17px;
    }

    .landing-callback-request-cta .gs-cta-second-callback .gs-countrycode {
        font-size: 15px;
        height: 44px;
    }

    .landing-callback-request-cta .callback-request-cta-right .gs-cta-second-callback .gs-mobilenumber {
        width: 166px;
        height: 44px;
        font-size: 15px;
    }

    .landing-callback-request-cta .callback-request-cta-right .gs-callbackrequst-button {
        font-size: 13px;
        height: 44px;
        width: 81px;
        line-height: 115%;
        padding: 6px 12px 6px 1px;
    }

    .gs-country-highlights .country-list {
        padding: unset;
    }

    .gs-univ-partners-scroll-container .uni-main::before {
        width: 80px;
    }

    .gs-univ-partners-scroll-container .uni-main::after {
        width: 80px;
    }

    .services-show-more {
        font-size: 11px;
    }

    /* .gs-consultants-cards-child:hover .gs-info-card-content {
        padding-top: 65%;
        margin-top: -160px;
    } */

    .error .error-message {
        top: -37px;
    }

    .callback-request-cta .error .error-message .go-input-error-message {
        font-size: 10px;
    }

    .callback-request-cta .error .error-message {
        left: 28px;
        top: -32px;
    }

    .exit-popup-main .error .error-message {
        top: -35px;
    }

    .exit-popup-main .error .error-message::after {
        border-width: 7px;
        bottom: -14px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .logo {
        width: 160px;
        margin-bottom: 10px;
    }

    .footer-design-v1 .link-container-v1 .link-list-v1 li {
        padding-bottom: 20px;
        font-size: 15px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1 span,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 span {
        font-size: 14px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1 .app-icon-v1 img,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 .handiling-icon-v1 img {
        width: 21px;
    }

    [pagetype="subpages"] .gs-article-table-container .gs-first-containers-left-buttons .filled-cta-button {
        padding: 1px 5px;
    }

    .updated-eligibility-main-container .container-body h2 {
        padding: 40px 10px 25px;
        font-size: 21px;
        line-height: 35px;
        max-width: 325px;
    }

    .updated-eligibility-main-container .country img {
        width: 70px;
    }

    .updated-eligibility-main-container .country p {
        font-size: 13px;
    }

    .updated-eligibility-main-container .container-body .blocks .chip-content-div .chip-heading {
        font-size: 12px;
    }

    .updated-eligibility-main-container .overall-dropdown-box {
        width: 130px;
    }

    .updated-eligibility-main-container .container-body .blocks .drop-down-icon {
        width: 20px;
    }

    .updated-eligibility-main-container .expbuttoncontainer .exp-btn {
        font-size: 14px;
        padding: 13px 15px;
    }

    .updated-eligibility-main-container .expyearscontainer {
        padding-top: 25px;
    }

    .updated-eligibility-main-container .expyearscontainer p {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .updated-eligibility-main-container .expyearscontainer button {
        width: 35px;
        padding: 12px;
        margin: 3.5px;
        font-size: 13px;
    }

    .updated-eligibility-main-container .submission-block .error-show {
        max-width: 290px;
    }

    .updated-eligibility-main-container .eligibility-mobileinputdiv {
        margin: auto auto 15px;
    }

    .updated-eligibility-main-container .eligibility-mobileinputdiv input {
        font-size: 12px;
    }

    .updated-eligibility-main-container .eligibility-submit-button {
        width: 160px;
        padding: 5px 14px;
        border-radius: 12px;
        font-size: 14px;
    }

    .updated-eligibility-main-container .container-body .blocks li {
        font-size: 13px;
        padding: 13px 10px;
    }

    .updated-eligibility-main-container .eligibility-floating-container {
        padding-bottom: 20px;
    }

    .updated-eligibility-main-container .search-input {
        max-width: 310px;
        padding: 15px 0;
        font-size: 13px;
    }

    .updated-eligibility-main-container .selected-list-div {
        max-width: 310px;
    }

    .updated-eligibility-main-container .programlist-div {
        max-width: 310px;
    }

    .updated-eligibility-main-container .degree-block .degree-bachelors {
        font-size: 12px;
    }

    .updated-eligibility-main-container .container-body .blocks .chip-content-div {
        padding: 12px 20px;
    }

    .tnea-sub-code {
        top: -20px;
    }
}

@media only screen and (max-width: 393px) and (max-height: 860px) {
    .eligibility-container {
        max-height: 80vh;
    }

    .eligibility-heading {
        font-size: 22px;
        margin: 10px 0px;
    }

    .course-count-img img {
        height: 235px;
    }

    .course-count {
        top: 60px;
    }

    .eligibility-course-container .course ul li {
        font-size: 13px;
    }

    .eligibility-course-container .course ul {
        height: 216px;
    }

    .updated-eligibility-main-container .container-body h2 {
        padding: 20px 10px 15px;
        font-size: 19px;
        line-height: 30px;
    }

    .updated-eligibility-main-container .container-footer {
        height: auto;
    }

    .updated-eligibility-main-container .expyearscontainer {
        padding-top: 20px;
    }

    .updated-eligibility-main-container .expyearscontainer button {
        width: 33px;
        padding: 10px;
        font-size: 12px;
    }

    .updated-eligibility-main-container .container-body .blocks li {
        font-size: 12px;
        padding: 10px 12px;
    }

    .updated-eligibility-main-container .search-input {
        padding: 12px 0;
    }

    .updated-eligibility-main-container .expbuttoncontainer .exp-btn {
        font-size: 13px;
        padding: 12px 15px;
    }

    .updated-eligibility-main-container .dot-container {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 380px) and (max-height: 700px) {
    .updated-eligibility-main-container .container-header .logo {
        max-width: 35%;
        padding-top: 7vh;
    }

    .updated-eligibility-main-container .expbuttoncontainer .exp-btn {
        font-size: 13px;
        padding: 12px 15px;
    }

    .updated-eligibility-main-container .dot-container {
        padding-bottom: 40px;
    }

    .updated-eligibility-main-container .expyearscontainer p {
        font-size: 10px;
        margin-bottom: 9px;
    }


}

@media only screen and (max-width: 360px) and (max-height: 800px) {
    .course-count-img img {
        height: 237px;
        width: 189px;
    }

    .course-count {
        top: 65px;
    }

    .eligibility-container {
        max-height: 84vh;
    }

    .course-count-img {
        margin-top: 40px;
    }

    .eligibility-heading {
        margin: 20px 0px;
    }

    .eligibility-heading {
        font-size: 20px;
    }

    .eligibility-course-container .course ul li {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .eligibility-course-container .course ul {
        height: 200px;
    }

    .eligibility-tail {
        padding: 15px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 {
        padding: 24px;
    }

    .updated-eligibility-main-container .container-body h2 {
        padding: 35px 10px 20px;
        font-size: 20px;
    }

    .landing-gs-parent-header-block .header-right .header-call-number {
        font-size: 15px;
    }

    header .gs-header-inner-block .header-logo {
        width: 150px;
        height: 50px;
    }



}

@media only screen and (max-width: 360px) {
    .landing-gs-parent-header-block .header-right .header-call-number {
        font-size: 14px;
    }

    .head-location-pin img {
        width: 18px;
        height: 18px;
    }

    .head-location-pin p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 360px) and (max-height: 670px) {
    .course-count-img {
        margin-top: 15px;
    }

    .eligibility-heading {
        margin: 20px 0px;
    }

    .updated-eligibility-main-container .container-body h2 {
        padding: 20px 10px 15px;
        font-size: 19px;
        line-height: 30px;
    }

    .updated-eligibility-main-container .container-footer {
        height: auto;
    }

    .updated-eligibility-main-container .expyearscontainer {
        padding-top: 20px;
    }

    .updated-eligibility-main-container .expyearscontainer button {
        width: 33px;
        padding: 10px;
        font-size: 12px;
    }

    .updated-eligibility-main-container .container-body .blocks li {
        font-size: 12px;
        padding: 10px 12px;
    }
}

@media only screen and (max-width: 320px) {

    header .gs-header-inner-block .header-logo {
        /* width: 110px; */
        width: 140px;
        height: 35px;
        color: var(--liteash);
    }

    .gs-body-content-container {
        padding-top: 27px;
    }

    .article-heading-one {
        font-size: 20px;
        margin-bottom: 14px;
        line-height: 132%;
        width: 295px;
    }

    .language-cta-wrapper {
        padding-left: 10px;
    }

    .landing-gs-first-section .breadcrumb * {
        font-size: 9px;
    }

    .landing-gs-first-section .article-heading-one {
        font-size: 19.63px;
        margin-bottom: 7px;
    }

    .landing-gs-first-section .gs-first-containers-left-buttons .filled-cta-button,
    .landing-gs-first-section .gs-first-containers-left-buttons .outline-cta-button {
        font-size: 10.24px;
        height: 22px;
        padding: 0px 7px;
    }

    .gs-first-container-left .gs-left-child-div .crop-content {
        line-height: 164%;
        font-size: 11.5px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table .thead .th {
        font-size: 12px;
        padding: 8px 2px 2px;

    }

    .filled-cta-button {
        font-size: 13.5px;
        padding: 3px 13px;
        border-radius: 20px;
        height: 30px;
        margin-right: 4px;
    }

    .outline-cta-button {
        font-size: 13.5px;
        padding: 3px 13px;
        border-radius: 20px;
        height: 30px;
        margin-right: 4px;
    }

    .carousel__indicator.active {
        width: 11px;
        height: 11px;
    }

    .carousel__indicator {
        margin-right: -1px;
    }

    .first-language-card {
        width: 256.16px;
        min-height: 387px;
    }

    .language-cta-scrolling-cards {
        margin-left: auto;
    }

    .language-cta {
        min-height: auto;
        height: 390px;
        width: 285px;
        border-radius: 16px;
    }

    .gs-university-icons td {
        width: 56px;
    }

    .landing-gs-first-section .active-language-card {
        width: 256px;
        height: 378px;
    }

    .landing-gs-first-section .language-cta h3 {
        margin-left: unset;
    }

    .landing-gs-first-section .language-cta p {
        margin: 0px 30px 18px 3px;
    }

    .landing-gs-work-at-global {
        margin: auto auto 40px;
    }

    .landing-gs-work-at-global ul {
        max-width: 251px;
    }

    .landing-gs-work-at-global ul li {
        margin: auto 15px auto auto;
    }

    .landing-gs-work-at-global ul li img {
        height: 25px;
    }

    .landing-gs-video-steps-process {
        margin-bottom: 36px;
    }

    .landing-gs-video-steps-process .gs-our-free-service {
        width: 270px;
        height: 383px;
    }

    .landing-gs-work-at-global p {
        font-size: 13.5px;
        margin-bottom: 12px;
    }

    .language-cta .banner {
        height: 140.95px;
        width: 254.81px;
    }

    .language-cta h3 {
        font-size: 17px;
        width: 207.85px;
        height: 20.06px;
        padding: 0px 22px 0px 22px;
        margin: unset;
        margin-bottom: 8px;
    }

    .language-cta p {
        font-size: 14px;
        padding: 0px 0px 0px 22px;
        margin-left: 0px;
    }

    .gs-first-right-button {
        font-size: 14px;
        padding: 6px 14px 5px 13px;
        margin: 0px 22px 20px 22px;
    }

    .gs-university-icons-container span {
        font-size: 11px;
        line-height: 170%;
    }

    .landing-gs-video-steps-process .gs-our-free-service h3 {
        font-size: 45.79px;
        margin: 0 0 35px;
    }

    .landing-gs-video-steps-process .gs-our-free-service .play-button {
        width: 72px;
        height: 77px;
    }

    .landing-gs-univ-partners-scroll-container {
        margin-bottom: 33px;
    }

    .landing-gs-univ-partners-scroll-container h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .success-stories-heading {
        font-size: 18.09px;
    }

    .landing-gs-univ-partners-scroll-container .icons-scroller {
        max-width: 294px;
        height: 61px;
    }

    .landing-gs-univ-partners-scroll-container .icons-scroller ul li img {
        height: 20px;
    }

    .landing-gs-our-wide-container .topic {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .landing-gs-our-wide-container .wide-para {
        font-size: 13.5px;
        margin-bottom: 20px;
    }

    .landing-gs-our-wide-container ul li {
        font-size: 12.5px;
        padding: 6.5px 22px;
    }

    .landing-gs-our-wide-container .service-search-input {
        font-size: 13.5px;
        padding: 7.5px 45px 7px 15px;
    }

    .landing-student-scholarships-scrolling .head {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-para {
        margin-bottom: 28px;
        font-size: 13.5px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table .thead {
        font-size: 9.29px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table .scrolling-uni {
        width: 25px;
        height: 25px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table .student-img {
        width: 18px;
        height: 18px;
    }

    .landing-student-scholarships-scrolling .scholarships-scrolling-table .student-name {
        font-size: 10.5px;
    }

    .landing-student-scholarships-scrolling .scholarship-amount {
        font-size: 10.5px;
    }

    .landing-student-scholarships-scrolling tbody tr td {
        padding: 4px 14px;
    }

    .landing-student-scholarships-scrolling tbody {
        height: 250px;
    }

    .landing-gs-consultants-info-cards .gs-info-card-headig {
        font-size: 20px;
        margin-bottom: 16px;
        max-width: 246px;
        margin-left: 4px;
        padding-left: 22px;
    }

    .landing-gs-consultants-info-cards .gs-consultants-cards-child {
        max-width: 214px;
        height: 282px;
        border-radius: 21px;
        min-height: unset;
    }

    .landing-gs-consultants-info-cards .gs-consultants-cards {
        max-width: 279px;
        margin-bottom: 40px;
    }

    .landing-gs-consultants-info-cards .gs-consultant-name-tag {
        bottom: 0px;
        padding-bottom: 16px;
    }

    .landing-gs-consultants-info-cards .gs-consultant-name-info {
        font-size: 15.36px;
    }

    .landing-gs-consultants-info-cards .gs-green-tick {
        width: 7.11px;
        height: 7.11px;
    }

    .landing-gs-consultants-info-cards .gs-consultant-role {
        font-size: 15.36px;
        padding-bottom: 12px;
    }

    .landing-gs-consultants-info-cards .gs-info-course-selection span {
        font-size: 10.39px;
        padding: 1.5px 9px;
        border: 1px solid;
        margin: unset;
    }

    .landing-gs-consultants-info-cards .gs-info-card-content {
        padding: 0px 20px;
        margin-bottom: 10px;
    }

    .landing-gs-consultants-info-cards .gs-consultant-name-tag button {
        font-size: 15px;
        margin-bottom: unset;
        height: 36px;
        width: 184px;
        padding: 6px 44px;
    }

    .landing-mec-comparison {
        margin-bottom: 36px;
    }

    .landing-gs-consultants-info-cards .gs-info-card-content p {
        font-size: 10px;
        margin-bottom: 5px;
        line-height: 155%;
    }

    .landing-mec-comparison h2 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 12px;
    }

    .landing-mec-comparison .first-para {
        font-size: 12px;
        padding: 0px 23px;
        margin-bottom: 17px;
    }

    .landing-mec-comparison .mec-comparison {
        margin: unset;
    }

    .landing-mec-comparison .comparison-right {
        width: 120px;
        height: 273px;
        border-radius: 16px;
        padding: 24px 20px 24px 20px;
    }

    .landing-mec-comparison .comparison-right .comparison-mec-logo {
        width: 81px;
        height: 19.96px;
        margin-bottom: 17px;
    }

    .landing-mec-comparison .comparison-left {
        width: 267px;
        height: 273px;
        padding: 24px 20px;
        border-radius: 16px;
    }

    .landing-mec-comparison .comparison-left .others-header {
        font-size: 17px;
        margin-bottom: 17px;
    }

    .success-stories {
        margin-bottom: 36px;
    }

    .stories-right {
        padding: 0 25px;
    }

    .stories-bio {
        padding: 20px 15px;
        border-radius: 15px;
        margin-right: 5px;
    }

    .stories-bio .student-scroll-img {
        height: 205px;
        max-width: 254px;
        margin-bottom: 16px;
        border-radius: 12.5px;
    }

    .success-stories .story-name {
        font-size: 13.5px;
    }

    .success-stories .academics {
        font-size: 12.5px;
        padding: 0 11px;
        line-height: 130%;
    }

    .stories-bio p {
        font-size: 14px;
        height: 175px;
        line-height: 167%;
        padding: 0 11px;
        letter-spacing: unset;
    }

    .landing-gs-final-cta-trust .gs-final-cta-para {
        font-size: 24px;
        line-height: 123%;
    }

    .gs-article-banner-image-container {
        width: 279px;
        min-height: 160px;
        border-radius: 15px;
        margin-bottom: 22px;
    }

    .analytics-icon {
        width: 34px;
        height: 34px;
    }

    .gs-article-banner-image-container h2 {
        font-size: 16px;
    }

    .gs-article-banner-image-container .student-counts {
        font-size: 10.5px;
    }

    .article-banner-para .article-content {
        font-size: 11px;
        line-height: 196%;
    }

    .service-cta-right {
        max-width: 272px;
        border-radius: 20px;
        padding-top: 22px;
    }

    .service-cta-right h2 {
        font-size: 15px;
        line-height: 138%;
    }

    .service-cta-right .service-card-container .service-card {
        max-width: 114.24px;
        height: 105px;
        margin: 0px -2px 4px 4px;
    }

    .service-cta-right .service-card-container .service-card p {
        font-size: 10.5px;
        color: #606060;
    }

    .service-cta-right .service-card-container .service-card img {
        height: 45.33px;
        width: 61.65px;
        object-fit: cover;
    }

    .service-cta-right .requirements-desc {
        font-size: 8px;
        line-height: 144%;
        letter-spacing: -0.24px;
        width: 204.91px;
        padding: 0px 12px;
        color: #3F3F3F;
    }

    .service-cta-right .gs-cta-second-callback {
        width: 240.13px;
        height: 41px;
        border-radius: 20px;
    }

    .service-cta-right .gs-cta-second-callback .gs-countrycode {
        font-size: 11px;
        line-height: 224%;
        letter-spacing: 0.32px;
        color: #c9c9c9;
        border-radius: 22px 0px 0px 22px;
    }

    .service-cta-right .gs-cta-second-callback .gs-mobilenumber {
        font-size: 11px;
        line-height: 224%;
        letter-spacing: 0.32px;
        width: 115px;
    }

    .service-cta-right .gs-cta-second-callback .gs-callbackrequst-button {
        font-size: 10px;
        line-height: 115%;
        letter-spacing: -0.16px;
        padding: 9px 11px;
        border-radius: 0px 22px 22px 0px;
    }

    .download-cta-right {
        margin-bottom: 15px;
    }

    .webinar-cta .content {
        padding: 25px 25px;
    }

    .article-heading-three {
        font-size: 16.5px;
        margin-bottom: 14px;
    }

    .numeric-list {
        font-size: 11px;
        line-height: 230%;
    }

    .gs-info-card-headig {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .gs-consultants-cards-child {
        width: 240px;
        height: 316px;
        margin-right: 10px;
    }

    .gs-consultant-name-info {
        font-size: 16.5px;
    }

    .gs-green-tick {
        width: 10px;
        height: 11px;
    }

    .gs-consultant-role {
        font-size: 16.5px;
    }

    .gs-info-card-content p {
        font-size: 9.5px;
    }

    .gs-info-course-selection span {
        font-size: 8.2px;
        padding: 4px 8px;
    }

    .gs-consultant-name-tag button {
        font-size: 12px;
        width: 106px;
        height: 24px;
        padding: 1px;
    }

    .article-heading-two {
        font-size: 16.5px;
        line-height: 139%;
        margin-bottom: 14px;
    }

    .gs-faq-container .gs-faq-category {
        margin-bottom: 14px;
    }

    .article-content {
        line-height: 204%;
        font-size: 11px;
        margin-bottom: 12px;
    }

    .limitwidth .table-top-para-mb {
        margin-bottom: 12px;
    }

    .course-cta-card-left p {
        font-size: 14px;
        width: 193px;
    }

    .related-programs-cta .related-programs-card .content {
        padding: 20px 25px 30px 25px;
    }

    .download-cta {
        width: 272px;
        height: 407px;
        padding: 8px 10px;
    }

    .download-cta-left {
        padding: 20px 15px 0px 20px;
    }

    .download-cta-left span {
        font-size: 10px;
        line-height: 143%;
        padding: 6px 13px 4px 14px;
    }

    .download-cta-left p {
        font-size: 14.5px;
    }

    .gs-first-container .gs-first-container-left .gs-left-child-div p {
        margin-bottom: 13px;
        font-size: 13.5px;
    }

    .gs-cta-download-cards {
        max-width: 112px;
        height: 123px;
        border-radius: 20px;
        margin: 4px;
    }

    .gs-cta-download-cards h2 {
        font-size: 8.5px;
    }

    .gs-cta-download-cards img {
        width: 68.93px;
        height: 50px;
    }

    .gs-cta-download-cards .gs-cta-download p {
        font-size: 10.5px;
    }

    .gs-cta-download-cards .gs-cta-download-icon {
        width: 10px;
    }

    .gs-cta-download-cards .gs-cta-download {
        padding: 8px;
    }

    .related-programs-cta .related-programs-card .content h3 {
        font-size: 13px;
        line-height: 140%;
    }

    .related-programs-cta .related-programs-card .content p {
        font-size: 10px;
        line-height: 156%;
    }

    .webinar-cta .content .title {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .numeric-list-with-bottom {
        margin-bottom: 35px;
    }

    .webinar-cta .schedules .about .people {
        width: 36px;
        height: 36px;
    }

    .webinar-cta .schedules .about .aboutpeople h3 {
        font-size: 9.5px;
        font-family: InterSemiBold;
    }

    .webinar-cta .schedules .about .aboutpeople .role {
        font-size: 7px;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .rating img {
        width: 5.91px;
        height: 5.91px;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .rating p {
        font-size: 7px;
    }

    .webinar-cta .schedules .about .aboutpeople .review-rating .review {
        font-size: 7px;
    }

    .webinar-cta .schedules .description {
        font-size: 7px;
    }

    .gs-univ-partners-scroll-container .uni-main::after {
        width: 40px;
    }

    .webinar-cta .book h3 {
        font-size: 10.5px;
        font-family: InterMedium;
    }

    .related-programs-cta {
        margin-bottom: 32px;
    }

    .article-heading-four {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .gs-our-free-service h3 {
        font-size: 46px;
        margin-top: 0px;
    }

    .gs-our-free-service img {
        width: 70px;
        height: 75px;
    }

    .gs-final-cta-triangle-img {
        top: 50px;
        left: -31px;
        max-width: 51px;
    }

    .gs-final-cta-halfround-img {
        max-width: 35px;
    }

    .gs-our-free-service p {
        font-size: 9.5px;
        line-height: 165%;
        margin-top: unset;
    }

    .cta-img-banner {
        margin-bottom: 0px;
    }

    .empty-section .cta-img-banner {
        margin-bottom: 0px;
    }

    .gs-requirement-chips {
        margin-top: 20px;
        margin-right: 6px;
    }

    .gs-requirement-chips .requirement-chip {
        width: 130px;
        height: 42px;
    }

    .gs-our-free-service {
        width: 272px;
        height: 407px;
        padding: 20px 0px 0px 0px;
    }

    .requirement-chip .heading {
        font-size: 10px;
        padding: 7px 11px 6px 11px;
    }

    .requirement-chip span {
        font-size: 7px;
        line-height: inherit;
    }

    .article-table-container.right .table-para-mb {
        font-size: 11px;
        line-height: 200%;
        margin-top: 8px;
        margin-bottom: 14px;
    }

    .universities-cta-left {
        padding: 25px 0px 20px 0px;
        margin-bottom: 0px;
    }

    .gs-faq-content-container {
        padding: 10px 25px 10px 25px;
        border-radius: 21px;
    }

    .gs-faq-content-container .gs-qanda img {
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .callback-request-cta-left {
        width: 211px;
    }

    .callback-request-cta-left span {
        font-size: 15px;
    }

    .universities-cta {
        width: 271px;
        height: 240.81px;
        border-radius: 20px;
    }

    .gs-countrycode {
        font-size: 10.5px;
        line-height: 224%;
        letter-spacing: 0.32px;
        width: 50px;
        height: 37px;
    }

    .callback-request-cta-right .gs-cta-second-callback .gs-mobilenumber {
        width: 115px;
    }

    .callback-request-cta-right .gs-cta-second-callback .gs-mobilenumber {
        font-size: 10.5px;
        height: 37px;
    }

    .gs-callbackrequst-button {
        font-size: 9px;
        line-height: 115%;
        height: 37px;
        width: 62.31px;
    }

    .callback-request-cta-right .float {
        font-size: 10.5px;
    }

    .universities-cta-left p {
        width: 265px;
        font-size: 13px;
        line-height: 21px;
        padding: 0px 25px 0px 25px;
    }

    .universities-cta-button {
        width: 167.14px;
        height: 30.82px;
        font-size: 13px;
    }

    .universities-cta-card-button p {
        font-size: 8px;
        width: 136px;
        letter-spacing: 0px;
    }

    .article-content-one {
        font-size: 11px;
        line-height: 204%;
    }

    .course-cta-card-left span {
        font-size: 10px;
        line-height: 27px;
        width: 87px;
        height: 27px;
        padding: 6px 9px 5px 14px;
    }

    .course-cta-card-right .gs-courses-cta-card span {
        font-size: 10px;
        line-height: 30px;
        margin: 0px 10px 7px 0px;
    }

    .gs-faq-content-container .gs-qanda {
        padding: 24px 0px 24px;
    }

    .gs-faq-category .gs-faq-category-btn {
        font-size: 12px;
        padding: 11px 10px;
        margin: 1px;
        line-height: 28%;
    }

    .gs-faq-container .gs-faq-h2 {
        font-size: 34.13px;
        margin-bottom: 26px;
    }

    .headquarters-branch-container h2 {
        font-size: 18px;
        margin-bottom: 19px;
    }

    .headquarters-branch-container .highlighted-branch .branch-card h3 {
        font-size: 11px;
    }

    .headquarters-branch-container .highlighted-branch .branch-card .address-text {
        font-size: 8px;
    }

    .headquarters-branch-container .highlighted-branch .landing-branch-card iframe {
        height: 184px;
        max-width: 279px;
        border-radius: 12px;
    }

    .main-branch {
        margin-bottom: 46px;
    }

    .headquarters-branch-container {
        max-width: 278px;
        padding-top: 36px;
    }

    .headquarters-branch-container .main-branch .big-branch-name {
        font-size: 10.89px;
        margin-bottom: 15px;
    }

    .headquarters-branch-container .main-branch .branch-card h3 {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .headquarters-branch-container .main-branch .branch-card p {
        font-size: 11px;
        width: 116px;
    }

    .headquarters-branch-container .main-branch .branch-card {
        margin-bottom: 16px;
        width: 116px;
    }

    .landing-footer-main .gs-footer-our-logo {
        width: 140px;
        height: 50px;
    }

    .landing-footer-main .gs-footer-logo {
        margin-bottom: 12px;
    }

    .landing-footer-main .gs-callbacknumber {
        font-size: 16px;
    }

    .landing-footer-main .gs-footer-columns-child .gs-footer-ul li {
        font-size: 10px;
    }

    .gs-faq-content-container .gs-qanda div {
        margin: 0px;
    }

    hr {
        margin: 0px;
    }

    .gs-faq-content-container .gs-qanda h3 {
        font-size: 13px;
        margin: 0px;
        max-width: 199px;
        font-weight: normal;
    }

    .gs-faq-content-container .gs-qanda p {
        font-size: 12px;
        line-height: 144%;
        margin-top: 10px;
        padding-bottom: 0px;
    }

    .cta-top-para {
        margin-bottom: 0px;
    }

    .gs-univ-partners-review-container .gs-univ-h2 {
        font-size: 18px;
        line-height: 139%;
        margin: 0px 30px 0px 30px;
    }

    .gs-univ-content-container .gs-univ-card img {
        width: 40px;
        height: 40px;
    }

    .gs-univ-content-container .gs-univ-card {
        margin-left: 10px;
        width: 366px;
    }

    .gs-article-related-links-card-container .gs-link-tags {
        padding: 16px 22px;
    }

    .gs-univ-content-container {
        padding: 24px 0px 16px 10px;
    }

    .gs-univ-partners-review-container {
        margin-bottom: 40px;
    }

    .gs-reviewer-header h2 {
        font-size: 13px;
    }

    .gs-univ-card .gs-reviewer-header p {
        font-size: 10px;
        line-height: 160%;
        width: 188px;
    }

    .uni-carousel-indicator.active {
        width: 7.92px;
        height: 7.92px;
    }

    .gs-final-cta-para {
        font-size: 23px;
        line-height: 130%;
        margin: 55px 20px 16px 20px;
    }

    .uni-carousel-indicator.active {
        width: 11px;
        height: 11px;
    }

    .uni-carousel-indicator {
        width: 6.7px;
        height: 6.7px;
        margin-right: -1px;
    }

    .gs-final-cta-group-img {
        height: 203.5px;
    }

    .gs-final-cta-button {
        font-size: 13.5px;
    }

    .gs-article-related-links-card-container .gs-article-links-card .content {
        padding: 18px 25px;
    }

    .gs-article-related-links-card-container .gs-article-links-card {
        min-height: 35vh;
        margin-right: 10px;
        margin-bottom: 30px;
    }

    .gs-final-cta-trust {
        min-height: 434.5px;
        margin-bottom: 50px;
        max-width: 84vw;
    }

    .gs-relevant-video-container h2 {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .gs-video-card .video-banner .play-button {
        width: 44.56px;
        height: 48.2px;
    }

    .gs-video-card .video-title {
        font-size: 13px;
        padding: 22px 15px;
    }

    .gs-article-related-links-card-container h2 {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .gs-article-related-links-card-container .gs-link-tags {
        font-size: 11.5px;
        line-height: 30px;
        height: 25px;
        padding: 16px 15px;
        margin-bottom: 8px;
    }

    .gs-footer-callbacknumber {
        flex-direction: column;
        margin-top: 40px;
    }

    .gs-footer-our-logo {
        width: 95px;
        height: 23px;
        margin-bottom: 5px;
    }

    .service-section {
        margin-bottom: 32px;
    }

    .gs-callbacknumber {
        font-size: 15.5px;
    }

    .showmore-btn p {
        font-size: 10px;
        color: var(--litegrey);
    }

    .gs-univ-card .gs-heading {
        width: 201px;
    }

    .gs-reviewer-para {
        width: 228px;
    }

    .gs-video-card {
        margin-right: 10px;
        margin-bottom: 30px;
    }

    .video-first-banner {
        margin-right: 10px;
        margin-bottom: 30px;
    }

    .related-programs-cta .related-programs-card .banner {
        height: 161.41px;
    }

    .gs-article-related-links-card-container .gs-relevant-links {
        width: 367px;
        height: 161.41px;
        object-position: center;
        border-radius: 20px 20px 0px 0px;
    }

    .limitwidth .table-top-para {
        margin-bottom: 12px;
    }

    .gs-article-table-container .gs-first-containers-left-buttons .filled-cta-button {
        font-size: 11px;
        border-radius: 20px;
        margin-right: 7px;
        padding: 7px 10px;
    }

    .gs-article-table-container .gs-first-containers-left-buttons .outline-cta-button {
        font-size: 11px;
        padding: 7px 13px;
        border-radius: 20px;
    }

    .gs-first-containers-left-buttons {
        margin-bottom: 36px;
    }

    .gs-article-related-links-card-container .gs-article-links-card p {
        font-size: 8px;
        line-height: 156%;
        letter-spacing: 0.16px;
    }

    .gs-article-related-links-card-container .gs-article-links-card strong {
        font-size: 13.5px;
        line-height: 150%;
        letter-spacing: 0.16px;
        padding-right: 14px;
        margin-bottom: 12px;
    }

    .gs-footer-logo {
        margin-bottom: 32px;
    }

    .gs-footer-columns-child .gs-footer-ul li {
        font-size: 11.5px;
    }

    .gs-footer-columns {
        margin-left: 27px;
        padding: 48px 0px;
    }

    .gs-footer-list li {
        margin-bottom: 16px;
    }

    .gs-footer-columns-child {
        margin-bottom: 20px;
    }

    .gs-footer-apps-icons img {
        margin-right: 1px;
    }

    .gs-footer-apps-icons img {
        width: 26px;
        height: 26px;
        margin-right: 5px;
    }

    .gs-footer-socialmedia-icons img {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }

    .gs-article-related-links-card-container {
        margin-bottom: 20px;
    }

    .gs-relevant-video-container {
        margin-bottom: 20px;
    }

    .article-table-container table td {
        font-size: 12px;
    }

    .table-heading-two span {
        font-size: 14px;
    }

    .gs-article-table-container .table-heading-small {
        font-size: 10px;
    }

    .breadcrumb .inactive {
        font-size: 11px;
    }

    .breadcrumb * {
        font-size: 11px;
    }

    .breadcrumb {
        margin-bottom: 32px;
    }

    .gs-footer-columns-child span {
        font-size: 12.5px;
    }

    .breadcrumb img {
        height: 8px;
    }

    .language-cta-people-message .student-img:nth-child(1) {
        left: 18px;
    }

    .language-cta-people-message .student-img:nth-child(2) {
        left: 14px;
    }

    .language-cta-people-message .images-container {
        right: 106px;
        top: 0px;
    }

    .language-cta-people-message .student-img:nth-child(3) {
        left: 8px;
    }

    .language-cta-people-message span {
        right: 38px;
        top: 2px;
        font-size: 9px;
    }

    .language-cta-people-message .student-img {
        height: 20px;
        width: 20px;
    }

    .header-container-links {
        width: 300px;
        position: fixed;
        top: 0;
        background: #def6d5;
        overflow-x: hidden;
        transition: 0.5s;
        text-align: left;
        height: 100%;
        padding-top: 10px;
        right: -430px;
        z-index: 11;
    }

    .gs-close-menu {
        display: block;
        width: 44px;
        padding: 7px;
        margin-right: 10px;
    }

    header .header-menu {
        float: none;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    header .header-menu .header-menu-list {
        margin-bottom: 40px;
    }

    header .header-menu .header-menu-list p {
        font-size: 16px;
    }

    .exit-countrycode {
        font-size: 14px;
        padding: 11px 0px;
    }

    .exit-mobilenumber {
        font-size: 14px;
    }

    .exit-popup-container .exit-help-para {
        font-size: 23px;
    }

    .exit-active-employee {
        font-size: 14px;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 13px;
        line-height: 155%;
        margin-bottom: 16px;
    }

    .exit-terms-privacy {
        font-size: 8px;
    }

    .exit-callbackrequest {
        width: 242px;
        height: 38px;
    }

    .exit-callbackrequst-button {
        font-size: 14px;
        width: 242px;
        padding: 11px 16px;
        height: 38px;
    }

    .download-cta .paper-img:nth-child(1) {
        left: 70%;
        width: 48px;
        top: -6%;
    }

    .download-cta .paper-img:nth-child(3) {
        width: 58px;
        left: -10%;
        bottom: 38%;

    }

    .download-cta .paper-img:nth-child(2) {
        width: 40px;
        bottom: 4%;
        left: 93%;
    }

    .universities-cta .univ-logo:nth-child(2),
    .callback-request-cta .univ-logo:nth-child(2) {
        width: 30px;
        top: -13px;
        right: 10%;
    }

    .universities-cta .univ-logo:nth-child(1),
    .callback-request-cta .univ-logo:nth-child(1) {
        left: -22px;
        width: 35px;
        top: 34%;
    }

    .universities-cta .univ-logo:nth-child(3),
    .callback-request-cta .univ-logo:nth-child(3) {
        bottom: -14px;
        width: 30px;
        left: 170px;
    }


    .universities-cta .univ-logo,
    .callback-request-cta .univ-logo {
        box-shadow: -2.5px 4.5px 19px 0px #0000002c;
    }

    .landing-gs-univ-partners-scroll-container .icons-scroller ul li {
        margin: 3px;
        padding: 15px 10px;
    }

    .landing-mec-comparison .comparison-right-clicked.visible {
        width: 267px;
        height: 273px;
        padding: 24px 20px 24px 20px;
    }

    .landing-mec-comparison .comparison-right-clicked .comparison-mec-logo {
        width: 81px;
        height: 20px;
    }

    .landing-mec-comparison .comparison-left .mec-comparison-other li {
        font-size: 9.35px;
        line-height: 18.4px;
    }

    .landing-mec-comparison .comparison-right .mec-comparison-true li {
        margin-bottom: 11px;
    }

    .landing-mec-comparison .comparison-right-clicked .mec-comparison-true li {
        font-size: 7.98px;
        margin-bottom: 13px;
    }

    .landing-mec-comparison .comparison-right-clicked .mec-comparison-true li .black-tick-icon {
        width: 10px;
        height: 10px;
    }

    .landing-mec-comparison .comparison-left-clicked.visible {
        width: 120px;
        padding: 24px 20px 24px 20px;
    }

    .landing-mec-comparison .comparison-left.comparison-left-clicked .others-header {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .landing-mec-comparison .comparison-right .mec-comparison-true .black-tick-icon,
    .landing-mec-comparison .comparison-left-clicked .mec-comparison-other .black-cancel-icon {
        width: 13px;
        height: 13px;
    }

    .landing-gs-first-container .gs-first-container-right .gs-first-container-right-child .language-cta {
        height: 383px;
    }

    .landing-gs-faq-container {
        width: 275px;
        margin: 0px 25px 10px;
        padding: 0px;
    }

    .landing-gs-faq-container .gs-faq-category .gs-faq-category-btn {
        font-size: 12px;
        margin: 0px 1px 0px 0px;
        padding: 11px 9px;
    }

    .gs-media-icons .media-logo {
        height: 25px;
        margin-right: -8px;
    }

    .scroll-public-logo {
        width: 80px;
    }

    .landing-gs-final-cta-trust {
        margin-bottom: 15px;
    }

    .gs-university-icons-container {
        margin-bottom: 30px;
    }

    .landing-callback-request-cta .gs-cta-second-callback .gs-countrycode {
        font-size: 12px;
        height: 40px;
        width: 40px;
    }

    .landing-callback-request-cta .callback-request-cta-right .gs-cta-second-callback .gs-mobilenumber {
        width: 125px;
        height: 40px;
        font-size: 12px;
    }

    .landing-callback-request-cta .callback-request-cta-right .gs-callbackrequst-button {
        font-size: 11px;
        height: 40px;
        width: 72px;
        padding: 7px 13px 7px 4px;
    }

    .landing-download-cta .gs-cta-download-cards {
        max-width: 109px;
    }

    .landing-download-cta .gs-cta-download-cards {
        margin: 6px 6px;
    }

    .landing-download-cta {
        width: 279px;
        margin-bottom: 42px;
    }

    .outline-cta-button {
        border: 1px solid var(--liteblack);
    }

    .landing-gs-first-container .gs-first-container-right {
        margin-bottom: 7px;
    }

    .landing-gs-parent-header-block {
        height: 60px;
    }

    .landing-gs-parent-header-block .gs-header-inner-block {
        height: 60px;
    }

    .landing-gs-parent-header-block .header-right .header-call-number {
        margin-bottom: 0px;
        font-size: 14.5px;
    }

    .landing-gs-body-content-container {
        padding-top: 30%;
    }

    .landing-top {
        padding-top: 0px;
    }

    .landing-gs-first-container .gs-first-containers-left-buttons {
        margin-bottom: 28px;
    }

    .landing-gs-first-container .article-heading-one {
        margin-bottom: 8px;
    }

    .landing-gs-first-container .gs-first-container-left {
        margin: 0px 20px;
    }

    .landing-why-study-country-specific {
        margin-bottom: 27px;
    }

    .showmore-services-btn {
        margin: 6px 3px;
        padding: 6.5px 22px;
    }

    .services-show-more {
        font-size: 13px;
    }

    .stories-bio p::-webkit-scrollbar {
        width: 6px;
    }

    .headquarters-branch-container .highlighted-branch {
        margin-bottom: 32px;
    }

    .headquarters-branch-container .main-branch .big-branch-name,
    .headquarters-branch-container .main-branch .branch-list .branch-card .big-branch-name {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .headquarters-branch-container .landing-main-branch .branch-line-hr {
        margin-bottom: 24px;
    }

    .headquarters-branch-container .landing-main-branch .sub-branch-list .branch-card {
        margin: 0px 0px 16px;
    }

    .language-cta-wrapper .floating-people-message .images-container {
        margin-right: 25px;
    }

    .language-cta-wrapper .floating-people-message span {
        font-size: 9px;
    }

    .language-cta-people-message p {
        font-size: 12.5px;
    }

    .language-cta-wrapper .floating-people-message .student-img {
        height: 23px;
        width: 23px;
        margin-right: -33px;
    }

    .language-cta-wrapper .floating-people-message {
        margin-bottom: 16px;
    }

    .language-cta-people-message {
        top: 6px;
    }

    .gs-work-at-global-container .global-scroll-main {
        max-width: 265px;
    }

    .foo-str-menu-mobile div:first-child {
        height: 48px;
    }

    .footer-stripe-menu div img {
        width: 17px;
    }

    .foo-str-menu-mobile div small,
    .foo-str-menu-mobile div span {
        width: 50px;
        font-size: 12px;
    }

    .gs-footer-main {
        margin-bottom: 65px;
    }

    .landing-footer-main {
        margin-bottom: 90px;
    }

    .comparison-container.active ul li p {
        font-size: 11px;
    }

    .landing-mec-comparison .comparison-container.active {
        width: 180px;
        margin-right: 0px;
    }

    .footer-stripe-menu div .call-back-icon {
        width: 20px;
    }

    .cheers-container .cheers-container-main {
        max-width: 280px;
        border-radius: 25px;
    }

    .cheers-container .cheers-container-main .contents {
        max-width: 270px;
        padding-top: 50px;
    }

    .cheers-container .cheers-container-main .contents h4 {
        font-size: 21px;
    }

    .cheers-container .cheers-container-main .contents p {
        font-size: 15px;
        margin: 0px 40px 40px 40px;
        line-height: 20px;
    }

    .cheers-container .cheers-container-main .ribbon-yellow {
        width: 50px;
    }

    .cheers-container .cheers-container-main .ribbon-green {
        width: 19px;
        bottom: 80px;
        left: 45px;
    }

    .cheers-container .cheers-container-main .ribbon-green-scrolling {
        width: 44px;
        right: 12px;
        top: -22px;
    }

    .cheers-container .cheers-container-main .ribbon-red {
        width: 18px;
        right: -2px;
        bottom: 156px;
    }

    .language-cta h3 span {
        font-size: 8px;
    }

    .test-prep-container,
    .test-prep-list-items {
        max-width: 280px;
    }

    .test-prep-first-section {
        height: 459px;
        border-radius: 22px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
        width: 29px;
        height: 29px;
        top: 35%;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
        width: 17px;
        height: 17px;
        bottom: 33%;
        left: 30px;
    }

    .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
        width: 59px;
        height: 59px;
    }

    .test-prep-container .test-enroll-arrow {
        width: 30px;
        height: 30px;
        top: 49%;
    }

    .test-prep-container .test-enroll-arrow.right {
        right: -11px;
    }

    .test-prep-container .test-enroll-arrow.left {
        left: -17px;
    }

    .test-prep-first-section .test-enroll-right {
        padding: 35px 35px;
    }

    .test-prep-first-section .test-enroll-right .article-heading-one {
        font-size: 18px;
    }

    .test-prep-first-section .test-enroll-right .test-enroll-content {
        font-size: 9.5px;
        margin-bottom: 13px;
        line-height: 154%;
    }

    .test-prep-first-section .test-enroll-left img {
        height: 205px;
    }

    .test-prep-first-section .test-prep-enroll-btn {
        font-size: 11.77px;
        padding: 6px 28px;
        border-radius: 52px;
    }

    .test-prep-first-section .testprep-google-review {
        top: 44%;
    }

    .test-prep-first-section .testprep-google-review .review-stars {
        width: 55px;
        margin-bottom: 3px;
    }

    .test-prep-first-section .testprep-google-review p {
        font-size: 9.09px;
    }

    .gs-country-highlights {
        max-width: 300px;
        margin: auto auto 40px;
    }

    .gs-country-highlights .country-list .country-card {
        height: 410px;
        border-radius: 15px;
    }

    /* .gs-country-highlights .country-list .country-card h2 {
        font-size: 30px;
        line-height: 75%;
    } */

    .gs-country-highlights .country-list .country-card h2 {
        font-size: 21px;
    }

    .gs-country-highlights .country-list .country-card p {
        margin-bottom: 10px;
        padding-bottom: 2px;
        max-width: 250px;
        font-size: 11px;
    }

    .gs-country-highlights .country-list .country-card ul {
        max-width: 229.5px;
        font-size: 11.5px;
        height: 103.5px;
    }

    .gs-country-highlights .country-list .country-card .country-card-desc {
        padding-top: 3%;
    }

    .gs-country-highlights .country-list-scroll .desc {
        font-size: 9px;
        width: 78.5px;
        margin: auto auto 0px 33px;
        bottom: 120px;
    }

    .gs-country-highlights .country-list-scroll .country-slide-container {
        max-width: 257px;
    }

    .gs-country-highlights .country-list-scroll ul {
        max-width: 257px;
        border-radius: 12.5px;
    }

    .gs-country-highlights .country-list-scroll ul li {
        max-width: 116px;
        height: 30px;
        padding: 4px;
        border-radius: 10.82px;
        margin: 0px 2px 6px 2px;
    }

    .gs-country-highlights .country-list-scroll ul li img {
        width: 17.31px;
        height: 11.9px;
    }

    .gs-country-highlights .country-list-scroll ul li p {
        font-size: 10.82px;
    }

    .gs-country-highlights .country-list-scroll .move-forward {
        bottom: 42px;
        right: 5px;
        width: 16px;
        height: 16px;
    }

    .gs-country-highlights .country-list-scroll .move-backward {
        bottom: 42px;
        right: 5px;
        width: 16px;
        height: 16px;
    }

    .gs-country-highlights .country-list-scroll {
        bottom: 45px;
    }

    .gs-country-highlights .country-list .country-card button {
        padding: 7px 19px;
        font-size: 13.1px;
    }

    .gs-trial-premium-services {
        max-width: 279px;
        margin: auto auto 38px;
        padding-top: 38%;
    }

    .gs-trial-premium-services .list-of-wide-services li img {
        width: 14.68px;
        height: 14.68px;
    }

    .gs-trial-premium-services .list-of-wide-services li p {
        font-size: 10.16px;
    }

    .gs-trial-premium-services .list-of-wide-services li {
        padding: 5px 12px;
    }

    .services-details-container {
        max-width: 279px;
        padding: 12px;
        border-radius: 20px;
        margin-bottom: 38px;
    }

    .services-details-container .gs-our-free-service {
        border-radius: 17.5px;
        height: 293px;
        margin-bottom: 19.84px;
        width: 254.5px;
    }

    .services-details-container .gs-our-free-service h3 {
        font-size: 22px;
        max-width: 237px;
        bottom: 20px;
    }

    .services-details-container .gs-our-free-service img {
        max-width: 63px;
    }

    .services-details-container .content-container {
        font-size: 11.5px;
        padding: 0 10px;
    }

    .trial-faq-container {
        margin-top: 41px;
    }

    .trial-faq-container h2 {
        font-size: 34.13px;
        line-height: 29.9px;
    }

    .trial-faq-container .gs-faq-content-container {
        padding: 35px 27px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda h3 {
        font-size: 11.75px;
        width: 192px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda p {
        font-size: 10.94px;
    }

    .trial-faq-container .gs-faq-content-container .gs-qanda img {
        width: 7px;
    }

    .services-details-container .trail-cta-talk-to-experts {
        padding: 15px;
        border-radius: 16.2px;
        font-size: 13.89px;
    }

    .loan-banner .test-prep-first-section {
        height: 481px;
    }

    .loan-banner .loan-tittle,
    .scholarship-banner .loan-tittle {
        font-size: 10px;
    }

    .loan-banner .test-prep-first-section .test-enroll-left img {
        height: 254px;
        left: 33px;
        bottom: 20px;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(1) {
        height: 80px;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(2) {
        height: 70px;
        bottom: 41%;
    }

    .loan-banner .test-prep-first-section .enroll-sphere-container .sphere-img:nth-child(3) {
        height: 42px;
        bottom: 50%;
    }

    .loan-banner {
        margin-bottom: 2px;
    }

    .trigger-popup-container .trigger-popup-white-card {
        max-width: 260px;
        height: 268px;
    }

    .trigger-popup-white-card.trigger-card-height {
        height: auto;
    }

    .trigger-popup-container .trigger-popup-white-card .details-required {
        padding: 25px 20px 0;
    }

    .trigger-popup-container .trigger-popup-white-card-wrapper .exit-close-icon {
        width: 15px;
        top: -5px;
        right: -5px;
    }

    .trigger-popup-white-card .details-required .trigger-help-para {
        font-size: 12.5px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .trigger-popup-white-card .gs-cta-second-callback {
        height: 35px;
    }

    .trigger-callbackrequest .trigger-countrycode {
        width: 60px;
        font-size: 10px;
    }

    .trigger-callbackrequest .trigger-mobilenumber {
        font-size: 11px;
        width: 115px;
        padding: 0 0 0 10px;
    }

    .trigger-callbackrequest .trigger-callbackrequst-button {
        font-size: 9px;
        width: 60px;
    }

    .trigger-popup-white-card.trigger-card-height .download-file {
        width: 165px;
        height: 35px;
        font-size: 15px;
        border-radius: 25px;
        line-height: unset;
    }

    .trigger-popup-white-card .or-tag {
        font-size: 11px;
        line-height: 14.7px;
        margin: 10px auto;
    }

    .trigger-popup-white-card .actions-required .action {
        padding: 2px 9px 2px 2px;
        margin: auto 2.5px;
    }

    .trigger-popup-white-card .actions-required .action img {
        width: 20px;
        height: 20px;
    }

    .trigger-popup-white-card .actions-required .action p {
        font-size: 12.49px;
    }

    .trigger-popup-white-card .conditions-desc {
        margin: 12px auto 20px;
        font-size: 9px;
        max-width: 209px;
    }

    /* legal page */

    .gs-legal-banner-container {
        padding-top: 40%;
    }

    .gs-legal-banner-container .legal-title-card h1 {
        font-size: 38px;
        margin-bottom: 45px;
    }

    .gs-legal-banner-container .legal-banner .banner-img {
        max-width: 260px;
        height: 163px;
    }

    .legal-content-container {
        padding: 50px 25px 0;
    }

    .legal-content-container .legal-sub-heading {
        font-size: 20px;
    }

    .legal-content-container .legal-desc {
        font-size: 13.5px;
        margin-bottom: 30px;
    }

    .article-read-more {
        line-height: 183%;
        font-size: 12.5px;
    }

    .article-background-banner {
        height: 160px;
    }

    .article-background-city-img {
        height: 160px;
    }

    .icon-and-content {
        top: 50px;
    }

    .article-para-content {
        font-size: 11px;
        margin-bottom: -5px;
        margin-top: 0px;
    }

    .numeric-list-with-width {
        margin: 10px 0px;
    }

    .gs-article-related-links-card-container .gs-link-tags {
        line-height: 15px;
    }

    .article-para-content {
        margin-bottom: 20px;
    }

    .gs-first-container-left {
        margin: 75px 16px 0px 16px;
    }

    .success-stories-review-container .reviews-heading-container {
        max-width: 280px;
    }

    .success-stories-review-container {
        padding-top: 115px;
    }

    .success-stories-review-container .parent-container .review-cards-group {
        padding-left: 20px;
        padding-right: 5px;
    }

    .success-stories-heading-container img {
        width: 13px;
        margin-right: 5px;
    }

    .success-stories-review-container .head-text {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .success-stories-review-container .success-text-para {
        font-size: 10px;
        width: 266px;
        margin-bottom: 25px;
    }

    .success-stories-review-container .success-stories-review-cards {
        max-width: 253px;
        padding: 11px 10px 17px;
        border-radius: 16px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .success-stories-review-cards .gs-reviewer-desc {
        margin-bottom: 13px;
    }

    .success-stories-review-cards .gs-reviewer-desc .reviewer-img {
        width: 29px;
        height: 29px;
        margin-right: 8px;
    }

    .success-stories-review-cards .success-stories-rating h2 {
        font-size: 10.33px;
    }

    .success-stories-review-cards .success-stories-rating .review-stars {
        height: 7px;
        top: 18px;
    }

    .success-stories-review-cards .gs-customer-says {
        font-size: 9.18px;
    }

    .scholarship-banner .enquiry-list-items .enquiry-content-first-section {
        height: 481px;
    }

    .scholarship-banner .scholarship-heading-one {
        font-size: 17px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right .test-enroll-content {
        margin-bottom: 18px;
    }

    .scholarship-banner .enquiry-content-first-section .enroll-now-btn {
        font-size: 11.77px;
        padding: 4px 20px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right .test-enroll-content {
        font-size: 9px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review .review-stars {
        font-size: 62px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review p {
        font-size: 11.7px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-left img {
        height: 245px;
        left: -8px;
    }

    .event-details-banner .enquiry-content-first-section .test-enroll-left img {
        height: 208px;
        width: 273px;
        left: -2px;
    }

    .scholarship-banner .enquiry-content-first-section .test-enroll-right {
        padding: 32px 27px;
    }

    .scholarship-banner .enquiry-content-first-section .enquiry-google-review {
        top: 46%;
    }

    .scholarship-banner .enquiry-content-first-section {
        border-radius: 22.5px;
    }

    /* Univ Partners */

    .gs-about-us-home-section h1 {
        max-width: 228.89px;
        font-size: 20.33px;
    }

    .gs-about-us-home-section .our-diversity-points {
        max-width: 228.07px;
        margin: auto auto 15px;
    }

    .gs-about-us-home-section .our-diversity-points li {
        font-size: 9.14px;
        margin-bottom: 12px;
    }

    .gs-about-us-home-section p {
        max-width: 263px;
        font-size: 10.54px;
    }

    .gs-about-us-home-section .about-us-banner {
        width: 290px;
    }

    .gs-about-us-home-section .banner-button-container button {
        font-size: 6.09px;
        padding: 8px 30px;
        border-radius: 22px;
        height: auto;
        right: 34%;
        bottom: 14%;
    }

    .gs-left-img-right-content-container {
        max-width: 249px;
    }

    .gs-left-img-right-content-container .right h2 {
        font-size: 17.32px;
    }

    .gs-left-img-right-content-container .right p {
        font-size: 10.545px;
        max-width: 234px;
        margin: auto auto 18px;
    }

    .gs-left-img-right-content-container .left .trusted-img-banner {
        max-width: 249px;
    }

    .gs-left-content-right-img-container .left h2 {
        font-size: 17.32px;
        max-width: 225px;
        margin: auto auto 15px;
    }

    .gs-left-content-right-img-container .left p {
        max-width: 228px;
        font-size: 10.54px;
    }

    .gs-left-content-right-img-container .right .gptw-img-banner {
        height: 221px;
        max-width: 309px;
        margin-bottom: 80px;
    }

    .gs-left-content-right-img-container .filled-cta-button {
        font-size: 12.8px;
        padding: 10px 40px;
        border-radius: 42.87px;
        right: 70px;
    }

    .gs-vetted-application-container {
        max-width: 277.84px;
        border-radius: 18.82px;
    }

    .gs-vetted-application-container .left .rectangle-container {
        width: 233px;
    }

    .gs-vetted-application-container .right h2 {
        font-size: 15.32px;
    }

    .premium-service-nav-btn {
        border-radius: 39.96px;
        font-size: 11.03px;
        padding: 12px 25px;
    }

    .gs-vetted-application-container .left .rectangle-container p {
        font-size: 10.54px;
    }

    .gs-vetted-application-container .left img {
        max-width: 304px;
        border-radius: 18.82px;
    }

    .gs-vetted-application-container .left {
        border-radius: 18.82px;
    }

    .gs-times-edu-icon-award-container {
        max-width: 277.84px;
        height: 336.56px;
        border-radius: 21.08px;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content {
        padding: 23px;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content h2 {
        font-size: 17.32px;
    }

    .gs-times-edu-icon-award-container .bg-rectangle-content p {
        max-width: 229px;
        font-size: 10.54px;
    }

    .gs-times-edu-icon-award-container .times-award-banner img {
        max-width: 195.76px;
        height: 195.09px;
    }

    .gs-times-edu-icon-award-container .times-award-banner {
        bottom: -40px;
        right: 23%;
    }

    .gs-times-edu-icon-award-container .times-star-one {
        width: 18.82px;
        height: 23.1px;
    }

    .gs-partner-reach-us-container {
        max-width: 280.85px;
        padding: 32px;
        border-radius: 27.86px;
    }

    .gs-partner-reach-us-container h2 {
        font-size: 16.56px;
        margin-bottom: 27px;
    }

    .gs-partner-reach-us-container .reach-us-list img {
        width: 17.33px;
        height: 17.33px;
    }

    .gs-partner-reach-us-container .reach-us-list p {
        font-size: 13.15px;
    }

    .gs-partner-reach-us-container .reach-us-list li {
        margin-bottom: 11px;
    }

    .gs-enroll-app-container {
        max-width: 277.84px;
        margin-bottom: 30px;
    }

    .gs-enroll-app-container .right h2 {
        font-size: 17.32px;
        margin-bottom: 7px;
    }

    .gs-enroll-app-container .right p {
        max-width: 239.44px;
        font-size: 10.54px;
    }

    .gs-enroll-app-container .left img {
        max-width: 228.13px;
        height: 233.41px;
    }

    .gs-branch-presence-container {
        max-width: 277.84px;
        margin: auto auto 40px;
    }

    .gs-branch-presence-container .left h2 {
        font-size: 17.32px;
        margin-bottom: 10px;
    }

    .gs-branch-presence-container .left p b {
        font-size: 13.55px;
    }

    .gs-branch-presence-container .left p {
        font-size: 12.05px;
        max-width: 264.28px;
    }

    .gs-branch-presence-container .right img {
        max-width: 260.58px;
        height: 117px;
    }

    .gs-branch-presence-container .right p b {
        font-size: 21.84px;
    }

    .gs-branch-presence-container .right p {
        font-size: 12.05px;
    }

    .gs-partner-signup-form-container {
        max-width: 280px;
        border-radius: 22px;
    }

    .gs-partner-signup-form-container .right h2 {
        font-size: 17.32px;
        margin-bottom: 6px;
    }

    .gs-partner-signup-form-container .right p {
        font-size: 10.54px;
        margin-bottom: 19px;
    }

    .gs-partner-signup-form-container .right select {
        padding: 6px 15px;
        font-size: 9.5px;
    }

    .gs-partner-signup-form-container .right input[type="text"] {
        padding: 6px 15px;
        font-size: 9.5px;
    }

    .gs-partner-signup-form-container .right textarea {
        font-size: 9.04px;
        padding: 6px 15px;
        height: 52.34px;
    }

    .gs-partner-signup-form-container .right .checkbox-field input[type="checkbox"] {
        width: 11.29px;
        height: 11.29px;
    }

    .gs-partner-signup-form-container .right button {
        border-radius: 62px;
        font-size: 10.54px;
        padding: 6px 30px;
    }

    .gs-partner-signup-form-container .left .partner-banner-mobile {
        height: 448px;
    }

    .signup-error-message {
        font-size: 8px;
    }

    .gs-footer-columns-child .gs-footer-ul li.gs-callbacknumber {
        font-size: 16px;
    }

    .educ-loan .country-card img {
        height: 404px;
        border-radius: 15px;
    }

    .educ-loan .country-list .country-card .country-card-desc {
        margin-left: 20px;
    }

    .educ-loan h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .educ-loan .country-list-scroll .desc {
        bottom: 104px;
    }

    .enrollment-cta {
        max-width: 279px;
        height: 221px;
        padding: 30px 30px;
        margin-bottom: 50px;
        border-radius: 17px;
    }

    .enrollment-cta .icon:nth-child(1) {
        left: -14px;
    }

    .enrollment-cta .icon:nth-child(1),
    .enrollment-cta .icon:nth-child(2),
    .enrollment-cta .icon:nth-child(3) {
        width: 30px;
        height: 30px;
    }

    .enrollment-cta .icon:nth-child(3) {
        bottom: -12px;
        left: 75%;
    }

    .enrollment-cta-left {
        margin-bottom: 15px;
    }

    .enrollment-cta-left .enrollment-cta-bold {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .enrollment-cta-left .enrollment-cta-content {
        font-size: 12.8px;
        line-height: 22px;
    }

    .enrollment-cta-button {
        font-size: 12.8px;
        width: 173px;
        height: 30px;
    }

    .enrollment-cta-card-button p {
        font-size: 9px;
        width: 149px;
        height: 23px;
        bottom: -15px;
    }

    .services-details-container .content-container .article-read-more {
        font-size: 11.5px;
    }

    header .header-menu-list .header-sub-links .sub-menu-links-list li p {
        font-size: 12px;
    }

    header .gs-header-inner-block {
        height: 75px;
    }

    .gs-head-menu {
        margin-bottom: unset;
    }

    .gs-article-table-container .divider .action-btn {
        min-width: 180px;
        left: 11%;
        top: -29px;
    }

    .gs-article-table-container .divider .action-btn p {
        font-size: 11px;
    }

    .highlights-of-studying {
        margin-bottom: 25px;
    }

    .error .error-message .error-message-icon {
        font-size: 14px;
    }

    .error .error-message .go-input-error-message {
        font-size: 10.5px;
    }

    .success-stories .story-name {
        padding: 0 10px;
        font-size: 14.5px;
        margin-bottom: 4px;
    }

    .primary-pm-btn {
        max-width: 240px;
    }

    .error-table-block .error-right-block .error-banner-img {
        height: 100px;
        margin-top: 59px;
    }

    .error-table-block .error-left-block h3 {
        font-size: 15px;
        width: 197px;
        line-height: 20px;
    }

    .primary-pm-btn {
        font-size: 10px;
        padding: 6px 5px;
        height: 24px;
        max-width: 128px;
    }

    .error-table-block .error-left-block {
        margin: 43px 0px 75px 0px;
    }

    .eligibility-container {
        padding: 0px 32px;
        padding-top: 10%;
    }

    .eligibility-heading {
        font-size: 18px;
        margin: 33px 0px;
    }

    .eligibility-course-container .course .course-search-input {
        width: 241px;
    }

    .course-count-img img {
        width: 185px;
        height: 452px;
    }

    .qualification-container select {
        width: 260px;
    }

    .bachelors-container input {
        width: 260px;
        font-size: 15px;
    }

    .eligibility-loader {
        margin: 50px 0px 0px 51px;
        width: 161px;
    }

    .course-count .counts {
        font-size: 20px;
    }

    .eligibility-course-container .course ul li {
        margin-bottom: 18px;
        width: 200px;
    }

    .eligibility-tail p {
        padding-right: 17px;
    }

    .qualification-container select {
        font-size: 15px;
    }

    .eligibility-thank-you-container .eligibility-heading {
        margin-bottom: 20px;
    }

    .eligibility-thank-you-container .success-inform {
        font-size: 10px;
    }

    .countinue-read span {
        font-size: 10px;
    }

    .eligibility-thank-you-container .course-count-img img {
        height: 560px;
    }

    .eligibility-thank-you-container .course-count {
        top: 43%;
        left: 0px;
        right: 0px;
    }

    .course-count {
        top: 170px;
    }

    #googleads .trigger-callbackrequst-button {
        width: 68%;
        font-size: 11px;
    }

    #googleads .trigger-callbackrequest .trigger-mobilenumber-name {
        width: 174px;
    }

    #googleads .trigger-callbackrequest .trigger-countrycode {
        font-size: 11px;
    }

    #googleads .trigger-popup-white-card .gs-cta-second-callback {
        width: 177px;
    }

    .success-stories-review-container .floating-navigation-right {
        left: 190px;
        bottom: 170px;
    }

    .download-material-container {
        max-width: 280px;
        margin-bottom: 50px;
    }

    .download-material-container .head-text {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .download-material-container .study-material-desc {
        font-size: 12px;
        width: 262px;
    }

    .download-material-container .gs-cta-download-cards {
        height: 111px;
        width: 97px;
        padding: 4px;
        border-radius: 15px;
    }

    .download-material-container .download-img-card {
        width: 88px;
        height: 79px;
        border-radius: 13px;
    }

    .gs-cta-download-cards h2 {
        font-size: 7.94px;
        padding-top: 10px;
    }

    .gs-cta-download-cards .download-img-card img {
        width: 60px;
    }

    .gs-cta-download-cards .gs-cta-download p {
        font-size: 9px;
    }

    .gs-cta-download-cards .gs-cta-download-icon {
        width: 10px;
        height: 10px;
    }

    .intersted-perks-card-scroll .card .gs-card-guides {
        left: 67%;
    }

    .intersted-perks-card-scroll .card .gs-card-guides button {
        font-size: 12px;
    }

    .range-slider-container .range-child .range-types p {
        font-size: 12px;
    }

    .range-slider-container .range-child .range-types span {
        font-size: 12px;
    }

    .range-slider {
        width: 50%;
    }

    .input-range-slider {
        width: 120px;
    }

    .range-slider-container .range-child .range-slider p {
        width: 102px;
        padding: 4px 0px;
        font-size: 12px;
    }

    .test-prep-first-section .right-bank-btn {
        padding: 5px 15px;
    }

    .loan-banner .test-prep-first-section .testprep-google-review {
        top: 44%;
    }

    .gs-country-highlights .country-list .country-card .card-heading {
        margin-left: 20px;
        padding: 20px 0px 0px;
        max-width: unset;
        width: 86%;
    }

    .gs-our-wide-container ul {
        margin: auto auto 10px -5px;
    }

    .scholarship_scroll_button .gs-first-right-button {
        padding: 6px 67px;
        font-size: 15px;
    }

    .gs-consultants-cards-child.highlight .gs-info-card-content {
        margin-bottom: 10px;
        padding-top: 36%;
        margin-top: -75px;
    }

    .gs-Copyrights-info {
        padding-bottom: 6px;
    }

    .landing-footer-main .gs-Copyrights-info {
        max-width: 240px;
        margin: auto;
    }

    .gs-country-highlights .country-list {
        padding: 0px 5px;
    }

    .landing-gs-our-wide-container {
        padding: 0px 26px;
    }

    .callback-request-cta {
        max-width: 84vw;
    }

    .gs-cta-second-callback {
        height: 42px;
    }

    .comparison-container .others-header {
        margin-bottom: 15px;
    }

    .landing-mec-comparison .comparison-container {
        margin-right: 0px;
        height: 410px;
        width: 90px;
        padding: 15px;
    }

    .comparison-container.active ul li {
        margin-bottom: 6px;
    }

    .comparison-container.active .comparison-mec-logo {
        width: 90px;
    }

    .comparison-container ul li {
        margin-bottom: 13px;
    }

    .comparison-container.active ul li img {
        width: 10px;
        height: 10px;
        margin-right: 8px;
    }

    .comparison-container ul li img {
        width: 13px;
        height: 13px;
    }

    .comparison-container .comparison-mec-logo {
        margin-bottom: 15px;
        width: 75px;
        height: 35px;
        margin-left: -8px;
    }

    .comparison-container .others-header.centered {
        margin-left: -3px;
    }

    .comparison-container.active .others-header.centered {
        margin-bottom: 4px;
    }

    .gs-univ-partners-scroll-container .uni-main::before {
        width: 40px;
    }

    /* .gs-consultants-cards-child:hover .gs-info-card-content {
        padding-top: 67%;
        margin-top: -143px;
        margin-bottom: 10px;
    } */

    .error .error-message {
        padding: 2px;
        top: -31px;
        left: 19px;
    }

    .callback-request-cta .error .error-message {
        left: 20px;
        top: -32px;
    }

    .exit-popup-main .error .error-message {
        top: -33px;
        left: 23px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1 .app-icon-v1 img,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 .handiling-icon-v1 img {
        width: 21px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1 span,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 span {
        font-size: 14px;
    }

    .footer-design-v1 .link-container-v1 .link-list-v1 li {
        padding-bottom: 16px;
        font-size: 13px;
    }

    .footer-design-v1 {
        margin-bottom: 65px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .logo {
        width: 140px;
        margin-bottom: 8px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .stripe-mobilenumber {
        font-size: 20px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .apps-v1,
    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 {
        padding: 20px 26px;
    }

    .footer-design-v1 .stripe-v1 .stripe-content-v1 .handling-v1 {
        padding: 20px;
    }

    .footer-design-v1 .link-container-v1 .link-list-v1 {
        padding: 0px 20px;
        column-gap: 40px;
    }

    .updated-eligibility-main-container .container-body h2 {
        font-size: 18px;
        max-width: 290px;
    }

    .updated-eligibility-main-container .country img {
        width: 60px;
    }

    .updated-eligibility-main-container .country p {
        font-size: 11px;
    }

    .updated-eligibility-main-container .container-body .blocks li {
        font-size: 12px;
    }

    .updated-eligibility-main-container .degree-block .degree-bachelors {
        font-size: 12px;
    }

    .updated-eligibility-main-container .search-input {
        font-size: 12px;
    }

    .updated-eligibility-main-container .dot-container {
        padding-bottom: 25px;
    }

    .updated-eligibility-main-container .selected-list-div {
        max-width: 275px;
    }

    .updated-eligibility-main-container .search-input {
        max-width: 275px;
    }

    .updated-eligibility-main-container .container-body .blocks .show-dropdown {
        max-width: 275px;
    }

    .updated-eligibility-main-container .programlist-div {
        max-width: 275px;
    }

    .updated-eligibility-main-container .container-body .blocks .chip-content-div {
        padding: 10px 20px;
    }

    .updated-eligibility-main-container .success-block h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .tnea-sub-code {
        top: -4px;
        padding: 5px 0;
    }

    .tnea-sub-code p {
        font-size: 9px;
    }

    .tnea-sub-code span {
        font-size: 15px;
    }
}

@media only screen and (max-height: 650px) {
    .exit-popup {
        height: 90vh;
    }
}

@media only screen and (max-height: 600px) {
    .exit-group-img {
        height: 22vh;
    }
}

/* @media only screen and (max-height: 770px) {
    .exit-popup {
        height: 55vh;
    }

    .exit-popup-container .consultants-footer {
        display: none;
    }
} */



/* @media only screen and (min-height: 900px) {
    .exit-popup-container .exit-fee-para {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .exit-callbackrequest {
        margin-bottom: 15px;
    }

    .exit-popup-container .exit-help-para {
        font-size: 55px;
        margin-bottom: 15px;
    }

    .exit-callbackrequst-button {
        padding: 20px 16px;
        margin-bottom: 10px;
    }

    .exit-active-employee {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .exit-group-img {
        height: 32vh;
    }
} */

@media only screen and (max-width: 1920px) and (min-height: 1080px) {
    .exit-popup-container .exit-help-para {
        font-size: 50px;
        margin-bottom: 16px;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 28px;
        margin-bottom: 42px;
    }

    .exit-callbackrequest {
        max-width: 420px;
        height: 61px;
    }

    .exit-callbackrequst-button {
        width: 420px;
        height: 61px;
        font-size: 21px;
    }

    .exit-mobilenumber {
        font-size: 21px;
        padding: 10px 10px 10px 22px;
    }
}

@media only screen and (max-width: 1440px) and (min-height: 960px) {
    .exit-popup-container .exit-help-para {
        font-size: 38px;
        margin-bottom: 18px;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 23px;
        margin-bottom: 36px;
    }

    .exit-callbackrequest {
        max-width: 370px;
        height: 54px;
        font-size: 19px;

    }

    .exit-callbackrequst-button {
        width: 370px;
        height: 54px;
        padding: 14px 16px;
        font-size: 19px;
        margin-bottom: 13px;
    }

    .exit-active-employee {
        font-size: 23px;
    }
}

@media only screen and (max-width: 1030px) and (min-height: 700px) {
    .exit-popup-container .exit-help-para {
        font-size: 32px;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 19px;
    }

    .exit-popup {
        height: 78vh;
    }

    .exit-callbackrequest {
        max-width: 300px;
        height: 44px;
        margin-bottom: 10px;
    }

    .exit-mobilenumber {
        font-size: 16px;
        padding: 12px 15px;
    }

    .exit-callbackrequst-button {
        width: 300px;
        height: 44px;
        padding: 10px 10px 10px 28px;
        font-size: 16px;
    }

    .exit-countrycode {
        font-size: 16px;
    }

    .exit-terms-privacy {
        font-size: 11px;
    }

    .exit-active-employee {
        font-size: 20px;
    }

    /* .exit-group-img {
        height: 33vh;
    } */

    .exit-location-pin {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) and (min-height: 1024px) {
    .exit-mobilenumber {
        padding: 12px 15px;
    }

    .exit-group-img {
        height: 30vh;
    }

    .exit-active-employee {
        font-size: 21px;
        line-height: 27px;
    }

    .exit-popup-container .exit-help-para span {
        display: inline-block;
    }

    .exit-popup-container .exit-help-para {
        font-size: 33px;
        margin-bottom: 16px;
    }

    .exit-popup {
        height: 76vh;
    }

    .exit-callbackrequest {
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 640px) and (min-height: 960px) {
    .exit-mobilenumber {
        padding: 12px 16px;
    }

    .exit-popup-container .exit-help-para {
        font-size: 36px;
    }
}

@media only screen and (max-width: 470px) and (min-height: 700px) {
    .exit-mobilenumber {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 430px) and (min-height: 850px) {
    .exit-popup {
        height: 84vh;
    }

    .exit-popup-container .exit-help-para {
        font-size: 29px;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 17.5px;
        margin-bottom: 22px;
    }

    .exit-callbackrequest {
        height: 42px;
        margin-bottom: 8px;
    }

    .exit-callbackrequst-button {
        height: 42px;
        width: 290px;
    }

    .exit-mobilenumber {
        font-size: 15px;
    }
}

@media only screen and (max-width: 430px) and (min-height: 768px) {
    .exit-popup-container .exit-fee-para {
        font-size: 16px;
    }

    .exit-popup-container .exit-help-para {
        font-size: 30px;
    }

    .exit-callbackrequest {
        max-width: 298px;
        height: 42px;
    }

    .exit-callbackrequst-button {
        max-width: 298px;
        height: 42px;
    }

    .exit-mobilenumber {
        font-size: 15px;
        padding: 10px 20px;
    }

    .exit-callbackrequst-button {
        font-size: 15px;
    }

    .exit-countrycode {
        font-size: 15px;
    }

    .exit-active-employee {
        font-size: 18px;
    }
}

@media only screen and (max-width: 375px) and (min-height: 812px) {
    .exit-mobilenumber {
        padding: 10px 20px;
        font-size: 13.5px;
    }

    .exit-countrycode {
        font-size: 13.5px;
    }

    .exit-group-img {
        height: 30vh;
    }

    .exit-popup-container .exit-help-para {
        font-size: 27px;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .exit-callbackrequest {
        height: 35px;
        max-width: 246px;
    }

    .exit-callbackrequst-button {
        height: 35px;
        width: 246px;
        font-size: 13.5px;
    }

    .exit-terms-privacy {
        font-size: 10px;
    }

    .exit-popup {
        height: 80vh;
    }
}

@media only screen and (max-width: 375px) and (min-height: 500px) {
    .exit-mobilenumber {
        padding: 10px 15px;
        font-size: 14px;
    }

    .exit-callbackrequst-button {
        height: 38px;
        padding: 10px 20px;
        max-width: 280px;
    }

    .exit-callbackrequest {
        margin-bottom: 10px;
        height: 38px;
        width: 280px;
    }

    .exit-callbackrequst-button {
        margin-top: 0px;
    }

    .exit-popup-container .exit-help-para {
        font-size: 26px;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 15px;
    }

    .exit-callbackrequest {
        height: 36px;
        width: 250px;
    }

    .exit-callbackrequst-button {
        height: 36px;
        max-width: 250px;
        padding: 8px 20px;
        font-size: 14px;
    }

    .exit-countrycode {
        font-size: 14px;
        padding: 10px 3px;
    }

    .exit-terms-privacy {
        font-size: 10px;
    }

    .exit-group-img {
        height: 33vh;
    }

    .exit-popup {
        height: 87vh;
    }
}

@media only screen and (max-width: 320px) and (min-height: 640px) {
    .exit-mobilenumber {
        padding: 10px 10px;
    }

    .exit-popup-container .exit-help-para {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 13px;
    }

    .exit-callbackrequest {
        height: 34px;
        width: 215px;
    }

    .exit-callbackrequst-button {
        height: 34px;
        max-width: 215px;
    }

    .exit-mobilenumber,
    .exit-callbackrequst-button,
    .exit-countrycode {
        font-size: 13px;
    }

    .exit-terms-privacy {
        font-size: 9px;
    }

    .exit-popup {
        height: 85vh;
    }

    .exit-group-img {
        height: 30vh;
    }
}

@media only screen and (max-width: 320px) and (min-height: 500px) {
    .exit-popup-container .exit-help-para {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .exit-group-img {
        height: 33vh;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 13px;
    }

    .exit-callbackrequest {
        height: 34px;
        width: 225px;
        margin-bottom: 7px;
    }

    .exit-callbackrequst-button {
        height: 34px;
        max-width: 225px;
    }

    .exit-mobilenumber,
    .exit-callbackrequst-button,
    .exit-countrycode {
        font-size: 12px;
    }

    .exit-terms-privacy {
        font-size: 9px;
    }

    .exit-popup {
        height: 89vh;
    }

    .exit-location-pin {
        margin-top: 15px;
    }

    .exit-location-pin img {
        width: 15px;
        height: 16px;
    }

    .exit-location-pin p {
        font-size: 13px;
    }
}

@media (orientation: landscape) and (max-height: 600px) {
    .exit-popup-container .exit-fee-para {
        position: relative;
        bottom: 36%;
        right: 22%;
    }

    .exit-active-employee {
        font-size: 25px;
        margin-top: 8%;
    }

    .exit-group-img {
        height: 44vh;
    }

    .exit-popup-container .consultants-footer {
        position: relative;
        right: 22%;
        bottom: 44%;
    }

    .border {
        border-bottom: 1px solid #9b9b9be5;
        height: 100%;
        width: 34%;
        position: relative;
        display: inline-block;
        transform: rotate(90deg);
        bottom: 120px;
        left: 75px;
    }

    .exit-popup-container .exit-help-para {
        margin-top: 35%;
        width: 412px;
        margin-right: 130px;
    }

    .exit-popup-container .exit-help-para,
    #errorflex,
    #request {
        transition: transform 0.5s ease-in-out;
        transform: translateX(100%);
    }

    .move-right {
        transform: translateX(0);
    }

    .move-left {
        transform: translateX(100%);
    }

    .exit-callbackrequest {
        max-width: 350px;
    }

    .exit-callbackrequst-button {
        width: 350px;
    }

    .exit-popup {
        height: 150vh;
    }

    .exit-location-pin {
        position: relative;
        bottom: 36%;
        right: 22%;
    }
}

@media (orientation: landscape) and (max-width: 1024px) and (max-height: 600px) {
    .exit-group-img {
        height: 33vh;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 20px;
        bottom: 33%;
    }

    .exit-location-pin {
        bottom: 33%;
    }

    .exit-active-employee {
        font-size: 19px;
    }

    .exit-popup-container .exit-help-para {
        font-size: 30px;
        width: 318px;
        margin-right: 102px;
    }

    .exit-callbackrequest {
        max-width: 270px;
        height: 45px;
        margin-bottom: 10px;
    }

    .exit-callbackrequst-button {
        width: 270px;
        height: 45px;
    }

    .exit-mobilenumber,
    .exit-countrycode,
    .exit-callbackrequst-button {
        font-size: 16px;
    }

    .exit-callbackrequst-button {
        padding: 10px 18px;
    }

    .exit-terms-privacy {
        font-size: 10px;
    }

    .exit-popup-container .consultants-footer {
        bottom: 25%;
    }
}

@media (orientation: landscape) and (max-height: 540px) {
    .exit-popup-container .exit-fee-para {
        font-size: 20px;
        bottom: 36%;
    }

    .exit-location-pin {
        bottom: 36%;
    }

    .exit-active-employee {
        font-size: 19px;
    }

    .exit-popup-container .consultants-footer {
        bottom: 55%;
    }

    .exit-popup-container .exit-help-para {
        font-size: 33px;
        margin-top: 30%;
        width: 350px;
        margin-right: unset;
    }

    .border {
        width: 27%;
    }

    .updated-eligibility-main-container .container-footer {
        display: none;
    }
}

@media (orientation: landscape) and (max-width: 1024px) and (max-height: 540px) {

    .exit-popup-container .consultants-footer {
        bottom: 40%;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 18px;
        bottom: 32%;
    }

    .exit-location-pin {
        bottom: 32%;
    }

    .exit-active-employee {
        font-size: 17px;
    }

    .exit-popup-container .exit-help-para {
        font-size: 27px;
    }

    .exit-callbackrequest {
        max-width: 255px;
        height: 40px;
    }

    .exit-popup-container .exit-help-para {
        width: 245px;
    }

    .exit-callbackrequst-button {
        width: 255px;
        height: 40px;
    }

    .exit-mobilenumber,
    .exit-countrycode,
    .exit-callbackrequst-button {
        font-size: 15px;
    }

    .exit-mobilenumber,
    .exit-callbackrequst-button {
        padding: 10px 10px;
    }

    .exit-terms-privacy {
        font-size: 10px;
    }

    .exit-popup-container .exit-help-para {
        margin-top: 36%;
    }
}

@media (orientation: landscape) and (max-height: 480px) {
    .exit-popup-container .exit-fee-para {
        bottom: 40%;
    }

    .exit-location-pin {
        bottom: 40%;
    }

    .exit-popup-container .exit-help-para {
        margin-top: 26%;
    }
}

@media (orientation: landscape) and (max-width: 1024px) and (max-height: 480px) {
    .exit-popup-container .exit-fee-para {
        bottom: 34%;
    }

    .exit-group-img {
        height: 38vh;
    }

    .exit-popup-container .exit-help-para {
        margin-top: 38%;
    }

    .exit-popup-container .consultants-footer {
        bottom: 54%;
    }

    .exit-group-img {
        height: 40vh;
    }
}

@media (orientation: landscape) and (max-height: 430px) {
    .exit-popup-container .exit-help-para {
        margin-top: 22%;
    }

    .border {
        width: 22%;
    }
}

@media (orientation: landscape) and (max-width: 1024px) and (max-height: 430px) {
    .exit-popup-container .exit-help-para {
        margin-top: 33%;
    }

    .exit-popup-container .consultants-footer {
        bottom: 56%;
    }
}

@media (orientation: landscape) and (max-height: 390px) {
    .exit-popup-container .exit-help-para {
        font-size: 30px;
        width: 333px;
    }

    .exit-popup-container .exit-fee-para {
        font-size: 17px;
    }

    .exit-active-employee {
        font-size: 16px;
    }

    .exit-popup-container .exit-fee-para {
        bottom: 48%;
    }
}

@media (orientation: landscape) and (max-width: 1024px) and (max-height: 390px) {
    .exit-group-img {
        height: 45vh;
    }

    .exit-popup-container .consultants-footer {
        bottom: 50%;
    }

    .exit-popup-container .exit-fee-para {
        bottom: 36%;
    }

    .exit-location-pin {
        bottom: 36%;
    }

    .exit-popup-container .exit-help-para {
        font-size: 27px;
        width: 246px;
    }
}

@media (orientation: landscape) and (max-height: 360px) {
    .exit-popup-container .exit-help-para {
        margin-top: 19%;
    }
}

@media (orientation: landscape) and (max-width: 1024px) and (max-height: 360px) {
    .exit-popup-container .exit-help-para {
        margin-top: 29%;
        font-size: 26px;
    }

    .exit-popup-container .exit-fee-para {
        bottom: 38%;
        font-size: 16px;
    }

    .exit-location-pin {
        bottom: 38%;
    }

    .exit-popup-container .consultants-footer {
        bottom: 57%;
    }
}

@media (orientation: landscape) and (max-height: 340px) {
    .exit-popup-container .exit-help-para {
        margin-top: 17%;
    }
}

@media (orientation: landscape) and (max-width: 1024px) and (max-height: 340px) {
    .exit-popup-container .exit-help-para {
        margin-top: 26%;
    }

    .exit-group-img {
        height: 48vh;
    }
}

@media (orientation: landscape) and (max-height: 320px) {
    .exit-popup-container .exit-help-para {
        margin-top: 15%;
    }

    .border {
        width: 17%;
    }
}

@media (orientation: landscape) and (max-width: 1024px) and (max-height: 320px) {
    .exit-popup-container .exit-help-para {
        margin-top: 23%;
        font-size: 22px;
        width: 252px;
    }

}