body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
nav,
a,
section,
article,
aside,
div,
header,
footer,
form,
input,
figure,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}

p {
    font-size: 16px;
}

a {
    transition: all 0.4s ease;
    display: inline-block;
    color: #1359a7;
    font-weight: 600;
}

a:hover {
    text-decoration: none;
    transition: all 0.4s ease;
    color:  #2B99C0;

}

body {
    font-family: 'Open+Sans', sans-serif;
    font-weight: normal;
}

section {
    padding: 50px 0;
    position: relative;
}

section.nopadding {
    padding: 0;
}

section.belowpadding {
    padding-bottom: 0;
}

section.toppadding {
    padding-top: 0;
}

.section-title {
    position: relative;
    text-align: center;
    margin: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background:#1359a7;
    padding:15px 0;
}

.admission-info {
    background-color: #e7f3fe;
    padding: 20px;
    border-left: 6px solid #2196F3;
    text-align: center;
    margin-bottom: 1rem;
}

.admission-info p {
    margin-bottom: 0;
}

.content {
    padding: 25px 0;
}

.form-header {
    text-align: center;
}
.form-header .row{
    align-items:center;
}
.header-text h1 {
    font-weight: 800;
    font-size: 40px;
    color: #1359a7;
    margin-bottom: 0;
}
.header-text{
    text-align:left;
}

.header-text img {
    margin-bottom: 15px;
    max-width: 200px;
}

.header-addrress h2 {
    margin-bottom: 5px;
}

.header-addrress p {
    font-weight: 500;
}

input::placeholder, textarea::placeholder {
    color: #000;
}

button:focus {
    outline: none;
}
input:focus, textarea:focus, select:focus{
    outline-color:#6e6f71;
}

.form-group input, .form-group textarea {
    background: #ddd;
    border: unset;
    padding: 12px 20px;
    width: 100%;
}

.form-group textarea {
    height: 150px;
}

.form-input form label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1359a7;
}

.selectdiv {
    position: relative;
}

/*.selectdiv select:focus {*/
/*    outline-color: transparent;*/
/*}*/

.selectdiv:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 17px;
    color: #333;
    right: 15px;
    line-height: 50px;
    font-weight: 900;
    /*Adjust for position however you want*/
    position: absolute;
    pointer-events: none;
    top: 30px;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: #ddd;
    border-radius: 4px;
    padding: 12px 20px;
    border: unset;
    position: relative;
}

.class-selection {
    padding: 15px 0;
}

.profile-header {
    /*background: #265F9E;*/
    color: #fff;
    /*padding: 15px 0;*/
    margin-bottom: 25px;
    text-transform: uppercase;
    position: sticky;
    top: 10px;
    z-index: 555;
}

.profile-header .container{
    padding:0;
    max-width:100%;
}

.profile-header h3 {
    margin-bottom: 0;
    font-weight: 700;
    display:inline-block;
    padding:15px 20px;
    background:#1359a7;
    border-radius:0 25px 25px 0;
}

.detail-info h4 {
    font-weight: 700;
    color: #1359a7;
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.detail-info h4 a {
    font-weight: 500;
    font-size: 14px;
}

.detail-info .row {
    margin-bottom: 25px;
}

.vaccin-test .form-group input {
    width: auto;
}

.vaccin-test .form-group span {
    font-size: 16px;
}

.vaccin-test .form-group {
    display: flex;
    margin-right: 12px;
}

.vaccin-test .form-group input[type=checkbox],
.files .form-group input[type=checkbox] {
    font-size: 20px;
    visibility: hidden;
    margin-right: 17px;
    cursor: pointer;
    -moz-appearance:initial;
    padding:0;
box-sizing: border-box;

}

.vaccin-test .form-group input[type=checkbox]:after,
.files .form-group input[type=checkbox]:after {
    content: " ";
    display: inline-block;
    color: #000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    visibility: visible;
    margin: 2px 0;
    position: relative;
    border: 2px solid #333;
    border-radius: 5px;
    top: -3px;
    text-align: center;
    -moz-appearance:initial


}

.vaccin-test .form-group input[type="checkbox"]:checked::after,
.files .form-group input[type=checkbox]:checked::after {
    content: "✔" !important;
    font-weight: bold;
    border-color: #103983;
    background: #103983 !important;
   
    color: #fff;
    -moz-appearance:initial


}

.vaccin-test {
    margin-bottom: 15px;
}

.vaccin-test .vaccine-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start
}

