/*setting-widget*/
.OFFR-WDGT-1 {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.9);
    width: 300px;
    height: 400px;
    z-index: 10;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.OFFR-WDGT-1 .hot-offer-widget {
    display: flex;
    -webkit-display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

.OFFR-WDGT-1 .close-offer {
    position: absolute;
    right: 12px;
    top: 11px;
    color: #fff;
    font-size: 15px;
    line-height: 1
}

.OFFR-WDGT-1 .close-offer:hover {
    color: #fc87d1;
    text-decoration: none
}

.OFFR-WDGT-1 .close-offer-left {
    position: absolute;
    right: 12px;
    top: 11px;
    color: #fff;
    font-size: 15px;
    line-height: 1
}

.OFFR-WDGT-1 .close-offer-left:hover {
    color: #fc87d1;
    text-decoration: none
}

.OFFR-WDGT-1 .last-mintoffer {
    border: 2px dashed #ffffff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
}

.OFFR-WDGT-1 .last-mintoffer:after {
    content: "";
    border-top: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
}

.OFFR-WDGT-1 .last-mintoffer-inner {
    background: none;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    text-transform: uppercase;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 28px;
}

.OFFR-WDGT-1 .last-mintoffer-inner span {
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.OFFR-WDGT-1 .sgd-ofer-nt span {
    font-size: 51px;
    vertical-align: text-bottom;
    line-height: 0.9;
    font-weight: 600
}

.OFFR-WDGT-1 .sgd-ofer-nt {
    font-size: 19px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 20px 0 0;
    line-height: 1
}

.OFFR-WDGT-1 .wht-bdr-btn {
    display: block;
    color: #ffffff;
    border-radius: 20px;
    border: 2px solid #ffffff;
    margin-top: 25px;
    text-transform: uppercase;
    padding: 9px 25px 7px;
    font-weight: bold;
    font-size: 12px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.OFFR-WDGT-1 .wht-bdr-btn:hover {
    background: rgba(0, 0, 0, 0.1)
}

.offer_button_1 {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    left: -50px;
    z-index: 8;
}

.offer_button_1 a.lastMinBtn {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-align: center;
    padding: 18px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

.offer_button_1 a.lastMinBtn:hover,
.offer_button_1 a.lastMinBtn:focus {
    text-decoration: none;
}

/**********/

/*Room Template 1 Style Starts*/
.room-template-1-offer {
    top: 129px;
    height: 422px;
    background: rgba(153, 0, 97, 0.8);
}

/******************************/

@media only screen and (max-width:1366px) {
    .OFFR-WDGT-1 {
        top: 60%;
    }
}

@media only screen and (max-width:1100px) {
    .room-template-1-offer {
        top: 129px;
        width: 255px;
        height: 353px;
    }
}

@media only screen and (max-width:480px) {
    .OFFR-WDGT-1 {
        width: 100%;
        top: 0;
        transform: none;
        right: 0;
    }
}

/**=====================END============================**/

/*setting-widget 2*/
.OFFR-WDGT-2 {
    right: -240px;
    top: 50%;
    position: fixed;
    z-index: 9999;
    padding: 0;
    transform: translateY(-50%);
    transition: ease 0.8s;
    padding: 0 10px;
    text-align: center;
}

.OFFR-WDGT-2.open {
    right: 0;
}

.OFFR-WDGT-2 .offer_bttn {
    background: rgba(217, 32, 2, 0.8);
    transform: rotate(270deg);
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
    margin-right: -71px;
    margin-top: 72px;
}

.OFFR-WDGT-2 .offer_bttn:hover,
.OFFR-WDGT-2 .offer_bttn:focus {
    text-decoration: none;
}

.offer_text_box {
    float: left;
    width: 240px;
    background: rgba(217, 32, 2, 0.8);
    padding: 10px 20px;
    text-align: center;
    border-radius: 0 0 0 10px;
}

.offer_text_box h3 {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0 0 20px;
    font-family: 'Rochester', cursive;
}

.offer_text_box p {
    font-size: 36px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
}

.offer_text_box p span {
    font-weight: 300;
}

.offer_text_box p span.off_text {
    transform: rotate(270deg);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    margin-left: -15px;
}

.offer_text_box p.condition {
    font-size: 10px;
    text-align: right;
    text-transform: none;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

/**********/

@media only screen and (max-width:359px) {
    .OFFR-WDGT-2 {
        right: -206px;
    }

    .offer_text_box {
        padding-left: 4px;
        padding-right: 4px;
    }
}


/*Offer Widget 4 Area Starts*/
.OFFR-WDGT-4 {
    padding: 0;
}

.OFFR-WDGT-4 .offer_image {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.OFFR-WDGT-4 .offer_image img {
    width: 100%;
}

.OFFR-WDGT-4 .offer_1 {
    width: 272px;
    height: 272px;
    padding-top: 40px;
    text-align: center;
    border-radius: 50%;
    background: #ffe06f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    box-shadow: 0 0 0 20px rgba(255, 224, 111, 0.41);
}

.OFFR-WDGT-4 .text-1 {
    font-size: 27px;
    color: #585858;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    font-weight: 300;
}

.OFFR-WDGT-4 h4 {
    font-size: 40px;
    color: #585858;
    font-family: 'Heebo', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.OFFR-WDGT-4 h4 span {
    display: block;
    color: #8a1111;
}

.OFFR-WDGT-4 .text-2 {
    font-size: 14px;
    color: #585858;
    font-family: 'Heebo', sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.OFFR-WDGT-4 .text-price {
    font-size: 34px;
    color: #8a1111;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.OFFR-WDGT-4 .offer_2 {
    background: #4a2e51;
    position: absolute;
    height: 100%;
    padding: 0;
}

.OFFR-WDGT-4 .offer_2 h3 {
    font-size: 31px;
    color: #fff;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.OFFR-WDGT-4 .offer_2 h3 span {
    font-size: 26px;
    font-weight: 400;
    display: block;
    text-transform: lowercase;
}

.OFFR-WDGT-4 .early {
    background: #e98245;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    margin: 15px 0 30px;
    padding: 3px 15px;
    text-transform: uppercase;
    color: #fff;
}

.OFFR-WDGT-4 .offer_2 .save {
    font-size: 58px;
    color: #fff;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

.OFFR-WDGT-4 .offer_2 .save span {
    font-size: 30px;
}

.OFFR-WDGT-4 .offer_2 .percentage {
    font-size: 100px;
    color: #e98245;
    margin: 0;
    font-family: 'Lato', sans-serif;
    line-height: 50px;
    font-weight: 500;
    padding: 10px 0 0 15px;
}

.OFFR-WDGT-4 .offer_2 .percentage span {
    font-size: 35px;
}

.OFFR-WDGT-4 .offer_2 .book {
    font-size: 20px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 20px 0;
    border-top: 1px #7c7c7c solid;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.OFFR-WDGT-4 .offer_2 .offer_padding {
    padding: 50px 30px 0;
}

@media only screen and (max-width:767px) {
    .OFFR-WDGT-4 .offer_image {
        height: auto;
    }

    .OFFR-WDGT-4 .offer_2 {
        position: relative;
        top: auto;
        left: auto;
    }

    .OFFR-WDGT-4 .offer_1 {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 25px auto;
    }
}

/*Offer Widget 4 Area Ends*/


/*Offer Widget 5 Area Starts*/
.OFFR-BTTN-5 {
    position: fixed;
    top: 60%;
    transform: translate(43%, -50%) rotate(-90deg);
    right: -100%;
    z-index: 10;
    transition: ease 0.8s;
}

.OFFR-BTTN-5 a {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Arimo', sans-serif;
    font-weight: 600;
    padding: 10px 35px;
}

.OFFR-BTTN-5 a:hover {
    text-decoration: none;
    background: #000;
}

.OFFR-WDGT-5 {
    position: fixed;
    right: -100%;
    bottom: 0;
    top: auto;
    border-radius: 10px;
    transition: ease 0.8s;
    background: rgba(0, 0, 0, 0.8);
    width: 300px;
    height: 100%;
    max-height: 370px;
    z-index: 10;
    display: block !important;
    padding: 10px;
    overflow-y: auto;
}

.OFFR-WDGT-5.open,
.OFFR-BTTN-5.open {
    right: 0;
}

.OFFR-WDGT-5 .hot-offer-widget {
    display: flex;
    -webkit-display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
}

.OFFR-WDGT-5 .hot-offer-widget ul {
    padding-left: 0;
}

.OFFR-WDGT-5 .close-offer {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    margin-right: auto;
}

.OFFR-WDGT-5 .close-offer:hover {
    color: #fc87d1;
    text-decoration: none
}

.OFFR-WDGT-5 .last-mintoffer {
    border: 2px dashed #ffffff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
}

.OFFR-WDGT-5 .last-mintoffer:after {
    content: "";
    border-top: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
}

.OFFR-WDGT-5 .last-mintoffer-inner {
    background: none;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    text-transform: uppercase;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 22px;
}

.OFFR-WDGT-5 .last-mintoffer-inner span {
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.OFFR-WDGT-5 .sgd-ofer-nt span {
    font-size: 51px;
    vertical-align: text-bottom;
    line-height: 0.9;
    font-weight: 600
}

.OFFR-WDGT-5 .sgd-ofer-nt {
    font-size: 19px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 20px 0 0;
    line-height: 1
}

.OFFR-WDGT-5 .wht-bdr-btn {
    display: block;
    color: #ffffff;
    border-radius: 20px;
    border: 2px solid #ffffff;
    margin-top: 25px;
    text-transform: uppercase;
    padding: 9px 25px 7px;
    font-weight: bold;
    font-size: 12px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.OFFR-WDGT-5 .wht-bdr-btn:hover {
    background: rgba(0, 0, 0, 0.1)
}

/**********/
@media only screen and (max-width:1100px) {
    .OFFR-WDGT-5 {
        bottom: 45px;
        max-height: 300px;
    }
}

@media only screen and (max-width:767px) {
    .OFFR-WDGT-5 .close-offer {
        right: 11px;
        left: auto;
    }
}

@media only screen and (max-width:480px) {
    .OFFR-WDGT-5 {
        width: 100%;
        top: 50%;
        transform: translateY(-40%);
        max-width: calc(100% - 30px);
    }

    /* .OFFR-BTTN-5{transform: translate(35%, -50%) rotate(-90deg);}
	.OFFR-BTTN-5 a span{display:none;} */
}

/**=====================END============================**/


/*Offer Widget 7 Area Starts*/
.OFFR-BTTN-7 {
    position: fixed;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    transition: ease 0.8s;
}

.OFFR-BTTN-7 a {
    background: #000;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Arimo', sans-serif;
    font-weight: 600;
    display: block;
    padding: 10px 35px;
}

.OFFR-BTTN-7 a:hover {
    text-decoration: none;
    background: #000;
}

.OFFR-WDGT-7 {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100%;
    border-radius: 10px;
    transition: ease 0.8s;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    text-align: center;
    width: 300px;
    height: auto;
    min-height: 400px;
    z-index: 9;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.OFFR-WDGT-7.open,
.OFFR-BTTN-7.open {
    bottom: 0;
}

.OFFR-WDGT-7 .hot-offer-widget {
    display: flex;
    -webkit-display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    font-size: 16px;
}

.OFFR-WDGT-7 .close-offer {
    position: absolute;
    left: 12px;
    top: 11px;
    color: #fff;
    font-size: 15px;
    line-height: 1
}

.OFFR-WDGT-7 .close-offer:hover {
    color: #fc87d1;
    text-decoration: none
}

.OFFR-WDGT-7 .close-offer-bottom {
    position: absolute;
    left: 12px;
    top: 11px;
    color: #fff;
    font-size: 15px;
    line-height: 1
}

.OFFR-WDGT-7 .close-offer-bottom:hover {
    color: #fc87d1;
    text-decoration: none
}

.OFFR-WDGT-7 .last-mintoffer {
    border: 2px dashed #ffffff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
}

.OFFR-WDGT-7 .last-mintoffer:after {
    content: "";
    border-top: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
}

.OFFR-WDGT-7 .last-mintoffer-inner {
    background: none;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
}

.OFFR-WDGT-7 .last-mintoffer-inner span {
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.OFFR-WDGT-7 .sgd-ofer-nt span {
    font-size: 51px;
    vertical-align: text-bottom;
    line-height: 0.9;
    font-weight: 600
}

.OFFR-WDGT-7 .sgd-ofer-nt {
    font-size: 19px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 20px 0 0;
    line-height: 1
}

.OFFR-WDGT-7 .wht-bdr-btn {
    display: block;
    color: #ffffff;
    border-radius: 20px;
    border: 2px solid #ffffff;
    margin-top: 25px;
    text-transform: uppercase;
    padding: 9px 25px 7px;
    font-weight: bold;
    font-size: 12px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.OFFR-WDGT-7 .wht-bdr-btn:hover {
    background: rgba(0, 0, 0, 0.1);
}

/**********/
@media only screen and (max-width:1100px) {
    .OFFR-BTTN-7.open {
        bottom: 60px;
    }

    .OFFR-WDGT-7 {
        z-index: 99999;
    }
}

@media only screen and (max-width:767px) {
    .OFFR-BTTN-7 a {
        padding: 10px;
    }

    .OFFR-BTTN-7 span {
        display: none;
    }

    .OFFR-BTTN-7 i {
        font-size: 20px;
    }
}

/**=====================END============================**/

/* centered offer style start */
.centered_offer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
    background-color: rgba(0, 0, 0, 0.25);
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 15px;
    overflow-y: auto;
}

.centered_offer ._slider_wrapper {
    width: 100%;
    max-width: 820px;
    max-height: calc(100vh - 60px);    
    scrollbar-color: #555 #aaa;
    scrollbar-width: thin;
    position: relative;
    color: #333;
    z-index: 2;
}

.centered_offer ._slider .owl-item {
    background-color: #fff;
}

.centered_offer ._content {
    font-size: 16px;
    line-height: 22px;
}

.centered_offer ._content h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
}

.centered_offer ._content p {
    margin-bottom: 15px;
}

.centered_offer ._content p span,
.centered_offer ._content strong {
    display: block;
}

.centered_offer ._content ul {
    padding-left: 0;
}

.centered_offer ._content ul li {
    list-style-type: square;
    list-style-position: inside;
}

.centered_offer ._content .btn {
    background-color: #bb9d78;
    color: #fff;
    padding: 12px 24px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    line-height: 100%;
    display: table;
    margin: 10px 0 0;
}

.centered_offer ._content .btn:hover {
    background-color: #333 !important;
}

.centered_offer ._close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 3;
    opacity: 0.5;
    /*display: none;*/
}

.centered_offer ._close:after,
.centered_offer ._close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 1px;
    background-color: #000;
}

.centered_offer ._close:after {
    transform: rotate(45deg);
}

.centered_offer ._close:before {
    transform: rotate(-45deg);
}

.centered_offer ._overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.centered_offer .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.centered_offer .owl-dots span {
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #444;
    border-radius: 50%;
}

.centered_offer .owl-dots .owl-dot {
    padding: 0 4px;
}

.centered_offer .owl-dots .owl-dot.active span {
    background-color: #444;
}

.centered_offer .prom_slider_sub_content {
    padding: 20px 20px 40px;
}

.centered_offer ._content ul:last-child {
    margin-bottom: 0;
}

.centered_offer ._description {
    padding: 30px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    z-index: 1;
    text-align: center;
    margin: auto;
    max-width: 720px;
}

.centered_offer ._description h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
}

.centered_offer ._description div {
    font-size: 16px;
    font-weight: 400;
}

/* centered offer style end */
html {
    scrollbar-width: thin;
    scrollbar-color: #555 #aaa;
}

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
}

::-webkit-scrollbar-thumb {
    background: #555;
}