body {
    position: relative;
    transition: all .4s;
}

.ml-auto {
    margin-left: auto;
}

h1,
h2,
h3,
h4,
p,
body {
    color: #003A5D;
    font-family: 'Source Sans Pro';
}

p {
    margin: 0;
}

/**CHECKBOX CSS*/

.CheckBoxLabel {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: rgba(0, 58, 93, 0.8);
    padding-left: 30px;
    top: 0
}

.CheckLabelTxt {
    font-size: 15px;
    line-height: 18px;
    color: #6e6e6e;
}
.CheckBoxLabel input {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    margin: 0
}
#ThankyouShow {
    display: none;
}

.CheckBoxLabel input:checked~.DspCheckboxIndicator {
    background: #00C7B2;
    border: 1px solid #00C7B2
}

.CheckBoxLabel input:checked~.DspCheckboxIndicator:after {
    display: block
}

.CheckBoxLabel input:checked~.CheckLabelTxt {
    text-shadow: 0 0 1px #6e6e6e82 !important;
}

.DspCheckboxIndicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid rgba(0, 58, 93, 0.2);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.DspCheckboxIndicator:after {
    left: 6.5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none
}

/**HEADER CSS**/
header {
    background: #0E1D35;
}

.navbar {
    padding-top: 8.5px;
    padding-bottom: 8.5px;

}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.dropdown,
.contact_details p {
    color: #fff;
    font-family: 'Inter';
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 4px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 11.5px 16px;
}

.navbar-expand-lg .navbar-nav .nav-item:first-child {
    padding-left: 0;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
    padding-right: 0;
}

.city_dropdown {
    margin-left: 32px;
}

.city_dropdown .cityimg {
    border-radius: 50%;
    margin-right: 6px;
}

.city_dropdown a {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 54px;
    padding: 6px 8px;
    line-height: 17px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}

.city_dropdown a:hover {
    color: #fff;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.dropdown-toggle::after {
    display: none;
}

/**BUTTON CSS**/
.DspBtn {
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all .4s linear 0s;
    -webkit-transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -ms-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    line-height: 18px;
    text-transform: capitalize;
    font-family: 'source';
    cursor: pointer;
    outline: none !important;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    font-family: 'Source Sans Pro';
}

.LargeBtn {
    padding: 12px 16px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase
}

.SmallBtn {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 14px
}

.PrimaryBtn {
    background: #00c7b2;
    color: #fff;
    border: 1px solid #00c7b2
}

.PrimaryBtn:hover {
    color: #00c7b2;
    background: #fff;
}

.OutlineGreenBtn {
    color: #00c7b2;
    background: #fff;
    border: 1px solid #00c7b2
}

.TextBtn {
    background: rgba(255, 255, 255, 0);
    color: #00c7b2;
    border: 1px solid rgba(255, 255, 255, 0);
    padding: 0;
}

.TextBtn:hover {
    color: #00395E;
}

.RightBtnIcon {
    margin-left: 6px;
    line-height: 16px
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.footer_links li a:hover,
.resources_link .d-flex p:hover,
.PrimaryBtn:hover a,
.city_dropdown a:hover {
    color: #00C7B2;
}

.TextBtn:hover .RightBtnIcon {
    filter: invert(70%) sepia(15%) saturate(4352%) hue-rotate(123deg) brightness(86%) contrast(101%);
}

/**BANNER CSS**/
.banner_wrapper {
    background: #0E1D35;
    padding-top: 56px;
    padding-bottom: 110px;
}

.banner_wrapper .banner_title {
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 32px;
    font-family: 'Inter';
}

.bannerimg_wrap {
    text-align: right;
    position: relative;
}

.bannerimg_wrap .banner_img {
    margin-bottom: -64px;
    width: 560px;
    border-radius: 12px;
    height: 460px;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width:1330px) {
    .bannerimg_wrap .banner_img {
        width: 600px;
        height: 488px;
    }
}

.banner_left {
    margin-top: 48px;
}

/**AVENUE CSS*/
.Avenues_wrapper {
    background: #F8F8FA;
    padding-top: 144px;
    padding-bottom: 100px;
}

.main_heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 8px;
    font-family: 'Inter';
}

.heading_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 58, 93, 0.8);
    font-family: 'Inter';
}

.all_avenue_wrap {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background-color: #fff;
    margin-top: 40px;
}

.avenue_wrap {
    border-right: 1px solid rgba(0, 58, 93, 0.1);
    padding: 24px;
}

.avenue_wrap:last-child {
    border-right: none;
}

.cat_type {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid rgba(0, 58, 93, 0.1);
    border-radius: 4px;
    padding: 3px 8px;
    font-family: 'Inter';
    color: rgba(0, 58, 93, 0.8);
}

.avenue_wrap>img {
    margin-bottom: 18px;
}

.avenue_wrap h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: 12px auto;
    font-family: 'Inter';
}

.avenue_wrap p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 58, 93, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    font-family: 'Inter';
}

@media (min-width:860px) {
    .avenue_wrap {
        flex: 1;
    }
}

/**FUND MANAGEMENT CSS**/
.fundmanage_wrapper {
    background-color: #FFF;
    padding: 80px 0 100px;
}

.framework_wrap {
    margin: 48px auto 0px;
    /* align-items: baseline; */
}

.framework-card-wrap {
    background-color: #003A5D0D;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    position: relative;
}


.framework_wrap .d-flex {
    gap: 24px;
    align-items: flex-start;
}

.frameworkbtn {
    font-size: 18px;
    display: flex;
    line-height: 24px;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 30px;
    position: absolute;
    bottom: 30px;
}

.framework_wrap .col-md-6:last-child .frameworkbtn {
    display: none;
}

.framework_wrap .name {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.04px;
    text-align: left;
    color: #003A5D;
}

.framework_wrap .msg {
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 22.36px;
    text-align: left;
    color: #003A5DCC;
    margin-bottom: 12px;
}

.name-title {
    color: #003A5DCC;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.63px;
    text-align: left;
}

.framework-img-wrap {
    margin-bottom: 24px;
}

.framework-img-wrap img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}


/* .framework_wrap .col-md-6:first-child{
    border-right: 1px solid rgb(112 129 138 / 20%);
    padding-right: 55px;
} */
/* .framework_wrap .col-md-6:last-child{
    padding-left: 55px;
} */

