:root {
    --benton-bold: 'Benton Sans Bd';
    --benton-light: 'Benton Sans Lt';
    --benton-normal: 'Benton Sans Bk';
    --benton-regular: 'Benton Sans Reg';
    --dark-blue: #002b54;
    --gray: #999999;
    --light-blue: #009ade;
    --med-blue: #006cb5;
    --purple: #901a9d;
    --ada-purple: #712F7E;
    --skew: skew(23deg);
    --negative-skew: skew(-23deg);

    --font-52: 52px;
    --lineHt-63: 63px;
    --font-42: 42px;
    --container-padding-x: 20px;
    --container-width: 1200px;
    --color-deepPurple: #9743B9;
    --color-black-1: #000;
    --color-black-3: #333;
}
html {
    scroll-behavior: smooth;
}
.container {
    padding-left: var(--container-padding-x) !important;
    padding-right: var(--container-padding-x) !important;
    max-width: calc(var(--container-width) + 2 * var(--container-padding-x)) !important;
    width: unset;
}

#btnContactUs, #scrollToTop {
    right: 25px !important;
    left: unset !important;
    top: unset !important;
    margin: unset !important;
    z-index: 99999;
}
#scrollToTop {
    bottom: 50px;
}
#btnContactUs {
    bottom: 2px;
}

.skewed-btn {
    transform: skew(-23deg);
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--benton-bold);
    padding: 15px 20px;
    min-width: 190px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}
.skewed-btn span{
    display: block;
    transform: skew(23deg);
}
.skewed-btn.purple {
    background-color: var(--color-deepPurple);
    color:#fff;
}

.etf-container {
    padding-top: 135px;
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.etf-common-head {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.etf-common-head h2 {
    font-family: var(--benton-regular);
    font-size: 28px;
    line-height: 33.6px;
    color: var(--color-black-3);
}
.etf-common-head * {
    font-family: var(--benton-regular);
    font-size: 22px;
    line-height: 28px;
    color: var(--color-black-1);
}
.etf-common-head.white *,
.etf-common-head.white .parah p {
    color: #fff;
}
.etf-common-head *{
    margin: 0;
}
.no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/*--- Banner ---*/
.etf-banner-sec {
    background-image: url(/AlgerImages/ETFHub/Alger_ETF-Page_Masthead-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.etf-banner-sec .container {
    position: relative;
    z-index: 5;
}
.etf-banner-sec > img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    //display: none;
}
.etf-banner-wrap {
    max-width: 700px;
    padding: 90px 0 50px 50px;
    position: relative;
}
.etf-banner-wrap::after {
    content: '';
    height: 70%;
    width: 2px;
    background: #fff;
    position: absolute;
    left: -48px;
    top: 0;
}
.etf-banner-title h1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    font-size: var(--font-52);
    line-height: var(--lineHt-63);
    color: #fff !important;
    font-family: var(--benton-bold);
    text-transform: none;
}
.etf-banner-wrap .etf-banner-title {
    margin-bottom: 20px;
}
.etf-banner-wrap .hero-details {
    margin-bottom: 50px;
}
.etf-banner-wrap .hero-details * {
    font-size: 21px;
    line-height: 28px;
    font-family: var(--benton-regular);
    color: #fff;
}
.hero-details{
    transform: skewX(23deg);
}
#effDate{
    /* color: #999; */
    font-size: 0.8em;
}

@media(min-width:767px) and (max-width:900px) {
    .etf-banner-wrap {
        margin-left: 50px;
    }
}
@media(min-width: 767px) {
    .etf-banner-wrap {
        transform: skewX(-23deg);
    }
    .etf-banner-wrap h1, .etf-banner-wrap p {
        transform: skewX(23deg);
    }
    .etf-banner-sec .skewed-btn {
        transform: skew(0);
    }
    .etf-banner-sec .skewed-btn span {
        display: block;
        transform: skewX(23deg) !important;
    }
}
@media(max-width:767px) {
    .etf-banner-title h1 {
        font-size: var(--font-42) !important;
        line-height: var(--font-42) !important;
    }
    .etf-banner-wrap .hero-details * {
        font-size: 21px;
        line-height: 28px;
    }
    .hero-details {
        transform: none;
    }
}

/*--- Menu/Sticky Menu ---*/
.etf-sticky-horiz-menu {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
}
.etf-sticky-horiz-menu .skewed-menu-item {
    padding: 0px 5px !important;
}
.etf-sticky-horiz-menu .skewed-menu-item button {
    font-size: 25px;
}
.etf-sticky-horiz-menu .horiz-menu-arrow-wrapper {
    display: none;
}
.horiz-menu-item-inner-wrapper {
    font-size: 0;
}
.stick-it {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    background-color: white;
    left: 0px;
    box-shadow: rgb(19, 108, 175) 2px 0px 5px;
}

#contactUs iframe {
    max-width: 50%;
}

