﻿.icampus-container {
    display: flex;
    flex-direction: column
}

    .icampus-container .faq-container {
        width: 100%;
        background-color: #fff
    }

    .icampus-container .home {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        background-position-x: 90%;
        background-image: url(oval-layer@3x.png)
    }

@media screen and (max-width:576px) {
    .home {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        background-position-x: 100%
    }
}

.embibe-loader .loaderDiv {
    text-align: center
}

    .embibe-loader .loaderDiv .resultsLoader {
        margin: 2rem auto;
        position: relative
    }

        .embibe-loader .loaderDiv .resultsLoader.line-scale-party > div {
            width: 4px;
            height: 3rem;
            border-radius: 2px;
            margin: 2.5px;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            display: inline-block;
            -webkit-animation-name: line-scale-party;
            animation-name: line-scale-party;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-delay: 0;
            animation-delay: 0
        }

            .embibe-loader .loaderDiv .resultsLoader.line-scale-party > div:first-child {
                background-color: #ea5a7d;
                -webkit-animation-delay: .48s;
                animation-delay: .48s;
                -webkit-animation-duration: .54s;
                animation-duration: .54s
            }

            .embibe-loader .loaderDiv .resultsLoader.line-scale-party > div:nth-child(2) {
                background-color: #f6b72c;
                -webkit-animation-delay: -.15s;
                animation-delay: -.15s;
                -webkit-animation-duration: 1.15s;
                animation-duration: 1.15s
            }

            .embibe-loader .loaderDiv .resultsLoader.line-scale-party > div:nth-child(3) {
                background-color: #50b7e8;
                -webkit-animation-delay: .04s;
                animation-delay: .04s;
                -webkit-animation-duration: .77s;
                animation-duration: .77s
            }

            .embibe-loader .loaderDiv .resultsLoader.line-scale-party > div:nth-child(4) {
                background-color: #9fa0a1;
                -webkit-animation-delay: -.12s;
                animation-delay: -.12s;
                -webkit-animation-duration: .61s;
                animation-duration: .61s
            }

@-webkit-keyframes line-scale-party {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.5)
    }

    to {
        transform: scale(1)
    }
}

@keyframes line-scale-party {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.5)
    }

    to {
        transform: scale(1)
    }
}

.icampus-header {
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 65.5px;
    z-index: 9990;
    box-shadow: 0 2px 2.5px 0 rgba(0,0,0,.25)
}

    .icampus-header .sub-header-container {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

        .icampus-header .sub-header-container .button-login {
            cursor: pointer;
            width: 165.8px;
            height: 48px;
            border-radius: 24.7px;
            text-align: center;
            display: inline-block;
            font-family: Roboto;
            font-size: 17px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: 46px;
            letter-spacing: normal;
            text-decoration: none
        }

@media screen and (max-width:576px) {
    .icampus-header .sub-header-container .button-login {
        width: 165.8px;
        height: 48px;
        border-radius: 24.7px;
        font-size: 17px;
        line-height: 46px
    }
}

.icampus-header .sidebar-toggle {
    width: 18px;
    height: 12px;
    margin-right: 10px;
    margin-left: 21px;
    cursor: pointer;
    display: none
}

.icampus-header .aakash-img-label {
    cursor: pointer;
    margin-left: 9.5%
}

    .icampus-header .aakash-img-label .aakash-icon {
        width: 50%
    }

    .icampus-header .aakash-img-label .aakash-label {
        font-family: Roboto;
        font-size: 17px;
        letter-spacing: .4px;
        color: #1e91e4;
        margin-left: 10px
    }

.icampus-header .header-labels {
    display: flex;
    align-items: center
}

    .icampus-header .header-labels .help-support {
        font-family: Roboto;
        font-size: 16px;
        padding: 21px;
        cursor: pointer;
        text-decoration: none
    }

        .icampus-header .header-labels .help-support .jio-image {
            padding-bottom: 4px;
            padding-right: 4px
        }

    .icampus-header .header-labels .home-label {
        font-family: Roboto;
        font-size: 16px;
        padding: 21px;
        cursor: pointer;
        text-decoration: none
    }

    .icampus-header .header-labels .home-label-border {
        font-family: Roboto;
        font-size: 16px;
        color: #1e91e4;
        cursor: pointer;
        font-weight: 500;
        text-decoration: none;
        padding: 21px 21px 5%;
        border-bottom: 3px solid #1e91e4
    }

.icampus-header .header-content {
    display: flex;
    align-items: center;
    margin-bottom: -2px;
    margin-right: 9.5%
}

    .icampus-header .header-content .user {
        font-family: Roboto;
        font-size: 16px;
        padding: 21px;
        cursor: pointer;
        text-decoration: none
    }

@media only screen and (max-width:576px) {
    .sidebar-toggle {
        margin-left: 14px;
        display: block !important
    }

    .header-labels {
        display: none !important
    }

    .aakash-img-label {
        margin-left: 0 !important;
        margin-right: 10px !important
    }

        .aakash-img-label .aakash-label {
            display: none !important
        }

        .aakash-img-label .aakash-icon {
            width: 85% !important;
            padding: 12px
        }

    .login-label, .order-now-label {
        height: 33px !important;
        line-height: 33px !important
    }

    .login-label {
        width: 100px !important;
        font-size: 12px !important
    }
}

.login-label {
    font-family: Roboto;
    font-size: 16px;
    height: 40px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal
}

.sidebar-wrapper {
    top: 66px;
    height: 100%
}

    .sidebar-wrapper .sidebar-inner-wrapper {
        transition: width .5s;
        top: 66px;
        width: 100%;
        height: 100%;
        position: fixed
    }

    .sidebar-wrapper .sidebar-main-block {
        transition: width .5s;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 66px;
        left: 0;
        overflow-x: hidden;
        transition: .5s;
        padding-top: 5px;
        box-shadow: inset 0 2px 2.5px 0 rgba(0,0,0,.25)
    }

        .sidebar-wrapper .sidebar-main-block .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
            width: 360px;
            height: 60px;
            background-color: #fff;
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.25)
        }

        .sidebar-wrapper .sidebar-main-block .sidebar-label {
            font-family: roboto;
            font-size: 16px;
            width: 83%;
            cursor: pointer;
            font-weight: 500;
            border-bottom: 1px solid #e9e9e9;
            margin-left: 20px;
            padding: 16px 8px 8px 1px;
            text-decoration: none;
            display: block;
            transition: .3s
        }