/*CONATCT DETAILS**/
.contact_wrap {
    background: #0E1D35;
    padding-top: 60px;
    padding-bottom: 40px;
}

.contact_wrap .main_heading,
.contact_details,
.growthstory_wrap .main_heading {
    color: #fff;
}

.contact_wrap .main_heading {
    margin-bottom: 16px;
}

.contact_details {
    background: #003A5D;
    border-radius: 12px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
}

.contact_details .d-flex {
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    align-items: flex-start;
    gap: 24px;
}

.contact_details .d-flex:last-child {
    border-right: none;
    flex: 1.2;
}

.contact_details .d-flex:nth-child(2),
.contact_details .d-flex:nth-child(3) {
    padding-left: 18px;
}

.dropicon_uk {
    margin-left: 6px;
}

/**FOOTER CSS**/
.footer_wrap {
    background: #0E1D35;

}

.footer_wrap .container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    padding-bottom: 28px;
}

.footer_links {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Inter';
}

.footer_link_wrap {
    text-align: right;
}

.footer_links li {
    display: inline-block;
    margin-left: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8);
}

.footer_links li:first-child {
    margin-left: 0;
}

.footer_links li:last-child {
    border-right: none;
}

.footer_links li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    margin-right: 16px;
    font-family: 'Inter';
}

.footer_links li:last-child a {
    margin-right: 0;
}

/**FOOTER DETAILS**/
.footer_details {
    background: #0E1D35;
}

.footer_details .container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    padding-bottom: 32px; 
}

.footer_details p {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Inter';
}

/**GROWTH STORY**/
.growthstory_wrap {
    background: #043050;
    padding-top: 78px;
    padding-bottom: 78px;
    position: relative;
}

.growthstory_wrap .title {
    color: #003A5D;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Inter';
    margin-bottom: 8px;
}

.growthstory_wrap .detail {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #003A5D;
    font-family: 'Inter';
}

.growthstory_wrap .d-flex {
    gap: 32px;
    align-items: center;
}

.first_story,
.third_story {
    margin-left: auto;
    margin-top: 34px;
}

.third_story {
    margin-top: 100px;
    position: relative;
}

.second_story {
    position: absolute;
    bottom: 14%;
    left: 14.2%;
    z-index: 0;
}

/*insights css*/
.resoces_links_wrap {
    background: #F8F8FA;
    padding: 80px 0;
}

.resources_link {
    margin-top: 40px;

}

.insights_head {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: rgba(0, 58, 93, 0.8);
    margin-bottom: 22px;
    font-family: 'Source Sans Pro';
}

.resources_link .d-flex {
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.resources_link .d-flex:last-child {
    margin-bottom: 0;
}

.resources_link .d-flex p {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    font-family: 'Source Sans Pro';
}

.link-wrap {
    border-left: 1px solid rgba(0, 58, 93, 0.1);
    padding-left: 52px;
}

.resource_wrap {
    border-radius: 12px;
}

.resource_wrap .resource_title {
    background: #0E1D35;
    padding: 16px 18px;
    position: relative;
}

.resource_title .docs_icons {
    position: absolute;
    top: -34px;
    right: 18px;
}

.resource_wrap .resource_title p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Inter';
    color: #FFFFFF;
}

.resource_wrap .wrapper_img {
    width: 100%;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    min-height: 137px;
    max-height: 145px;
}

.resource_wrap .resource_title {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.resource_div_wrapper {
    padding-right: 48px;
    padding-left: 12px;

}

.resource_div_wrapper .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}

.resource_div_wrapper .col-md-4:last-child {
    padding-right: 0;
}

.resource_div_wrapper .col-md-4:first-child {
    padding-left: 0;
}

/**HISTROY CSS**/
.histroy_wrap {
    background: #0E1D35;
    padding: 80px 0 72px;
    color: #fff;
}

.top_histroy_sec p {
    color: #ffff;
    font-size: 32px;
    line-height: 45px;
    font-family: 'Inter';
}

.top_histroy_sec .histroy_year {
    color: #00C7B2;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    font-family: 'Inter';
}

.histroy_data p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 26px;
    font-family: 'Inter';
}

.histroy_data p:first-child {
    margin-bottom: 22px;
}

.histroy_wrap .top_row {
    justify-content: center;
}

.histroy_wrap .d-flex {
    justify-content: center;
    gap: 56px;
    text-align: center;
}

.histroy_wrap .d-flex .head_count {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    margin-bottom: 6px;
    font-family: 'Inter';
}

.histroy_wrap .d-flex .count_descri {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Inter';
}

.carousel {
    margin-top: 28px;
}

.carousel .histroy_time {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 0.01em;
    margin-bottom: 28px;
    color: #FFFFFF;
    margin-top: 50px;
    font-family: 'Inter';
}

@media (min-width:1300px) {
    .carousel .histroy_time {
        margin-top: 80px;
    }
}

.carousel .histroy_info {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Inter';
}

.carousel-item {
    margin-bottom: 24px;
}

.carousel-inner {
    margin-bottom: 42px;
}

.carousel-indicators {
    bottom: 38%;
    left: 40%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 18px;
    max-width: 200px;
    padding-top: 2px;
    padding-bottom: 2px;
    /*margin-right: 0;
    margin-left: 0; */
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
}

.carousel-indicators button.active:after {
    border: 1.5px solid #fff;
    content: '-';
    border-radius: 50%;
    position: absolute;
    left: -6.5px;
    top: -7px;
    padding: 9px;
    height: 100%;
    width: 100%;
}

/* .carousel-indicators button:after{
    content: '-';
    border: 0.5px solid #fff;
    position: absolute;
    left: -8px;
    top: -9px;
    transform: rotate(90deg);
}
.carousel-indicators button::before{
    content: '-';
    border: 0.5px solid #fff;
    position: absolute;
    right: -8px;
    top: -9px;
    transform: rotate(90deg);
}
.carousel-indicators button:last-child::before,.carousel-indicators button:first-child::after{
    content: '';
    border:none;
}
.carousel-indicators button.active:after{
    border: 1px solid #00C7B2;
    content: '-';
    border-radius: 50%;
    position: absolute;
    left: -9px;
    top: -9px;
    padding: 12px;
    height: 100%;
    width: 100%;
}
.carousel-indicators button.active:before{
    border: none;
    content: '';
} */
.carousel-item {
    animation: fadeIn 5s;
}

