@media only screen and (max-width: 2560px) {
}

@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1500px) {
}

@media (min-width: 1400px) {
}

@media only screen and (max-width: 1336px) {
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 1180px) {
    .card-no {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1080px) {
    .card-no {
        font-size: 14px;
    }

    img.visa-ic {
        width: 30px;
    }

    .card-holder {
        font-size: 12px;
    }

    .card.card-main {
        padding: 10px;
        height: 120px;
    }

    .book-now {
        padding: 0px 15px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

/*===================================================================*/

@media only screen and (max-width: 991px) {
    a.brand-logo .logo {
        width: 80px;
    }

    .card-no {
        font-size: 16px;
    }

    img.visa-ic {
        width: 40px;
    }

    .card-holder {
        font-size: 14px;
    }

    .card.card-main {
        padding: 20px;
        height: 140px;
    }

    .book-now {
        padding: 0px 15px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 890px) {
}

/*==========================================================================================================*/

@media only screen and (max-width: 767px) {
    .contbox {
        margin-top: 30px;
    }

    #customize_div .in_mobile label {
        display: none;
    }
    #customize_div .in_desktop label {
        display: block;
    }

    .toggled .sidebar-nav > li a {
        font-size: 15px;
    }

    .basic-form .display_image {
        float: left;
    }
    .pdf-web-view {
        width: 95%;
    }
}

@media only screen and (max-width: 640px) {
    .dataTables_length {
        width: 100%;
    }

    .dataTables_filter {
        width: 100%;
    }
}

/* only iphone4 landscape & Potriat 300 by 480*/

@media only screen and (max-width: 576px) {
    .basic-form .display_image {
        float: left;
    }
    .chat_box_left {
        width: 95%;
    }

    .chat_box_right {
        width: 95%;
    }

    .chat_page .chat_main {
        height: calc(100vh - 100px);
        padding: 0px;
    }
    .contbox select {
        width: 60px;
    }
    #usersTable_length {
        text-align: left;
    }
    div#usersTable_filter {
        width: fit-content;
        float: right;
        position: absolute;
        top: 0;
        margin-top: 0;
        right: 0;
    }
    #usersTable_filter input {
        width: 70px;
    }

    .chart__container {
        width: 100%;
        float: right;
    }
}

/*==========================================================================================================*/

@media only screen and (max-width: 480px) {
    .contbox {
        padding: 10px;
    }

    .basic-form {
        padding: 10px;
    }

    .searchbar {
        width: 90%;
    }

    .chet_box_left {
        width: 95%;
    }

    .chet_box_right {
        width: 95%;
    }
    .otp-input-fields input {
        width: 15.5%;
    }
    #canvas_line {
        width: 100%;
    }
}

/*==========================================================================================================*/

@media only screen and (max-width: 425px) {
    .searchbar {
        width: 85%;
    }
}

/*==========================================================================================================*/

/* only iphone4 landscape & Potriat 380*/

@media only screen and (max-width: 380px) {
    .boxes_sub {
        width: 100%;
        float: left;
        margin: 15px 15px 15px 0px;
    }

    .boxes input[type="checkbox"] + label:before {
        width: 15px;
        height: 15px;
    }

    .boxes input[type="checkbox"]:checked + label:before {
        width: 6px;
        top: 10px;
    }

    .card-no {
        font-size: 14px;
    }

    img.visa-ic {
        width: 30px;
    }

    .card-holder {
        font-size: 12px;
    }

    .card.card-main {
        padding: 10px;
        height: 120px;
    }

    .book-now {
        padding: 0px 15px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

/*==========================================================================================================*/

/* only iphone4 Potriat 3008 */

@media only screen and (max-width: 320px) {
}
