/* body {
    font-family: 'Roboto', sans-serif !important;
} */

.pt-5 {
    padding-top: 5rem!important;
}

.shadow{
    max-width: 1338px;
    border: 1px solid #efefef;
    border-radius: 15px;
    margin-top: 130px;
    margin-bottom: 30px;
}

.qeustion{
    width: 100%;
    float: left;
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.question-box{

    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    background: #e8f5e9;
    min-width: 157px;
    border-radius: 25px;
    display: inline-block;
    margin: 0;
    margin-right: 34px;
    height: 32px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
}

.form-title{

    width: 100%;
    float: left;
    margin-top: 20px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #d5f3e5 !important;
    color: #FFF;
    text-decoration: none;
}

label{
    margin-bottom: 0px;
}

.text-style{
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    color: rgba(0,0,0,.86);
    margin: 0;
    float: left;
    font-family: 'Roboto', sans-serif !important;
    font-size: 24px;
}

.box2{
    float: left;
    width: 100%;
}

.border-stroke{

    display: block;
    max-width: 100px;
    border: 1px solid rgba(0,0,0,.12);
    margin-top: 60px;

}
.banner-img{

    height: auto;
    width: 60%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 50%;
}
.input-box{
    width: 50%;
    height: 10px;
}
.left-part{
    text-align: center;
    background-color: #e8f5e9;
    width: 40%;
}
.right-part{

    padding-left: 50px;
}
.faq-left{
    padding-left: 30px;
}

.card-body {
    padding: 2rem 1rem;
}

.faq_question{
    font-family: var(--bs-font-sans-serif);
    font-size: 18px;
    font-weight: normal;
    padding: 20px;
}

h1 {
    font-size: 3.5rem;
    font-family: var(--bs-font-sans-serif);
    margin-bottom: 13px;
}

.h1_span{
    font-size: 1.7rem;
    font-family: var(--bs-font-sans-serif);
}

.card{
    border: 0px;
}

.square{
    font-size: 15px;
}

.accordion-body {
    padding: 1rem 1.25rem;
    font-size: 16px;
    font-family: var(--bs-font-sans-serif);
}

.options{
    padding-top: 45px;
}
.owl-dots{
    display: none;
}
.arrow-next{
    height: 80px;
    padding: 10px;
}
.arrow-previous{
    height: 80px;
    padding: 10px;
}
.owl-nav{
    display: flex;
    justify-content: space-between;
}

.square-radio {
    display: none;
  }

  .square {
    width: 25px;
    height: 25px;
    border: 1px solid #766e6e;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    border-radius: 5px;
  }

  .square-radio:checked + .square-label .square {
    background-color: #a2a0a0;
  }

  /* .option-label {
    vertical-align: middle;
  } */


  .option-label {
    vertical-align: middle;
    margin-left: 10px;
    font-weight: normal;
    font-size: 15px;
}



  .radio-design{
    border: 1px solid #ababab;
    width: 30%;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .user-details{
    width: 50%;
  }

  .resultBox{
    width: 100%;
    height: auto;
    padding: 20px 30px;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
  }
