.mobile {
    display: none;
}

@media screen and (max-width:992px) {
    .btn-toggle-menu {
        top: 10px;
    }

    .btn {
        padding: 10px 60px;
    }

    .btn-wrap.full {
        padding: 20px 0 20px;
    }

    .hotel-inner-search .air-search-tabs-content {
        width: 100%;
    }

    .input-field input[type=email].input-01,
    .input-field input[type=text].input-01,
    .input-field input[type=password].input-01,
    .input-field input[type=tel].input-01,
    .input-field input[type=number].input-01 {
        width: 100% !important;
    }

    .popup-selectbox {
        min-width: inherit;
    }

        .popup-selectbox .right > * {
            padding: 0 22px 0 0;
        }

        .popup-selectbox .left p {
            font-weight: bold;
        }

        .popup-selectbox .left {
            white-space: initial;
        }

    .btn-wrap.ta-l .btn {
        width: 100%;
    }

    .pagination {
        text-align: center;
        width: 100%;
    }

    .hotel-filter-wrap {
        background: none;
        border: none;
    }

        .hotel-filter-wrap .input-field {
            font-size: 14px;
            width: auto !important;
            border: 1px solid #c2c2c2;
            margin: 1%;
            display: inline-block !important;
            text-align: center !important;
            border-radius: 5px;
        }

            .hotel-filter-wrap .input-field .selectboxit-container .selectboxit-btn {
                border-radius: 5px;
            }

            .hotel-filter-wrap .input-field:nth-child(2) {
                min-width: 130px;
            }

            .hotel-filter-wrap .input-field:first-child {
                border: none;
                width: 100% !important;
                font-size: 16px;
                margin: 5px 0 10px;
                font-weight: bold;
            }

            .hotel-filter-wrap .input-field .selectboxit-container .selectboxit-btn {
                border: none;
            }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .hotel-listing-wrap .card .right {
        position: relative;
        right: inherit;
        text-align: right;
        float: inherit;
    }

    .hotel-listing-wrap .card .content {
        padding: 20px 25px 40px;
    }

    .hotel-listing-wrap .card {
        display: block; 
    }

    .hotel-listing-wrap .card .img {
        display: block;
        width: 100%;
    }

    .input-field input[type='submit'].bg-pink02 {
        font-size: 16px;
        width: 100%;
        padding: 10px 0;
        line-height: 18px;
    }

    .card-2-wrap .card,
    .card-2-wrap .card-2 {
        height: 342px;
    }

        .card-2-wrap .card .content {
            top: 140px;
        }

    .card-hotel-wrap .card .content .comments {
        top: inherit;
        bottom: 0px;
        position: relative;
        text-align: left;
    }

    .card-hotel-wrap .card .content {
        max-height: 170px;
    }

    .banner-wrap-s {
        display: none;
    }

    #footer .row .logo-comodo {
        margin-bottom: 20px;
        display: block;
    }

    .hotel-room-detail-wrap .content-wrap {
        padding-top: 10px;
    }

    .hotel-room-detail-wrap .content .hotel {
        margin-top: 10px;
    }

    .breadcrumb {
        padding-left: 10px;
        padding-top: 7px;
    }

    .main-content.paddingbottom {
        padding-bottom: 0px;
    }

    .hotel-inner-search .air-search-tabs-content .input-field .input-field label {
        display: block;
        margin: 13px 0 7px;
    }

    .hotel-inner-search .air-search-tabs-content .input-field .input-field .selectboxit-container {
        display: block;
    }

    .caleran-container .caleran-input,
    .caleran-container-mobile .caleran-input {
        width: 97% !important;
    }

    .page-hotel-detail .popup-selectbox {
        right: 0;
    }

    .table-hotel-detail tr td {
        display: inline-block;
        border: none;
        padding: 5px 15px;
    }

        .table-hotel-detail tr td.hotel-items p {
            display: inline-grid;
            margin-right: 15px;
        }

        .table-hotel-detail tr td.hotel-items img {
            display: inline-grid;
            margin-right: 15px;
        }

    .table-hotel-detail tr:nth-child(1) td:nth-child(1),
    .table-hotel-detail tr:nth-child(1) td:nth-child(2),
    .table-hotel-detail tr:nth-child(1) td:nth-child(4) {
        width: 100%;
    }

        .table-hotel-detail tr:nth-child(1) td:nth-child(2) p {
            margin-right: 15px;
            display: inline-flex;
        }

            .table-hotel-detail tr:nth-child(1) td:nth-child(2) p.highlight {
                width: 100%;
            }

    .table-hotel-detail tr:nth-child(1) td:nth-child(5),
    .table-hotel-detail tr:nth-child(1) th:nth-child(5){
        min-width: initial !important;
    }

    .table-hotel-detail tr td:last-child {
        min-width: initial !important;
        padding: 0;
        width: 50%;
    }

    .table-hotel-detail tr td .btn-submit {
        max-width:150px;
    }

    .table-hotel-detail td.td-price {
        width: calc(50% - 15px);
        text-align: left;
    }

    .table-hotel-detail td .img {
        width: 100%;
    }
    /*.table-hotel-detail tr td:nth-child(n+2) {
         width: 50% !important;
        min-width: inherit !important;
        float: left;
    }
    .table-hotel-detail tr td:nth-child(3) {
        margin-top: 44px;
    }
    .table-hotel-detail tr td:nth-child(5),
    .table-hotel-detail tr td:nth-child(6) {
        width: 100% !important;
        /*text-align: left;
    }*/

    .table-hotel-detail tr {
        border-bottom: 1px solid #F5F5F5;
        padding: 15px 0px;
        display: block;
    }
    .table-hotel-detail tr td .btn-submit {
        /*width: 100%;*/
    }
    .table-hotel-detail.bg-green01 {
        background-color: #4bbdad;
        display: none;
    }
    .table-hotel-detail tr:nth-child(2) td:last-child {
        /*width: 100% !important;*/
    }
    p.subheading {
        font-size: 14px;
    }
    .hotel-room-detail {
        display: block;
    }
    .hotel-room-detail .img {
        display: block;
        width: 100%;
    }
    .hotel-room-detail .content {
        position: relative;
        display: block;
        padding: 15px 15px;
    }
    .contact-person-info .name-field .input-field {
        width: 100% !important;
    }
    .contact-person-info .contact-field .input-field:nth-child(1) {
        width: 33% !important;
        /* float: none !important; */
    }
    .contact-person-info .contact-field .input-field:nth-child(2) {
        widtH: 65% !important;
        float: left !important;
    }
    .contact-person-info .contact-field .input-field:nth-child(2) label {
        margin: 0 !important;
    }
    .one-field .td {
        display: block;
    }
    .one-field label,
    .one-field .label {
        line-height: 12px;
        margin-top: 10px;
    }
    .agreementcheck {
        margin-top: 18px !important;
    }
    .radio-wrap {
        line-height: 21px;
    }
    .wifi-egg .col-right {
        position: relative;
    }
    .wifi-egg .col .txt {
        position: relative;
        display: block;
        width: 100%;
        min-height: 70px;
        padding: 0;
        text-align: center;
    }
    .wifi-egg .col-left {
        padding: 0;
    }
    .wifi-egg .col img {
        position: relative;
        width: 70%;
        margin: 0 auto 0 9px;
    }
    .wifi-egg .col .txt p {
        display: block;
        vertical-align: middle;
    }
    .selectboxit-text {
        float: none;
        line-height: 39px;
        display: inline-block;
    }
    .wifi-egg .input-field label {
        line-height: 18px;
        top: 10px;
    }
    .wifi-egg .input-field {
        border: none;
    }
    .wifi-egg .col-right {
        top: 0px;
        margin: 0 auto;
        right: 0;
        width: 140px;
    }
    .page-tour-success ul.list-style-info li span:nth-child(2) {
        margin-top: 7px;
    }
    .flighttable .tr .th:first-child {
        width: 100px !important;
    }
    .icon-flight-company {
        height: 20px;
        margin: 0 !important;
        position: relative;
        top: 0;
        display: inline-block !important;
        left: 0;
        width: 20px !important;
    }
    .table.table-style-1 .td {
        line-height: 20px;
    }
    html.landing .landing-banner {
        display: block !important;
    }
    .landing-banner .banner-content {
        display: block;
    }
    .air-search-wrap .bottom .row .input-field,
    .hotel-search-wrap .bottom .row .input-field {
        width: 100%;
        display: block;
    }
    .air-search-wrap,
    .hotel-search-wrap {
        padding: 10px 0 60px;
    }
    .card-air-wrap .card .content {
        max-height: 170px;
        padding-bottom: 25px;
    }
    .card-air-wrap .card .content .location {
        padding: 0;
    }
    .card-air-wrap .card .content .price {
        position: relative;
        top: 0;
        right: 0;
        bottom: inherit;
        left: inherit;
        width: 100%;
        padding-right: 0;
        text-align: left;
    }
    .card-air-wrap .card .content .bottom .date {
        font-size: 12px;
        line-height: 18px;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        text-align: left;
    }
    .card-air-wrap .card .content .bottom .company {
        font-size: 14px;
        line-height: 18px;
        position: relative;
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .card-air-wrap .card .content .bottom .company .txt {
        padding: 0;
    }
    .card-air-2-wrap .card .content {
        top: 0;
    }
    .card-air-2-wrap .card {
        width: 98% !important;
        height: 130px;
    }
    .ad img {
        width: 100% !important;
    }
    .input-field.w50 .selectboxit-container {
        width: 100%;
    }
}