@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;
    scroll-behavior: smooth;
}
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;
}
p {
    line-height: 26px;
    font-size: 14px;
    font-weight:400;
    color:#535151;
}

/*#######################*/
.btn {
    font-size: 1rem;
}


.header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.banner {
    padding: 120px 0 70px;
    position: relative;
}
.banner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 187px;
    bottom: 0;
    left: 0;
}
.card-header a {
    color: #fff;
}
.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 {
    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-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: 0px 0;
    /* border: 1px solid #d2d8d8; */
}
#loginregister .nav-tabs .nav-link.active {
    background: #fff;
}
.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-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: #fff;
}
.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: #09ca84 !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: #09ca84;
    border-color: #09ca84;
}
#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: #09ca84;
    border-color: #09ca84;
    box-shadow: 0 8px 25px -8px #09ca84;
}
#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: #289683;
    border: #289683;
    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: #289683;
    border: #289683;
    box-shadow: 0 8px 25px -8px #289683;
}
.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;
}

.color_cgreen {
    color: #e51955;
}
.color_blue {
    color: #e51955;
}
.color_light_green {
    color: #e71757;
}
.green_grad {
    background: -webkit-linear-gradient(50deg, #e51955, #070002);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blue_green_grad {
    background: #d5d5d5;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg_light_green {
    background: #edd7de;
}
.style-btn-one {
    background: linear-gradient(45deg, #850d30, #e5205a);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 40px;
    border: 0;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    transition: all ease .3s;
}
.style-btn-one:hover{
    background: linear-gradient(45deg, #e51955, #720c2c);
    border: 0;
    color: #fff;
    transform: scale(0.98);
    transition: all ease .3s;
}
.style-btn-two {
    background: #fff;
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid #fff;
    color: #063C52;
    font-weight: 600;
    transform: scale(1);
    transition: all ease .3s;
}
.style-btn-two:hover{
    background: #fff;
    border:  1px solid #fff;
    color: #063C52;
    transform: scale(0.98);
    transition: all ease .3s;
}
.style-btn-three {
    background: #e51955;
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    transform: scale(1);
    transition: all ease .3s;
}
.style-btn-three:hover{
    background: #063C52;
    border:  1px solid #fff;
    color: #fff;
    transform: scale(0.98);
    transition: all ease .3s;
}
.btn-style-one {
    background: linear-gradient(45deg, #e41151, #8a636f);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #072A3E;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
}
.btn-style-one:hover {
    background: linear-gradient(45deg, #e41151, #8a636f);
    color: #fff;
    border: 1px solid #072A3E;
    transform: scale(1);
    opacity: 0.89;
    transition: all ease .3s;
}
.btn-style-five {
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #fff;
    color: #072A3E;
    border: 1px solid #072A3E;
}
.btn-style-five:hover {
    background: #fff;
    color: #072A3E;
    transform: scale(1);
    opacity: 0.89;
    transition: all ease .3s;
}


/*header css starts*/
header.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 10px 0 0;
    width: 100%;
}

section.hero_section {
    position: relative;
    padding: 150px 0 60px;
    background: url(../img/top_banner.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height:750px;
    overflow: unset;
}
section.hero_section .hero_cont h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}
section.hero_section .hero_cont p {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}

section.hero_section .hero_cont h1 span {
    font-size: 52px;
}
section.hero_section .hero_cont hr {
    border: 4px solid #e51955;
    width: 200px;
    margin-left: 0;
    opacity: 1;
}
section.hero_section .hero_cont h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
}
section.hero_section .hero_cont h2 {
    font-size: 24px;
    background: #249038;
    padding: 10px 30px;
    border-radius: 10px;
    width: fit-content;
    margin-top: 80px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}

@media (max-width: 767.98px) {
    section.hero_section .hero_cont h1 {
        font-size: 24px;
    }
    section.hero_section .hero_cont h1 span {
        font-size: 34px;
    }
    section.hero_section .hero_cont h2 {
        font-size: 18px;
        padding: 10px 20px;
        margin-top: 30px;
    }
    section.hero_section {
        height:auto;
    }
    .address_list {
        text-align: center;
    }
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    position: absolute;
    top: 1px;
    right: 5px !important;
    width: 20px;
}
.phonewithcountrycode input#mobile_number {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*hero section ends*/



/*welcome section starts*/
section.welcome_section {
    position: relative;
    padding: 60px 0;
    text-align: center;
}
section.welcome_section .welcome_cont h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: rgb(0 0 0 / 60%);
    font-weight: 700;
    line-height: normal;
}

section.welcome_section .welcome_cont h2 span {
    text-transform: capitalize;
    display: block;
    font-size: 42px;
    font-weight: 500;
}

section.welcome_section .welcome_cont p {
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
    font-weight: 400;
    line-height: normal;
}
section.welcome_section .wel_dv h3 {
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
    font-weight: 500;
}
section.welcome_section .wel_dv h3 span {
    font-size: 28px;
    font-weight: 700;
    display: block;
}

section.welcome_section .wel_dv {
    position: relative;
    background: #fff;
}


@media (max-width: 767.98px) {
    section.welcome_section .welcome_cont h2 span {
        font-size: 26px;
    }
    section.welcome_section .welcome_cont h2 {
        font-size: 16px;
    }
    section.welcome_section .wel_dv h3 {
        font-size: 14px;
    }
    section.welcome_section .wel_dv h3 span {
        font-size: 20px;
    }
    section.welcome_section .wel_dv {
        text-align: left;
    }

}

/*welcome section ends*/

/*Accreditations section starts*/
section.accredi_section {
    position: relative;
    padding: 0;
}
@media (max-width: 767.98px) {
    section.accredi_section .accre_cont h2 {
        font-size: 22px;
    }

}

/*Accreditations section ends*/

/*course section starts*/

section.course_section {
    position: relative;
    padding: 60px 0 0;
}

section.course_section h2 {
    font-size: 24px;
    color: rgb(0 0 0 / 60%);
}
section.course_section h2 span {
    font-size: 36px;
    display: block;
}
section.course_section .nav-pills .nav-link.active,
section.course_section .nav-pills .show>.nav-link {
    background: transparent;
    font-size:20px;
    color: #000;
    font-weight: 700;
}
section.course_section .nav-pills .nav-link {
    border-radius: .25rem;
    color: #000;
}
section.course_section .tab-content {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}
@media (max-width: 767.98px) {
    section.course_section h2 span {
        font-size: 24px;
    }
    section.course_section h2 {
        font-size: 18px;
    }


}
/*course section ends*/

/*Alumni section starts*/
section.alumini_section {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(45deg, #f584a6, #e51955);
}
section.alumini_section .alumini_dv h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}
section.alumini_section .alumini_slider_con {
    padding-top: 20px;
}
section.alumini_section .alumini_slider_con .alim_img{
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    width: 90%;
    margin: auto;
    position: relative;
}
section.alumini_section .alumini_slider_con .alim_img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    width: 25px;
    height: 25px;
    background: #e51955;
    border-radius: 50px;
    margin: auto;
    z-index: 1;
    border: 3px solid #fff;
}
section.alumini_section .alumini_slider_con h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0;
}
section.alumini_section .alumini_slider_con p {
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}
section.alumini_section .alumini_slider_con h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

