@import url('bootstrap.min.css');
/*@import url('font-awesome.min.css');*/
@import url('responsive.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;1,400&display=swap');
body{
    font-family: 'Nunito Sans', sans-serif;
	overflow-x: hidden;
	background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );

}
h2{
    font-weight: bold;
}
.text-primary{
    color: #1b3186 !important;
}
.btn-warning{
    background: #f8a125;
    border-color: #f8a125;
    font-weight: 600;
}
a {
    color: #132257;
}
header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 12px 0;
    z-index: 99;
}
header .phone a{
    display: inline-block;
    margin-top: 5px;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff !important;
    background: rgba(0,123,255,.6);
    font-size: 14px;
}
.phone h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.logo {
    position: relative;
    float: left;
}
.logo img {
    position: relative;
    z-index: 999;
    width: auto !important;
}
.logo_bg {
    position: absolute;
    top: -12px;
    left: -31px;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    width: 266px;
}
/*.banner-panel{
    width: 100%;
    background: url(../images/backdrop.svg) left no-repeat, linear-gradient(to left, #2B2872, #f8a125);
    background-size: auto 103%;
}*/
.banner-panel {
    width: 100%;
   /* background: url(../../../images/banner.jpg) no-repeat center top;*/
    /* background-size: auto 103%; */
    position: relative;
    height: auto;
    min-height: 400px;
    /*padding: 120px 0 100px;*/
}
.banner_contact_sec {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.banner-txt h1 {
    position: absolute;
    top: 50%;
    text-align: left;
    font-size: 58px;
    color: #fff;
    line-height: 68px;
    transform: translateY(-50%);
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.banner-txt h1 strong {
    display: inline-block;
    font-weight: 700;
}
.banner-txt h1 strong.blue, .banner-txt h1 strong.yellow {
    padding: 3px 10px;
    font-size: 54px;
}
.banner-txt h1 strong.yellow {
    color: #000;
    background:#f2901d !important;
}
.form-panel {
    background: rgba(0,123,255,.6);
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    /* min-height: 370px; */
    color: #fff;
    border-radius: 0px;
    border-right: 10px solid #fff;
    z-index: 99;
}
.form-panel .register-panel{
    margin-top: 15px;
}
.form-panel .line{
    position: relative;
    height: 2px;
    background: rgba(255,255,255,.3);
}
.form-panel .line:before{
    position: absolute;
    left: 0;
    width: 20%;
    height: 100%;
    background: #f8a125;
    content: '';
}
.form-panel h4 {
    font-weight: 700;
    margin: 5px 0 0 !important;
    font-size: 20px;
}
.form-panel h5 {
    font-size: 14px;
    line-height: 19px;
    margin-top: 5px;
}
.form-panel a{
    display: inherit;
    color: #fff;
}
.login-panel{
    display: block;
}
.accreditation-panel{
    padding: 0 0 60px;
}
.accreditation-panel h2 {
    position: relative;
}
.accreditation-panel h2::before {
    position: absolute;
    content: '';
    background: url(../../../images/title_bg.png) no-repeat top center / 100% 100%;
    width: 680px;
    height: 166px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.accreditation-panel h2 span {
    color: #f2901d !important;
    margin-bottom: 80px;
    position: relative;
    z-index: 999;
    padding: 40px 0;
    display: inline-block;
    font-size: 30px;
}
.accreditation-panel .col-md-3 {
    border-right: 1px dashed #999;
}
.accreditation-panel .col-md-3:last-child {
    border-right: none;
}
.list-school-div, .testimonial-panel, .rec-panel{
    padding: 60px 0;
}
.choose-panel{
    padding: 0px 0 60px;
}
.list-school-div{
    background: url('../images/abstract.jpg') no-repeat left;
    background-size: cover;
}
.list-school-div .schools-div{
    position: relative;
    overflow: hidden;
}
.list-school-div .schools-div img{
    transition: .5s ease;
}
.list-school-div .schools-div:hover img{
    transform: scale(1.2);
}
.list-school-div .schools-div h5{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 15px;
}
#testimonialSlide .items{
    text-align: center;
}
#testimonialSlide .image img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 12px;
    overflow: hidden;
    border: solid 1px #ddd;
    padding: 5px;
}
#testimonialSlide h5{
    font-weight: 600;
    color: #1b3186;
}
#testimonialSlide h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000 !important;
}
.started-panel{
    position: relative;
    padding: 150px 0;
    background: url('../../../images/FeaturedImageGA3.jpg') no-repeat center;
    background-size: cover;
    color: #fff;
}
.started-panel:before{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: '';
}
.started-panel .container{
    position: relative;
}
.started-panel h1{
    font-weight: bold;
    font-size: 70px;
}
.started-panel h5 span{
    display: inline-block;
    background: #f8a125;
    padding: 3px 8px;
    color: #333;
    border-radius: 50px;
}
#recSlide .items{
    border: solid 1px #ddd;
}
.gallery-panel ul{
    margin: 0;
}
footer{
    background: #2b2b2b;
    padding: 20px 0;
    color: #949494;
}
footer a{
    color: #f8a125;
}
footer a:hover{
    color: #fff;
}
.inner-header{
    position: static;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
/*header .logout a{
    background: #ff0000 !important;
}*/
.inner-banner{
    position: relative;
    background: url('../../../images/banner.jpg') no-repeat center;
    background-size: cover;
    height: 300px;
    overflow: hidden;
}
.inner-banner:before{
    position: absolute;
    right: -50px;
    bottom: 0;
    content: '';
    background: #fff;
    transform: skew(-40deg);
    z-index: 1;
}
.inner-banner:after, .campus-panel:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.inner-banner h2{
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 125px;
    z-index: 1;
}
.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/campus.jpg') no-repeat center;
    background-size: cover;
}
.campus-panel .container{
    position: relative;
}
.campus-panel h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 58px;
    margin-bottom: 30px;
}
.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: #4e73b8;
    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: -15px;
    white-space: nowrap;
    color: #f5d6d9 !important;
    font-size: 12px;
}
.invalid-feedback {
    color: #dc6973 !important;
}
div#tocagreed-error {
    font-weight: 700;
    color: #ff0000 !important;
    margin: 0;
    line-height: 14px;
    background: #fff;
}
.register-panel .form-group label{
    color: #fff !important;
    padding-left: 0;
}
.form-group label{
    font-weight: 600;
    font-size: 13px;
    padding-left: 0;
    display: block;
    text-align: left;
}
.custom-control-label::before, .custom-control-label::after{
    top: 0;
    left: 0;
}
.alert{
    text-align: left;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + -3px);
}
.btn{
    padding: 0.270rem .75rem;
}
.custom-control-label{
    padding-left: 21px !important;
}
.custom-control{
    padding-left: 0 !important;
}
.btn-warning:hover, .btn-outline-warning:hover {
    box-shadow: none !important;
}
.choose-panel h5 {
    margin-bottom: 20px;
}
.choose_panel_sub_sec .text-primary {
    color: #fff !important;
    background: #1b3186 !important;
    width: 76px;
    height: 76px;
    line-height: 76px;
    font-size: 30px;
    border-radius: 50%;
}
.choose-panel h2 {
    position: relative;
}
.choose-panel h2::before {
    position: absolute;
    content: '';
    background: url(../../../images/title_bg.png) no-repeat top center / 100% 100%;
    width: 680px;
    height: 166px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.choose-panel h2 span {
    color: #f2901d !important;
    margin-bottom: 70px;
    position: relative;
    z-index: 999;
    padding: 40px 0;
    display: inline-block;
    font-size: 30px;
}
.choose-panel h2 span em {
    display: block;
    font-size: 15px;
    color: #fff;
}
.choose_panel_sub_sec {
    padding: 30px 15px;
    background: #efefef;
}
.choose_panel_sub_sec h4.mt-2 {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 10px !important;
}
.choose_panel_sub_sec .text-muted {
    color: #6c757d!important;
    font-size: 14px;
    min-height: 42px;
    margin: 0;
    line-height: 20px;
}
.choose_panel_sub_sec:hover {
    background: #1b3186;
}
.choose_panel_sub_sec:hover .text-primary {
    color: #1b3186 !important;
    background: #fff !important;
}
.choose_panel_sub_sec:hover h4 {
    color: #fff;
}
.choose_panel_sub_sec:hover .text-muted {
    color: #fff !important;
}
a.btn.btn-link:hover {
    color: #f8a125 !important;
    text-decoration: none;
}
.form-control {
    font-size: 13px;
    padding: .375rem .5rem;
}
.register-panel .form-control {
    height: 30px;
}
.register-panel select.form-control {
    height: 30px !important;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem 0;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: none;
    text-transform: capitalize !important;
}
.toast-body {
    padding-top: 0 !important;
}
.captcha img {
    width: 106px;
}


.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    /* min-width: 320px; */
    /* max-width: 480px; */
    height: 340px;
    width: 92%;
    background: #000;
    text-align: center;
    cursor: pointer;
    margin: 12px auto;
}