@media screen and (max-width: 1023px) {
    .etf-sticky-horiz-menu .horiz-menu-item-wrapper {
        position: relative;
        display: inline-block;
        width: calc(100% - 170px);
        overflow: hidden;
        padding-left: 18px;
    }
    .etf-sticky-horiz-menu .horiz-menu-arrow-wrapper {
        display: block;
        position: relative;
        z-index: 150;
        display: inline-block;
        width: 160px;
    }
    .etf-sticky-horiz-menu .horiz-menu-item-wrapper,
    .etf-sticky-horiz-menu .horiz-menu-arrow-wrapper {
        transform: skew(-32deg);
        position: relative;
        transition: all 0.3s ease-in-out;
    }
    .etf-sticky-horiz-menu .horiz-menu-item-inner-wrapper {
        position: relative;
        transition: all 0.3s ease-in-out;
    }
    #etf-sticky-menu .skewed-menu-item {
        transform: skew(0deg);
    }
    .horiz-menu-arrow-wrapper .prev-menu-item, 
    .horiz-menu-arrow-wrapper .next-menu-item {
        display: inline-block;
    }
    .etf-sticky-horiz-menu .next-menu-item {
        float: right;
    }
    .etf-sticky-menu-wrapper .next-menu-item button, 
    .etf-sticky-menu-wrapper .prev-menu-item button {
        height: 52px;
        padding: 11px 26px;
        font-size: 0;
    }
    .etf-sticky-menu-wrapper .skewed-menu-item img {
        width: 20px;
    }

    .etf-sticky-horiz-menu .skewed-menu-item.active-skew + div + div ~ div {
        opacity: 0;
    }
}
@media only screen and (max-width: 860px) {
    .etf-sticky-horiz-menu .skewed-menu-item.active-skew + div ~ div {
        opacity: 0;
    }
}

@media only screen and (max-width: 768px) {
    .etf-sticky-menu-wrapper {
        display: none !important;
    }
    .etf-container {
        padding-top: 0px !important;
    }
    #all-section-featured .inner-content-wrap {
        margin-bottom: 0px !important;
    }
    #contactUs iframe{
        max-width: 80%;
    }
}

/*@media only screen and (max-width: 600px) {
    .etf-sticky-horiz-menu .horiz-menu-item-inner-wrapper .skewed-menu-item:not(.active-skew) {
        opacity: 0;
    }
}*/
@media only screen and (max-width: 450px) {
    .etf-sticky-horiz-menu .horiz-menu-item-wrapper {
        width: calc(100% - 30px);
    }
    .etf-sticky-horiz-menu .skewed-menu-item button {
        font-size: 14px;
    }
    .etf-sticky-menu-wrapper .next-menu-item button, 
    .etf-sticky-menu-wrapper .prev-menu-item button {
        height: 42px;
        font-size: 14px;
        min-width: unset;
        padding: 11px 15px;
    }
    .etf-sticky-menu-wrapper .skewed-menu-item img {
        width: 14px;
    }
    .horiz-menu-arrow-wrapper {
        margin-left: 5px;
    }
}

