﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
.faq-container {
    position: relative;
    background: #0db459;
    width: 100%;
}

.faq-section{
    position:relative;
    display:flex;
    justify-content:space-between;
    width:100%;
    /*height:1400px;*/
}

#nav-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    letter-spacing: -0.015em;
    color: #000000;
}

.cat-faq {
/*    position: absolute;*/
    display: flex;
    flex-direction: column;
    width: 289px;
    height: 228px;
    left: 50px;
    top: 100px;
    /*font styles*/
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    letter-spacing: -0.015em;
    margin-bottom:1px;
}

.cat-faq > a{
    margin-bottom:28px;
    color: #fff;
}

.faq-form {
    /*    position: absolute;*/
    padding: 0 30px;
    padding-top: 60px;
    flex-direction: column;
    width: 320px;
    height: 518px;
    left: 50px;
    top: 509px;
    margin: 0;
    /* gray 20 */
    background: #F7F7F7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-top: 3px solid #000000;
    margin-right: 1em;
    /*font styles*/
}

    .faq-form > h4 {
        margin-bottom: 20px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
    }

.faq-form > p{
    font-family: Poppins;
    font-style: normal;
    margin-bottom:30px;
}

.faq-form > input{
    margin-bottom:20px;
    padding-left:14.38px;
    width: 260px;
    height: 40px;
    background: #E9E9E7;
    opacity: 0.8;
    border-radius: 100px;
    border:none;
    /*font style*/
    font-family: Poppins;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    letter-spacing: -0.015em;
    color: #7F8187;
}

.faq-btn {
    width: 207px;
    height: 35px;
    margin: 0 auto;
    border: none;
   /*background: linear-gradient(90deg, #E27E05 0%, #FBB03B 97.52%);
    box-shadow: 0px 4px 4px rgba(226, 126, 5, 0.3);*/
    border-radius: 30px;
    /*font style*/
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #F9F9F9;
}

.faq-inf {
/*    position: absolute;*/
    width: 70%;
    height: 1091px;
    left: 390px;
    top: 144px;
    background: #FFFFFF;
    float:right;
}
.faq-cont {
    display: flex;
    flex-wrap: wrap;
    padding: 5%;
    width: 90%;
    height: 654px;
    margin-top: 157px;
    margin: 157px auto;
}
.faq-det {
    width: 415px;
    height: 300px;
    padding-top: 3%;
    padding-right: 39px;
}
.faq-cont > h1{
    width:100%;
}

.faq-cont > h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    /* identical to box height, or 118% */
    letter-spacing: -0.015em;
    color: #000000;
}

.faq-det > label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */
    letter-spacing: -0.015em;
    color: #000000;
}

.faq-det > a {
    margin-top:2px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: -0.015em;
    text-decoration-line: underline;
    color: #FBB03B;
}

.faq-det > p {
    margin-top:10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.015em;
    color: rgba(0, 0, 0, 0.8);
}


.faq-sec-left{
    display:flex;
    flex-direction:column;
    margin-top:82px;
    margin-left:50px;
}