body,
html {
    color: #000000;
    overflow-x: hidden;
    /* overflow-y: hidden; */
    height:100%;
    background-color: var(--light-green);
    font-family: OpenSans-Medium;
    
     
}

a {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-repeat: no-repeat !important;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: OpenSans-Bold;
}
p{
    margin-bottom: 0;
}

@font-face {
    font-family: OpenSans-Bold;
    src: url('../font/robotic/OpenSans-Bold.ttf');
  }
@font-face {
    font-family: OpenSans-Medium;
    src: url('../font/robotic/OpenSans-Medium.ttf');
  }

.h100vh{
    height: 100vh;
}
a:hover {
    text-decoration: none;
}
.login_box h4{
    text-align: center;
}
.login_box{
    display: flex;
    justify-content: center;
    flex-direction: column;
   
}
.logo_box{
    height: 12rem;
    width: 14rem;
    margin: auto;
}
.logo_box img{
     width: 100%;
}
.login_logo_box{
    /* height: 11rem;
    width: 13rem; */
    height: 100%;
    width: 45%;
}
.login_logo_box img{
    width: 100%;
}

.index_section,
.userSection,
.loginPage{
    /* background: var(--light-green); */
    background: var(--white-clr);
}
.bg-clr-login{
    background-color: var();
}
.icon_i{
    background-color: rgb(255, 254, 254);
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.icon_i i{
    font-size: 1.5rem;
    color: var(--main_color);
    min-width: 3rem;
    margin-left: -3rem; 
}
.bg-clr-login{
    background-color: var(--white-clr);
}
.icon_box{
    background-color: var(--light-green);
    /* border-radius: 0; */
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;

}
.icon_box svg,
.icon_box i{
    color: var(--login_bg_one);
    font-size: 1.4rem;
}
.form-check-input:checked{
    background-color: var(--login_bg_one);
    border: var(--login_bg_one);
}

.loginPage .form-check-input:focus{
    border-color: var(--light-green);
    box-shadow: 0 0 0 0.25rem #dbefc4;
}
.loginPage input{
    /* border-radius: 0; */
}
.form-select:focus,
.form-control:focus{
    border-color: var(--login_bg_one);
    box-shadow: 0 0 0 0.25rem #dbefc4;
}
.btn-green{
    /* background-color: var(--login_bg_one); */
    background-color: var(--chocalet-clr);
    color: var(--white-clr);

    /* border: 1px solid var(--login_bg_one); */
    border: 1px solid var(--chocalet-clr);
}
/* .btn-green:hover{
    background-color: var(--light-green);
    color: var(--black-clr);
    border: 1px solid var(--black-clr);
} */

@media (max-width:768px) {
    .cnt_code_drop select{
        width: 6rem;
    }
}
@media (max-width:400px) {
    .mob_main_box span{
        width: 3.9rem !important;
    }
 }
@media (min-width:250px) {
    .Login_btn{
        width: 12rem;
    }
}
.reg_clr{
    color: var(--black-clr);
}

.Cnt-Number{
    border-radius:0 0.5rem 0.5rem 0;
    border-left: 0;
}
.cnt_code_drop select{
    border-radius: 0;
}

.border-bottom{
    background-color: var(--Light-gary-clr);
    height: 1px;
    width: 85%;
}
.index_bg{
    /* background-image: url(../img/index_2.jpg); */
    /* background: #88c440; */
    /* background: linear-gradient(0deg, rgba(119,187,51,0.8687850140056023) 0%, rgba(136,196,64,1) 0%, rgba(250,255,245,1) 97%); */
    /* background: linear-gradient(0deg, rgba(67,121,13,1) 0%, rgba(136,196,64,1) 0%, rgba(212,242,175,1) 97%); */
    /* background: rgb(136,196,64); */
    /* background: linear-gradient(321deg, rgba(136,196,64,1) 0%, rgba(182,226,128,1) 0%, rgba(136,196,64,1) 97%); */
    background-color: var(--light-green);
    background-size: cover;
    background-repeat: no-repeat;

}
.indexlogo{
    height: 11rem;
    width: 16rem;
}
.indexlogo img{
    /* max-width: 41%;
     
    background: var(--white-clr);
    border-radius: 50%;
    padding: 0.3rem;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
    /* max-width: 90%;
    margin-top: 0rem; */
    width: 100%;
}
/* .form_center{
    padding: 1.5rem;
} */
@media (min-width:992px) {
    .form_center{
  
        
        border-radius: 1.5rem;
        /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    }
}
@media (max-width:991px) and (min-width:750px) {
    .indexlogo{
        height: 20rem;
        width: 28rem;
    }
    .radiosec label{
        width: 35% !important;
    }
    /* .ExisiandNew{
        padding-top: 13%;
    } */
    .btn_next_back{
        margin-bottom: 9rem !important;
    }
    /* .form_center{
    margin-top: 12%;
    margin-left: 5%;
    margin-right: 5%;

    } */
}
@media (max-width:750px){
    .indexlogo{
        height: 18rem;
        width: 24rem;
    }
}
.user_img_box img{
    /* max-width: 50%; */
    /* max-width: 100%; */
    max-width: 86%;
    
}

.user_img_box{   
    max-width: 53%;
    /* border: 2px solid var(--login_bg_one); */
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;

    background: #e3e3e3;
    border: 2px solid #808d71;

    height: 14rem;
    width: 15rem;
}
 .card{
    background: none;
 }
 /* .box_hight {
    height: 100%;
    overflow: hidden;
 } */
 .cnt_hight{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
 }
 
 .indicater_custam{
    margin-bottom: -2rem;
    z-index: 0;
  
 }
 .carousel-indicators [data-bs-target]{
    /* background-color: var(--login_bg_one); */
    background-color: var(--main_color);
 }
 .index_section p,
 .index_section h4{
    color: var(--black-clr);
     
 }
 .btn-white-clr:hover,
 .btn-white-clr{
    background-color: var(--white-clr);
    color: var(--black-clr);
 }
 .cnt_hight_indx{
    /* display: flex;
    justify-content: space-between;
    flex-direction: column; */
    height: 100%;
    /* position: relative; */
 }
 .bg_carousel{
    /* background-color: #00000072; */
    padding: 0.3rem;
    border-radius: 1rem;

 }
 .carousel-inner{
    border-radius: 1rem;
    }
@media (max-width:320px) {
    .indicater_custam{
        margin-bottom: -1rem;
    }
    .indexlogo img{
        /* max-width: 36%; */
    }
}
/* .cnt_hight_indx::before{
    background-image: url(../img/NEWimage.png);
    height: 10rem;
    width: 26rem;
    background-size: contain;
    content: '';
   
    height: 11rem;
    background-repeat: no-repeat;
    position: absolute;
    top: 20%;
   
    left: 40%;
    opacity: 0.7;
     

} */

/* Sonal CSS USER PAGE Start */
.radiosec input[type=radio] {
    display: none;
  }
  .radiosec input[type=radio]:not(:disabled) ~ label {
    cursor: pointer;
  }
  .radiosec input[type=radio]:disabled ~ label {
    color: #bcc2bf;
    border-color: #88c440;
    box-shadow: none;
    cursor: not-allowed;
  }
  
  .radiosec label {
    height: 80%;
    display: block;
    background: #ebebeb;
    /* border: 2px solid #000; */
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    box-shadow: 0px 0px 20px rgb(6 5 5 / 40%);
    position: relative;
    /* margin-top:30px; */
    width:60%;
  }
  
  .radiosec input[type=radio]:checked + label {
    background: #c1e599;
    color: white;
    box-shadow: 0px 0px 20px rgb(6 5 5 / 40%);
  }
  .radiosec input[type=radio]:checked + label::after {
    color: #88c440;
    font-family: FontAwesome;
    /* border: 2px solid #000; */
    content: "";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 0px 20px rgb(6 5 5 / 40%);
  }
  
  .radiosecinput[type=radio]#control_05:checked + label {
    background: red;
    border-color: red;
  }
  .colsec
  {
  display:flex;
  justify-content:center;
    margin-bottom:30px;
  }
  @media (max-width:700px) {
    .colsec{
        margin-bottom:0px;
    }
  }
  .Headingtxt {
      /* padding: 15px; */
      color: var(--black-clr);

  }
  @media only screen and (max-width: 700px) {
    .section {
      flex-direction: column;
    }
    .radiosec label {
        height: 80%;
        display: block;
        background: #ebebeb;
        /* border: 2px solid #000; */
        border-radius: 20px;
        padding: 1rem;
        margin-bottom: 1rem;
        text-align: center;
        box-shadow: 0px 0px 20px rgb(6 5 5 / 40%);
        position: relative;
        margin-top: 30px;
        width: 65%;
    }
  }
  @media (max-width:500px) {
    .radiosec label{
        /* width: 100%; */
    }
  }