section.alumini_section a.carousel-control-prev {
    left: -75px;
}
section.alumini_section a.carousel-control-next  {
    right: -75px;
}





@media (max-width: 768px) {
    section.alumini_section .carousel-inner .carousel-item > div {
        display: none;
    }
    section.alumini_section .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

section.alumini_section .carousel-inner .carousel-item.active,
section.alumini_section .carousel-inner .carousel-item-next,
section.alumini_section .carousel-inner .carousel-item-prev {
    display: flex;
}

/* large - display 6 */
@media (min-width: 992px) {

    section.alumini_section .carousel-inner .carousel-item-right.active,
    section.alumini_section .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    section.alumini_section .carousel-inner .carousel-item-left.active,
    section.alumini_section .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

section.alumini_section .carousel-inner .carousel-item-right,
section.alumini_section .carousel-inner .carousel-item-left{
    transform: translateX(0);
}


@media (max-width: 767.98px) {
    section.alumini_section .alumini_dv h2 {
        font-size: 32px;
    }
    section.alumini_section a.carousel-control-prev {
        left: 0;
    }
    section.alumini_section a.carousel-control-next  {
        right: 0;
    }

}


/*Alumni section ends*/



/*placement section starts*/
section.palcement_section {
    position: relative;
    padding: 60px 0;
    text-align: center;
}

section.palcement_section  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: rgb(0 0 0 / 60%);
    font-weight: 700;
    line-height: normal;
}
section.palcement_section  h2 span {
    text-transform: capitalize;
    display: block;
    font-size: 42px;
    font-weight: 500;
}
section.palcement_section p {
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
    font-weight: 400;
    line-height: normal;
}
section.palcement_section img {
    height: 100%;
    width: 100%;
}

@media (max-width: 767.98px) {
    section.palcement_section h2 {
        font-size: 18px;
    }
    section.palcement_section h2 span {
        font-size: 26px;
    }




}




/*placement section ends*/







/*Top Recruiters css starts*/
section.toprec_section {
    position: relative;
    padding: 0 0 60px;
}

section.toprec_section img {
    width: 100%;
}

section.toprec_section h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(0 0 0 / 60%);
}