.carousel-fade .active,
.carousel-fade .active {
    transition: opacity 0s 1.3s;
}

@keyframes fadeIn {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

/**SELECT COUNTRY POPUP **/
@media(min-width:768px) {

    .selectCountry .modal-dialog,
    .countryTerms .modal-dialog {
        max-width: 630px;
    }
}

.selectCountry .modal-dialog .modal-content {
    text-align: center;
}

.selectCountry .modal-dialog .modal-content,
.countryTerms .modal-dialog .modal-content,
.avenuepopups .modal-dialog .modal-content {
    box-shadow: 0px 2px 10px rgba(62, 72, 84, 0.05);
    border-radius: 12px;
}

.selectCountry .modal-dialog .modal-body,
.countryTerms .modal-dialog .modal-body,
.avenuepopups .modal-dialog .modal-body {
    padding: 40px;
}

.selectCountry .modal-title,
.countryTerms .modal-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #00395E;
    margin-bottom: 20px;
    text-align: center;
}

.selectCountry .countryWrapper {
    padding: 12px 8px 26px 12px;
    min-width: 190px;
    border: 1px solid rgba(0, 58, 93, 0.1);
    text-align: left;
}

.selectCountry .firstWrapper .countryWrapper {
    border: none;
}

/* .selectCountry .firstWrapper .countryWrapper:nth-child(2){
    border-left: 1px solid rgba(0, 58, 93, 0.1);
    border-right: 1px solid rgba(0, 58, 93, 0.1);
} */
.selectCountry .secondWrapper .countryWrapper:first-child {
    border-left: none;
}

.selectCountry .secondWrapper .countryWrapper:last-child {
    border-right: none;
}

.selectCountry .thirdWrapper .countryWrapper:first-child {
    border-left: none;
}

.selectCountry .thirdWrapper .countryWrapper:last-child {
    border-right: none;
}

.selectCountry .thirdWrapper .countryWrapper {
    border-top: none;
}

.selectCountry .thirdWrapper .countryWrapper:nth-child(2),
.selectCountry .secondWrapper .countryWrapper:nth-child(2) {
    border-left: none;
    border-right: none;
}

.selectCountry .countryWrapper a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #00395E;
    text-decoration: none;
    font-family: 'Inter';
}

.selectCountry .countryWrapper a:hover,
.selectCountry .btmsec a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.selectCountry .countryWrapper a img {
    margin-right: 8px;
}

.selectCountry .btmsec {
    margin-top: 26px;
}

.selectCountry .btmsec a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #00395E;

    font-family: 'Inter';
}

.selectCountry .btmsec a img {
    vertical-align: sub;
    margin-right: 8px;
}

.dis_heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Source Sans Pro';
    color: #00395E;
    text-align: left;
    margin-bottom: 24px;
}

.imp_info {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    line-height: 19px;
    margin-bottom: 8px;
    font-family: 'Inter';
}

.disclaimer_wrap {
    background: rgba(0, 58, 93, 0.03);
    border-radius: 12px;
    padding: 14px;
    text-align: left;
    margin-bottom: 24px;
    max-height: 300px;
    overflow-y: auto;
}

.disclaimer_wrap::-webkit-scrollbar-track {
    background-color: transparent;
}

.dis_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: rgba(0, 58, 93, 0.8);
    text-align: left;
    font-family: 'Inter';
}

.countryTerms .btmsec {
    justify-content: space-between;
    align-items: center;
}

.countryTerms #countryBtn,
.countryTerms #countryBtn:hover,
.countryTerms #countryBtn:focus {
    color: #00395E;
    background-color: #ffff;
    border-color: rgba(0, 58, 93, 0.1);
    box-shadow: none;
    outline: none;
    font-size: 16px;
    line-height: 19px;
    padding: 12px;
    margin-bottom: 32px;
    font-family: 'Inter';
}

.countryTerms .dropdown-item {
    color: #00395E;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 22px;
}

.countryTerms .dropdown-menu {
    min-width: 12rem;
}

.countryTerms .dropdown-item img {
    margin-right: 6px;
}

.countryTerms .dropdown-item:active {
    background-color: #00385e25;
}

.countryTerms .dropdown {
    text-align: center;
}

.formoile {
    display: none;
}

@media(min-width:768px) {
    .avenuepopups .modal-dialog {
        max-width: 880px;
    }
}

.avenuepopups p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 18px;
    font-family: 'Inter';
}

.avenuepopups .avenue_header {
    gap: 18px;
    align-items: center;
}

.avenuepopups .btnclose {
    cursor: pointer;
    text-align: right;
    background: no-repeat;
    border: none;
    outline: none;
    padding-top: 6px;
}

.avenuepopups .modal-dialog .modal-body {
    padding-top: 6px;
}

.avenuepopups .avenue_header .last_sec h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    font-family: 'Inter';
}

.greenlink,
.greenlink:hover {
    color: #00C7B2;
}

.third_story .detail br {
    display: none;
}

.close_humberger,
.humberger_header {
    display: none;
}

/**INVESTMENT PROCESS CSS**/
.investment_process {
    padding-bottom: 80px;
    background-color: #F8F8FA;
}

.investment_process_wrap {
    padding-top: 60px;
}

.investment_process_wrap .main_heading {
    margin-bottom: 28px;
}

.funnel-card-wrap {
    background-color: #003A5D1A;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
}

.funnel-card-wrap h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
    color: #003A5D;
    margin-bottom: 12px;
}

.funnel-card-wrap p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #003A5DCC;
}

@media (min-width:1300px) {

    .funnelBottom .left_side,
    .funnelBottom .right_side {
        padding: 32px;
    }
}

.funnelBottom .right_side {
    border-bottom-right-radius: 40px;
}

.funnelBottom .left_side .d-flex,
.funnelBottom .right_side .d-flex {
    gap: 24px;
    align-items: flex-start;
}

.funnelBottom .left_side .d-flex h3,
.funnelBottom .right_side .d-flex h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
}

.funnelBottom .left_side .d-flex p,
.funnelBottom .right_side .d-flex p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

/**FUnnel css*/
.funnal_wrap {
    position: relative;
    text-align: center;
    min-height: 560px;
    margin-top: 38px;
    margin-bottom: 78px;
}

.funnal_wrap img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
}

.funnal_wrap .topimg {
    top: 0;
    z-index: 7;
    opacity: 1;
}

