/************************************* Contact Css *****************************************/

.Contact{
    background-image: url('../img/Contact_Bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 771px;
}
.COntent{
    margin-top: 94px;
    margin-left: 55px;
}
.ContactBox{
    width: 24px!important;
    height: 24px!important;
    border-radius: 14px!important;
    margin-right: 14px!important;
    margin-bottom: 0px!important;
    margin-top: -2px!important;
}
.Heading{
    font-family: LEMON MILK;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%;
    text-transform: capitalize;
    color: #3C3C3C;
}
.theImgCont {
    margin-top: 1px;
}
@font-face {
    font-family: 'LEMON MILK';
    src: url('../fonts/LemonMilk.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
.Subtext {
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
    line-height: 155%;
    color: #3C3C3C;
    margin-top: -3px;
    margin-bottom: 8px;
}
.AddHead{
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    color: #3C3C3C;
}
.SubHead{
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    color: #3C3C3C;
    opacity: 0.9;
    margin-bottom: 24px;
}

.MyForm{
    width: 494px;
}
.form-control{
    border: 1px solid #9B9B9B;
    color: #3C3C3C;
    padding: 13px;
    border-radius: 4px;
}
.MyFormIn{
    margin-bottom: 8px;
    font-family: 'Urbanist';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    color: #3C3C3C;
}
.MyFormIn:hover{
    color: #439D97;
}
.TextAreaMy{
    font-family: 'Urbanist';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    color: #3C3C3C;
    width: 492px;
    margin-left: 13px;
}
.Tcheck{
    margin-left: 13px;
}
.Tcheck_label {
    font-family: 'Urbanist';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    margin-left: 8px;
}
.DoneBut {
    padding: 12px 32px;
    border-radius: 4px;
    background: var(--Teal-Light, #439D97);
    width: 227px;
    height: 49px;
    margin-left: 4px;
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
    color: #FFF;
}
.DoneBut::after{
    color: #264946;
}
/**************************************** Login Css ***********************************/
.LoginPage{
    background-image: url('../img/Login_Bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 771px;
}
.head{
    color:  #3C3C3C;
    font-family: LEMON MILK;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%;
    text-transform: capitalize;
    margin-top: 240px;
    
}
.Subhead{
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    color: #3C3C3C;
}
.TextLo{
    margin-left: 131px;
}
.LogForm{
    width: 494px;
    margin-left: 131px;
}
.LogFormIn{
    margin-bottom: 8px;
}
.LockIcon{
    margin-top: -80px;
    margin-left: 10px;
    width: 26px;
    height: 26px;
}
.PaaLabel{
    margin-top: -71px;
    margin-left: 42px;
    font-family: 'Urbanist';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    color: #3C3C3C;
    opacity: 0.8;
}
.CheckFormIn{
    margin-top: -23px;
    margin-left: 3px;
    font-family: 'Urbanist';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    color: #3C3C3C;
}
.LabelRemem{
    margin-left: 5px;
    opacity: 0.8;
    margin-top: 4px;
}
.CheckBoxR {
    width: 24px!important;
    height: 24px;
}
.FrgtButton{
    margin-top: -32px;
    margin-left: 127px;
    padding: 0px;
    color:  #005BB9;
    font-family: 'Urbanist';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
}
.LoginBtn {
    border-radius: 4px;
    background: #439D97;
    padding: 12px 32px;
    color: #FFF;
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
    width: 493px;
    margin-left: 13px;
    margin-top: -11px;
}
.c_modal_dialog {
    padding: 24px;
    width: 471px;
    height: 430px;
}
.c_modal_body_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.modal_title {
    color: #000;
    font-family: 'LEMON MILK';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%;
    text-transform: capitalize;
    margin-top: 24px;
    text-align: center;
}
.modal_subtitle{
    color: #000;
    text-align: center;
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
}
.EmailN{
    width: 351px !important;
    padding: 16px !important;
    border-radius: 4px !important; 
    border: 1px solid var(--neutral-600, #9B9B9B)!important;
    color: var(--neutral-800, #3C3C3C);
    font-family: 'Urbanist' ;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 21.7px */
    margin-bottom: 24px;
}
.ResetModal{
    width: 296px;
    height: 49px;
    padding: 12px 32px;
    border-radius: 4px;
    background: var(--Teal-Light, #439D97);
    color: var(--neutral-white, #FFF);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 24.8px */
    text-transform: capitalize;
}
.Close_modal{
    color: var(--functional-info-blue, #005BB9);
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 24.8px */
    text-transform: capitalize;
    margin-top: -20px;
}
.theImgs{
    margin-top: 0px!important;
    margin-bottom: 5px;
}
.Sincheck {
    margin-left: 13px;
    margin-bottom: 15px!important;
    margin-top: -14px;
}
.form-check .form-check-input {
    width: 24px;
    height: 24px;
    border-radius: 0px;
    margin-right: 1px;
    margin-bottom: 0px;
    margin-top: 1px;
}
.LoginBg {
    margin-top: 360px!important;
    margin-left: 50px;
}
/**************************************** Reset Css ***********************************/

.ResetPage{
    background-image: url('../img/Reset_Bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 771px;
}
.Content{
    height: 800px;
}
.Resthead{
    color:  #3C3C3C;
    font-family: LEMON MILK;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%;
    text-transform: capitalize;
    margin-top: 240px;
    
}
.Rest_Subhead{
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    color: #3C3C3C;
}
.LockIcon{
    margin-top: -80px;
    margin-left: 10px;
    width: 26px;
    height: 26px;
}
.TextRest{
    margin-left: 131px;
}
.RestForm{
    width: 494px;
    margin-left: 131px;
}
.PaassLabel{
    margin-top: -53px;
    margin-left: 42px;
    font-family: 'Urbanist';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    color: #3C3C3C;
    opacity: 0.8;
}
.ConfirmPaaLabel{
    margin-top: -53px;
    margin-left: 42px;
    font-family: 'Urbanist';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    color: #3C3C3C;
    opacity: 0.8;
}
.RestFormIn{
    margin-bottom: -8px;
}
.ResetPassBtn{
    border-radius: 4px;
    background:#439D97;
    padding: 12px 32px;
    color: #FFF;
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
    width: 493px;
    margin-left: 13px;
}
.ResetFormbg{
    margin-top: -48px;
    margin-left: 20px;
}

/**************************************** SignUp Css ***********************************/

.SignUp_Page{
    background-image: url('../img/SignUp.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 771px;
}
.Sign_head{
    color:  #3C3C3C;
    font-family: LEMON MILK;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%;
    text-transform: capitalize;
    margin-top: 177px;
}
.Sign_Subhead{
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    color: #3C3C3C;
}
.TextSign{
    margin-right: 38px;
}
.contents{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: left;
    margin-left: -54px;
}
.SignUpForm{
    width: 494px;
    margin-bottom: 179px;
}
.SignUpFormIn{
    margin-bottom: 8px;
}
.PaassLabel_sign{
    margin-top: -69px;
    margin-left: 42px;
    font-family: 'Urbanist';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    color: #3C3C3C;
    opacity: 0.8;
}
.ConfirmLabel_sign{
    margin-top: -61px;
    margin-left: 42px;
    font-family: 'Urbanist';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    color: #3C3C3C;
    opacity: 0.8;
}
.SignUpFormIn_Confirm{
    margin-top: -18px;
}
.Sincheck{
    margin-left: 13px;
    margin-bottom: 17px;
    margin-top: -14px;
}
.RadioSin {
    width: 24px!important;
    height: 24px!important;
    border-radius: 14px!important;
    margin-right: 14px!important;
    margin-bottom: 0px!important;
    margin-top: 2px!important;
}
.Sincheck_label {
    font-family: 'Urbanist';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    margin-top: -4px!important;
    margin-left: -7px!important;
}
.SignUpBut {
    padding: 12px 32px;
    border-radius: 4px;
    background: var(--Teal-Light, #439D97);
    width: 232px;
    height: 49px;
    margin-left: 2px;
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
    color: #FFF;
}
.form-check-input:checked {
    background-color: #439D97;
    border-color: #439D97;
}
.form-check-input:checked[type=radio] {
    background-image: url();
}

.desk{
    display: block;
}
.mob{
    display: none;
}
/* -----------------------------vijay-------------------------- */
.bg-image:not([class*=absolute]) {
    position: absolute;
}

.bg-image {
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg-image {
    object-fit: cover;
}
.addressEmail_body{
    display: flex;
    flex-direction: row;
    gap: 29px;
     /*justify-cont*/
    
}
.contact-page-top{
    margin-top: 6rem;
    padding: 0rem 0 2rem;
}
.LoginPagetop{
    height: 771px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6.5rem;
    padding: 0rem 0px 4rem;
}

.SignUp_Pagetop{
    height: 771px;
    padding: 0rem 0 5rem;
    margin-top: 6rem;
}

.SignUpForm-content {
    width: 494px;
    margin: auto;
    max-width: 100%;
    float: none;
    margin-left: 83px;
}
.ResetPage-top{
    margin-top: 6rem;
    padding: 0rem 0 4rem;
    height: 771px;
}
input[type=password] {
    padding-left: 36px;
  }
  
 .LoginBg{
     margin-top: 300px;
     margin-left: 50px;
 }