* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: Raleway-Med;
    src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: avenir;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/avenir.ttf) format('truetype'), url(../fonts/avenir.woff2) format('woff');
    font-display: swap
}

@font-face {
    font-family: avenir-bold;
    font-style: normal;
    font-weight: bolder;
    src: url(../fonts/avenir-bold.ttf) format('truetype'), url(../fonts/avenir-bold.woff2) format('woff');
    font-display: swap
}

@font-face {
    font-family: Metropolis;
    src: url(../fonts/Metropolis-Regular.otf);
}

@font-face {
    font-family: "M-L";
    src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
    font-family: "M-R";
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: "M-M";
    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: "M-SB";
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: "M-BO";
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: "M-EB";
    src: url(../fonts/Montserrat-ExtraBold.ttf);
}

@font-face {
    font-family: "M-B";
    src: url(../fonts/Montserrat-Black.ttf);
}

body {
    background-color: #F8F8F8;
    font-family: Raleway;
    margin: 0;
    padding: 0;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

section.banner {
    /* background-color: #122033; */
    padding: 0 0 80px;
    /* background-image: url(../img/banner_new.jpeg);
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
    /* background-position: center; */
    min-height: 600px;
    background-position: center;
}

/* section.banner::before {
    content: "";
    background-color: #00000088;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
} */

section.banner * {
    z-index: 10;
}

.banner-content {
    background-image: url(../img/banner_new.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: center;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.banner-content::before {
    content: "";
    background-color: #0000005c;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    border-radius: 20px;
}

.banner-content h1 {
    color: #FFF;
    font-family: Raleway;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    /* margin-top: 60px; */
}

.banner-content h1::before {
    content: "";
    position: absolute;
    left: -80px;
    transform: translateX(-50%);
    bottom: 50%;
    width: 120px;
    height: 1px;
    background-color: #fff;
    border-radius: 50px;
}

.banner-content h1::after {
    content: "";
    position: absolute;
    right: -198px;
    transform: translateX(-50%);
    bottom: 50%;
    width: 120px;
    height: 1px;
    background-color: #fff;
    border-radius: 50px;
}

.banner-content p {
    margin: 30px 0;
    color: #FFF;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner-content ul li {
    color: #FFF;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 10px;
}

.banner-content ul li img {
    margin-right: 15px;
}

.banner-content button {
    margin-top: 30px;
    color: #FFF;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    width: 300px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #5bcd3e;
}

.banner-content button:hover,
.banner-content button:active {
    background-color: #50ba35;
    color: #fff;
}

.banner-img {
    display: flex;
    justify-content: center;
}

.banner-img img {
    margin-bottom: -700px;
}

.uipos-bottom-text p {
    color: #122033;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.upcoming-Ipos {
    padding: 0 0 90px;
}

.uipos-main-content h1 {
    color: #122033;
    font-family: Raleway-Bold;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.uipos-main-content p {
    color: #122033;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
    padding-right: 72px;
}

.uipos-cards {
    display: flex;
    flex-flow: row wrap;
    width: 80%;
}

.uipos-card {
    width: 100px;
    height: 100px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 11px 11px 0 11px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    background: #F8F8F8;
    cursor: pointer;
}

.uipos-card:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.uipos-card img {
    height: 40px;
    margin-bottom: 10px;
}

.uipos-card h6 {
    color: #000;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.uipos-bottom-text p {
    color: #122033;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 11px;
}

.uipos-form {
    padding: 40px 25px;
    /* border-radius: 10px; */
    /* border: 1px solid #DBDBDB; */
    /* background: #F8F8F8; */
}

.uipos-form h5 {
    color: #122033;
    font-family: Raleway-Bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.uipos-form p {
    color: #122033;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
}

.uipos-form form label {
    color: #666;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 13px;
}

.uipos-form form input {
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    background: #F8F8F8;
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    padding: 0 13px;
}

.uipos-form form input::placeholder {
    color: #CDCDCD;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.uipos-form form button {
    width: 50%;
    height: 45px;
    border-radius: 20px;
    background-color: #5bcd3e;
    padding: 0 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 30px;
    border: 0;
    margin-left: auto;
    margin-right: auto;
}

.uipos-form form button:hover,
.uipos-form form button:active {
    background-color: #50ba35;
    color: #fff;
}

.footer_div {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 30px 40px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.footer-menu ul {
    display: flex;
}

.footer-menu ul li a {
    color: #072C43;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 70px;
    position: relative;
    padding-bottom: 10px;
}

/* .footer-menu ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 34px;
    height: 2px;
    background-color: #5bcd3e;
    transition: 0.5s;
} */

.footer-menu ul li:hover a::before {
    width: 100%;
}

.copyright p {
    margin-top: 20px;
    color: #072C43;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.page-banner-text h1 {
    color: #072C43;
    font-family: Raleway;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 140px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.page-banner-text h1::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    background-color: #5bcd3e;
    width: 100px;
    height: 2px;
}

.text_div {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 20px;
    padding: 100px 80px;
}

.logo a img {
    height: 65px;
    margin-top: 40px;
}

.footer-logo img {
    height: 65px;
    margin-top: 40px;
}

/* Modal background */
#emailSubscriptionModal {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    display: flex;
}

/* Modal content */
#emailSubscriptionModal .modal-content {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    padding: 30px;
    max-width: 600px;
    width: 100%;
}

/* Modal title */
#emailSubscriptionModal .modal-title {
    font-size: 28px;
    font-weight: bold;
    color: #50ba35;
    /* Green title text */
    margin-bottom: 20px;
}

/* Modal body */
#emailSubscriptionModal .modal-body {
    margin-bottom: 30px;
}

/* Form inputs */
#emailSubscriptionModal input[type="text"],
#emailSubscriptionModal input[type="email"],
#emailSubscriptionModal input[type="tel"],
#emailSubscriptionModal select {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #50ba35;
    /* Green border */
    margin-bottom: 20px;
    transition: border-color 0.3s ease;
    font-size: 16px;
}

#emailSubscriptionModal input[type="text"]:focus,
#emailSubscriptionModal input[type="email"]:focus,
#emailSubscriptionModal input[type="tel"]:focus,
#emailSubscriptionModal select:focus {
    border-color: #3e9341;
    /* Darker green border on focus */
}