.funnal_wrap .step_oneimg {
    top: 64px;
    z-index: 6;
}

.funnal_wrap .step_oneimg:hover,
.funnal_wrap .step_twoimg:hover,
.funnal_wrap .step_threeimg:hover,
.funnal_wrap .step_fourimg:hover,
.funnal_wrap .step_fiveimg:hover {
    opacity: 1;
}

.funnal_wrap .step_twoimg {
    top: 138px;
    z-index: 5;
}

.funnal_wrap .step_threeimg {
    top: 214px;
    z-index: 4;
}

.funnal_wrap .step_fourimg {
    top: 291px;
    z-index: 3;
}

.funnal_wrap .step_fiveimg {
    top: 391px;
    z-index: 2;
}

.funnal_wrap .bottomimg {
    bottom: -20px;
    opacity: 1;
}

.tip_wrap {
    padding: 18px;
    border: 1px solid rgba(0, 58, 93, 0.1);
    border-radius: 12px;
    width: 273px;
    text-align: left;
}

.step_one_wrap,
.step_two_wrap,
.step_three_wrap,
.step_four_wrap,
.step_five_wrap {
    position: relative;
}

.tipone,
.tiptwo,
.tipthree,
.tipfour,
.tipfive {
    display: none;
    position: absolute;
    top: 0%;
}

.tip_wrap p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter';
    color: #003A5D;
}

.funnal_wrap .step_one_wrap:hover .tipone,
.funnal_wrap .step_two_wrap:hover .tiptwo,
.funnal_wrap .step_three_wrap:hover .tipthree,
.funnal_wrap .step_four_wrap:hover .tipfour,
.funnal_wrap .step_five_wrap:hover .tipfive {
    display: block;
}

.tipone {
    right: 40px;
}

.tiptwo {
    left: 40px;
    top: 125px;
}

.tipthree {
    right: 70px;
    top: 230px;
}

.tipfour {
    left: 115px;
    top: 235px;
}

.tipfive {
    right: 110px;
    top: 410px;
}

.funnal_wrap .right_indicator {
    left: -85px;
    top: 112px;
    opacity: 1;
}

.funnal_wrap .left_indicator {
    left: 395px;
    top: 60px;
    opacity: 1;
}

.funnal_wrap .right_indicatorthree {
    left: -131px;
    top: 35px;
    opacity: 1;
}

.funnal_wrap .left_indicatorfour {
    left: 395px;
    top: 108px;
    opacity: 1;
}

.funnal_wrap .right_indicatorfive {
    left: -166px;
    top: 27px;
    opacity: 1;
}

.tip_wrap .strategy_type {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter';
    margin-bottom: 6px;
}

.tip_wrap .heading {
    margin-bottom: 18px;
}

.strategy_type:last-child {
    margin-bottom: 0px;
}

.smallcircle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
}

.green_circle {
    background: #00A560;
}

.lightgreen_circle {
    background: #00D37B;
}

.orange_circle {
    background: #FFA24F;
}

.pink_circle {
    background: #EB5757;
}

.red_circle {
    background: #B81D1D;
}

.noDesktop {
    display: none;
}

.explorebtnWrap {
    margin-left: auto;
}

.link-wrap img {
    width: 58px;
}

.carousel-item img,
.growthstory_wrap img {
    max-width: 100%;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/menu.svg');
}
.InvestmentType {
    resize: none;
    height: 60px;
}

/**RESPONSIVE CSS START**/
@media(min-width:1280px) {
    .carousel-item img.d-block {
        max-height: 500px;
    }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
    .bannerimg_wrap .banner_img {
        width: 450px;
        height: 390px;
    }
}

@media (max-width:1380px) {
    .tipone {
        right: 10px;
    }

    .funnal_wrap .right_indicator {
        left: -30px;
    }

    .funnal_wrap .left_indicator {
        left: 326px;
        top: 80px;
    }

    .tiptwo {
        left: 20px;
        top: 112px;
    }

    .funnal_wrap .right_indicatorthree {
        left: -45px;
        top: 36px;
    }

    .tipfour {
        left: 80px;
        top: 252px;
    }

    .funnal_wrap .left_indicatorfour {
        left: 342px;
        top: 97px;
    }

    .funnal_wrap .right_indicatorfive {
        left: -78px;
    }
}

/* @media(min-width:712px) and (max-width:830px){
    .carousel-indicators{
        bottom: 19%;
    }
} */

@media(min-width:992px) {

    .banner_wrapper .banner_title {
        max-width: 80%;
    }
}

@media(min-width:900px) and (max-width:1200px) {
    .tip_wrap {
        padding: 6px 8px;
        width: 140px;
    }

    .funnal_wrap .right_indicator {
        left: -24px;
        width: 40px;
        top: 90px;
    }

    .tip_wrap p {
        font-size: 14px;
        line-height: 16px;
    }

    .tip_wrap .strategy_type {
        font-size: 14px;
        line-height: 20px;
    }

    .smallcircle {
        width: 8px;
        height: 8px;
    }

    .tipone {
        top: 25px;
    }

    .funnal_wrap .left_indicator {
        left: 190px;
        top: 80px;
        width: 40px;
    }

    .tipthree {
        right: 64px;
    }

    .funnal_wrap .right_indicatorthree {
        left: -45px;
        top: 36px;
        width: 40px;
    }

    .tipfour {
        left: 55px;
    }

    .funnal_wrap .left_indicatorfour {
        left: 231px;
        width: 40px;
    }

    .tip_wrap.tipfive {
        width: 164px;
        padding: 10px;
    }

    .tipfive {
        right: 90px;
        top: 427px;
    }

    .funnal_wrap .right_indicatorfive {
        left: -71px;
        width: 40px;
        top: 13px;
    }

    .funnelBottom .left_side .d-flex p br,
    .funnelBottom .right_side .d-flex p br {
        display: none;
    }
}

