@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Product Sans';
    color: #2a2a2a;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    font-weight: 400;
}

* {
    border: medium none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Product Sans';
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

a:hover {
    text-decoration: none;
    outline: none;
}

textarea {
    resize: none;
}

.mar-top {
    margin-top: 30px;
}

.blink {
    animation: blinker 1s linear infinite;
    font-size: 1.5em;
    /* Larger, responsive font size */
    margin-bottom: 20px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


/*#######################*/

.btn {
    font-size: 1rem;
}

.banner_form_sec .form_title {
    font-size: 24px;
    color: #414141;
    text-align: center;
    margin: 10px 0 15px;
    font-weight: bold;
    /*border-bottom: 1px solid #d0d0d0;*/
    padding: 0 0 10px;
}

.banner_form_sec .form_title span {
    display: inline-block;
    position: relative;
}

.banner_form_sec .form_title span::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 6px;
    background: #414141;
    top: 10px;
    left: -60px;
}

.banner_form_sec .form_title span::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 6px;
    background: #414141;
    top: 10px;
    right: -60px;
}

.banner_form_sec {
    background: #fff;
    padding: 15px 25px;
    width: 360px;
    border-radius: 10px;
    /* position: absolute; */
    /* bottom: -225px; */
    /* right: 50px; */
    z-index: 9999;
    display: inline-block;
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}

.banner_form_sec label {
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    margin: 0;
}

/*.banner_form_sec .form-control, .form_sec .form-control {
    height: 35px;
    font-size: 14px;
    color: #232323;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0 !important;
}*/

.banner_form_sec .form-group,
.form_sec .form-group {
    margin-bottom: 10px;
}

.banner_form_sec .submit-btn,
.form_sec .btn {
    background: #07cc84;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    border-color: #07cc84;
    padding: 7px 40px;
    margin: 15px 0 0;
}

.banner_form_sec .submit-btn:hover {
    background: #832625;
    color: #fff;
}

.banner_form_sec .form-control,
.form_sec .form-control {
    height: 32px;
    padding: .3rem .7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}

.form_sec select.form-control {
    height: inherit !important;
}

.form_sec .form-control:focus,
.card-footer .form-control:focus {
    outline: 1px solid lightblue;
    box-shadow: none;
}

.banner_form_sec ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #495057;
}

.banner_form_sec ::-moz-placeholder {
    /* Firefox 19+ */
    color: #495057;
}

.banner_form_sec :-ms-input-placeholder {
    /* IE 10+ */
    color: #495057;
}

.banner_form_sec :-moz-placeholder {
    /* Firefox 18- */
    color: #495057;
}

.btn {
    padding: 0.375rem 0.75rem;
}

.banner_content_sec {
    padding: 100px 40px 0px 60px;
}

.banner_content_sec h2 {
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 2px solid #fff;
}

.banner_content_sec h4 {
    font-size: 30px;
    font-weight: normal !important;
    color: #fff;
    line-height: 36px;
    margin: 0 0 25px;
}

.banner_content_sec h4 span {
    display: inline-block;
    font-weight: bold;
}

.banner_bottom_sec {
    padding: 220px 0 130px;
}

.banner_bottom_container {
    border: 1px solid #fff;
}

.banner_bottom_left_sec {
    background: url(../../images/frontend/srem_transforming_admission_bg1.jpg) no-repeat center top;
    padding: 30px;
    border-right: 1px solid #fff;
    position: relative;
}

.banner_bottom_left_sec::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 92%;
    background: #fff;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner_bottom_left_sec h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.banner_bottom_left_sec h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 100px;
    position: relative;
}

.banner_bottom_left_sec h4::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: #fff;
    top: 0;
    left: -15px;
}

.banner_bottom_left_sec p {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 30px;
    line-height: 30px;
}

.btn1 {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    padding: 0 15px;
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 40px;
}

.btn1 i {
    float: right;
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 40px;
}

.btn1:hover {
    background: #08cb84;
    color: #fff;
}

.banner_bottom_right_sec {
    width: 80%;
    position: relative;
    margin: 0 auto;
    height: 100%;
}

.banner_bottom_right1 {
    position: absolute;
    top: -185px;
    left: 0;
}

.banner_bottom_right2 {
    position: absolute;
    bottom: -165px;
    right: 0;
}

.banner_bottom_box {
    padding: 15px;
    border-radius: 15px;
    text-align: left;
    margin: 20px 0;
    box-shadow: 1px 0 70px rgb(0, 0, 0, 0.2);
}

