.my-banner-area {
    position: relative;
    top: 145px;
}

.my-banner-content {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.726015406162465) 0%, rgb(0 0 0 / 55%) 100%);
    position: absolute;
    top: 20%;
    left: 10%;
    color: #fff;
    padding: 50px;
    width: 650px;
    border-radius: 8px;
}

.my-banner-content .title
{
    color:#fff;
}

.my-banner-content p
{
    color:#fff;
}

.carousel-indicators
{
    list-style-type: none;
}

.fa-lg-small
{
    font-size: 10px;
    padding-right: 6px;
}

.navigation li ul li
{
    border-bottom: 1px solid #0000ff26!important;
}

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

.brdr-1
{
    border: 1px solid #f1f1f1;
}

.gray-bg
{
    background: #f7f7f7;
}
.gap-top
{
    margin-top: 150px;
}

@media (max-width: 800px)
{

.gap-top
{
    margin-top: 100px;
}

.my-banner-area 
{
    position: relative!important;
    top: 0px!important;
    margin-top: 100px!important;
}

.my-banner-content
{
    display: none;
}
}


table {
    width: 100%;
font-size: 12px;
margin-left:0px;
margin-right:auto;
border-collapse: collapse;
}
table th {
font-size: 14px;
font-weight: bold;
border: 1px solid #999999;
padding: 0px 5px;
}
table td {
border: 1px solid #999999;
padding: 5px 5px;
}

.tgmenu__navbar-wrap > ul > li .sub-menu > li:hover {
    background: #dedede;
}
