.cus-h-logo, .cus-f-logo{
    width: 250px;
}
.container-marquee-head{
    overflow: hidden;
    padding: 20px;
}
.scroll-marquee {
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 20px;
}
.scroll-marquee div {
    display: flex;
    gap: 2em;
}
.RightToLeft p {
    font-size: 6em;
    color: rgb(72, 72, 72);
    font-weight: bold;
    margin-bottom: 0;
    line-height: 10px;
}
.RightToLeft {
    animation: RightToLeft 10s infinite linear;
}
.LeftToRight p {
    font-size: 4em;
    color: rgb(72, 72, 72);
    font-weight: bold;
    margin-top: 70px;
    line-height: 10px;
}
.LeftToRight {
    animation: LeftToRight 10s infinite linear;
}
@keyframes  LeftToRight {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0%);
    }
}
@keyframes  RightToLeft {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}
.policy{
    width: 90%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.tab-mou{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.tab-mou th, .tab-mou td{
    padding: 10px;
}
.tab-mou-th-1, .tab-mou-th-4, .tab-mou-td-1, .tab-mou-td-4{
    width: 100px;
    text-align: center;
}
.cap-cus-form{
    width:100%;
    height: 100%;
}

@media only screen and (max-width: 480px) {
    .scroll-marquee {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .RightToLeft p {
        font-size: 3em;
    }
    .LeftToRight p {
        font-size: 2em;
        margin-top: 40px;
        margin-bottom: 0px;
    }
    #top-bar{
        display: none !important;
    }
    .m-table-mou{
        overflow-x: auto;
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .tab-mou{
        border-collapse: collapse;
        min-width: 600px;
    }
}