<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@font-face {
  font-family: proxima-semibold;
  src: url(../fonts/proxima_sv/FontsFree-Net-Proxima-Nova-Sbold.otf);
}

.header-side-lines{
    position: relative;
}
.header-side-lines:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #f8991f;
    top: 10px;
    left: -40px;
}
.header-side-lines:after{
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #f8991f;
    top: 10px;
    right: -40px;
}

/*****************FAQ SECTION STYLE START****************/

.faq-section{
	margin-top: 80px;
  background-image: url(../img/faq/banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 500px;
}
.faq-tab-section{

}
.faq-banner-sec-1{
  padding-top: 180px;
}
/*******************FAQ TAB SECTION START****************/

.faq-card-header{
  border: 0;
  background-color: unset;
  padding: .25rem 1.25rem;
  margin-top: 15px;
}
.faq-card-body{
    padding: 0px 65px;
}
.faq-card-body div{
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 15px 20px;
}
.faq-card-body div p{
  color: #626262;
}
.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #404040;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}


/*******************PRIVACY POLICES TAB SECTION START****************/


.polices-section{
  margin-top: 120px;
}
.polices-content p{
  line-height: 1.35;
  color: #404040;
  font-family: proxima-semibold;
  margin-top: 1rem;
}
.polices-content h4{
  color: #f8991f;
  font-family: proxima-semibold;
  margin-top: 1.5rem;
  text-transform: capitalize;
  font-variant: small-caps;
}
.polices-content h5{
  color: #f8991f;
  font-family: proxima-semibold;
  margin-top: 1.5rem;
  text-transform: capitalize;
  font-variant: small-caps;
}
.polices-content-inside{
  padding-left: 20px;
}
.polices-content-inside p{
  line-height: 1.35;
  color: #404040;
  font-family: proxima-semibold;
  margin-top: 0.4rem;
}


/*QUIZ-RESULTE CSS STYLE*/

.quiz-result-btn-group a{
  width: 28%;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
}



@media (min-width:768px) and (max-width:991px){
  .faq-section{
    margin-top: 67px;
    padding-bottom: 190px;
    height: 305px;
  }
  .faq-banner-sec-1,.faq-banner-sec-2{
    display: none;
  }
    .quiz-result-btn-group a{
      width: 30%;
      display: inline-block;
      text-align: center;
      padding: 10px 0px;
      font-size: 15px;
    }

}

@media only screen and (max-width:991px){
   .faq-section{
    margin-top: 67px;
    padding-bottom: 100px;
  }
  .myaccordion .btn{
    text-align: left;
  }
  .faq-card-header{
    padding: 0.25rem 0.25rem;
  }
  .faq-card-body{
    padding: 0px 0px;
  }
}

@media only screen and (max-width:767px){

  .faq-section{
    margin-top: 67px;
    padding-bottom: 100px;
    height: auto;
    padding-top: 10px;
  }
  .faq-section .row.pt-5{
    padding: 0 !important;
  }
  .faq-section h3{
    font-size: 18px;
  }
  .faq-section h1{
    font-size: 22px;
  }
  .faq-banner-sec-1,.faq-banner-sec-2{
    display: none;
  }
  .quiz-result-btn-group{
    display: unset !important;
  }
  .quiz-result-btn-group a{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-left: unset !important;
    margin-right: unset !important;
    margin-top: 10px;
  }

}

@media only screen and (max-width:480px){

  .payment-cnfrm-img{
    width: 100% !important;
  }

}</pre></body></html>