@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');
*{
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
body{
    /*background:  #e9e9e9; */
    background-color: #fff;
}
header .logo img{
    width: 180px;
    padding: 20px 0;
}
header .logo {
    text-align: center;
}
input{
    width: 100%;
    padding:  7px 10px;
    margin-bottom: 10px !important;
    border: 1px solid rgba(0,0,0,0.2);
}
input:focus{
    outline: none;
    border: 1px solid #1a73e8;
}
p{
    font-size: 20px;
}
button{
    padding: 7px 30px;
    border: 1px solid #1a73e8;
    background: #1a73e8;
    color: #fff;
    border-radius: 5px !important;
}
label{
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
}
.login-header{
    padding: 15px;
    box-shadow: 2px 2px 2px #f5f1f1;
}
.login{
    background: #fff!important; 
    margin: 8rem 0;
}


.login .heading-div h2{
    font: 700 54px "Google Sans",Arial,sans-serif;
    letter-spacing: -.5px;
    line-height: 64px;
}

.login .heading-div p{
    font: 19px "Google Sans",Arial,sans-serif;
    line-height: 28px;
    margin: 0 0 24px 5px;
    text-align: left;
    width: 70%;
}
.login .btn-color{
    background: #c20826;
    color: #fff;
    padding: 0.5rem 3rem;
    font-size: 23px;
}
.login .btn-default {
    color: #232222;
    padding: 0.8rem 3rem;
    border: 1px solid;
    font-size: 17px;
}
.login form{
    border: solid 1px #f2f2f2;
    border-radius: 10px;
    box-shadow: -1px 2px 1px #ededed;
}
.login form label{
    padding-bottom: 5px;
}
.login .title {
    font-size: 20px;
    text-align: left;
    padding: 12px;
    background: #f3f3f5;
    border-radius: 6px 6px 0px 0px;
    color: #344951;
    margin: 0px;
}
.login form a{
    font-size: 15px;
    margin: 4px 0;
}
.login form .register {
    font-size: 17px;
    font-weight: 500;
    text-decoration: underline;
}
.login form .terms {
    text-decoration: underline;
}
.login form .login-form{
    padding: 15px 20px;
}
.aga_section{
    padding: 1% 1%;
    background: #fff!important;
    margin: 1rem 0;
    border-radius: 2px;
}

.aga_section .heading-div{
    position: relative;
    top: 11%;
    transform: translateY(-20%);
}
.aga_section form{
    
    border: solid 1px #f2f2f2;
    border-radius: 10px;
    box-shadow: -1px 2px 1px #ededed;
}
.aga_section form .registration_form{
    padding: 20px;
}
.aga_section .title{
    font-size: 22px;
    text-align: left;
    padding: 12px;
    background: #f3f3f5;
    border-radius: 6px 6px 0px 0px;
    color: #344951;
    margin: 0px;
}
.aga_section .title span{
    font-size: 16px;
    margin-left: 10%;
    color: #061d9a;
}
.aga_section .heading-div h2{
    font: 700 54px "Google Sans",Arial,sans-serif;
    letter-spacing: -.5px;
    line-height: 64px;
}

.aga_section .heading-div p{
    font: 19px "Google Sans",Arial,sans-serif;
    line-height: 28px;
    margin: 0 0 24px 5px;
    text-align: left;
    width: 70%;
}
.aga_section label{
    font-size: 15px;
    letter-spacing: 0.5px;
}
.aga_section  form .warning_msg{
    color:red;
    font-size: 14px!important;
}
.aga_section .radio-inline,.checkbox-inline{
    display: inline-flex;
}
.aga_section .radio-inline input{
    margin: 3px 28px;
}
.aga_section .checkbox-inline{
    margin: 10px 0;
    width: 100%;
}
.aga_section .checkbox-inline input{
    /*margin: 3px 10px;*/
    width: unset;
}
#terms_condi_check{
    width: unset;
}
.login .checkbox-inline{
    margin: 10px 0;
    width: 100%;
}

.login .checkbox-inline input{
    margin: 3px 10px;
    width: unset;
}
::placeholder{
    font-size: 13px;
    color: #858080;
}
.aga_section fieldset{
    margin-top: 10px;
}
.aga_section select,input[type=date]{
    font-size: 14px;
}
.aga_section fieldset legend{
    border-bottom: solid 1px #a6a6a6;
    font-size: 12px;
    font-weight: 500;
     width:unset;
}
.aga_section .col-md-12{
    margin-top: 10px;
}
.aga_section button{
    margin: 10px;
    width: 30%;
}

