.faq_section {
    max-width: 1420px;
    margin: 0 60px auto;
}
.faq_section .faq_wrape .faq_category  {
	margin-top: -80px;
}
.faq_section .faq_wrape .faq_category ul {
	margin: 0;
}
.faq_section .faq_wrape .faq_category ul li {
	padding: 20px !important;
}
.faq_section .faq_wrape .faq_category ul li .listing_box a {
	display: block;
	border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0,0,0,0.08), 0 13px 20px rgba(0,0,0,0.08);
    padding: 16px;
    text-align: center;
}
.faq_section .faq_wrape .faq_category ul li.slick-slide .listing_box a {
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
	border: 2px solid transparent;
    min-height: 140px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.faq_section .faq_wrape .faq_category ul li.slick-slide.active .listing_box a {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	border-color: #ffb535;
}
.faq_section .faq_wrape .faq_category ul li.slick-slide .listing_box a h6 {
	width: 100%;
	font-size: 18px;
    font-weight: 600;
}
.faq_section .faq_wrape .faq_category ul li .listing_box a p {
	display: none;
}
.faq_section .faq_wrape .faq_category ul li .listing_box img {
	margin: 0 auto 12px auto;
	width: 30px;
    height: 30px;
} 
.faq_section .faq_wrape .faq_category ul button.slick-arrow {
    width: 40px;
    height: 40px;
	background-color: #fff;
	box-shadow: 0 10px 10px rgba(0,0,0,0.08), 0 8px 20px rgba(0,0,0,0.08);
}
.faq_section .faq_wrape .faq_category ul .slick-next {
	right: -45px !important;
}	
.faq_section .faq_wrape .faq_category ul .slick-prev {
	left: -45px !important;
}
.faq_section .faq_wrape .faq_category ul .slick-next:before {
	content: '\f054' !important;
    font-family: fontawesome !important;
    font-size: 14px !important;
	color: #666;
}
.faq_section .faq_wrape .faq_category ul .slick-prev:before {
	content: '\f053' !important;
	font-family: fontawesome !important;
    font-size: 14px !important;
	color: #666;
}
.faq_section .faq_wrape .faq_get_started_col {
	display: flex;
    justify-content: center;
    text-align: center;
    padding: 64px 0 56px 0;
}
.faq_section .faq_wrape .faq_get_started_col .text {
	max-width: 700px;
    margin: 0 auto;
}
.faq_section .toggle_col{
    padding: 0 72px 64px 72px;
}
.faq_section .toggle_col .toggle h3 a {
    font-size: 24px !important;
    color: #2d2d2d !important;
    padding: 0px 40px !important;
}
.faq_section .toggle_col .toggle h3 a:before {
    content: "";
    background-color: #22a6f9;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 15px;
}
.faq_section .toggle_col .toggle:hover h3 a, .toggle_col .toggle.open h3 a {
    color: #22a6f9 !important;
	background-color: transparent !important;
}
.faq_section .toggle_col .toggle h3 i {
    border: none !important;
}
.toggle_col .toggle >div {
    padding: 0 40px 0px 40px !important;
}
/* .faq_question_address_row .col .faq_address_box {
    width: 48% !important;
}
.faq_question_address_row .col .faq_address_box_1 {
    margin-right: 2% !important;
} */
.faq_address_box .vc_column-inner .wpb_wrapper .wpb_text_column h4 {
    color: #7d64df;
    font-weight: 600;
    font-size: 16px !important;
    margin-bottom: 0px !important;
}
.faq_address_box .vc_column-inner .wpb_wrapper .wpb_text_column p {
    color: #666666;
    font-size: 14px;
}
.faq_section .toggle_col .toggle.default .toggle-title {
    position: relative;
}
.faq_section .toggle_col .toggle.default .toggle-title i {
    position: absolute;
    right: 0;
    top: 10px;
}
.faq_section .toggle_col .toggles.accordion .toggle.default {
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
}
.faq_section .toggle_col .toggle.default .toggle-title i.fa-minus-circle:before {
    content: " ";
    top: 14px;
    left: 6px;
    margin-top: -2px;
    width: 14px;
    height: 2px;
    position: absolute;
    background-color: #888;
    transition: background-color 0.15s ease;
}
.faq_section .toggle_col .toggle.default .toggle-title i.fa-plus-circle:before {
	content: " ";
    top: 14px;
    left: 6px;
    margin-top: -2px;
    width: 14px;
    height: 2px;
    position: absolute;
    background-color: #888;
    transition: background-color 0.15s ease;
}
.faq_section .toggle_col .toggle.default .toggle-title i.fa-plus-circle:after {
    content: " ";
    top: 6px;
    left: 14px;
    width: 2px;
    margin-left: -2px;
    height: 14px;
    position: absolute;
    background-color: #888;
    transition: transform 0.45s cubic-bezier(.3,.4,.2,1), background-color 0.15s ease;
}
@media only screen and (max-width:1200px){
    .faq_section .faq_wrape .faq_category ul li.slick-slide .listing_box a {
        min-height: 130px;
    }
}


@media only screen and (max-width: 1024px){
    .faq_section .faq_wrape .faq_get_started_col .span_8 {
        width: 100% !important;
    }
    .faq_section .toggle_col {
        padding: 0 24px 40px 24px;
    }
    .toggle_col .toggle h3 a {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .toggle_col .toggle h3 a:before {
        top: 34px;
    }
}

@media only screen and (max-width: 992px) {
    .faq_section .faq_wrape .faq_category ul li.slick-slide .listing_box a h6 {
        font-size: 16px !important;
    }
    .faqs_col .vc_column-inner {
        padding: 0 6% !important;
    }
    .toggle_col .toggle h3 a {
        font-size: 18px !important;
        line-height: 24px !important;
    }
}

@media only screen and (max-width: 769px) {
    .faq_section .faq_wrape .faq_category ul button.slick-arrow {
        display: none !important;
    }
    .faq_section .faq_wrape .faq_category ul .slick-list.draggable {
        overflow: visible !important;
    }
    .faq_section .toggle_col {
        padding: 0 04px 40px 0px;
    }
    .toggle_col .toggle h3 a {
        font-size: 16px !important;
        line-height: 22px !important;
        padding: 30px 40px 30px 30px !important;
    }
    .toggle_col .vc_column-inner .wpb_wrapper .toggle h3 a:before {
        top: 30px;
    }
    .faq_section .faq_wrape .faq_get_started_col {
        padding: 64px 0 32px 0;
    }
    .toggle_col .toggle h3 a {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    
}
@media only screen and (max-width: 690px) {
	.faq_section {
		margin: 0 0px auto;
	}
    .faq_section .faq_wrape .faq_get_started_col {
        padding: 20px 0px;
    }
	.faq_section .toggle_col .toggle h3 a:before {
		top: 5px;
	}
	.faq_section .toggle_col .toggle h3 a {
		padding: 0px 24px !important;
	}
	.toggle_col .toggle >div {
		padding: 0 24px 0px 24px !important;
	}
	.faq_section .toggle_col .toggle.default .toggle-title i {
		right: 20px;
    	top: 0px;
	}
	.faq_section .toggle_col .toggle h3 a {
		font-size: 18px !important;
	}
	.faq_section .toggle_col .toggle h3 a:before {
		width: 10px;
    	height: 10px;
	}
}