input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.welcomeTitle{
    max-width: 403px;
     margin-bottom: 30px;
     line-height: 26px;
}
body{
  color: #000000;
  background: #FCFCFC;
  /* font-family: 'Montserrat' !important; */
  font-family: 'Montserrat' !important;
  /* font-family: 'Lato', sans-serif !important; */
}
select{
 
}
.codeselect select:invalid{
    color: #B7B7B7;
    font-family: 'Montserrat' !important;
    font-weight: 400;
  
    font-size: 18px;
    /* background: url("/assests/images/downarrow.png") #E2E2E2  no-repeat 95.5% !important; */
    /* background-image:url(/assests/images/downarrow.svg);
    background: url(/assests/images/downarrow.svg) no-repeat right #ddd; */
    /* -webkit-appearance: none !important; */
    background-position-x: 244px;
}
.authselect select:invalid {
    color: #B7B7B7;
    font-family: 'Montserrat' !important;
    font-weight: 400;
  
    font-size: 18px;
    background: url("/assests/images/downarrow.png") #E2E2E2  no-repeat 95.5% !important;
    /* background-image:url(/assests/images/downarrow.svg);
    background: url(/assests/images/downarrow.svg) no-repeat right #ddd; */
    -webkit-appearance: none;
    background-position-x: 244px;
  }
  .authselect option[value=""][disabled] {
    display: none;
  }
  .codeselect option[value=""][disabled] {
    display: none;
  }
  a:hover {
    color: none;
    text-decoration: auto;
}
 .authselect option {
    color: black;
  }
  .codeselect option {
    color: black;
  }

.welocomeLeftDiv{
    min-height: 100%;
    box-shadow: 0px 15px 15px rgb(0 0 0 / 15%);
}
/* .auth-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 29px;
    width: 100%;
    max-width: 464px;
    height: 60px;
    border-radius: 0px;
} */

.auth-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 29px;
    width: 464px;
    height: 60px;
    border-radius: 10px;
}
.dearmembersMobile{
    margin-bottom: 18px;
}
.welcomeDearMemberDiv{
    margin-bottom: 19px;
}
.auth-step-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-otp-input{
    background: #FCFCFC!important;
    border-radius: 0px !important;
}


.auth-pagination{
    position: absolute;
    bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;


}
.auth-md-font{
    font-weight: normal;
font-size: 24px;
line-height: 29px;
}

.form-group label{
    margin-bottom: 10px;
}
.auth-bg-font{
    font-size: 30px;
line-height: 36px;
}
.auth-pagination button{
    width: 30px;
    height: 30px;
    color: #6E6E6E;
    font-size: 14px;
line-height: 17px;
border: 0px;
border-radius: 50%;
background: #FCFCFC;
cursor: pointer;

}
.auth_pagelink_btn.bg-btn{
    color:#FFFFFF;
  }

.auth-pagination .auth-border{
    border: 0.5px dashed #959697;
    width: 30px;
    height: 0px;
}
.progress {
  height: 5px;
}
.progress-bar-danger {
  background-color: #e90f10;
}
.progress-bar-warning{
  background-color: #ffad00;
}
.progress-bar-success{
  background-color: #02b502;
}

.emailCheck{
  position: absolute;
  top: 3px;
  right: 2px;
}
.heading_font{
  font-size: 40px;
}
.img_logo{
  /* max-width: 90% !important; */
  max-width: 100% !important;
}
.text-warningC{
  color: #CF9430;
}


.otp-wrapper {
	text-align:center;
	/* margin-top:30px; */
}

.otp-container {
	display: inline-block;
	
}


.otp-container .otp-number-input {
    width: 40px !important;
    /* height: 33px; */
    /* height: 40px; */
    /* margin: 0 2px; */
    border: none;
    /* border-bottom: 1px solid #6E6E6E; */
    padding: 0;
    color: rgba(0,0,0,.7);
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 30px;
    box-shadow: none;
    text-align: center;
    background-color: none;
    font-weight: 600;
    border-radius: 0;
    outline: 0;
    transition: border .3s ease;
    background: #E2E2E2 !important;
    border-radius: 10px !important;
    /* width: 50px !important; */
    height: 58.95px;


    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    align-items: center;
    text-align: center;
    color: #000000;
		
	} 
    .stepnumber{
        margin: auto;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #A4894B;
    }
	
.otp-container .otp-number-input:focus{
border-color:rgba(0,0,0,.5);
}	

.otp-container .otp-number-input .otp-filled-active{
border-color:#00bb09;
}

.pe-none{
    pointer-events: none;
}


.otp-submit {

	border:0;

	margin-top:30px;
	padding:10px 15px;

	border-radius: 10px;
	letter-spacing:1px;
	font-weight:500;
	cursor: pointer;
}
.otp-submit:disabled{
        opacity:0.6;
		cursor: default;
}
.centerloader{
	display: flex;
	justify-content: center;
	align-items: center;
}