section.toprec_section hr {
    border-bottom: 2px solid #024471;
    opacity: 1;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
section.toprec_section .slider {
    /* background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto; */
    overflow: hidden;
    position: relative;
    width: 100%;
}
section.toprec_section .slider::before,
section.toprec_section .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
section.toprec_section .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
section.toprec_section .slider::before {
    left: 0;
    top: 0;
}
section.toprec_section .slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 15);
}
section.toprec_section .slider .slide {
    width: 168px;
    padding: 0 10px;
}
@media (max-width: 767.98px) {
    section.toprec_section h2 {
        font-size: 24px;
    }

    section.toprec_section .slider .slide {
        height: 100px;
        width: 200px;
    }
    section.toprec_section {
        position: relative;
        padding: 0 0 0px;
    }
    section.toprec_section .slider::before, section.toprec_section .slider::after {
        width: 80px;
    }

}

/*Top Recruiters css ends*/


/*sustainable css starts*/
section.sustainable_section {
    position: relative;
    padding: 60px 0 80px;
}
section.sustainable_section .sus_img {
    position: absolute;
    top: 0;
    right: 100px;
    width: 33%;
}

section.sustainable_section .sus_cont h2 {
    font-size: 34px;
    font-weight: 700;
    margin-top: 20px;
}

section.sustainable_section .sus_cont img {
    height: 70px;
    width: auto;
}
section.sustainable_section .sus_cont p {
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
    font-weight: 400;
    line-height: normal;
}
section.sustainable_section .sus_cont_dv {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 25px 0px #00000057;
    padding: 15px 15px;
    border-radius: 100px;
    width: 90%;
}

section.sustainable_section .sus_cont_dv img {
    width: 45px;
    margin-right: 15px;
}
section.sustainable_section .sus_cont_dv p {
    font-size: 14px;
    margin: 0;
    color: rgb(0 0 0 / 60%);
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 767.98px) {
    section.sustainable_section .sus_cont img {
        height: 35px;
    }
    section.sustainable_section .sus_cont h2 {
        font-size: 20px;
        margin-top: 10px;
    }
    section.sustainable_section .sus_cont_dv {
        width: 100%;
    }
    section.sustainable_section .sus_cont_dv img {
        width: 20px;
        margin-right: 10px;
    }
    section.sustainable_section .sus_img {
        position: absolute;
        top: unset;
        right: 0;
        width: 100%;
        bottom: 0;
    }
    section.sustainable_section .sus_cont_dv p {
        font-size: 12px;
    }
    section.sustainable_section {
        padding-top: 0;
    }
}
/*sustainable css ends*/



