.thumbnail2 {
    position: absolute;
    padding: 0 0px;
    /* right: -7px; */
    bottom: 0;
    z-index: 99;
    width: 147px;
    height: 45px;
}
.thumbnail2 p {
    color: #fff;
    padding-left: 10px;
    margin-top: 7px;
    font-size: 20px;
}
.thumbnail21 {
    position: absolute;
    padding: 0 0px;
    bottom: 0;
    left: 147px;
    z-index: 99;
    width: 120px;
    height: 44px;
}

.thumbnail21 p {
    color: #fff;
    padding-left: 10px;
    margin-top: 6px;
    font-size: 20px;
}
.btnn {
    background-color: #000;
    color: #fff;
    border: none;
}

.social-share-icon {
    -webkit-filter: url(#goo);
    filter: url(#goo);
}

.post-date2 {
    position: absolute;
    top: 25%;
    right: 5%;
    padding: 3%;
    border-radius: 50px;
    background-color: #ffc600;
}

.post-date3 {
    position: absolute;
    top: 29%;
    left: 5%;
    padding: 1% 3%;
    background-color: #e68fb5f2;
}

.social-share-icon a.a {
    z-index: 123;
}

.social-share-icon a {
    text-decoration: none;
    color: #212121;
    height: 45px;
    width: 45px;
    border-radius: 100px;
    display: inline-block;
    background-color: #FFF;
    line-height: 45px;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2)
}

.social-share-icon a:hover {
    background: linear-gradient(90deg, #6ecc80 0%, #359eb8 50%, #4159d0 100%);
    color: #fff;
}

.social-share-icon a i {
    line-height: inherit;
}

.social-share-icon a.a1 {
    transform: translateX(245px);
    transition: all ease-in-out 200ms;
    opacity: 0;
}

.social-share-icon a.a2 {
    transform: translateX(196px);
    transition: all ease-in-out 300ms;
    opacity: 0;
}

.social-share-icon a.a3 {
    transform: translateX(147px);
    transition: all ease-in-out 400ms;
    opacity: 0;
}

.social-share-icon a.a4 {
    transform: translateX(98px);
    transition: all ease-in-out 500ms;
    opacity: 0;
}

.social-share-icon a.a5 {
    transform: translateX(49px);
    transition: all ease-in-out 600ms;
    opacity: 0;
}

.social-share-icon:hover a.a1 {
    transform: translateX(0);
    transition: all ease-in-out 600ms;
    opacity: 1;
}

.social-share-icon:hover a.a2 {
    transform: translateX(0);
    transition: all ease-in-out 500ms;
    opacity: 1;
}

.social-share-icon:hover a.a3 {
    transform: translateX(0);
    transition: all ease-in-out 400ms;
    opacity: 1;
}

.social-share-icon:hover a.a4 {
    transform: translateX(0);
    transition: all ease-in-out 300ms;
    opacity: 1;
}

.social-share-icon:hover a.a5 {
    transform: translateX(0);
    transition: all ease-in-out 200ms;
    opacity: 1;
}

.long_dash11 {
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, #6ecc80 0%, #359eb8 50%, #4159d0 100%);
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 11px;
}

@charset "utf-8";

.scrollbar {
    height: 412px !important;
    overflow-y: scroll !important;
}

#style-3::-webkit-scrollbar {
    width: 1px !important;
    background-color: #fff;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.room-section {
    padding: 3rem 0;
    background-size: cover;

}

.tab-section {
    padding: 1rem 0;
    background-size: cover;
}

.ber-section {
    height: 600px;
    padding: 15rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (max-width: 1199px) {
    .ber-section {
        height: auto;
        padding: 15rem 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

.hi-section {
    padding: 4rem 0;
    background: linear-gradient(90deg, rgba(110, 204, 128, 1) 0%, rgba(53, 158, 184, 1) 50%, rgba(65, 89, 208, 1) 100%);
    background-size: cover;

}

.lix-section {
    padding: 7rem 0;
    background-image: linear-gradient(#050a35c2, rgb(31 32 37 / 81%)), url(../img/bg_05.html);
    background-size: cover;

}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50px !important;
}

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

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 280px) and (max-width: 567px) {}

@media only screen and (min-width: 375px) and (max-width: 666px) {}

@media only screen and (min-width: 414px) and (max-width: 735px) {}

@media only screen and (min-width: 768px) and (max-width: 1023px) {}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media only screen and (min-width: 1366px) {}



.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

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

/************
2. 1440px
************/

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

/************
3. 1380px
************/

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

/************
3. 1280px
************/

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

/************
4. 1199px
************/

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

/************
4. 1100px
************/

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

/************
5. 1024px
************/

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

/************
6. 991px
************/

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

/************
7. 959px
************/

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

/************
8. 880px
************/

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

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
    .owl-nav .owl-prev {
        left: 25px !important;
    }

    .owl-nav .owl-next {
        right: 25px !important;
    }

    .owl-nav>div {
        margin-top: -26px;
        position: absolute;
        top: 50%;
        color: #59c4b1;
    }

    .post-slide7 .post-review {
        border: 1px solid #e7e7e7;
        border-top: none;
        padding: 35px 20px 25px;
        background: #fff;
        position: relative;
    }

    .post1 li {
        display: list-item;
        font-size: 19px !important;
    }

    .rental-form {
        padding: 1rem;
        background-color: #f8f8f8;
    }

    .post-slide7 {
        margin: 10px;
    }

    .navtop {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: nowrap !important;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .nav-pills .nav-link {
        border-radius: 0rem;
        text-align: left;
        font-size: 16px !important;
        font-weight: 700;
        border-bottom: 5px solid #cccccc;
    }

    .carousel-caption h1 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 21px;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 13%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }

    .search-sec {
        padding: 2rem 0;
    }

    .room-section {
        padding: 2rem 0;
        background-size: cover;
    }

    .search-slt {
        margin-bottom: 1rem;
    }
}

/************
11. 539px
************/

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

/************
12. 480px
************/

@media only screen and (max-width: 480px) {
    .map-list li:hover .details {
        display: none !important;
    }
}

/************
13. 479px
************/

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

#back-to-top {
    position: fixed;
    bottom: 88px;
    right: 26px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 39px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    opacity: 0;
    background: linear-gradient(90deg, rgba(130, 146, 226, 1) 0%, rgba(53, 158, 184, 1) 50%, rgba(110, 204, 128, 1) 100%);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.5s ease-out 0s;
}

#back-to-top:hover {
    background: linear-gradient(90deg, rgba(110, 204, 128, 1) 0%, rgba(53, 158, 184, 1) 50%, rgba(65, 89, 208, 1) 100%);
}

