/* ------------------------------faq section start ------------------ */

.faq_title_con_inner {
    color: #000;
    text-align: center;
}

.faq_col .et_pb_toggle_title {
    display: block;
    border-radius: 0;
    display: flex;
    color: rgb(255, 81, 81) !important;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    transition: 0.6s;
    line-height: 1.5;
    padding: 18px !important;
    background: #eeeeee;
}

.et_pb_toggle h5:hover:before {
    color: #fff !important;
}

.faq_col .et_pb_toggle_open {
    background: #fff !important;
}

.faq_col .et_pb_toggle {
    padding: 0 !important;
    border: none;
    border: 1px solid #e2e2e2;
    background: #fff;
    margin-bottom: 28px !important;
        border-radius: 3px;

}

.faq_col .et_pb_toggle .et_pb_toggle_content {
    padding: 15px;
    font-size: 14px;
    line-height: 1.9;
    color: #000;
    font-weight: 400;
}

.faq_col .et_pb_toggle .et_pb_toggle_title:before {
    right: 25px;
    font-size: 26px !important;
    color: #000 !important;
    content: "\2b" !important;
    position: absolute;
    font-family: "Font Awesome" !important;
    font-weight: 700;

}

.faq_col .et_pb_toggle_open .et_pb_toggle_title::before {
    content: '\4b' !important;
    position: absolute;
    opacity: 1;
    visibility: visible;
    display: block !important;
    /* color: #fff; */
    font-family: ETmodules !important;
}

.faq_col .et_pb_toggle_close {
    padding: 24px 30px 24px;
}

/* ------------------------------faq section end ------------------ */


@media all and (min-width: 320px) and (max-width: 767px) {
    
	  .faq_col .et_pb_toggle_title {
        font-size: 16px;
        padding: 12px !important;
        line-height: 1.2;
}
    .faq_col .et_pb_toggle .et_pb_toggle_content {
   line-height: 1.3;
        font-size: 14px;
        padding: 12px;
    }

       .faq_col .et_pb_toggle .et_pb_toggle_title:before {
        right: 5px;
        font-size: 17px !important;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
	  .faq_col .et_pb_toggle_title {
    font-size: 18px;
    padding: 12px !important;
}
    .faq_col .et_pb_toggle .et_pb_toggle_content {
        line-height: 1.3;

    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    
    .faq_col .et_pb_toggle_title {
    font-size: 18px;
    padding: 12px !important;
}
    .faq_col .et_pb_toggle .et_pb_toggle_content {
        line-height: 1.3;

    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {

    .faq_col .et_pb_toggle_title {
    font-size: 18px;
    padding: 12px !important;
}

    .faq_col .et_pb_toggle .et_pb_toggle_content {
        line-height: 1.3;

    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .faq_col .et_pb_toggle .et_pb_toggle_content {
        line-height: 1.5;
       
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    .faq_col .et_pb_toggle .et_pb_toggle_content {
        line-height: 1.7;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}