.adOn_FormDivOuter {
    position: sticky;
    z-index: 3;
    display: block;
    width: 25%;
    right: 50px;
    top: 130px;
    float: right
}

.adOn_colImgGrp {
    display: flex;
    position: relative;
    margin-bottom: .75rem;
    align-items: center
}

.adOn_colImg {
    position: absolute;
    background: #fff;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #000
}

.adOn_colImg img {
    padding: 1px
}

.circle-40 img {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px
}

.adOn_colImg:nth-child(2) {
    left: 20px;
    z-index: 2
}

.adOn_colImg:nth-child(3) {
    left: 40px;
    z-index: 2
}

.adOn_CounsellingLink {
    position: absolute;
    right: -11px
}

.adOn_colImg:nth-child(4) {
    left: 60px;
    z-index: 2
}

.adOn_gradient-overlay {
    background: #020024;
    background: linear-gradient(90deg, #020024 0, #0010ff 50%, #520fb7 100%)
}

.link-primary {
    color: #020024
}

.btn-link {
    font-weight: 400;
    color: #194796;
    text-decoration: underline
}

.fs-10 {
    font-size: 10px !important;
    line-height: 1.4;
    color: #2798d4
}

.adOn_uniDetailColImgText {
    position: absolute;
    left: 115px;
    top: -18px;
    display: block;
    width: max-content
}

.form-box .formCard,
.form-head {
    display: -moz-box;
    display: -ms-flexbox
}

.adOn_custom-check-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.adOn_custom-check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}

.py-70 {
    padding-top: 45px;
    padding-bottom: 20px
}

.adOn_Form label {
    background: #fff;
    position: absolute;
    left: 7%;
    color: #194796;
    top: -9px;
    padding-left: 3px;
    padding-right: 3px;
    z-index: 1;
    border-radius: 4px
}

#submit:hover {
    background: #194796
}

.form-box .formCard {
    margin: 0 0 20px;
    padding: 0
}

.rowwrap {
    width: 100%;
    justify-content: center;
    margin: 0 0 15px
}

.custom-class input,
.custom-class textarea {
    width: 100%;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .12);
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: Jost, sans-serif !important;
    color: #5e6368;
    font-size: 16px;
    outline: 0;
    font-weight: 400;
    padding: 12px 0 8px 15px
}

.phone {
    width: 100px;
    margin-right: 15px
}

.submit-enquiry-btn {
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 10px;
    background: #e63e3e !important;
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.form-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #212835;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    padding: 17px 0
}

.form-head img {
    height: 32px
}

.formtitle {
    line-height: 34px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    margin: 0 0 30px;
    font-size: 18px !important;
    color: #ebecee !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-left: 14px !important;
    margin-bottom: 0 !important
}

.form-box {
    padding: 16px 28px 24px !important;
    text-align: left
}

.container1 .cover {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    z-index: 98;
    transition: 1s;
    transform-origin: left;
    transform-style: preserve-3d
}

.container1 .cover::after,
.cover .back {
    transform: rotateY(180deg);
    backface-visibility: hidden
}

.container1 #flip:checked~.cover {
    transform: rotateY(-180deg)
}

.container1 .cover .back,
.container1 .cover .front {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.container1 .cover::after,
.container1 .cover::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #7d2ae8;
    opacity: .5;
    z-index: 12
}

.container1 .cover::after {
    opacity: .3
}

.container1 .cover img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 10;
    background: #000
}

.container1 .cover .text {
    position: absolute;
    z-index: 130;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.cover .text .text-1,
.cover .text .text-2 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.cover .text .text-2 {
    font-size: 15px;
    font-weight: 500
}

.container1 .forms {
    height: 100%;
    width: 100%;
    background: #fff
}

.container1 .form-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.form-content .login-form,
.form-content .signup-form {
    width: calc(100% / 2 - 25px)
}

.forms .form-content .title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #333
}

.forms .form-content .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 25px;
    background: #7d2ae8
}

.forms .signup-form .title:before {
    width: 20px
}

.forms .form-content .input-boxes {
    margin-top: 30px
}

.forms .form-content .input-box {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    position: relative
}