.banner_bottom_box.bg1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#08cc84+0,2a9483+100 */
    background: rgb(8, 204, 132);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(8, 204, 132, 1) 0%, rgba(42, 148, 131, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(8, 204, 132, 1) 0%, rgba(42, 148, 131, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(8, 204, 132, 1) 0%, rgba(42, 148, 131, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08cc84', endColorstr='#2a9483', GradientType=0);
    /* IE6-9 */
}

.banner_bottom_box.bg2 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a9483+0,08cc84+100 */
    background: rgb(42, 148, 131);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(42, 148, 131, 1) 0%, rgba(8, 204, 132, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(42, 148, 131, 1) 0%, rgba(8, 204, 132, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(42, 148, 131, 1) 0%, rgba(8, 204, 132, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a9483', endColorstr='#08cc84', GradientType=0);
    /* IE6-9 */
}

.banner_bottom_box_icon {
    width: auto;
    height: 64px;
    margin-bottom: 10px;
}

.banner_bottom_box_icon img {
    display: inline-block;
}

.banner_bottom_box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 12px;
}

.banner_bottom_box p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 20px;
    border-bottom: 6px solid #cccbcb;
    padding-bottom: 5px;
}

.banner_bottom_right1 {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.banner_bottom_right2 {
    width: 50%;
    float: left;
    padding-left: 15px;
}

.other_platform_wrap {
    background: #fff;
    padding: 70px 0;
}

.other_platform_wrap .main_title1 {
    margin: 0 0 50px;
}

.other_platform_img_sec {
    width: 50%;
    float: left;
    margin: 0;
}

.other_platform_sub_sec {
    width: 50%;
    float: left;
    padding: 60px 60px 80px 30px;
    text-align: right;
}

.other_platform_sub_sec h3 {
    font-size: 36px;
    font-weight: bold;
    color: #292929;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative;
}

.other_platform_sub_sec h3::before {
    position: absolute;
    content: '';
    width: 142px;
    height: 5px;
    background: #292929;
    bottom: 0;
    right: 0;
}

.other_platform_sub_sec p {
    font-size: 28px;
    font-weight: 400;
    color: #292929;
    margin: 0;
    line-height: 30px;
}

.other_platform_container {
    margin: 30px 0;
}

.right_float .other_platform_img_sec {
    float: right;
    width: 50%;
}

.right_float .other_platform_img_sec img {
    width: 100%;
}

.right_float .other_platform_sub_sec {
    background: transparent;
    text-align: left;
    width: 50%;
    padding-left: 60px;
    padding-right: 30px;
}

.right_float .other_platform_sub_sec h3::before {
    left: 0;
}

.main_title1 {
    font-size: 48px;
    font-weight: 400;
    color: #292929;
    margin: 0 0 30px;
    position: relative;
}

.main_title1::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #292929;
    top: 0;
    left: -15px;
}

.main_title1::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 58px;
    background: #292929;
    top: 0;
    left: -18px;
}

.steps_to_transform_wrap {
    padding: 70px 0;
    background: #f7f5f5;
}

.about_ctpl_wrap {
    background: url(../../images/frontend/about_ctpl_bg1.jpg) no-repeat center top;
    background-size: cover;
    padding: 70px 0;
}

.about_ctpl_wrap .banner_bottom_left_sec {
    background: #292929;
    padding: 40px 80px 40px 40px;
    border-right: 1px solid #fff;
    position: relative;
    text-align: right;
    border-radius: 15px;
    width: 90%;
    float: right;
}

.about_ctpl_wrap .banner_bottom_left_sec h3 {
    border-bottom: none;
    margin: 0 0 30px;
}

.about_ctpl_wrap .banner_bottom_left_sec::before {
    left: inherit;
    right: 40px;
}

.about_ctpl_wrap .banner_bottom_left_sec h4::before {
    left: inherit;
    right: -42px;
}

.about_ctpl_wrap .banner_bottom_left_sec p {
    font-size: 20px;
    line-height: 24px;
}

.our_clientele_wrap {
    padding: 70px 0;
}

.our_clientele_image_sec {
    width: 100%;
    text-align: center;
}

.footer_wrap {
    background: #0b443f;
    padding: 40px 0 0;
}

.footer_contact {}

.footer_contact h4 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
    margin: 0 0 30px;
}

.footer_contact p {
    font-size: 17px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    margin: 0 0 30px;
    line-height: 23px;
}

.footer_link {
    margin: 60px 0 0;
    border-right: 1px solid #fff;
}

.footer_link ul {
    padding: 0;
    margin: 0;
}

.footer_link ul li {
    display: block;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 25px;
}

.footer_link ul li:last-child {
    margin: 0;
}

.footer_link ul li a {
    color: #fff;
}

.footer_link ul li a i {
    display: inline-block;
    margin-right: 15px;
}

.footer_social_media {
    padding: 0;
    margin: 60px 0 0;
    text-align: right;
}

.footer_social_media li {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
}

.footer_social_media li:nth-child(1) {
    margin-right: 10px;
}

.footer_social_media li:last-child {
    margin-right: 0px;
}

.footer_social_media li a {
    display: inline-block;
    width: 45px;
    line-height: 41px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
}

.footer_social_media li a:hover {
    color: #0b443f;
    border: 2px solid #a7bcba;
    background: #a7bcba;
}

.copyright_text {
    background: #013732;
    padding: 25px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.25);
    font-size: 17px;
    margin: 40px 0 0;
    text-align: center;
}

.no-padding {
    padding: 0 !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #d7d7d7 !important;
}

.banner_form_sec .btn {
    margin: 5px 0;
}

.btn-danger,
.btn-outline-danger {
    border-color: #832625;
    background: #832625;
}

.btn-danger:hover,
.btn-outline-danger:hover {
    background: #6e1716;
    box-shadow: 0 8px 25px -8px #6e1716;
    border-color: #6e1716;
}

.btn-warning {
    color: #fff;
    background-color: #ff9500;
    border-color: #ff9500;
}

.btn-warning:hover,
.btn-outline-warning:hover {
    background: #cd772b;
    box-shadow: 0 8px 25px -8px #cd772b;
    border-color: #cd772b;
    color: #fff;
}

/*##################################################################################################################### VGU CET CSS #############################################################################*/

.banner_form_sec ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #232323;
}

.banner_form_sec ::-moz-placeholder {
    /* Firefox 19+ */
    color: #232323;
}

