﻿.accordion {
    background-color: #00adb9;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    height: 60px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 10px;
}

    .active,
    .accordion:hover {
        background-color: #00adb9;
        color: #fff;
    }

    .accordion:after {
        /* content: '\002B'; */
        content: "▼";
        color: #000;
        font-weight: bold;
        font-size: 16px;
        float: right;
        margin-left: 5px;
        /* margin-top: -12px; */
    }

.active:after {
    content: "▲";
    color: #fff;
}


.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

    .panel p {
        padding: 10px 20px;
    }

.faq_hero_section img {
    text-align: center;
    width: auto;
    max-width: 100%;
}

.faq_hero_section {
    text-align: center;
    padding: 70px 0px 0px;
}

    .faq_hero_section h2 {
        color: #00adb9;
        font-size: 40px;
        font-weight: 500;
        margin: 15px 0px;
        font-family: "Roboto", sans-serif;
    }

    .faq_hero_section p {
        color: #36383C;
        font-size: 20px;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
    }

.faq_sections h2 {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 25px;
}

.faq_sections {
    padding: 40px 0 40px;
}

.bg_faq {
    background-color: #FFFCF8;
    padding: 40px 0;
}

.mail_btn {
    background-color: #00adb9;
    color: #fff;
    padding: 20px 30px;
    text-decoration: none;
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    transition: 0.5s;
}

    .mail_btn:hover {
        background-color: #000;
    }

.heading_button {
    text-align: center;
    padding: 70px 0px;
}

    .heading_button h4 {
        font-size: 40px;
        font-family: "Roboto", sans-serif;
        padding-bottom: 60px;
    }


/* media query */
@media only screen and (max-width: 600px) {
}
