@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
}

body {

    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    min-height: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 26px;
    color: #000;
}

html {
    height: 100%;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

li {
    display: inline-block;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    color: #484848;
    font-family: 'Poppins', sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    font-weight: 600;
    line-height: 40px;
    color: #000;
}

h1,
.h1 {
    font-size: 40px;
}

h2,
.h2 {
    font-size: 35px;
}

h3,
.h3 {
    font-size: 34px;
}

h4,
.h4 {
    font-size: 30px;
}

h5,
.h5 {
    font-size: 25px;
}

h6,
.h6 {
    font-size: 20px;
    font-weight: 700;
}



a {
    font-family: 'Poppins', sans-serif;
    color: #484848;
}

a:hover {
    text-decoration: none;
}


/*Global Classes*/

/*spacing*/

.space {
    padding: 80px 0;
}

.space-pt {
    padding-top: 60px;
}

.space-pb {
    padding-bottom: 60px;
}


/*-------heading--------*/

.rc_heading {
    padding-bottom: 20px;
}

.rc_heading p {
    padding-top: 10px;
}

/*--------Button-------*/

.light-btn {
    color: #fff;
    background-color: #8dc73f;
    border-color: #8dc73f;
    border-radius: 8px;
    padding: 6px 20px;
}

.light-btn:hover {
    color: #fff;
    background-color: #8dc73f;
    border-color: #8dc73f;
    opacity: 0.8;
}

.light-btn:focus {
    color: #fff;
    background-color: #8dc73f;
    border-color: #8dc73f;
    box-shadow: none;
}

.light-btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.light-btn:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #8dc73f;
    border-color: #8dc73f;
}


/*-------------*/

.dark-btn {
    color: #fff;
    background-color: #048a45;
    border-color: #048a45;
    border-radius: 8px;
    padding: 6px 20px;
}

.dark-btn:hover {
    color: #fff;
    background-color: #048a45;
    border-color: #048a45;
    opacity: 0.8;
}

.dark-btn:focus {
    color: #fff;
    background-color: #048a45;
    border-color: #048a45;
    box-shadow: none;
}

.dark-btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.dark-btn:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #048a45;
    border-color: #048a45;
}

/*-------------------*/
/*-------------*/

.black-btn {
    color: #fff;
    background-color: #201c2d;
    border-color: #201c2d;
    border-radius: 8px;
    padding: 6px 14px;
}

.black-btn:hover {
    color: #fff;
    background-color: #201c2d;
    border-color: #201c2d;
    opacity: 0.8;
}

.black-btn:focus {
    color: #fff;
    background-color: #201c2d;
    border-color: #201c2d;
    box-shadow: none;
}

.black-btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.black-btn:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #201c2d;
    border-color: #201c2d;
}

/*-------------------*/


.subscribe-btn {
    color: #fff;
    background-color: #8dc73f;
    border-color: #8dc73f;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 6px 30px;
}

.subscribe-btn:hover {
    color: #fff;
    background-color: #8dc73f;
    border-color: #8dc73f;
}

.subscribe-btn:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #8dc73f;
    border-color: #8dc73f;
}

.subscribe-btn:focus {
    color: #fff;
    background-color: #8dc73f;
    border-color: #8dc73f;
    box-shadow: none;
}

.subscribe-btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}









#rc_navigation .bg-light {
    background-color: #fff !important;
}

#rc_navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

#rc_navigation .rc_book-now .fa-calendar-check-o {
    padding-right: 10px;
}

#rc_navigation .navbar-light .navbar-nav .active>.nav-link {
    color: #000;
    font-weight: 600;
}

#rc_navigation .navbar-light .navbar-nav .active>.nav-link:hover {
    color: #8dc73f;
}

#rc_navigation .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
}

#rc_navigation .navbar-light .navbar-nav .nav-link:hover {
    color: #8dc73f;
}

#rc_navigation .light-btn {
    font-weight: 700;
}


