

@media only screen and (max-width:991px) {

    .coming-soon-page .countdown {
        text-align: center;
        font-size: 24px;
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .coming-soon-page .countdown .circle {
        height: 100px;
        width: 100px;
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 400;
    }

    .coming-soon-page .countdown .circle span {
        font-size: 33px;
        line-height: 38px;
        display: flex;
        height: auto;
        width: auto;
    }

    .coming-soon-page .subscribe-form {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .coming-soon-page .bg-text {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .coming-soon-page input[type="email"], .coming-soon-page button {
        width: 100%;
    }

    .coming-soon-page .subscribe-form button {
        width: 30%;
    }

    .coming-soon-page .subscribe-form {
        margin-top: 5vw;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        padding: 0px 14px;
    }

    #contain, #content2 {
        padding: 50px 0px;
      }

      #banner .blogview {
        padding: 120px 0px;
    }
.navbar-toggler {
    line-height: 1;
    padding: 0;
    border-radius: 0;
}
.navbar-toggler.menu-icon {
    width: 35px;
    padding:0;
    cursor: pointer;
    position: relative;
    border:0px;
    margin-right:15px;
}
.navbar-toggler.menu-icon span {
    width: 100%;
    height: 4px;
    display: block;
    background-color: #fff;
    margin: 6px 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.navbar-toggler.menu-icon.active span {
    position: absolute;
    top: calc(50% - 8px);
}
.navbar-toggler.menu-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.navbar-toggler.menu-icon.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: none;
} 

.navbar-light .navbar-brand {
    width:75%;
}

.navbar-light .navbar-brand img {
    max-height: 100px;
}

.header .navbar-brand {
    width: 190px;
    height: 85px;
    padding-left: 0px;
    text-align: left;
    display: flex;
    margin: 0;
}

.header.scrolled .logo img {
    max-height: 59px;
    margin-top: 6px;
}

.header .logo img {
    margin-left: 0px;
    opacity: 1;
}

.navbar-nav {
    padding: 10px 0px;
}

.navbar-nav li {
    margin-right: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 5px;
}

.header {
    padding: 0px 20px;
}

button.navbar-toggler {
    border: none;
    outline: none;
}

button.navbar-toggler:focus {
    box-shadow: none;
}

.header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.horizontal_form form {
    width: 85%;
}

.horizontal_form button.btn.btn-primary {
    margin-top: 20px;
}

.about,
.mini-services,
.amenities {
    padding: 50px 10px;
}

.service-icon {
    font-size: 36px;
    height: 37px;
    margin-bottom: 10px;
    margin-top: 14px;
}

.about h3 {
    font-size: 11px;
}

.vc_row.wpb_row.vc_inner {
    margin-bottom: 20px;
}

.about h1 {
    margin-top: 20px;
}

.PROPERTY-DETAILS ul li {
    color: #ecb500;
    font-size: 13px;
}

.PROPERTY-DETAILS img {
    padding-bottom: 40px;
}

.owl-carousel.theme.pricing-carousel.owl-loaded.owl-drag .owl-nav {
    display: none;
}

.mini-services h5 {
    font-size: 13px;
    margin-top: 10px;
}

.mini-services p {
    margin-bottom: 20px;
}

.what_we_offer a.main_a {
    margin-top: 6%;
    float: left;
}

.what_we_offer ul.nav {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
}

.what_we_offer ul.nav li {
    margin: 0% 5.6% 0% 0%;
    min-width: 114px;
}

.what_we_offer ul.inner_list li {
    font-size: 13px;
    padding-bottom: 10px;
}

.what_we_offer a.inner_a {
    margin: 0;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0;
    border-radius: 50px;
    padding: 15px 34px 15px 34px;
    transition: 0.3s;
    margin-bottom: 20px;
    float: none;
}

.what_we_offer .popup {
    display: none;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.photo_gallery .main_nav_tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden;
    padding-left: 0%;
}

.photo_gallery nav.controls {
    margin-bottom: 0;
    gap: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow: hidden;
    overflow-x: scroll;
}

.photo_gallery nav.controls button:first-child {
    margin-left: 0;
}

.photo_gallery ul.container li {
    width: 50vw;
}

.photo_gallery ul.container {
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 20px;
}

.photo_gallery nav.controls button {
    flex-shrink: 0;
    margin: 0;
}

.location p {
    margin-bottom: 20px;
}

div#accordionExample {
    margin-top: 20px;
}

.numbers {
    padding: 25px 0px;
}

.numbers ul {
    flex-wrap: wrap;
}

.numbers ul li {
    width: 50%;
}

.numbers ul li:nth-child(2),
.numbers ul li:nth-child(4) {
    border-right: none;
}

.about .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.room h2 {
    font-size: 27px;
}

.room p {
    font-size: 15px;
}

.room ul#pills-tab {
    gap: 20px;
}

