.faqs {
    width: 80% !important;
    margin: 0 10%;
}

.faqs-desc {
    font-size: 13px !important;
}

.faqs p.heading-h2 {
    font-size: 26px !important;
    font-family: 'Poppins-Medium';
}

.faqs .question,
.faqs .answer {
    color: #00c7fe;
    margin-right: 10px;
    font-size: 16px;
    margin-top: -3px;
}

.faqs span.h-black:before {
    content: "";
    width: 15%;
    border-bottom: solid 1px #00c7fe;
    position: absolute;
    top: 27%;
    z-index: 1;
    right: 18%;
}

.faqs span.h-black:after {
    content: "";
    width: 15%;
    border-bottom: solid 1px #00c7fe;
    position: absolute;
    top: 27%;
    z-index: 1;
    left: 18%;
}

.faqs .heading-h2 {
    font-family: "Poppins-Medium";
    color: #333e48;
    padding-top: 10px;
    font-size: 26px !important;
}


.faqs .h-blue,
.faqs .h-black {
    font-size: 26px;
}


/* Pane Panel   */
.custom-panel {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.custom-panel .panel-title {
    font-size: 24px;
    cursor: pointer;
}

.custom-panel .fa-chevron-down,
.custom-panel .fa-chevron-up,
.custom-panel .fa-square {
    cursor: pointer;
    float: right;
    font-size: 14px;
    color: #90c752;
    padding-right: 20px;
    vertical-align: middle;
    margin-top: 3px;
}

.custom-panel .panel-title>a {
    display: block;
}

.custom-panel .panel-title>a:hover {
    color: #172b4d;
}

.custom-panel .panel-default>.panel-heading {
    color: #172b4d;
}

.custom-panel .panel-default>.panel-heading,
.custom-panel .panel-body p {
    display: block;
}

.custom-panel .panel-default {
    border-color: transparent;
    background: none !important;
}

.panel-default>.panel-heading {
    background-color: transparent;
    border: none;
}

.custom-panel .panel-body .question {
    float: left;
    border: 1px solid #ddd;
    background: #90c752;
    color: #fff;
}

.custom-panel .panel-body .answer {
    float: left;
    border: 1px solid #90c752;
    background: #fff;
    color: #74a53e;
    text-align: center;
    height: 28px;
    width: 28px;
    min-width: 28px;
}

.custom-panel .panel-body .answer {
    padding: 0px;
}

.custom-panel .panel-body .question {
    padding: 0;
    height: 28px;
    width: 28px;
    text-align: center;
}

.custom-panel .panel-heading,
.custom-panel .panel-body {
    padding-left: 0px;
    padding-right: 0;
}

.custom-panel .panel-body {
    padding-right: 0;
}

/* Media Queries  */
@media only screen and (min-width: 1921px) {
    .custom-panel .panel-body p {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 992px) {
    .faqs {
        padding: 0 !important;
    }

    .faqs {
        width: 100% !important;
        margin: 60px 0;
    }

    .custom-panel {
        width: 100%;
        padding: 30px 10px;
    }
}

@media only screen and (max-width: 576px) {
    .custom-panel .panel-body .answer {
        padding: 0 7px;
    }
}