@media(min-width:780px) and (max-width:899px) {
    .tip_wrap {
        padding: 4px;
        width: 133px;
    }

    .funnal_wrap {
        width: 65%;
        margin: auto;
    }

    .investment_process .col-md-12 {
        padding: 0;
    }

    .funnal_wrap .right_indicator {
        left: -24px;
        width: 40px;
        top: 90px;
    }

    .tipone {
        top: 25px;
        right: -135px;
    }

    .tiptwo {
        left: -133px;
    }

    .funnal_wrap .left_indicator {
        left: 185px;
    }

    .tipthree {
        right: -87px;
    }

    .tipfour {
        left: -55px;
    }

    .funnal_wrap .left_indicatorfour {
        left: 182px;
    }

    .tipfive {
        right: -60px;
    }

    .funnal_wrap .right_indicatorfive {
        left: -92px;
    }

    .funnal_wrap {
        margin-bottom: 50px;
    }

    .funnelBottom .left_side,
    .funnelBottom .right_side {
        padding: 32px 20px 32px;
    }

    .link-wrap {
        border-left: none;
        margin-top: 12px;
        padding-left: 12px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .insights_head {
        width: 100%;
    }
}

/*FUNNEL CSS FOR TAB N MOBILE VIEW*/
@media (max-width:779px) {
    .nomobile {
        display: none;
    }

    .tip_wrap {
        z-index: 7;
        background: #fff;
        padding: 16px;
        left: 50%;
        transform: translateX(-50%);
        right: 0;
    }

    .tip_wrap p {
        font-size: 14px;
        line-height: 20px;
    }

    .tipone {
        top: 235px;
    }

    .tiptwo {
        top: 315px;
    }

    .tipthree {
        top: 390px;
    }

    .tipfour {
        top: 59px;
    }

    .tipfive {
        top: 283px;
    }

    .noDesktop {
        display: block;
    }

    .funnal_wrap img.down_indicator {
        opacity: 1;
        top: -57px;
        z-index: 7;
        height: 50px;
    }

    .funnal_wrap img.up_indicator {
        opacity: 1;
        bottom: -80px;
        z-index: 7;
        height: 50px;
    }

    .funnal_wrap .tipfive img.up_indicator {
        opacity: 1;
        bottom: -75px;
        z-index: 7;
        height: 50px;
    }

    .smallcircle {
        width: 8px;
        height: 8px;
    }

    .tip_wrap .strategy_type {
        width: 49%;
        display: inline-block;
        font-size: 12px;
        line-height: 22px;
    }
}

@media(max-width:512px) {
    .funnal_wrap {
        padding: 0 16px;
        margin-top: 45px;
        min-height: 440px;
    }

    .funnal_wrap .topimg {
        top: -8px;
    }

    .funnal_wrap .step_twoimg {
        top: 114px;
        width: 90%;
    }

    .funnal_wrap .step_threeimg {
        top: 177px;
        width: 74%;
    }

    .funnal_wrap .step_fourimg {
        top: 239px;
        width: 50%;
    }

    .funnal_wrap .step_fiveimg {
        top: 321px;
        width: 29%;
    }

    .funnal_wrap .bottomimg {
        bottom: -36px;
    }

    .tip_wrap .heading {
        margin-bottom: 6px;
    }

    .tipone {
        top: 210px;
    }

    .tiptwo {
        top: 268px;
    }

    .tipthree {
        top: 331px;
    }

    .tipfour {
        top: 45px;
    }

    .tipfive {
        top: 227px;
    }

    .avenuepopups .avenue_header {
        gap: 12px;
    }

    .avenuepopups .avenue_header .last_sec h3 {
        width: 90%;
    }

    .explorebtnWrap {
        margin-left: 0;
    }

    .avenue_wrap .ExploreBtn {
        display: none;
    }

    .selectCountry .countryWrapper {
        padding: 16px 8px 16px 12px;
    }

    .selectCountry .btmsec {
        margin-top: 22px;
        margin-bottom: 12px;
        padding-left: 8px;
    }
}

@media(max-width:393px) {
    .funnal_wrap img.down_indicator {
        top: -63px;
    }

    .funnal_wrap .topimg {
        top: 1px;
        width: 45%;
    }
}

@media(max-width:375px) {
    .funnal_wrap img.down_indicator {
        top: -68px;
    }

}

@media(max-width:360px) {
    .funnal_wrap img.down_indicator {
        top: -71px;
    }

    .funnal_wrap {
        margin-top: 18px;
    }
}

/**MEDIUM SCREEN**/
@media(min-width:821px) and (max-width:900px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 818px;
    }
}

@media(min-width:900px) and (max-width:1200px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 860px;
    }

    .banner_wrapper .banner_title {
        font-size: 36px;
        line-height: 52px;
    }

    .banner_wrapper {
        padding-bottom: 70px;
    }

    .Avenues_wrapper {
        padding-top: 80px;
    }

    /* .framework_wrap .col-md-6:first-child{
        border-right: none;
        padding-right: 0;
    }
    .framework_wrap .col-md-6:last-child {
        padding-left: 0;
        margin-top: 22px;
    } */

    .link-wrap {
        border-left: none;
        padding-left: 18px;
        /* margin-top: 22px; */
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .link-wrap .insights_head {
        margin-bottom: 0;
    }

    .resources_link .d-flex {
        flex: 1;
    }

    .insights_head {
        width: 100%;
    }

    .avenue_wrap h3 {
        min-height: 44px;
    }

    .resource_wrap .resource_title p {
        font-size: 19px;
    }
}

@media(min-width:750px) and (max-width:1000px) {
    .hide_tab {
        display: none;
    }
}