#datepicker>span:hover {
    cursor: pointer;
}

.datepicker table tr td.today {
    background-color: #8dc73f;
    background-image: -webkit-linear-gradient(top, #8dc73f, #8dc73f);
}

.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active {
    background-color: #8dc73f;
    background-image: -webkit-linear-gradient(top, #8dc73f, #8dc73f);
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover {
    background-color: #8dc73f;
}

.datepicker table tr td.day:hover {
    background: #8dc73f;
    cursor: pointer;
}

.datepicker.dropdown-menu {
    z-index: 99999999 !important;
}

/*-------------------Banner-Section-------------------*/
#rc_banner .rc_bedroom img {
    width: 100%;
    object-fit: cover;
    height: 82vh;
}

#rc_banner .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}

#rc_banner .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    bottom: 44%;
    left: -5px;
    text-indent: -9999px;
    background: url(../images/left-arrow.png) #fff center center;
    background-repeat: no-repeat;
    /*content: "\f060";
    font-family: 'FontAwesome';
    background-color: #fff;*/
    border-radius: 0;
    padding: 15px 10px 15px 38px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;

}

#rc_banner .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    bottom: 44%;
    right: -5px;
    text-indent: -9999px;
    background: url(../images/right-arrow.png) #fff center center;
    background-repeat: no-repeat;
    border-radius: 0;
    padding: 15px 10px 15px 38px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;

}

#rc_banner .owl-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#rc_banner .owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 1;
}

#rc_banner .owl-theme .owl-controls .owl-page.active span {
    background: #8dc73f;
}

#rc_banner .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #8dc73f;
    opacity: 1;
}

#rc_banner {
    position: relative;
}

#rc_banner .rc_feature {
    position: absolute;
    bottom: 20%;
    top: 20%;
    left: 10%;
}

#rc_banner .rc_feature-wrap {
    position: relative;
    background: #fff;
    padding: 20px;
    border: 8px solid #048a45;
    border-radius: 10px;
    width: 570px;
}

#rc_banner .white-circle p {
    background: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 28px 0;
    position: absolute;
    bottom: 0;
    top: -40px;
    right: 40px;
    box-shadow: 0 2px 6px 0 #87aec0;
    border-radius: 60px;
    color: #8dc73f;
    font-weight: 600;
}

#rc_banner .rc_feature-txt h6 {
    padding: 6px 0;
}

#rc_banner .rooms {
    padding-bottom: 30px;
}

#rc_banner .rc_book-rating {
    padding-top: 30px;
    border-top: 1px solid #000;
}

#rc_banner .book-now {
    margin-left: auto;
}

#rc_banner .rc_feature-txt {
    padding: 20px 0;
}

#rc_banner .rc_feature-txt h3 {
    padding: 15px 0;
}

#rc_banner .rooms li {
    padding: 0 25px 0 0;
}

#rc_banner .fa-bed {
    padding-right: 6px;
}

#rc_banner .fa-bath {
    padding-right: 6px;
}

#rc_banner .fa-car {
    padding-right: 6px;
}

#rc_banner .fa-star {
    color: #f8b42a;
}

#rc_banner .avenue-color {
    font-size: 14px;
    color: #048a45;
}

#rc_banner .rc_feature-txt p {
    color: #000;
}

#rc_banner .apart-color {
    color: #62606c;
    font-size: 14px;
}



/*-----------------gallery-Section------------------*/





#rc_our-gallery .gallery-wrap {
    position: relative;
}

#rc_our-gallery .gallery-img {
    margin: 10px;
}

.gallery-img img {
    width: 100%;
}

#rc_our-gallery .gallery-text {
    position: absolute;
    bottom: 10px;
    left: 24px;
    right: 24px;
}

#rc_our-gallery .gallery-img img {
    border-radius: 12px;
}

#rc_our-gallery .gallery-text h5 {
    color: #fff;
}

