@media (max-width: 768px) {

    .entertainment-search-section-mobile {
        padding: 0px;
        height: 190px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        box-shadow: inset 0px 0px 3px 3px #ffffff;
    }
    .entertainment-search-section-mobile > h1 {
        text-align: right !important;
        margin-right: 12px;
    }
    .entertainment-search-section-mobile > div {

    }
    .entertainment-search-section-mobile > div form  {
        text-align: center;
    }
    .entertainment-search-section-mobile > div form > input {
        padding: 10px 10px;
        height: max-content;
        text-align: right !important;
        direction: rtl;
        width: 69%;
        font-size: 13px;
        margin: 0px;
        border-radius: 5px;
    }
    .entertainment-search-section-mobile > div form > button {
        font-size: 12px;
        padding: 11px 18px;
        height: auto;
        border-radius: 7px;
        margin: 0px;
        font-weight: 500;
    }
    .full-col-mobile {
     width: 100%;
    }


    .single-entertainment .fullgroundimage {
        width: auto;
        height: 220px;
    }
    .single-entertainment .section-one {
        padding: 10px;
    }

    .single-entertainment .section-one img {
        width: 100%;
        padding: 0px;
    }

    .section-forth .into-the-list-item {
        width: 44%;
        margin: 10px 10px;
    }

    .section-two .price-list {
        padding: 5px 5px;
    }
    .section-two .price-list .add-to-basket {
        padding: 5px 4px;
        font-size: 11px;
    }
    .footer-details {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-links {
        width: 100%;

    }

    .no-padding-mobile {
        padding: 0px;
    }

    .font-size-12px-mobile {
        font-size: 12px;
    }
    .font-size-13px-mobile {
        font-size: 13px;
    }
    .font-size-14px-mobile {
        font-size: 14px;
    }
    .font-size-15px-mobile {
        font-size: 15px;
    }
    .font-size-16px-mobile {
        font-size: 16px;
    }
    .font-size-17px-mobile {
        font-size: 17px;
    }
    .font-size-18px-mobile {
        font-size: 18px;
    }


}