.footer a i{
    font-size: 1.5rem;
    color: #fff;
    margin: 0 10px;
}

.hero .hero-container{
    padding: 0 20px;
}

@media (min-width: 1199px) {
    .hero .hero-container{
        margin-left: 400px;
        margin-right: 100px;
    }
}



/* Frequently Asked Questions Section
--------------------------------*/
.faq {
    padding: 60px 0;
    overflow: hidden;
}

.faq .faq-list {
    padding: 0;
    list-style: none;
}

.faq .faq-list li {
    border-bottom: 1px solid #ebebeb;
}

.faq .faq-list a {
    padding: 22px 0;
    display: block;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    padding-right: 20px;
}

.faq .faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 20px;
}

.faq .faq-list p {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .faq .faq-list a {
        font-size: 18px;
    }

    .faq .faq-list i {
        top: 13px;
    }
}

.faq .faq-list a.collapse {
    color: #1bb1dc;
}

.faq .faq-list a.collapsed {
    color: #000;
}

.faq .faq-list a.collapsed i::before {
    content: "\f2c7" !important;
}

.pricing ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

label.error{
    margin-top:5px;
    margin-left: 10px;
    color:red;
}

.session-secondary {
    background: #f4f6f7 !important;
}

.profile{
    background-color: #fff;
    margin-top: 20px;
}

.vbox-overlay{
    z-index: 99999;
}

.header-mb-bg.active{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 3;
}
@media (min-width: 1199px){
    .header-mb-bg{
        display: none;
    }
}