/* Sonal CSS USER PAGE End */
@media (max-width:1332px) and (min-width:100px) {
    .Login_btn1{
        margin-bottom: 0.5rem;
    }
}
/* .Login_btn1:hover{
    background-color: var(--white-clr);
    color: var(--black-clr);
    border: 1px solid var(--black-clr);
} */
.btn:first-child:active,
.btn:active,
.btn-green:hover,
.Login_btn1:hover,
.Login_btn1{
    background-color: var(--chocalet-clr);
    color: var(--white-clr);
    /* margin: auto; */
}
/* .logo-box{
    height: 6rem;
    width: 19rem;
} */
.logo-box{
    text-align: center;
    }
.logo-box img{
    max-width:  150px;
}
.icon_box2{
    height: 3rem;
    width: 4.5rem;
    border-radius: 0 0.5rem 0.5rem 0;
    border-left: 0;

}
.tems_service a,
.tems_service{
        font-size: 13px;
    }
@media (max-width:586px) {
    .tems_service a,
.tems_service a{
     
    font-size: 0.5rem;
    
}
.fnt-login{
    font-size: 14px;
}
 
}
.cnt-slider{
    height: 7rem;
}
.slider_box{
    margin-top: 15%;
}
/* sonal Css 24-04-2023 Start */
.wlcmimg_box{
    margin: auto;
    width: 50%;
}
.wlcmimg
{
  /* height: 200px; */
  max-width: 100%;
    margin-top: 30px;
}
.wlcmtxt
{
  margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    color:#000;
}
.wlcmsubtxt
{
  font-size: 18px;
    font-weight: 600;
    color:#000;
    margin-top:10px;
}
.required{
    color: #B94A48 !important;
    font-weight: normal;
    font-size: 0.8rem;
    margin-top: -3px;
    padding: 0;
    position: revert;
}