/**UPTO IPAD CSS**/
@media(max-width:820px) {
    .banner_wrapper .banner_title {
        font-size: 28px;
        line-height: 35px;
    }

    .banner_left {
        margin-top: 32px;

    }

    .banner_wrapper {
        padding-top: 36px;
        padding-bottom: 100px;
    }

    .second_story {
        position: static;
    }

    .first_story,
    .third_story {
        margin-left: 0;
    }

    .growthstory_wrap .d-flex {
        flex-direction: column;
    }

    .all_avenue_wrap {
        margin-top: 26px;
        flex-wrap: wrap;
    }

    .Avenues_wrapper {
        padding-top: 110px;
        padding-bottom: 60px;
    }

    .avenue_wrap {
        padding: 18px;
        border-right: none;
        border-bottom: 1px solid rgba(0, 58, 93, 0.1);
        width: 100%;
    }

    .avenue_wrap:last-child {
        border-bottom: 0px;
    }

    .avenue_wrap br {
        display: none;
    }

    .avenue_wrap h3 {
        margin: 0px auto 12px;
    }

    .main_heading {
        font-size: 32px;
        line-height: 36px;
    }

    .avenue_wrap .cat_type {
        margin-left: 8px;
    }

    .avenue_wrap p {
        margin-bottom: 6px;
    }

    .fundmanage_wrapper {
        padding: 60px 0;
    }

    .framework_wrap {
        margin-bottom: 0;
    }

    .top_histroy_sec p {
        font-size: 26px;
        line-height: 32px;
    }

    .top_histroy_sec .histroy_year {
        font-size: 48px;
        line-height: 50px;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover,
    .dropdown,
    .contact_details p {
        font-size: 12px;
    }

    .navbar-light .navbar-nav .nav-link:active {
        color: #00395E;
    }

    .link-wrap {
        border-left: none;
        padding-left: 0;
        margin-top: 22px;
    }

    .resources_link .d-flex {
        flex: 1;
    }

    .insights_head {
        width: 100%;
    }

    .resource_title .docs_icons {
        top: -36px;
        right: 8px;
    }

    .first_story,
    .third_story,
    .second_story {
        margin: auto;
        margin-top: 32px;
        text-align: center;
    }

}

@media (min-width:700px) and (max-width:765px) {

    .resource_wrap .wrapper_img {
        max-width: 100%;
    }

    .resource_wrap {
        margin-bottom: 12px;
    }

    .carousel-item img {
        margin: auto;
    }

    .banner_wrapper .col-md-6 {
        width: 49%;
    }

    .banner_wrapper .banner_title {
        font-size: 22px;
        line-height: 28px;
    }
}

.growthstory_wrap .main_heading {
    margin-bottom: 40px;
}

.growth-wrap-inner {
    background-color: #fff;
    border-radius: 12px;
}

.growthstory_wrap .growth-wrap-inner img {
    border-radius: 12px 12px 0px 0px;
}

.growth-details-wrap {
    padding: 16px;
    padding-right: 50px;
}

@media(max-width:1399px) {
    .avenue_wrap h3 {
        min-height: 44px;
    }
}

@media(max-width:1199px) {
    .resource_wrap .resource_title {
        min-height: 80px;
    }

    .banner_wrapper .banner_title {
        max-width: 100%;
    }

    .growthstory_wrap .title br {
        display: none;
    }

    .growth-details-wrap {
        padding-right: 22px;
    }
}

@media(max-width:1024px) {
    .growthstory_wrap .d-flex {
        flex-direction: column;
    }

    .second_story {
        position: static;
    }

    .first_story,
    .third_story,
    .second_story {
        margin-left: 0;
        margin: auto;
        text-align: center;
    }

    .second_story .title {
        margin-top: 32px;
    }

    .second_story .detail,
    .first_story .detail {
        margin-bottom: 22px;
    }

    .bannerimg_wrap .banner_img {
        height: auto;
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .first_story {
        margin-top: 22px;
    }

}

/**MOBILE CSS**/

@media(max-width:991px) {
    .link-wrap {
        margin-top: 22px;
    }

    .growthstory_wrap .main_heading {
        margin-bottom: 0px;
    }

    .growthstory_wrap .growth-inner-wrap {
        margin-top: 30px;
    }

    .growthstory_wrap .growth-inner-wrap:last-child {
        margin-bottom: 0px;
    }

    .avenue_wrap h3 {
        min-height: auto;
    }

    .carousel-indicators {
        bottom: 20%;
    }

    .close_humberger {
        display: block;
        background: none;
        border: none;
        float: right;
    }

    #navbarSupportedContent1 {
        position: fixed;
        background: #fff;
        width: 100%;
        top: 0;
        right: 0px;
        z-index: 10;
        bottom: 0px;
        clear: both;
        transition: all 0.2s;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #003A5D;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: flex-start;
        padding-top: 12px;
    }

    .humberger_header {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 58, 93, 0.1);
        padding: 18px;
    }

    .navbar-expand-lg .navbar-nav .nav-item:first-child {
        padding-left: 18px;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 11.5px 16px;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
        line-height: 20px;
        font-family: 'Source Sans Pro';
    }

    .navbar {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .city_dropdown {
        margin-left: 0px;
        position: absolute;
        right: 16%;
    }

    #default {
        display: none;
    }
}

@media (min-width:768px) and (max-width:992px) {
    #navbarSupportedContent1 {
        width: 50%;
    }

    .link-wrap {
        margin-left: 12px;
        justify-content: space-between;
    }
}

