/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v8/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v8/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v8/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v8/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v8/iJWHBXyIfDnIV7EyjmmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v8/iJWHBXyIfDnIV7Eyjmmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v8/iJWHBXyIfDnIV7EyjmmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v8/iJWHBXyIfDnIV7Eyjmmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  margin: 0;
  font-family: 'Rubik', sans-serif;
  background-color: #f3f7f8;
}

.p-t-10 {
    padding-top: 10px;
}
.p-t-20 {
    padding-top: 20px;
}
.p-t-30 {
    padding-top: 30px;
}
.p-t-40 {
    padding-top: 40px;
}
.p-b-40 {
    padding-bottom: 40px;
}
.user-details-list li{
    display: inline-block;
    padding: 10px;
}
    .user-details-list li a {
        color: #00809b;
        font-size: 16px;
        text-decoration: none;
    }
    .topnav {
        overflow: hidden;
        background-color: #f9e4bc;
        border: 1px solid #591434;
    }
hr.border {
    border: 1px solid #00809b;
}
.clgname {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 36px;
  margin: 0px 120px;
  line-height: 117px;
}
.main_container {
  min-height: 500px;
  border:1px solid #591434;
  text-align: center;
  position: relative;
  background-color:#fff;
}
.payment_container {
  min-height: 300px;
  border:1px solid rgb(0, 128, 155);
  position: relative;
}
.main_content {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.main_content h6 {
  font-size: 2rem;
  padding: 25px 0px;
}
.logbtn,.loging_form .btnSubmit,.btnSubmit {
  color: #fff;
  background-color: rgb(0, 128, 155);
  min-width: 150px;
  border:2px solid transparent;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 2rem;
  transition: all 0.5s ease;
  border-radius: 3px;
  margin-bottom:10px
}
.logbtn:hover,.loging_form .btnSubmit:hover,.btnSubmit:hover {
  border:2px solid rgb(0, 128, 155);
  color: rgb(0, 128, 155);
  background-color: #fff;
  text-decoration: none;
}
.details,.payment_mode {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  min-height: 130px;
}
.details p{
  margin-bottom: 0px;
}
.wt50 {
  width: 42%;
  display: inline-block;
}
.paybtn {
  letter-spacing: 0px !important; 
  letter-spacing: 0px !important;
  padding: 5px 10px;
  font-size: 1.8rem;
}
.paybtn i{
  font-size: 15px;
  
}
footer {
  background-color: #591434; 
  border:1px solid #591434;
}
address {
  margin: 20px 0px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/*.topnav a:hover {
  background-color: #ddd;
  color: black;
}*/

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}
.loging_form {
  min-width: 320px;
  display: block;
  width: 450px;
  margin: 10% auto auto auto;
}
.loging_form .btnSubmit,.btnSubmit {
  min-width: 130px;
  padding: 5px 20px;
  font-size: 1.5rem;
  margin-left: 1px;
}
.control-label{
  font-weight: 500;
}
.ForgetPwd {
  float: right;
  line-height: 35px;
  margin-right: 10px;
}
.mendatory,.errmsg {
  color: #ff0000;
}
.errmsg {
  text-align: center;
  font-weight: 500;
}
.error {
  text-align: left;
    display: block;
    color: red;
    font-size: .;
    font-size: 1.3rem;
    font-weight: 400;
}
.btn-group {
  width: 100%
}
.multiselect {
  width: 100%;
}
.multiselect-container {
  width: 100%;
}
.multiselect-container li a {
  padding: 0px 30px;
}
.multiselect-container li a label {
  font-weight: 400;
}
.getmarks {
  width: 100%;
  border: 1px solid #333;
  font-size: 13px;
}
.getmarks thead tr th,.getmarks tbody tr td,.getmarks tfoot tr td {
  border: 1px solid #333;
  padding: 5px;
}
.getmarks tbody tr td input {
  width: 100%;
  height: 30px;
  padding: 5px 10px;
}
.getmarks tfoot tr td {
  font-weight: 500;
}
#accadamic_information {
  display: none;
}
.form-horizontal h3 {
  padding: 5px 10px;
  margin: 10px 0px;
  border-bottom: 1px solid #4CAF50;
}
 .goback {
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.goback a {
  text-transform: uppercase;
   color: #333;
  font-size: 2rem;
}
.goback a:hover {
  text-decoration: none;
  color: rgb(0, 128, 155);
}
.details h4 span,.payment_mode h4 span{
  color: rgb(0, 128, 155);
  border-bottom: 1px solid rgb(0, 128, 155); 
}
.amt {
  text-align: right;
}
.amt p {
  font-size: 3rem;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #ddd;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
.radio {
 
     display: inline;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {

    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff ;
    border-color:rgb(0, 128, 155);
    border-style:solid;
    border-width:2px;
     border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
     left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:rgb(0, 128, 155);
    
 
}
.card {
  margin-top: 20px;
}
.card .row {
  padding-left: 30px;
  display: none;
}
.card .form-control {
  height: 40px;
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