.terms_condi {
    padding: 14px 0;
    border-radius: 9px;
    margin: 0;
    height:420px;
    background:none;
}
.terms_condi ul li {
    font-size: 13px;
    letter-spacing: .5px;
}
.fade{
        opacity:1;
        background: #0000005c;
    }
    @media (min-width: 768px){
        .modal-dialog {
            width: 807px;
           margin: 110px auto;
        }
    }
    @media (max-width: 768px){
        .terms_condi{
            height: auto!important;
        }
    }
@media(max-width : 768px){
    .login{
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin: 0px;
        margin-top: 2rem;
    }
    .login form {
        margin-top: 12%;
    }
    .login .heading-div h2 {
        font: 600 32px "Google Sans",Arial,sans-serif;
        letter-spacing: -.5px;
        line-height: 31px;
    }
    .login .heading-div p {
        font: 14px "Google Sans",Arial,sans-serif;
        line-height: 19px;
        margin: 0 0 10px 0px;
        text-align: left;
        width: 100%;
    }
    .aga_section .heading-div h2 {
        font: 600 32px "Google Sans",Arial,sans-serif;
        letter-spacing: -.5px;
        line-height: 31px;
    }
    .aga_section .heading-div p {
        font: 14px "Google Sans",Arial,sans-serif;
        line-height: 19px;
        margin: 0 0 10px 0px;
        text-align: left;
        width: 100%;
    }
    .aga_section{
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin: 13px 0px;
    }
    .aga_section form {
        padding: 2px!important;
        border-left: none;
    }
    .aga_section .heading-div {
        top: 18%;
    }
}
.e-banner h3{
    text-align: center;
    margin: 4px 0 30px;
    font-size: 26px;
}
.e-banner .col-md-6{
    padding: 30px 130px;
}
.content-img img{
    width: 100%;
}
.content-success{
    margin-top: 8%;
    text-align: center;
}
.content-success p{
    text-align: center;
}
.content-success a{
    text-align: center;
    background: #0e96de;
    color: #fff;
    padding: 0px 13px;
}
.content-success a:hover{
    background: #0d85c5;
    color: #fff;
    border-color: unset;
}
.e-banner form .col-6{
    padding: 0 !important;
    border: 1px solid rgba(0,0,0,0.2);
    width: 200px !important;
    height: 200px !important;
}
.e-banner form .row{
    justify-content: center !important;
}
.e-banner a{
    line-height: 3;
    
}
.e-banner form .row .col-6 a{
    margin: 0;
}
.location-banner .col-md-6{
    padding: 30px 130px;
}
.location-banner h3{
    text-align: center;
    margin: 4px 0 30px;
}
.location-banner form .col-6 img{
    width: 100%;
}
.location-banner form .col-6{
    border: 1px solid rgba(0,0,0,0.2);
    text-align: center;
    padding: 0;
    width: 200px;
    
}
.location-banner form  .row{
    justify-content: center;
}
.location-banner  a{
    line-height: 3;
}
.location-banner h2{
    margin: 30px 0;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    line-height: 0px!important;
}
.float:hover{ 
    color: #fff;
}
.my-float{
    margin-top:16px;
}
@media only screen and (max-width: 1367px){
    .location-banner .col-md-6,  .e-banner .col-md-6 {
        padding: 2px 85px;
    }
   
}
@media only screen and (max-width: 1281px){
    .banner .col-md-6, .e-banner .col-md-6, .location-banner .col-md-6{
        padding: 30px;
    }
    .content-img a, .location-banner a{
        margin-left: 55px;
    }
    
}

@media only screen and (max-width: 1025px){
    .banner .col-md-6{
        padding: 30px;
    }
    .e-banner .col-md-6{
        padding: 30px;
    }
    .e-banner form .row{
        justify-content: center;
    }
    .e-banner a{
        margin-left: 7px;
        line-height: 3;
    }
    .location-banner .col-md-6{
        padding: 30px;
    }
}
@media only screen and (max-width: 913px){
    .e-banner form .col-6{
        width: 50% !important;
    }
}
@media only screen and (max-width: 768px){
    .banner .col-md-6{
        padding: 30px;
        
    }
    .e-banner .col-md-6{
        padding: 30px;
    }
    .e-banner form .col-6{
        width: 50% !important;
        height: auto !important;
    }
    .e-banner form .row{
        padding: 0px 19px;
    }
    .e-banner h3{
        margin-top: 0;
        font-size: 20px;
    }
    .location-banner .col-md-6{
        padding: 30px ;
    }
    .location-banner form .col-6{
        width: 50%;
    }
   .location-banner h2{
    margin: 20px 0;
   }
   .location-banner form .row{
    padding: 13px;
   }
   .location-banner a {
    margin-left: 0;
}
}