@media (max-width:767px) {
    .resource_wrap .resource_title {
        min-height: auto;
    }

    .growthstory_wrap .main_heading {
        margin-bottom: 0px;
    }

    .growthstory_wrap .growth-inner-wrap {
        padding: 0 18px;
    }

    .frameworkbtn {
        position: relative;
        bottom: 0px;
    }

    .framework_wrap {
        gap: 20px;
    }

    .navbar-toggler {
        padding: 0;
    }

    .carousel-indicators {
        margin-left: 1%;
        margin-right: 1%;
        width: 100%;
        transform: translateX(-50%);
        left: 50%;
        bottom: 15%;
    }

    .contact_details,
    .histroy_wrap .d-flex {
        display: block !important;
    }

    .histroy_wrap .d-flex {
        padding-top: 22px;
    }

    .histroy_wrap .d-flex div {
        display: flex;
        padding-left: 0px;
        gap: 6px;
        align-items: baseline;
    }

    .histroy_wrap .d-flex .count_descri {
        font-size: 14px;
        line-height: 18px;
    }

    .histroy_wrap .d-flex .head_count {
        font-size: 27px;
        line-height: 40px
    }

    .funnelBottom .left_side,
    .funnelBottom .right_side {
        padding: 22px 23px 28px 22px;
    }

    .investment_process_wrap .left_side {
        border-bottom-left-radius: 0;
        border-right: none;
        width: 100%;
    }

    .funnelBottom .right_side {
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    .funnelBottom .left_side img,
    .funnelBottom .right_side img {
        width: 40px;
        height: 40px;
    }

    .funnelBottom .left_side p br,
    .funnelBottom .right_side p br {
        display: none;
    }

    .funnelBottom .left_side .d-flex h3,
    .funnelBottom .right_side .d-flex h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .funnelBottom .left_side .d-flex p,
    .funnelBottom .right_side .d-flex p {
        font-size: 16px;
        line-height: 21px;
    }

    .funnelBottom {
        flex-wrap: wrap;
        gap: 20px;
    }

    .contact_details .d-flex:nth-child(2),
    .contact_details .d-flex:nth-child(3) {
        padding-left: 0;
    }

    .contact_wrap {
        padding-top: 40px;
    }

    .contact_details {
        padding: 22px;
    }

    .contact_details .d-flex {
        border-right: none;
    }

    .contact_details .d-flex {
        gap: 18px;
        margin-bottom: 32px;
        align-items: center;
    }

    .contact_details .contact_title {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 0px;
    }

    .contact_details .contact_info {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;

    }

    .selectCountry .modal-dialog .modal-body,
    .countryTerms .modal-dialog .modal-body {
        padding: 18px 18px 12px 18px;
    }

    .selectCountry .d-flex {
        display: block !important;
    }

    .selectCountry .firstWrapper .countryWrapper:nth-child(2),
    .selectCountry .countryWrapper,
    .selectCountry .firstWrapper .countryWrapper {
        border: none;
        border-bottom: 1px solid rgba(0, 58, 93, 0.1);
    }

    .selectCountry .btmsec,
    .selectCountry .modal-title,
    .countryTerms .modal-title,
    .countryTerms .dropdown {
        text-align: left;
    }

    .countryTerms .btmsec {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }

    .resource_wrap .wrapper_img {
        min-height: auto;
        max-height: 200px;
    }

    .city_dropdown {
        right: 26%;
    }

    .resoces_links_wrap {
        padding: 60px 0 40px;
    }

    .resource_div_wrapper .col-md-4 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .resource_div_wrapper {
        padding-right: 0;
    }

    .insights_head {
        padding-left: 6px;
        text-align: center;
    }

    .resource_wrap .resource_title p {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;

    }

    .resource_wrap {
        margin-bottom: 18px;
    }

    .resource_title .docs_icons {
        right: 24px;
        top: -25px;
    }

    .link-wrap {
        display: block;
        padding: 0 18px;
    }

    .link-wrap .insights_head {
        border-top: 1px solid rgba(0, 58, 93, 0.1);
        padding-top: 40px;
    }
}

@media (max-width:690px) {
    .resource_div_wrapper {
        padding-left: 0px;

    }

    .fordesktop {
        display: none;
    }

    .banner_wrapper {
        padding-top: 40px;
    }

    .banner_left {
        margin-top: 0;
        text-align: center;
    }

    .banner_left .DspBtn {
        padding: 10px 12px;
        font-size: 16px;
        line-height: 18px;
        text-transform: inherit;
        margin-bottom: 32px;
    }

    .banner_wrapper .banner_title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 22px;
    }

    .banner_wrapper {
        padding-bottom: 26%;
    }

    .investment_process {
        padding-bottom: 60px;
    }

    .banner_left {
        padding-left: 8px;
    }

    .Avenues_wrapper {
        padding-top: 140px;
    }

    .main_heading {
        font-size: 22px;
        line-height: 26px;
        text-align: center;
    }

    .heading_description {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .all_avenue_wrap {
        margin-bottom: 32px;
    }

    .avenue_wrap {
        padding: 24px 16px;
    }

    .avenue_wrap p {
        display: none;
    }

    .first_story img,
    .third_story img,
    .second_story img {
        max-width: 100%;
    }

    .all_avenue_wrap {
        margin-bottom: 0;
    }

    .fundmanage_wrapper .heading_description {
        font-size: 15px;
    }

    .framework_wrap {
        margin: 28px auto 50px;
    }

    .fundmanage_wrapper {
        padding: 60px 0 10px;
    }

    .histroy_wrap,
    .growthstory_wrap {
        padding: 60px 0;
    }

    .top_histroy_sec,
    .histroy_data {
        padding: 0px 24px;
    }

    .top_histroy_sec .histroy_year {
        font-size: 44px;
    }

    .top_histroy_sec p {
        font-size: 22px;
    }

    .histroy_data p {
        font-size: 14px;
        line-height: 22px;

        color: rgba(255, 255, 255, 0.6);
    }

    .carousel {
        margin-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .carousel .histroy_time,
    .carousel .histroy_info {
        padding-left: 4px;
    }

    .carousel .histroy_time {
        margin-top: 30px;
    }




    .growthstory_wrap .d-flex {
        gap: 18px;
    }

    .growthstory_wrap .col-md-12,
    .contact_wrap .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .third_story .detail br {
        display: block;
    }

    .footer_wrap .container {
        padding-left: 0;
        padding-right: 0;
    }

    .footer_wrap {
        padding-left: 24px;
        padding-right: 24px;
    }

    .footer_links li {
        display: block;
        text-align: left;
        margin-left: 0;
        border-right: none;
        /* margin-bottom: 18px; */
    }

    .footer_logo {
        margin-bottom: 32px;
    }

    .footer_links li.copyright {
        padding-top: 18px;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
    }

    .avenuepopups .modal-dialog .modal-body {
        padding: 0 24px 24px;
    }

    .avenuepopups .avenue_header {
        /* flex-direction: column; */
        align-items: flex-start;
        position: relative;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(0, 58, 93, 0.1);
    }

    .modal .explorebtnWrap {
        position: absolute;
        bottom: 4px;
        right: 0;
    }

    .avenuepopups p {
        margin-top: 18px;
    }

    .avenuepopups .btnclose {
        height: 24px;
    }

    .framework_wrap .d-flex div {
        text-align: center;
    }

    .countryTerms .btmsec .DspBtn {
        width: 100%;
    }

    .hide_mobile {
        display: none;
    }

    .avenue_wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        justify-content: space-between;
    }

    .avenue_wrap h3 {
        margin: 0;
        position: absolute;
        left: 24.5%;
        top: 25%;
        font-size: 16px;
        line-height: 19px;
    }

    .avenue_wrap .cat_type {
        margin-left: 8px;
        position: absolute;
        left: 22%;
        top: 50%;
    }

    .avenue_wrap .DspBtn span {
        display: none;
    }

    .avenue_wrap>img {
        margin-bottom: 0;
    }

    .formoile {
        display: block;
    }

    .avenue_wrap .DspBtn .RightBtnIcon {
        margin-top: 24px;
    }

    .funnal_wrap img {
        max-width: 100%;
    }

    #default {
        display: none;
    }

    .bannerimg_wrap .banner_img {
        height: auto;
        max-width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }

    .city_dropdown {
        right: 20%;
    }
}

#countryBtn .cityimg {
    margin-right: 12px;
}

