/* M.Rafee.SK */

body {
    background: #f2f7ff !important;
}

.page-name-fluid {
    padding: 30px 0 100px;
}

/*.simple_text {
    margin-bottom: 40px;
}

.search-box {
    display: block;
}

.how-to-search {
    width: 45%;
    margin: 0 auto;
}*/
.minus-button{margin-right: 8px;}
.icon-custom-plus{
    background: url("../svg/plus_accordion.svg") no-repeat center;
    height: 12px;
    min-width: 12px;
    margin-right: 3px;
}
.icon-custom-minus {
    background: url(../svg/minus_accordion.svg) no-repeat center;
    height: 12px;
    width: 12px;
    margin-right: 3px;
}
.how-to-search-box {
    border: 1px solid rgb(234, 234, 234);
    border-radius: 25px;
    padding: 7px 35px 7px 20px;
    width: 100%;
    color: #333;
    font-size: 14px;
    position: relative;
}

.simple_text:after {
    content: '';
}

.panel-default > .panel-heading {
    padding: 0;
    background: #fff;
}

.panel-group .panel + .panel {
    margin-top: unset;
}

.panel-group .panel {
    margin-bottom: 5px;
    border-radius: 2px;
    border: none;
    box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.05);
}

.accordion-headding {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
    padding: 10px 15px 15px 25px;
}

.collapse-active {
    background: transparent;
}

.faq-headding {
    color: #2767af;
    padding-right: 15px;
}

.icon-arrow-down {
    color: #2767af !important;
    transform: none !important;
    transition: 0.5s ease-in;
}

.feature-indetail {
    border-radius: 0;
    font-size: 13px;
}

@media only screen and (min-width: 1200px) {

}

@media only screen and (max-width: 1199px) {
    .faq-container {
        margin: 40px 0;
    }
}

@media only screen and (min-width: 992px) {

}

@media only screen and (max-width: 767px) {    
    .how-to-search {
        width: 80%;
        margin: 0 auto;
    }

    .features-single-list {
        margin-top: -35px;
    }

    .faq-categories {
        margin-bottom: 20px;
    }

    .simple_text {
        margin-bottom: 20px;
    }

    .page-name-fluid {
        padding: 40px 0 70px;
    }

    .simple_text {
        font-size: 25px;
    }

}

@media only screen and (max-width: 480px) {
    .simple_text {
        font-size: 21px;
    }
}