#rc_our-gallery .gallery-text p {
    font-size: 12px;
    color: #fff;
}

#rc_our-gallery .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}

#rc_our-gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    bottom: 44%;
    left: -28px;
    text-indent: -9999px;
    background: url(../images/arrow-left.png) #fff center center;
    background-repeat: no-repeat;
    border-radius: 0;
    border-radius: 30px;
    padding: 10px 23px;
    box-shadow: 0 0 9px -5px #000;

}

#rc_our-gallery .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    bottom: 44%;
    right: -28px;
    text-indent: -9999px;
    background: url(../images/arrow-right.png) #fff center center;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 10px 23px;
    box-shadow: 0 0 9px -5px #000;

}

#rc_our-gallery .owl-pagination {
    display: none;
}

/*----------------choose-us-section------------------*/

/*#rc_choose-us .rc_banner-img {
    display: none;
}*/

#rc_choose-us .rc_banner-img {
    display: block;
}

#rc_choose-us .rc_banner-mobile-img {
    display: none;
}

/*#rc_choose-us{
    background: url(../images/restate-choose.png) no-repeat;
    background-size: contain;

}*/

#rc_choose-us .choose-contact-us {
    padding-top: 20px;
}

/*------------------facilities-section----------------*/

#rc_facilities {
    background: #f7f7f7;
    margin-top: 40px;
}

#rc_facilities .free-service-text {
    background: #fff;
    box-shadow: 0 0 6px -5px #000;
    padding: 14px 0;
    border-radius: 8px;
}

#rc_facilities .free-service-img {
    background: #eeee;
    border-radius: 30px;
    padding: 9px 10px;
    margin: 0 15px;
}

#rc_facilities .fa-home {
    font-size: 24px;
    background: #eeee;
    padding: 10px 11px;
    border-radius: 40px;
    color: #048a45;
    margin-right: 15px;
    margin-left: 15px;

}

/*#rc_facilities .service-wrap {
    padding-top: 20px;
}*/

#rc_facilities .free-space {
    padding-top: 20px;
}

/*-------------------explore-agents-section--------------------*/

#rc_explore-agents .avenue-color {
    font-size: 14px;
    color: #048a45;
}

#rc_explore-agents .rc_rating li {
    padding-right: 4px;
}

#rc_explore-agents .rc_feature-txt p {
    color: #000;
    padding: 10px 0;
}

#rc_explore-agents .apart-color {
    color: #62606c;
    font-size: 16px;
}

#rc_explore-agents .fa-star {
    color: #f8b42a;
}

#rc_explore-agents .start-size {
    color: #62606c;
}

#rc_explore-agents .rc_call {
    padding: 15px 0;
}

#rc_explore-agents .rc_call p {
    color: #000;
}

#rc_explore-agents .card-img-top {
    border-radius: 10px;
}

#rc_explore-agents .rc_call .fa-phone {
    font-size: 16px;
    padding-right: 10px;
}

#rc_explore-agents .rc_explore-box {
    border-radius: 20px;
    padding: 20px 10px;
    box-shadow: 0 0 8px -5px #000;
    margin: 10px;

}

#rc_explore-agents .rc_feature-wrap {
    padding: 6px 15px;
}


#rc_explore-agents .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}

#rc_explore-agents .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    bottom: 54%;
    left: -20px;
    text-indent: -9999px;
    background: url(../images/arrow-left.png) #fff center center;
    background-repeat: no-repeat;
    border-radius: 0;
    border-radius: 30px;
    padding: 10px 23px;
    box-shadow: 0 0 9px -5px #000;

}

#rc_explore-agents .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    bottom: 54%;
    right: -20px;
    text-indent: -9999px;
    background: url(../images/arrow-right.png) #fff center center;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 10px 23px;
    box-shadow: 0 0 9px -5px #000;

}

#rc_explore-agents .owl-pagination {
    display: none;
}


/*-----------------reviews-------------------*/