/*Scholarship section starts*/

section.scholarship_content {
    position: relative;
    background: #EEF9E9;
}
section.scholarship_content .scholar_cont h2 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 50px;
}
section.scholarship_content .head_bg_sch {
    position: relative;
    background: #0A1323;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px 10px;
    text-align: center;
}
section.scholarship_content .head_bg_sch h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
section.scholarship_content .schl_des {
    position: relative;
    padding: 25px 15px;
    background: #072A3E;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
section.scholarship_content .schl_des h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
section.scholarship_content .schl_des h4 span {
    font-size: 18px;
}
section.scholarship_content .schl_des p {
    font-size: 14px;
    color: #fff;
    line-height: normal;
    margin-bottom: 0;
}
section.scholarship_content .schl_des ul {
    list-style: none;
    padding: 0;
}
section.scholarship_content .schl_des ul li p {
    font-size: 16px;
    font-weight: 700;
}
section.scholarship_content .schl_des ul li {
    margin-bottom: 22px;
}
section.scholarship_content .schl_des ul li hr {
    border-color: #fff;
    background: #fff;
    height: 2px;
    margin: 5px 0px;
}

section.scholarship_content .schl_des ul li p span {
    font-size: 24px;
}
section.scholarship_content .schl_des ul.schl_listtwo li p {
    font-size: 18px;
    font-weight: 700;
}
section.scholarship_content .note_dv ul li,
section.scholarship_content .note_dv p {
    font-size: 14px;
    margin: 0 0px;
}

section.scholarship_content .note_dv ul {
    padding-left: 30px;
}


section.scholarship_content .nav-tabs {
    display:none;
}

section.scholarship_content .scholar_contdv {
    background: #072A3E;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
}
section.scholarship_content .scholar_contdv h3 {
    padding: 10px;
    background: #0A1323;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
section.scholarship_content .table_dv {
    padding: 15px;
    width: 80%;
    margin: auto;
    background: #E7E7E7;
    box-shadow: 0px 5.07px 126.73px 0px rgb(0 0 0 / 30%);
    position: relative;
    margin-top: 40px;
    border-image: linear-gradient(161deg, #ffffff 50%, #d71d56 100%) 3;
    border-radius: 5px;
    border-width: 4px;
    border-style: solid;
}
section.scholarship_content .table_dv tr td {
    font-size: 18px;
    color: #23376C;
    font-weight: 600;
}
section.scholarship_content .table_dv tr th {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
section.scholarship_content .table_dv tr td:nth-child(2n) {
    text-align: right;
}
section.scholarship_content .table_dvs tr td:nth-child(2n) {
    width:200px;
}
section.scholarship_content .table_dv tr td span {
    font-size: 12px;
    text-align: right;
    font-weight: 500;
}
section.scholarship_content .table_dv tr td small {
    font-size: 12px;
    text-align: right;
    font-weight: 500;
}
section.scholarship_content .nav-tabs .nav-link {
    color: #00000075;
    font-weight: 600;
    display: block;
    padding: 5px;
    text-transform: uppercase;
}
section.scholarship_content .nav-tabs .nav-link span {
    display: block;
    color: #000;
}
section.scholarship_content .nav-tabs .nav-item.show .nav-link,
section.scholarship_content .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border: 0;
}
section.scholarship_content .nav-tabs .nav-item.show .nav-link span,
section.scholarship_content .nav-tabs .nav-link.active span{
    background: -webkit-linear-gradient(50deg, #00287D, #0BD230);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}
@media(min-width:991.98px) {
    section.scholarship_content .nav-tabs {
        display: block;
    }

    section.scholarship_content .card {
        border: none;
        background: transparent;
    }

    section.scholarship_content .card .card-header {
        display:none;
    }

    section.scholarship_content .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    section.scholarship_content .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}


@media (max-width: 991.98px) {
    section.scholarship_content .scholar_contdv {
        margin: 15px auto 15px;
        width: 95%;
    }
    section.scholarship_content .tab-content > .tab-pane {
        margin-bottom: 10px;
    }
    section.scholarship_content .table_dvs tr td:nth-child(2n) {
        min-width: 100px;
    }
    section.scholarship_content img {
        display: none;
    }
    section.scholarship_content .scholar_cont h2 {
        font-size: 20px;
    }
    section.scholarship_content .head_bg_sch h3 {
        font-size: 16px;
    }
    section.scholarship_content .schl_des h4 {
        font-size: 24px;
    }
    section.scholarship_content .schl_des h4 span {
        font-size: 14px;
    }
    section.scholarship_content .schl_des ul li p {
        font-size: 16px;
    }
    section.scholarship_content .schl_des ul li p span {
        font-size: 20px;
    }
    section.scholarship_content .schl_des ul li {
        margin-bottom: 15px !important;
    }

}

/*Scholarship section ends*/

/*campus section starts*/

section.campus_section {
    position: relative;

}
section.campus_section .campus_cont {
    margin-top: -200px;
}

section.campus_section .campus_cont img {
    width: 75px !important;
    margin-bottom: 25px;
}
section.campusimg_section {
    margin-top: -250px;
}
section.campus_section .campus_cont  p {
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 767.98px) {

    section.campus_section .campus_cont {
        margin-top: -70px;
    }
    section.campus_section .campus_cont img {
        width: 35px !important;
        margin-bottom: 5px;
    }
    section.campus_section .campus_cont h2 {
        font-size: 24px;
    }
    section.campusimg_section {
        margin-top: 0;
    }
}


/*campus section ends*/



/*footer css starts*/
footer.footer {
    position: relative;
    background: #000;
    padding: 60px 0 0;
}
footer.footer h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}
footer.footer .social_icon ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
footer.footer .social_icon ul li {
    margin-right: 20px;
}
footer.footer .social_icon ul li a {
    font-size: 16px;
    background: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 4px 0;
    border-radius: 30px;
    display: block;
    color: #000;
    transition: all ease .3s;
    transform: scale(1);
}
footer.footer .social_icon ul li a:hover {
    transition: all ease .3s;
    transform: scale(0.98);
    opacity: 0.7;
}
footer.footer .copyright {
    padding: 15px 10px;
}
footer.footer .copyright p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
footer.footer .copyright ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: right;
    margin: 0;
}
footer.footer .address_list ul li {
    padding-left: 30px;
}
footer.footer .address_list ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: block;
    opacity: 0.8;
    transition: all ease .3s;
}
footer.footer .address_list ul li a:hover {
    opacity: 1;
    transition: all ease .3s;
}

footer.footer .address_list ul li a i {
    width: 23px;
    height: 23px;
    border: 1px solid #fff;
    text-align: center;
    padding: 5px 2px;
    border-radius: 70px;
    font-size: 14px;
    background: #fff;
    color: #000;
    margin-right: 5px;
    position: relative;
    margin-left: -30px;
    text-indent: 0px;
    display: inline-block;
}
@media (max-width: 767.98px) {
    footer.footer {
        padding: 30px 0 0;
    }
    footer.footer .logo {
        text-align: center;
    }
    footer.footer h4 {
        text-align: center;
    }
    footer.footer .social_icon ul {
        justify-content: center;
    }
    footer.footer .copyright {
        text-align: center;
    }
    footer.footer .copyright ul {
        justify-content: center;
        margin: 0;
    }

}
/*footer css ends*/
/* Form Css Starts */
.banner_form_sec {
    background: #fff;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    padding: 20px 15px;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    box-shadow: 0 10px 44px 0px #0000005c;

}
.banner_form_sec h4.form_title {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}
.banner_form_sec .form-control {
    height: 40px !important;
    padding: 10px 15px;
    background: #ffffff;
    color: #000 !important;
    border: 1px solid #b9b9b9;
}
.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid #b9b9b9 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}
.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
    border-color: #b9b9b9 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding: 6px 0 !important;
}
.banner_form_sec a.btn.btn-link.forPwd.showifvalid.toggleAction {
    padding: 0;
    color: #000;
    font-weight: 500;
}
.register-panel .form-group.agrCheck .checkText {
    color: #000;
}
.banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}
.banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
.banner_form_sec :-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
.banner_form_sec :-moz-placeholder { /* Firefox 18- */
    color: #000;
}