.verificationDone{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	flex-direction: column;
  
}


/* last svg css */

.break{
    display:none ;
}
.mobileView{
    display: flex;
    justify-content: center;
}

input[type=checkbox].custom-inpcheck+label::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #DCDCDC;
    ;
    border-radius: 0px;
    background-color: #FFFFFF;
}

input[type=checkbox].custom-inpcheck:checked+label::after {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    border: solid #6E6E6E;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0px;
    margin-left: 9;
    /* margin-top: -13; */
    position: absolute;
    top: 4px;
    /* left: 14px;  */
}



/* remember me checkbox */

.checkboxdiv >input[type=checkbox] {
    -webkit-appearance: none;
    border: 1px solid #DCDCDC;
    outline: none;
    transition-duration: 0.3s;
    /* background-color: #F4F5F7; */
    cursor: pointer;

    background: #918B89;
    height: 20px;
    border-radius: 5px;
    width: 20px;
    
}

.checkboxdiv>input[type=checkbox]:checked {
    border: 1px solid #AA8840;
    background-color: #AA8840;
}
.form-div-post .cust-checkbox {
    width: 18px;
    height: 18px;
}
.checkboxdiv>input[type=checkbox]:before {
    content: '' !important;
    display: none;
    height: 18px !important;
    width: 18px !important;
    text-align: center;
    background-color: white;
    border: 1px solid #DCDCDC;
    position: absolute;
}

.checkboxdiv>input[type=checkbox]:checked:after {
    content: "" !important;
    display: block;
    width: 6px !important;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0px;
    margin-left: 6px;
    margin-top: 2px;
    /* border: none; */
    outline: none;
}






/* new css */
.screen_bg_img{
    width: -webkit-fill-available;
    -webkit-background-size: cover; 
-moz-background-size: cover;
-o-background-size: cover;
    background-size: cover;
    background-image: url(/assests/images/welcome_screen.jpg);
    height: 100%;
    overflow: hidden;
 max-width: 100%;
 background-position: center;
}
.screen_bg_img2{
    width: -webkit-fill-available;
    -webkit-background-size: cover; 
-moz-background-size: cover;
-o-background-size: cover;
    background-size: cover;
    background-image: url(/assests/images/auth_header.svg);
    height: 100%;
    overflow: hidden;
 max-width: 100%;
}
.full_logo2{
    width: -webkit-fill-available;
    -webkit-background-size: cover; 
-moz-background-size: cover;
-o-background-size: cover;
    background-size: cover;
    background-image: url(/assests/images/full_logo2.svg);
    height: 100%;
    overflow: hidden;
 max-width: 100%;
}
.smbalpasslabel{
    font-weight: 500 !important;
font-size: 24px;
line-height: 29px !important;
display: flex;
align-items: center;

color: #000000;
}
.screen_bg{
    /* background-image: url(/assests/images/successfull_img.svg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; */
}

.welcome_head{
   
    padding-top: 25%; 

}
.mobilestepdiv .form-group {
    margin-bottom: 8px;
}
.auth-input{
    font-family: 'Montserrat';
font-style: normal;
    height: 58.95px !important;
    background: #E2E2E2 !important;
    border-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    /* border: 1px solid #DCDCDC !important; */
    border: none !important;
    font-size: 18px;
    font-weight: 400;
}
.deskauth_img{
    /* width: 175px;
    height: 100px; */
    width: 200px;
    height:auto;
    max-height: 208.79px;
  }
  .headtext{
font-style: normal;
font-weight: 800;
font-size: 48px;
line-height: 59px;
display: flex;
align-items: center;

color: #000000;
  }
  .sub_headtext{
    font-weight: 600;
font-size: 24px;
line-height: 29px;
display: flex;
align-items: center;

color: #000000;
  }
  .samemobiletext{
    font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #000000;

  }
  .button_fixed{
    position: absolute;
bottom: 40px;
  }
  .auth-title{
    font-weight: 700;
font-size: 34px;
line-height: 44px;
/* identical to box height */

display: flex;
align-items: center;

color: #000000;
  }
  .placeholder-text{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;

    color: #B7B7B7;

  }

  .auth-input::placeholder {
    font-family: 'Montserrat';
font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #B7B7B7;
}
.newacc_text{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    display: flex;
    align-items: center;
}
.mt-40{
    margin-top: 40px;
}
.mobileauthfont{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center; 
    color: #000000 !important;
}
a:link { text-decoration: none !important; }


a:visited { text-decoration: none !important; }


a:hover { text-decoration: none !important; }


a:active { text-decoration: none !important; }


a{
    color: transparent !important;
    text-decoration: none !important;
  }
  
.genderRadioBtn{
   -webkit-appearance: none;
    outline: none;
    transition-duration: 0.3s;
    cursor: pointer;
    cursor: pointer;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;    
    border-radius: 50%;
    background: #E2E2E2 !important;
    border: 1px solid #A4894B;   
}