/* sonal Css 24-04-2023 End */
@media (max-width:392px) {
    .nextbtn{
        /* margin-left: 0rem !important; */
        margin-top: 1rem !important;
    }   
    .logo-box img{
        width: 100px;
        height: auto;
    }
}
.ExisiandNew{
    margin-top: 2rem;
    }
.Login_margin{
    margin-top: 2rem;
}
.box-border{
    border: 1px solid var(--black-clr);
}
.index_box1{
    /* margin-top: 2rem;
    margin-bottom: 2rem; */
    
}
.index_box2{
    margin-bottom: 1rem;
}
.index_box1,
.index_box2{
    
    box-sizing: border-box;
    /* padding: 20px; */
    padding: 20px;
}
 
@media (min-width:991px) {
    .index_box1{
        /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
        /* border: 1px solid red ; */
        /* box-shadow: 0 -5px 5px -5px #333, -5px 0 5px -5px #333, 5px 0 5px -5px #333; */
        /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
        border-bottom: 0;
        border-radius:1.5rem;

    }
    .index_box2{
        /* border: 1px solid red; */
        /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
        /* box-shadow: 0 5px 5px -5px #333, -5px 0 5px -5px #333, 5px 0 5px -5px #333; */
        margin-top: -0.7rem;
        border-top: 0;
        border-radius: 0 0 1.5rem 1.5rem;
    }


    .form_width{
      /*  margin: 2% 34%;*/
      margin-left:  33.33%;
      margin-right: 33.33%;

        /* border: 1px solid rgb(0, 0, 0); */
       /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        border-radius: 1.5rem; */
    }
    .reg_form_shadow{
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        border-radius: 1.5rem;
    }
}



