@media (max-width: 767px) {
  /* language-page */
  .language-page {
    height: 100% !important;}
  .language-page .logo{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;}
  .language-page .select-language {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;}
  .language-page .select-language .custom-radio {
    display: flex;
    justify-content: center;}
  .language-page .radio-dot {
    width: 100%;
    justify-content: center;
    padding: 8px 15px !important;}
  .language-page .continue-btn{
    min-height: 52px;
    line-height: 34px; }
  /* fixed-sm-bottom */
  .fixed-sm-bottom{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;} 
  
  
}
/* .res_login_page .iti__flag-container .iti__selected-dial-code,  .iti__country-name, .res_login_page .iti-mobile .iti__country{
  display: none;
} */
/* @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(flags.png);
  }
} */

/* res_login_page */
.res_login_page .res-login-banner{
  position: relative;
  overflow: hidden;
  background-color: #662D91;
}
/* .res_login_page .res-login-banner::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(178.82deg, rgba(0, 0, 0, 0) 1.85%, rgba(0, 0, 0, 0.084) 24.1%, rgba(0, 0, 0, 0.2) 28.5%, rgba(0, 0, 0, 0.012) 51.28%, rgba(0, 0, 0, 0.056) 68.32%, rgba(0, 0, 0, 0.2) 90.84%), linear-gradient(177.41deg, rgba(0, 0, 0, 0) 46.94%, rgba(0, 0, 0, 0.2) 48.07%, rgba(0, 0, 0, 0.2) 49.8%, rgba(0, 0, 0, 0.2) 51.03%, rgba(0, 0, 0, 0.2) 52.67%, rgba(0, 0, 0, 0.2) 55.12%), linear-gradient(178.78deg, rgba(0, 0, 0, 0) 20.22%, rgba(0, 0, 0, 0) 21.36%, rgba(0, 0, 0, 0.152) 21.8%, rgba(0, 0, 0, 0.2) 23.57%);} */
.res_login_page .res-login-banner .img-primary{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
/* .res_login_page .res-login-banner .content {
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);} */
.res_login_page .res-login-banner .form-back{
  position: absolute;
  top: 47px;
  left: 10px;}
.res_login_page .res-login-banner  .form-head{
  position: absolute;
  top: -157px;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%,50%);
  -ms-transform: translate(50%,50%);
  transform: translate(50%,50%);}
.res_login_page .res-login-banner .form-body{
  width: 100%;
  position: absolute;
  padding: 38px 38px 50px 38px;
  background: linear-gradient(158.72deg, rgba(255, 255, 255, 0.4) 3.01%, rgba(255, 255, 255, 0) 103.3%);  
  backdrop-filter: blur(42px);
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
  bottom: 0;}
.res_login_page .res-login-banner .sub-title{
  color: #E3E3E3;
  font-size: 16px;}
.res_login_page .res-login-banner .main-title{
  color: #E3E3E3;
  font-size: 22px;
  font-weight: 700;}
.res_login_page .res-login-banner .text-s{
  margin-bottom: 30px;}
.res_login_page .res-login-banner .field-col .form-control{
  border-radius: 17px;
  min-height: 47px;
  background: #FCFCFCF2;
  backdrop-filter: blur(3px)}
.res_login_page .res-login-banner .sign-btn{
  margin-top: 50px;
  background: #662D91;
  min-height: 54px;
  border-radius: 40px;
  margin-bottom: 15px;
  line-height: 55px;
  border:1px solid #662D91;
  color: #fff;
  font-size: 16px;
  font-weight: 600;}
.res_login_page .res-login-banner button:disabled{
  background-color: #8c8c8c;   
  border-color: #8c8c8c;
  cursor: not-allowed; 
  pointer-events: none;}

.res_login_page .res-login-banner .text-inccorect{
  color: red;
  font-size: 12px;
}
.res_login_page .res-login-banner .text-bottom{
  font-size: 14px; 
  font-weight: 400; 
  color: #EEEEEE;}
.res_login_page .res-login-banner .otp-input input{
  width: 40px;
  height: 40px;
  margin-right: 3px;
  margin-bottom: 10px;
  text-align: center;
  font-size:16px;
  border: none;
  border-radius: 12px;
  font-weight: 500;
  background: #F4F3F3;
  backdrop-filter: blur(3px);
  color: #282828;
  outline: none !important;
  transition: all 0.3s ease;}
.res_login_page .res-login-banner .otp-input input:focus{
  border:2px solid #662D91 !important;}
.res_login_page .res-login-banner .otp-input input.filled{
  background-color:#662D91;
  color: #fff;}
.res_login_page .res-login-banner .text-recive{
  font-size: 12px;
  color: #EEEEEE;}
.res_login_page .res-login-banner .text-wrong{
  font-size: 14px;
  color: #EEEEEE;}
  @media (max-width: 360px) {
    .res_login_page .res-login-banner .otp-input input {
      width: 30px !important;
    }
  }


/* res_register_page */
/* .res_register_page .reg-header{
  background-color:#fff;
  box-shadow: 0px 2px 12px 0px #0000001A;
} */
.res_register_page .regprofile-card{
  width: 135px;
  aspect-ratio: 1 / 1;
  justify-content: center;
  margin: auto;
  display: flex;
  align-items: center; }
.res_register_page .profile-icon{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;}
.res_register_page .profile-change{
  position: absolute;
  padding: 0;
  bottom: -5px;
  right: 7px;}
.res_register_page .mob-coun-main{
  background-color: #F5F5F5;
  border-radius: 10px;}
.res_register_page .mob-coun-main .form-select {
  min-width: 90px;
  padding-right: 0;}
.res_register_page .chose-checkbox-radio .chose-item input[type="checkbox"]{
  width: 19px;
  height: 19px;
  border-radius: 5px;}
.res_register_page .chose-checkbox-radio .chose-item input[type="checkbox"]:checked::before {
  height: 19px;
  width: 20px;
  line-height: 20px;
  font-size: 11px;}
.res_register_page .chose-checkbox-radio .chose-item span {
  position: relative;
  top: -5px;}
@media (max-width: 767px) {
  /* modal-fixed-bottom */
  .modal-fixed-bottom{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    margin: 0;
    min-height: inherit;
    max-width: 100%;
  }
  .modal-fixed-bottom .modal-content{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  /* res-sub-header */
  .res-sub-header{
    background-color:#fff;
    box-shadow: 0px 2px 12px 0px #0000001A;
  }
  /* content-pro-reg */
  .content-pro-reg .header{
    box-shadow: none;
  }
  .content-pro-reg .main-wrapper{
    padding-top: 68px;
    padding-left: 0;
    padding-right: 0;
  }
  .content-pro-reg .list-data .list-item label {color: #434343;}
  .content-pro-reg .list-data .list-item .data {color: #1D1D1D !important;}
  
}