﻿body {
    font-family: 'Montserrat-regular';
}
.container-fluid {
    padding: 0;
    overflow: hidden;
}
html {
    scroll-margin-top: 100px;
    scroll-padding-top: 120px;
}
h3.faqQuestion {
    font-size: 20px;
}
.faqs {
    align-items: center;
    margin: 60px 0 60px;
}
.ndx-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

h4.faq-heading {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Montserrat-regular';
    font-weight: 700;
    color: #12284a;
}
div#FAQ {
    margin-bottom: 57px;
}
.ndx-container .faq-wrapper {
    padding: 40px 0;
/*    max-width: 980px;*/
}

.faq-content {
    border-bottom: 1px solid #707070;
    padding: 20px 0;
}
    .faq-content:nth-child(1) {
        border-top: 1px solid #707070;
    }

h3.faqQuestion {
    font-family: 'Montserrat-regular';
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.faq-content h3:after {
    position: absolute;
    content: "\f067";
    font-family: 'FontAwesome';
    right: 0px;
    font-size: 14px;
    top: 10px;
    color: #000;
}

.faq-content h3.collapse:after {
    position: absolute;
    content: "X";
    font-size: 13px;
    font-family: 'FontAwesome';
}

.faq-content p {
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
    line-height: 1.6;
}

.collapse:not(.show) {
    display: block;
}

.faqs, .live-webinar {
    margin-top: 57px;
}
   @media screen and (max-width:1200px){
    div#FAQ {

        margin-left: 20px;
        margin-right: 20px;
    }
   }
@media screen and (max-width:768px) {
    .faq-wrapper {
        padding: 13px 0;
    }

    h3.faqQuestion {
        font-size: 16px;
        padding-right: 20px;
    }

    .faq-content p {
        font-size: 14px;
    }

  
}
