﻿@import url(open-sans-font.css);

.faq_section1 {
    margin-top: 90px;
    padding: 50px;
    color: rgb(91, 91, 91);
    background-color: rgb(255, 255, 255);
    background-image: url(../imgs/bg-imgs/faq-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

    .faq_section1 h4 {
        font-family: OpenSans-Light;
    }

    .faq_section1 p {
        font-family: OpenSans-Regular;
    }

.fqa_section_questions {
    padding: 50px;
}

.ask_us_link {
    color: rgb(0, 125, 167);
    text-decoration: underline;
    transition: all .3s ease;
}

    .ask_us_link:hover {
        color: rgb(50, 50, 50);
    }

.tab_header li a {
    color: rgb(16, 48, 91) !important;
    font-size: 17px;
    font-weight: bolder;
    text-transform: none;
}

    .tab_header li a:hover {
        text-decoration: none;
        color: blue !important;
    }

.collapsible-header {
    font-weight: 500;
    font-size: 20px;
    color: rgb(16, 48, 91);
    background-color: rgb(245, 245, 245);
}

.collapsible-body {
    color: rgb(23, 80, 156);
    font-size: 16px;
    font-weight: 500;
}
