
@font-face {
    font-family: 'Lato', sans-serif;
    src: url("../fonts/lato.ttf");
  }



body{
    margin: 0px;
    font-family: 'Lato', sans-serif;
    padding: 0px;
}




.container{
    width: 100%;
    max-width: 1217px;
}









/*********************Add_Package_Start_CSS***************************/

#login_div{
    width: 100%;
    padding: 30px 20px;
}



.modal-dialog {
    position: relative;
    top: 17%;
    width: auto;
    z-index: 9999999;
        pointer-events: none;
}


.overlay {
    position: absolute;
    top: 100px;
    bottom: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    background: transparent;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  .popup_login_div {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(128 128 128 / 73%);
    width: 35%;
    position: relative;
  }
  .popup_login_div .close {
    position: absolute;
    top: 8px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
  }
  .popup_login_div .content {

  }
  
.contends_innner_div{
    width: 100%;
    margin: 20px 0px 10px 0px;
}


.login_up_heading {
    font-size: 19px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    background: #02305a;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-footer .btn-secondary {
border-radius: 0px;}
.modal-footer .btn-primary {
    border-radius: 0px;}
.input_form_div{
    width: 100%;
}

.input_lab_text {
    font-size: 15px;
    color: rgb(33 37 41 / 79%);
    font-weight: 500;
}


.start_red1{
    font-size: 18px;
    color: red;
    font-weight: 700;
}

.accept_text1Checkbox{
    font-size: 14px;
}

.term_texts{
    color: #2e99d1;
}

.btn_sign_ups{
    font-size: 14px;
    color: #ffff;
    font-weight: 500;
    border-radius: 4px;
    padding: 9px 28px;
    margin: 20px 0px;
    text-decoration: none;
    background-color: #2e99d1;
}

.btn_sign_ups:hover{
    background-color: #2e99d1;
    color: #ffff;
}

.form_contal_heding1 {
    border-radius: 0px;
    font-weight: 500;
    padding: 10px 10px;
}


.forgot_pssword_text {
    font-size: 14px;
    color: #2e99d1;
    margin: 0px;
    padding: 7px 0px 0px 0px;
}

.login_text1_btn{
    color: #ffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.login_1div {
    width: 100%;
    background: #ef4242;
    padding: 6px 0px;
    text-align: center;
    border-radius: 0px;
}

.login_text1_btn:hover{
    color: #fff;
}


.not_member_heding{
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
}

.signup_now1_h{
    color: #2e99d1;
}

/*********************Add_Package_Close_CSS***************************/



























/******************************************************RESPONSIVE CSS*******************************************************/

/*

 * Table of Contents:

 * 	   - Media Queries

 *   0 - media screen and (max-width: 1170px)

 *   1 - media screen and (max-width: 1152px) 

 *   2 - media screen and (max-width: 1024px)

 *   3 - media screen and (max-width: 992px)

 *   4 - media screen and (max-width: 800px)

 *   5 - media screen and (max-width: 768px)

 *   6 - media screen and (max-width: 728px)

 *   7 - media screen and (max-width: 640px)

 *   8 - media screen and (max-width: 500px)

 *   9 - media screen and (max-width: 480px)

 *  10 - media screen and (max-width: 414px)

 *  11 - media screen and (max-width: 375px)

 *  12 - media screen and (max-width: 360px)

 *  13 - media screen and (max-width: 320px)

---------------------------------------------------------------------- */

@media screen and (max-width: 1170px){
.container{
    padding: 0px 15px;
}   
}


@media screen and (max-width: 1152px){
    .popup_login_div {
        width: 80%;
    }

}







@media screen and (max-width: 992px){
    .popup_login_div {
        width: 80%;
    }

}


@media screen and (max-width: 767px){
    .popup_login_div {
        width: 80%;

    }
}

@media screen and (max-width: 500px){

}


@media screen and (max-width: 728px){

}

@media screen and (max-width:600px){
 
}





@media screen and (max-width: 800px){
}


@media screen and (max-width:640px){
 
}



@media screen and (max-width:320px){
}