h2,
h5,
p {
    font-family: "Montserrat", sans-serif;
}

.nav-link {
    /* width: 15%; */
    /* border: 1px solid red; */

    color: #4c4c52;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    transition: none;
}
.contenttab {
    position: relative;
    /* contain: "";
    width: 50px;
    height: 5px; */
}
.contenttab::after {
    border: 2px solid #efb31d;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 62px;
    justify-content: center !important;

    width: 86%;
}

.nav-link.active {
    border: none;
    /* border-bottom: 2px solid #efb31d; */
    display: block;
    border-block-style: none !important;
}
/* .nav-link.active::after {
    border-bottom: 2px solid #efb31d;
} */

/* .nav-link:hover {
    text-decoration: none !important;
    border-block-style: none !important;
    text-decoration: none !important;
} */

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0;
    /* isolation: isolate; */
}

.nav-tabs .nav-link {
    border: 0 0 2px 0;
}
img.imagesize {
    object-fit: cover;
    padding: 0;
}
@media (max-width: 700px) {
    .tabcontent {
        display: flex;
        width: 100%;
    }
    .tabcontent nav {
        width: 30%;
        height: auto;
        border-right: #4c4c52 !important;
        /* background-color: none !important; */
    }
    .tabcontent .contentdiv {
        width: 70%;
        padding: 0 !important;
        margin-bottom: 0;
    }

    .mediacall {
        background-color: #dddddd59;
        /* margin-top: 50px; */
        /* width: 163px;
        display: flex;
        flex-direction: column;
        align-items: start !important;
        justify-content: flex-start;
        margin-bottom: 0 !important; */
    }
    .mediacall a {
        width: 100%;
        text-align: left;
    }
    .contenttab::after {
        border: 1px solid #efb31d;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: none;
    }
    /* background-color: #fff;
    /* .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        width: 163px;
        padding: 16px;
        color: 20px;
        background-color: #efb31d !important;
    } */
    /* .nav-link {
        width: 30%;
    } */
}
.scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 10px;
    height: 800px;
    /* padding-left: 50px; */
    /* gap:1px; */
}
#style-2::-webkit-scrollbar-track {
    border-radius: 10px;
}
#style-2::-webkit-scrollbar {
    padding-left: 50px;
    width: 8px;
}
#style-2::-webkit-scrollbar-thumb::before {
    padding-left: 20px;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ddd;
}