/* Checkbox label */
#emailSubscriptionModal .checkbox-label {
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    color: #333;
    /* Dark text for labels */
}

#emailSubscriptionModal input[type="checkbox"] {
    margin-right: 10px;
    margin-bottom: 0;
    transform: scale(1.8);
}

/* Submit button */
#emailSubscriptionModal button.frm_submit {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background-color: #50ba35;
    /* Green button */
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#emailSubscriptionModal button.frm_submit:hover {
    background-color: #3e9341;
    /* Darker green button on hover */
}

/* Close button */
#emailSubscriptionModal button.close {
    font-size: 28px;
    color: #333;
    /* Dark close button color */
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: color 0.3s ease;
}

#emailSubscriptionModal button.close:hover {
    color: #50ba35;
    /* Green close button color on hover */
}

/* review slider start */

.reviewCard__ {
    padding: 30px 25px;
    border-radius: 20px;
    background-color: transparent;
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    min-height: 284px;
    max-height: 750px;
}

/*.reviewCard__::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    right: 0px;*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    border-radius: 0 10px 0 100%;*/
/*    background-color: #cf000a;*/
/*}*/

.reviewCard__Content {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 15px;
}

.reviewCard__Content_img {
    /*border: 2px solid #cf000a;*/
    /* margin-right: 15px; */
    margin-bottom: 20px;
    padding: 3px 4px;
    border-radius: 10px;
}

.reviewCard__Content_img>* {
    border-radius: 50%;
    width: 100%;
    height: 100px;
}

.reviewCard__Content_Detail_Name>* {
    font-size: 17px;
    line-height: 21.94px;
    font-family: Metropolis !important;
    margin-bottom: 0;
    text-align: center;
    color: #000000;
}