.genderRadioBtn:checked:before{      
    background: #A4894B;
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 7px;
    left: 7px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;   
}
.hide-ubhidesecurity{
    width: 22px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 15px;
    filter: invert(79%) sepia(0%) saturate(146%) hue-rotate(185deg) brightness(97%) contrast(83%);

  }
  .requiredstar {
    color: #FF0101;
    position: absolute;
    right: 5;
}
@media (max-width:768px) {

    .fluid-container{
        overflow: auto;
    }
    body{
        /* font-family: inherit; */
        font-family: 'Montserrat' !important;
        font-style: normal;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
       /* / height:100%; */
        /* overflow:hidden; */
    }
    
      

}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 0px
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px
   
    }

    100% {
        stroke-dashoffset: 960px;
      
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px 
    }

    100% {
        stroke-dashoffset: 960px
    }
}

@keyframes colored-circle { 
    0% {
        opacity:0
    }

    100% {
        opacity:100
    }
}

/* other styles */
/* .svg svg {
    display: none
}
 */
.inlinesvg .svg svg {
    display: inline
}

/* .svg img {
    display: none
} */

.icon--order-success svg polyline {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}
.icon--order-success svg circle#colored {
    -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
    animation: colored-circle 0.6s ease-in-out 0.7s backwards;
} 
.dropdown-menu{
	font-size: 14px !important;
  }
  .dropdown-menu li a {
	color: #827a7a !important;
  }
.nextbackbtn{
    font-weight: 600;
font-size: 24px;
line-height: 29px;
display: flex;
align-items: center;
text-align: center;
border: none;
    background-color: transparent;
color: #000000;
outline:none !important;
}
.birthdatepicker{
    position: absolute;
    margin-left: 80% !important;
    margin-top: -40px;
}
  @media(max-width:992px){
     
    .hide-on-mobile{
        display: none;
    }
      .break{
          display:block !important;
      }
      .respstep1{
        margin-bottom: 110px;
      }
      .respstep2{
       
      }
      .respstep4{
        /* margin-top: 60px;
        margin-bottom: 90px; */
      }
      .respstep5{
        /* margin-top: 100px;
        margin-bottom: 90px; */
      }
      .sucessfull-msg{
        font-weight: 700;
font-size: 32px;
line-height: 39px;
display: flex;
align-items: center;
text-align: center;

color: #000000;
      }
      
      .lastpagetext{
        font-family: 'El Messiri';
        font-style: normal;
        font-weight: 700;
        font-size: 46px;
        line-height: 55px;
        display: flex;
        align-items: center;
        text-align: center;
        
        color: #A4894B;
      }
      .heightmobileview{
        /* height: unset !important; */
        width: 100%;
        overflow-x: hidden;
      }
   
      .titleFont{
        font-family: Lato;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #353535;
      }
    .all-step-logo{
        width: 40px;
        object-fit: contain;
      }
      /* .centerBoth{
        margin-top: -500px;
      } */

    
    
    .auth-pagination{
      position: initial !important;
      margin-top: 30px;
    }
.step{
    width: 100%;
    /* max-width: 436px; */
}
    .auth-btn{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        line-height: 29px;
        width: 100%;
        border-radius: 10px;
        
        /* height: 55px !important;
    font-size: 18px;
    line-height: 22px; */

    }

    .welcomeTitle {
        max-width: 286px;
        margin-bottom: 26px;
        line-height: 19px;
      }

      .auth-bg-font {
        font-size: 28px;
        line-height: 34px;
    }

    .welcome{
        font-size: 18px;
line-height: 22px;
margin-top: 22px;
    }

    }
@media (max-width:425px){
        .otp-container .otp-number-input {
            width:30px;

        }
    }

    .remembermetext,.forgetpsswd{
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #000000 !important;
    }


    /* searchable-dropdown-row */
    .searchable-dropdown-row .select2.select2-container.select2-container--default {
        width: 100% !important;
    }
    .searchable-dropdown-row .select2-selection.select2-selection--single{
            height: 58.95px !important;
            background: #E2E2E2 !important;
            border-radius: 10px !important;
            border-top-right-radius: 10px !important;
            /* border-bottom-right-radius: 10px !important; */
            border: none !important;
            display: block;
            width: 100% !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
    }

    .searchable-dropdown-row .select2-selection.select2-selection--single:focus-visible{
        outline: none !important;
    }
    .searchable-dropdown-row .select2-selection__rendered{
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    display: block;
    width: 100% !important;
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    line-height: 1.5 !important;
    }
    .searchable-dropdown-row .select2-selection__arrow{
        height: 26px !important;
    position: absolute !important;
    top: 16px !important;
    right: 1px !important;
    width: 26px !important;
    }
    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
        background-color: #A4894B !important;
        font-family: 'Montserrat' !important;
        font-style: normal !important;
        font-size: 16px !important;
        font-weight: 400 !important;
    }
    .add-black{
        color:#000000 !important;
    }
    .add-grey{
        color: #B7B7B7 !important;
    }