.ImageHover {
    padding: 30px 0px;
}

.inner_card_content .breath {
    position: relative;
    padding: 25px 25px;
}

.ImageHover .align_text {
    gap: 0px;
    padding: 0px 20px;
}

.ImageHover .align_text a {
    font-size: 30px;
}

.side-image-left .pattern-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: -5%;
}

.side-image-left .holder {
    transform: translate(25px, 0px);
}

.hotspot .bg_image img {
    height: 500px;
    object-fit: cover;
}

.TESTIMONIALS .conunter_wrapper ul h2 {
    margin: 0;
    font-size: 28px;
}

.TESTIMONIALS .conunter_wrapper ul p {
    width: 100%;
    font-size: 13px;
}

.side-image-left .holder img {
    width: 80%;
}

.hotspot .bg_image .overlay_spot .cm-spot img {
    width: 40px;
    height: 40px;
}

.hotspot .bg_image .overlay_spot .cm-spot span {
    margin-left: 10px;
    flex-shrink: 0;
}

.hotspot .bg_image .overlay_spot .cm-spot {
    width: 170px;
}

.hotspot .bg_image .overlay_spot a.spot-4 {
    position: absolute;
    bottom: 10%;
    right: 11%;
    width: 170px;
}

.hotspot .bg_image .overlay_spot a.spot-3 {
    position: absolute;
    top: 31%;
    left: 53%;
    width: 170px;
}

.hotspot .bg_image .overlay_spot a.spot-2 {
    position: absolute;
    bottom: 35%;
    left: 10%;
    width: 170px;
}

.hotspot .bg_image .overlay_spot a.spot-1 {
    position: absolute;
    top: 10%;
    left: 11%;
    width: 170px;
}

.TESTIMONIALS ul.bxslider2 {
    margin: 0 !important;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 20px !important;
}

.TESTIMONIALS .bx-wrapper .bx-controls-direction a {
    bottom: -21%;
    top: auto;
    display: none;
}

.home_banner .social_overlay {
    display: none;
}

section {
    overflow: hidden;
}

}

@media only screen and (max-width:767px) {

    .coming-soon-page .countdown {
        text-align: center;
        font-size: 24px;
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .coming-soon-page .countdown .circle {
        height: 100px;
        width: 100px;
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 400;
    }

    .coming-soon-page .countdown .circle span {
        font-size: 33px;
        line-height: 38px;
        display: flex;
        height: auto;
        width: auto;
    }

    .coming-soon-page .subscribe-form {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .coming-soon-page .bg-text {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .coming-soon-page input[type="email"], .coming-soon-page button {
        width: 100%;
    }

    .coming-soon-page .subscribe-form button {
        width: 30%;
    }

    .coming-soon-page .subscribe-form {
        margin-top: 5vw;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        padding: 0px 14px;
    }

    #contact-page {
        height: 70vh;
    }
    #contact-page .contact-heading {
        margin-top: 25vw;
    }
    #contact-page .contact-heading h2 {
        font-size: 30px;
    }
    #contact-page .contact-heading p {
        font-size: 16px;
        margin: 0 10%;
    }
    #contact-form {
        top: 60%;
        right: 0;
    }
    #contact-form .client-reviews {
        gap: 10px;
        flex-direction: column;
        padding-bottom: 20px;
    }
    #contact-form .bdr {
        height: 0;
        width: 100%;
    }
    #contact-form .client-reviews img {
        height: 90px;
    }
    #contact-form .client-reviews .review-para p {
        font-size: 16px;
        padding-left: 0px;
        padding-top: 0px;
        text-align: center;
    }
    #contact-form .contact-form-title h3 {
        font-size: 32px;
    }
    #contact-form .contact-form-title p {
        font-size: 16px;
    }
    #contact-form label.form-check-label {
        font-size: 13px;
    }

.flush-xs {
    padding-right: 0px;
    padding-left: 0px;
} 

.visible-xs {
    display: inline-block;
}

.xs-100 {
    width: 100%;
}

h6 {
    font-size: 13px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

.underlined::after {
    left: 50%;
    margin-left: -35px;
    width: 70px;
}

.row-eq-height {
    display:inline-block;
}

.banner h2 {
    font-size: 33px;
}

.banner p {
    font-size: 18px;
    margin-top: 30px;
}

.numbers h2 {
    font-size: 30px;
}

.numbers p {
    font-size: 18px;
    margin-bottom: 25px;
}

#sidebar.fixed,
#sidebar {
    position: relative !important;
    top: 0px !important;
    max-width: 350px;
}