/*--- Featured Section ---*/
.featured-card-wrap {
    gap: 30px;
    margin-top: 40px;
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.featured-card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.fc_card-top {
    height: 235px;
}
.fc_card-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.fc_card-body {
    background-color: var(--dark-blue);
    padding: 50px 35px 80px;
    flex-grow: 1;
    position: relative;
}
.featured-card h3 {
    color: #fff;
    font-size: 28px;
    line-height: 33.3px;
    font-family: var(--benton-bold);
    margin-bottom: 20px;
}
.fc_card-body p {
    color: #fff;
    font-size: 16px;
    font-family: var(--benton-regular);
    line-height: 23px;
}
.fc_card-body .learn-more {
    background-color: #009BDE;
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: var(--benton-bold);
    color: #fff;
    width: 143px;
    padding: 14px 5px 12px;
    letter-spacing: 1.5px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 0 !important;
}

@media(min-width: 1024px) {
    #all-section-featured {
        padding-top: 100px;
    }
}
@media(max-width: 390px) {
    .featured-card-wrap {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
}
@media(max-width: 360px) {
    .featured-card-wrap {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

/*--- ETF Section ---*/
.all-etf-sec .etf-common-head h2 {
    /* padding-bottom: 50px; */
}
.etf-table {
    overflow: hidden;
    margin-top: 30px;
}
.etf-table > div {
    overflow: auto;
}
.all-etf-sec table {
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
    width: 100%;
}
.all-etf-sec td:nth-child(1), 
.all-etf-sec th:nth-child(1) {
    text-align: left;
    width: 370px;
    min-width: 250px;
}
.all-etf-sec th {
    white-space: nowrap;
    background-color: #136CAF !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    padding: 12px 15px !important;
    font-family: var(--benton-bold) !important;
}
.all-etf-sec td, 
.all-etf-sec th {
    text-align: center;
    width: 190px;
    min-width: 150px;
}
.all-etf-sec .blue-text, .all-etf-sec table tr td:first-child {
    color: #136CAF;
    font-family: var(--benton-bold);
}
.all-etf-sec .blue-text, .all-etf-sec table tr:hover td:first-child {
    color: #000;
}
.all-etf-sec td {
    font-size: 15px;
    font-weight: 400;
    padding: 30px 15px;
    color: #000;
    border-right: 2px solid #B8B7B9;
    border-bottom: 1px solid #B8B7B9;
    font-family: var(--benton-regular);
}
.all-etf-sec td span {
    font-family: var(--benton-bold);
}
.all-etf-sec td {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: var(--benton-regular);
}
.all-etf-sec td:last-child {
    border-right: none;
    width: 290px;
    min-width: 250px;
}
#etf_table thead .headerSortUp div::after, 
#etf_table thead .tablesorter-headerAsc div::after, 
#etf_table thead .tablesorter-headerSortUp div::after {
    background-image: url('/AlgerImages/ETFHub/select-btn.png');  
    transform: rotate(180deg);  
}
#etf_table thead .headerSortDown div::after, 
#etf_table thead .tablesorter-headerDesc div::after, 
#etf_table thead .tablesorter-headerSortDown div::after {
    background-image: url('/AlgerImages/ETFHub/select-btn.png');
}

/*--- How To Invest Section ---*/
.how-to-invest-sec {
    position: relative;
    overflow: hidden;
}
.how-to-invest-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #002B54;
    mix-blend-mode: multiply;
}
.how-to-invest-sec > img {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 58%;
    object-fit: cover;
}
.how-to-invest-wrap {
    display: grid;
    align-items: center;
    position: relative;
    grid-template-columns: 0.8fr 1.2fr;
    z-index: 2;
}
.header-62 {
    font-size: 62px !important;
    line-height: 62px;
    color: #fff !important;
    font-family: var(--benton-bold);
    text-transform: none;
    margin: 0;
}
.hi_content {
    background-color: #002B54;
    padding: 80px 0 70px 30px;
    transform: skewX(-30deg);
}
.hi_content .hi_content_items {
    margin-left: 15px;
}
.hi_content .hi_content_items .item {
    display: flex;
    gap: 62px;
    align-items: center;
    margin-bottom: 40px;
}
.hi_content .hi_content_items a:last-child .item {
    margin-bottom: 0;
}
.hi_content .icon {
    transform: skewX(30deg);
    height: 148px;
    width: 148px;
    border-radius: 100%;
    background-color: var( --color-deepPurple);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px 1px #00000070;
}
.hi_content_items .content-wrapper {
    transform: skewX(30deg);
}
.hi_c_header, .hi_content h3 {
    font-size: 28px;
    line-height: 32px;
    color: #fff !important;
    font-family: var(--benton-bold);
    margin-bottom: 20px;
}
.hi_content .parah {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.hi_content .parah * {
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    font-family: var(--benton-regular);
}


@media (max-width: 1500px) {
    .how-to-invest-wrap {
        grid-template-columns: 0.5fr 1fr;
    }
    .hi_content .hi_content_items .item{
        gap: 30px;
    }
    .hi_content .icon{
        width: 100px;
        height: 100px;
    }
    .hi_content .icon img{
        width: 50px;
        height: 50px;
        object-fit: contain;
        object-position: center;
    }
    .hi_content_items{
        width: 87%;
    }
}
@media(max-width:1024px) {
    .how-to-invest-sec .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: unset !important;
    }
    .how-to-invest-wrap {
        display: flex;
        flex-direction: column;
    }
    .hi_content .icon,
    .hi_content_items .content-wrapper,
    .hi_content {
        transform: unset !important;
    }
    .hi_header {
        min-height: 350px;
        display: flex;
        padding: 120px 30px 25px 30px
    }
    .header-62 {
        line-height: 52px;
    }
    .how-to-invest-sec > img {
        position: absolute;
        left: 0%;
        top: 0;
        transform: unset !important;
        height: 400px;
        width: 100%;
        object-fit: cover;
    }
    .hi_content_items {
        width: 100%;
        margin: 0 !important;
    }
    .hi_content {
        padding: 70px 30px 70px 30px;
        clip-path: unset;
        margin-top: -60px;
        width: 100%;
    }
    .etf-banner-sec > img {
        display: none;
    }
}
@media(max-width:767px) {
    .header-62 {
        font-size: 40px !important;
        line-height:40px;
    }    
}
@media(max-width:425px) {
    .hi_content .hi_content_items .item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .hi_header {
        padding: 120px 10px 30px 30px;
    }
    .hi_content {
        padding: 70px 30px 40px 30px;
    }
}