.grid figure img {
    position: relative;
    display: block;
    height: 100%;
    width: 115% !important;
    opacity: 0.8;
    object-fit: cover;
}

.grid figure figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

.grid figure figcaption>a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}

.grid figure h2 {
word-spacing: -0.15em;
font-weight: 300;
}

.grid figure h2 span {
font-weight: 800;
}

.grid figure h2,
.grid figure p {
margin: 0;
}

.grid figure p {
letter-spacing: 1px;
font-size: 68.5%;
}
/* Individual effects */

figure.effect-ravi img {
max-width: none;
width: -webkit-calc(100% + 50px);
width: calc(100% + 50px);
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}

figure.effect-ravi figcaption {
text-align: left;
}

figure.effect-ravi figcaption>div {
position: absolute;
bottom: 0;
left: 0;
padding: 12px;
width: 100%;
height: 92px;
}

figure.effect-ravi h2,
figure.effect-ravi p {
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}

figure.effect-ravi h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 8px;
    text-shadow: 1px 0 5px rgba(0,0,0,0.5);
}

figure.effect-ravi p {
color: rgba(255, 255, 255, 1);
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
font-size: 11px;
line-height: 15px;
text-transform: capitalize;
background: rgba(0,0,0,.7);
padding: 3px 5px;
}

