body,html{
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .container{
    background-image: url(logo.png);
    background-color: #ff7804;
    background-size: 375px;
    width: 100%;
    height: 175%;
  }
  
.offer-container{
    background-image: url(logo.png);
    background-color: #ff7804;
    background-size: 375px;
    width: 100%;
    height: 175%;
}
  
  .index-container{
    background-image: url(logo.png);
    background-color: #ff7804;
    background-size: 375px;
    width: 100%;
    /* height: 450%;  */ 
    height: 500%;
  }
  
  .faq-background-container{
    background-image: url(logo.png);
    background-color: #ff7804;
    background-size: 375px;
    width: 100%;
    height: 400%;
  }
  
  .hiw-background-container{
    background-image: url(logo.png);
    background-color: #ff7804;
    background-size: 375px;
    width: 100%;
    height: 1000px;
  }

  .agreementLabel{
    width: 300px;
  }
  
  .form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    width: 400px;

    padding: 30px 20px;

    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
    .form2{
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%,-10%); */ 
    transform: translate(-50%,-10%);
    background: white;
    height: 3525px;
    /*height: 5000px;*/
    width: 400px;
    padding: 30px 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
    .form3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-20%);
    background: white;
    width: 400px;
    
    height: 1075px;
    margin-top: 25px;
    
    padding: 0px 20px;

    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    
    margin-bottom: 25px;
  }
  
.form4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-20%);
    background: white;
    width: 400px;
    
    height: 950px;
    margin-top: 25px;
    
    padding: 0px 20px;

    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    
    margin-bottom: 25px;
 }
 