.banner_form_sec :-ms-input-placeholder {
    /* IE 10+ */
    color: #232323;
}

.banner_form_sec :-moz-placeholder {
    /* Firefox 18- */
    color: #232323;
}

.dash-head-right h1 strong {
    color: #f8a125;
}

.inner-register {
    width: 30%;
    margin: 30px auto;
    border: solid 1px #ddd;
    padding: 15px;
    border-radius: 4px;
}

.campus-panel {
    position: relative;
    padding: 100px 0;
    background: url('../../images/frontend/campus.jpg') no-repeat center;
    background-size: cover;
}

.campus-panel .container {
    position: relative;
}

.campus-panel h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 30px;
}

.campus-panel h5 {
    font-size: 17px;
}

.btn-lg.go-choose {
    padding: 8px 30px;
    border-radius: 0;
    margin-top: 5px;
    color: #000;
}

.inner-main-panel {
    padding: 50px 0;
}

.main-form-panel .card .card-header {
    background: #4e73b8;
    color: #fff;
}

.main-form-panel .card .card-body .form-control {
    background: #f2f6ff;
    border-color: #b4bfd8;
}

.table tr:first-child th,
.table tr:first-child td {
    border-top: 0;
}

.table thead tr th {
    background: #4d4e4e;
    color: #fff;
}

#userpaymentsection {
    padding: 20px;
    margin-top: 15px;
    background: #fff;
}

select.form-control {
    -webkit-appearance: auto;
}

.register-panel .form-group {
    position: relative;
    margin-bottom: 15px;
}

.register-panel .form-group .invalid-feedback {
    position: absolute;
    left: 0;
    bottom: -18px;
    white-space: nowrap;
    color: #ff021b !important;
    font-size: 0.75rem;
}

.invalid-feedback {
    color: #dc6973 !important;
}

.register-panel .form-group label {
    color: #fff !important;
    padding-left: 0;
}

#dashboardaccord .leftmenu .list-group-item h5 {
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding: 11px 10px;
    margin: 0;
    width: 100%;
    display: inline-block;
    background: #ddd;
}

#dashboardaccord .leftmenu .list-group-item h5 i {
    float: left;
    overflow: hidden;
    padding-top: 2px;
    margin-right: 10px;
}

#dashboardaccord .leftmenu .list-group-item h5:last-child {
    border-bottom: none;
}

#dashboardaccord .leftmenu .list-group-item[aria-expanded="true"] {
    text-shadow: none !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    background: #f8a125 !important;
    color: #000 !important;
    border-bottom-color: #f8a125 !important;
}

#dashboardaccord .dashboard_container {
    padding: 25px;
    box-shadow: 1px 0 11px rgba(0, 0, 0, 0.26);
    margin-left: 30px;
}

#mypayments .table.table-bordered {
    font-size: 13px !important;
}

#wrapper {
    display: none;
}

.programPanel .nav {
    border-right: solid 1px #ddd;
    background: #fff;
}

.programPanel .nav a {
    color: #a63238;
    font-weight: 600;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    line-height: 20px;
}

.programPanel .nav a:last-child {
    border-bottom: 0;
}

.programPanel .nav-pills .nav-link.active,
.programPanel .nav-pills .show>.nav-link {
    background: #811811;
    border-radius: 0;
}

.programPanel .tab-content {
    border: solid 1px #ddd;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    min-height: 428px;
    background: rgba(0, 0, 0, 0.65);
}

.programPanel .tab-content h5 {
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    color: #d63220;
}

.list-unstyled {
    color: #000;
}

.listStyle li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
}

.listStyle li:before {
    font-family: 'FontAwesome';
    content: '\f101';
    position: absolute;
    left: 0;
    top: 0;
}

.listStyle li ol li {
    padding-left: 0;
}

.listStyle li ol li:before {
    content: '';
}

.admpanel {
    padding: 30px 0;
    background: #f5f5f5;
}

.instDiv {
    background: #fff;
    border: solid 1px #ddd;
    padding: 10px;
    border-radius: 4px;
    min-height: 100%;
}

header.inner-header {
    position: static;
    border-bottom: 1px solid #ddd;
}

header.inner-header .logo {
    padding: 15px;
}

.banner_form_panel h4 {
    color: #fff;
}

.banner_form_panel h5 {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.phone {
    text-align: right;
}

#applycoupon {
    display: inline-block;
    color: #000 !important;
    background: #f2901d !important;
    padding: 6px 15px;
    border: none;
    border-radius: 4px !important;
    margin-right: 5px;
}

#removecoupon {
    display: inline-block;
    color: #fff !important;
    background: #811811 !important;
    padding: 6px 15px;
    border: none;
    border-radius: 4px !important;
}

.bg-secondary {
    background-color: #0b443f !important;
}

.grey_bg {
    background: #ecf0f5 !important;
}