.reviewCard__Content_Detail_Date>* {
    font-size: 15px;
    line-height: 18.29px;
    color: #000000;
}

.reviewCard__Content_Detail_Star {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 5px;
}

.reviewCard__Content_Detail_Star>* {
    margin: 0 2px;
}

.reviewCard__Para>* {
    font-size: 15px;
    line-height: 18.29px;
    color: #000000;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.reviewCard__Para>*>span {
    font-family: "M-BO";
}

.swiper.reviewSlider {
    padding: 50px 10px 70px;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #D9D9D9;
    border-radius: 50% !important;
    opacity: 1;
    margin: 0 10px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #5bcd3e;
    border-radius: 100px !important;
}

/* review slider end */

.biallo-title {
    text-align: center;
}

.biallo-title h2 {
    color: #b6b6b6;
    /* font-family: Metropolis !important; */
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0;
    position: relative;
    display: inline-block;
}


.biallo-title h2::before {
    content: "";
    position: absolute;
    left: -80px;
    transform: translateX(-50%);
    bottom: 50%;
    width: 120px;
    height: 1px;
    background-color: #072C43;
    border-radius: 50px;
}

.biallo-title h2::after {
    content: "";
    position: absolute;
    right: -198px;
    transform: translateX(-50%);
    bottom: 50%;
    width: 120px;
    height: 1px;
    background-color: #072C43;
    border-radius: 50px;
}

section.rvews {
    padding: 50px 0 100px;
}

/* section Range start */