.title h2 {
    font-size: 26px!important;
    line-height: 1.2 !important;
}

.bakerd h2 {
    font-size: 105px;
    line-height: 0.7em;
}

.bakerd h2 sup {
    font-size: 21px;
    top: 10px;
    vertical-align: top;
}
#scroll-container {
    height: 100px;
    overflow: hidden;
}

.footer ul li a {
    padding: 12px 4px;
    font-size: 12px;
}

.scrolling-text {
    height: 20vh;
}

.scrolling-text h2 {
    left: 10000px;
    position: relative;
    font-size: 15px;
}

.scrolling-text #item1 {
    left: auto;
    right: 10000px;
}

.industries .nav-tabs .nav-link {
    padding: 0px 5px;
    line-height: 40px;
    border-radius: 16px;
    font-size: 12px;
}

.industries .text {
    margin-top: 25px;
}

.banner.last-page h1 {
    font-size: 58px;
    line-height: 80px;
}

.banner.last-page {
    height:auto;
}

.banner-about figure {
    width:100%;
}

.banner-about .price {
    right:0px;
}

.border-right {
    border:none !important;
}

.property-decription{
    padding:50px 0px;
}

.discover h2 {
    font-size: 35px;
}

.property-decription figure {
    margin-top:25px;
}

}

@media only screen and (min-width:768px) and (max-width:991px) {

    .coming-soon-page .countdown {
        text-align: center;
        font-size: 24px;
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .coming-soon-page .countdown .circle {
        height: 100px;
        width: 100px;
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 400;
    }

    .coming-soon-page .countdown .circle span {
        font-size: 33px;
        line-height: 38px;
        display: flex;
        height: auto;
        width: auto;
    }

    .coming-soon-page .subscribe-form {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .coming-soon-page .bg-text {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .coming-soon-page input[type="email"], .coming-soon-page button {
        width: 100%;
    }

    .coming-soon-page .subscribe-form button {
        width: 30%;
    }

    .coming-soon-page .subscribe-form {
        margin-top: 5vw;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        padding: 0px 14px;
    }

    #contact-page {
        height: 80vh;
    }
    #contact-page .contact-heading {
        margin-top: 15vw;
    }
    #contact-page .contact-heading h2 {
        font-size: 50px;
    }
    #contact-page .contact-heading p {
        font-size: 15px;
        margin: 0 8%;
    }
    #contact-form {
        top: 60%;
        right: 0;
    }
    #contact-form .client-reviews {
        gap: 10px;
        flex-direction: column;
    }
    #contact-form .bdr {
        height: 0;
        width: 100%;
    }
    #contact-form .client-reviews img {
        height: 90px;
    }
    #contact-form .client-reviews .review-para p {
        font-size: 15px;
        padding-left: 0px;
        padding-top: 0;
        text-align: center;
    }
    #contact-form .contact-form-title h3 {
        font-size: 30px;
    }
    #contact-form .contact-form-title p {
        font-size: 15px;
    }
    #contact-form label.form-check-label {
        font-size: 15px;
    }

h2 {
    font-size: 20px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p {
    font-size: 14px;
}

.banner h2 {
    font-size: 33px;
}

.banner p {
    font-size: 18px;
    margin-top: 30px;
}

/* .banner {
    padding: 200px 0px 150px 0px;
} */

.numbers h2 {
    font-size: 30px;
}

.numbers p {
    font-size: 18px;
    margin-bottom: 25px;
}

#sidebar.fixed {
    max-width: 200px;
    top: 120px;
}

.title h2 {
    font-size: 26px!important;
    line-height: 1.2 !important;
}

.bakerd h2 {
    font-size: 105px;
    line-height: 0.7em;
}

.bakerd h2 sup {
    font-size: 21px;
    top: 10px;
    vertical-align: top;
}
.scrolling-text h2 {
    left: 800%;
    position: relative;
    font-size: 29px;
}

.scrolling-text #item1 {
    left: auto;
    right: 800%;
}

.banner.last-page h1 {
    font-size:76px;
    line-height:90px;
}

.banner-about figure {
    width:100%;
}

.banner-about .price {
    right:0px;
}

.property-decription .media img {
    margin-right: 10px;
    height: 20px;
}

.property-decription .media h4 {
    font-size: 15px;
}

.high-property .px-5 {
    padding:0px 10px !important;
}

.discover h2 {
    font-size: 50px;
}

.pdf-link a {
    font-size: 12px;
}

}