.pay_now_btn {
    display: inline-block;
    color: #fff !important;
    background: #4BB543;
    padding: 8px 40px;
    border: none;
    border-radius: 4px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

/*input:-webkit-autofill
{
 -webkit-text-fill-color: #fff !important;
}*/

.main-content-wrap.d-flex.flex-column.dashboard-wrapper {
    min-height: auto !important;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.fixed_btn_result {
    position: fixed;
    bottom: 5%;
    left: 15px;
    z-index: 999;
    text-align: center;
}

.fixed_btn_result .btn-block {
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}

.mob_userboard_table {
    width: 100% !important;
    background: #fff;
    font-size: 13px;
    line-height: 18px;
    display: none;
    margin: 15px 0 0;
}

.mob_userboard_table_tr {
    width: 100% !important;
    border: 1px solid #ddd !important;
    overflow: hidden;
}

.mob_userboard_table_tr span.leftsec {
    padding: 5px;
    border-right: 1px solid #ddd !important;
    width: 40%;
    float: left;
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
}

.mob_userboard_table_tr span.rightsec {
    padding: 5px;
    width: 60%;
    float: left;
}

.desk-text-right {
    text-align: right;
}

.jconfirm-box.jconfirm-hilight-shake.jconfirm-type-default.jconfirm-type-animated {
    padding: 0;
    /*background: #dc3545;*/
}

.jconfirm-title-c {
    background: #fae1e3;
    padding: 10px !important;
    font-size: 18px !important;
}

.jconfirm-content-pane {
    background: #dc3545;
    color: #fff;
    padding: 10px;
    font-size: 14px !important;
    line-height: 19px !important;
    margin: 0 !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 10px;
    padding-right: 10px;
}

.jconfirm-cell {
    background: rgba(0, 0, 0, 0.6);
}

.register-panel .frmLogin,
.login-panel .frmReg {
    margin: 5px 0 0;
}

.inner-header .logout .dropdown {
    padding-right: 10px;
    margin-top: 15px;
    margin-right: 25px;
}

.inner-header .logout .dropdown .dropdown-toggle::after {
    right: -10px !important;
}

.inner-header .logout .dropdown .dropdown-menu.show {
    top: 19px !important;
    transform: translate3d(-10px, 30px, 0px) !important;
}

.inner-header .logout .dropdown .dropdown-item.active,
.inner-header .logout .dropdown .dropdown-item:active {
    background-color: #299683;
}

header .phone a {
    display: inline-block;
    margin-top: 18px;
    padding: 8px 25px !important;
    border-radius: 50px;
    color: #fff !important;
    background: #e4ca36 !important;
    font-weight: 600;
}

#fdsformsteps button.btn.btn-success.btnsubmit {
    background: #299683;
    border-color: #299683;
}

#banner_form .register-panel .btn.btn-warning.btn-block,
#banner_form .login-panel #checkLogin,
#banner_form .login-panel .btn.btn-warning.btn-block.showifvalid {
    background: #e4ca36;
    border-color: #e4ca36;
}

#banner_form .register-panel .btn.btn-warning.btn-block:hover,
#banner_form .login-panel #checkLogin:hover,
#banner_form .login-panel .btn.btn-warning.btn-block.showifvalid:hover {
    background: #e4ca36;
    border-color: #e4ca36;
    box-shadow: 0 8px 25px -8px #e4ca36;
}

#banner_form .register-panel .btn.btn-danger.btn-block.frmLogin,
#banner_form .login-panel .btn.btn-danger.btn-block.frmReg,
a.btn.btn-link.toggleAction.btn-block {
    background: #A21D31;
    border: #A21D31;
    color: #fff;
}

#banner_form .register-panel .btn.btn-danger.btn-block.frmLogin:hover,
#banner_form .login-panel .btn.btn-danger.btn-block.frmReg:hover,
a.btn.btn-link.toggleAction.btn-block:hover {
    background: #A21D31;
    border: #A21D31;
    box-shadow: 0 8px 25px -8px #A21D31;
}

.steps_to_transform_wrap .desktop_display,
.our_clientele_wrap .desktop_display {
    display: inline-block;
}

.steps_to_transform_wrap .mobile_display,
.our_clientele_wrap .mobile_display {
    display: none;
}

select#code {
    position: absolute;
    left: 0;
    max-width: 30% !important;
    z-index: 100;
    height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}

select#countrycode {
    position: absolute;
    left: 0;
    max-width: 30% !important;
    z-index: 100;
    height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}

#mobile {
    margin-left: 30%;
    width: 70%;
    height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}

html,
body {
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-x: inherit;
    width: 100%;
    scroll-behavior: smooth;
}

* {
    /* font-family: 'Montserrat', sans-serif; */
}

.red_color {
    color: #A21D31;
}

.red_background {
    background: #A21D31;
}

.yellow_color {
    color: #E4CA36;
}

.yellow_background {
    background: #E4CA36;
}

.form-panel {
    background: rgba(0, 0, 0, .8);
    padding: 30px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    min-height: 370px;
    color: #fff;
    border-radius: 0px;
    border-right: 10px solid #fff;
}

.form-panel .line {
    position: relative;
    height: 2px;
    background: rgba(255, 255, 255, .3);
}

.banner_form_panel h4 {
    color: #fff;
    font-size: 25px;
}

html,
body {
    box-sizing: border-box;
    /* overflow-x:hidden; */
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

.banner_otp_sec {
    background: transparent;
    padding: 25px 25px;
    border-radius: 15px;
    top: 130px;
    right: 60px;
    z-index: 99;
}

.banner_form_sec {
    display: inline-block;
    width: auto;
    background: #fff;
    padding: 3%;
}

.banner_otp_sec {
    margin-top: 100px;
}

#banner_form .form-control {
    font-size: 0.8rem;
    height: 30px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(1.75rem + 2px);
}

#banner_form label {
    font-size: 13px;
}

.banner_otp_form_sec h4 {
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px;
    color: white;
}

#banner_form h1.form_title {
    font-size: 20px;
}