.file-upload-img {
    text-align: center;
    position: relative;
    padding: 25px;
    border: 1px dotted #888;
}

.file-upload {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.file-upload input {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-upload-img p {
    font-weight: 500;
    color: #888;
    font-size: 18px;
}

.term-policy.vaccin-test .form-group input[type=checkbox]:after {
    border-radius: unset;
}

.form-input button {
    background: #6e6f71;
    color: #fff;
    padding: 15px 30px;
    border: unset;
    cursor: pointer;
    transition: 0.4s;
}

.form-input button:hover {
    background: #103983;
}

.form-input button.btn-danger:hover {
    background: red;
}


.form-control {
    border: unset;
}

.form-control:focus {
    border-color: #6e6f71;
    outline-color: #6e6f71;
    box-shadow: unset;
}


/*multistep-form*/


#msform {
    position: relative;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: transparent;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
    background: transparent;
}

.action-button, .action-button-previous {
    background: #103983;
    color: #fff !important;
    padding: 15px 30px;
    border: unset;
    cursor: pointer;
    transition: 0.4s;
}

.action-button-previous {
    background: #6e6f71;
    margin-left: 120px;
}
.action-button:hover, .action-button-previous:hover{
    background-color: #2B99C0;
}

.first-next {
    margin-left: 120px;
}

#progressbar {
    margin: 30px auto;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    width: 16%;
    float: left;
    position: relative;
    counter-increment: li;
    position: relative;
    text-align: center;
}


#progressbar li:before {
    content: counter(li);
    font-weight: 600;
    transition: 0.8s;
    color: #ffffff3d;
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    /* z-index: 333; */
    text-align: center;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #103983;
}

.imp {
    color: red;
}


.payment-method .form-group input {
    display: inline-block;
    width: auto;
    cursor: pointer;
    margin: 8px 2px;
}

.payment-method .form-group input[type='radio'] {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    outline: none;
    border: 3px solid #ddd;
    position: relative;
    padding: 10px !important;
    margin-right: 7px;
}

.payment-method .form-group input[type='radio']:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 5px;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.payment-method .form-group input[type="radio"]:checked {
    border-color: #103983;
}

.payment-method .form-group input[type="radio"]:checked:before {
    background: #103983;
}

.payment-method .form-group {
    display: flex;
    align-items: center;
}

#ips-payment-popup, #bank-payment-popup,
#course-stdid, #card-payment-popup {
    display: none;
}

/*login*/

.login-content form {
    max-width: 550px;
    margin: 0 auto;
    box-shadow: 0 20px 60px -30px rgba(31, 36, 48, .5);
    padding: 30px;
}

.login-content form button {
    margin-bottom: 15px;
}

.signup-content form button {
    margin-bottom: 0;
}

.login-content form input {
    padding: 15px 20px;
}

.login-content .form-input .facebook a, .login-content .form-input .google a {
    color: #fff !important;
    padding: 12px;
    font-weight: 500;
}

.login-content .form-input .facebook {
    background: #3F51B5;
}

.login-content .form-input .google {
    background: #F44336;
}

.vaccin-test .form-group {
    margin-bottom: 0;
}

.academic-data table {
    width: 100%;
    white-space: nowrap;
}

.academic-data table td, .academic-data table th {
    border: 1px solid #dddddd;
    padding: 10px;
}

.academic-data table td input {
    width: 100%;
    border: unset;
    padding: 5px;
    background:#ddd;
}

.academic-data table td label {
    font-size: 14px;
}

.academic-data table th {
    background: #103983;
    color: #fff;
}

.academic-data {
    margin-bottom: 50px;
    overflow: auto;
}

/*file-upload*/
.files .form-group label, .files .form-group input {
    width: auto;
    display: inline-block;
    
}

.files .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.file.box, .file.box input {
    width: 100%;
    cursor:pointer;
}

.detail-info .file-row {
    margin-bottom: 0px;
}

.files .form-group input[type=checkbox]:after {
    width: 20px;
    height: 20px;
    line-height: 15px;
    position: relative;
    top: -10px !important;
}

.files .form-group input[type=checkbox]:checked::after {
    font-size: 16px;
    background: #103983;
    color: #fff;
    padding: 2px 0;
    margin: 0;
    border-color: #103983;
    line-height: 15px;
    position: relative;
    top: -12px !important;
}