.PrimaryBtn a {
    color: #FFF;
    text-decoration: none;
}

a {
    text-decoration: none;
}

.link-wrap div {
    margin-top: 12px;
}

.link-wrap div:first-child {
    margin-top: 0;
}

a.PrimaryBtn:hover {
    color: #00c7b2;
}


.DspLabel {
    color: rgba(0, 58, 93, .5);
    font-weight: normal;
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 6px;
    margin-top: 0;
}

.DspInput {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0, 58, 93, .2);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 18px;
    color: #003a5d;
    outline: 0;
    display: block;
    width: 100%;
}

.error_text {
    color: rgba(235, 87, 87, 1);
    font-size: 12px;
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 1.4;
    display: none;
}

#leadForm .modal-dialog .modal-body {
    padding: 20px;
}

#leadForm .modal-dialog .modal-body .modal-header-wrap {
    padding: 0
}

#leadForm .login-footer {
    margin-top: 22px
}

#leadForm .innerdiv .InputWrap {
    margin-bottom: 24px;
    position: relative;
}

#leadForm .innerdiv {
    margin-top: 20px;
}

#leadForm .LeftIcon {
    top: 50%;
    transform: translateY(50%);
    line-height: 12px
}

#leadForm input::placeholder,
textarea::placeholder {
    color: #003A5D99;
}

.lead-form-design-wrap {
    display: flex;
    gap: 40px;
}

.lead-form-design-wrap h3.heading {
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    line-height: 26.63px;
    text-align: left;
    margin-bottom: 8px;
}

.lead-form-design-wrap p.form-subtitle {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #003A5D99;
}

#leadForm .login-msg {
    text-align: center;
    padding: 10px 0 0px;
}

#leadForm .DspLabel {
    color: rgba(0, 58, 93, 1);
}

#leadForm .login-msg p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(4, 59, 92, 0.5);
    line-height: 1.2;
}

#leadForm .modal-dialog.modal-dialog-centered.modal-xl {
    max-width: 1024px;
}

.insights-section {
    text-align: center;
    padding: 20px;
}

.insight-item {
    display: flex;
    gap: 14px;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 24px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
    border: 1px solid #003A5D1A;
    box-shadow: 1px 1px 10px 0px #0000000D;
}

.insight-item .insight-details-title {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
    color: #003A5D;
    display: block;
    margin-bottom: 4px;
}

.insight-item p {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    color: #003A5DCC;
}

.insight-arrow-icon {
    margin-left: auto;
}

.insight-item:hover {
    border: 1px solid #003A5DCC
}

.insight-icon {
    font-size: 24px;
}

.continue-text,
.continue-link {
    font-family: Inter;
    font-size: 14px;
    font-weight: 300;
    line-height: 16.94px;
    text-align: center;
    color: #fff;
}

.continue-link {
    text-decoration: underline;
}

.continue-link:hover {
    color: #00c7b2;
}

.insight-details-wrap {
    text-align: left;
}

.lead-form-design-wrap-inner {
    width: calc(50% - 0px);
}

.lead-form-title {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.lead-form-design-wrap-inner:first-child {
    padding: 20px 0px 20px 20px;
}

.right-card-bg {
    background: radial-gradient(50% 50% at 50% 50%, #003a5d 0, #00263d 100%);
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.close-icon {
    position: absolute;
    top: -8px;
    right: 6px;
    font-size: 30px;
    color: #003A5D;
    cursor: pointer;
}

.thankyou-body {
    padding: 40px;
}

.thankyou-body svg {
    margin-bottom: 20px;
}

.thankyou-body .thankyou-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25.14px;
    text-align: center;
    color: #003A5D;
}

.thankyou-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #003A5D99;
}

.thankyou-close-btn {
    margin-top: 24px;
    padding: 10px 60px;
}

.lead_mobile_view {
    display: none !important;
}
.lead_desktop_view {
    display: block !important;
}


#leadForm .modal-content,
#thankyouModal .modal-content {
    border-radius: 12px;
}

@media (max-width: 576px) {
    .growth-details-wrap {
        padding-right: 12px;
    }

    .insight-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        background-color: unset;
        border: none;
        box-shadow: none;
        gap: 6px;
        padding: 0px;
        width: calc(26% - 0px);
        margin-bottom: 10px;
    }

    .insight-icon {
        margin-bottom: 2px;
    }

    .lead-form-design-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
    }
    .thankyou-body {
        padding: 20px;
    }

    .lead-form-design-wrap-inner {
        width: calc(100% - 0px);
    }

    #leadForm .modal-dialog .modal-body {
        padding: 0px;
    }

    .lead-form-design-wrap-inner:first-child {
        padding: 20px;
    }

    .insight-section-card-wrap {
        display: flex;
        justify-content: space-between;
    }

    .insight-arrow-icon {
        display: none;
    }

    .insight-details-wrap {
        text-align: center;
    }

    .insight-item p {
        display: none;
    }

    .lead-form-title {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 16.94px;
    }

    .insight-item .insight-details-title {
        font-size: 12px;
        line-height: 14.94px;
        margin-bottom: 0px;
        color: #fff;
        font-weight: 400;
    }

    #leadForm .login-msg p br {
        display: none;
    }

    .continue-text,
    .continue-link {
        font-size: 12px;
        line-height: 14.94px;
    }

    #leadForm .innerdiv .InputWrap {
        margin-bottom: 20px;
    }

    .lead-form-design-wrap-inner.right-card-bg {
        border-radius: 0px 0px 12px 12px;
        display: block;
    }

    .insights-section {
        padding: 20px 10px;
    }

    .lead-form-design-wrap h3.heading {
        font-size: 18px;
        line-height: 21.63px;
        margin-bottom: 6px;
    }

    .lead-form-design-wrap p.form-subtitle {
        font-size: 12px;
        line-height: 16px;
    }

    .lead_mobile_view {
        display: block !important;
    }
    .lead_desktop_view {
        display: none !important;
    }

    .lead_arrow {
        color: #00C7B2;
    }

    div#thankyouModal .modal-dialog.modal-dialog-centered{
        width: calc(100% - 14px);
        margin: 7px;
    }
}


@media (max-width:360px) {

    .histroy_wrap .d-flex div {
        display: inherit;
    }

    .histroy_wrap .d-flex {
        padding-top: 42px;
    }

    .carousel-indicators {
        bottom: 21%;
    }

}