@media only screen and (min-width:992px) and (max-width:1199px) {

    #contact-page {
        height: 90vh;
    }
    #contact-page .contact-heading {
        margin-top: 10vw;
    }
    #contact-page .contact-heading h2 {
        font-size: 55px;
    }
    #contact-page .contact-heading p {
        font-size: 17px;
        margin: 0 10%;
    }
    #contact-form {
        top: 60%;
        right: 0;
    }
    #contact-form .client-reviews {
        gap: 10px;
    }
    #contact-form .client-reviews img {
        height: 80px;
    }
    #contact-form .bdr {
        height: 20vh;
    }
    #contact-form .client-reviews .review-para p {
        font-size: 13px;
        padding-left: 10px;
        padding-top: 0px;
    }
    #contact-form .contact-form-title h3 {
        font-size: 30px;
    }
    #contact-form .contact-form-title p {
        font-size: 17px;
    }
    #contact-form label.form-check-label {
        font-size: 17px;
    }

.navbar-nav .nav-link {
    font-size: 11px;
}

h2 {
    font-size: 34px;
}

p, ul.bulleted {
    font-size: 13px;
}

h6 {
    font-size: 14px;
}

.banner h2 {
    font-size: 33px;
}

.banner p {
    font-size: 18px;
    margin-top: 30px;
}

/* .banner {
    padding: 200px 0px 150px 0px;
} */

.numbers h2 {
    font-size: 30px;
}

.numbers p {
    font-size: 18px;
    margin-bottom: 25px;
}

#sidebar.fixed {
    max-width: 300px;
    top: 120px;
}

.title h2 {
    font-size: 30px!important;
    line-height: 1.2 !important;
}

.bakerd h2 {
    font-size: 105px;
    line-height: 0.7em;
}

.bakerd h2 sup {
    font-size: 21px;
    top: 10px;
    vertical-align: top;
}
.scrolling-text h2 {
    left: 750%;
    position: relative;
    font-size: 29px;
}

.scrolling-text #item1 {
    left: auto;
    right: 750%;
}
}


/* MOBILE MEDIA CSS */
@media screen and (max-width:767px) {
    #banner2 .banner-section h1 {
        font-size: 30px;
    }
    .content-second-sec {
        padding-top: 0px;
    }
    #content2 .content-third-sec .content-third-sec-details {
        margin-top: 20px;
    }
    .content-second-sec-image {
        text-align: center;
    }
    .content-second-sec-image img {
        width: 100%;
    }
    #content2 .content-four-sec {
        display: grid;
        gap: 0px;
        border-radius: 5px;
        padding: 20px;
        margin-top: 4rem;
    }
    #content2 .content-four-sec img {
        height: auto;
        width: 20%;
    }
    #content2 .content-four-sec h3 {
        margin-top: 0;
        margin-left: 4px;
    }
    .search-box {
        margin-top: 2rem;
    }
    #content2 .search-group button {
        top: 5px;
        left: 355px;
    }
    /* #content2 .slider-third .widget-content .image-box {
        height: 90px;
        width: 90px;
    } */
}
/* MOBILE MEDIA CSS */

/* TABLET MEDIA CSS */
@media screen and (min-width:768px) and (max-width:992px) {
    #banner2 .banner-section h1 {
        font-size: 30px;
    }
    #content2 .content-second-sec .content-second-sec-lists ul li {
        gap: 24px;
    }
    .content-second-sec {
        padding-top: 40px;
    }
    .content-second-sec-image {
        text-align: center;
    }
    #content2 .content-four-sec {
        display: grid;
        gap: 0px;
        border-radius: 5px;
        padding: 20px;
        margin-top: 4rem;
    }
    #content2 .content-four-sec img {
        max-width: 100%;
    }
    #content2 .content-four-sec h3 {
        margin-top: 0;
        margin-left: 4px;
    }
    .search-box {
        margin-top: 2rem;
    }
    #content2 .search-group button {
        top: 5px;
        left: 653px;
    }
    /* #content2 .slider-third .widget-content .image-box {
        height: 90px;
        width: 90px;
    } */
}
/* TABLET MEDIA CSS */

/* BIG DESKTOP CSS */
@media screen and (min-width:993px) and (max-width: 1400px) {
    #banner2 .banner-section h1 {
        font-size: 50px;
    }
    #content2 .content-second-sec .content-second-sec-lists ul li {
        gap: 10px;
    }
    .content-second-sec {
        padding-top: 10px;
    }
    .content-second-sec-image {
        text-align: center;
        padding-top: 20px;
    }
    .content-second-sec-image img {
        width: 100%;
    }
    #content2 .search-group button {
        top: 6px;
        left: 250px;
    }
    /* #content2 .slider-third .widget-content .image-box {
        height: 90px;
        width: 90px;
    } */
}
/* BIG DESKTOP CSS */