.css-serial {
    counter-reset: serial-number;
}

.css-serial tr td:first-child::before {
    counter-increment: serial-number;
    content: counter(serial-number);
}

.marksheet {
    margin-bottom: 15px;
}

.marksheet span {
    font-size: 14px;
}

/*sept 18*/
.banner{
    /*height: 400px;*/
    overflow: hidden;
}
.banner .container{
    height:100%;
}
.banner-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.banner-text .section-title {
    color: #fff;
    margin-bottom: 0;
    font-size: 30px;
}
.banner-content{
    padding-top:0;
    height:100%;
}
.banner-image {
    position: relative;
    height: 175px;
    overflow: hidden;
}

/*.banner-image img {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*.banner-image:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-image: linear-gradient(#060606 -20%, transparent);*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/

.user {
    text-align: right;
    margin-bottom: 15px;
}

.dropdown-menu {
    width: 200px;
    margin: 0;
    border-radius: 0;
}

.dropdown-menu li a {
    display: block;
    padding: 5px 10px;
}

.dropdown-menu li a:hover {
    background:  #103983;
    color: #fff;
}

.dropdown-toggle {
    cursor: pointer;
}

.account-name {
    display: inline-block;
}

.account-name:hover .dropdown-menu {
    display: block;
}

.iims-information {
    background: #103983;
    padding: 35px 30px;
}

.help {
    background: #fff;
    padding: 25px;
    position: relative;
}

.message {
    margin-top: 35px;
}

.help p {
    margin-bottom: 0;
}

.help i {
    color: #6e6f71;
    position: absolute;
    background: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    top: -22px;
    left: 10px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

/*21 sept*/

.login .form-header {
    text-align: left;
}

.login .header-text img {
    max-width: 200px;
    padding:10px;
}

.login-content form {
    background: #fff;
}

.login-content form input {
    background: #f5f5f5;
}

.register {
    background: #103983;
    color: #fff !important;
    padding: 3px 10px;
}

.register:hover {
    background: #6e6f71;
}

.start-login {
    color: #103983;
    font-weight: 500;
    margin-bottom: 0;
}

.quick-text {
    font-size: 14px;
}

@media (max-width: 1200px) {
    .first-next, .action-button-previous {
        margin-left: 95px;
    }
}

@media (max-width: 1024px) {
    .first-next, .action-button-previous {
        margin-left: 50px;
    }
}

@media (max-width: 992px) {
    .first-next, .action-button-previous {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    #progressbar li {
        width: auto;
    }

    #progressbar {
        display: none;
    }
}

@media (max-width: 575px) {
    .header-text img {
        max-width: 200px;
    }
}


@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }

    .header-text h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 26px;
    }

    .school-info {
        margin-bottom: 25px;
    }

    .school-info h3 {
        margin-bottom: 5px;
    }

    .profile-header .contact-info, .profile-header .contact-info li {
        display: block;
    }

    .profile-header .contact-info li {
        margin-bottom: 5px;
    }

    .profile-header .contact-info li:last-child {
        margin-bottom: 0;
    }

    .profile-header .school-info {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .term-policy.vaccin-test .form-group input[type=checkbox]:after {
        top: 0px;
    }

    .landing h2 {
        margin-bottom: 25px;
    }

    .content {
        padding: 40px 0;
    }

    .header-contactinfo .row .col-md-4:nth-child(2) {
        border: unset;
    }

    .user {
        text-align: center;
    }
    .banner-image{
        height:auto;
    }
    .iims-information{
        margin-bottom:25px;
    }
    .login-content .row{
        flex-direction:column-reverse;
    }
    .login-content form {
        margin-bottom:25px;
    }
    .banner-image{
        display:none;
    }
    .mobile-banner-image{
        display:block !important;
    }
}