#back-to-top.show {
    opacity: 1;
}


/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
    color: #f9f9f9;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}

.video-main {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;

}

.video {
    height: 50px;
    width: 90px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    font-size: x-large;
    border: 2px solid #ffffff73;
    display: inline-block;
    background: #00000005;
    z-index: 999;
}

.video:hover {

    color: #fff;
    background: #e00f0f;
    font-size: x-large;
    border: 2px solid #e00f0f;

}


.fa-play:before {
    content: "\f04b";
}


/*************************vdo********************/
.wrapper {
    display: inline-block;
}

.wrapper img {
    width: 100%;
    background-size: cover;
}

.video-main {
    position: relative;
    display: inline-block;
}

.video-main {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;

}

.video {
    height: 50px;
    width: 90px;
    line-height: 75px;
    text-align: center;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    font-size: x-large;
    border: 2px solid #fff0;
    display: inline-block;
    background: #00000005;
    z-index: 999;
}

.video:hover {

    color: #fff;
    background: #fff0;
    font-size: x-large;
    border: 2px solid #fff0;

}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: linear-gradient(90deg, #6ecc80 0%, #359eb8 50%, #4159d0 100%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: 50px;
    left: 50px;
    margin: auto;
    bottom: 0;
    top: 0;
    z-index: 0;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/*************************vdo********************/