#rc_reviews .rc_owner {
    box-shadow: 0 0 6px -3px #000;
    border-radius: 10px;
    padding: 22px 12px;
    margin: 10px;
}

#rc_reviews .rc_owner-text img {
    border-radius: 70px;
}

#rc_reviews .rc_owner h6 {
    line-height: 24px;
    padding-top: 12px;
}

#rc_reviews .rc_owner-text .rc_onr-text {
    font-size: 14px;
    font-weight: 500;

}

#rc_reviews .rc_owner-text p {
    padding: 20px 0;
}

#rc_reviews .fa-star {
    color: #f8b42a;
}

#rc_reviews .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}

#rc_reviews .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    bottom: 44%;
    left: -50px;
    text-indent: -9999px;
    background: url(../images/arrow-left.png) #fff center center;
    background-repeat: no-repeat;
    border-radius: 0;
    border-radius: 30px;
    padding: 10px 23px;
    box-shadow: 0 0 9px -5px #000;

}

#rc_reviews .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    bottom: 44%;
    right: -50px;
    text-indent: -9999px;
    background: url(../images/arrow-right.png) #fff center center;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 10px 23px;
    box-shadow: 0 0 9px -5px #000;

}

#rc_reviews .owl-pagination {
    display: none;
}


/*------------------newsletter-------------------*/

#rc_newsletter {
    background: url(../images/newsletter-banner.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 80px;
}

#rc_newsletter .rc_letter-wrap h4 {
    color: #ffff;
    text-align: center;
}

#rc_newsletter .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 18px;
}

#rc_newsletter .form-inline .form-control {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #fff;
}

#rc_newsletter .form-control:focus {
    box-shadow: none;
}


/*--------------------footer--------------------*/

#rc_footer {
    background: url(../images/footer-banner.jpg) no-repeat center center;
    background-size: cover;
}

#rc_footer .rc_footer-logo p {
    color: #fff;
    padding-top: 30px;
}

#rc_footer .footer-wrap li {
    color: #fff;
    display: block;
    padding-bottom: 15px;
}

#rc_footer .footer-wrap li p a {
    color: #fff;
}

#rc_footer .footer-wrap li p a:hover {
    color: #8dc73f;
}

#rc_footer .footer-wrap h6 {
    color: #fff;
    padding-bottom: 20px;
}

#rc_footer .footer-wrap-one li {
    display: block;
    padding-bottom: 30px;
}


#rc_footer .footer-wrap-one .marker,
#rc_footer .footer-wrap-one .phone,
#rc_footer .footer-wrap-one .envelope,
#rc_footer .footer-wrap-one .clock {
    color: #fff;
}

#rc_footer .footer-wrap-one .phone:hover,
#rc_footer .footer-wrap-one .envelope:hover {
    color: #8dc73f;
}

#rc_footer .footer-wrap-one .marker::before {
    content: "\f041";
    font-family: fontawesome;
    color: #8dc73f;
    margin-left: -20px;
    padding-right: 10px;
}


#rc_footer .footer-wrap-one .phone::before {
    content: "\f095";
    font-family: fontawesome;
    color: #8dc73f;
    margin-left: -20px;
    padding-right: 10px;
}

#rc_footer .footer-wrap-one .envelope::before {
    content: "\f003";
    font-family: fontawesome;
    color: #8dc73f;
    margin-left: -20px;
    padding-right: 10px;
}

#rc_footer .footer-wrap-one .clock::before {
    content: "\f017";
    font-family: fontawesome;
    color: #8dc73f;
    margin-left: -20px;
    padding-right: 10px;
}

#rc_footer .footer-wrap-one h6 {
    color: #fff;
    padding-bottom: 20px;
}

#rc_footer .rc_follow-wrap h6 {
    color: #fff;
    padding-bottom: 12px;
}

.restate-color {
    color: #8dc73f;
}

