﻿@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .mycloud-banner_txt {
        margin-top: 75px;
    }
}

@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */
    .mycloud-guest-htl-title {
        margin-top: 100px;
        float: left;
    }

    .mycloud-banner_txt {
        margin-top: 160px;
    }
}

@media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .mycloud-guest-htl-title {
        margin-top: 40px;
        float: left;
    }

    .mycloud-banner_txt {
        margin-top: -21px;
    }
}

.remove-scroll {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #CCCCCC;
}

::-webkit-scrollbar-thumb {
    background-color: #aaaaaa;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaaaaa; /*border: 1px solid #333333;*/
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #aaaaaa;
        /*border: 1px solid #333333;*/
    }

::-webkit-scrollbar-track {
    /*border: 1px gray solid;*/
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px #CCCCCC inset;
}


.booknow_inp_btn {
    width: 100%;
    display: inline-block;
    border-radius: 0 5px 5px 0;
    text-align: center;
    background: #FF3E56;
    color: #FFFFFF;
    padding: 5px;
}

    .booknow_inp_btn:hover {
        text-decoration: none;
        color: #FFFFFF;
        background: green;
    }


@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */

}


@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

}

@media (min-width:1281px) { /* hi-res laptops and desktops */

}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    /*background: url(images/preloader.gif) center no-repeat #fff;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*this to solve "the content will not be cut when the window is smaller than the content": */
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    background: #000000;
    opacity: 0.7;
}

#circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    height: 120px;
    z-index: 999;
    opacity: 1 !important;
}

    #circle img {
        opacity: 1 !important;
        border-radius: 50%;
    }

.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid #162534;
    border-top: 8px solid #09f;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.bill-booknow-diabled a {
    background-color: #999;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    font-size: 18px;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 16px;
    cursor: not-allowed;
}

/* drop down css, start */

.custom_dropdown {
    background-color: #F3F7F7;
    width: 100% !important;
    overflow-y: scroll !important;
    height: 200px !important;
}

    .custom_dropdown li {
        padding: 5px 15px;
        border-bottom: 1px #33FFEC solid;
        font-weight: 600;
    }

        .custom_dropdown li:last-child {
            border-bottom: none;
        }

        .custom_dropdown li:hover {
            background-color: #FBFBFB;
        }

.custom_dropdown_btn {
    width: 100%;
}