.form-content .input-box input {
    height: 100%;
    width: 100%;
    outline: 0;
    border: none;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid rgba(0, 0, 0, .2);
    transition: .3s
}

.form-content .input-box input:focus,
.form-content .input-box input:valid {
    border-color: #7d2ae8
}

.form-content .input-box i {
    position: absolute;
    color: #7d2ae8;
    font-size: 17px
}

.forms .form-content .text {
    font-size: 14px;
    font-weight: 500;
    color: #333
}

.forms .form-content .text a {
    text-decoration: none
}

.forms .form-content .text a:hover,
.forms .form-content label:hover {
    text-decoration: underline
}

.forms .form-content .button {
    color: #fff;
    margin-top: 40px
}

.forms .form-content .button input {
    color: #fff;
    background: #7d2ae8;
    border-radius: 6px;
    padding: 0;
    cursor: pointer;
    transition: .4s
}

.forms .form-content .button input:hover {
    background: #5b13b9
}

.forms .form-content label {
    color: #5b13b9;
    cursor: pointer
}

.forms .form-content .login-text,
.forms .form-content .sign-up-text {
    text-align: center;
    margin-top: 25px
}

#one,
#three,
#two,
.container1 #flip {
    display: none
}

@media (max-width:730px) {

    .container1 #flip:checked~.forms .login-form,
    .container1 .cover,
    .form-content .signup-form {
        display: none
    }

    .form-content .login-form,
    .form-content .signup-form {
        width: 100%
    }

    .container1 #flip:checked~.forms .signup-form {
        display: block
    }
}

.container1 {
    max-width: 850px;
    padding: 40px 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    perspective: 2700px;
    width: 100%;
    height: 580px;
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    border-radius: 6px;
    background: #fff;
    overflow: hidden
}

.container1 h1 {
    position: absolute;
    font-size: 40px;
    top: 40px;
    text-align: center;
    width: 100%;
    padding: 20px
}

.container1 .indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 160px
}

.indicator .step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 5px
}

.form,
.step div {
    display: flex;
    align-items: center
}

.step div {
    justify-content: center;
    flex-direction: column;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    font-weight: 700
}

.step1 div {
    border-color: #194796;
    color: #fff;
    transition: .4s
}

.step span {
    font-weight: 600;
    text-align: center;
    transition: .4s
}

#one:checked~.container1 .indicator .step2 span,
#three:checked~.container1 .indicator .step4 span,
#two:checked~.container1 .indicator .step3 span,
.step1 span {
    color: #194796
}

.indicator .line {
    width: 30px;
    height: 30px;
    border-top: 4px solid #000;
    transition: .4s
}

.container1 .panel {
    width: 1720px;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    transition: .4s
}

.page1,
.page2,
.page3,
.page4 {
    position: absolute;
    height: 100%;
    width: 430px
}

.container1 .form-group input,
.form {
    height: 100%;
    width: 100%;
    position: absolute
}

.page1 {
    left: 0
}

.page2 {
    left: 25%
}

.page3 {
    left: 50%
}

.page4 {
    left: 75%
}

.form {
    justify-content: center;
    flex-direction: column;
    top: 90px
}

.container1 .form .form-group,
.form .btn-group {
    align-items: center;
    width: 80%;
    height: 50px;
    display: flex
}

.container1 .form .form-group {
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin: 15px 0
}

.container1 .form-group input {
    border-radius: 5px;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 500;
    outline: 0;
    border: 1px solid #000
}

.form-group label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: #fff;
    transition: .3s;
    font-size: 18px;
    font-weight: 500;
    padding: 3px;
    color: #999
}

.form-group input:focus~label,
.form-group input:valid~label {
    color: #000;
    top: 0;
    transform: translateY(-50%) scale(.85)
}

.form .btn-group {
    justify-content: space-between;
    flex-direction: row
}

.btn-group .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #194796;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    width: 48%;
    height: 100%;
    padding: 10px;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 6px;
    outline: 0;
    border: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    cursor: pointer
}

.btn-group .btn-f {
    width: 100%
}