@media (max-width: 475px) {
    .header-text h1 {
        font-size: 26px;
    }

    h2, .landing h2, .banner-text .section-title {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    .detail-info h4 {
        font-size: 20px;
    }
    .login .header-text img{
        max-width:115px;
    }

}




/*18th nov*/
.login .form-header{
position: absolute;
    left: 0;
    right: 0;
    z-index: 222;
}
.login-form section, .signup-form section{
    padding-top:25px;
}
/*.login .content{*/
/*    padding-top:0;*/
/*}*/



/*nov 26*/

.form-input form {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}
.first-next,
.action-button-previous{
    margin-left:0px;
}
.action-button{
    position:absolute;
    right:0px;
    bottom:-75px;
}
.action-button-previous{
    position:absolute;
    left:0px;
    bottom:-75px;
}
.account-dashboard.dropdown-menu{
    padding:0;
}
.new-prev{
    left:0;
}
.new-next{
    right:0;
}

.iims-information {
    text-align: justify !important;
}
.mobile-banner-image{
    display:none;
}

/*imperial css*/

.application-form .content{
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  background: url(../images/dot.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}
.application-form .content:before{
  content: "";
  background-image: linear-gradient(45deg, #8aafd8 -150%, transparent);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;

}
.banner-logo{
  margin-bottom: 150px;
}
.home-text  h2{
  font-size: 32px;
  color:#103983;
  font-weight: 500;
}
.home-text a{
  background: #6e6f71;
  padding:7px 30px;
  color:#fff;
  border-radius: 25px;
}


/*page account form */

/*.account-form .content{*/
/*  height: 100vh;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/


.account-banner .but {
    border-radius: 25px;
    border: 1px solid #2B99C0;
    background-color:  #2B99C0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 14px 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.account-banner .but:hover{
     border: 1px solid #2B99C0;
    background-color: #103983;
    cursor:pointer;
}
.account-banner h2{
  color:#1359a7;
  font-weight: 500;
}
.account-banner .overlay h2{
 color:#fff;
}

.account-banner form {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    height: 100%;
    text-align: center;
}

.account-banner form button, .form-input button{
  background: #103983;
  cursor: pointer;
  border: unset;
  padding:12px 35px;
  color: #fff;
  transition: 0.4s;
  margin-top: 8px;
  border-radius: 25px;
}
.account-banner form button:hover{
  background:  #2B99C0;
  transition: 0.4s;
}
.account-banner input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}
.checkboxregister input{
  width: auto;
  margin-right: 5px;
}

.account-banner .social-container {
    margin: 5px ;
}

.account-banner .social-container a {
    border: 1px solid  #103983;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

.account-banner .container {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 625px;
}

.account-banner .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.account-banner .sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.account-banner .sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.account-banner .container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.account-banner .container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}
.account-banner .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.account-banner .container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.account-banner .overlay {
    background: #103983;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #ffffff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.account-banner .container.right-panel-active .overlay {
    transform: translateX(50%);
}

.account-banner .overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.account-banner .overlay-left {
    transform: translateX(-20%);
}

.account-banner .container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.account-banner .overlay-right {
    right: 0;
    transform: translateX(0);
}

.account-banner .container.right-panel-active .overlay-right {
    transform: translateX(20%);
}
.account-form .account-banner{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:center;
}
.detail-info form .container{
    background:#f5f5f5;
    padding:20px;
    margin-bottom:25px;
    border:1px solid #6e6f71;
}

/*29 dec*/

.login-content{
    display:none;
}
.logo-section img{
    max-width:350px;
}

@media (max-width: 767px){
    .account-banner-content{
        display:none;
    }
    .login-content, .account-form .account-banner{
        display:block;
    }
    .account-form .account-banner .container{
        background-color: transparent;
    border-radius: unset;
    box-shadow: unset;
    position: relative;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    min-height: auto;
    }
    .account-banner .login-content form{
        padding:25px;
        display:block;
        text-align:left;
    }
    .condition input{
        width:auto;
        margin-right:10px !important;
    }
    .login-content h2{
        color:#fff;
        font-weight:700;
    }
    .signup-form section {
        padding:0;
    }
    .account-banner input{
        margin:0;
    }
    .logo-section.toppadding{
        padding-bottom:0;
    }
    .logo-section img{
        max-width:250px;
    }
    .header-text{
        text-align:center;
    }
}


/*change*/
.sign-in-container form .btn-submitting:hover{
    
     background-color:#2B99C0;

}
.account-banner .social-container a:hover{
    border:1px solid #6e6f71;;
}





   #msfrm .container .basic-group .col-md-12 .vaccin-test .form-group{
        display:block;
        widtH:100%;
    }
   #msfrm .container .basic-group .col-md-12 .vaccin-test .vaccine-list .form-group label{
        widtH:100%;
        margin-right:0px;
    }
 #msfrm .container .basic-group:nth-of-type(3) .col-md-12 .vaccin-test .form-group{
     display:flex;
 }