.chevron_icon_faq {
    display: flex;
    align-items:center;
    justify-content:center;
    width: 26px;
    height: 26px;
        min-width: 26px;
    background-color: #c91429;
    border-radius: 50%;
}
.accordion-button .chevron_icon_faq span {
    position: relative;
}
.faq_kyc_section .accordion {
    padding: 20px 0;
}
.accordion-button[aria-expanded="false"] .chevron_icon_faq span {

    transform: rotate(45deg);
}
.accordion-button[aria-expanded="true"] .chevron_icon_faq span {
transform: rotate(226deg);
}
.chevron_icon_faq span {
    position: relative;
    transform: rotate(45deg);
}

.chevron_icon_faq span::after {
    position: absolute;
    content:'';
    width:6px;
    height:6px;
    border:1.5px solid #fff;
    border-top:0px;
    border-left:0px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
    .faq_col_1{
        
            border: 1px solid #ddd;
            flex: 0 0 30%;
            max-width: 30%;
            padding: 15px 15px;
            border-radius: 10px;
            background-color: #f9f9f9;
    }
    .faq_col_2{
        flex: 0 0 70%;
        max-width:70%;
        padding:0px 15px;
    }

    .quest h3 {
    margin-bottom: 0px;

}
.faq_main_container .nav .nav-link:last-child {
    margin-bottom: 0px;
}
.quest  {
border-radius:10px !important;
border: 1px solid #ddd !important;
margin-bottom:20px;
}
.quest .accordion-header{
border-radius: 10px ;
font-size:14px;
background-color:#fff;
border: none !important;

}
.quest .accordion-header .accordion-button span{
    font-size:14px;
    font-weight:600;
    color:#000000;
}
.quest .accordion-body p{
    font-size:14px;
    font-weight:400;
    color:#000000;
}
.quest .accordion-header {
    margin-bottom: 0px !important;
}
.quest .accordion-header .accordion-button{
    padding:15px;
border-radius: 10px 10px 0px 0px ;
font-size:14px;
background-color:#fff;
border: none !important;
    justify-content:space-between;
        column-gap: 15px;
}
.quest .accordion-header .accordion-button::after{
    content:none;
}
.quest .accordion-header .accordion-button.collapsed{
    border-radius: 10px !important;
}

.faq_kyc_section {
    display: flex;
    flex-direction: column;
}

.faq_kyc_section .page-item.active .page-link {
    background-color: #000;
    color: #fff;
    border-color: #000;
    border-radius: 8px;
}
.faq_kyc_section .page-item .page-link {
    background-color: transparent;
    color: #000;
    border-color: transparent;
    font-size: 16px;
}
.faq_kyc_section .pagination{
    column-gap:10px;
    justify-content: center;
    margin: 0;
}

.faq_kyc_section .page-link[aria-label="Next"],.faq_kyc_section .page-link[aria-label="Previous"]{
    border: 1px solid #d12b3f;
    color: #c91429;
}
.faq_kyc_section .page-link[aria-label="Next"]:hover,.faq_kyc_section .page-link[aria-label="Previous"]:hover{
        border: 1px solid #d12b3f;
    color: #c91429;
        background-color: rgb(201 20 41 / 5%) !important;
}
.faq_kyc_section .pagination-controls {
    display: flex;
    justify-content: center;
    padding: 15px 0px;
}
.faq_kyc_section .pagination .page-item {
    border-top: none;
    padding: 0px;
}
.faq_kyc_section .accordion-button:focus {
	   box-shadow:none;

	}
.faq_kyc_section .pagination .page-link:focus {
   box-shadow:none;

	}

.chevron_icon_faq{
    font-size: 11px !important;
    color: #ffffff !important;
}
.accordion-button[aria-expanded="true"] .chevron_icon_faq{
    transform:rotate(180deg);
}

.quest .accordion-header .accordion-button span {
    font-size: 14px !important;
}

	#FAQs-on-KYC-Process table p {
	    margin: 0;
	    color: #000;
	}

	#FAQs-on-KYC-Process table th,
	#FAQs-on-KYC-Process table td {
	    padding: 10px;
	    border: 1px solid #ddd;
	}
	#FAQs-on-KYC-Process table tbody tr:nth-child(1) td,
	#FAQs-on-KYC-Process table tbody tr:nth-child(2) td,
	#FAQs-on-KYC-Process table tbody tr:nth-child(3) td,
	#FAQs-on-KYC-Process table tbody tr:nth-child(4) td,
	#FAQs-on-KYC-Process table tbody tr:nth-child(8) td,
	#FAQs-on-KYC-Process table tbody tr:nth-child(9) td,
	#FAQs-on-KYC-Process table tbody tr:nth-child(10) td{
	   background-color: #f7efdc;
	}
	#FAQs-on-KYC-Process table tbody tr:nth-child(5) td,
	#FAQs-on-KYC-Process table tbody tr:nth-child(6) td,
	#FAQs-on-KYC-Process table tbody tr:nth-child(7) td{
	   background-color: #fffbf2;
	}
	#FAQs-on-KYC-Process table{
	    border-radius: 10px;
	}
	#FAQs-on-KYC-Process table thead tr th:first-child{
	    border-radius: 10px 0px 0px 0px;
	}
	#FAQs-on-KYC-Process table thead tr th:last-child{
	    border-radius:0px 10px 0px 0px;
	}
    .faq_kyc_section table thead th{
        background-color: #faa61a;
    }
    .faq_kyc_section table tbody tr:nth-of-type(odd) th{
        background-color: #f7e7c4;
    }
    .faq_kyc_section table tbody tr:nth-of-type(even) th{
        background-color: #fcf7ee;
    }
    .faq_kyc_section table tbody tr:nth-of-type(odd) td{
        background-color: #f7efdc !important;
    }
    .faq_kyc_section table thead tr th:first-child{
        border-radius:10px 0px 0px 0px;
    }
    .faq_kyc_section table thead tr th:last-child{
        border-radius:0px 10px 0px 0px;
    }
    .faq_kyc_section table tbody tr:last-child th:first-child{
        border-radius:0px 0px 0px 10px;
    }
    .faq_kyc_section table tbody tr:last-child td:last-child{
        border-radius:0px 0px 10px 0px;
    }
    .faq_kyc_section table{
        border-radius: 10px;
    }
    .faq_kyc_section table tbody tr:nth-of-type(even) td{
        background-color: #fffbf2 !important;
    }
    
    .faq_kyc_section .quest .accordion-header .accordion-button span:nth-child(1){
   position:relative;
	padding-left:20px;
	}
	.faq_kyc_section .quest .accordion-header .accordion-button span:nth-child(1)::before{
	top: 5px;
	position:absolute;
	left: 0px;
	border:6px solid #c91429;
	border-left:6px solid transparent;
	border-top:6px solid transparent;
	content:'';
	transform: rotate(-45deg);
	}
	.table_overflow{
	   overflow:auto;
	}