figure.effect-ravi:hover img,
figure.effect-ravi:hover p {
opacity: 1;
}

figure.effect-ravi:hover img,
figure.effect-ravi:hover h2,
figure.effect-ravi:hover p {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

figure.effect-ravi:hover p {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}
.course-min-height {
    height: 290px;
    overflow-y: scroll;
    overflow-x: auto;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
figure.effect-ravi:hover .course-min-height {
    opacity: 1
}
.rec-panel {
    background: #fff;
}
.desktop_clientlogo {
    display: block;
}
.mob_clientlogo {
    display: none;
}
.inner-header .logo img {
    width: 135px !important;
}
.inner-header a#dropdownMenuButton {
    padding-right: 25px;
}
button.ui.blue.button.pay_now_btn {
    color:#fff !important;
    background: #132257 !important;
    border-color: #132257 !important;
    padding: 4px 20px !important;
}
button#applycoupon {
    background: #132257 !important;
    border-color: #132257 !important;
}
button#removecoupon {
    background: #fa1131 !important;
    color: #fff !important;
    margin-left: 3px;
    border-color: #fa1131 !important;
}
#fdsformsteps button.btn.btn-info.btnsubmit {
    background: #132257 !important;
    border-color: #132257 !important;
}
.file-field .btn-floating {
    background-color: #132257;
    color: #fff;
}
/*##################################################################################################################### VGU CET CSS #############################################################################*/
.iucet_header{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 99;
}
.iucet_logo {
    width: 135px;
    margin-left: 30px;
}
.iucet_top_menu {
    margin-right: 30px;
}
/*.iucet_top_menu ul {
    padding: 0;
    margin: 0;
    text-align: right;
}
.iucet_top_menu ul li {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    margin-right: 25px;
    font-family: 'Roboto', sans-serif;
}
.iucet_top_menu ul li:last-child {
    margin-right: 0px;
}
.iucet_top_menu ul li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}*/
/*############################### Menu ############################*/
.navbar {
    padding: 0;
}
.navbar-brand {
    display: none;
}
.navbar-light .navbar-nav {
    text-align: right !important;
    display: inline-block;
    width: 100%;
}
.navbar-light .navbar-nav .nav-item {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    margin-right: 25px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 400;
    padding: 0 !important;
}
.navbar-light .navbar-nav .nav-link {
    display: inline-block;
    color: #fff;
    padding: 0 !important;
}
.navbar-light .navbar-nav li:last-child a {
    padding-right: 0 !important;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #f8a125;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #f8a125;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #f8a125;
}
/*############################### Menu ############################*/

