@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

  .login_signup{
    font-family: 'lato', sans-serif;
  }
  
  * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "lato", sans-serif;

  }
  
  .login_signup {
    height: 100vh;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .login_h1 {
    font-weight: bold;
    margin: 0;
    font-size: 1.5em;
  }
  
  .login_h2 {
    text-align: center;
    
  }
  
  .form_p {
    font-size: 16px;
    font-weight: 00;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding: 10px;
  }
  

  
  .forgot_pw {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
  }
  
  .button_signup {
    border-radius: 20px;
    border: 1px solid transparent;
    background-color: #ff4b2b;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    cursor: pointer;
  }
  
  .button_signup {
    transform: scale(0.95);
  }
  
  .button_signup {
    outline: none;
  }
  
 .ghost {
    border-radius: 20px;
    background-color: transparent;
    border-color: black;
    padding: 12px 45px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
  }

  .ghost:hover {
    border-radius: 20px;
    background-color: rgb(101, 236, 101);
    border-color: none;
    color: black;
    padding: 12px 45px;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
  }
  
  
  .form-container form {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
  }
  
  .form-container form input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
  }

  .optional {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
  }
  
  .f_container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 540px;
  }
   .form-container .resetform{
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
  }
  
  .form-container{
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
  }
  
  .sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
  }
  
  .f_container.right-panel-active .sign-in-container {
    transform: translateX(100%);
  }
  
  .sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
  }
  
  .f_container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
  }

  .form_header {
    color: rgb(24, 23, 23);
  }

  .welcome_text_form {
    padding: 10px;
    color: rgb(24, 23, 23);
  }
  
  @keyframes show {
    0%,
    49.99% {
      opacity: 0;
      z-index: 1;
    }
  
    50%,
    100% {
      opacity: 1;
      z-index: 5;
    }
  }
  
  .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 6;
  }
  
  .f_container.right-panel-active .overlay-container {
    transform: translateX(-100%);
  }
  .provider .overlay-custom {
     background:#333333;
  }
   .provider .overlay-custom .form_header,
   .provider .overlay-custom .welcome_text_form,
   .provider .overlay-custom .ghost {
      color: #fff;
      border-color: #fff;
   }
  .overlay-custom {
   /* background: -webkit-linear-gradient(to right, #f8e41e, #e6ff02);
    background: linear-gradient(to right, #f8e41e, #e6ff02);*/
    background-color: #f5e620;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #ffffff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
  }
  
  .f_container.right-panel-active .overlay-custom {
    transform: translateX(50%);
  }
  
  .overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
  }
  
  .overlay-left {
    transform: translateX(-20%);
  }
  
  .f_container.right-panel-active .overlay-left {
    transform: translateX(0);
  }
  
  .overlay-right {
    right: 0;
    transform: translateX(0);
  }
  
  .f_container.right-panel-active .overlay-right {
    transform: translateX(20%);
  }
  
  .getting_started {
    background: #fff;
    height: 53vh;

  }

  .section_title {
    text-align: center;
    padding-bottom: 3%;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .test_title {
    text-align: center;
    padding-bottom: 3%;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .gs_img {
    width: 60px;
  }

  .s_container {
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
    grid-gap: 2%;
    margin: 0% 0% 0% 10%;
    
  }
  .s_container div {
    padding: 10px;
  }

  .gs_item h3 {
    padding: 20px 0px;
  }

  .gs_item p {
    padding-bottom: 20px 0px;
  }

  .gs_item {
    padding: 20px;
    background-color: #eff1f136;
    border-radius: 10px;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
    text-align: center;

  }

  .hero_prov {
    margin-top: 6%;
    height: 52rem;
  }

  .hero_image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
  url("../../new-images/signup/hero_prov.jpg");
  width: 100%;
  height: 48rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

  .d_container {
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    grid-gap: 10%;
    column-gap: 30px;
    margin: 0% 0% 0% 10%;
    
  }

  .getting_discount {
    background: #fff;
    height: 33vh;
    margin: 5% 0% 5% 0%;
  }

  .ds_item {
    margin-top: 2%;
    text-align: center;
  }

  .ds_item h3 {
    padding: 10px;
  }

  .gd_img{
      width: 15%;
  }

  .testimonial_sect {
    margin-bottom: 5rem;
  }

  .t_container {
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
    column-gap: 10px;
    margin: 0% 0% 0% 10%;
  }

  .t_item1 {
    background-color: #7ac9a8;
    margin: 30px 30px;
    padding: 20px;
    border-radius: 5px;
    color: white;
    margin-top: 47px;

    
  }


  .t_item2 {
    background-color: #f1f2f2;
    margin: 30px 30px;
    padding: 20px;
    border-radius: 5px;
    color: rgb(61, 60, 60);

    
  }

  .t_item3 {
    background-color: #f1f2f2;
    margin: 30px 30px;
    padding: 20px;
    border-radius: 5px;
    color: rgb(61, 60, 60);

  }

  .t_item4 {
    background-color: #7ac9a8;
    margin: 30px 30px;
    padding: 20px;
    border-radius: 5px;
    color: white;

    
  }

  .testimonial_name {
    padding-top: 20px;
    font-size: 20px;
  }
@media (max-width:768px){
  .getting_started,
  .login_signup,
  .hero_prov,
  .getting_discount{
    height:auto;
    margin: 10rem 0;
  }
  .s_container,
  .d_container,
  .t_container {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-gap: 15px;
    margin: 0% 0% 0% 5%;
  } 
}


  .pt_item1 {
    background-color: #7ac9a8;
   /* margin: 30px 30px;*/
    padding: 20px;
    border-radius: 5px;
    color: white;
    margin-top: 47px;

    
  }


  .pt_item2 {
    background-color: #f1f2f2;
   /* margin: 30px 30px;*/
    padding: 20px;
    border-radius: 5px;
    color: rgb(61, 60, 60);

    
  }
@media only screen and (min-device-width : 1200px) and (max-device-width : 1220px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 10px;
        border-radius: 5px;
        color: white;
        margin-top: 16px;
   
      }


     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding: 10px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
}

@media only screen and (min-device-width : 1221px) and (max-device-width : 1230px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 12px;
        border-radius: 5px;
        color: white;
        margin-top: 16px;
   
      }


     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding: 12px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
}

