
.page-top-tabs hr {
    background-color: #434649;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}
.page-top-tabs .nav-tabs .nav-link {
    background-color: var(--primary-color);
    position: relative;
}
.page-top-tabs {
    position: relative;
}
.page-top-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
}
.page-top-tabs .nav-tabs {
    justify-content: center;
    margin-top: 27px;
    margin-bottom: 43px;
    border-bottom: none;
    padding: 0;
    gap: 13px;
}

.page-top-tabs .nav-tabs .nav-item:last-child {
    border-right: 1px solid #434649;
}

.page-top-tabs .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    padding: 12.5px 20px;
    border-radius: 0;
    border: 1px solid #434649;
    text-decoration: none;
    letter-spacing: 2.1px;
    background: var(--primary-color);
    position: relative;
    z-index: 2;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .page-top-tabs .nav-tabs .nav-link {
        width: 275px;
    }
}
@media screen and (min-width: 767px) {
    .page-top-tabs .nav-tabs .nav-link.active {
        border-bottom: 1px solid var(--primary-color) !important;
    }
}

.tab-content .tab-panel {
    display: none;
}

.tab-content .tab-panel.active {
    display: block !important;
}

@media screen and (max-width: 992px) {
    .page-top-tabs .nav-tabs .nav-link {
        width: 185px;
    }
}

@media screen and (max-width: 767px) {
    .page-top-tabs .nav-tabs .nav-link {
        width: 170px;
    }
    .page-top-tabs .nav-tabs {
        margin-block: 20px;
        padding-inline: 20px;
    }
    .page-top-tabs hr {
        display: none;
    }
    .page-top-tabs .nav-tabs .nav-link.active {
        background: var(--button-color);
        color: var(--primary-color);
    }
}
@media screen and (max-width: 330px) {
    .page-top-tabs .nav-tabs .nav-link {
        line-height: 18px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }
}


/* FAQ STYLING START */

/* START OF FAQS STYLING */
#general .container,
#protection .container,
#finance_faq .container{
    padding-inline: 0;
}

#faq .contact_us a{
    width: 275px;
    height: 57px;
    border: 1px solid #FFF;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px; 
    letter-spacing: 2.1px;
    text-transform: uppercase;
    background: transparent;
    padding-block:19px ;
}
#faq .contact_us p{
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; 
}
#faq .contact_us{
    max-width: 694px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 60px;
    margin-left: 22px;
}

@media screen and (min-width: 1300px) {
    #faq .container {
        max-width: 1241px;
        padding-inline: 0;
    }
}
#faq .container {
    color: var(--white);
    padding-bottom: 43px;
}
#faq .container p.main_para, 
#faq .container h3, 
#faq .container h1 {
    text-align: center;
}
#faq .container h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 11px;
}

#faq .container p.main_para {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 4px;
}
#faq .container h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    margin-top: 26px;
    margin-bottom: 24px;
    color: var(--secondary-color);
}

.accordion.extra-questions {
	padding: 0;
    border: none;
    max-width: 1241px;
    margin-inline: auto;
    cursor: auto;
    background: var(--primary-color);
}
.card{
    background-color: var(--primary-color);
}
.accordion.extra-questions .card:last-child{
    border-bottom: 1px solid #434649 !important;
}
.accordion.extra-questions .card {
	margin: 0;
    border: none !important;
    border-top: 1px solid #434649 !important;
    margin-bottom: 0;
    min-height: 89px;
}
.accordion.extra-questions .accordion__title, 
.accordion.extra-questions .accordion__button {
	width: 100%;
}
.accordion.extra-questions .card-body p {
	margin-bottom: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: white;
}
.accordion.extra-questions .card-body p:last-child {
	margin-bottom: 0;
}
.accordion.extra-questions .card-body ul {
	padding-inline-start: 15px;
	margin-bottom: 22px;
}
.accordion.extra-questions .card-body ul>li {
	margin-bottom: 6px;
}
.accordion.extra-questions .card-body a.para-link, 
.accordion.extra-questions .card-body p.underline {
	text-decoration: underline;
	text-underline-offset: 2px;
}
.accordion.extra-questions .card-body a {
	color: var(--secondary-color);
}
.accordion.extra-questions .accordion__button {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
    padding: 0;
    font-family: var(--header-font);
    color: white;
}
.accordion > .card {
  border: none;
}
.accordion.extra-questions .card-header {
    background-color: transparent;
}
.accordion.extra-questions .accordion__button:hover {
	color: var(--white);
}
.accordion.extra-questions .card-body, 
.accordion.extra-questions .accordion__button {
	padding: 20px 16px 16px;
	padding-right: 100px;
    background: var(--primary-color);
    display: flex;
}
.accordion.extra-questions .accordion__button {
    padding-top: 35px;
}
.accordion.extra-questions span.qna{
    padding-right: 15px;
    color: var(--button-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 21px; 
}
.accordion.extra-questions .card-body {
    font-weight: 400;
    border-top: none;
    line-height: 22px;
    padding-top: 0;
    padding-bottom: 40px;
    color: white;
}
.accordion.extra-questions .card-header {
	height: auto;
	border: none;
}
.accordion.extra-questions .accordion__icon-wrapper img {
	width: auto;
	height: auto;
	margin: 0;
}
.accordion.extra-questions .accordion__icon-wrapper {
	align-items: start;
	padding-top: 25px;
    right: 41px;
}
.accordion.extra-questions .collapse.show {
	cursor: auto;
}
@media screen and (max-width: 767px) {
    #faq .contact_us p {
        font-size: 16px;
        line-height: 22px;
    }
    #faq .contact_us{
        margin-left: 0;
    }
    #faq .tab-content .container{
        padding-inline: 0px;
        padding-bottom: 25px;
    }
	.accordion.extra-questions .accordion__icon-wrapper {
		right: 10px;
        padding-top: 22px;
	}
	.accordion.extra-questions .accordion__icon-wrapper img {
		width: 13px;
	}
	.accordion.extra-questions .accordion__button {
		font-size: 15px;
        line-height: 20px;
		padding-right: 30px;
	}
    .accordion.extra-questions .card-body p {
        font-size: 15px;
        line-height: 19px;
    }
	.accordion.extra-questions .accordion__title {
		background-size: 10px;
	}
    .accordion.extra-questions .card-body, 
    .accordion.extra-questions .accordion__button {
        padding: 15px;
        padding-right: 30px;
    }
	.accordion.extra-questions .card-body {
		padding-top: 0;
	}
    #faq .container {
        padding-inline: 15px;
        max-width: 100%;
    }
    #faq .container h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    #faq .container p.main_para {
        font-size: 17px;
        font-weight: 400;
        line-height: 22px;
    }
    #faq .container h3 {
        font-size: 19px;
        line-height: 23px;
        margin: 18px auto 20px;
    }
}
/* END OF FAQS STYLING */