@media screen and (max-width: 768px) {

.index-new-full-body {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
}


#index-left-main-body-new {
    width: 100%;
    background-color: black;
    padding-top: 5px;
}

.grad {
    background-image: linear-gradient(to right, #94037c, black 70%);
    padding: 6px;
    font-family: 'Figtree', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #acabab;
}

.i-n-marq-right {
    float: right;
    font-family: 'Figtree', sans-serif;
    font-size: .9rem;
    color: #f5057d;
}

.i-n-marq-right a{
    font-family: 'Figtree', sans-serif;
    font-size: .9rem;
    color: #02f737;
}

.i-n-f-box {
    border: #3b3b3b solid 1px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px;
    row-gap: 15px;
    margin-bottom: 20px;
}

.i-n-serv-box {
    width: 33%;
    height: auto;
    text-align: center;
}

.i-n-f-ads-a {
    text-decoration: none;
}

.img-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: #f5f7f5 1px solid;
}

.img-circle-listing {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: #f5f7f5 1px solid;
}

.i-n-f-icons-name {
    font-size: .8rem;
    color: rgb(252, 252, 253);
    font-family: 'Figtree', sans-serif;
    text-align: center;
    text-decoration: none;
}

#index-right-main-body-new {
    width: 0%;
    background-color: black;
}

#alf-full-body {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
}

#alf-left-body {
    width: 0%;
    background-color: #02f737;
}

#alf-center-body {
    width: 100%;
    background-color: black;
    display: block;
    padding: 10px;
    margin: 0;
}

#alf-right-body {
    width: 0%;
}


.alf-page-hdrs {
    font-family: 'Figtree', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #f7e602;
    margin-bottom: 15px;
}

.alf-main-box {
    border: #d0d0d1 solid 1px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px;
    row-gap: 15px;
    margin-bottom: 20px;
}

.alf-kb-box {
    background-color: #080808;
    border: 1px solid grey;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
}

.alf-kb-box-cat-hdrs {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: white;
    background-image: linear-gradient(to right, rgb(1, 76, 119), black, rgb(1, 76, 119));
    padding: 10px;
}

.alf-kb-box-cat-links {
    display: flex;
    flex-wrap: wrap;
}

.movie-links-page-actors-hdr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-bottom: 1px #011c3b solid;
    margin-top: 10px;
    width: 100%;
}

.m-l-p-a-h-center {
    margin-top: 5px;
    text-align: center;
}

.alf-link-name {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #ebfc02;
    text-decoration: none;
}

.alf-link-name:hover {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #0376fa;
    text-decoration: underline;
}

.alf-kb-box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.movie-links-page-actors-hdr img {
    width: 100px;
    height: 72px;
    border-radius: 10px;
}


.a-l-f-box {
    border: #3b3b3b solid 1px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px;
    row-gap: 15px;
    margin-bottom: 20px;
}

.a-l-f-serv-box {
    width: 35%;
    height: auto;
    text-align: center;
    border: #585858 1px solid;
    padding: 10px;
}

.a-l-f-icons-name {
    font-size: .75rem;
    color: rgb(252, 252, 253);
    font-family: 'Figtree', sans-serif;
    text-align: center;
    text-decoration: none;
}

.listing-img {
    text-align: center;
    background-color: black;
    margin-top: 25px;
}

}