section.course_section .nav-tabs {
    display:none;
}
section.course_section .card-body h3 {
    color: #d91951;
    font-size: 32px;
    font-weight: 700;
}
section.course_section .card-body h4 {
    color: #e5205a;
    font-size: 22px;
    font-weight: 700;
    border-top: 1px solid #00000040;
    padding-top: 15px;
    margin-top: 15px;
}
section.course_section .cust_mrgn_one p {
    margin-top: 40px !important;
}
section.course_section .course_dtl ul {
    list-style: disc;
    padding-left: 16px;
}
section.course_section .course_dtl ul li {
    font-size: 14px;
    font-weight: 500;
    color: #6e6e6e;
}
section.course_section .course_dtl p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #333;
}
section.course_section .nav-tabs .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border: 0;
}
section.course_section .nav-tabs .nav-item.show .nav-link,
section.course_section .nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    border: 0;
}
@media(min-width:991.98px) {
    section.course_section  .nav-tabs {
        display: block;
    }

    section.course_section .card {
        border: none;
    }

    section.course_section .card .card-header {
        display:none;
    }

    section.course_section  .card .collapse{
        display:block;
    }
    section.course_section .tab-content>.active .collapse {
        display: block;
    }
    section.course_section .collapse:not(.show) {
        display: block;
    }
}