.button {
    cursor: pointer
}

    .button.disabled {
        cursor: none !important;
        pointer-events: none;
        color: #fff !important;
        background-color: #9fa0a1 !important;
        background-image: unset !important
    }

    .button.predefined {
        color: #fff;
        padding: 1rem 4rem
    }

    .button.predefined, .button.verify-submit {
        border-radius: 4px;
        background-image: linear-gradient(97deg,#76d0eb,#50b7e8);
        text-align: center;
        display: inline-block;
        font-family: National;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal
    }

    .button.verify-submit {
        width: 350px;
        height: 44px;
        padding-top: 8px;
        padding-bottom: 12px
    }

    .button.have-sim-continue-button {
        border-radius: 31.6px;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.5);
        width: 139px;
        height: 40px;
        text-align: center;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: normal;
        color: #fff
    }

    .button.previous-button {
        border-radius: 4px;
        border: 2px solid #4183d7;
        background-color: #fff
    }

    .button.disabled-previous-button, .button.previous-button {
        line-height: 36px;
        display: inline-block;
        text-align: center;
        width: 150px;
        height: 36px
    }

    .button.disabled-previous-button {
        opacity: .3;
        border-radius: 4px;
        border: 2px solid #000;
        background-color: #fff !important
    }

    .button.next-button {
        border-radius: 4px;
        background-color: #fff;
        border: 2px solid #cbd2db
    }

    .button.disabled-next-button, .button.next-button {
        line-height: 36px;
        display: inline-block;
        text-align: center;
        width: 150px;
        height: 36px
    }

    .button.disabled-next-button {
        opacity: .3;
        border-radius: 4px;
        border: 2px solid #000;
        background-color: #fff !important
    }

    .button.order-now {
        line-height: 48px
    }

    .button.order-now, .button.order-now-deactive {
        width: 165.8px;
        height: 48px;
        border-radius: 24.7px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
        text-align: center;
        display: inline-block;
        font-family: Roboto;
        font-size: 17px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal
    }

    .button.order-now-deactive {
        padding-top: 11.5px;
        line-height: normal;
        opacity: .5;
        pointer-events: none
    }

    .button.skip {
        margin-left: 16px;
        color: #1e91e4;
        width: 104px;
        border-radius: 23px;
        border: 1px solid #1e91e4;
        background-color: #fff;
        margin-top: 1px
    }

    .button.order-now-label, .button.skip {
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: normal;
        height: 45px
    }

    .button.order-now-label {
        color: #fff;
        width: 120px;
        border-radius: 22.5px;
        background-color: #1e91e4;
        margin-left: 20px
    }

    .button.login-label {
        margin-left: 16px;
        line-height: 45px;
        width: 165.8px;
        height: 45px;
        border-radius: 23px
    }

    .button.login-label, .button.sign-in {
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal
    }

    .button.sign-in {
        margin-top: 30px;
        width: 222px;
        height: 40px;
        border-radius: 20px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
        line-height: 40px
    }

    .button.-btn {
        background-image: linear-gradient(90deg,#fbdc57,#f6b72c);
        width: 301px;
        height: 36px;
        opacity: .7;
        border-radius: 4px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: National;
        font-size: 14px
    }

        .button.-btn .-addmore {
            width: 16px;
            height: 16px;
            object-fit: contain;
            margin-right: 6px
        }

    .button.-save-btn {
        width: 92px;
        height: 36px;
        opacity: .7;
        border-radius: 4px;
        background-image: linear-gradient(90deg,#fbdc57,#f6b72c);
        border: none;
        margin-right: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: National;
        font-size: 14px
    }

.steps-cbt-main .steps-cbt {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 7%;
    padding-bottom: 5%
}

    .steps-cbt-main .steps-cbt .steps-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 7%
    }

        .steps-cbt-main .steps-cbt .steps-header .steps-header-title .steps-title {
            font-family: Roboto;
            font-size: 28px;
            font-weight: 500;
            line-height: 34px;
            text-align: left
        }

        .steps-cbt-main .steps-cbt .steps-header .steps-header-title .steps-title-underline {
            margin-top: 12px;
            margin-bottom: 25px;
            height: 1px;
            width: 45px
        }

        .steps-cbt-main .steps-cbt .steps-header .steps-download {
            padding-left: .5%;
            padding-right: .5%;
            min-width: 261px;
            justify-content: space-around;
            display: flex;
            align-items: center;
            height: 32px;
            border-radius: 16px
        }

            .steps-cbt-main .steps-cbt .steps-header .steps-download .steps-download-text {
                font-family: Roboto;
                font-size: 14px;
                font-weight: 500
            }

            .steps-cbt-main .steps-cbt .steps-header .steps-download .download-img {
                cursor: pointer;
                width: 12px;
                height: 11px;
                object-fit: contain
            }

        .steps-cbt-main .steps-cbt .steps-header a:hover {
            text-decoration: none
        }

    .steps-cbt-main .steps-cbt .steps-box {
        display: flex;
        width: 100%
    }

        .steps-cbt-main .steps-cbt .steps-box .steps-box1 {
            display: flex;
            width: 50%
        }

            .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-tablet {
                width: 50%;
                padding-right: 5%
            }

                .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-tablet .steps-tablet-img {
                    width: 142.8px;
                    height: 230px;
                    object-fit: contain
                }

                .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-tablet .steps-tablet-title {
                    width: 100% !important;
                    margin-bottom: 5%;
                    margin-top: 14%;
                    font-family: Roboto;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 21px;
                    text-align: left
                }

                .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-tablet .steps-tablet-subtitle {
                    margin-bottom: 7%;
                    font-family: Roboto;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px;
                    text-align: left
                }

                .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-tablet .steps-tablet-link {
                    width: 100% !important;
                    display: flex;
                    align-items: center;
                    font-family: Roboto;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 17px;
                    text-align: left
                }

                    .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-tablet .steps-tablet-link .steps-tablet-arrow {
                        margin-left: 3%;
                        width: 12px;
                        height: 12px;
                        object-fit: contain
                    }

                .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-tablet a:hover {
                    text-decoration: none
                }

            .steps-cbt-main .steps-cbt .steps-box .steps-box1 .line {
                height: 442.51px;
                border: 1px solid rgba(0,0,0,.11)
            }

            .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-cover {
                padding-left: 7%;
                width: 50%;
                padding-right: 5%
            }

                .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-cover .steps-cover-img {
                    width: 142.8px;
                    height: 230px;
                    object-fit: contain
                }

                .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-cover .steps-cover-title {
                    width: 100% !important;
                    margin-bottom: 5%;
                    margin-top: 14%;
                    font-family: Roboto;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 21px;
                    text-align: left
                }

                .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-cover .steps-cover-subtitle {
                    margin-bottom: 12%;
                    font-family: Roboto;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px;
                    text-align: left
                }

                .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-cover .steps-cover-link {
                    margin-bottom: 5%;
                    width: 100% !important;
                    display: flex;
                    font-family: Roboto;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 17px;
                    text-align: left
                }

                    .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-cover .steps-cover-link .steps-cover-arrow {
                        margin-left: 3%;
                        width: 12px;
                        height: 12px;
                        object-fit: contain
                    }

                .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-cover a:hover {
                    text-decoration: none
                }

        .steps-cbt-main .steps-cbt .steps-box .line-outside {
            height: 442.51px;
            border: 1px solid rgba(0,0,0,.11)
        }

        .steps-cbt-main .steps-cbt .steps-box .steps-box2 {
            display: flex;
            width: 50%
        }

            .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-sim {
                padding-left: 7%;
                width: 50%;
                padding-right: 5%
            }

                .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-sim .steps-sim-img {
                    width: 142.8px;
                    height: 230px;
                    object-fit: contain
                }

                .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-sim .steps-sim-title {
                    width: 100% !important;
                    margin-bottom: 5%;
                    margin-top: 14%;
                    font-family: Roboto;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 21px;
                    text-align: left
                }

                .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-sim .steps-sim-subtitle {
                    margin-bottom: 19%;
                    font-family: Roboto;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px;
                    text-align: left
                }

                .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-sim .steps-sim-link {
                    width: 100% !important;
                    display: flex;
                    font-family: Roboto;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 17px;
                    text-align: left
                }

                    .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-sim .steps-sim-link .steps-sim-arrow {
                        margin-left: 3%;
                        width: 12px;
                        height: 12px;
                        object-fit: contain
                    }

                .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-sim a:hover {
                    text-decoration: none
                }

            .steps-cbt-main .steps-cbt .steps-box .steps-box2 .line {
                height: 442.51px;
                border: 1px solid rgba(0,0,0,.11)
            }

            .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-app {
                padding-left: 7%;
                width: 50%;
                padding-right: 5%
            }

                .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-app .steps-app-img {
                    width: 142.8px;
                    height: 230px;
                    object-fit: contain
                }

                .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-app .steps-app-title {
                    width: 100% !important;
                    margin-bottom: 5%;
                    margin-top: 14%;
                    font-family: Roboto;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 21px;
                    text-align: left
                }

                .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-app .steps-app-subtitle {
                    margin-bottom: 8%;
                    font-family: Roboto;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px;
                    text-align: left
                }

                .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-app .steps-app-link {
                    width: 100% !important;
                    display: flex;
                    font-family: Roboto;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 17px;
                    text-align: left
                }

                    .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-app .steps-app-link .steps-app-arrow {
                        margin-left: 3%;
                        width: 12px;
                        height: 12px;
                        object-fit: contain
                    }

                .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-app a:hover {
                    text-decoration: none
                }

@media screen and (max-width:576px) {
    .steps-cbt-main {
        background-color: #fbfbfb
    }

        .steps-cbt-main .steps-cbt .steps-header {
            display: flex;
            flex-direction: column;
            margin-bottom: 7%
        }

            .steps-cbt-main .steps-cbt .steps-header .steps-header-title {
                width: 100%
            }

                .steps-cbt-main .steps-cbt .steps-header .steps-header-title .steps-title {
                    font-size: 17px
                }

                .steps-cbt-main .steps-cbt .steps-header .steps-header-title .steps-title-underline {
                    margin-top: 12px;
                    margin-bottom: 25px;
                    height: 1px;
                    width: 45px
                }

            .steps-cbt-main .steps-cbt .steps-header .steps-download {
                height: 25px;
                max-width: 201px;
                min-width: 201px;
                border: 1px solid #1a8ada
            }

                .steps-cbt-main .steps-cbt .steps-header .steps-download .steps-download-text {
                    font-size: 10px
                }

                .steps-cbt-main .steps-cbt .steps-header .steps-download .download-img {
                    width: 10px;
                    height: 10px
                }

        .steps-cbt-main .steps-cbt .steps-box {
            display: flex;
            flex-flow: column
        }

            .steps-cbt-main .steps-cbt .steps-box .steps-box1 {
                flex-flow: column;
                width: 100%
            }

                .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-tablet {
                    width: 95%
                }

                    .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-tablet .steps-tablet-title {
                        margin-bottom: 3%;
                        margin-top: 6%
                    }

                    .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-tablet .steps-tablet-subtitle {
                        font-size: 11px;
                        margin-bottom: 5%
                    }

                .steps-cbt-main .steps-cbt .steps-box .steps-box1 .line {
                    display: none
                }

                .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-cover {
                    width: 95%;
                    padding-left: 0
                }

                    .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-cover .steps-cover-img {
                        height: 200px
                    }

                    .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-cover .steps-cover-title {
                        margin-top: 0;
                        margin-bottom: 3%
                    }

                    .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-cover .steps-cover-subtitle {
                        font-size: 11px;
                        margin-bottom: 5%
                    }

                    .steps-cbt-main .steps-cbt .steps-box .steps-box1 .steps-cover .steps-cover-link {
                        margin-bottom: 2%
                    }

            .steps-cbt-main .steps-cbt .steps-box .line-outside {
                display: none
            }

            .steps-cbt-main .steps-cbt .steps-box .steps-box2 {
                flex-flow: column;
                width: 100%;
                margin-bottom: 10%
            }

                .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-sim {
                    width: 95%;
                    padding-left: 0
                }

                    .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-sim .steps-sim-img {
                        height: 200px
                    }

                    .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-sim .steps-sim-title {
                        margin-top: 0;
                        margin-bottom: 3%
                    }

                    .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-sim .steps-sim-subtitle {
                        font-size: 11px;
                        margin-bottom: 3%
                    }

                .steps-cbt-main .steps-cbt .steps-box .steps-box2 .line {
                    display: none
                }

                .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-app {
                    width: 95%;
                    margin-top: 10%;
                    padding-left: 0
                }

                    .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-app .steps-app-title {
                        margin-bottom: 3%;
                        margin-top: 7%
                    }

                    .steps-cbt-main .steps-cbt .steps-box .steps-box2 .steps-app .steps-app-subtitle {
                        font-size: 11px;
                        margin-bottom: 3%
                    }
}

.icampus-contact-container {
    width: 100%;
    height: 407px;
    display: flex;
    flex-direction: column
}

    .icampus-contact-container .contact-us {
        margin-left: 13%;
        margin-top: 50px;
        order: 1;
        height: 42px;
        font-family: Roboto;
        font-size: 36px;
        font-weight: 500;
        letter-spacing: 1.3px
    }

    .icampus-contact-container .path-border {
        margin-left: 13%;
        order: 2;
        width: 45px;
        height: 2px;
        margin-top: 12px
    }

    .icampus-contact-container .contact-info-container {
        order: 3;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: 13%;
        margin-right: 13%;
        width: 74%
    }

    .icampus-contact-container .location-image-text-box {
        width: auto;
        display: flex
    }

        .icampus-contact-container .location-image-text-box .location-image {
            order: 1;
            margin-bottom: 14px;
            height: 20%;
            width: 20%;
            margin-top: 60px
        }

        .icampus-contact-container .location-image-text-box .aakash-institute-co {
            order: 2;
            margin-left: 15px;
            margin-top: 56px;
            min-width: 270px;
            height: 120px;
            font-family: Roboto;
            font-size: 17px;
            font-weight: 200;
            line-height: 1.7;
            letter-spacing: .7px
        }

    .icampus-contact-container .email-phone-info-box {
        width: auto;
        order: 3;
        display: flex;
        flex-direction: column
    }

        .icampus-contact-container .email-phone-info-box .email-info-box {
            order: 1;
            display: flex;
            flex-direction: row
        }

            .icampus-contact-container .email-phone-info-box .email-info-box .email-image {
                order: 1;
                margin-top: 65px;
                margin-left: 163px
            }

            .icampus-contact-container .email-phone-info-box .email-info-box .email-content {
                order: 2;
                margin-top: 56px;
                margin-left: 40px;
                min-width: 158px;
                height: 80px;
                font-family: Roboto;
                font-size: 20px;
                line-height: 2;
                letter-spacing: .7px;
                color: #fff
            }

        .icampus-contact-container .email-phone-info-box .phone-info-box {
            width: auto;
            order: 2;
            display: flex;
            flex-direction: row
        }

            .icampus-contact-container .email-phone-info-box .phone-info-box .phone-image {
                order: 1;
                margin-top: 55px;
                margin-left: 180px
            }

            .icampus-contact-container .email-phone-info-box .phone-info-box .phone-content {
                order: 2;
                margin-left: 15px;
                margin-top: 45px;
                min-width: 165px;
                height: 80px;
                font-family: Roboto;
                font-size: 17px;
                font-weight: 200;
                line-height: 1.7;
                letter-spacing: .7px
            }

    .icampus-contact-container .mail-info-contact {
        order: 4;
        display: flex;
        flex-direction: row;
        margin-top: 45px;
        margin-left: 180px
    }

        .icampus-contact-container .mail-info-contact .mail-icon {
            height: 25px;
            width: 35px
        }

        .icampus-contact-container .mail-info-contact .mail-text {
            font-family: Roboto;
            margin-left: 15px;
            width: 280px;
            height: 80px;
            font-size: 17px;
            font-weight: 200;
            letter-spacing: .7px
        }

@media screen and (max-width:576px) {
    .icampus-contact-container .contact-us {
        width: 106px;
        height: 24px;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: .7px;
        margin-left: 20px;
        margin-top: 30px
    }

    .icampus-contact-container .contact-info-container {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        height: 100%
    }

    .icampus-contact-container .location-image-text-box .location-image {
        height: 30%;
        width: 30%;
        margin-left: 20px;
        margin-top: 28px
    }

    .icampus-contact-container .location-image-text-box .aakash-institute-co {
        margin-left: 28px;
        margin-top: 28px;
        width: 194px;
        height: 72px;
        font-size: 12px;
        letter-spacing: .4px
    }

    .icampus-contact-container .path-border {
        margin-left: 20px;
        margin-top: 10px;
        border: 2px solid #fff
    }

    .icampus-contact-container .email-phone-info-box {
        flex-direction: row;
        flex-wrap: wrap
    }

        .icampus-contact-container .email-phone-info-box .email-info-box {
            flex-wrap: wrap
        }

            .icampus-contact-container .email-phone-info-box .email-info-box .email-image {
                margin-left: 20px;
                margin-top: 60px
            }

            .icampus-contact-container .email-phone-info-box .email-info-box .email-content {
                margin-left: 17px;
                margin-top: 56px;
                width: 95px;
                height: 36px;
                font-size: 12px;
                line-height: 1.5;
                letter-spacing: .4px
            }

        .icampus-contact-container .email-phone-info-box .phone-info-box {
            flex-wrap: wrap
        }

            .icampus-contact-container .email-phone-info-box .phone-info-box .phone-image {
                margin-left: 24px;
                margin-top: 60px
            }

            .icampus-contact-container .email-phone-info-box .phone-info-box .phone-content {
                margin-left: 20.1px;
                margin-top: 56px;
                width: 178px;
                height: 36px;
                font-size: 12px;
                line-height: 1.5;
                letter-spacing: .4px
            }

    .icampus-contact-container .mail-info-contact {
        margin-left: 24px;
        margin-top: 60px
    }

        .icampus-contact-container .mail-info-contact .mail-icon {
            height: 20px;
            width: 30px
        }

        .icampus-contact-container .mail-info-contact .mail-text {
            margin-left: 20.1px;
            width: 178px;
            height: 36px;
            font-size: 12px;
            line-height: 1.5;
            letter-spacing: .4px
        }
}

.icampus-footer-container {
    width: 100%;
    height: 60px;
    display: flex;
    background-image: linear-gradient(94deg,#f4f4f4,#eaeaea)
}

    .icampus-footer-container .copyright-content {
        height: 19px;
        font-family: Roboto;
        font-size: 16px;
        color: #0a568d;
        text-align: center;
        margin-top: 1.9%;
        width: 66%
    }

    .icampus-footer-container .powered-by-content {
        height: 19px;
        width: 100%;
        text-align: center;
        font-family: Roboto;
        font-size: 18.2px;
        letter-spacing: .4px;
        color: #4a4a4a;
        margin-top: 1.2%
    }

        .icampus-footer-container .powered-by-content img {
            height: 23px;
            margin-left: 3px
        }

@media screen and (max-width:576px) {
    .icampus-footer-container .copyright-content {
        height: 10px;
        font-size: 11px;
        text-align: center;
        color: #0a568d;
        width: 100%
    }

    .icampus-footer-container .powered-by-content {
        height: 13px;
        font-size: 12.2px;
        letter-spacing: .4px;
        color: #4a4a4a;
        text-align: center;
        width: 100%;
        margin-top: 13px
    }
}

@media screen and (max-width:576px) {
    .icampus-footer-container {
        flex-direction: column;
        height: 90px
    }
}

.homepage-main {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    width: 100%;
    padding-top: 30px;
    border-bottom: 4px solid #002954
}

    .homepage-main .homepage-text {
        display: flex;
        flex-flow: column nowrap;
        width: 50%;
        margin-top: 30px;
        margin-left: 10%
    }

        .homepage-main .homepage-text .homepage-header {
            width: 100%;
            font-family: Roboto;
            font-size: 40px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: .7px;
            margin-bottom: 6px;
            margin-right: 33.4px
        }

        .homepage-main .homepage-text .header-underline {
            width: 45px;
            height: 1px
        }

        .homepage-main .homepage-text .homepage-sub-header {
            width: 100%;
            opacity: .6;
            font-family: Roboto;
            font-size: 29px;
            font-weight: 400;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.32;
            letter-spacing: .5px;
            margin-top: 25px;
            margin-right: 14.4px
        }

        .homepage-main .homepage-text .homepage-description {
            margin-bottom: 35px;
            width: 75%;
            opacity: .6;
            font-family: Roboto;
            font-size: 16px;
            font-weight: 400;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.88;
            letter-spacing: .6px;
            margin-top: 25px
        }

        .homepage-main .homepage-text .buttons-home {
            display: flex;
            flex-direction: column
        }

            .homepage-main .homepage-text .buttons-home .play-store-img {
                width: 200px;
                margin-left: 13%;
                margin-bottom: 2%
            }

            .homepage-main .homepage-text .buttons-home .button-home {
                line-height: 48px;
                box-shadow: 0 1px 2px 0 rgba(0,0,0,.5)
            }

            .homepage-main .homepage-text .buttons-home .button-home, .homepage-main .homepage-text .buttons-home .button-login {
                width: 165.8px;
                height: 48px;
                border-radius: 24.7px;
                text-align: center;
                display: inline-block;
                font-family: Roboto;
                font-size: 17px;
                font-weight: 500;
                font-style: normal;
                font-stretch: normal;
                letter-spacing: normal
            }

            .homepage-main .homepage-text .buttons-home .button-login {
                cursor: pointer;
                margin-left: 15%;
                line-height: 46px;
                text-decoration: none
            }

            .homepage-main .homepage-text .buttons-home a:hover {
                text-decoration: none
            }

        .homepage-main .homepage-text .video-cbt {
            width: 154px;
            justify-content: space-between;
            margin-top: 5%;
            display: flex;
            align-items: center
        }

            .homepage-main .homepage-text .video-cbt .video-img {
                cursor: pointer;
                width: 32px;
                height: 32px;
                object-fit: contain
            }

            .homepage-main .homepage-text .video-cbt .watch {
                cursor: pointer;
                font-family: Roboto;
                font-size: 14px;
                font-weight: 500
            }

    .homepage-main .homepage-image {
        width: 45%;
        margin-top: 30px;
        margin-left: 5%;
        height: 530px;
        object-fit: contain
    }

@media screen and (max-width:576px) {
    .homepage-main {
        display: flex;
        flex-flow: column nowrap;
        width: 100%;
        padding-top: 0px
    }

        .homepage-main .homepage-text {
            display: flex;
            flex-flow: column nowrap;
            width: 80%;
            margin-top: 0px;
            margin-left: 10%;
            margin-right: 10%
        }

            .homepage-main .homepage-text .homepage-header {
                font-size: 26px
            }

            .homepage-main .homepage-text .homepage-sub-header {
                margin-right: 0;
                padding-right: 14.4px;
                font-size: 18px;
                line-height: 1.28
            }

            .homepage-main .homepage-text .homepage-description {
                font-size: 11px;
                line-height: 1.91;
                margin-bottom: 25px
            }

            .homepage-main .homepage-text .order-now {
                width: 98px;
                height: 30px;
                font-size: 12px;
                line-height: 30px
            }

        .homepage-main .homepage-image {
            width: 70%;
            height: auto;
            margin-top: 10px;
            object-fit: contain;
            margin-left: 20%
        }
}

.campus-video-container {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: auto;
    padding-bottom: 74px;
    display: flex;
    flex-direction: column
}

    .campus-video-container .campus-container-heading-box {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

        .campus-video-container .campus-container-heading-box .exp-label-border-bottom-box .exp-label {
            width: 100%;
            font-family: Roboto;
            font-size: 36px;
            font-weight: 500;
            letter-spacing: 1.3px;
            padding-top: 50px
        }

        .campus-video-container .campus-container-heading-box .exp-label-border-bottom-box .border-bottom {
            width: 45px;
            height: 2px;
            margin: 12px 0 60px
        }

        .campus-video-container .campus-container-heading-box .feedback-app-container {
            margin-top: 5%;
            padding-left: .5%;
            padding-right: .5%;
            justify-content: space-between;
            align-items: center;
            border-radius: 97px 100px 100px 97px;
            box-shadow: 0 2px 4px 0 rgba(0,0,0,.5),inset 0 1px 3px 0 rgba(0,0,0,.05);
            width: 219px;
            height: 32px;
            display: flex;
            flex-direction: row
        }

            .campus-video-container .campus-container-heading-box .feedback-app-container .active-video {
                cursor: pointer;
                width: 50%;
                border-radius: 100px;
                height: 22px;
                font-family: Roboto;
                font-size: 12px;
                font-weight: 500;
                letter-spacing: .3px;
                line-height: 22px;
                text-align: center
            }

            .campus-video-container .campus-container-heading-box .feedback-app-container .inactive-video {
                cursor: pointer;
                width: 50%;
                font-family: Roboto;
                font-size: 12px;
                font-weight: 500;
                letter-spacing: .3px;
                line-height: 14px;
                text-align: center
            }

    .campus-video-container .campus-Image-container {
        box-shadow: 0 4px 20px 0 rgba(0,0,0,.19);
        display: flex;
        justify-content: center;
        position: relative
    }

        .campus-video-container .campus-Image-container .campus-welcome-image {
            width: 100%;
            height: 582px;
            background-color: rgba(0,0,0,.4)
        }

        .campus-video-container .campus-Image-container .campus-video-play-icon {
            position: absolute;
            display: flex;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            object-fit: contain;
            cursor: pointer
        }

    .campus-video-container .video-container {
        box-shadow: 0 4px 20px 0 rgba(0,0,0,.19);
        text-align: center
    }

        .campus-video-container .video-container .video-app {
            width: 100%;
            height: 542
        }

@media only screen and (max-width:575px) {
    .campus-video-container {
        height: auto;
        padding-bottom: 10px
    }

        .campus-video-container .campus-Image-container .campus-welcome-image {
            width: 100% !important;
            height: 200px !important
        }

        .campus-video-container .campus-Image-container .campus-video-play-icon {
            width: 20%
        }

        .campus-video-container .exp-label {
            font-size: 20px !important
        }

        .campus-video-container .campus-container-heading-box {
            flex-direction: column
        }

            .campus-video-container .campus-container-heading-box .exp-label-border-bottom-box .exp-label {
                width: auto;
                font-size: 20px !important
            }

            .campus-video-container .campus-container-heading-box .exp-label-border-bottom-box .border-bottom {
                margin: 10px 0 15px !important
            }

            .campus-video-container .campus-container-heading-box .feedback-app-container {
                margin-top: 0;
                margin-bottom: 7%;
                padding-left: 1%;
                padding-right: 1%;
                width: 150px;
                height: 28px
            }

                .campus-video-container .campus-container-heading-box .feedback-app-container .active-video {
                    cursor: pointer;
                    height: 20px;
                    font-size: 10px;
                    line-height: 20px
                }

                .campus-video-container .campus-container-heading-box .feedback-app-container .inactive-video {
                    cursor: pointer;
                    width: 50%
                }

        .campus-video-container .campus-video-play-icon {
            width: 20%
        }

    .video-container .video-app {
        width: 100%
    }
}

.bestscores {
    width: 100%
}

    .bestscores .bestScorespage-main {
        display: flex;
        flex-flow: column nowrap;
        height: auto;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        padding-top: 10px
    }

        .bestscores .bestScorespage-main .bestScorespage-heading {
            width: 100%;
            height: auto;
            font-family: Roboto;
            font-size: 36px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: 1.3px
        }

        .bestscores .bestScorespage-main .bestScorespage-underline {
            width: 45px;
            height: 1px;
            margin-top: 10px
        }

        .bestscores .bestScorespage-main .bestScorespage-sub-heading {
            margin-top: 15px;
            margin-bottom: 75px;
            width: 100%;
            height: auto;
            opacity: .7;
            font-family: Roboto;
            font-size: 20px;
            font-weight: 400;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.6;
            letter-spacing: .5px
        }

        .bestscores .bestScorespage-main .bestScorespage-imagebox {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-around;
            width: 100%;
            height: auto;
            margin-bottom: 20px
        }

            .bestscores .bestScorespage-main .bestScorespage-imagebox .image-text {
                display: flex;
                flex-flow: row;
                width: 30%;
                height: auto
            }

                .bestscores .bestScorespage-main .bestScorespage-imagebox .image-text .bestScorespage-image1 {
                    width: 77px;
                    height: 81px;
                    object-fit: contain
                }

                .bestscores .bestScorespage-main .bestScorespage-imagebox .image-text .bestScorespage-image2 {
                    width: 95px;
                    height: 77px;
                    object-fit: contain
                }

                .bestscores .bestScorespage-main .bestScorespage-imagebox .image-text .bestScorespage-image3 {
                    width: 114px;
                    height: 77px;
                    object-fit: contain
                }

                .bestscores .bestScorespage-main .bestScorespage-imagebox .image-text .bestScorespage-imagetext {
                    margin-top: 00px;
                    margin-left: 20px;
                    margin-right: 73px;
                    width: 80%;
                    height: 44px;
                    font-family: Roboto;
                    font-size: 150%;
                    font-weight: 500;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.38;
                    letter-spacing: .6px
                }

@media screen and (max-width:768px) {
    .bestscores .bestScorespage-main .bestScorespage-sub-heading {
        margin-bottom: 25px
    }

    .bestscores .bestScorespage-main .bestScorespage-imagebox .image-text {
        display: flex;
        flex-flow: column
    }

        .bestscores .bestScorespage-main .bestScorespage-imagebox .image-text .bestScorespage-imagetext {
            margin-left: 0
        }
}

@media screen and (max-width:576px) {
    .bestscores .bestScorespage-main .bestScorespage-heading {
        font-size: 20px
    }

    .bestscores .bestScorespage-main .bestScorespage-sub-heading {
        font-size: 11px;
        margin-bottom: 25px
    }

    .bestscores .bestScorespage-main .bestScorespage-imagebox {
        margin-bottom: 50px
    }

        .bestscores .bestScorespage-main .bestScorespage-imagebox .image-text {
            display: flex;
            flex-flow: column
        }

            .bestscores .bestScorespage-main .bestScorespage-imagebox .image-text .bestScorespage-imagetext {
                margin-left: 0;
                font-size: 11px
            }
}

.carousel-container {
    display: flex
}

    .carousel-container .static-image {
        width: 100%
    }

    .carousel-container .carousel-control-next-icon, .carousel-container .carousel-control-prev-icon, .carousel-container .prev-btn {
        display: none
    }

    .carousel-container .carousel-control-next:hover, .carousel-container .carousel-control-prev:hover {
        cursor: pointer
    }

    .carousel-container .carousel {
        width: 100%
    }

    .carousel-container .carousel-indicators {
        display: none
    }

.slide-container {
    width: 100%;
    display: flex;
    flex-direction: column
}

    .slide-container .header-label {
        font-family: Roboto;
        font-size: 36px;
        font-weight: 500;
        letter-spacing: 1.3px;
        margin-top: 50px;
        margin-left: 10%
    }

    .slide-container .border-bottom {
        width: 45px;
        height: 2px;
        margin-left: 10%
    }

    .slide-container .slide-body {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 61px;
        padding: 0 20px
    }

    .slide-container .slide-img {
        margin-left: -11%;
        width: 529px;
        height: 469px
    }

    .slide-container .left-place, .slide-container .right-place {
        width: 0
    }

    .slide-container .slide2-content {
        display: flex;
        flex-direction: column
    }

    .slide-container .slide-label-flex {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 70px;
        width: 230px
    }

        .slide-container .slide-label-flex .slide-eliminate-label {
            font-family: Roboto;
            font-size: 16px;
            letter-spacing: .6px;
            text-align: right
        }

        .slide-container .slide-label-flex .text-left {
            text-align: left
        }

    .slide-container .border-start {
        align-items: flex-start
    }

    .slide-container .slide-content {
        display: flex;
        flex-direction: column;
        margin-left: -10%
    }

    .slide-container .content-body {
        display: flex;
        flex-direction: column;
        margin-top: 4.8rem;
        align-items: center;
        margin-bottom: 60px
    }

        .slide-container .content-body .fix-label {
            font-family: Roboto;
            font-size: 24px;
            font-weight: 500;
            letter-spacing: .9px;
            text-align: center;
            color: #fff
        }

        .slide-container .content-body .test-label {
            opacity: .7;
            font-family: Roboto;
            font-size: 16px;
            line-height: 1.31;
            letter-spacing: .9px;
            text-align: center;
            width: 468px;
            color: #fff
        }

    .slide-container .content-flex {
        display: flex;
        flex-direction: column;
        margin-left: -195px
    }

        .slide-container .content-flex .label-flex {
            display: flex;
            flex-direction: column;
            margin-bottom: 70px
        }

            .slide-container .content-flex .label-flex .eliminate-label {
                font-family: Roboto;
                font-size: 16px;
                letter-spacing: .6px;
                color: #fff
            }

    .slide-container .border-line {
        width: 9.8rem;
        margin-top: 12px
    }

.mobslide-container {
    width: 100%;
    display: flex;
    flex-direction: column
}

    .mobslide-container .header-label {
        font-family: Roboto;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: .7px;
        margin: 30px 0 0 20px
    }

    .mobslide-container .border-bottom {
        width: 45px;
        height: 2px;
        margin: 10px 0 40px 20px
    }

    .mobslide-container .slide-body {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 2%;
        padding: 0 20px
    }

        .mobslide-container .slide-body .first-section {
            display: flex
        }

            .mobslide-container .slide-body .first-section .body-label {
                display: flex;
                flex-direction: column;
                margin-left: 4%;
                margin-top: 17px
            }

                .mobslide-container .slide-body .first-section .body-label .content-label {
                    width: 123px;
                    height: 26px;
                    font-family: Roboto;
                    font-size: 11px;
                    letter-spacing: .4px;
                    margin-bottom: 48px
                }

                .mobslide-container .slide-body .first-section .body-label .content-border {
                    width: 78px;
                    height: 2px;
                    margin-top: 8px
                }

        .mobslide-container .slide-body .footer-label {
            margin-top: 21.9px;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 70px
        }

            .mobslide-container .slide-body .footer-label .footer-header {
                display: flex;
                justify-content: center;
                margin-left: 2%;
                height: 19px;
                font-family: Roboto;
                font-size: 16px;
                font-weight: 500;
                letter-spacing: .6px;
                text-align: center;
                color: #fff
            }

            .mobslide-container .slide-body .footer-label .granular-text {
                margin: 10px 0 0 16px;
                width: 307px;
                height: 26px;
                opacity: .7;
                font-family: Roboto;
                font-size: 11px;
                line-height: 1.18;
                letter-spacing: .8px;
                text-align: center;
                color: #fff
            }

.img-responsive {
    max-width: 100%;
    height: auto
}

@media (min-width:250px) and (max-width:766px) {
    .slide-container .slide-body {
        display: inherit
    }

    .slide-container .slide-img {
        margin-left: 0 !important;
        width: 100%;
        height: 282px
    }

    .slide-container .border-start {
        align-items: end
    }

    .slide-container .slide-label-flex {
        display: flex;
        flex-direction: column;
        align-items: end;
        margin-bottom: 18px;
        width: 230px
    }

    .slide-container .slide-body {
        margin-top: 20px;
        padding: 0 20px
    }
}