#rc_footer .fa-map-marker {
    padding-right: 12px;
    color: #8dc73f;
}

#rc_footer .fa-phone {
    padding-right: 12px;
    color: #8dc73f;
}

#rc_footer .fa-envelope-o {
    padding-right: 12px;
    color: #8dc73f;
}

#rc_footer .fa-clock-o {
    padding-right: 12px;
    color: #8dc73f;
}

#rc_footer .rc_follow-wrap li a {
    color: #fff;
    padding-right: 4px;
}

#rc_footer .fa-facebook {
    background: #5a5764;
    text-align: center;
    padding: 9px 15px;
    border-radius: 40px;
    font-size: 25px;
}

#rc_footer .fa-instagram {
    background: #5a5764;
    text-align: center;
    padding: 9px 11px;
    border-radius: 40px;
    font-size: 25px;
}

#rc_footer .fa-twitter {
    background: #5a5764;
    text-align: center;
    padding: 9px 10px;
    border-radius: 40px;
    font-size: 25px;
}

#rc_footer .fa-pinterest-p {
    background: #5a5764;
    text-align: center;
    padding: 9px 13px;
    border-radius: 40px;
    font-size: 25px;
}

#rc_footer .fa-facebook:hover,
#rc_footer .fa-instagram:hover,
#rc_footer .fa-twitter:hover,
#rc_footer .fa-pinterest-p:hover {
    color: #8dc73f;
    background: #fff;
}


.rc_feature {
    display: block;
}

.rc_feature-two {
    display: none;
}




/*=============modal-css=============*/
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}

.modal-content {
    padding: 10px 0 20px 0;
    border-radius: 10px;
}

.modal-title {
    padding: 0 15px;
}

.modal-header {
    padding: 10px 25px 10px 18px;
}

.booking-form {
    position: relative;
    max-width: 642px;
    width: 100%;
    margin: auto;
    /*padding: 40px;*/
    overflow: hidden;
    background-image: url('https://i.imgur.com/8z1tx3u.jpg') none;
    background-size: cover;
    border-radius: 5px;
    z-index: 20;
}

.booking-form::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /*background: rgba(0, 0, 0, 0.7);*/
    z-index: -1;
}

.booking-form .form-header {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.booking-form .form-header h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 42px;
    margin: 0px;
    color: #000;
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.booking-form .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    height: 40px;
    padding: 0px 12px;
    border: 1px solid #dddcdc;
    border-radius: 10px;
    color: #828282;
    -webkit-box-shadow: 0px 0px 0px 2px transparent;
    box-shadow: 0px 0px 0px 2px transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 30px;
    /* border-right-color: transparent;*/
}

.input-group-addon {
    border-bottom-right-radius: 10px;
    border: 1px solid #dddcdc;
    border-left-color: transparent;
    height: 40px;
    border-top-right-radius: 10px;
    padding: 6px 10px;
}


.booking-form .form-label {
    position: absolute;
    top: -10px;
    left: 16px;
    opacity: 0;
    color: #8dc73f;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    height: 15px;
    line-height: 15px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(0, 0, 0, 0.5);
}