/*--- ETF Insights Section ---*/
.etf-insights {
    background-image: url('/AlgerImages/ETFHub/Alger_ETF-Page_Insights-Back.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    /*margin-bottom: 80px;*/
}
#insight-slider {
    margin: 20px auto;
    border: 0;
    background: transparent;
    padding: 40px 0px;
}
.insight-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.insight-list li {
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
    min-width: 300px;
    display: flex !important;
}
.insight-list .insight-card {
    /*width: calc( 100% - 28px );*/
    width: 100%;
    margin: 0 0px 0px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-top: 10px solid #278ace;
    cursor: pointer;
}
#all-section-insights .insight-list .insight-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.insight-list .insight-card-content {
    padding: 20px;
}
.insight-list .insight-card h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
    font-family: var(--benton-bold);
}
.insight-list .insight-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #000;
    font-family: var(--benton-regular);
}
.etf-insights .flex-direction-nav a {
    display: none;
}
.custom-pagination {
    text-align: center;
    font-size: 18px;
    color: #007bff;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.custom-pagination #prev,
.custom-pagination #next {
    content: "";
    width: 17px;
    text-align: center;
    transition: all 0.35s;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #136CAF;
}
.custom-pagination #prev{
    rotate: 90deg;
}
.custom-pagination #next {
    rotate: -90deg;
}
.custom-pagination .arrow {
    cursor: pointer;
    font-size: 20px;
    color: #007bff;
    user-select: none;
    transition: color 0.3s ease;
}
.custom-pagination .arrow:hover {
    color: #0056b3;
}
.custom-pagination #pagination-text {
    color: #136CAF;
}