@media only screen and (min-device-width : 1231px) and (max-device-width : 1240px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 12px;
        border-radius: 5px;
        color: white;
        margin-top: 16px;
   
      }


     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding: 12px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
}


@media only screen and (min-device-width : 1241px) and (max-device-width : 1260px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 12px;
        border-radius: 5px;
        color: white;
        margin-top: 16px;
   
      }


     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding: 12px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
}


@media only screen and (min-device-width : 1261px) and (max-device-width : 1283px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 14px;
        border-radius: 5px;
        color: white;
        margin-top: 16px;
   
      }


     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding: 15px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
}

@media only screen and (min-device-width : 1284px) and (max-device-width : 1303px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 19px;
        border-radius: 5px;
        color: white;
        margin-top: 16px;
   
      }


     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding: 19px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
}


@media only screen and (min-device-width : 1304px) and (max-device-width : 1350px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 20px;
        border-radius: 5px;
        color: white;
        margin-top: 16px;
   
      }
     .pt_item1 p{
          width: 548px;
     }

     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:17px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
     .pt_item2 p{
          width: 548px;
     }
}


@media only screen and (min-device-width : 1351px) and (max-device-width : 1380px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 22px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }
     .pt_item1 p{
          width: 548px;
     }

     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:20px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
     .pt_item2 p{
          width: 548px;
     }
}


@media only screen and (min-device-width : 1381px) and (max-device-width : 1400px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 25px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }
     .pt_item1 p{
          width: 548px;
     }

     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:22px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
     .pt_item2 p{
          width: 548px;
     }
}

@media only screen and (min-device-width : 1401px) and (max-device-width : 1420px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 25px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }
     .pt_item1 p{
          width: 548px;
     }

     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:22px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
     .pt_item2 p{
          width: 548px;
     }
}


@media only screen and (min-device-width : 1421px) and (max-device-width : 1450px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 25px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }
     .pt_item1 p{
          width: 548px;
     }

     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:27px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
     .pt_item2 p{
          width: 548px;
     }
}

@media only screen and (min-device-width : 1451px) and (max-device-width : 1470px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 29px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }
     .pt_item1 p{
          width: 548px;
     }

     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:30px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
     .pt_item2 p{
          width: 548px;
     }
}


@media only screen and (min-device-width : 1471px) and (max-device-width : 1500px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 29px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }
     .pt_item1 p{
          width: 548px;
     }

     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:30px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
     .pt_item2 p{
          width: 548px;
     }
}