.form5{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-20%);
    background: white;
    width: 400px;
    
    height: 850px;
    margin-top: 25px;
    
    padding: 0px 20px;

    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    
    margin-bottom: 25px;
 }
  
  .seo-text{
    position: absolute;
    top: 235%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    width: 400px;

    padding: 30px 20px;

    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  .faq{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-20%);
    background: white;
    width: 400px;
    
    padding: 30px 20px;

    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .hiw{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -75%);
    background: white;
    width: 400px;
    
    padding: 30px 20px;

    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  .footer-container{
    background: linear-gradient(to right, #ff7804,#ff5d3f);
    display:block;
    position:relative;
    left:0px;
    bottom:0px;
    height:140px;
    width:100%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .footer-text{
    color: #0d2545;
    margin: auto;
    text-align: center;
  }
  a:link {
    color: #0d2545;
    background-color: transparent;
    text-decoration: none;
    }

  .index-header{
    padding: 20px 5px;
    padding-top: 5px;
    text-align: center;
    color: #0d2545
  }
  .index-footer{
    text-align: center;
    color: #0d2545
  }

  .header{
    /*padding: 20px 5px;*/
    padding: 10px 5px;
    padding-top: 5px;
    text-align: center;
    color: #0d2545
  }
  .header h1{
    margin-bottom: 0px;
    font-weight: bolder;
    color: #0d2545
  }
    .bodyText{
    color: #0d2545
  }
  .sign-in-text{
    font-size: 13px;
  }
  .sign-in-text span{
    color: #b8b8b8;
  }
  .sign-in-text a{
    text-decoration: none;
    font-weight: bold;
    color: #0d2545
  }
  .body{
    /*padding: 20px 0px;*/
    padding: 0px 0px;
    width: 100%;
    
    
  }
  .form-control-container{
    display:flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .body .form-control{
    margin-bottom: 15px;
  }
  .body .form-control label{
    color: #0d2545;
    font-weight: bold;
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
  }
  .body .form-control input{
    display: block;
    border: none;
    border-radius: 4px;
    background: #eff7ff;
    padding: 15px;
    width: 90%;
    margin: auto;
  }
  .footer{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    width: 400px;

    padding: 30px 20px;

    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .footer-button{
    display: inline-block;
    background: linear-gradient(to right, #ff7804,#ff5d3f);
    /* background-color: #7b38d8; */
    border-radius: 30px;
    border: 4px double #cccccc;
    color: #0d2545;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bolder; 
    padding: 15px 20px;
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    letter-spacing: 1px;
  }

  button {
    display: inline-block;
    background: linear-gradient(to right, #ff7804,#ff5d3f);
    /* background-color: #7b38d8; */
    border-radius: 30px;
    border: 4px double #cccccc;
    color: #0d2545;
    text-align: center;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bolder; 
    padding: 15px 20px;
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    letter-spacing: 1px;
  }
  button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  button:hover {
    background-color: #f7c2f9;
  }
  button:hover span {
    padding-right: 25px;
  }
  button:hover span:after {
    opacity: 1;
    right: 0;
  }
  @media screen and (orientation: portrait) and (max-width: 500px){
    .form{
      width: 300px;
    }
    .form2{
      width: 300px;
      height: 4650px;
      /* height: 4500px; */
      transform: translate(-50%,-6.5%);
    }
    .form3{
      width: 300px;
      height: 1200px;
    }
    .form4{
      width: 300px;
      height: 1200px;
    }
    .form5{
      width: 300px;
      height: 975px;
    }
    .seo-text{
      width: 300px;
      top: 325%;
    }
    .faq{
      width: 300px;
      top: 110%;
    }
    .hiw{
      width: 300px;
      top: 110%;
    }
    .cash-offer{
      width: 300px;
    }
    .header{
      margin-top: 25px;
    }
    .index-container{
        height: 5000px;
    }
    .faq-background-container{
    height: 625%;
    }
    .hiw-background-container{
    height: 1500px;
    }
    .container{
        height: 1450px;
    }
    .offer-container{
        height: 500px;
        flex: 1;
    }
    .footer-container{
        height:170px;
    }
    .watch-tutorial-button {
        width: 252px !important;
    }
  }
  @media only screen and (orientation: portrait) and (max-width: 350px){
    .form{
      width: 275px;
    }
    .form2{
      width: 275px;
      height: 4850px;
      /* height: 4500px; */
      transform: translate(-50%,-7.5%);
    }
    .form3{
      width: 275px;
      height: 1120px;
    }
    .form4{
      width: 275px;
      height: 1200px;
    }
    .form5{
      width: 300px;
      height: 1000px;
    }
    .seo-text{
      width: 275px;
      top: 315%;
    }
    .faq{
      width: 275px;
      top: 110%;
    }
    .hiw{
      width: 275px;
      top: 110%;
    }
    .cash-offer{
      width: 275px;
    }
    .header{
      margin-top: 25px;
    }
    .center{
      margin-right: 100;
    }
    .index-container{
        height: 5250px;
    }
    .faq-background-container{
    height: 650%;
    }
    .hiw-background-container{
    height: 1500px;
    }
    .container{
        height: 1450px;
    }
    .offer-container{
        height: 500px;
    }
    .footer-container{
        height:160px;
    }
    .watch-tutorial-button {
        width: 227px !important;
    }
  }

@media only screen and (max-width: 1200px) and (orientation: landscape){
    .form{
        width: 300px;
        top: 400px;
    }
    .form2{
        width: 300px;
        top: 400px;
        transform: translate(-50%,-6.5%);
        height: 4650px;
        /* height: 4500px; */
    }
    .form3{
      width: 300px;
      top: 275px;
      height: 1150px;
    }
    .form4{
      width: 300px;
      top: 275px;
      height: 1200px;
    }
    .form5{
      width: 300px;
      top: 275px;
      height: 975px;
    }
    .seo-text{
      width: 300px;
      top: 325%;
    }
    .faq{
      width: 300px;
      top: 700px;
    }
    .hiw{
      width: 300px;
      top: 700px;
    }
    .cash-offer{
      width: 300px;
    }
    .header{
      margin-top: 25px;
    }
    .index-container{
        width: 100%;
        height: 4900px;
    }
    .faq-background-container{
        width: 100%;
    height: 1000%;
    }
    .hiw-background-container{
        width: 100%;
    height: 1000%;
    }
    .container{
        width: 100%;
    height: 600%;
    }
    .footer-container{
        width: 100%;
        height:170px;
    }
    .watch-tutorial-button {
        width: 252px !important;
    }
}

  .cash-offer{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    width: 400px;

    padding: 30px 20px;

    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    color: #0d2545;
  }

  .required:after {
    content:" *";
    color: red;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .agreement-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-style: italic;
  }

  .information-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  
.faq-heading{
    border-bottom: #777;
    padding: 20px 60px;
    color: #0d2545;
    text-align: center;
}

.faq-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.hr-line{
  width: 60%;
  margin: auto;
  
}

.faq-page {
    /* background-color: #eee; */
    color: #0d2545;
    padding: 30px 20px;
    width: 60%;
    text-align: center;
    border: none;
    outline: none;
    margin: auto;

}

.faq-body {
    /* background-color: #eee; */
    color: #0d2545;
    text-align: center;

}

.hiw-page {
    /* background-color: #eee; */
    color: #0d2545;
    padding: 30px 0px;
    width: 60%;
    text-align: center;
    border: none;
    outline: none;
    margin: auto;

}

.hiw-body {
    /* background-color: #eee; */
    color: #0d2545;
    text-align: center;

}

.video-container {
    margin-top: 20px;
    text-align: center;
}

.highlighted-link {
    text-align: center;
    margin: 20px 0; /* Adds spacing above and below */
    font-size: 18px;
    font-weight: bold;
}

.highlighted-link a {
    color: #ff6600; /* Eye-catching color */
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.highlighted-link a:hover {
    color: #cc5500; /* Slightly darker shade on hover */
}

.watch-tutorial-button {
    display: inline-block;
    background: linear-gradient(to right, #ff7804, #ff5d3f);
    border-radius: 30px;
    border: 4px double #cccccc;
    color: #0d2545;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bolder; 
    padding: 15px 20px;
    width: 352px;
    transition: all 0.5s;
    cursor: pointer;
    letter-spacing: 1px;
    text-decoration: none; /* Removes underline */
}

.watch-tutorial-button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.watch-tutorial-button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.watch-tutorial-button:hover {
    background-color: #f7c2f9;
}

.watch-tutorial-button:hover span {
    padding-right: 25px;
}

.watch-tutorial-button:hover span:after {
    opacity: 1;
    right: 0;
}








