.inner-banner-content,
.inner-banner-content ul li,
.inner-banner-content a,
.inner-banner-content p {
    color: #fff;
    font-size: 18px;
}

.inner-faqs-link.nav-link {
    border: 2px solid #E7E7E7 !important;
    border-radius: 12px !important;
    padding: 10px 16px;
    margin: 10px 20px 10px 0;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    box-shadow: 4px 4px 15px #EFEFEF;
    cursor: pointer;
}
.inner-faqs-link.nav-link:last-child {
    margin-right: 0 !important;
}
.inner-faqs-tabs-title {
    color: rgba(0,0,0,0.2);
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
}
.inner-faqs-link.nav-link.active {
    background: rgb(253 184 19 / 20%);
    border-color: #FDB813 !important;
}
.inner-content-box {
    border: 1px solid #E3E1E1;
    padding: 40px 40px 40px 0;
    margin-top: 50px;
    box-shadow: 25px 4px 4px #EFEFEF40;
}
.inner-faqs-tabs .nav-tabs{
    border: 0;
}
.sidebar-box {
    background: #F6F6F6;
    padding: 30px;
    border-radius: 0 8px 8px 0;
    margin-top: 70px;
}
.inner-faqs-parent-pages.sidebar-list {
    margin: 0;
}
.accordion-button.accordion-header-faqs {
    font-size: 24px;
    font-weight: 700;
    color: rgba(0,0,0,0.7);
    text-transform: capitalize;
    line-height: 40px;
    padding: 15px 50px 15px 0;
    border-radius: 0 !important;
    background: transparent;
    cursor: pointer;
    font-family: 'Nobel Uno';
}
.accordion-item.accordion-item-faqs {
    border: 0;
    border-bottom: 1px solid #CACACA !important;
    margin-bottom: 15px;
}
.accordion-item.accordion-item-faqs {
    border: 0;
    border-bottom: 1px solid #CACACA !important;
    margin-bottom: 15px;
}
.inner-faqs-wraper {
    margin-bottom: 60px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CACACA;
}
.faqs-accordion-body {
    padding: 0 40px 30px 0;
}
.accordion-button.accordion-header-faqs:after{
    display: none;
}
.accordion-button.accordion-header-faqs::before {
    content: "";
    background-image: url(../img/faqs-up-icon.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 16px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 1px 34px #ADADAD40;
    background-position: center;
}

.accordion-button.accordion-header-faqs[aria-expanded="true"]::before{
    background-image: url(../img/faqs-down-icon.svg);
}
.faqs-content-with-image-section {
    background: #F5F5F5;
    position: relative;
}
.faqs-image-wraper {
    display: inline-block;
    padding-left: 100px;
    padding-right: 40px;
    position: relative;
}
.faqs-image-wraper::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100px;
    background: #FDB813;
    left: 0;
    bottom: 25%;
}
.faqs-content-with-image-section::before {
    content: "";
    position: absolute;
    width: calc(50% - 370px);
    background: #101B37;
    top: 0;
    height: 240px;
}
.tick-list-style ul {
    list-style: none;
    margin: 0;
}
.tick-list-style ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
}
.tick-list-style ul li::before {
    content: "";
    position: absolute;
    background-image: url(../img/tick-icon.png);
    width: 30px;
    height: 30px;
    background-color: #FDB813;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0px;
}
.faqs-image-wraper img {
    border-radius: 10px;
    position: relative;
}
.form-wraper {
    padding-left: 70px;
    position: relative;
}
.form-content-wraper {
    padding-right: 70px;
}
.form-wraper::before {
    content: "'";
    width: 1px;
    height: 94%;
    background: rgb(0 0 0 / 50%);
    left: 0;
    top: 20px;
    position: absolute;
}
.form-title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    padding-left: 20px;
}
.faqs-content-with-form-section::before {
    width: calc(50% - 350px);
    height: 60px;
    background: #101B37;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}
.faqs-content-with-form-section {
    position: relative;
}
.faqs-image-col{
    text-align: right;
}
.faqs-tab-content-wraper {
    padding-left: 50px;
}

@media screen and (max-width: 1199px) {
.faqs-content-with-image-section::before {
    width: calc(50% - 200px);
    height: 200px;
}
}
@media screen and (max-width: 991px) {
	.page-template-template-inner-faqs .page-banner {
    height: 520px;
}
.faqs-tab-content-wraper {
    padding-left: 0px;
}
.inner-content-box {
    padding: 40px 30px;
}
.inner-faqs-parent-pages.sidebar-list {
    margin-top: 40px;
}
.sidebar-box {
    margin-top: 40px;
}
.faqs-image-col {
    text-align: center;
}
.faqs-image-wraper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}
.form-wraper::before,
.faqs-content-with-form-section::before,
.faqs-image-wraper::before{
    display: none;
}
.form-content-wraper {
    padding-right: 0;
}

.form-wraper {
    padding-left: 0;
    margin-top: 30px;
}
.inner-faqs-link.nav-link {
    padding: 10px 15px;
    margin: 10px 10px 10px 0;
    font-size: 18px;
}
}
@media screen and (max-width: 575px) {
.inner-faqs-link.nav-link {
    padding: 10px 12px;
    margin: 10px 0;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.inner-content-box {
    padding: 30px 15px;
}
.inner-faqs-wraper {
    margin-bottom: 40px;
}
.accordion-button.accordion-header-faqs {
    font-size: 18px;
    padding: 15px 35px 15px 0;
    line-height: 30px;
}
.accordion-button.accordion-header-faqs::before {
    width: 30px;
    height: 30px;
}
.faqs-accordion-body {
    padding: 0 20px 30px 0;
}
}