@media only screen and (min-device-width : 1501px) and (max-device-width : 1550px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 40px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }
    
     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:39px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
   
}


@media only screen and (min-device-width : 1551px) and (max-device-width : 1600px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 44px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }
     

     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:43px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
 
}


@media only screen and (min-device-width : 1601px) and (max-device-width : 1650px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 50px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }
    

     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:52px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
    
}

@media only screen and (min-device-width : 1651px) and (max-device-width : 1700px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 52px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }
     
     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:52px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
    
}


@media only screen and (min-device-width : 1701px) and (max-device-width : 1750px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 56px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }
     

     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:56px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
    
}


@media only screen and (min-device-width : 1751px) and (max-device-width : 1800px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 60px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }
     
     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:60px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
   
}


@media only screen and (min-device-width : 1801px) and (max-device-width : 1850px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 65px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }
    
     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:65px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
   
}


@media only screen and (min-device-width : 1851px) and (max-device-width : 1900px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 70px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }
   

     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:70px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
 
}


@media only screen and (min-device-width : 1901px) and (max-device-width : 1950px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 75px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }
 
     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:71px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
   
}


@media only screen and (min-device-width : 1951px) and (max-device-width : 2000px) {
     .pt_item1 {
        background-color: #7ac9a8;
      /*  margin:36px 30px;*/
        padding: 80px;
        border-radius: 5px;
        color: white;
        margin-top: 23px;
   
      }

     .pt_item2 {
         background-color: #f1f2f2;
       /*  margin: 50px 30px;*/
         padding:75px;
         border-radius: 5px;
         color: rgb(61, 60, 60);

     }
}


  .getting_started{
    height:unset;
  }
  .hero_prov .hero_image h1,
  .hero_prov .hero_image p{
        color: #fff;
 
  }
  .hero_prov .hero_image .provider_hero_content h1{
       font-size: 52px;
       text-align: center;
       padding-bottom:20px;
  }
  .hero_prov .hero_image .provider_hero_content p{
        font-size: 28px;
        text-align: justify;
        line-height: 1.3;
 
  }
  .provider_hero_content{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84%;
  }
  @media only screen and (min-device-width : 481px) and (max-device-width : 768px) {
    .hero_prov .hero_image .provider_hero_content h1{
       font-size: 44px;
      padding-bottom: 20px;
  }
  .hero_prov .hero_image .provider_hero_content p{
        font-size: 23px;
        line-height: 1.3;
  }
  .provider_hero_content{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84%;
  }
  .hero_image {
    height: 38rem;
  }

}
  @media only screen and (min-device-width : 640px) and (max-device-width : 768px) {
    .hero_prov .hero_image .provider_hero_content h1{
       font-size: 44px;
      padding-bottom: 20px;
  }
  .hero_prov .hero_image .provider_hero_content p{
        font-size: 23px;
        line-height: 1.3;
  }
  .provider_hero_content{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84%;
  }
  .hero_image {
    height: 38rem;
  }

}
  @media only screen and (min-device-width : 441px) and (max-device-width : 641px) {
    .hero_prov .hero_image .provider_hero_content h1{
       font-size: 30px;
      padding-bottom: 20px;
  }
  .hero_prov .hero_image .provider_hero_content p{
        font-size: 15px;
         line-height: 1.3;
  }
  .provider_hero_content{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84%;
  }
  .hero_image {
    height: 30rem;
  }


}
 @media only screen and (min-device-width : 320px) and (max-device-width : 441px) {
    .hero_prov .hero_image .provider_hero_content h1{
       font-size: 30px;
      padding-bottom: 20px;
  }
  .hero_prov .hero_image .provider_hero_content p{
        font-size: 15px;
         line-height: 1.3;
  }
  .provider_hero_content{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84%;
  }
  .hero_image {
    height: 30rem;
  }


}
 @media only screen and (min-device-width : 200px) and (max-device-width : 321px) {
    .hero_prov .hero_image .provider_hero_content h1{
       font-size: 18px;
      padding-bottom: 7px;
  }
  .hero_prov .hero_image .provider_hero_content p{
        font-size: 12px;
         line-height: 1.3;
  }
  .provider_hero_content{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84%;
  }
  .hero_image {
    height: 25rem;
  }


}


