@font-face {
    font-family: SatoshiRegular;
    src: url(fonts/satoshi/Satoshi-Regular.woff2);
}

@font-face {
    font-family: SatoshiMedium;
    src: url(fonts/satoshi/Satoshi-Medium.woff2);
}

@font-face {
    font-family: SatoshiBlack;
    src: url(fonts/satoshi/Satoshi-Black.woff2);
}

@font-face {
    font-family: SatoshiBold;
    src: url(fonts/satoshi/Satoshi-Bold.woff2);
}

:root {
    --color-rm-orange-bg: #FBF0E1;
    --color-rm-white: #FFFFFF;
    --color-rm-brown: #FFEBCC;
    --color-ph-line: #DA694F;
    --themedarkgrey: #282828;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.callback-request-cta * {
    box-sizing: border-box;
    margin: 0px;
    outline: none;
    cursor: default;
}

.callback-request-cta-wrapper {
    padding: 24px;
    position: relative;
}

.callback-request-cta-wrapper .cta-grey-bg {
    position: absolute;
    left: 0;
    right: 0;
    height: 50%;
    background: #F6F6F6;
    z-index: 0;
}

.callback-request-cta-wrapper .cta-grey-bg.top-position {
    top: 0;
}

.callback-request-cta-wrapper .cta-grey-bg.bottom-position {
    bottom: 0;
}

.callback-request-cta {
    background: #FFEBCC;
    border-radius: 25px;
    padding: 56px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    margin: auto;
}

.landing-callback-request-cta {
    max-width: 1024px;
    width: 100%;
}

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

.callback-request-cta .univ-logo:first-child,
.universities-cta .univ-logo:first-child {
    left: -26px;
    top: 28px;
    width: 40px;
}

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

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

.callback-request-cta-left {
    margin-bottom: 24px;
    text-align: center;
}

.callback-request-cta-left span {
    font-size: 16px;
}

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

.error-show {
    position: relative;
}

.gs-cta-second-callback {
    text-align: center;
}

.gs-cta-second-callback .gs-cta-inputs {
    display: flex;
    margin-bottom: 8px;
}

.gs-countrycode {
    border: none;
    width: 50px;
    border-radius: 25px 0 0 25px;
    text-align: center;
    padding: 13px 0 13px 0;
    outline: 0;
    border: 1px solid #ebc7adb0;
    border-right: 0px;
}

.gs-mobilenumber {
    border: 1px solid #ebc7adb0;
    width: 100%;
    outline: 0;
    border-left: 1px solid #ebc7ad45;
    border-right: 0px;
    font-size: 14px;
    border-radius: 0 25px 25px 0;
    padding-left: 8px;
}

.gs-callbackrequst-button {
    border: none;
    background: #282828;
    color: #FFFFFF;
    border-radius: 25px;
    padding: 8px 24px;
    font-family: SatoshiBold;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 16px;
}

.gs-terms-privacy {
    font-size: 12px;
    color: #3F3F3F;
    text-align: center;
}

.request-error-msg {
    color: red;
    display: block;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.callback-request-cta .cta-success {
    display: none;
    flex-direction: column;
    justify-content: center;
}

.callback-request-cta .cta-success p {
    font-family: SatoshiRegular;
    font-size: 15px;
    text-align: center;
}

.callback-request-cta .cta-success img {
    width: 35px;
    margin: 0 auto 12px;
}

@media (min-width:375px) {
    .callback-request-cta-left span {
        font-size: 18px;
    }
}

@media (min-width:600px) {
    .callback-request-cta {
        flex-direction: row;
    }

    .callback-request-cta-left {
        margin: 0px;
        margin-right: 24px;
    }
}

@media (min-width: 768px) {
    .landing-callback-request-cta {
        max-width: 680px;
    }

    .callback-request-cta .cta-success p {
        font-size: 17px;
    }
}

@media (min-width:900px) {
    .gs-cta-second-callback {
        display: flex;
        justify-content: center;
        margin-bottom: 8px;
    }

    .gs-callbackrequst-button {
        margin: 0px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border: 1px solid #ebc7adb0;
        border-left: 0;
    }

    .gs-mobilenumber {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        min-width: 125px;
    }

    .gs-cta-second-callback .gs-cta-inputs {
        margin: 0px;
    }
}

@media (min-width: 1000px) {
    .landing-callback-request-cta {
        max-width: 900px;
    }

    .callback-request-cta-wrapper {
        padding: 0PX;
    }

    .gs-callbackrequst-button {
        width: 110px;
    }
}

@media (min-width: 1200px) {
    .landing-callback-request-cta {
        max-width: 1024px;
    }
}

@media (min-width:1440px) {
    .callback-request-cta-left span {
        font-size: 20px;
    }
}

@media (min-width:1600px) {
    .landing-callback-request-cta {
        max-width: 1220px;
    }
}