.booking-form input[type="date"].form-control+.form-label {
    opacity: 1;
    top: 6px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

.booking-form select.form-control option {
    color: #000;
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.booking-form select.form-control+.select-arrow {
    line-height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.booking-form select.form-control+.select-arrow::after {
    content: '\279C';
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.booking-form .submit-btn {
    color: #fff;
    background-color: #8dc73f;
    font-weight: 700;
    height: 60px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.3px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.modal-header,
.modal-footer {
    border: none;
}

/*.datetime-edit-field:focus {
    background-color: #8dc73f !important;
    color: HighlightText !important;
    outline: none !important;
}*/
.datetime-edit-day-field:focus,
.datetime-edit-month-field:focus,
.datetime-edit-year-field:focus {
    background-color: red;
    color: white;
    outline: none;
}



/*--------------Media-Query-------------*/


/*-----------Desktop-Media-Query-----------*/
@media (max-width: 1920px) {
    #rc_banner .rc_feature {
        /*right: 2%;*/
        top: 30%;
    }

    #rc_newsletter .form-inline .form-control,
    .subscribe-btn {
        height: 50px;
    }

}


@media (max-width: 1440px) {

    #rc_banner .rc_feature {
        /*right: 2%;*/
        top: 20%;
    }

    #rc_banner .rc_bedroom img {
        width: 100%;
        object-fit: cover;
        height: 80vh;
    }

}

@media (max-width: 1199px) {

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        font-family: 'Poppins', sans-serif;
        margin: 0;
        font-weight: 600;
        line-height: 35px;
        color: #000;
    }

    h5,
    .h5 {
        font-size: 22px;
    }


    .rc_letter-wrap h4 {
        padding-bottom: 20px;
    }

    #rc_facilities .fa-home {
        font-size: 20px;
        padding: 9px 10px;
        margin-right: 12px;
        margin-left: 12px;
    }

}

/*-----------Desktop-Media-Query-End----------*/




/*-----------Tab-Media-Query-----------*/

@media (max-width: 992px) {

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        font-family: 'Poppins', sans-serif;
        margin: 0;
        font-weight: 600;
        line-height: 35px;
        color: #000;
    }

    h1,
    .h1 {
        font-size: 40px;
    }

    h2,
    .h2 {
        font-size: 35px;
    }

    h3,
    .h3 {
        font-size: 34px;
    }

    h4,
    .h4 {
        font-size: 30px;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    h6,
    .h6 {
        font-size: 18px;
        font-weight: 700;
    }

    /*Global Classes*/
    .container,
    .container-sm {
        max-width: 900px;
    }

    /*spacing*/

    .space {
        padding: 40px 0;
    }

    .space-pt {
        padding-top: 20px;
    }

    .space-pb {
        padding-bottom: 20px;
    }


    .light-btn {
        padding: 6px 12px;
    }

    #rc_navigation .navbar-brand img {
        width: 65%;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(141,199,63)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-light .navbar-toggler {
        color: #8dc73f;
        border-color: #fff;
    }

    #rc_banner .rc_feature-wrap {
        margin-top: 40px;
    }

    #rc_navigation .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 12px;
        padding-left: 12px;
    }

    .rc_heading br {
        display: none;
    }

    /*-----------banner-------------*/
    #rc_banner .rc_bedroom img {
        width: 100%;
        object-fit: cover;
        height: 50vh;
    }

    #rc_banner .rc_feature {
        position: absolute;
        top: 4%;
        bottom: 15%;
        left: 10%;
    }

    #rc_banner .owl-pagination {
        bottom: 28px;
    }

    /*-----------choose-us-----------*/

    #rc_choose-us .rc_banner-img {
        display: block;
    }

    #rc_choose-us {
        background: none;
    }

    #rc_choose-us .rc_heading {
        padding-top: 20px;
    }


    /*------------our-gallery-------------*/
    /*
#rc_explore-agents .owl-theme .owl-controls .owl-buttons .owl-prev {
    display: none;
}

#rc_explore-agents .owl-theme .owl-controls .owl-buttons .owl-next {
    display: none;
}


#rc_our-gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
    display: none;
}

#rc_our-gallery .owl-theme .owl-controls .owl-buttons .owl-next {
    display: none;
}

#rc_reviews .owl-theme .owl-controls .owl-buttons .owl-prev {
    display: none;
}

#rc_reviews .owl-theme .owl-controls .owl-buttons .owl-next {
    display: none;
}*/
    /*---------------facilities----------------*/

    #rc_facilities .fa-home {
        font-size: 20px;
        padding: 7px 8px;
        margin-right: 8px;
        margin-left: 8px;
    }

    /*-------------newsletter------------*/
    #rc_newsletter .rc_letter-wrap h4 {
        padding-bottom: 20px;
    }

    #rc_newsletter {
        margin-top: 40px;
    }

    .rc_footer-logo img {
        width: 55%;
    }

    #rc_footer .fa-facebook,
    #rc_footer .fa-instagram,
    #rc_footer .fa-twitter,
    #rc_footer .fa-pinterest-p {
        font-size: 20px;
    }

    #rc_footer .fa-pinterest-p {
        margin-top: 10px;
    }
}