.btn-group .btn:active {
    transform: scale(.95)
}

.btn-group .btn:hover {
    opacity: .8
}

#one:checked~.container1 .panel {
    left: -430px
}

#two:checked~.container1 .panel {
    left: -860px
}

#three:checked~.container1 .panel {
    left: -1290px
}

#one:checked~.container1 .indicator .line1,
#three:checked~.container1 .indicator .line3,
#two:checked~.container1 .indicator .line2 {
    border-color: #194796
}

#one:checked~.container1 .indicator .step2 div,
#three:checked~.container1 .indicator .step4 div,
#two:checked~.container1 .indicator .step3 div {
    border-color: #194796;
    background: #194796;
    color: #fff
}

@media only screen and (max-width:769px) {

    .carousel-item,
    .carousel-item img {
        height: 350px
    }

    .banner {
        padding-top: 70px
    }

    .flip-box {
        margin: 20px !important
    }

    .studyabroadimg img {
        width: 100% !important
    }

    #header .menu1 li .arrow:after,
    #header .menu1 li.first {
        display: none
    }

    #header .menu1 li a {
        padding: 3px
    }

    .contact-footer {
        z-index: 9999;
        width: 100%;
        left: 0;
        bottom: 0
    }

    .contact-footer a {
        width: 50%;
        display: inline-block;
        text-align: center;
        color: #fff;
        padding: 15px 0;
        font-size: 13px
    }

    .contact-footer a img {
        width: 20px;
        margin-right: 8px
    }

    .menu1 {
        padding: 0
    }

    #header .header-logo {
        width: 120px;
        height: 50px
    }

    #header .header-logo img {
        width: 130px
    }

    .haveAnyQuesLeftSide {
        width: 100%;
        padding-top: 200px
    }

    .waveImage {
        width: 52px;
        height: 52px;
        top: 30px;
        right: 100px
    }

    .haveAnyQuesRightSide article img:first-child {
        height: 95px;
        width: 95px;
        top: 24px;
        right: 174px
    }

    .haveAnyQuesRightSide article img:nth-child(2) {
        height: 83px;
        width: 83px;
        bottom: 0;
        top: 102px;
        right: 82px
    }

    .haveAnyQuesRightSide article img:nth-child(3) {
        height: 59px;
        width: 59px;
        bottom: 0;
        top: 140px;
        right: 182px
    }

    .waveImage img {
        width: 34px
    }
}

@media only screen and (max-width:1200px) {
    #header .header-logo {
        width: 100px;
        height: 71px
    }

    #header .search_icon {
        margin-left: 5px
    }

    #header #login {
        font-size: 13px;
        padding: 10px 5px
    }

    #header .menu {
        width: calc(100% - 250px);
        padding: 0 5px
    }

    #header .menu li a {
        padding: 20px 29px 20px 10px;
        font-size: 13px
    }

    header#header {
        padding: 10px 0
    }
}