.iucet_banner {
    position: relative;
    margin-bottom: 285px;
}
.iucet_banner img {
    width: 100%;
}
.iucet_banner_content_sec{
    position: absolute;
    bottom: 8%;
    left: 8%;
    width: 60%;
}
.iucet_banner_content_sec h2 {
    font-size: 120px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
}
.iucet_banner_content_sec h2 span {
    display: inline-block;
    font-weight: 700;
    color: #bf0015;
}
.iucet_banner_content_sec h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    background: #bf0015;
    display: inline-block;
    padding: 8px 25px;
    font-size: 30px;
}
.iucet_banner_form_sec .form_title {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
}
.iucet_banner_form_sec {
    background: #000;
    padding: 25px 25px;
    width: 360px;
    border-radius: 15px;
    position: absolute;
    top: 80%;
    right: 50px;
    z-index: 99;
    font-family: 'Roboto', sans-serif;
    transform: translateY(-50%);
}
.iucet_banner_form_sec label {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.iucet_banner .form-control {
    height: 35px;
    font-size: 14px;
    color: #fff;
    background-color: #333333;
    border: 1px solid #333333;
    font-family: 'Roboto', sans-serif;
}
.iucet_banner_form_sec .submit-btn {
    background: #725d49;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
}
.iucet_banner_form_sec .submit-btn:hover {
    background: #43372b;
    color: #fff;
}
.iucet_banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.iucet_banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.iucet_banner_form_sec :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.iucet_banner_form_sec :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.iucet_banner h3 {
    font-size: 51px;
    color: #003559;
    text-transform: uppercase;
    font-weight: 500;
    width: 60%;
    margin-left: 4%;
    position: absolute;
    bottom: -230px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.iucet_banner h3 span {
    font-size: 86px;
    color: #bf0015;
    display: block;
}
.about_iucet {
    background: #fff;
    position: relative;
    padding: 30px 0 30px 25px;
}
.about_iucet::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background: #c1cede;
    top: 0;
    left: 0;
}
.about_iucet::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 140px;
    background: #e0e6ee;
    bottom: 0;
    right: 0;
}
.no-padding {
    padding: 0 !important;
}
.about_iucet_img {
    float: right;
    margin-left: 25px;
    width: 68%;
    position: relative;
    z-index: 99;
}
.about_iucet_img img {
    width: 100%;
}
.about_iucet h2 {
    font-size: 40px;
    color: #003559;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.about_iucet h2 span {
    display: inline-block;
    font-weight: 700;
}
.about_iucet p {
    font-size: 19px;
    line-height: 23px;
    color: #003559;
    font-weight: 400;
    margin: 0 0 15px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}
