.faq_section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
    min-height: 460px;
}
.faq_section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.faq_section ul li .icon_hover {
    display: none;
}
.faq_section ul li:hover {
    cursor: pointer;
}
.faq_section ul li:hover .icon_hover {
    display: block;
}
.faq_section ul li:hover .icon_simple {
    display: none;
}
.faq_section ul li i {
    color: #cccccc;
    font-size: 20px;
}
li.icon_1 {
    position: absolute;
    top: 181px;
    left: 2px;
}
li.icon_1:before {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cccccc;
    top: -61px;
    left: 55px;
    font-size: 15px;
}
li.icon_2 {
    position: absolute;
    top: 117px;
    left: 116px;
}
li.icon_2:before {
    content: "\f005";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cccccc;
    top: -79px;
    left: 77px;
    font-size: 22px;
}
li.icon_3 {
    position: absolute;
    top: 7px;
    left: 245px;
}
li.icon_3:before {
    content: "\f005";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cccccc;
    top: 22px;
    left: 115px;
    font-size: 22px;
}
li.icon_4 {
    position: absolute;
    top: 2px;
    left: 421px;
}
li.icon_4:before {
    content: "\f005";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cccccc;
    top: 45px;
    left: 117px;
    font-size: 22px;
}
li.icon_5 {
    position: absolute;
    top: 10px;
    right: 397px;
}
li.icon_5:before {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cccccc;
    top: 6px;
    left: -43px;
    font-size: 15px;
}
li.icon_5:after {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cccccc;
    top: 23px;
    left: 106px;
    font-size: 15px;
}
li.icon_6 {
    position: absolute;
    right: 252px;
    top: 28px;
}
li.icon_6:after {
    content: "\f005";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cccccc;
    top: 1px;
    left: 113px;
    font-size: 21px;
}
li.icon_7 {
    position: absolute;
    top: 116px;
    right: 135px;
}
li.icon_7:after {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cccccc;
    top: -10px;
    left: 107px;
    font-size: 15px;
}
li.icon_8 {
    position: absolute;
    top: 154px;
    right: 0;
}
li.icon_9 {
    position: absolute;
    bottom: 90px;
    right: 48px;
}
li.icon_9:after {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cccccc;
    top: -12px;
    left: 116px;
    font-size: 15px;
}
li.icon_10 {
    position: absolute;
    bottom: 28px;
    right: 227px;
}
li.icon_10:after {
    content: "\f005";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cccccc;
    bottom: 11px;
    left: 132px;
    font-size: 21px;
}
li.icon_11 {
    position: absolute;
    bottom: 55px;
    right: 381px;
}
li.icon_12 {
    position: absolute;
    bottom: 2px;
    right: 531px;
}
li.icon_12:after {
    content: "\f005";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cccccc;
    bottom: 18px;
    left: 125px;
    font-size: 21px;
}
li.icon_13 {
    position: absolute;
    bottom: 25px;
    left: 288px;
}
li.icon_13:after {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cccccc;
    bottom: 17px;
    left: 146px;
    font-size: 15px;
}
li.icon_14 {
    position: absolute;
    bottom: 75px;
    left: 63px;
}
li.icon_14:after {
    content: "\f005";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cccccc;
    bottom: -18px;
    left: 145px;
    font-size: 21px;
}
li.icon_14:before {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cccccc;
    top: 8px;
    left: -62px;
    font-size: 15px;
}