@media (max-width: 830px) {

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 h5,
    .h5 {
        font-size: 16px;
    }

}

/*-----------Tab-Media-Query-End----------*/



/*-----------Mobile-Media-Query-----------*/

@media (max-width: 767px) {

    body {
        font-size: 15px;
    }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 h1,
    .h1 {
        font-size: 40px;
    }

    h2,
    .h2 {
        font-size: 35px;
    }

    h3,
    .h3 {
        font-size: 34px;
    }

    h4,
    .h4 {
        font-size: 30px;
    }

    h5,
    .h5 {
        font-size: 25px;
    }

    h6,
    .h6 {
        font-size: 20px;
        font-weight: 700;
    }


    /*Global Classes*/
    .container,
    .container-sm {
        max-width: 670px;
    }

    /*spacing*/

    .space {
        padding: 40px 0;
    }

    .space-pt {
        padding-top: 20px;
    }

    .space-pb {
        padding-bottom: 20px;
    }

    /*-----------Buttons-----------*/


    .subscribe-btn {
        padding: 6px 14px;
    }

    .booking-form .form-group {
        margin-left: 20px;
        margin-right: 20px;
    }

    .booking-form .input-group {
        margin-left: 20px;
    }

    .booking-form .input-group-addon {
        margin-right: 40px;
    }

    .booking-form .form-btn {
        margin-right: 20px;
        margin-left: 20px;
    }

    .booking-form .submit-btn {
        height: 50px;
    }

    .booking-form .form-group,
    .booking-form .form-control {
        margin-bottom: 15px;
    }

    /*-----------Buttons-End----------*/

    .navbar {
        padding: 8px 0;
    }

    #rc_banner .owl-theme .owl-controls .owl-buttons .owl-prev {
        padding: 8px 15px 8px 22px;
    }

    #rc_banner .owl-theme .owl-controls .owl-buttons .owl-next {
        padding: 8px 15px 8px 22px;
    }

    #rc_banner .owl-theme .owl-controls .owl-page span {
        margin: 0 4px;
    }

    /*#rc_banner .owl-pagination {
    display: none;
}*/
    /*--------------Banner-------------*/

    .rc_feature {
        display: none;
    }

    .rc_feature-two {
        display: block;
    }

    /*-----------New-Box------------*/

    /*#rc_banner .rc_feature-two{
    position: absolute;
    bottom: 0;
    bottom: 0%;
    left: 10%;
}
*/
    #rc_banner .rc_feature-wrap {
        position: relative;
        background: #fff;
        padding: 15px;
        border: 8px solid #048a45;
        border-radius: 10px;
        width: 100%;
    }

    #rc_banner .white-circle p {
        background: #fff;
        width: 80px;
        height: 80px;
        text-align: center;
        padding: 28px 0;
        position: absolute;
        bottom: 0;
        top: -40px;
        right: 30px;
        box-shadow: 0 2px 6px 0 #87aec0;
        border-radius: 60px;
        color: #8dc73f;
        font-weight: 600;
    }

    #rc_banner .rc_feature-txt h6 {
        padding: 6px 0;
    }

    #rc_banner .rooms {
        padding-bottom: 15px;
    }

    #rc_banner .rc_book-rating {
        padding-top: 15px;
        border-top: 1px solid #000;
    }

    #rc_banner .book-now {
        margin-left: auto;
    }

    #rc_banner .rc_feature-txt {
        padding: 20px 0;
    }

    #rc_banner .rc_feature-txt h1 {
        line-height: 28px;
        padding: 4px 0;
    }

    #rc_banner .rc_feature-txt h3 {
        padding: 15px 0;
    }

    #rc_banner .rooms li {
        padding: 0 25px 0 0;
    }

    #rc_banner .fa-bed {
        padding-right: 6px;
    }

    #rc_banner .fa-bath {
        padding-right: 6px;
    }

    #rc_banner .fa-car {
        padding-right: 6px;
    }

    #rc_banner .fa-star {
        color: #f8b42a;
    }

    #rc_banner .avenue-color {
        font-size: 14px;
        color: #048a45;
    }

    #rc_banner .rc_feature-txt p {
        color: #000;
    }

    #rc_banner .apart-color {
        color: #62606c;
        font-size: 14px;
    }


    /*------------New-Box-end-----------*/

    /*--------------Banner-End------------*/
    #rc_choose-us .rc_banner-img {
        display: none;
    }

    #rc_choose-us .rc_banner-mobile-img {
        display: block;
    }

    /*.rc_banner-mobile-img img {
    border: 4px solid #8dc73f;
}*/


    #rc_our-gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -12px;
    }

    #rc_our-gallery .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -12px;
    }

    /*-----------facilities------------*/


    #rc_facilities .free-service-text {
        margin-bottom: 20px;
    }

    #rc_facilities .free-space {
        padding-top: 0;
    }

    /*------------reviews-------------*/

    #rc_reviews .rc_owner {
        text-align: center;
    }

    #rc_reviews .owl-theme .owl-controls .owl-buttons .owl-prev {
        bottom: 48%;
        left: -12px;
    }

    #rc_reviews .owl-theme .owl-controls .owl-buttons .owl-next {
        bottom: 48%;
        right: -12px;
    }

    #rc_explore-agents .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -12px;
    }

    #rc_explore-agents .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -12px
    }

    /*----------------newsletter---------------*/



    #rc_newsletter .form-inline .form-control {
        display: inline-block;
        width: 60%;
    }

    #rc_newsletter {
        margin-top: 40px;
    }

    /*-----------------footer-----------------*/

    .rc_footer-logo img {
        width: 30%;
    }

    #rc_footer .footer-wrap-one .marker::before {
        margin-left: 0;
    }

    #rc_footer .footer-wrap-one .phone::before {
        margin-left: 0;
    }

    #rc_footer .footer-wrap-one .envelope::before {
        margin-left: 0;
    }

    #rc_footer .footer-wrap-one .clock::before {
        margin-left: 0;
    }

    #rc_banner .rc_bedroom img {
        height: 40vh;
    }

}

@media (max-width: 540px) {



    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 h1,
    .h1 {
        font-size: 40px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 34px;
    }

    h4,
    .h4 {
        font-size: 26px;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    h6,
    .h6 {
        font-size: 18px;
        font-weight: 700;
    }


    /*#rc_our-gallery .owl-theme .owl-controls .owl-buttons, 
#rc_explore-agents .owl-theme .owl-controls .owl-buttons, 
#rc_reviews .owl-theme .owl-controls .owl-buttons{
    display: none;
} */

    #rc_explore-agents .rc_feature-txt p {
        padding: 5px 0;
    }

    #rc_explore-agents .rc_call {
        padding: 10px 0;
    }

    #rc_explore-agents .rc_feature-wrap {
        padding: 6px 10px;
    }

    #rc_banner .owl-theme .owl-controls .owl-buttons .owl-next,
    #rc_banner .owl-theme .owl-controls .owl-buttons .owl-prev {
        bottom: 40%;
    }


}


@media (max-width:390px) {

    .black-btn {
        padding: 6px 6px;
    }

    .dark-btn {
        padding: 6px 14px;
    }

    #rc_banner .white-circle p {
        right: 20px;
    }
}

/*-----------Mobile-Media-Query-End----------*/