@media only screen and (min-width: 1200px) {

    /* =================Start of login conatiner ========== */
    .login_with_code,
    .login_with_email {
        display: block;
        width: 49%;
        position: relative;
        text-align: center;
    }

    .login_txt {
        font-family: 'Poppins-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 48px;
        color: #FFFFFF;
        width: 100%;
        text-transform: capitalize;
        position: relative;
    }

    .login_input {
        position: relative;
        width: auto;
        height: auto;
        margin: 20px 0px;
        padding: 5px 15px;
        color: #FFFFFF;
        font-size: 32px;
        line-height: 1;
        background: rgba(117, 116, 156, 0.6);
    }

    .button_box {
        width: auto;
        padding: 0px 0px;
        text-align: center;
        font-size: 16px;
        font-family: "poppins_regular";
        color: #fff;
        margin-top: 15px;
    }

    .btn_submit {
        width: 180px;
        height: 54px;
        position: relative;
        margin: 0 auto;
        background: #FFFFFF;
        color: #000;
        font-family: 'Poppins-Regular';
        font-style: normal;
        font-weight: 600;
        font-size: 1.8rem;
        line-height: 50px;
        align-items: center;
        text-align: center;
    }

    .login_code_box {
        padding: 4px;
        height: 112px;
    }

    .error-box {
        top: 52px;
    }

    ::placeholder {
        color: #cbc3c3;
    }

    /* =================End of login conatiner ========== */


    .loader,
    .main_container {
        width: 1280px;
        height: 720px;
    }

    .container-box {
        width: 1154px;
        height: 720px;
        float: right;
    }

    .left_navbar {
        height: 720px;
        padding: 0 !important;
    }

    .logo_img {
        height: 30px;
        width: 278px;
        text-align: center;
        margin: 20px 0px 40px 35px;
    }

    ul.menu_sidebar li {
        margin: 15px 0px;
        padding: 0px 30px;
    }

    .top_banner_container {
        height: 390px;
        padding-left: 10px;
        width: 100%;
        position: absolute;
    }

    .top_navbar {
        margin-left: 190px;
        margin-top: 20px;
    }

    .card_details {
        width: 740px;
        margin-top: 30px;
        position: relative;
        z-index: 999;
        text-align: left;
        padding-left: 10px;
    }

    ul.navbarlisted {
        margin: 0px 0px;
        padding: 0px 0px;
        background: rgba(255, 255, 255, .7);
        border-radius: 30px 30px;
        z-index: 99999;
        position: relative;
        /* width: 55%; */
    }

    ul.navbarlisted li {
        padding: 0;
        display: inline-block;
        font-size: 1.2rem;
    }

    ul.navbarlisted li span.activelist {
        background: #272727;
        color: #fff;
        font-family: "poppins_bold";
    }

    .card_details h1 {
        font-size: 35px;
        line-height: 30px;
    }

    ul.card_category li {
        margin: 5px 30px 5px 0px;
    }

    .card_details p {
        margin-bottom: 10px;
    }

    .partxt {
        margin-bottom: 4px
    }

    .card_backimage img {
        width: 990px;
        height: 460px;
    }

    .gradientimg {
        background: linear-gradient(to left, transparent 0%, black 100%);
        width: 100px;
        height: 100%;
        position: absolute;
        left: 0px;
    }

    .home_rows {
        position: absolute;
        width: 100%;
        height: 328px;
        top: 390px;
        overflow: hidden;
    }

    .category_heading h3 {
        font-size: 1.4rem;
    }

    .headline_nos {
        color: #fff;
        float: right;
        margin-right: 25px;
        font-size: 1.6rem;
    }

    .category_item,
    .category_item img {
        width: 342px;
        height: 160px;
    }

    .item_title {
        width: 100%;
        font-size: 18px;
        margin-top: 7px;
        padding: 0px 3px;
    }

    /* =========Start of search screen=========== */

     /* =========End of search screen=========== */
    

}