.about_iucet p:last-child {
    margin: 0;
}
.programs_wrap {
    background: #e0e6ee;
    padding: 0;
    position: relative;
}
.programs_wrap::before {
    position: absolute;
    content: '';
    background: url(../../../images/cet/programmes_overlay1.png) no-repeat bottom right / 100% 100%;
    width: 705px;
    height: 705px;
    bottom: 0;
    right: 0;
    /*opacity: 0.3;*/
}
.programs_wrap h2 {
    font-size: 50px;
    font-weight: 400;
    color: #003559;
    padding: 0 0 20px;
    margin: 50px 0 50px 50px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    position: relative;
}
.programs_wrap h2 span {
    font-weight: 600;
    display: inline-block;
}
.programs_wrap h2::before {
    position: absolute;
    content: '';
    width: 167px;
    height: 5px;
    background: #003559;
    bottom: 0;
    left: 0;
    /*right: 0;
    margin: 0 auto;*/
}
.programPanel-iucet .nav {
    border-right: none;
    background: #003559;
    border-radius: 0;
    box-shadow: 1px 0 11px rgb(0 0 0 / 26%);
    overflow: hidden;
    padding: 240px 0;
}
.programPanel-iucet .nav a {
    color: #fff;
    font-weight: 600;
    border-bottom: solid 1px #001f33;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
}
.programPanel-iucet .nav a:last-child{
    border-bottom: 0;
}
.programPanel-iucet .nav-pills .nav-link.active, .programPanel-iucet .nav-pills .show>.nav-link {
    background: #c00015;
    border-radius: 0;
}
.programPanel-iucet .tab-content {
    border: solid 1px #000;
    padding: 25px;
    border-radius: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    min-height: 428px;
    background: #000;
    font-family: 'Roboto', sans-serif;
}
.programPanel-iucet .tab-content h5{
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.list-unstyled {
    color: #fff;
}
.listStyle li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 2px;
    width: 50%;
    float: left;
    font-size: 14px !important;
    opacity: 0.7;
    font-family: 'Roboto', sans-serif;
    padding-right: 15px;
}
.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: '';
}
.programs_wrap_mob_title{
    display: none;
}
.programPanel-iucet .submit-btn {
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-radius: 4px;
    padding: .375rem 2rem;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin-top: 15px;
}
.programPanel-iucet .submit-btn:hover {
    color: #fff;
    background: #003559;
}
.eligibility_wrap {
    background: #f1f4ff;
    position: relative;
    padding: 50px 0 50px 40px;
}
.eligibility_wrap::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 100%;
    background: #c1cede;
    top: 0;
    left: 0;
}
.eligibility_wrap::after {
    position: absolute;
    content: '';
    width: 40%;
    height: 80px;
    background: #e0e6ee;
    top: 0;
    right: 0;
}
.eligibility_iucet_img {
    float: right;
    margin-left: 25px;
    width: 100%;
    position: relative;
    z-index: 99;
}
.eligibility_iucet_img img {
    width: 100%;
}
.eligibility_criteria_content_sec {
    padding: 40px 25px 25px;
    display: inline-block;
}
.eligibility_criteria_content_sec h2 {
    font-size: 45px;
    color: #003559;
    font-weight: 500;
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
}
.eligibility_criteria_content_sec p {
    font-size: 18px;
    font-weight: 500;
    color: #003559;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.eligibility_criteria_content_sec p b {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.content_divider {
    width: 100%;
    height: 2px;
    background: #60718c;
    margin: 30px 0;
}
.mar-top-max-gap{
    margin-top:60px !important;
}
.eligibility_programs_title_width {
    display: inline-block;
    min-width: 310px;
}
.eligibility_criteria_content_sec p em {
    font-style: normal;
    margin-right: 24px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.important_dates {
    background: #f1f4ff;
    padding: 70px 0 150px;
}
.important_dates h2 {
    font-size: 70px;
    font-weight: 400;
    color: #000;
    margin: 0 0 40px;
    text-align: center;
    line-height: 60px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.important_dates h2 b {
    font-weight: 700;
}
.important_dates h2 span {
    display: block;
    font-size: 31px;
}
.important_dates h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0 0 50px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.important_dates h3 span {
    display: inline-block;
    color: #d63d32;
}
.important_dates .card {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 0 16px rgba(0,0,0,0.26);
    padding: 15px;
    font-family: 'Roboto', sans-serif;
}
.important_dates .card.big_card {
    width: 60%;
    background: #bf0015;
    transform: scale(1.4);
}
.important_dates .card_header {
    background: transparent;
    border-bottom: 2px solid #777777;
}
.important_dates .card.big_card .card_header {
    border-bottom: 2px solid #e18892;
}
.important_dates .card_header p {
    margin: 0 !important;
    font-size: 31px !important;
    padding: 10px 0 20px !important;
    font-weight: 700 !important;
    color: #bf0015 !important;
    font-family: 'Roboto', sans-serif;
}
.important_dates .card.big_card .card_header p {
    color: #fff !important;
}
.important_dates .card_body {
    padding: 10px;
}
.important_dates .card_body h4 {
    font-family: 'Tinos', serif;
    font-size: 120px;
    color: #000;
    margin: 0;
    font-weight: 400;
    line-height: 110px;
}
.important_dates .card.big_card .card_body h4 {
    color: #fff;
}
.important_dates .card_body h6 {
    font-size: 22px;
    font-weight: 400;
    color: #cccccc;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.important_dates .card.big_card .card_body h6 {
    color: #fff;
    opacity: 0.3;
}
.important_dates .card_body h5 {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    margin: 30px 0 0;
    opacity: 0.6;
    font-family: 'Roboto', sans-serif;
}
.important_dates .card.big_card .card_body h5 {
    font-size: 41px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0 0;
    opacity: 0.6;
    font-family: 'Roboto', sans-serif;
}
.important_dates .card.big_card .card_body h5 span {
    display: block;
    font-size: 20px;
}
.important_dates p {
    font-size: 17px;
    line-height: 27px;
    color: #000000;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.gap-both {
    margin: 65px 0 !important;
}
.enrollment_process_wrap {
    background: #f8f9fb;
    padding: 0px 0 80px;
    text-align: center;
    position: relative;
}
.enrollment_process_wrap::before {
    position: absolute;
    content: '';
    background: url(../../../images/cet/how_to_apply_before.png) no-repeat top left / 100% 100%;
    width: 100%;
    height: 95px;
    top: -95px;
    left: 0;
}
.enrollment_process_wrap h2 {
    font-size: 55px;
    font-weight: 400;
    color: #000;
    padding: 0 0 30px;
    margin: 50px 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    position: relative;
}
.enrollment_process_wrap h2 span {
    font-weight: 600;
    display: inline-block;
}
.enrollment_process_wrap h2::before {
    position: absolute;
    content: '';
    width: 167px;
    height: 5px;
    background: #e7eaf5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.mob_view {
    display: none;
}
.desktop_view{
    width: 100%;
    text-align: center;
}
.desktop_view img {
    display: inline-block;
}
.submit-btn2 {
    background: #000;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    padding: .375rem 2rem;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
}
.submit-btn2:hover {
    background: #bf0015;
    color: #fff;
}
.iucet-gallery_wrap {
    padding: 0;
    background: #f8f9fb;
    position: relative;
}
.iucet-gallery_wrap::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background: #f1f4ff;
}
.iucet-gallery_wrap ul {
    padding: 50px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.iucet-gallery_wrap ul::before {
    position: absolute;
    content: '';
    width: 80%;
    height: 50px;
    background: #bf0015;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.iucet-gallery_wrap ul::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 50px;
    background: #bf0015;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.iucet-gallery_wrap ul li {
    width: 25%;
    float: left;
    font-family: 'Roboto', sans-serif;
}
.iucet-gallery_wrap ul li img {
    width: 100%;
}
.iucet-footer {
    padding: 50px 0 0;
    background: #f1f4ff;
    border-bottom: 30px solid #003559;
    position: relative;
}
.iucet-footer::before {
    position: absolute;
    content: '';
    background: url(../../../images/cet/footer_overlay1.png) no-repeat bottom left / 100% 100%;
    width: 100%;
    height: 261px;
    bottom: 0;
    left: 0;
}
.iucet-footer h2 {
    font-size: 70px;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
    line-height: 60px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.iucet-footer h2 b {
    font-weight: 700;
}
.iucet-footer h2 span {
    display: block;
    font-size: 31px;
}
.iucet-footer_contact_sec {
    /*background: #fff;*/
    padding: 20px 80px 40px;
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}
/*.iucet-footer_contact_sec::before {
    position: absolute;
    content: '';
    background: url(../../../images/cet/footer_overlay1.png) no-repeat top left / 100% 100%;
    width: 100%;
    height: 98px;
    top: -98px;
    left: 0;
}*/
.iucet-footer_contact_sec ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.iucet-footer_contact_sec ul li {
    display: inline-block;
    margin-bottom: 15px;
    width: 25%;
    float: left;
    text-align: left;
    padding: 0 40px;
    border-right: 2px solid #c0c3cc;
    font-family: 'Roboto', sans-serif;
    min-height: 206px;
}
.iucet-footer_contact_sec ul li:last-child {
    margin-bottom: 0px;
    border-right: none;
}
.iucet-footer_contact_sec ul li:nth-child(2) {
    width: 50%;
    padding: 0 80px;
}
/*.iucet-footer_contact_sec ul li:nth-child(3) {
    width: 30%;
}*/
.iucet-footer_contact_sec ul li p {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.iucet-footer_contact_sec ul li p a {
    color: #000;
}
.iucet-footer_contact_sec ul li a:hover {
    color: #bf0015;
    text-decoration: none;
}
.footer_contact_icon {
    margin-bottom: 10px;
    height: 100px;
    display: table-cell;
}
.footer_contact_icon img {
    width: auto;
    vertical-align: bottom;
}
.iucet_footer_social_media {
    position: relative;
    margin: 0 0 40px;
}
.iucet_footer_social_media::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #c0c3cc;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.iucet_footer_social_media ul {
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 99;
}
.iucet_footer_social_media ul li {
    display: inline-block;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
}
.iucet_footer_social_media ul li:last-child {
    margin-right: 0px;
}
.btn.btn-link.frmLogin, .btn.btn-link.frmReg {
    width: 100%;
}
.red_text {
    color: #bf0015;
}
.footer-bottom {
    background: #003559;
    padding-bottom: 25px;
    text-align: center;
    color: #ccc;
}
.footer-bottom a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}


/*#############################################################################*/
.programPanel-iucet.desktop_display {
    display: block;
}
.programPanel-iucet.mobile_display {
    display: none;
}

.programPanel-iucet #accordion-1 {
  width: 100%;
  margin: 0 auto;
}
.programPanel-iucet .card-accordion .card-header {
    position: relative;
    padding: 0.5rem 2rem 0.5rem 1.25rem;
    text-transform: none;
    font-size: 15px;
    text-shadow: none !important;
}
.programPanel-iucet .card-header.collapsed {
    background: #003559 !important;
    color: #fff !important;
    border: solid 1px #001f33 !important;
}
.programPanel-iucet .card-header {
  background: #c00015 !important;
  color: #fff !important;
}
.programPanel-iucet .card-header:hover {
  color: #fff !important;
  background: #c00015 !important;
  text-decoration: none;
}
.programPanel-iucet .card-header:focus {
  color: #fff !important;
  background: #c00015 !important;
  text-decoration: none;
}
.programPanel-iucet .card-accordion .card-header::after {
    content: '\f106';
    position: absolute;
    top: 18px;
    right: 10px;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}
.programPanel-iucet .card-accordion .card-header.collapsed::after {
    content: '\f107';
    color: #fff;
}
.programPanel-iucet .card-accordion .card-header.collapsed:hover::after {
    color: #fff;
}
.programPanel-iucet .card-accordion .card-header.collapsed:focus::after {
    color: #fff;
}
.programPanel-iucet .card-header:first-child {
  border-radius: 0;
}
.programPanel-iucet .card-body {
    padding: 15px;
    background: #000;
}
.programPanel-iucet .card-body p {
    font-size: 13px;
    line-height: 17px;
    color: rgba(255,255,255,0.6);
    font-family: 'Roboto', sans-serif;
}
.programPanel-iucet .card-body ul {
  padding:0;
  margin: 20px 0;
}
/*.card-body ul li {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #858585;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  position: relative;
}
.card-body ul li span {
  color: #003da5;
  display: inline-block;
}
.card-body ul li:last-child {
  margin-bottom: 0;
}
.card-body ul li::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #9b9b9b;
  border-radius: 50px;
  top: 7px;
  left: 0;
}*/
.programPanel-iucet h5 {
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
/*#############################################################################*/

/*##################################################################################################################### VGU CET CSS #############################################################################*/
.iucet_banner_form_sec .select2-container--default .select2-selection--single {
    background-color: #333;
    border: 1px solid #333;
    border-radius: 4px;
}
.iucet_banner_form_sec .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
.iucet_banner_form_sec .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.iucet_banner_form_sec .select2-container--default .select2-selection--single {
    height: 35px !important;
    line-height: 1.2 !important;
}
.main-content-wrap.d-flex.flex-column.dashboard-wrapper {
    min-height: auto;
}

@-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;
    top: 11%;
    right: 30px;
    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: 12px;
    line-height: 16px;
    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: 3px;
    border-right: 1px solid #ddd !important;
    width: 27%;
    float: left;
    color:rgba(0, 0, 0, 0.87);
    font-weight: bold;
}
.mob_userboard_table_tr span.rightsec {
    padding: 5px;
    width: 73%;
    float: left;
}
.ui.tab {
    padding: 10px !important;
}
.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);
}