#banner_form label {
    color: #fff;
}

@media screen and (max-width: 977px) {
    .banner_form_sec {
        width: 100%;
    }
    .banner_otp_sec {
        margin-top: 50px;
    }
}

/*############################ banner section start ###################### */

.banner_section {
    background: url('https://invertisuni-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Invertis/cuet/images/invertis_banner.png');
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: auto;
}

.banner_section .nav-item .nav-link button i {
    color: #FF2A2A;
}

.banner_section .banner_content h1 {
    font-size: 80px;
    color: #fff;
    font-weight: bold;
}

.banner_section .banner_content h6 {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
}

.banner_section .banner_content h6 b {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

.banner_section .banner_content h3 {
    font-weight: 400;
    font-size: 45px !important;
    color: #fff;
}

.banner_section .banner_content h3 span {
    font-weight: 400;
    font-size: 45px !important;
    color: #FF2A2A;
}

.banner_section .banner_content img {
    padding-top: 2%;
}

.banner_section .banner_content .AdmissionCounselling {
    margin-top: 10%;
}

.banner_section .banner_content .AdmissionCounselling h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
}

.banner_section .banner_content .AdmissionCounselling h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.banner_section .banner_content .limited_seat {
    margin-top: 20%;
}

.banner_section .banner_content .limited_seat h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.banner_section .banner_content .regg_form {
    background: #fff;
    height: 50vh;
}

.banner_section .banner_content h3 {
    font-size: 23px;
}

@media screen and (max-width:767px) {
    .banner_section {
        background: url('https://invertisuni-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Invertis/cuet/images/invertis_mobile_banner.png');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: auto;
    }
    .banner_section .banner_content h1 {
        font-size: 70px;
    }
    .banner_section .banner_content h3 span {
        font-size: 40px !important;
    }
    .banner_section .banner_content h6 {
        font-size: 20px;
    }
    .banner_section .banner_content .AdmissionCounselling h1 {
        font-size: 20px;
    }
    .banner_section .banner_content .AdmissionCounselling h2 {
        font-size: 25px;
    }
    .banner_section .banner_content .limited_seat h2 {
        font-size: 20px;
    }
}

/*############################# banner section end  #######################*/

/* banner highlights section start */

.banner_highlight {
    background: #C50531;
    padding: 3% 0%;
}