@media(max-width:991.98px){
    section.course_section  .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        background: #fff;
        margin-bottom: 10px;
        border: 0;
        border-bottom: 1px solid #00000038;
        border-radius: 0;
    }
    section.course_section .tab-content {
        padding: 0;
        background: transparent;
    }
    section.course_section .card-body h3 {
        font-size: 24px;
    }
    section.course_section .card-body h4 {
        color: #333;
        font-size: 20px;
        font-weight: 700;
    }
    .card-header p a {
        font-size: 18px;
        color: #fff;
    }
    .card-header {

        background: #e41151;
    }
    .active .card-header {
        background: #e41151;
    }
    .card-header p a {
        color: #fff;
    }

}


section.scholarship_content {
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: top left;
    background-size: cover;
}


.swiper-content h3 {
    font-size: 20px;
    color: #00000070;
    text-align: center;
}
.swiper-content h3 span {
    display: block;
    font-size: 26px;
    color: #000;
    opacity: 1;
}
.swiper-content hr {
    height: 2px;
    background: #00287D;
    opacity: 0.4;
}
.swiper-content h4 {
    font-size: 20px;
    text-align: center;
    color: #000;
    position: relative;
}
.scholarship_slider-slider {
    background: #fff;
    box-shadow: 0px 0px 60px 0px #0000003b;

}
.scholarship_slider-slider .swiper-content {
    padding: 40px;
    position: relative;
}