.investmentRange__ {
    background-color: #5bcd3e30;
    border-radius: 20px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    padding: 45px 55px;
    margin-top: 50px;
    background-image: url(../img/calculator.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.investmentRange__::before {
    content: "";
    background-color: #0000008a;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    border-radius: 20px;
    top: 0;
}

.investmentRange__>* {
    width: calc(100% / 2);
    padding: 0 15px;
    z-index: 1;
}

.investmentRange__Content__ {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.investmentRange__Content__>* {
    width: calc(100% / 2 - 7.5px);
}

.investmentRange__Content__>*:nth-child(1) {
    width: calc(100% / 1);
    margin-bottom: 25px;
}

.investmentRange__Total__ {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
}

.investmentRange__Total__>*:nth-child(1) {
    width: 100%;
}

.investmentRange__Total__>*:nth-child(1)>* {
    font-size: 40px;
    line-height: 54px;
}

.investmentRange__Total__>*:nth-child(2) {
    width: 100%;
    margin-bottom: 35px;
    margin-top: 8px;
}

.investmentRange__Total__Heading>* {
    font-family: "M-BO";
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #fff;
}

.range_slider.invest_select_main {
    position: relative;
}

.range_slider.invest_select_main>svg {
    position: absolute;
    right: 15px;
    top: 50%;
    fill: #072C43;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
}

.range_slider.invest_select_main>select {
    background-color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    color: #072C43;
    border: 1px solid #072C43;
    font-size: 15px;
    line-height: 1.3;
}

.range_slider.invest_select_main>select option {
    color: #000;
}

.range_slider.invest_select_main>select>* {
    color: #000;
}

.investmentRange__Content__Item_Label {
    margin-bottom: 4px;
}

.investmentRange__Content__Item_Label>* {
    font-size: 15px;
    line-height: 1;
    color: #fff;
}

.range_slider_item>* {
    color: #fff;
}

.counter_footer {
    margin-top: 15px;
}

.counter_footer>* {
    color: #fff;
}

.investment_counter_main {
    background: linear-gradient(303.78deg, #5bcd3e 0%, #FAA640 100%);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    border-radius: 10px;
}

.investment_counter_content {
    display: flex;
    width: 74%;
    align-items: center;

    width: 100%;
    display: flex;
    align-items: center;
}

.investment_counter_content_sub {
    display: flex;
    width: 74%;
    align-items: center;
}

.investment_counter_item {
    margin-right: 20px;
    width: 32%;
}

.investment_counter_item h5 {
    font-size: 18px;
    color: gray;
    font-weight: 700;
    margin-bottom: 10px;
}

.range_slider input {
    border: none;
    outline: none;
    position: relative;
}

.range_slider input:focus {
    outline: none;
}

.range_slider .currency {

    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.range_slider>.range>input {
    width: 100%;
    accent-color: #5bcd3e;
}

.range_slider_item {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 10px;
}

.range_slider_item input {
    font-size: 26px;
    font-family: "M-BO";
    color: #fff;
    background-color: transparent;
    line-height: 1;
    font-weight: 700;
}

.counter_footer {
    display: flex;
    justify-content: space-between;
}

.range input {
    margin: 0 !important;
}

.range {
    display: flex;
}

select {
    padding: 0;
    font-size: 24px;
    height: 100%;
    background: white;
    border: none;
    border-radius: 10px;
    outline: none;
    width: 100%;
    -webkit-appearance: none;
}

.total_investment h5 {
    font-size: 17px;
    color: gray;
    margin-bottom: 10px;
}

.total_investment h2 {
    font-size: 30px;
    margin: 10px 0;
}

.total_investment p {
    font-size: 17px;
    font-weight: 600;
}

.total_investment_main button {
    width: 100%;
    padding: 37px 30px;
    background: #5bcd3e;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border: none;
}

.total_investment_main {
    width: 20%;
}

.hide {
    display: none;
}

.investmentRange__Total__Btn a {
    background-color: #5bcd3e;
    border-radius: 10px;
    padding: 16px 50px;
    text-align: center;
    line-height: 1;
    font-size: var(--size);
    border: 1px solid transparent;
    color: #FFFFFF;
    text-decoration: none;
}

.investmentRange__Total__Btn a:hover {
    background-color: #50ba35;
}

@media screen and (max-width: 990px) {
    .range_slider_item input {
        font-size: 21px;
    }

    .total_investment h2 {
        font-size: 24px;
    }

    .total_investment h5 {
        font-size: 14px;
    }

    .invest_select_main {
        top: 0;
        height: 58px;
    }

    .total_investment p {
        font-size: 13px;
    }

    .total_investment_main button {
        font-size: 14px;
    }

    .counter_footer {
        font-size: 12px;
    }

    select {
        font-size: 16px;
    }

    select {
        padding: 0px 21px;
    }
}

@media screen and (max-width: 768px) {
    .invest_select_main {
        height: 100%;
    }

    .investment_counter_main {
        flex-direction: column;
    }

    .investment_counter_content {
        flex-direction: column;
        width: 100%;
    }

    .investment_counter_content_sub {
        width: 100%;
    }

    .investment_counter_item {
        margin: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .total_investment_main {
        width: 100%;
    }

    .member-btn {
        margin-top: 20px;
    }
}

@media screen and (max-width: 350px) {
    .investment_counter_item h5 {
        font-size: 15px;
    }
}

#tickmarks option {
    color: #fff;
}

section.blw_hdr {
    padding: 100px 0 50px;
}

[data-toggle="collapse"] i:before {
    content: "\f068";
}

[data-toggle="collapse"].collapsed i:before {
    content: "\f067";
}

#accordion .card-header {
    margin-bottom: 8px;
}

#accordion .accordion-title {
    position: relative;
    display: block;
    padding: 8px 0 8px 50px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #5bcd3e;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    transition: all 0.4s ease-in-out;
}

#accordion .accordion-title i {
    position: absolute;
    width: 40px;
    height: 40px !important;
    left: 0;
    top: 0;
    color: #5bcd3e;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    border: 1px solid #5bcd3e;
}

#accordion .accordion-title:hover {
    padding-left: 60px;
    background: #fff;
    color: #5bcd3e;
}

/* #accordion .accordion-title:hover i {
    border-right: 1px solid #fff;
} */

#accordion .accordion-body {
    padding: 20px 55px;
}

#accordion .accordion-body ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#accordion .accordion-body li {
    padding-left: 1.2rem;
    text-indent: -1.2rem;
}