/*Mobile view signin/signup form Code Start*/
   .signup_signin_mobile_form {
            display: none;
        }
    @media screen and (max-width: 768px) {
        .signup_signin_mobile_form {
            display: block;
            margin-top: 60px;
        }
        .login_signup {
            display: none;
        }
        .pages .page.signin_form,
        .pages .page.signup {
            padding: 32px 0px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
        }
    }
.signup_signin_mobile_form .signup_overflow_hidden {
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.pages {
    transition: all 0.4s;
    display: flex;
}
.pages .page.provider_form_bg {
	background-color: #333333;
}
.pages .page.user_form_bg {
	background-color: #f4e620;
}
.pages .page {
    min-width: 100%;
    padding: 20px 15px;
    padding-top: 0px;
}

.pages .page:nth-of-type(1) .input {
    transform: translateX(-100%) scale(0.5);
}

.pages .page:nth-of-type(2) .input {
    transform: translateX(100%) scale(0.5);
}

.pages .page .input {
    transition: all 1s;
    opacity: 0;
    transition-delay: 0s;
}

 
.pages .page .title {
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    line-height: 14px;
}

.pages .page .title i {
    vertical-align: text-bottom;
    font-size: 19px;
}

.pages .page .input {
    margin-top: 20px;
}

.pages .page input.text {
    background: #f6f7f9;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    color: rgba(0, 0, 0, 0.5);
    outline: none;
}

.pages .page input[type=submit] {
    background: rgba(0, 0, 0, 0.5);
    color: #f6f7f9;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: none;
    border-radius: 4px;
    font-weight: 600;
}

.tabs {
    max-height: 50px;
    height: 50px;
    display: flex;
    background: #fff;
}

.tabs .tab {
    flex: 1;
    color: #5d708a;
    text-align: center;
    line-height: 50px;
    transition: all 0.2s;
}

.tabs .tab .text {
    font-size: 14px;
    transform: scale(1);
    transition: all 0.2s;
}

input[type=radio] {
    display: none;
}

input[type=radio]:nth-of-type(1):checked~.tabs .tab:nth-of-type(1) {
    box-shadow: inset -3px 2px 5px rgba(0, 0, 0, 0.25);
    color: #3f4c7f;
}

input[type=radio]:nth-of-type(1):checked~.tabs .tab:nth-of-type(1) .text {
    transform: scale(0.9);
}

input[type=radio]:nth-of-type(1):checked~.pages {
    transform: translateX(0%);
    overflow: hidden;
}

input[type=radio]:nth-of-type(1):checked~.pages .page:nth-of-type(1) .input {
    opacity: 1;
    transform: translateX(0%);
    transition: all 0.5s;
}

input[type=radio]:nth-of-type(1):checked~.pages .page:nth-of-type(1) .input:nth-child(1) {
    transition-delay: 0.2s;
}

input[type=radio]:nth-of-type(1):checked~.pages .page:nth-of-type(1) .input:nth-child(2) {
    transition-delay: 0.4s;
}

input[type=radio]:nth-of-type(1):checked~.pages .page:nth-of-type(1) .input:nth-child(3) {
    transition-delay: 0.6s;
}

input[type=radio]:nth-of-type(1):checked~.pages .page:nth-of-type(1) .input:nth-child(4) {
    transition-delay: 0.8s;
}

input[type=radio]:nth-of-type(1):checked~.pages .page:nth-of-type(1) .input:nth-child(5) {
    transition-delay: 1s;
}

input[type=radio]:nth-of-type(2):checked~.tabs .tab:nth-of-type(2) {
    box-shadow: inset 3px 2px 5px rgba(0, 0, 0, 0.25);
    color: #3f4c7f;
}

input[type=radio]:nth-of-type(2):checked~.tabs .tab:nth-of-type(2) .text {
    transform: scale(0.9);
}

input[type=radio]:nth-of-type(2):checked~.pages {
    transform: translateX(-100%);
}

input[type=radio]:nth-of-type(2):checked~.pages .page:nth-of-type(2) .input {
    opacity: 1;
    transform: translateX(0%);
    transition: all 0.5s;
}

input[type=radio]:nth-of-type(2):checked~.pages .page:nth-of-type(2) .input:nth-child(1) {
    transition-delay: 0.2s;
}

input[type=radio]:nth-of-type(2):checked~.pages .page:nth-of-type(2) .input:nth-child(2) {
    transition-delay: 0.4s;
}

input[type=radio]:nth-of-type(2):checked~.pages .page:nth-of-type(2) .input:nth-child(3) {
    transition-delay: 0.6s;
}

input[type=radio]:nth-of-type(2):checked~.pages .page:nth-of-type(2) .input:nth-child(4) {
    transition-delay: 0.8s;
}

input[type=radio]:nth-of-type(2):checked~.pages .page:nth-of-type(2) .input:nth-child(5) {
    transition-delay: 1s;
}

@keyframes hi {
    from {
        transform: translateY(50%) scale(0, 0);
        opacity: 0;
    }
}
/*Mobile view signin/signup form Code End*/

/*User Page Content Css Start*/
.what_thumbsup_section .what_thumbsup_content h2 {
    position: relative;
    left: -224px;
    font-size: 46px;
    background-color: #fff;
    font-weight: 900;
    min-width: 732px;
}

.what_thumbsup_section .what_thumbsup_content p {
    font-size: 33px;
    line-height: 1.5;
    width: 546px;
    color: #544d4d;
}

.why_thumbsup_section h2 {
    font-size: 46px;
    font-weight: 900;
}

.why_thumbsup_section .why_thumbsup_content .icons {
    height: 200px;
}

.why_thumbsup_section .why_thumbsup_content .heading {
    height: 60px;
}

.why_thumbsup_section .why_thumbsup_content p {
    font-size: 30px;
    line-height: 1.2;
    color: #383838;
}


/*sofa section in user page css Start*/
.sofa_section .sofa_section_bg {
    background-image:url('/asset/img/signup/icons/yellow-sofa.png');
    width: 100%;
    height: 48rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sofa_section .sofa_section_bg .sofa_content{
    text-align: center;
    position: relative;
    top: 35px;
}
.sofa_section .sofa_section_bg .sofa_content h2{
     font-size: 55px;
    font-weight: 600;
    padding-bottom: 7px;
}
@media only screen and (min-device-width: 200px) and (max-device-width:422px) {
    .sofa_section .sofa_section_bg .sofa_content h2{
          font-size: 35px;
          font-weight: 600;
          padding-bottom: 7px;
     }
     .sofa_section .sofa_section_bg .sofa_content p a img{
          width: 120px !important;
     }
}
/*sofa section in user page css End*/



/*Ready to get Start section in user page css Start*/
.ready_get_start_section .ready_get_start_bg {
    background-image:url('/asset/img/signup/icons/ready_to_get_start.png');
    width: 100%;
    height: 30rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ready_get_start_section .ready_get_start_bg .ready_get_start_content{
    text-align: center;
    top: 35px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ready_get_start_section .ready_get_start_bg .ready_get_start_content h2{
     font-size: 55px;
    font-weight: 600;
    padding-bottom: 7px;
}
@media only screen and (min-device-width: 200px) and (max-device-width:422px) {
    .ready_get_start_section .ready_get_start_bg .ready_get_start_content h2{
          font-size: 35px;
          font-weight: 600;
          padding-bottom: 7px;
     }
     .ready_get_start_section .ready_get_start_bg .ready_get_start_content p a img{
          width: 120px !important;
     }
}
/*Ready to get Start section in user page css End*/



@media only screen and (min-device-width: 900px) and (max-device-width: 991px) {
    .what_thumbsup_section .what_thumbsup_content h2 {
        left: -196px;
        font-size: 39px;
    }
    .what_thumbsup_section .what_thumbsup_content p {
        font-size: 25px;
        width: unset;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 899px) {
    .what_thumbsup_section .what_thumbsup_content h2 {
        left: -167px;
        font-size: 32px;
        min-width: 510px;
    }
    .what_thumbsup_section .what_thumbsup_content p {
        font-size: 20px;
        width: unset;
    }
}

@media only screen and (min-device-width: 200px) and (max-device-width: 767px) {
    .what_thumbsup_section .what_thumbsup_content h2 {
        left: unset;
        font-size: 28px;
        text-align: center;
        min-width: unset;
    }
    .what_thumbsup_section .what_thumbsup_content p {
        font-size: 16px;
        text-align: center;
        width: unset;
    }
}

@media only screen and (min-device-width: 200px) and (max-device-width: 991px) {
    .icons {
        padding-bottom: 15px;
    }
    .icons_center {
        text-align: center;
    }
    .padding_left_0 {
        padding-left: 0px;
    }
}

/*User Page Content Css End*/