*{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0%;
}

.container-faq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 0px;

}

.colocation-tag {
    padding: 10px 0px;
    letter-spacing: 2px;
    font-size: 20px;
}

.faq-submain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.faq-main {
    background: none;
    color: rgb(102, 101, 101);
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: max-content;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 22.8571px;
    font-weight: 400;
}

.faq-main div {
    width: 500px;
    height: max-content;
}

.collab-div-main {
    background: white;
    box-sizing: border-box;
    outline-offset: -2px;
    cursor: pointer;
    display: block;
    font-size: 17px;
    line-height: 27.2px;
    padding: 10px;
    position: relative;
    font-weight: 500;
    font-family: HKNova, sans-serif;
}

.collab-div-tag {
    padding: 15px 0px;
}

.collapsible {
    background-color: #ffffff;
    color: #00ac4e;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.3s ease;
    border: 1px solid grey;
}
.collapsible text{
    text-decoration: underline;
}
.collapsible span {
    float: right;
    font-size: 1.3rem;
}

.collapsible::before {
    content: "\1F4AC";
    color: #00ac4e;
}
.content-collab {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    text-decoration: none;
}

.content-collab p {
    margin: 0;
    width: 100%;
    text-wrap: wrap;
    padding: 18px;
    background-color: inherit;
    box-sizing: border-box;
    color: black;
    text-decoration: none;
}
.container{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73)), url("../../images/page/faq_image.jpg");
    width: 100%;
    font-size: larger;
    background-size: cover;
    background-position: center;
    transition: background-image 0.2s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 400px;
}
.about-tag-main{
    padding-top: 110px;
}
.about-tag{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    color: white;
    font-size: 3rem;
}
.location-indiacator{
    display: flex;
    justify-content: center;
    color: white;
    font-size: 1rem;
}
.location-indiacator a{
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: gray;
}
.location-indiacator a:hover{
    text-decoration: underline;
    color: white;
}

@media only screen and (max-width: 480px){
    .container-mobile{
        display: none;
    }
    .about-tag-main{
        padding-top: 150px;
    }
    .div-top-nav{
        display: none;
    }
    .faq-submain {
        display: flex;
        flex-direction: column;
        width: 95%;
    }
    .faq-main {
        width: 100%;
    }
    .faq-main div {
        width: 100%;
        line-height: 35px;
        font-size: 0.9rem;
    }
}
@media only screen and (max-width: 768px) {
    .mobile-nav-button-div{
        width: max-content;
        height: max-content;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }
    .button-search{
        background-color: transparent;
        border: none;
    }
    .button-search img{  
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .about-tag-main{
        padding-top: 150px;
    }
    .container-mobile{
        display: none;
    }
    .div-top-nav{
        display: none;
    }
    .faq-submain{
        display: flex;
        flex-direction: column;
    }
    .faq-main{
        width: 100%;
    }
    .faq-main div{
        width: 100%;
    }
}

@media only screen and (max-width: 992px){
    .mobile-nav-button-div{
        width: max-content;
        height: max-content;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }
    .button-search{
        background-color: transparent;
        border: none;
    }
    .button-search img{  
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .about-tag-main{
        padding-top: 150px;
    }
    .container-mobile{
        display: none;
    }
    .div-top-nav{
        display: none;
    }
    .faq-submain{
        display: flex;
        flex-direction: column;
    }
    .faq-main{
        width: 100%;
    }
    .faq-main div{
        width: 100%;
    }
    .div-top-logo-mobile{
        width: 100%;
        display: flex;
        justify-content: center;
        height: auto;
    }
    .div-top-logo-mobile a img{
        height: 36px;
        width: 100px;
    }
}
    