@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap');

/************faq**********/

.faq-section {
    width: 100%;
    float: left;
    margin: 40px 0px 0px 0px;
}

.faqs {
    width: 100%;
    float: left;
}

.app_title {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.app_title h4 {
    width: 100%;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto;
    color: #333;
}
.faq_list{
	list-style-position: inside;
	margin-left: 17px;
}

.faq_list li{
	list-style: disc;
}

.app_title h4 span {
    color: #6fc047;
}

.whole_faq {
    float: left;
    width: 100%;
    padding: 0;
}

.left_faq,
.right_faq {
    float: left;
    width: 48%;
}
.left_faq{
	margin-right: 25px;
}

div#accordion,
div#accordion1 {
    float: left;
    width: 100%;
}

.left_faq .panel.panel-default,
.right_faq .panel.panel-default {
    border: none!important;
    box-shadow: none!important;
    margin-bottom: 20px;
}

.left_faq .panel-heading, .right_faq .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.left_faq .panel-group .panel-heading, .right_faq .panel-group .panel-heading {
    border-bottom: 0;
}

.left_faq .panel-default>.panel-heading, .right_faq .panel-default>.panel-heading  {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.left_faq .panel-heading,
.right_faq .panel-heading {
    padding: 13px 9px 13px 9px;
    cursor: pointer;
    box-shadow: 1px 1px 7px #eae7e7;
    width: 100%;
    border-radius: 10px;
    background: 0 0!important;
    margin-bottom: 15px;
	min-height: 60px;
	display: flex;
    align-items: center;
}

.left_faq .panel-title, .right_faq .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
	width: 100%;
}

.left_faq h4.panel-title, .right_faq h4.panel-title {
    padding: 4px 49px!important;
    border-left: 2px solid transparent;
}

.whole_faq h4.panel-title {
    padding: 0!important;
}

.left_faq h4.panel-title a,
.right_faq h4.panel-title a {
    color: #343434;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    display: block;
    text-decoration: none;
	padding-right: 34px;
	position: relative;
	line-height: 18px;
}

.left_faq .panel.panel-default span,
.right_faq .panel.panel-default span {
    background: linear-gradient(to bottom, #85d75d 20%, #6fc047 100%);
    color: #fff;
    padding: 5px;
    position: absolute;
    font-size: 14px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 20px;
    margin: -5px -14px !important;
    top: 0px;
    float: right;
    transition: 0.3s ease;
	right: 16px;
}

.left_faq .panel.panel-default span img,
.right_faq .panel.panel-default span img {
    position: absolute;
    width: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.left_faq .collapse.in, .right_faq .collapse.in {
    display: block;
    width: 100% !important;
    border-bottom: 3px solid #6fc047;
    border-radius: 10px;
}

.left_faq .collapse, .right_faq .collapse {
    display: none;
}

.left_faq .panel-body,
.right_faq .panel-body {
    width: 100%;
    border: none !important;
    color: #333;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
    padding: 20px;
}

.left_faq h4.panel-title a:not(.collapsed) span, .right_faq h4.panel-title a:not(.collapsed) span {
    transform: rotate(-180deg);
    background: linear-gradient(to bottom, #475b5c 20%, #627272 100%) !important;
    transition: .2s ease !important;
}

@media only screen and (max-width: 767px){
	
.left_faq, .right_faq {
    float: left;
    width: 100%;
    margin-right: 0;
}
.left_faq h4.panel-title, .right_faq h4.panel-title{
	position: relative;
}
.left_faq h4.panel-title a, .right_faq h4.panel-title a{
	font-size: 11px;
	width: 91%;
	line-height: 21px;
}
.left_faq .panel-heading, .right_faq .panel-heading{
	padding: 15px 9px;
}
.left_faq .panel-body, .right_faq .panel-body{
	padding: 5px 18px;
	font-size: 12px;
}
.left_faq .panel-group {
    margin-bottom: 0px;
}
.left_faq .panel.panel-default span, .right_faq .panel.panel-default span{
	position: absolute;
    right: 0;
}	
	
	
	
}