* {
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
    color: unset !important;
}

html,
body {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p,
h6 {
    color: #fff !important;
}

body {
    font-family: "Poppins", sans-serif !important;
    background-color: #000;
    color: #fff;
    position: relative;
}

.timer {
    position: fixed;
    left: 0;
    bottom: 0;
    /* background: linear-gradient(to right, #f20070, #9d00ff); */
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem;
    border-top: 1px solid #9b59b6;
}

.timer p {
    font-size: 20px;
    text-align: left;
    font-weight: 500;
}

/* Banner Start */
.banner {
    height: 75vh;
    width: 100%;
    background: url(MBA\ Website\ Banner_1.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.white-shade {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.banner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000013;
    z-index: -1;
}

.banner-text {
    padding-top: 3rem;
}

.ee-form-footer.ee-row .controls {
    display: block !important;
}

.banner-text h1 {
    font-size: 1.4rem;
    width: fit-content;
    font-weight: 600;
    padding: 8px 25px;
    color: #fff;
    background: #5B80EA;
    border-radius: 50px;
    border-bottom: 3px solid #000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.banner-text button {
    border-radius: 50px;
    padding: 10px 30px;
    border: none;
    /* background-image: linear-gradient(to right, #f20070, #9d00ff); */
    color: #3498db !important;
    background: #fff;
    border-bottom: 3px solid #5B80EA;
    margin-top: 10px;
}

.banner-text button sup {
    color: #3498db !important;
}

.curv-section {
    padding-bottom: 8rem !important;
    position: relative;
    /* margin-top: -5rem; */
}

.back-img-curv {
    background: linear-gradient(to right, #f20070, #9d00ff);
    /* background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

.yellow-box {
    width: 23.4rem;
    /* height: 29rem; */
    flex-shrink: 0;
    border-radius: 1.2rem;
    background: #ffffff;
    padding-left: 0rem;
    display: block;
    margin: 0 auto;
    position: absolute;
    /* left: 0; */
    top: -5%;
    transform: translateY(-5%);
}

.yellow-box p {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 1rem;
}

.red-num {
    background-image: linear-gradient(to right, #f20070, #9d00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 5rem;
    padding-right: 1.5rem;
    width: 35%;
    text-align: center;
}

.black-text {
    width: 65%;
    color: #000;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    /* line-height: 2.2985rem; */
    border-left: 1px solid #000;
    padding-left: 1.5rem;
    /* height: 6rem; */
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}

@media screen and (min-width: 1200px) and (max-width: 1700px) {
    /* .yellow-box {
        transform: translate(10%, 10%);
    } */
}


.snap-word {
    color: #fff;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    /* line-height: 6.6537rem; */
}

.banks-logos .snap-word {
    font-size: 1.8rem;
}

.snap-word span {
    text-decoration: underline;
    font-size: 1.7rem;
    color: #fff !important;
}

.dates {
    padding-left: 5rem;
    padding-top: 7rem;
}

.quick-footer {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5867rem;
    text-decoration: underline #fff;
}

@media screen and (min-width: 1200px) and (max-width: 1700px) {
    .text-snap-align {
        padding-left: 3rem;
    }
}

.text-snap-align {
    display: block;
    margin: 0 auto;
    padding-top: 2rem;
}

/*  */
.detail-n-form {
    padding: 30px 0 70px 0;
    position: relative;
    /* min-height: 100vh; */
    z-index: 0;
}

.detail-n-form .form-side-bg,
.curv-section .form-side-bg {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.detail-box-wrapper {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detail-box {
    width: calc(50% - 20px);
    padding: 1.5rem;
    border-radius: 10px;
    background: linear-gradient(to right, #f20070, #9d00ff);
    margin-bottom: 2rem;
}

.detail-box p {
    margin: 0;
    /* text-align: justify; */
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.detail-content p {
    font-size: 18px;
    text-align: justify;
}

.detail-content ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
}

.detail-content li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background-color: #333;
    width: calc(50% - 15px);
    padding: 1.5rem 1rem;
    border-radius: 10px;
}

.detail-content li h5 {
    font-size: 22px;
    text-align: center;
}

.detail-content h4 {
    font-size: 2rem;
    margin: 2rem 0;
    text-align: center;
}

.rec-logos-wrapper {
    /* padding: 5rem 0; */
}

.footer-1 {
    margin-top: 8rem;
    padding-bottom: 8rem !important;
    background-color: white;
}

.rec-logos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.rec-logo {
    height: 55px;
    width: 125px;
    padding: 8px;
    border-radius: 4px;
    overflow: hidden;
    background-color: white;
}

.rec-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*** Process Start ***/
.steps {
    background-color: #050505;
    padding: 30px 0 70px 0;
}

:root {
    --font-size: 0.6em;
    --bg1: #f2f5f9;
    --blue: #3498db;
    --green: #2ecc71;
    --purple: #9b59b6;
    --gold: #f1c40f;
    --red: #e74c3c;
    --pink: #dc22e6;
    --shadow1: 0 2px 4px #05050526, 0 3px 6px #0505051f;
    --shadow2: 0 2px 6px #05050544, 0 4px 7px #05050522;
}

/*** Process End ***/
ul.infoGraphic {

    font-size: 0.6em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    li {
        position: relative;
        width: 100%;
        max-width: 24em;
        background: #050505;
        border-radius: 0.5em;
        padding: 0.5em;
        z-index: 1;
        transition: all 0.2s;
        cursor: pointer;
        list-style-type: none;

        .numberWrap {
            position: absolute;
        }

        a {
            text-decoration: none;
            color: #000;
        }

        .number {
            font-family: "maven pro", sans-serif;
            font-size: 10em;
            font-weight: 900;
            width: 0.9em;
            text-align: center;
            background-image: linear-gradient(to right, #f20070, #9d00ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .coverWrap {
            transform: rotate(130deg);
            position: absolute;
            width: 18em;
            height: 16em;
            left: -4em;
            top: -1em;

            .numberCover {
                position: absolute;
                background: #050505;
                width: 18em;
                height: 6em;
                border-radius: 50% 50% 0 0;
                border-bottom: 3px solid #050505;
                transition: all 0.4s;

                &::before {
                    position: absolute;
                    content: "";
                    bottom: 5px;
                    left: 4em;
                    right: 4em;
                    top: 5em;
                    box-shadow: 0 0 30px 17px #48668577;
                    border-radius: 100px / 10px;
                    z-index: -1;
                }

                &::after {
                    position: absolute;
                    bottom: 0;
                    content: "";
                    left: -10%;
                    width: 120%;
                    height: 150%;
                    background: radial-gradient(at bottom,
                            #48668533,
                            transparent,
                            transparent);
                    z-index: 1;
                }
            }
        }

        .content {
            margin: 7em 0em 1em 8em;
            position: relative;

            h2 {
                font-size: 16px;
                font-weight: 500;
                text-align: center;
                margin-bottom: 10px;
                text-decoration: none;

            }

            p {
                line-height: 1.5em;
            }
        }

        .content h2:hover {
            background: linear-gradient(to right, #fff, #f20070);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    }
}

ul.infoGraphic li:hover .coverWrap .numberCover {
    border-radius: 100%;
}


.controls {
    position: fixed;
    z-index: 2;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #d7d7d7a1;
    padding: .5rem 2em;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border: 1px solid #0000004d;
}

.sliderBox {
    text-align: center;

    .range-value {
        font-weight: 500;
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    ul.infoGraphic {
        li {
            padding-bottom: 50px;
        }
    }
}

.back-img-footer {
    background-image: url(footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
}


.blue-box {
    width: 100%;
    /* height: 30rem; */
    flex-shrink: 0;
    background: linear-gradient(to right, #f20070, #9d00ff);
    padding: 4rem 3rem;
}

.footer-1 .row {
    margin-top: -4rem;
}

.blue-box p {
    text-align: justify;
}

/* @media screen and (min-width: 1200px) and (max-width: 1700px) {
    .blue-box {
        width: unset;
        height: unset;
    }
} */
.banks-logos {
    padding: 2rem 0 1rem 0;
}

.banks-logos img {
    background: #fff;
    height: 80px;
    width: 100%;
    object-fit: contain;
    padding: 5px;
    border-radius: 4px;
}

.rec-logos-wrapper h5,
.form-text h2 {
    background-image: linear-gradient(to right, #f20070, #9d00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.admission-process {
    padding: 70px 0;
}

.form-text h2 {
    font-weight: 600;
}

.form-container {
    margin: 0 auto;
    width: 65%;
}

.form-container form {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* gap: 15px; */
}

.form-container form .form-row {
    /* width: calc(50% - 15px); */
}

.form-container form .form-row.full {
    width: 100%;
    /* text-align: center; */
}

.input {
    width: 100%;
    margin-bottom: .5rem;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #b8b8b8;
    color: #fff;
    transition: all ease .2s;
}

.input:active,
.input:focus {
    outline: none;
}

.submitBtn {
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    margin-top: 1.5rem;
    background-image: linear-gradient(to right, #f20070, #9d00ff);
    color: #fff;
}

header .cta button,
.cta button {
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    background-image: linear-gradient(to right, #f20070, #9d00ff);
    color: #fff !important;
}

select option {
    background-color: black;
}

select.input {
    color: #777;
}

.logo {
    width: fit-content;
}


.logo img {
    max-width: 550px;
}


.logo.two img {
    max-width: 180px;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
}

.countdown-container {
    width: fit-content;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.box {
    width: 80px;
    height: 70px;
    background: linear-gradient(to right, #f20070, #9d00ff);
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.box span {
    color: #fff !important;
}

.label {
    font-size: 0.8rem;
    font-weight: normal;
    color: #fff !important;
    /* margin-top: 5px; */
}


@media (max-width:767px) {
    .logo img {
        max-width: 300px;
    }

    header .cta {
        display: none;
    }

    header .col-12 {
        justify-content: center !important;
    }

    .banner {
        height: 35vh;
        background-size: cover;
        background-position: center;
    }

    .banner-text .logo img {
        max-width: 170px !important;
    }

    .banner-text h1 {
        font-size: 1rem;
        font-weight: 600;
        padding: 8px 15px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }

    .banner-text .cta-button {
        padding: 8px 15px;
    }

    .timer .cta {
        display: none;
    }

    .form-side-bg {
        display: none;
    }

    .curv-section {
        padding-bottom: 2rem !important;
    }

    .timer p {
        text-align: center;
        font-size: 1rem;
        margin-bottom: .25rem;
    }

    .box {
        height: 60px;
        width: 70px;
        font-size: 1.2rem;
    }

    .yellow-box {
        position: relative;
        padding: 0;
        margin: 0;
        width: fit-content;
    }

    .text-snap-align {
        display: block;
        margin: 0 auto;
        padding-top: 0rem;
    }

    .banks-logos .snap-word {
        font-size: 1.5rem;
    }

    .detail-content {
        margin-bottom: 2rem;
    }

    .form-wrapper {
        padding: 2rem 0;
    }

    .form-container {
        width: 90%;
    }

    .blue-box {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }

    .rec-logo {
        width: 30%;
    }

    .footer-1 {
        padding-bottom: 9rem !important;
    }
}

.cta-button {
    color: #fff !important;
}

@media only screen and (max-width: 600px) {
    div#ee-form-11 {
        width: 322px !important;
        margin: 0px auto !important;
    }
}

.controls {
    position: relative !important;
    z-index: 2;
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background: none;
    padding: .5rem 2em;
    border-top-right-radius: 0rem;
    border-top-left-radius: 0rem;
    border: none;
}

.controls button {
    width: 50% !important;
}

@media (max-width:480px) {
    .controls {
    }

    .ee-form-11-form-11-submit {
    }
    #ee-form-11-form-11-submit {
    }
    .controls button {
    }
}

@media only screen and (max-width: 600px) {
    .controls {
        gap: 20px;
        width: 100%;
    }
    #ee-form-11-form-11-submit {
        width: 100% !important;
    }
    #ee-form-11-form-11-login {
        width: 100% !important;
        position: relative;
        left: -9px;
    }
    .ee-form-widget .controls .btn:not(:last-child) {
        margin-right: 0px !important;
        /* width: 60%; */
        font-size: smaller;
    }
    .controls button {
        width: 100% !important;
    }
}