body {
    background-color: #242526;
    margin: 0 auto;
    }
    .form-control {
    background-color: #fff;
    color: #242526;
    }
    .custom-header {
    background-color: #ffea70;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding-bottom: 10px;
    padding-top: 10px;
    }
    .custom-footer {
    background-color: #ffea70;
    position: fixed;
    bottom: 0; /* Changed 'top' to 'bottom' */
    z-index: 1000;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center; /* Corrected 'ext-align' to 'text-align' */
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    }
    .logo {
    width: 170px;
    vertical-align: middle;
    }
    .button-login-req-demo {
    background-color: #242526;
    color: white;
    border: solid #242526 1px;
    border-radius: 4px;
    padding: 3px 7px;
    margin-right: 20px;
    margin-top: 7px;
    transition: background-color 0.3s;
    }
    .button-login-req-demo:hover {
    background-color: #1a1b1c;
    }
    .help-text {
    color: #242526;
    font-size: 14px;
    cursor: pointer;
    width: auto;
    float: left;
    text-align: left;
    }
    .help-text:hover {
    text-decoration: underline;
    }
    .help-text img {
    max-width: 30px;
    margin-top: 3px;
    margin-right: 10px;
    vertical-align: middle;
    }
    .vertical-align {
    display: flex;
    align-items: center;
    }
    .vertical-center-align {
    margin: auto 0;
    top: 50%; /* Corrected '-ms-transform' to 'transform' */
    }
    .divider-line {
    padding-bottom: 50px;
    margin: 0 auto;
    text-align: center; /* Corrected 'ext-align' to 'text-align' */
    border-top: 5px solid #242526;
    max-width: 100px;
    min-width: 100px;
    float: left;
    }
    .hero-image {
    background-image: url("/imgs/bg-04.webp");
    background-color: #242526;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height:82vh;
    }
    .hero-image-overlay {
    z-index: 2;
    }
    .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    }
    .slogan{color: #fff; margin:0px 10px 0px 0px; border-radius:3px; padding:5px 10px; font-size:18px; font-style: italic;}
    .slogan:hover{color: #ffea70; text-decoration:none;}
    .login-page-head{
    padding: 150px 0px 0px 0px; font-size: 45px; font-weight: 600; line-height:60px; color: #fff; font-family: 'Raleway'; }
    div.desk-header {
    background-color: '';
    }
    @media screen and (min-width: 1140px) {
    div.desk-header {
    display:block;
    }
    }
    @media screen and (max-width: 1140px) {
    div.desk-header {
    display:none;
    }
    }
    div.small-header {
    background-color: '';
    }
    @media screen and (min-width: 1140px) {
    div.small-header {
    display:none;
    }
    }
    @media screen and (max-width: 1140px) {
    div.small-header {
    display:block;
    }
    }

   /* Custom styles for validation */
   .pristine-error input,
   .pristine-error select {
       border: 1px solid red;
       box-shadow: 0 0 5px red;
   }

   .pristine-success input,
   .pristine-success select {
       border: 1px solid green;
       box-shadow: 0 0 5px green;
   }

   .form-group .pristine-error { color: red; }

   .error-message {
       color: red;
   }

   .success-message {
       color: green;
   }

   /* Demo Popup Styles */
   .login-popups .modal-dialog,.login-popups .modal-content{
        background: #d6e3eb;
     border-color: #d6e3eb;

   }
   .login-popups .modal-header{
    background: #FFE96F;
   }
   input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* Chrome, Safari, Edge */
    color: #CCC;
    font-size: 0.8rem;
  }

  input:-moz-placeholder,textarea:-moz-placeholder,.note-placeholder { /* Firefox 18- */
    color: #CCC;
    font-size: 0.8rem;
  }

  input::-moz-placeholder,textarea::-moz-placeholder { /* Firefox 19+ */
    color: #CCC;
    font-size: 0.8rem;
  }

  input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* IE 10-11 */
    color: #CCC;
    font-size: 0.8rem;
  }
 .placeholder {
    color: #CCC;
    font-size: 0.8rem;
}
option[disabled] {
    color: #CCC;
    font-size: 0.8rem;
}
.input-group-text .captcha_request_demo
  {
    height: 38px !important;
    width: 145px !important;
  }
  #captcha_request_demo
  {
    height: 40px  ;
  }
.input-group.p-0{
    padding-left: 0 !important;
}
.separate-dial-code
{
    padding-left: 0px;
    padding-right: 0px;
}
