html {
    scroll-behavior: smooth;
  }
@media screen and (max-width: 600px) {
    .logo {
        display: none !important;
    }
    }
    @media screen and (max-width: 800px) {
    .logo {
        display: none !important;
    }
    }
    @media screen and (max-width: 1024px) {
    .logo img {
        width: 200px;
    }
    .menu-bar li{
        margin: 0 !important;
    }
    .nav{
        float: left !important;
    }
    }
.header{
    background-color: #004280; border-radius:0 0 0 30px;
}
.phone-email{
    margin-left: 5%; color: white; text-align: center; display: inline;
}
.header-btn{
    color: white;
    /* margin: 5px 35px 5px 5px; */
    display: inline; 
}
.header-link{
    margin-right: 5%; color: white; margin-top: 5px; display: inline;
}
.school-name{
    color:rgba(191, 20, 26, 1);font-weight: 700; font-size: 22px
}
.login{
    color: rgba(253, 83, 8, 1); font-size: 35px; font-weight: 700;
}
.text{
    display:block; color: rgba(131, 146, 171, 1);
}
.login-btn{
    font-size: 14px; background-color: rgba(0, 66, 127, 1); color: white;
}
.form-a{
    color:rgba(0, 66, 127, 1); font-size:14px; font-weight: 700;
}
.login-btn:hover{
color: white;
}
.select-btn{
    background-color: #FD5308; color:#fff; padding:5px 10px; border-radius: 5px;
}
@media all and (max-width: 1024px) {
    .select-btn{
        font-size: 10px;
    }
}
@media all and (max-width: 768px) {
    .contant{
        margin-top: 14em !important;
    }
    .phone-email{
        margin-left: 5%; color: white; text-align: center; display:flex
    }
    .phone-email label{
        padding-top: 0 !important;
    }
}
@media all and (max-width: 600px) {
    .contant{
        margin-top: 10em !important;
    }
    .phone-email{
        margin-left: 5%; color: white; text-align: center; display:flex
    }
    .tenant_logo img{
        height: 100% !important;
    }
    .qls_logo img   {
        width: 150px;
        margin-right: 20px !important;
    }
    .right-contant{
        float: left !important;
    }
    .header-link label{
        padding-top:0% !important
    }
    .header-btn a{
        margin: 3px 0;
    }
    .courseCard{
        width: 48% !important;
        display: block;
    }
    .tenant_logo{
        height: 70px !important;
    }
    .tenant_image{
        height: 20em !important;
    }
}
.tenant_image{
    height: 40em;
}
.contant{
    margin-bottom: 50px; margin-top: 10em;
}

.line {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.line > span::before {
    bottom: 0px;
    color: #003A6A;
    font-size: 24px;
    height: 17px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 39px;
    background-color: white;
    
}
.line > span {
    background-color: #ff4e00;
    color: #fff;
    display: inline-block;
    width: 170px;
    height: 1px;
}
.gender{
    border: 1px solid #ced4db;
    margin-left: 6px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 10px 7em 10px 10px;
}
input[type='radio'] {
    -webkit-appearance: none;
   width: 20px;
    height: 20px;
    position: relative;
    border-radius: 50%;
    outline: none;
    border: 3px solid gray;
}

input[type='radio']:before {
     width: 20px;
    height: 20px;
    position: relative;
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    background: #FD5308;
    
}

input[type="radio"]:checked {
  border-color:#FD5308;
}
input[type="radio"]:checked:before .gender{
    border:1px solid#FD5308;
  }
.checkbox label {
    margin-bottom: 20px !important;
}
  .courseCard{
    padding: 0 0 5px;border: 1px solid gray;width: 24%;margin: 0 5px 10px 0;
    border-radius: 5px;
  }