.banner_highlight .bannr_highlight_content {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.banner_highlight .bannr_highlight_content h1 {
    color: #fff;
    font-weight: bold;
}

.banner_highlight .bannr_highlight_content h5 {
    color: #fff;
}

/* banner highlights section end */

/* admission section start  */

.admission_section {
    background: url('https://invertisuni-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Invertis/cuet/images/dot_img.png');
    background-size: 50% 100%;
    background-position: left top;
    background-repeat: no-repeat;
    height: auto;
    padding: 3% 0%;
}

.admission_section h1 {
    font-size: 2.5rem;
    color: #000;
    font-weight: 800;
    margin-bottom: 3%;
}

@media (min-width:320px) and (max-width:480px) {
    .admission_section {
        padding: 10% 0%;
    }
    .admission_section h1 {
        font-size: 2rem;
        color: #000;
        font-weight: 800;
        margin-bottom: 3%;
    }
}

/* admission section end  */

/* scholarship section start */

.scholarship_section {
    /* background: url('../../../images/scholarship_back.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: auto; */
    padding: 3% 0%;
}

.scholarship_section .scholarship_content h2 {
    font-size: 45px;
    color: #000;
    font-weight: bold;
}

.scholarship_section .scholarship_content h1 {
    font-size: 55px;
    font-weight: bold;
}

.scholarship_section .scholarship_content h3 {
    font-size: 70px;
    font-weight: bold;
    padding-left: 5%;
    color: #fff;
    background: linear-gradient(78deg, #003E95 0%, #00275E 100%);
}

.scholarship_section .table {
    background: linear-gradient(180deg, #FFF 0%, #CFCFCF 100%);
}

.scholarship_section .table thead {
    background: #C50531;
}

.scholarship_section .table thead th {
    font-size: 30px;
}

.scholarship_section .table tbody th {
    font-size: 20px;
    color: #AA0000;
}

.scholarship_section .table tbody td {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

@media (min-width:320px) and (max-width:480px) {
    .scholarship_section .scholarship_content h1 {
        font-size: 40px;
        font-weight: bold;
    }
    .scholarship_section .scholarship_content h2 {
        font-size: 30px;
        color: #000;
        font-weight: bold;
    }
    .scholarship_section .scholarship_content h3 {
        font-size: 50px;
        font-weight: bold;
        padding-left: 5%;
        color: #fff;
        background: linear-gradient(78deg, #003E95 0%, #00275E 100%);
    }
    .scholarship_section .table thead th {
        font-size: 25px;
    }
    .scholarship_section .table tbody th {
        font-size: 16px;
    }
    .scholarship_section .table tbody td {
        font-size: 16px;
    }
}

/* scholarship section end  */

/* use code section start  */

.use_code {
    background: #12397E;
    padding: 3% 0%;
}

.use_code h1 {
    padding: 3% 5%;
}

.use_code h1 span {
    padding: 3% 5%;
    border: 1px dashed #3F84FF;
    border-radius: 10px;
}

.use_code h4 {
    color: rgba(255, 255, 255, 0.5);
}

.use_code h2 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 45px;
}

.use_code h2 span {
    color: #fff;
    font-weight: bold;
}

@media (min-width:320px) and (max-width:480px) {
    .use_code h1 span {
        padding: 3% 5%;
        border: 1px dashed #3F84FF;
        border-radius: 10px;
        font-size: 22px;
    }
    .use_code h2 {
        color: rgba(255, 255, 255, 0.5);
        font-size: 25px;
    }
    .use_code h4 {
        color: rgba(255, 255, 255, 0.5);
        font-size: 12px;
    }
}

/* use code section end  */

/* why choose invertis university start */

.whyChoose {
    padding: 5% 0%;
}

.whyChoose h2 {
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.whyChoose h1 {
    color: #00275E;
    font-size: 50px;
    font-weight: bold;
}

.whyChoose hr {
    border-bottom: 1px solid #000;
}

.whyChoose .whyChoose_content h2 {
    color: #fff;
    font-size: 30px;
}

.whyChoose .whyChoose_content h1 {
    color: #fff;
}

.whyChoose .whyChoose_content h3 {
    color: #fff;
    font-size: 18px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 3% 0%;
}

.whyChoose .whyChoose_content p {
    color: #fff;
    font-size: 14px;
}

.whyChoose .whyChoose_content hr {
    border-bottom: 1px solid #fff;
    margin: 4% 0%;
}

.whyChoose .whyChoose_content h2.linkedin_text {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.whyChoose .whyChoose_content {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}

.whyChoose .whyChoose_content h2.linkedin_text span.linkedin_text1 {
    color: #3F84FF;
    font-size: 18px;
}

.whyChoose .whyChoose_content img.linkedin {
    width: 15%;
}

.whyChoose .whyChoose_content h2.linkedin_text span.linkedin_text2 {
    color: #AA0000;
    font-size: 18px;
}

.whyChoose .whyChoose_content h1.industry_inside {
    font-size: 25px;
    color: #fff;
}

.whyChoose .whyChoose_content img.flag {
    width: 20% !important;
}

@media (min-width:320px) and (max-width:480px) {
    .whyChoose h1 {
        color: #00275E;
        font-size: 35px;
        font-weight: bold;
    }
}

/* why choose invertis university end  */

/*######################## Certificate section start  ####################*/

.certificate_section .certificate_background {
    background: url('https://invertisuni-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Invertis/cuet/images/certificate_background.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
}

.certificate_section h2 {
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
    padding: 0% 6%;
}

.certificate_section {
    border-bottom: 30px solid #AA0000;
}

.certificate_section img {
    width: 60% !important;
}

@media screen and (max-width:767px) {
    .certificate_section .certificate_background {
        height: 25rem;
    }
    .certificate_section h2 {
        font-size: 1.5rem;
        margin-bottom: 3.5rem;
        padding: 0% 6%;
    }
    .certificate_section img {
        width: 100% !important;
    }
}

/*######################## Certificate section end  ####################*/

/*######################## Programs section start  ####################*/

.programs_offered {
    padding: 5% 0% 3% 0%;
}

.programs_offered h1 {
    color: #12397E;
}

.programs_offered h1 b {
    color: #FF2A2A;
}

.programs_offered .nav .nav-link {
    background: transparent;
    color: #312f2f;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    padding-bottom: 4%;
    padding-top: 4%;
}

.programs_offered .nav .nav-link.active {
    background: #12397E;
    border-right: 5px solid #FF2A2A;
    border-radius: 0px;
    color: #fff;
}

.programs_offered .tab-content {
    background: #12397E;
    padding: 4%;
    border-top: 10px solid #FF2A2A;
    border-bottom: 10px solid #FF2A2A;
}

.programs_offered .tab-content .tab-pane h4.graduate_heading {
    padding-top: 5%;
}

.programs_offered .tab-content .tab-pane hr {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.programs_offered .tab-content .tab-pane .course_main_heading {
    background: rgba(255, 255, 255, 0.3);
}

.programs_offered .tab-content .tab-pane .course_main_heading h4 {
    color: #fff;
    font-weight: 600;
}

.programs_offered .tab-content .tab-pane a button {
    background: #fff;
}

.programs_offered .tab-content .tab-pane .course_main_heading h4 span {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.programs_offered .tab-content .tab-pane .course_main_content {
    background: #D0D7E5;
}

.programs_offered .tab-content .tab-pane .course_main_content h6 {
    color: #12397E;
    font-weight: 800;
    font-size: 14px;
}

.programs_offered .tab-content .tab-pane .course_main_content h6 span {
    color: #000;
    font-weight: normal;
    font-size: 14px;
}

.programs_offered .tab-content .tab-pane .course_main_content hr {
    border-top: 1px solid rgba(18, 57, 126, 0.7);
}

.programs_offered .tab-content .tab-pane .course_main_sub_heading {
    background: rgba(255, 255, 255, 0.1);
}

.programs_offered .tab-content .tab-pane .course_main_sub_heading ul {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.programs_offered .tab-content .tab-pane button {
    border: 0px;
    font-weight: bold;
    font-size: 14px;
    color: #12397E;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.9);
}

@media (min-width:320px) and (max-width:480px) {
    .programs_offered h1 {
        color: #12397E;
        font-size: 30px;
    }
    .programs_offered {
        padding: 10% 0% 10% 0%;
    }
}

/*######################## Programs section end  ####################*/

/*##################### awards section start  #################*/

.awards {
    padding: 5% 0%;
}

.awards h1 {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}

.awards .carousel-cell2 img {
    height: 100%;
    width: 80%;
    padding: 0px;
    /* box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
        border-radius:15px; */
}

@media screen and (max-width:767px) {
    .awards .carousel-cell2 {
        width: 45%;
        height: 120px;
        margin-right: 30px;
        /* margin-bottom: -20px; */
        border-radius: 5px;
        padding: 0px;
        counter-increment: carousel-cell;
    }
    .awards {
        padding: 13% 0%;
    }
    .awards h1 {
        font-weight: 700;
        color: #12397E;
        font-size: 30px;
    }
}

/*##################### awards section end  #################*/

/*##################### college life section start  #################*/

.college_life {
    background: url('https://invertisuni-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Invertis/cuet/images/clg_life_background.png') no-repeat;
    height: auto;
    background-position: center center;
    background-size: 100% 100%;
    padding: 4% 0%;
}

.college_life h2 {
    color: #fff;
    font-family: 'Allura', cursive;
    font-size: 200px;
}

@media screen and (max-width:767px) {
    .college_life iframe {
        height: 300px;
    }
}

/*##################### college life section end  #################*/

/*##################### CTA section end  #################*/

.cta {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://invertisuni-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Invertis/cuet/images/cta1.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 5%;
}

.cta h2 {
    font-weight: 500;
    padding: 25% 0% 3% 0%;
    font-size: 45px;
}

.cta button {
    border-radius: 10px;
    border: 5px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width:767px) {
    .cta h2 {
        font-weight: 600;
        padding: 35% 0% 3% 0%;
        font-size: 45px;
    }
    .cta {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://invertisuni-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Invertis/cuet/images/cta1.jpg') no-repeat;
        background-position: center center;
        background-size: cover;
        /* background-attachment: fixed; */
        padding-bottom: 5%;
    }
}

/*##################### CTA section end  #################*/

/*##################### Testimonial section end  #################*/

.new_testimonial {
    background: rgba(8, 123, 231, 0.1);
    padding: 3% 0%;
}

.new_testimonial h2 {
    color: #12397E;
    font-weight: bold;
}

.new_testimonial .new_testimonial_box {
    background: #fff;
    margin: 4% 10%;
    text-align: center;
    padding: 4%;
    height: auto;
}

.new_testimonial .new_testimonial_box p {
    color: #12397E;
    font-weight: bold;
}

.new_testimonial .new_testimonial_box h4 {
    color: #AA0000;
    font-weight: bold;
    font-size: 18px;
}

.new_testimonial .new_testimonial_box h6 {
    font-size: 12px;
    font-weight: 500;
}

.new_testimonial .new_testimonial_box img {
    height: 100px;
    width: 100px;
    margin-top: 2%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border: 5px solid #12397E;
}

.new_testimonial .fa-angle-left {
    background: linear-gradient(180deg, #12397E 0%, #0072B9 100%);
    padding: 15%;
    color: #fff;
}

.new_testimonial .fa-angle-right {
    background: linear-gradient(180deg, #12397E 0%, #0072B9 100%);
    padding: 15%;
    color: #fff;
}

@media (min-width:320px) and (max-width:480px) {
    .new_testimonial {
        background: rgba(8, 123, 231, 0.1);
        padding: 13% 0%;
    }
    .new_testimonial .new_testimonial_box {
        background: #fff;
        margin: 4% 10%;
        text-align: center;
        padding: 4%;
        height: auto;
    }
    .new_testimonial h2 {
        color: #12397E;
        font-weight: bold;
    }
}

/*##################### Testimonial section end  #################*/

/*##################### our_recruiters section start  #################*/

.our_recruiters {
    background: url('https://invertisuni-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Invertis/cuet/images/recruiters_back.png');
    height: 70vh;
    background-position: top;
    background-size: 100% 80%;
    background-repeat: no-repeat;
    padding: 9% 0% 3% 0%;
}

.our_recruiters h2 {
    font-size: 40px;
    font-weight: bold;
}

.our_recruiters .recLogos_div {
    background: #fff;
    /* height: 25vh; */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    padding: 2% 1% 0% 1%;
}

.our_recruiters .recLogos_div .carousel-cell2 {
    width: 20%;
    height: 120px;
    margin-right: 30px;
    margin-bottom: -20px;
    border-radius: 5px;
    padding: 0px;
    counter-increment: carousel-cell;
}

.our_recruiters .recLogos_div .carousel-cell2 img {
    height: 60%;
    width: 80%;
    padding: 0px;
    /* box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
        border-radius:15px; */
}

.our_recruiters a button {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
    color: #12397E;
    border-radius: 10px;
}

@media screen and (max-width:767px) {
    .our_recruiters .recLogos_div .carousel-cell2 {
        width: 50%;
        height: 120px;
        margin-right: 30px;
        margin-bottom: -20px;
        border-radius: 5px;
        padding: 0px;
        counter-increment: carousel-cell;
        padding-top: 2%;
    }
    .our_recruiters .recLogos_div .carousel-cell2 img {
        height: 50%;
        width: 80%;
        padding: 0px;
        /* box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
            border-radius:15px; */
    }
    .our_recruiters {
        background: url('https://invertisuni-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Invertis/cuet/images/recruiters_back.png');
        height: 70vh;
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 9% 0% 3% 0%;
    }
    .our_recruiters h2 {
        font-size: 30px;
        font-weight: bold;
    }
}

/*##################### our_recruiters section end  #################*/

/*##################### footer section start  #################*/

.footer_section {
    background: #12397E;
    padding: 3% 0%;
    margin-top: 8%;
}

.footer_section p {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

.footer_section hr {
    border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.footer_section h6 {
    padding-top: 35%;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

.footer_section ul {
    list-style: none;
}

.footer_section ul li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.footer_section i {
    color: #FF2A2A;
}

.footer_section h5 {
    font-size: 13px;
    text-align: center;
    margin-bottom: 0px;
}

.footer_section h5 span {
    color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width:767px) {
    .footer_section {
        margin-top: -25%;
    }
    .footer_section h6 {
        padding-top: 5%;
    }
}

/*##################### footer section end  #################*/

/* fixed 360 button start  */

.fixed360ViewButton {
    position: fixed;
    bottom: 160px !important;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #000;
    border-radius: 100%;
    width: 60px !important;
    height: 60px !important;
}

.fixed360ViewButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.fixed360ViewButton a img {
    max-width: 70% !important;
}

/* fixed 360 button end  */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #CE0004;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 300px;
    z-index: 2200000;
    right: -3%;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #000;
    border-radius: 5% 5% 0% 0%;
    width: 110px;
    height: 40px;
    transform: rotate(270deg);
}

.applyNowButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    /* color: #fff !important; */
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}

@media (min-width:320px) and (max-width:480px) {
    .applyNowButton {
        position: fixed;
        bottom: 300px;
        z-index: 2200000;
        right: -10%;
        box-shadow: 0 0 10px #ddd;
        /* background-color: var(--whiteColor); */
        background: #000;
        border-radius: 5% 5% 0% 0%;
        width: 110px;
        height: 40px;
        transform: rotate(270deg);
    }
}

/* Apply Now  button end  */

/*######################## invertis edge section start  ####################*/

.invertis_edge {
    padding: 2% 0% 0% 0%;
}

.invertis_edge .edge_content {
    border-top: 10px solid #AA0000;
}

.invertis_edge .edge_content h2 {
    font-size: 30px;
    color: #fff;
}

.invertis_edge .edge_content h2 span {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
}

.invertis_edge .edge_content h3 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}

.invertis_edge .edge_content h3 span {
    color: #3F84FF;
    font-size: 40px;
}

.invertis_edge .edge_content hr {
    border-top: 1px solid #3F84FF;
    width: 60%;
}

.invertis_edge .edge_content h4 {
    color: #fff;
    font-weight: 600;
}

.invertis_edge .edge_content h1 {
    font-size: 35px;
}

.invertis_edge .edge_content .back1 {
    background: url('https://invertisuni-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Invertis/cuet/images/back1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
}

.invertis_edge .edge_content .back2 {
    background: url('https://invertisuni-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Invertis/cuet/images/back2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: auto;
}

.invertis_edge .edge_content h2 span.light_white {
    color: rgba(255, 255, 255, 0.5);
    font-size: 35px;
}

.invertis_edge .edge_content p span {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
}

.invertis_edge .edge_content img.flag,
.invertis_edge .edge_content img.linkedin {
    width: 20% !important;
}

.invertis_edge img.edge_img {
    width: 60% !important;
}

.invertis_edge .edge_content p {
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
}

.invertis_edge .edge_content p.experience {
    font-size: 22px;
}

.invertis_edge .edge_content p.experience span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.invertis_edge .edge_content h1.industry_inside {
    font-size: 35px;
    color: #fff;
}

.invertis_edge .edge_content .back3 {
    background: url('https://invertisuni-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Invertis/cuet/images/back3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: auto;
}

.invertis_edge .edge_content h2.linkedin_text {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.invertis_edge .edge_content h2.linkedin_text span.linkedin_text1 {
    color: #3F84FF;
    font-size: 30px;
}

.invertis_edge .edge_content h2.linkedin_text span.linkedin_text2 {
    color: #AA0000;
    font-size: 30px;
}

@media (min-width:320px) and (max-width:480px) {
    .invertis_edge .edge_content h2 span {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
    }
    .invertis_edge .edge_content h2 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
    }
    .invertis_edge .edge_content hr {
        border-top: 1px solid #3F84FF;
        width: 80%;
    }
    .invertis_edge img.edge_img {
        width: 100% !important;
    }
    .invertis_edge .edge_content p {
        font-size: 20px;
    }
    .invertis_edge .edge_content h1.industry_inside {
        font-size: 25px;
        color: #fff;
    }
    .invertis_edge .edge_content .back1 {
        background: url('https://invertisuni-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Invertis/cuet/images/back1.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 35vh;
    }
    .invertis_edge .edge_content .back2 {
        background: url('https://invertisuni-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Invertis/cuet/images/back2.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
        height: 35vh;
    }
    .invertis_edge .edge_content .back3 {
        background: url('https://invertisuni-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Invertis/cuet/images/back3.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
        height: 35vh;
    }
}

.blue_color {
    color: #12397E;
}

.blue_back {
    background: #12397E;
}

.red_color {
    color: #AA0000;
}

.red_back {
    background: #AA0000;
}

/*######################## invertis edge section end  ####################*/

section {
    overflow-x: unset;
}

.navbar {
    position: relative !important;
}

.navbar .navbar-brand img{
    width:35%;
}
@media (min-width:320px) and (max-width:480px){
    .banner_section img{
        width:60% ;
    }
    .banner_section .banner_content .limited_seat {
        margin-top: 0%;
    }
}

.register-panel .form-group.agrCheck .checkText {
    color: #000;
}