.flex-control-paging {
    display: none;
}


.etf-insights .flex-direction-nav .flex-prev:focus,
.etf-insights .flex-direction-nav .flex-next:focus {
    border: 0;
    outline: none;
}
.etf-insights .flex-direction-nav a {
    display: none;
}

@media screen and (max-width: 1023px) {
    .etf-insights {
        padding: 50px 0px;
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .insight-list li {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .insight-list .insight-card {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .insight-list li {
        width: 100%;
    }
    #insight-slider {
        padding: 20px 0px 0px;
    }
}

/*--- FAQ Section ---*/
.accordion-sec {
    margin-top: 50px;
}
.accordion-sec .tab {
    position: relative;
}
.accordion-sec .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordion-sec .tab__label {
    justify-content: space-between;
    padding: 1rem;
    align-items: center;
    padding-left: 0px;
    border: 0;
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 2px solid #e1e1e1 !important;
}
.accordion-sec .tab__label, .accordion-sec .tab__close {
    display: flex;
    color: #136CAF;
    font-family: var(--benton-bold);
    cursor: pointer;
}
.accordion-sec .tab__label::after {
    content: "";
    width: 1em;
    text-align: center;
    transition: all 0.35s;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #136CAF;
}
.accordion-sec .tab input:checked + .tab__label::after,
.accordion-sec .tab.active > .tab__label::after {
    transform: rotate(180deg);
}
.accordion-sec .tab input:checked ~ .tab__content,
.accordion-sec .tab.active > .tab__content {
    height: auto;
}
.accordion-sec .tab__content {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    interpolate-size: allow-keywords;
}
.accordion-sec .tab__content p {
    margin: 0;
    padding: 1rem;
    font-size: 16px;
    font-family: var(--benton-regular);
    color: var(--color-black-3);
    padding-left: 0;
    padding-bottom: 2rem;
}

@media (min-width: 1024px) {
    /*#all-section-faqs {
        padding-top: 50px;
    }*/
    #all-section-faqs .etf-common-head {
        display: unset;
    }
}

/*--- Contact Us Section ---*/
.contact-us-sec {
    position: relative;
    padding: 100px 0px;
    background: #009ADE;
}
.contact-us-sec .etf-common-head .parah p {
    font-size: 16px;
    line-height: 24px;
}
.contact-us-sec p {
    margin-bottom: 40px;
}
.req-form .layout {
    padding: 0;
}
.req-form .layout .row {
    margin: unset !important;
}
.contact-us-sec label {
    color: #fff;
    font-size: 19px;
    font-family: var(--benton-regular);
}
label .elq-required {
    color: #D3422C;
}
.contact-us-sec .field-control-wrapper {
    padding-bottom: 20px;
}
.contact-us-sec input[type="text"], 
.contact-us-sec .selectboxit-container {
    height: 40px;
    background-color: #fff;
}
.contact-us-sec .selectboxit-container .selectboxit, 
.contact-us-sec .selectboxit-container {
    width: 100% !important;
    max-width: 100%;
}
.selectboxit-container .selectboxit {
    height: 40px;
}
.selectboxit-container ul {
    width: 100%;
}


.contact-us-sec .submit-button-style {
    float: right;
    font-size: 26px;
    background-color: #002B54;
    padding: 10px 20px;
    line-height: 30px;
}
.contact-us-sec .submit-button-style:hover {
    border-color: #3a4f5e;
    background-color: #3a4f5e;
}


@media screen and (max-width: 1023px) {
    .etf-container {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .desktop-only {
        display: none;
    }
    .py-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .pt-100 {
        padding-top: 50px;
    }
    #all-section-insights,
    #all-section-faqs {
        margin-bottom: 0 !important;
    }
    .contact-us-sec {
        padding: 50px 0px;
    }
    .accordion-sec {
        margin-top: 20px;
    }
}

#buyETFModal .modal-dialog .modal-header .modal-title {
    font-size: 34px;
    line-height: 38px;
    color: #000000;
    font-weight: 300;
    font-family: "Benton Sans Reg";
}
#buyETFModal .modal-dialog .close {
    background-position-x: right;
}
#buyETFModal .nav-tabs {
    border: 0;
}
#buyETFModal .nav-tabs > li > a {
    font-size: 16px;
    line-height: 20px;
    color: #717073;
    font-weight: bold;
    font-family: "Benton Sans Reg";
}
#buyETFModal .nav-tabs > li > a::after {
    height: 3px;
    bottom: 0;
    background: transparent;
}
#buyETFModal .nav-tabs > li.active > a, 
#buyETFModal .nav-tabs > li.active > a:focus, 
#buyETFModal .nav-tabs > li.active > a:hover, 
#buyETFModal .nav-tabs > li > a:focus {
    color: #136caf;
}
#buyETFModal .nav-tabs > li.active > a::after {
    background: #0163aa;
}
#buyETFModal .tab-pane {
    margin-top: 30px;
}
#buyETFModal .tab_head {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-weight: bold;
    font-family: "Benton Sans Reg";
}
#buyETFModal .tab_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}
#buyETFModal .para {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: normal;
    font-family: "Benton Sans Reg";
}
#buyETFModal .para strong {
    font-weight: bold;
}
#buyETFModal .btn_groups {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
#buyETFModal .btn_groups .btn {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-weight: bold;
    font-family: "Benton Sans Reg";
    border: 1px solid #000000;
    background: transparent;
    padding: 20px 10px;
    text-align: left;
    margin-left: 0;
    position: relative;
}
#buyETFModal .btn_groups .btn::after {
    content: "▶";
    font-size: 14px;
    position: absolute;
    right: 15px;
}
#buyETFModal .btn_wrap {
    margin-top: 30px;
}
#buyETFModal .btn_wrap p:not(:last-child) {
    margin: 0 0 5px !important;
}
#buyETFModal .btn_wrap .btn {
    font-size: 13px;
    line-height: 19px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Benton Sans Reg";
    text-align: center;
    margin-left: 0;
    padding: 5px 10px;
}
#buyETFModal {
    z-index: 999999;
}
@media screen and (max-width: 1023px) {
    #buyETFModal .modal-dialog {
        min-width: 300px !important;
        width: 90% !important;
    }
}