.custom_drop_text {
    max-width: 80%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.custom_drop_text_desti {
    max-width: 110%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.custom_drop_arrow {
    float: right;
    max-width: 20%;
}

/* drop down css, end */

/* star rating css, start */
:root {
    --star-size: 20px;
    --star-color: #9DE5E7;
    --star-background: #94A317;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
}

    /* make sure ★ appears correctly line-height: 1;*/
    .Stars::before {
        content: '★★★★★';
        letter-spacing: 0px;
        background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.Stars-div {
    padding-left: 0px !important;
    font-size: 10px;
    color: #2bbeae;
    font-weight: 500;
}

.Stars-rating-label {
    padding-left: 0px !important;
    font-size: 13px;
    color: #2bbeae;
    font-weight: 500;
    margin: auto 10px;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    cursor: pointer;
}

.Stars-review-label {
    font-size: 13px;
    color: #2bbeae;
    font-weight: 500;
    margin: auto 50px;
    font-family: 'CircularStd-Black',Helvetica,Arial,serif;
    cursor: pointer;
}
/* star rating css, end */

/* popup class, start*/
.model.popup.message-box {
    z-index: 9999999999;
    font-size: 18px;
    text-align: center;
    width: 400px;
    min-height: 200px;
}

.model.popup {
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    margin: 0 -15px;
    padding: 0px 0px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9002;
    display: none;
    background: #fff;
}

    .model.popup .headline_popup {
        color: #FFFFFF;
    }

.div_popup_bottom .header_innr {
    padding: 5px 0;
    background: linear-gradient(to right, #1a93d0, #2bbeae);
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.pull-left {
    float: left !important;
}

.model .h4, h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

.pull-right {
    float: right !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.close_btn > i {
    font-size: 20px;
    cursor: pointer;
}

.overlayPopUpLevel1 {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9001;
    opacity: 0.5;
}

.remove-scroll {
    overflow: hidden;
}

.model .popup_footer {
    text-align: center;
}

.model .pupup_button {
    border: none;
    background: white;
    font-size: 15px;
    padding: 5px 10px;
    color: #728AC6;
    font-weight: 500;
    outline: none;
}

.model .error_label {
    padding: 10px 0px;
    font-size: 15px;
    color: #5C2E2E;
    font-weight: 500;
}
/* popup class, end*/
/* popup rating class, start*/
.main-rating-div {
    text-align: center;
    line-height: 30px;
    padding: 30px 0px;
}

    .main-rating-div .Stars-rating-label {
        font-size: 25px;
        color: var(--star-background);
        font-weight: 600;
        font-family: inherit;
        cursor: pointer;
    }

    .main-rating-div > .fa, .fas {
        color: var(--star-background);
    }

    .main-rating-div .user-rating-label {
        color: var(--star-background);
    }

.progress {
    height: 10px;
    border-radius: 10px;
}

.interface-rating-div {
    line-height: 35px;
}

    .interface-rating-div .vl {
        height: 80%;
        overflow: hidden;
        top: 5%;
    }

.property-name {
    font-size: 25px;
    font-weight: 600;
    color: #489C76;
}

.custom-padding {
    padding: 0px;
}

.services-text {
    color: #6E7AEE;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.inner {
    min-height: 100px;
    max-height: 600px;
}

.interface-image-section {
    width: 50%;
}

    .interface-image-section .interface-image {
        width: 100%;
        height: 100%;
        max-width: 40px;
        max-height: 40px;
        margin-bottom: 5px;
    }

    .interface-image-section .user-image {
        max-width: 100px;
        max-height: 100px;
        margin-bottom: 5px;
    }

.user-ratings {
    height: 300px;
    overflow: auto;
}

    .user-ratings .title {
        color: #4169CC;
        text-transform: capitalize;
    }

    .user-ratings .reviews {
        color: #2D344D;
    }

    .user-ratings .interface-image-section1 {
        margin-top: 5px;
        width: 30%;
    }

.interface-image-section1 .interface-image {
    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 40px;
    margin-bottom: 5px;
}
/* popup rating class, end*/

/* sigin popup login toggle, start */
.onoffswitch {
    position: relative;
    width: 50%;
    margin: 5px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    /*border: 2px solid #999999;*/
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Guest Login";
        padding-left: 10px;
        background-color: #34A7C1;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "Travel Agent Login";
        padding-right: 10px;
        background-color: #34A7C1;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    /*right: 56px;*/
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/* sigin popup login toggle, end */

/*Modify guest details popup, start*/
.basic_detail_form label {
    font-size: 12px;
}

.basic_detail_form select {
    height: 40px;
}

.basic_detail_form input {
    height: 40px;
}

.basic_detail_form .hr_line {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bill-booknow button {
    background-color: rgb(255, 62, 86);
    display: inline-block;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: CircularStd-Black, Helvetica, Arial, serif;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
/*Modify guest details popup, end*/

.cart_error_message_div {
    margin-top: 10px;
    width: 80%;
    cursor: pointer;
}

.sticky_footer_pax_base {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 60px;
    background-color: #808080;
    color: #F5F5F5 !important;
    padding-top: 4px;
    border-radius: 5px;
}

    .sticky_footer_pax_base .cart {
        line-height: 45px;
        font-size: 18px;
        color: #9B9B9B;
        font-weight: 300;
        margin-left: 5px;
        float: right;
        font-family: 'CircularStd-Black',Helvetica,Arial,serif;
        /*display: none;*/
        box-shadow: 0px 0px 12px 2px #c1bebe;
        -moz-box-shadow: 0px 0px 12px 2px #c1bebe;
        -webkit-box-shadow: 0px 0px 12px 2px #c1bebe;
        border-radius: 49.9%;
        width: 50px;
        height: 50px;
        overflow: hidden;
    }

    .sticky_footer_pax_base cart:hover {
        text-decoration: none;
        color: #FFFFFF;
        background: green;
    }

.mainfilter {
    z-index:999;
    position: fixed;
    top:0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 78px;
    box-shadow: 0px 0px 12px 2px #c1bebe;
    -moz-box-shadow: 0px 0px 12px 2px #c1bebe;
    -webkit-box-shadow: 0px 0px 12px 2px #c1bebe;
}

div.container4 {
    height: 30em;
    position: relative;
}

    div.container4 p {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 30%;
        margin-right: -50%;
    }

@media only screen and (max-width: 768px) {
    div.container4 p {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0%;
    }
}

.room-added-in-cart {
    background-color: #E5EFAE;
}

.disabled-pax-button {
    background-color: #CCCCCC !important;
    border-color: #F5F0EF !important;
}

.enabled-pax-button {
    background-color: #64A51C !important;
    border-color: #F5F0EF !important;
}