/* @media (max-width:1350px) {
    .form_width{
        margin: auto 30%;
     
    }
}
@media (max-width:1092px) {
    .form_width{
        margin: auto 26%;
     
    }
}
@media (max-width:991px) {
    .form_width{
        margin: auto 19%;
     
    }
}
@media (max-width:713px) {
    .form_width{
        margin: auto 10%;
     
    }
}
@media (max-width:586px) {
    .form_width{
        margin: 0;
        border: none;
    }
} */
.border-Or{
    border: 1px solid  var(--Light-gary-clr);
    height: 1px;
    /* width: 18%; */
    width: 3.5rem;
    /* width: 16%; */
    margin-top: 0.7rem;
    margin: 0.7rem 0.6rem 0 0.6rem;
}
.border-box2{
    border: 1px solid var(--black-clr);
}
.cnt_icon_box{
    border-radius: 0;
}
.mob_main_box span{
    border-radius: 0.5rem 0 0 0.5rem;
    width: 3.5rem;
}

/* .img_user_box img{
    max-width: 70%;
} */
.img_user_box{
    /* height: 10rem;
    width: 10rem; */
    height: 30%;
    width: 68%;
    margin: auto;
}
.img_user_box img{
    width: 100%;
    }

    @media (max-width:1231px) {
        .btn_next_back{
            display: flex;
            justify-content: center;
            flex-direction: column-reverse;
            /* margin-top: 0rem; */
            }
    }
/* @media (min-width:991px) {
    fieldset .row{
        padding: 4.5rem 0 7.5rem 0;
    }
} */
@media (max-width:1333px) {
    .new_margin_sub{
        margin-bottom: 0.5rem;
    }
}
.fa-mobile{
    font-size: 2.4rem;
}
.was-validated .form-control:valid,
.was-validated .form-control:invalid{
    background-image: none !important;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: var(--login_bg_one);
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: var(--login_bg_one);
}
.form-control.is-valid, .was-validated .form-control:valid
 {
    border-color: var(--login_bg_one);
}
i.fa.fa-mobile {
    font-size: 2.4rem;
}
@media (max-width:991px) {
    .margin_top{
        /* margin-top: -4rem; */
    }
}
/* .previous{
    position: absolute;
    top: 2rem;
    left: 3%;
    width: 3rem;
} */
/* @media (max-width:586px) {
    .previous{
        position: absolute;
        top: 2rem;
        left: 2%;
        width: 3rem;
    }
} */
 
/* .reg_margin{
    margin-top: 2rem;
} */
.reg_back{
    margin-top: 1rem;
}
.new_margin_sub {
    margin-top: 1rem;
}
.E_User_box{
    margin: auto;
    height: 15.5rem;
    width: 13rem;
    background: var(--white-clr);
    padding: 0.5rem;
    border-radius: 1.5rem;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: 0.4s;
}
.E_User_box:hover{
    
    background: #c1e599;
}
.E_User_box img{
    width: 100%;
}
.new_card{
    margin-top: 10%;
}
@media (max-width:991px) {
    .new_card{
        margin-top: 2%;
    }
}
.regi_card{
    margin-top: 1.5rem;

}
@media (min-width:1400px) {
    .E_User_box{
        height: 14.5rem;
        width: 12rem;
    }
}

/* @media (max-width:991px) and (min-width:767px) {
    .E_User_box{
        height: 30.5rem;
        width: 27rem;
    }
     
} */
@media (max-width:1000px) and (min-width:1050px){
    .E_User_box{
        height: 11.5rem;
        width: 8rem;
    }
}
/* @media (max-width:800px) {
    .E_User_box{
        width: 45%;
    }
}
@media (max-width:500px) {
    .E_User_box{
        width: 66%;
    }
} */
 