@media(max-width:767px) {
    #buyETFModal .modal-header,
    #buyETFModal .modal-dialog .modal-body {
        padding-left: 15px;
        padding-right: 15px;
    }
    #buyETFModal .modal-dialog .modal-header .modal-title {
        font-size: 27px;
        line-height: 30px;
        margin-top: 40px;
    }
    #buyETFModal .nav-tabs > li {
        margin: 0 30px 0 0;
    }
    #buyETFModal .nav-tabs > li > a {
        font-size: 14px;
        line-height: 20px;
    }
    #buyETFModal .tab_head {
        font-size: 16px;
        line-height: 20px;
    }
    #buyETFModal .para {
        font-size: 14px;
        line-height: 20px;
    }
    #buyETFModal .btn_groups {
        grid-template-columns: 1fr;
    }
    .btn_groups .btn {
        font-size: 16px;
        line-height: 20px;
    }
}

@media(max-width:450px) {
    #buyETFModal .nav-tabs > li {
        margin: 0 10px 0 0;
    }
    #buyETFModal .nav-tabs > li:last-child {
        margin-right: 0px;
        float: right;
    }
    #buyETFModal .nav-tabs > li > a {
        padding-left: 0;
        padding-right: 0;
    }
}

.hi_content_items a:hover {
    cursor: pointer;
}

.featured-card a {
    height: 100%;
    display: contents; 
}