* {
    box-sizing: border-box;

}
@font-face {
    font-family: Poppins-re;
    src: url(Fonts/Poppins-Regular.ttf);
}
body{
    color: #3C3D59;
    font-family: 'Poppins-re', sans-serif;
    margin: 0px;
    padding: 0px;
   
}

p,label{
    font-size: 14px;
}
.background-backbone{
    width: 100%;
    height: 900px;
    display: flex;
    position: relative;
}
.foreground-backbone{
    display: flex;
    width: 100%;
    height: 900px;
}
.bg{
    display: none;
}
.left-backbone{
    width: 71%;
    height: inherit;
    position: relative;
}
.heading-img{
    width: 150px;
    margin-top: 17px;
    margin-left: 26px;
}

.heading-text{
    width: 55%;
    position: absolute;
    top: 122px;
    left: 7.340rem;
}
.heading-text h1{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
}
.heading-text p{
    width: 75%;
    font-size: 19px;
}
.bg-img{
    width: 100%;
    margin-top: 2.375rem;
}
.right-backbone{
    width: 29%;
    height: inherit;
    background-color: #FBC531;
    background-image: url('Images/Circles.svg');
}
.overhead-backbone{
    width: 35%;
    border: 0.35px solid #B9B9C3;
    position: absolute;
    top: 65px;
    right: 75px;
    background-color: #fff;
    display: flex;
    flex-direction: column-reverse;
}
.setps-background{
    width: 100%;
    height: 55px;
    background-color: #EBECEE;
    display: flex;
    justify-content: center;
    align-items: center;
}
.steps{
    width: 88%;
    display: flex;
    flex-direction: row;
    margin: auto;
    text-align: center;
}
.step{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: auto;
}
.step p{
    margin-right: 4px;
    margin-left: 5px;
}
/*  */
.info{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 32px;
    margin: 0px;
    font-size: 8px;
}
.info-bold{
    font-weight: bold;
}

.circle-round{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
    font-size: 12px;
    background-color: #9B9B9B;
    color: #fff;
    border-radius: 50%;
}
.steps hr{
    width: 35px;
    border: 0.036rem solid #CACACA;
    margin-right: 6px;
}
/*  */




.body-overhead-backbone{
    width: 84%;
    margin: auto;
}
.header-info{
    margin-top: 1rem;
}
.header-info h3{
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 500;
}
.required-right{
    float: right;
}
.required-star{
    color: #D93025;
}
.body-inputs label{
    margin-bottom: 7px;
}
.body-inputs input, .title-input select{
    outline: none;
    height: 44px;
    margin-bottom: 1.775rem;
    border: 1px solid #d3d2d2;
    padding-left: 0.725rem;
    font-size: 14px;
}
.body-inputs input::placeholder, .body-inputs select{
    font-size: 10px;
    color: #ABABAB;
}
.body-inputs select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('Images/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position-x: 95%;
    background-position-y: 50%;
}
.title-input{
    margin-top: 0.575rem;
}
.info-inputs{
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 4.5%;
}
.info-inputs input, .title-input select{
    width: 100%;
}
.email-input input{
    width: 100%;
}
.next-step-button{
    text-align: center;
}
.back-step-button{
    margin: 20px 0px;
    font-size: 13px;
    text-align: center;
    color: #3C3D59;
    display: block;
    font-weight: bold;
}
.nextButton{
    width: 73%;
    height: 42px;
    height: 3.231rem;
    background-color: #fff;
    outline: none;
    box-shadow: 5px 5px #3C3D59;
    color: #3C3D59;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 0px;
    border: 0.7px solid #3C3D59;
    margin-top: 1.9rem;
    letter-spacing: 1px;

}
.arrow-bu::after{
    content: '';
    background: url("Images/arrow-right.svg") center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;

}
.icofont{
    display: inline;

    position: relative;
    width: 50px;
    height: 50px;
}
.icofont img{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50% -50%);
}
    
.background-input{
    width: 100%;
}

.overhead-checkbox{
    margin-top: 17px;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 20px;
}
.background-input p{
    padding-top: 14px;
}
.overhead-checkbox div{
    display: flex;
    align-items: center;
    justify-items: center;
}
.overhead-checkbox div label{
    font-weight: 500;
}
.background-input input[type="checkbox"]{

    width: 21px;
    height: 21px;
    border: 0.094rem solid #3C3D59 !important;
    /* -webkit-appearance: none; 
     -moz-appearance: none; 
    appearance: none; */
    margin: 0px;
    position: relative;
}
.background-input input[type="checkbox"]:not(:checked)::before{
    content: '';
    width: 18px;
    height: 18px;
    margin: 0px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #3C3D59 !important;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: all ease 2s;
    transition: all ease 2s;
}
.background-input input[type="checkbox"]:checked::after{
    content: '';
    background: url("Images/Vector\ \(Stroke\).svg") center no-repeat;
    width: 21px;
    height: 21px;
    align-items: center;
    box-shadow: 3px 3px #3C3D59;
    margin: 0px;
    position: absolute;
    
    bottom: 0;
    left: 0;
    background-color: #FBC531;
    border-radius: 0px;
    -webkit-transition: all ease 2s;
    transition: all ease 2s;

}