/* .previous{
    color: white;
    border-radius: 0.5rem;
    background: #f1f8e9;
    background: linear-gradient(302deg, #f1f8e9 0%, #88c440 100%);  
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
} */
.previous i{
    color: var(--black-clr);
}
@media (min-width:991px) {
    .previous{
        top: 6rem;
    left: 35%;
  
 
        
    }
     
}
@media (max-width:586px) {
    .reg_margin{
        margin-top: 0rem;
    }
    .index_box1, .index_box2{
        /* border: 0px solid #f000; */
    }
    .mrgin_Ex{
        margin-top: 3.7rem;
        }
}
.Headingtxt{
    margin-top: 1rem;
}
.back_button i{
    color: var(--white-clr);
}
.btn-green i{
    transition: 0.3s;
}
.btn-green:hover i{
    color: var(--black-clr);
}
@media (max-width:586px) {
    .mrg0{
      /* margin: auto; */
      /* margin-left: 0.1rem; */
       
    }
    .logo-box {
        margin-top: 1rem;
    }
  }
  .Login_boc{
    /* margin-top: 1.5rem; */
    margin-bottom: 1.5rem;
  }
  .Login_boc h4{
    font-size: 2rem !important; 
  }
.keep_me{
    display: flex;
    justify-content: start;
}
@media (max-width:991px) {
    .keep_me{
        display: flex;
        justify-content: center;
    }
}
.mrg_top{
    margin-top: 2.5rem;
}
.mrg3{
    margin-top: 3rem;
}
.power_by p{
    font-size: 0.8rem;
}
 
option:hover {
    
    background-color: var(--login_bg_one);
  }
option:checked {
    background-color: var(--Light-gary-clr);

  }
/* select:focus,
option:checked,
option:hover {
    background-color: var(--box-shadow-clr);
  } */
@media (max-width:578px) {
    .break-cnt{
        display: grid;
    }
}
 .msform{
    position: relative;
 }
 .toggel_btn{
    position: absolute;
    z-index: 1;
    left: 35%;
    top: 3%;
 }
 @media (max-width:991px) {
    .toggel_btn{
         
        left: 5%;
         
     }  
 }
 .side_menu li{
    list-style: none;
 }
 ul{
    padding-left: 0;
 }
 .side_menu .accordion-button,
 .side_menu li {
    background: #88c440;
    margin-bottom: 0.2rem;
    padding: 0.5rem;
    /* padding: 0.7rem; */
    color: white;
    /* border-radius: 0.3rem; */
}
.side_menu .accordion-button:not(.collapsed){
    box-shadow: none;
}
.side_menu .accordion-body{
    margin-bottom: 0.2rem;
    padding: 0.5rem;
    background: #deedcb;

}
.side_menu a{
    color: var(--white-clr);
}
.accordion-body a{
    color: var(--black-clr);
}
#loginform > div > div > div:nth-child(3) > div > div > p:nth-child(2){
    margin-left: 0.6rem !important;
}
.fnt_i_box{
    height: 2rem;
    width: 3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.fnt_i_box i{
    font-size: 2rem;
}
.hight_velidation{
    height: 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.img_box_login{
    height: 4rem;
    width: 4rem;
    margin: auto;
    margin-top: -5rem;
}
.img_box_login img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 6px solid #f1f8e9;
    border-radius: 15.5rem;
    background: #d3e5bd;
    padding: 0.5rem;
}
.bg_box_login{
    background: #d3e5bd;
    padding: 1.5rem;
    border-radius: 1.5rem;
    margin-top: 2.5rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.index_box1{
    /* margin: auto; */
}
.new-pading{
    padding: 20px 20px 20px 48px;
    }
    @media (min-width:991px) {
        .new-pading{
            padding: 20px;
            }
    }
    @media (max-width:991px) and (min-width:576px) {
        .img_box_login{
            height: 10rem;
            width: 10rem;
            margin: auto;
            margin-top: -8rem;
        }
    }
    
.cnt_code_drop .form-select:focus{
box-shadow: 0px 0px 0px 3px #dbefc4;
}

.login_btn {
    width: 100%;
    max-width: 230px;
    height: 35px;
    padding: 5px 15px;
    border-radius: 17px;
    background-color: var(--login_btn_bg);
    box-shadow: 0 5px 10px #333;
    color: #fff !important;
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin: 15px auto;
    border: 1px solid var(--login_btn_border);
}