#accordion .accordion-body li:before {
    content: "\f10a";
    padding-right: 5px;
    font-family: "Flaticon";
    font-size: 16px;
    font-style: normal;
    color: #5bcd3e;
}

section.fqs {
    padding: 50px 0 50px;
}

section.etf_calc {
    padding: 100px 0 50px;
}

.wetf_cont ul,
.adv_cont ul,
.hti_cont ul {
    padding: 20px 50px;
}

.wetf_cont {
    margin: 50px 0;
    font-family: Metropolis;
}

.wetf_cont h4 {
    font-weight: 600;
    font-family: Metropolis;
    font-size: 20px;
}

.wetf_cont ul li {
    font-family: Metropolis;
    position: relative;
    word-break: break-all;
    margin-bottom: 10px;
    font-size: 15px;
}

.wetf_cont ul li::before {
    content: "";
    display: inline-block;
    overflow: hidden;
    position: absolute;
    background-image: url(../img/banner_before.svg);
    background-size: cover;
    left: -32px;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 30px;
}

.wetf_img {
    margin: 50px 0;
}

.wetf_img img {
    width: 100%;
    border-radius: 20px;
}

.adv-img img {
    width: 100%;
    border-radius: 20px;
}

.adv_cont,
.adv-img {
    margin: 50px 0;
    font-family: Metropolis;
}

.adv_cont h4 {
    font-weight: 600;
    font-family: Metropolis;
    font-size: 20px;
}

.adv_cont ul li {
    font-family: Metropolis;
    position: relative;
    word-break: break-all;
    margin-bottom: 10px;
}

.adv_cont ul li::before {
    content: "";
    display: inline-block;
    overflow: hidden;
    position: absolute;
    background-image: url(../img/banner_before.svg);
    background-size: cover;
    left: -32px;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 30px;
}

.hti_cont,
.hti_img {
    margin: 50px 0;
    font-family: Metropolis;
}

.hti_cont h4 {
    font-family: Metropolis;
    font-weight: 600;
    font-size: 20px;
}

.hti_cont ul li {
    position: relative;
    font-family: Metropolis;
    word-break: break-all;
    margin-bottom: 10px;
}

.hti_cont ul li::before {
    content: "";
    display: inline-block;
    overflow: hidden;
    position: absolute;
    background-image: url(../img/banner_before.svg);
    background-size: cover;
    left: -32px;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 30px;
}

.hti-img img {
    width: 100%;
    border-radius: 20px;
}

.ft_privacy_content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 80px;
    border-radius: 20px;
    text-align: justify;
    /* margin: 80px 0; */
    font-size: 16px;
}

.ft_privacy_content p {
    font-size: 15px;
    color: #072C43;
}

.email_form .form_input_main {
    width: 100%;
    display: flex;
}

.email_form .form_input_50 {
    width: 50%;
    display: flex;
    flex-flow: column;
}

.email_form .form_input_100 {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.email_form form label {
    /* color: #fff; */
    font-family: Metropolis;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 7px;
    letter-spacing: 0.5px;
}

.email_form .form_input_main .form_input_50:first-child {
    margin-right: 10px;
}

.email_form .form_input_main .form_input_50:last-child {
    margin-left: 10px;
}

.email_form form input,
.email_form form select {
    margin-bottom: 15px;
    border-radius: 8px;
    /* border: 1px solid #CCC;    */
    border: 2px solid #50ba35;
    background: #FFF;
    height: 45px;
    outline: none;
    text-indent: 15px;
    font-family: Metropolis;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.email_form form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 20px top 50%;
    cursor: pointer;
    padding-left: 15px;
    text-indent: 0;
}

.email_form form select option {
    padding: 15px;
}

.email_form form input::placeholder {
    color: #CDCDCD;
    font-family: Metropolis;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

section.logo_sec {
    padding: 0;
}

.b_logo_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bank_logo {
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.theme_bk_sdhw {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 40px 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.mr-3 {
    margin-right: 8px;
}