@media only screen and (max-width: 991px){
    .heroarea::after {
        opacity: 0;
    }
    .site-logo {
      top: 30px;
      max-width: 130px;
      left: 50%;
      transform: translateX(-50%);
    }
    .wellcome-logo {
        padding-bottom: 0px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wellcome-text {
        margin-top: 26px !important;
        font-size: 16px !important;
        margin-left: 0px !important;
        line-height: 25px;
    }
    .bg{
        margin-top: 30px;
    }
    
  }


  @media only screen and (min-width: 1200px) and (max-width: 1399px){
   
    .wellcome-text {
        margin-top: 24px !important;
       
    }
  }

  @media only screen and (min-width: 200px) and (max-width: 768px){
    .wellcome-text {
       text-align: center;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px){
    .wellcome-text {
        margin-top: 24px !important;
    }
  }

  
    /* style.css file contents from html */
  @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
  :root{
    --primaryBlue: #002e71;
    --secondaryBlue: #00aeef;
    --secondary-bg-color: #f1a762;
    --inputBG: #f4f4f4;
    --primaryFont: 'Futura PT';
    --secondaryFont: 'Libre Baskerville', serif;
  }
  body{
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: 1.3;
  }
  
  p{
    font-family: var(--primaryFont);
    line-height: 1.5;
    font-size: 1rem;
  }
  
  .btn-main{
    background-color: var(--secondaryBlue);
    font-weight: 600;
    color: #fff!important;
    border-radius: 999px;
    padding: .7rem 2rem;
  }
  
  /***hero area css***/
  .heroarea {
      position: relative;
      width: 100%;
      overflow: hidden;
      z-index: 0;
      height: auto;
      padding: 35px 0;
      display: flex;
      align-items: end;
      color: #fff;
      padding-bottom: 290px;
  }
  .background-hero {
      position: absolute;
      z-index: -2;
      width: 100%;
      height: 100%;
      object-fit: contain;
      right: 0;
      top: 0;
      object-position: right;
  }
  .heroarea::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: linear-gradient(150deg, var(--primaryBlue), var(--primaryBlue));
      z-index: -1;
  }
  
  .site-logo {
      position: absolute;
      max-width: 160px;
      top: 60px;
      left: 50%;
      transform: translateX(-50%);
  }
  
  .heroarea p {
      font-size: 1rem;
      font-family: var(--secondaryFont);
      line-height: 1.85;
  }
  
  .heroarea::after {
      content: "";
      width: calc(100% + 50px);
      height: 250px;
      position: absolute;
      z-index: -1;
      transform: rotate(-5deg);
      background: #fff;
      bottom: -158px;
  }
  
  .heroarea .container::after {
      content: "";
      width: calc(70%);
      height: 200px;
      background: #ffffff45;
      position: absolute;
      left: -60px;
      bottom: -61px;
      z-index: -1;
      transform: rotate(7deg);
  }
  .text-blue{
    color: var(--primaryBlue);
  }
  .btn{
    box-shadow: none!important;
  }
  .btn-primary {
      background-color: #00AEEF!important;
      border-color: #00AEEF!important;
      font-weight: 600;
  }
  

  .continue-button {
    background-color: var(--secondary-bg-color);
    color: #ffff;
    font-weight: 600;
  }

  .continue-button:hover {
    color: #fff;
  }

  .sign-in {
    background-color: var(--secondaryBlue);
    color: #ffff;
    font-weight: 600;
  }
  
  .sign-in:hover {
    color: #fff;
  }
  /*****footer csss***/
  .footer {
      color: var(--primaryBlue);
      text-align: center;
      width: 100%;
      overflow: hidden;
      position: relative;
      z-index: 0;
      padding-top: 80px!important;
  }
  .footer::before {
      content: "";
      background: #f3f3f3;
      position: absolute;
      width: 200%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: -1;
      transform: rotate(0deg);
  }
  
  .footer img{
    max-width: 150px;
    margin-bottom: 15px;
  }
  .footer p{
    font-family: var(--primaryfont);
  }
  
  a{
    /* color: var(--primaryBlue); */
      color: #00AEEF;
  }
  
  /***Ready card area***/
  .ready_card {
    margin-top: -300px;
    font-weight: 600;
    color: var(--primaryBlue);
}
  .ready_body {
      border: 0!important;
      
  }
  .ready_body .row>* {
      margin-top: 1.5rem;
  }
  /* start Form Header Section */
  .form_header .row p{
    font-size: 14px;
    font-weight: 500;
  }

  .form_header {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #3333;
    border-radius: .35rem;
  }

  .bg{
    background-color: #f4f4f4;
  }

  .wellcome-text{
    margin-top: 19px;
    margin-left: 39px;
    font-size: 23px;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-weight: 600;
  }

  .wellcome-logo {
    padding-bottom: 47px;
}
  
  .ready_body .form-control, .ready_body .form-select{
      min-height: 45px;
      box-shadow: none!important;
      background-color: #f4f4f4;
  }

  .form-control, .form-select{
    border-color: #f4f4f4;
  }

  .input_password .form-control.is-invalid {
    background-image: none;
  }
  
  .form-label, .form-select, .form-control, .form-control::placeholder,.form-control:focus, .form-select:focus {
    color: var(--primaryBlue);
  }
  .form-control,.form-select, .form-control::placeholder {
    font-weight: 500;
  }

  .form-control::placeholder {
    opacity: 0.5;
  }

  .erromsg {
    font-weight: 500;
    font-size: 14px;
  }
  .ready_body .form-control:focus, .ready_body .form-select:focus {
      background-color: #fff;
      border-color: var(--primaryBlue);
  }
  .clicked .fa-eye::before {
      content: "\f070";
  }
  
  .input_password .password-show {
    top: 5px;
    color: var(--primaryBlue);
  }
  
  .was-validated .password-show{
      opacity: 0;
  }
  
  .about-left{
      background-color: #f3f3f3;
  }
  
  .about-left ul {
      list-style: none;
      padding: 0;
  }
  .about-left ul li {
      position: relative;
      padding-left: 30px;
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 10px;
  }
  .about-left ul li::before {
      content: "\f00c";
      font-weight: 700;
      color: var(--secondaryBlue);
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
  }
  .accelerate2 p {
    font-family: var(--secondaryFont);
    font-size: .85rem;
    line-height: 1.85;
    color: var(--primaryBlue);
    font-weight: 400;
    margin-bottom: 0px;
  }
  
  .accelerate2 p a{
      font-family: var(--primaryFont);
      font-size: 1rem;
  }


    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
    }