#faqspage {
    width:100%;
    min-height:200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    padding: 5px;
}

.faqsform{
    width: 95% !important;
    height: 100% !important;
    background-color: rgb(248, 184, 21);
    padding-top: 10px;
}

.faqsform form input[type="radio"]+label{
    background-color: unset !important; 
}
.faqsform input[type="radio"]:checked+label{
    /* color: rgb(255, 102, 0); */
    color: black !important;
    border-bottom: 4px solid white !important;

}

.faqsform input{
    border: 1px solid rgb(167, 167, 167);
    background-color: rgb(247, 247, 247) !important;
    margin-right: 15px !important;
}
.faqsform label {
    background-color: unset !important ;
    color: rgb(12, 12, 12) ;
}

.faqsform #currency {
    color: rgb(12, 12, 12) ;
    font-weight: 600 !important;
    border: none;
    background-color: unset;
}
.faqsform #currency:focus {
    color: rgb(12, 12, 12) ;
    
}
.faqsform input[type="submit"]{
    background-color: rgb(1, 72, 85) !important;
    color: rgb(247, 247, 247) ;
    margin-left: 20px !important;
}

#faqsmain {
    width:100%;
    min-height: 100%;
    /* background-color: rgb(247, 247, 247) ; */
   
    padding: 5%;
    padding-top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    position: relative;
}

.faqsarticle{
    width:70%;
    min-height:600px;
    position: relative;
    top: 0px;
    font-family: 'Open Sans', 'Poppins', Arial, Helvetica, sans-serif;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
}
.faqsarticle img{
    width:100%;
    height:auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.faqsside {
    width:30%;
    min-height:600px;
    position: sticky;
    top: 0;
}
.faqsside .servicesboxcover {
    flex-direction: column;
}

.faqsarticle h1{
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 600;
}
.faqsarticle h2{
    font-size: 24px;
    margin-bottom: 30px;
}
.faqsarticle h3{
    font-size: 18px;
    margin-bottom: 30px;
}
.faqsarticle p{
    font-size: 16px;
    line-height: 30px;
    text-indent: 15px;
    margin-bottom: 15px;
    color: rgb(46, 46, 46);
}
.articlepbig{
    font-size: 24px !important;
    line-height: 34px;
}
.faqsarticle li{
    margin-bottom: 15px;
    line-height: 30px;
}
.faqsarticle li bold{
    font-weight: 600;
}
.articleupdate ul{
   width:90%;
   font-size: 13px;
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   flex-direction: row;

}

.articleupdate ul li{
  text-decoration: underline;
 
 }

 .faqsheader {
   
     top:0;
}
.faqsnav .nav-links a{
    color:white !important;
}
.faqsnav .sitehead {
    color:white !important;
    
}
.faqsnav .sitehead strong {
    color:white !important;
  
}
.faqsnav .burger > div {   
    background-color: white;    
}


@media only screen and (max-width: 768px) {

    #faqspage {
        
        height:320px !important;
       
    }
    .faqsform input{
        height: 35px;
        margin-bottom: -5px !important;
    }
  
    .faqsform select{
        height: 35px;
        margin-bottom: -5px;
    }
    .faqsform input[type="submit"]{
        margin-bottom: -5px;
        margin-left: 0px !important;
    }
    .faqsform #currency {
        height: 35px;
        background-color: rgb(247, 247, 247) ;
        border: 1px solid rgb(167, 167, 167);
        color: rgb(87, 86, 86);
    }
    .faqsform #currency:focus {
        color: rgb(12, 12, 12) ;
      
    }
    .faqsform form{
        width: 100% !important;
       height:100% !important;

    }
    .faqsform .pagesinputcoverlabel{
        height:40px;
    }
    #faqsmain {
       
        flex-direction: column;
    }
    .faqsarticle{
        width:100%;       
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .faqsside {
        width:100%;
       
    }

    .faqsarticle h1{
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .faqsarticle h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .faqsarticle h3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .faqsarticle p{
        font-size: 16px;
        line-height: 24px;
        text-indent: 15px;
        margin-bottom: 15px;
    }
    .articlepbig{
        font-size: 20px !important;
        line-height: 24px;
    }
    .faqsarticle li{
        margin-bottom: 15px;
        line-height: 20px;
    }
    .articleupdate ul{
       width:100%;
    
    
    }
    
}