.tab-mega-menu {
    float: left;
    /* background-color: #fff; */
    width: 33%;
    padding: 16px 18px;
    
    /* box-shadow: 0px 0px 4px 1px #dadada; */
}

.tab-mega-menu button {
    display: block;
    background-color: inherit;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Lato";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.tab-mega-menu > .active::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 100px;
    background-color: #ea652b;
    left: 0;
    bottom: 0;
}

.tab-mega-menu button.active {
    color: #ea652b;
}
.tablinks:hover{
    color: #ea652b;
    font-weight: 500;
}
.tablinks{
    position: relative;
    padding: 10px 0px !important;
}
.tablinks:hover:before{
    content: '';
    background-color: #ea652b;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 3px;
}
.tabcontent {
    float: left;
    padding: 20px 28px;
    border: 1px solid #f5f5f5;
    width: 70%;
    border-left: none;
    display: none;
    background: linear-gradient(0deg, #fff 0%, #fff 100%), #fff;
    color: red;
    border-radius: 10px;
}

.sub-mega-menu {
    float: left;
    width: 60%;
    border-radius: 10px;
}

.sub-mega-menu button {
    display: block;
    background-color: inherit;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Lato";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0px;
    position: relative;
}
.sub-mega-menu button:hover::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 100px;
    background-color: #ea652b;
    left: 0;
    bottom: 0;
}
.sub-mega-menu button.active::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 100px;
    background-color: #ea652b;
    left: 0;
    bottom: 0;
}

.sub-mega-menu button.active {
    color: #ea652b;
}
.tabcontentsub {
    float: left;
    width: 40%;
    border-left: none;
    display: none;
   
}
.active-img {
    float: left;
    width: 40%;
    border-left: none;
    /* display: block !important; */
   
}
.image_show #securedBusinessLoanSub{
    display: block;
}

.laons-img {
    width: 250px;
    height: 170px;
    border-radius: 5px;
}
.doble-arrow-icon {
    margin-left: 10px;
}

.in_the_media {
    left: 160px !important;
    transform: translate(0px, 0px);
    top: 40px;
    width: 399px !important;
    min-width: max-content;
}
.in_the_media_content {
    width: 300px !important;
}
li.menu-item-has-children {
    position: relative;
}

.about_menu {
    left: 160px !important;
    transform: translate(0px, 0px);
    top: 40px;
    width: 399px !important;
    min-width: max-content;
}

.about_menu_content {
    width: 300px !important;
}

.Investor_menu {
    left: 160px !important;
    transform: translate(0px, 0px);
    top: 40px;
    width: 399px !important;
    min-width: max-content;
}
.Investor_menu_content {
    width: 300px !important;
}
.Partner_menu {
    left: 160px !important;
    transform: translate(0px, 0px);
    top: 40px;
    width: 399px !important;
    min-width: max-content;
}
.Partner_menu_content {
    width: 300px !important;
}
.Products_menu_box {
    position: initial !important;
}
/* .tablinks:hover {
    font-weight: bold;
    background-color: #efebe9;
    border-radius: 5px;
} */