.background-input div{
    margin-bottom: 12px;
}
.background-input div label{
    margin: 0px;
    margin-left: 15px;
}
.arrow{
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 20px;

}
.tab {
    display: none;
}
.circle-round.active {
    background-color: #FBC531;
}
.circle-round.finish {
    background-color: #08AD36;
    background-image: url('Images/Vector\ \(Stroke\).svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.sub{
    background-color: #FBC531;
}
.hidden-num{
    display: none;
}



/* Add new */
.awro-img-mobile{
    display: none;
    width: 100%;
    text-align: center;
}
.awro-logo-mobile{
    width: 100%;
    text-align: center;
    color: #808080;
}
.awro-logo-mobile a{
    color: #808080;

}




@media only screen and (max-width: 998px) {


      /* Add new */
      .awro-img-mobile{
        display: none;
    }
    /*  */

    .foreground-backbone{
        display: none;
        height: 100vh;

    }
    .background-backbone{
        flex-direction: column;
        height: 100vh;

    }
    .body-overhead-backbone{
        margin-left: 0px;
        margin: auto;
    }
    .bg {
        display: block;
        width: 100%;
        height: 18.75rem;
        left: 0px;
        top: 0px;
        background: #fbc531;
    }
  
    .overhead-backbone {
        margin: auto;
        width: 100%;
        border: none;
        position: static;
        margin-top: 6.75rem;
    }
  
    .title-input select {
      width: 100%;
      color: #3c3d59;
    }
  
    .info-inputs input {
      width: 100%;
      color: #3c3d59;
    }
    .info-inputs {
      display: grid;
      grid-template-columns: auto auto;
      column-gap: 1.5rem;
    }
  
    .logo_container {
      text-align: center;
      margin-top: 1.375rem;
      
    }
  
    .img_container {
      width: 88%;
      height: 100%;
      margin: 1.375rem auto;
      text-align: center;
    }
    .img_bg {
      width: 100%;
      text-align: center;
    }
  }



  @media only screen and (max-width: 375px) {
    .bg {height: 18rem; }
  .overhead-backbone {margin-top: 4rem;}
}

@media only screen and (min-width: 376px) and (max-width: 450px) {
  .bg {height: 20rem;}
  .overhead-backbone {margin-top: 4rem;}
}

@media only screen and (min-width: 451px) and (max-width: 500px) {
  .bg {height: 22rem;}
  .overhead-backbone {margin-top: 6rem;}
}

@media only screen and (min-width: 501px) and (max-width: 600px) {
  .overhead-backbone {margin-top: 6rem;}
  .bg {height: 25rem;}
}
@media only screen and (min-width: 601px) and (max-width: 700px) {
  .bg {height: 27.8rem;}
  .overhead-backbone {margin-top: 6rem;}
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  .bg {height: 32.5rem;}
  .overhead-backbone {margin-top: 6rem;}
}

@media only screen and (min-width: 800px) and (max-width: 914px) {
  .bg {height: 35rem;}
  .overhead-backbone {margin-top: 6rem;}
}

@media only screen and (max-width: 1100px) {
    p,label,.circle-round{
        font-size: 12px;
    }
    .body-inputs input, .title-input select{
        outline: none;
        height: 36px;
        font-size: 12px;
    }
    .body-inputs input::placeholder, .body-inputs select{
        font-size: 8px;
    }
    .header-info h3{
        font-size: 18px;
    }
    .heading-text h1{
        font-size: 36px;
    }
    .heading-text p{
        font-size: 15px;
    }

    .back-step-button, .next-step-button button{
        font-size: 12px;
    }
    .next-step-button button{
        height: 2.813rem;
    }

       /* Add new */
       .awro-img-mobile{
        text-align: center;
        display: none;
        width: 60%;
    }
    /*  */
}



/* Awro logo */
.awro-img{
    margin-top: 100px;
 }
.awro-logo{
    color: #808080;
    font-size: 13px !important;
}
.awro-logo a{
    color: #808080;
}



/* end */



.qrBox{

    background-color: white;
    max-height: 400px;
    width: 300px;
    border: 1px solid black; 
    border-radius: 20px;
    text-align: center;
    padding: 15px;
    position: absolute; 
    top: 20%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    box-sizing: border-box;
}


.qrFrame{

    height: 100%;
    width: 100%;
    background-color: rgba(221, 221, 221, 0.329);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
}



.body-overhead-backbonee{
    width: 73%;
    margin: auto;
    text-align: center;
}
.par-result{
    font-size: 10px;
}
.bottom-backbonee{
    width: 100%;
    padding-top: 20px;
}
.next-step-buttone{
    display: flex;
    align-items: center;
    justify-content: center;

}
.nextButtone{
    width: 75%;
    height: 2.75rem;
    background-color: #FBC531;
    outline: none;
    box-shadow: 5px 5px #3C3D59;
    color: #3C3D59;
    font-weight: 800;
    font-size: 0.813rem;
    cursor: pointer;
    margin-bottom: 0px;
    border: 0.7px solid #3C3D59;
    margin-top: 1rem;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

}

.back-step-buttone{
    margin: 20px 0px;
    font-size: 0.813rem;
    text-align: center;
    color: #3C3D59;
    display: block;
    font-weight: bold;
}
.qr{
    text-align: center;
    justify-content: center;
    margin: auto;
}
.qr img{
    text-align: center;
    justify-content: center;
}




footer{

    width: 100%;
    /* background-color: #FBC531; */
    color: rgb(8, 5, 5);
    text-align: center;
    padding: 20px;
    position: relative;
    bottom: 0;
    margin-top: 100px;
    
}

.form-3{

    margin-top: 20px;

}