
.resources-banner-section {
    background-image: url('../assets/images/Stock-images/financial.jpg');
    /* height: 63vh; */
    height: 30vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.resources-section .resources-wrapper .header-text h1 {
    color: #fff !important;
    padding: 5px 0px 30px 0px !important;
    font-weight: 400;
    font-size: 1.8rem;
    font-family: 'scriptorama-markdown-jf', sans-serif;
    font-style: normal;
}
.resources-wrapper #breadcrumbs a {
    color: #f4f4f4;
}
.resources-wrapper #breadcrumbs span {
    color: #f4f4f4;
}
.resources-section .resources-wrapper p {
    line-height: 1.8;
}

.resources-section .resources-wrapper .sub-header h2 {
    font-size: 1.2rem;
    font-weight: 400 !important;
    color: #fff;
    padding: .8rem 1rem;
    font-family: 'scriptorama-markdown-jf', sans-serif;
    font-style: normal;
}

/* .resources-section .resources-wrapper .sub-header{
    background: linear-gradient(100deg, transparent 80%, rgb(0, 185, 189) 80%) right no-repeat, linear-gradient(0deg, rgb(252, 184, 19), rgb(252, 184, 19)) 0px 0px no-repeat;

    /* background: linear-gradient(100deg , rgb(252, 184, 19) 80%,rgba(0, 185, 189, 0) 80%) right no-repeat, linear-gradient(0deg , rgba(252, 184, 19, 0),rgba(252, 184, 19, 0)) 0px 0px no-repeat; 
} */

.resources-section .resources-wrapper .wrapper-1 .icon i {
    color: #0056B7;
    font-size: 2rem;
    padding-bottom: 1rem;
}

.resources-section .resources-wrapper .wrapper-1 .sub-header-1 span {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 32px;
    font-family: 'Isidora Light';
}

.resources-section .resources-wrapper .wrapper-1 p {
    color: #f4f4f4;
    font-size: 1rem;
    line-height: 1.8;
    font-family: 'Isidora Light';
}

.resources-section .resources-wrapper hr {
    color: #f4f4f4;
    margin: 24px 0px;
    border-top: 1px solid  #f4f4f461
}

.resources-section .resources-wrapper p {
    color: #f4f4f4;
    font-size: 1rem;
    line-height: 32px;
    font-family: 'Isidora Light';
}

.resources-section .resources-wrapper .wrapper-5 a {
    color: #0056B7;
    text-decoration: none;
    line-height: 32px;
}

.resources-section .resources-wrapper .wrapper-8 .faq-collapse-section .faq-wrapper .card-header {
    padding: 5px 5px;
    border: none;
    background-color: #ffffff !important;
}

.resources-section .resources-wrapper .wrapper-8 .faq-collapse-section .faq-wrapper .card-header .btn {
    text-decoration: none;
    color: #0056B7;
}

.resources-section .resources-wrapper .wrapper-8 .faq-collapse-section .faq-wrapper {
    padding-bottom: 12px;
}

.resources-section .resources-wrapper .wrapper-8 .faq-collapse-section .faq-wrapper .card {
    border: none;

    box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, .3);
    border-radius: 1px;
}

.resources-section .resources-wrapper .wrapper-8 .faq-collapse-section .faq-wrapper .card-body {
    background-color: rgb(250, 250, 250);
    padding: 5px 10px 16px 16px;
}

.resources-section .resources-wrapper .wrapper-8 .faq-collapse-section .faq-wrapper .card-body p {
    margin: 0;
    font-size: .85rem;
}

.resources-section .resources-wrapper h5 button:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 1.5rem;
    content: "\f105";
    color: #0056B7;
    float: right;
    margin-top: -8px;
    margin-left: 300px;
}

.resources-section .resources-wrapper h5 button.collapsed:after {
    content: "\f106";
}

.resources-section .resources-wrapper .wrapper-1 .rs-custom-col {
    text-align: center !important;
}

.resources-section .resources-wrapper .wrapper-1 .rs-custom-col img {
    position: relative;
    top: 5px !important;
}

/* Accordion */

.card-header {
    padding: .6rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: none;
    font-family: 'Isidora Light';
}
.resources-section .resources-wrapper .card-header:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    cursor: pointer;
    color: #00b9bd;
}

.resources-section .resources-wrapper .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f105";
    cursor: pointer;
    color: #00b9bd;
}

.resources-section .resources-wrapper .card-title {
    font-weight: 600;
    cursor: pointer;
}

.resources-section .resources-wrapper .card-header .card-title {
    color: #00b9bd !important;
}

.resources-section .resources-wrapper .card-body {
    background-color: #008A8D;
    /* padding: 1.25rem; */
    padding: 0rem 1.25rem !important;

}

.resources-section .resources-wrapper .card {
    border: 0 !important;
    border-radius: 0 !important;
}

/* Accordion */
/*--------Sidebar Nav--------*/
.back-to-top-img {
    position: absolute;
    bottom: -63px;
    width: 330px;
    right: -34px;
}

.wrapper-9 .rs-navbar {
    width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .3);
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, .3);
    background-color: #fff;
}

.wrapper-9 .rs-navbar p {
    padding: 12px 0px 9px 20px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #212121 !important;
}

.wrapper-9 .rs-navbar a {
    display: block;
    color: #616161;
    padding: 5px;
    text-decoration: none;
    padding-left: 1rem;
}

.wrapper-9 .rs-navbar li {
    padding: 2px 5px 2px 5px;
    font-family: 'Isidora Light';
}

.wrapper-9 .rs-navbar li:hover a {
    background-color: #EEEEEE;
}

.wrapper-9 .rs-navbar li.active a {
    background-color: #EEEEEE;
    color: #212121;

}

.wrapper-9 .rs-navbar .list-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrapper-9 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.wrapper-7 a {
    color: #212121;
    text-decoration: none;
}

.wrapper-7 a {
    text-decoration: none;
}

.resources-section .resources-wrapper .main-product-wrapper-2 .right-navbar li:hover a {
    background-color: #e8aa13;
    color: white;
}
/* @media (max-width: 600px) {
        .resources-banner-section {
            height: 200px;
           
        }
    } */
@media (max-width: 768px) {
    .resources-section .resources-wrapper .header-text h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 992px) {
    .back-to-top-img {
        display: none;
    }
}
@media (max-width: 1024px) {

    .resources-section .resources-wrapper .wrapper-1 .rs-custom-col img {
        position: relative;
        top: 0px !important;
        padding-bottom: 10px !important;
    }

    .resources-section .resources-wrapper .wrapper-1 .custom-12 {
        padding-bottom: 10px !important;
    }

    .resources-section .resources-wrapper .wrapper-1 .rs-custom-col {
        padding-bottom: 10px !important;
    }

    .back-to-top-img {
        position: absolute;
        bottom: -63px;
        width: 300px;
        right: -11px;
    }
}

/* .resources-banner-section {
        height: 63vh;
       
    } */