@media only screen and (max-width:1024px) {

    #header .menu li .sub_menu.active,
    #header .submenu_box_sec_wrapper.active {
        opacity: 1;
        pointer-events: initial;
        left: 0
    }

    .mobile_menu {
        display: block;
        background: 0 0;
        border: none;
        padding: 0px 40px 0px 25px;
        cursor: pointer
    }

    .mobile_menu span {
        display: block;
        width: 32px;
        height: 3px;
        background: #000;
        margin: 0 0 4px;
        border-radius: 10px
    }

    .mobile_menu span:nth-child(2) {
        width: 44px
    }

    #header .header_right #login,
    #header .menu,
    #header .menu li .sub_menu a:after {
        display: none
    }

    #header .header_inner {
        position: relative
    }

    #header .menu,
    #header .menu li .sub_menu,
    #header .submenu_box_sec_wrapper {
        position: fixed;
        width: 300px;
        height: 100%;
        transition: .5s;
        overflow: auto;
        top: 0;
        display: block
    }

    .header_right {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    #header .menu li .sub_menu_2 li,
    #header .search_icon {
        margin: 0
    }

    #header .header-logo {
        margin-left: 10px
    }

    #header .menu {
        background: #fff;
        left: -100%;
        padding: 0;
        z-index: 9999
    }

    #header .menu.active {
        left: 0
    }

    #header .menu li a {
        padding: 10px;
        font-size: 13px;
        display: block;
        color: #000 !important
    }

    #header .menu li {
        margin: 0 0 10px;
        overflow: hidden
    }

    #header .menu li a:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -4px;
        border: solid #333;
        border-width: 0 1px 1px 0;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: .2s
    }

    #header .menu li.first,
    #header .menu1 li.first {
        display: block;
        padding: 20px 15px;
        margin: 0 0 15px;
        text-align: left;
        background: #08bd80;
    }

    #header .menu li.first .userPhoto {
        width: 88px;
        height: 88px;
        overflow: hidden;
        border-radius: 50%
    }

    #header .menu li.first .userPhoto svg {
        width: 100%;
        height: auto
    }

    #header .menu li.first #login {
        margin: 20px 0 5px;
        color: #fff;
        background: #2d81f7;
        cursor: pointer;
        font-size: 14px;
        padding: 12px 15px;
        border: 0;
        border-radius: 3px
    }

    #header .menu li.first .close,
    #header .menu1 li.first .close {
        position: absolute;
        top: 20px;
        width: 34px;
        height: 34px;
        cursor: pointer;
        background: 0;
        display: block;
        float: right;
        color: #000;
        margin: -15px -15px 0 0;
        right: 15px;
        font-size: 30px;
        font-weight: 400;
        border: 0
    }

    #header .menu li .sub_menu,
    #header .submenu_box_sec_wrapper {
        left: 300px;
        opacity: 0;
        pointer-events: none;
        padding: 70px 20px 20px;
        z-index: 999
    }

    #header .submenu_box_sec_wrapper.active {
        padding: 0;
        background: #fff
    }

    #header .more_wrapper,
    #header .study_abroad_wrapper,
    #header .submenu_wrapper,
    #header .update_wrapper,
    .course_list {
        flex-wrap: wrap
    }

    #header .more_cell,
    #header .study_abroad_cell,
    #header .update_cell,
    .course_list ul {
        width: 100%;
        padding: 0
    }

    #header .update_cell {
        margin: 0 0 20px
    }

    .full-col.back {
        display: block;
        color: #fff;
        background: #2d81f7;
        padding: 15px 15px 15px 50px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        font-family: Roboto, sans-serif;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99
    }

    .full-col.back:after {
        content: "";
        position: absolute;
        left: 15px;
        top: 15px;
        width: 23px;
        height: 19px;
        cursor: pointer
    }

    #header .course_list ul {
        width: 100%
    }

    #header .submenu_wrapper ul.submenu_wrapper_list {
        width: 100%;
        background-color: transparent;
        padding-top: 52px
    }

    #header .menu li .list_cell_box ul li,
    #header .menu li .sub_menu_2 {
        padding: 0
    }

    #header .menu li .sub_menu_2 li a {
        padding: 8px 35px 8px 15px;
        border-bottom: 1px solid #333
    }

    #header .list_wrapper_box {
        flex-wrap: wrap;
        padding-top: 51px
    }

    #header .list_cell {
        width: 100%;
        padding: 0;
        margin: 0 0 30px
    }

    #header .menu li .list_cell_box ul li a {
        display: block;
        padding: 10px
    }

    #header .sub_menu_2 h6 {
        background: #174f7a;
        color: #fff;
        margin: 0;
        padding: 10px
    }
}

@media only screen and (max-width:769px) {
    .contact-footer {
        z-index: 9999;
        width: 100%;
        left: 0;
        bottom: 0
    }

    .contact-footer a {
        width: 50%;
        display: inline-block;
        text-align: center;
        color: #fff;
        padding: 15px 0;
        font-size: 13px
    }

    .contact-footer a img {
        width: 20px;
        margin-right: 8px
    }

    .menu1 {
        padding: 0
    }

    #header .header-logo {
        width: 120px;
        height: 50px
    }

    #header .header-logo img {
        width: 130px
    }

    #header .menu1 li.first {
        display: none
    }
}