.scholarship_slider {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
}
.scholarship_slider-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}
.scholarship_slider-slider .swiper-slide {
    width: auto;
    /* height: 400px; */
}
.scholarship_slider-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.scholarship_slider-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.scholarship_slider-thumbs .swiper-slide {
    width: 25%;
    height: 100px;
    text-align: center;
    overflow: unset;
    /* opacity: 1; */
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 4px 100px 0px rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
    position: relative;
}
.scholarship_slider-thumbs .swiper-slide-active {
    opacity: 1;
}
.scholarship_slider-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}
.scholarship_slider-thumbs {
    overflow: unset !important;
    margin-top: 0;
}
.scholarship_slider-thumbs .swiper-slide h3 {
    font-size: 16px;
    color: #00000070;
}
.scholarship_slider-thumbs .swiper-slide h4 {
    font-size: 18px;
    color: #000;
}

section.scholarship_content .table_two tr td {
    font-size: 14px;
    color: #23376C;
    font-weight: 600;
}

section.scholarship_content .table_dvthree {
    /* width: 100%; */
}
section.scholarship_content .table_dvthree tr td:nth-child(2n) {
    text-align: right;
    width: 130px;
}
section.scholarship_content .table_dv tr th:nth-child(2n) {
    text-align: right;
}
.scholarship_slider-thumbs .swiper-slide-active h3 {
    background: -webkit-linear-gradient(50deg, #e51955, #931136);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.scholarship_slider-thumbs {
    height: 100px;
}
.swiper-button-prev {
    background: #23376C;
    color: #fff !important;
    padding: 15px;
    width: 70px !important;
    height: 40px !important;
    left: -20px !important;
    border-radius: 100px;
}
.swiper-button-next {
    background: #23376C;
    color: #fff !important;
    padding: 15px;
    width: 70px !important;
    height: 40px !important;
    right: -20px !important;
    border-radius: 100px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}
.table td, .table th {
    border-color: #0000002b;
}
.swiper-slide.swiper-slide-active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.scholar_dv {
    background: #000000;
    position: relative;
    padding: 15px;
    text-align: center;
}

section.scholar_section {
    position: relative;
    background: #d70054;
    padding-bottom:30px;
}
.scholar_dv h2 {
    font-size: 20px;
    margin: 0;
    color: #fff;
}
.scholar_dv:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
.scholar_dv_s {
    padding: 15px;
    text-align: center;
    border-bottom: 2px solid #ffffff45;
    width: 100%;
    margin: auto;
}
.scholar_dv_s p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.scholar_dvs h3 {
    font-size: 20px;
    color: #fff;
}
.scholar_dvs p {
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
    margin: 0;
}
.scholar_dvs ul li {
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
    margin: 0;
}
.scholar_dvs ul {
    list-style: disc;
    padding-left: 25px;
}
.scholarship_slider-slider .swiper-slide.swiper-slide-active:after {
    display: none;
}

@media (max-width: 768px) {

    .scholarship_slider-thumbs .swiper-slide {
        width: 50%;
    }

    .scholarship_slider-thumbs .swiper-slide h3 {
        font-size: 14px;
        color: #00000070;
    }
    .scholarship_slider-slider .swiper-content {
        padding: 25px 15px;
        position: relative;
    }
    .swiper-content h3 {
        font-size: 16px;
    }
    .swiper-content h4 {
        font-size: 16px;
    }
    section.scholarship_content .table_dv {
        width: 100%;

    }
    section.scholarship_content .table_dv tr td {
        font-size: 14px;
        color: #23376C;
        font-weight: 600;
        padding: 10px;
    }

    section.scholarship_content .table_dvthree tr td:nth-child(3n) {
        min-width: 300px;
    }
    .scholar_dvs h3,
    .scholar_dvs p {
        text-align: center;
    }
    .scholarship_slider-thumbs  {
        margin-bottom: 60px !important;
    }
    .table-responsive {
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 280px !important;
    }

}


.CallButton {
    position: fixed;
    bottom: 90px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #0BD230;
    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;
}

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #e41151;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}



/* Apply Now  button end  */

section.scholarship_content  .t_and_c {
    font-size: 10px;
    display: block;
    margin-top: -6px;
    color: #3c3c3c;
}