﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
.hd-nav-faq {
    display: flex;
    align-items: center;
    width: 100%;
    height: 144px;
    left: 0px;
    top: 0px;
}

.nav-bar-blog-faq {
    width: 100%;
    padding: 0 50px;
    position: relative;
    align-items: center;
    display: flex;
}

.logo-blog-faq {
    width: 93px;
    height: 84px;
    left: 50px;
    top: 30px;
    margin-right: 134px;
}

.logf-blog-faq {
    margin-left: auto;
    left: 1354px;
    right: 3.47%;
    top: 55px;
    bottom: 94.68%;
}


.faq-container {
    position: relative;
    background: #1ACE72;
    width: 100%;
    display: flex;
    flex-direction: row;
    height: auto !important;
}

.faq-section {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    height: auto;
}

.nav-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    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:55px;
    cursor: pointer;
}

.cat-faq > a{
    margin-bottom:28px;
}

.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;

    /*font styles*/
}

.faq-form > h4{
    margin-bottom: 20px;
}

.faq-form > p{
    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-none-display {
    display: none;
}
.faq-inf {
    /*    position: absolute;*/
    width: 100% !important;
    height: auto !important;
    left: 390px;
    top: 144px;
    background: #FFFFFF;
    float: right;
}
.faq-cont {
    height: auto !important;
    margin:  1em !important;
}
.faq-det {
    width: 50% !important;
    height: 208px;
    padding-right:39px;
}
.faq-cont > h1{
    width:100%;
}

.faq-cont > h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 900;
    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:1em !important;
}

.resp-search{
    display:none;
}

.fold10{
    display:none;
}

.sl-options {
    display: none;
    font-family: Poppins !important;
}
.cat-select {
    font-family: Poppins !important;
    font-weight: 500 !important;
    font-size: 1.7em !important;
}
/*##########################RESPONSIVE FAQ####################*/
@media (max-width: 1220px) {
    .cat-faq{
        display: none;
    }
    .faq-section {
        display: flex !important;
        flex-direction: row;
    }
    .faq-cont {
        width: 100% !important;
    }
    .input-search {
        width: 100% !important;
    }
    fieldset {
        width: 100% !important;
    }
    .faq-sec-left {
        margin-top: 0em !important;
        margin-left: 1em !important;
    }
}
@media (max-width: 1120px) {
    .faq-cont {
        width: 100% !important;
    }

}
@media (max-width: 1094px) {
    .faq-cont {
        width: 100% !important;
    }

    .faq-container {
        flex-direction: column;
    }

    .faq-form {
        width: 100% !important;
    }

    .faq-sec-left {
        margin-left: 0em !important;
        flex-direction: column-reverse !important;
    }

    .faq-det {
        height: auto !important;
        padding-right: 0;
        padding-left: 2em;
    }
    .faq-cont > h1 {
        padding-left: 1em;
    }
    .faq-cont {
        height: auto !important;
    }
}
@media (max-width:768px) {
    .fold10 > #appblog {
        width: 50% !important;
    }
        .faq-sec-left {
        display: none !important;
    }
    .faq-section {
        display: flex !important;
        flex-direction: column;
    }
    .faq-cont {
        width: 96% !important;
        height: auto;
    }
    .fm-blog {
        display: none;
    }

    .faq-form{
        display:none;
    }

    .faq-cont {
        width: 90%;
        margin: 0 auto;
        height: auto !important;
    }

    .faq-inf {
        width: 90%;
        margin: 30px auto;
        float: unset;
        height: 100% !important;
    }

    .faq-cont > h1{
        display:none; 
    }

    .cat-faq{
        display:none;
    }

    .faq-det {
        height: unset;
        padding: unset;
        margin-top: 50px;
        height: 300px;
        width: 100% !important;
        height: auto !important;
    }

    .faq-sec-left{
        margin-top:0;
    }

    .logo-blog-faq{
        width:34px;
    }

    .hd-nav-faq{
        height:unset;
        flex-direction:column;
    }

    .nav-bar-blog-faq{
        padding:0 20px;
    }

    .logf-blog-faq{
        width:43px;
    }

    .resp-search{
        display:flex;
        width:100%;
    }



}
  