/*.faq_section:before {
    content: "";
    background: url(../img/faq/banner.png);
    background-size: contain;
    text-align: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.faq_section .s_input {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 10px;
    border: none;
    height: 55px;
    margin-top: 15px;
}
.faq_section div {
    width: 63%;
    text-align: center;
}
.faqs {
    background: url(../img/faq/faq-shade.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.tabs_btn {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    margin-top: -25px;
}
.tabs_btn li {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #cdcdcd;
    color: #555555;
    padding: 20px 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    margin-bottom: 30px;
    cursor: pointer;
    box-shadow: -12px 12px 75px 0px rgba(81, 85, 120, 0.1);
    transition: all 0.5s ease-in-out;
}
.tabs_btn li.active {
    background: #000;
    color: #fff;
    border-color: #000;
    box-shadow: -18px 18px 75px 0px rgba(0, 0, 0, 0.25);
}
.tabs_btn li:hover {
    background: #ff0053;
    border-color: #ff0053;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}
.faq_box_row {
    margin-top: 25px;
}
.faq_box {
    background: #fff;
    box-shadow: -12px 12px 75px 0px rgba(81, 85, 120, 0.15);
    margin-bottom: 30px;
}
.faq_box .faq_title {
    position: relative;
    padding: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #555;
    cursor: pointer;
}
.faq_box .faq_title:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 23px;
    font-size: 18px;
    transform: translateY(-50%);
}
.faq_box.active .faq_title:after {
    content: "\f068";
}
.faq_box .faq_content {
    display: none;
    padding: 0px 20px 20px 20px;
    width: 100%;
}
.faq_box.active .faq_content {
    display: inline-block;
}
.faq_content p {
    font-size: 18px;
    color: #555;
    margin-bottom: 10px;
}
.faq_content p:nth-last-child(1) {
    margin-bottom: 0px;
}
.faq_box:hover .faq_title {
    background: #ff0053;
    color: #fff;
}
.faq_box.active:hover .faq_title {
    background: transparent;
    color: #555;
}
.faq_tab_content {
    display: none;
}
.faq_tab_content.active {
    display: block;
}
.faq_section .s_input:focus {
    outline: none;
}
.faq_box.active .faq_title:after {
    display: none;
}

.faq_box .faq_title:after {
    display: none;
}
@media(max-width:1199px) {
    .faq_section {
        min-height: 355px;
    }
    .faq_section .s_input {
        max-width: 500px;
        padding: 10px 20px;
        height: 50px;
    }
    .section_title {
        font-size: 35px;
    }
    .tabs_btn li {
        padding: 15px 18px;
        width: auto;
        min-width: 200px;
    }
    .faq_section ul li:after, .faq_section ul li:before {
        display: none;
    }
    .faq_section ul li img {
        width: 100px;
    }
    .faq_section ul li img {
        width: 44px;
    }

    li.icon_1 {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    li.icon_2 {
        position: absolute;
        top: 45px;
        left: 96px;
    }
    li.icon_3 {
        position: absolute;
        top: 0;
        left: 225px;
    }
    li.icon_4 {
        position: absolute;
        top: -15px;
        left: 351px;
    }
    li.icon_5 {
        position: absolute;
        top: 0;
        right: 340px;
    }
    li.icon_6 {
        position: absolute;
        right: 212px;
        top: 20px;
    }
    li.icon_7 {
        position: absolute;
        top: 60px;
        right: 79px;
    }
    li.icon_8 {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    li.icon_9 {
        position: absolute;
        bottom: 60px;
        right: 69px;
    }
    li.icon_10 {
        position: absolute;
        bottom: 19px;
        right: 206px;
    }
    li.icon_11 {
        position: absolute;
        bottom: 0;
        right: 344px;
    }
    li.icon_12 {
        position: absolute;
        bottom: 0;
        right: 469px;
    }
    li.icon_13 {
        position: absolute;
        bottom: 22px;
        left: 218px;
    }
    li.icon_14 {
        position: absolute;
        bottom: 58px;
        left: 92px;
    }
}
@media(max-width:992px) {
    .faq_section {
        min-height: auto;
        margin: 0;
        padding: 40px 0 50px;
    }
    .faq_section ul {
        display: none;
    }
    .banner_faq {
        background: #ff0053;
    }
    .section_title {
        color: #fff;
    }
    .faq_section div {
        width: 100%;
        text-align: center;
    }
    .tabs_btn {
        margin-top: 0;
    }
    .faq_box_row {
        padding: 0px !important;
    }
    .faqs {
        padding-top: 40px;
    }
}
@media(max-width:767px) {
    .tabs_btn {
        display: block;
    }
    .section_title {
        font-size: 26px;
        font-weight: 900;
    }
    .faq_section .s_input {
        max-width: 400px;
        height: 42px;
        padding: 0px 15px;
        font-size: 15px;
    }
    .tabs_btn li {
        padding: 7px 0px;
        width: 32.33%;
        min-width: auto;
        font-size: 12px;
        margin-bottom: 0px;
        border-radius: 0;
        display: inline-block;
        font-weight: 600;
    }
    .faq_box .faq_title {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.3px;
        padding: 10px 50px 10px 12px;
        border-bottom: 1px solid #eee;
    }
    .faq_box {
        margin-bottom: 20px;
    }
    .faq_box .faq_content {
        padding: 15px 12px 15px 15px;
    }
    .faq_box .faq_title:after {
        right: 12px;
        font-size: 12px;
    }
    .faq_box.active .faq_title {
        background: #ff0053 !important;
        color: #fff !important;
    }
    .tabs_btn li:hover {
        background: #000 !important;
        color: #fff !important;
        border-color: #000 !important;
    }
    .tabs_btn li span {
        display: none;
    }
}
