@tailwind base;
@tailwind components;
@tailwind utilities;

body {
    font-family: "Montserrat", sans-serif !important;
    color: #000000;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 300;
    background-image: url("/../images/site-bg.png");
    background-position: left top;
    background-color: #f3f3f3;
}

a {
    text-decoration: none;
    color: #000000;
}

.brand-logo {
    max-width: 250px;
}

header {
    font-size: 1rem;
    /* margin: 0 32; */
    /* padding: 15px 15px 15px 15px; */
    background-color: #ffffff;
    height: 0;
}

main {
    margin: 0 auto;
    /* padding-bottom: 30px; */
}

.nav-link {
    font-weight: bold;
    color: rgba(0, 0, 0, 1) !important;
}

nav ul > li:hover {
    color: red !important;
}

footer {
    margin-bottom: 0 !important;
    font-size: 1rem;
    padding: 30px 0;
    background-color: #fff;
    background-image: url("/../images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 100%;
    padding: 60px 0 0 0;
    margin: 0 auto;
}

/* footer h2 {
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 20px;
} */

footer img {
    max-width: 360px !important;
}

footer .contact {
    font-size: 1.2rem;
    font-weight: 600;
}

footer a {
    color: #000000;
    text-decoration: none;
}

footer a:hover {
    color: #000000;
    text-decoration: underline;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

.subfooter {
    background-color: #e4e4e4;
}

.site-copyright__content {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 1rem;
}

.site-copyright p {
    color: #fff;
    margin: 0 20px 0 0;
    font-weight: 600;
    float: left;
}

.site-copyright ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    float: left;
}

.site-copyright__content ul li a {
    color: #fff;
    font-weight: 600;
}

.site-copyright__content ul li a:after {
    content: "|";
    margin: 0 15px;
}

.site-copyright__content ul li:last-of-type a:after {
    content: "";
}

.footer-address {
    margin-bottom: 20px;
}

.footer-social {
    margin-top: 20px;
}

.footer-social a {
    margin-right: 15px;
}

.footer-social a i {
    font-size: 24px;
    line-height: 24px;
}

.c_button {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    position: relative;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.7;
    border: 1px solid;
    border-radius: 5px;
    padding: 15px;
    margin: 4px;
    clear: both;
    outline: 0;
    transition: border-color 0.4s, background-color 0.4s, color 0.4s,
        box-shadow 0.4s, border-bottom-left-radius 0.5s,
        border-bottom-right-radius 0.5s, opacity 0.5s;
}

.c_button::after {
    content: "\003E";
    color: white;
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.c_button--staycolor {
    color: #fff;
    border-color: #fff;
    background-color: #fdbb4c;
    box-shadow: 0 0 0 4px #fdbb4c;
}

.c_button--staycolor:hover {
    color: #fff;
    border-color: #fff;
    background-color: #39ada9;
    box-shadow: 0 0 0 4px #39ada9;
}

.m_latest-additions {
    width: 95%;
    max-width: 1300px;
    margin: 100px auto;
}

.m_latest-additions .content {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 40px;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
}

.m_central-card {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    max-width: 1140px;
    margin: 60px auto;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
}

@media (max-width: 1024px) {
    .m_central-card {
        flex-flow: row wrap;
        justify-content: center;
        margin: 30px auto;
        width: 95%;
    }
}

@media (max-width: 768px) {
    .m_central-card {
        margin-bottom: 50px;
    }
}

.m_central-card .content {
    flex-basis: 100%;
    padding: 40px;
    /* padding-right: 48.4%; */
}

.m_central-card .content.noimage {
    padding-right: 40px;
}

.m_central-card .content.backgroundrightbottom {
    background-position: 80% 100%;
    background-repeat: no-repeat;
}

.m_central-card .content > *:first-child {
    margin-top: 0;
}

.m_central-card .content > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .m_central-card .content {
        flex-basis: 100%;
        transform: none;
        margin: 15px;
        padding: 15px;
        background-image: none !important;
    }
}

.m_central-card .content #readmore {
    display: none;
}

.m_central-card .content #readmore:checked ~ .content__readmore {
    max-height: 2000px;
}

.m_central-card .content .readmore-label {
    font-weight: 900;
    color: #fdbb4c;
    cursor: pointer;
}

.m_central-card .content .content__readmore {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}

.m_central-card .image {
    position: absolute;
    left: 51.6%;
    width: 48.4%;
    text-align: center;
}

@media (max-width: 1024px) {
    .m_central-card .image {
        width: 85%;
        left: auto;
        margin: 30px auto;
        transform: translateY(100%);
    }
}

@media (max-width: 1024px) {
    .m_central-card .image {
        position: relative;
        transform: none;
    }
}

.m_central-card.leftofcontent .content {
    order: 2;
    padding-right: 40px;
    padding-left: 48.4%;
}

@media (max-width: 1024px) {
    .m_central-card.leftofcontent .content {
        order: 1;
        padding-left: 40px;
    }
}

.m_central-card.leftofcontent .image {
    order: 1;
    left: -30px;
}

@media (max-width: 1024px) {
    .m_central-card.leftofcontent .image {
        order: 2;
        position: relative;
        left: auto;
        transform: none;
    }
}

@media (max-width: 1024px) {
    .m_central-card.bgbottomright {
        margin-bottom: 50px;
    }
}

@media (max-width: 640px) {
    .page-id-262 .m_central-card .content.noimage.default {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1rem !important;
    }

    .maincontent {
        padding: 0 40px !important;
        margin-bottom: 20px !important;
    }

    .recommend-banner {
        margin-top: 0px;
        padding: 20px 20px !important;
    }

    .recommend-banner h2 {
        font-size: 1.8rem !important;
    }

    .steps-right .img-fluid {
        max-width: 300px;
    }

    .refer-banner {
        height: 400px !important;
    }

    .banner-box {
        border-radius: 0 !important;
        max-width: 100% !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    a i {
        margin-right: 10px;
    }

    .banner-box h1 {
        font-size: 30px !important;
    }

    .banner-box h2 {
        font-size: 1.7rem;
    }

    /* nav {
        background: #ffffff;
    } */

    .navbar-collapse {
        margin-top: 20px;
    }

    .steps-right .gy-4 {
        padding: 0 20px;
    }

    .subfooter {
        padding-bottom: 30px;
    }

    .site-copyright p {
        float: none;
    }

    .footer-contact {
        display: block;
    }

    .menu-footer-copyright-container {
        font-size: 0.9rem;
        margin-top: 10px;
    }
}

.establishments {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .establishments {
        justify-content: center;
    }
}

.establishmentcard {
    /*flex-basis: 49%;*/
    /*position: relative;*/
    /*max-width: 49%;*/
    /*margin-bottom: 20px;*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (max-width: 1024px) {
    .establishmentcard {
        /*flex-basis: 100%;*/
        margin-bottom: 40px;
        /*max-width: 625px;*/
    }
}

@media (max-width: 640px) {
    .establishmentcard {
        /*max-width: 95%;*/
    }
}

.establishmentcard:last-of-type {
    margin-bottom: 0;
}

.establishmentcard .slider {
    width: 100%;
}

@media (max-width: 1024px) {
    .establishmentcard .slider {
        flex-basis: 100%;
    }
}

.establishmentcard .slider .slick-slide > div {
    line-height: 0;
}

.establishmentcard .slider .slide {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .establishmentcard .slider .slide {
        height: 200px;
    }
}

.establishmentcard .slider .slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.establishmentcard .image {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .establishmentcard .image {
        height: 200px;
    }
}

.establishmentcard .image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.establishmentcard .summary {
    padding: 10px 20px;
    background-color: transparent;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    position: relative;
    text-align: center;
}

.establishmentcard .summary .lux-icon {
    position: absolute;
    top: 0;
    right: 10px;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
}

.establishmentcard .summary .summary-info {
    margin-right: 20px;
}

.establishmentcard .summary .summary-info i {
    margin-right: 10px;
    color: #fff;
}

.establishmentcard .summary .summary-info span {
    color: #fff;
}

.establishmentcard .summary .price-wrapper {
    flex-basis: 100%;
}

.establishmentcard .summary .price-wrapper .price {
    display: block;
    color: #49aa9f;
    font-weight: 400;
}

.establishmentcard .summary .price-wrapper .price .value {
    font-size: 18px;
    font-weight: 600;
}

.establishmentcard .info-wrapper {
    /*display: flex;*/
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #49aa9f;
    height: 80px;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}

.establishmentcard .info-wrapper .info {
    flex-grow: 1;
    max-width: calc(100% - 30px);
}

.establishmentcard .info-wrapper .info p {
    color: white;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2em;
}

.establishmentcard .info-wrapper .info p.name {
    font-size: 16px;
    font-weight: 700;
}

.establishmentcard .info-wrapper .info p.name a {
    color: #282828;
}

.establishmentcard .info-wrapper .info p.location {
    font-size: 14px;
}

.establishmentcard .info-wrapper .info:active p.name,
.establishmentcard .info-wrapper .info:active p.location,
.establishmentcard .info-wrapper .info:focus p.name,
.establishmentcard .info-wrapper .info:focus p.location,
.establishmentcard .info-wrapper .info:hover p.name,
.establishmentcard .info-wrapper .info:hover p.location {
    color: #fdbb4c;
}

.establishmentcard .info-wrapper .wishlist {
    flex-grow: 0;
    flex-shrink: 0;
}

.establishmentcard .info-wrapper .wishlist a {
    color: #ffa8a8;
    opacity: 0.5;
    text-shadow: 0 0 1px #4d4d4d;
}

.establishmentcard .info-wrapper .wishlist.active a,
.establishmentcard .info-wrapper .wishlist:active a,
.establishmentcard .info-wrapper .wishlist:focus a,
.establishmentcard .info-wrapper .wishlist:hover a {
    color: #ff7575;
    opacity: 1;
}

.establishmentcard .info-wrapper .wishlist.active a {
    text-shadow: 0 0 4px #ffa8a8;
}

main .container {
    padding: 40px;
    border-radius: 8px;
    background-color: #fff;
    /* margin-top: 20px; */
}

.contact-details i {
    margin-top: 20px;
    font-size: 45px;
}

.contact-details h2 {
    color: #fdbb4c;
    margin: 10px 0;
}

.contact-form .invalid-feedback {
    display: block;
}

.form-control {
    margin: 10px 0;
}

.filter-nav {
    background: #ffffff;
}

.top-container {
    flex: 1;
    width: 100%;
    /* padding: 40px; */
    -o-object-fit: cover;
       object-fit: cover;
    background-repeat: no-repeat;
    background-position: right !important;
}

@media (min-width: 768px) {
}

.top-container img {
    max-width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}

.data-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    margin-top: 1px;
    border-radius: 10px;
    width: 40% !important;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.bus-info-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bus-card-data {
    flex: auto;
}

.bus-log img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.data-box h3 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.offer {
    color: white;
    background-color: rgb(253, 187, 76);
    margin-bottom: 0;
    padding: 0.7rem;
}

.town {
    font-size: 16px;
    color: lightgray;
    text-transform: uppercase;
    padding-top: 10px;
}

.business-name {
    font-weight: bold;
}

.business-type {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.business-cuisine {
    font-size: 16px;
    text-transform: capitalize;
}

.btn {
    width: 90%;
    border: 2px solid black;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
    padding: 10px;
}

.btn:hover {
    transition: all 0.4;
    color: rgb(253, 187, 76);
    border-color: rgb(253, 187, 76);
    background-color: rgb(41, 41, 41);
}

#map {
    height: 400px;
    width: 100%;
}

.icons {
    padding: 20px !important;
    padding-bottom: 30px !important;
}

@media (min-width: 1400px) {
    .icons {
        margin-top: 30px;
    }
}

a:hover {
    transition: all 0.4s;
    color: inherit;
}

.map-info-box {
    position: absolute;
    z-index: 2;
    background-color: rgb(253, 187, 76);
    text-align: left;
    border-radius: 10px;
    margin-top: 100px;
    margin-left: 10px;
    transition: all 0.8s;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.map-info-box ul,
li {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    font-weight: 500;
}

.close {
    opacity: 0;
}

.show {
    opacity: 1 !important;
}

.open-map-con {
    color: white;
    position: absolute;
    z-index: 2;
    padding: 20px;
    margin-left: 10px;
    margin-top: 100px;
    background-color: rgb(253, 187, 76);
    opacity: 0;
    border-radius: 10px;
}

.font {
    font-size: 34px;
}

.font:hover {
    color: black;
}

.arrow {
}

.arrow:hover {
    color: black;
    scale: 1.2;
}

.carImg {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}

.nav-button {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.7;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    margin: 4px;
    clear: both;
    outline: none;
    transition: border-color 0.4s, background-color 0.4s, color 0.4s,
        box-shadow 0.4s, border-bottom-left-radius 0.5s,
        border-bottom-right-radius 0.5s, opacity 0.5s;
    color: #fff;

    border-color: #fff;
    background-color: #fdbb4c;
    box-shadow: 0 0 0 4px #fdbb4c;
}

.nav-button:hover {
    background-color: #f5b649;
    box-shadow: 0 0 0 4px #f5b649;
    border-color: #f5b649;
    color: white;
}

.react-datepicker__input-container > input {
    width: 100%;
}

/********* STRIPE PAYMENT STYLES ********/

/* Variables */

#payment-form {
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

.buyform form {
    width: 100%;
    /* width: 30vw; */
    /* min-width: 500px; */
    align-self: center;
    /* box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1),
    0px 1px 1.5px 0px rgba(0, 0, 0, 0.07); */
    border-radius: 7px;
    padding: 40px;
}

.hidden {
    display: none;
}

#payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

#payment-element {
    margin-bottom: 24px;
}

/* Buttons and links */
.buyform button {
    /* background: #5469d4;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%; */
    display: inline-flex;
    justify-content: center;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.7;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    margin: 4px;
    clear: both;
    outline: none;
    transition: border-color 0.4s, background-color 0.4s, color 0.4s,
        box-shadow 0.4s, border-bottom-left-radius 0.5s,
        border-bottom-right-radius 0.5s, opacity 0.5s;
    color: #fff;
    width: 100%;
    border-color: #fff;
    background-color: #fdbb4c;
    box-shadow: 0 0 0 4px #fdbb4c;
}

.buyform button:hover {
    filter: contrast(115%);
}

.buyform button:disabled {
    opacity: 0.5;
    cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}

.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    transform: translateZ(0);
}

.spinner:before,
.spinner:after {
    position: absolute;
    content: "";
}

.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #5469d4;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #5469d4;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    .buyform form {
        width: 100% !important;
        /* width: 80vw;
        min-width: initial; */
    }
}

.buy-label {
    margin-bottom: 0.25rem;
    font-size: 0.93rem;
    font-weight: 400;
}

.form-control {
    margin: 0 !important;
    margin-bottom: 5px !important;
}

input.invalid {
    border-color: #dd2c00;
}

ul {
    -webkit-padding-start: 0px !important;
            padding-inline-start: 0px !important;
    -webkit-margin-before: 0px !important;
            margin-block-start: 0px !important;
    -webkit-margin-after: 0px !important;
            margin-block-end: 0px !important;
    margin: auto;
}

@media (max-width: 425px) {
    #newsLetterForm
        .gform_wrapper
        .gf_simple_horizontal
        .gform_footer.top_label {
        display: block;
        margin-top: 20px;
        width: 150px;
        margin-bottom: 5px;
    }
}

@media (min-width: 320px) {
    .footerLogo {
        width: 40% !important;
        padding-top: 15px;
    }

    .newsLetterTitle {
        font-size: 40px !important;
    }

    .newsLetterSub {
        font-size: 16px !important;
    }
}

.newsLetterTitle {
    color: white;
    font-size: 50px;
    font-weight: 600;
}

@media (min-width: 1440px) {
    .footerLogo {
        width: 60% !important;
        /* height: 75%; */
        max-height: 75% !important;
    }

    .qac-logo {
        width: 50% !important;
    }
}

.qac-logo {
    /* height: 50% !important; */
}

.site-footer__content .footer-col ul li a {
    color: rgb(200, 200, 200);
}

.menu-footer-copyright-container a {
    color: rgb(200, 200, 200);
}

.site-footer__content .footer-col > p {
    color: rgb(200, 200, 200);
}

.socialIcons > a {
    margin-right: 5px;
}

.overLay {
    position: relative;
    width: 100%;
}

.overLay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(51, 51, 51, 0.5);
}

.site-footer {
    background-color: #333333 !important;
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 100%;
    padding: 60px 0 0 0;
}

.site-footer__content {
    color: #949494;
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0 50px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.site-footer__content .footer-col h2 {
    margin: 0 0 20px 0;
    color: #39adaa;
    font-size: 20px;
}

.site-footer__content .footer-col {
    flex-basis: auto;
}

@media (max-width: 425px) {
    .overLay .row > div {
        padding-bottom: 20px;
    }

    .site-footer__content {
        padding: 0px !important;
    }

    .newsLetterTitle {
        margin-bottom: 3px !important;
        line-height: 2.1rem;
    }
}

#menu-footer-copyright {
    list-style: none;
}

.socialIcons > div {
    margin-right: 5px;
}

@media (max-width: 640px) {
    .site-footer__content .footer-col {
        flex-basis: 100%;
        text-align: center;
    }
}

.site-footer__content .footer-col a {
    color: #999999;
}

.site-footer__content .footer-col.col-stay ul li a:hover,
.site-footer__content .footer-col.col-host ul li a:hover,
.site-footer__content .footer-col ul li a:hover {
    color: white;
    text-decoration: underline;
}

.footer-icons > div > a > img {
    transition: all 0.4s;
    margin: 0 auto;
}

.footer-icons > div > a > img:hover {
    transition: all 0.4s;
    opacity: 1 !important;
}

.site-footer__content .footer-col.col-contact {
    flex-basis: 25%;
}

@media (max-width: 1024px) {
    .site-footer__content .footer-col.col-contact {
        flex-basis: 30%;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .site-footer__content .footer-col.col-contact {
        flex-basis: 50%;
    }
}

@media (max-width: 640px) {
    .site-footer__content .footer-col.col-contact {
        flex-basis: 100%;
    }
}

.site-footer__content .footer-col.col-dummy {
    display: none;
}

@media (max-width: 1024px) {
    .site-footer__content .footer-col.col-dummy {
        display: block;
    }
}

@media (max-width: 640px) {
    .site-footer__content .footer-col.col-dummy {
        display: none;
    }
}

@media (max-width: 1024px) {
    .site-footer__content .footer-col {
        flex-basis: 30%;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .site-footer__content .footer-col {
        flex-basis: 50%;
    }
}

@media (max-width: 640px) {
    .site-footer__content .footer-col {
        flex-basis: 100%;
        text-align: center;
    }
}

.footer-col ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0;
}

.footer-col ul li a {
    font-size: 16px !important;
}

.site-footer__content .footer-col h2 {
    margin: 0 0 20px 0;
    color: #39adaa;
    font-size: 20px;
}

.email-input {
    padding: 10px 0px;
    padding-left: 35px;
    width: 280px;
    border: none;
    width: 300px;
    height: 50px;
    margin-top: 6px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.email-input::before {
    content: "\f0e0";
    color: #939393;
    position: absolute;
    left: 10px;
    top: 35%;
    pointer-events: none;
    font-family: "Font Awesome 5 pro";
}

#submit_button {
    margin-left: 10px;
    background-color: #4f5b69;
    box-shadow: 0 0 0 4px #4f5b69;
    transition: all 0.3s;
    width: 200px;
    margin-top: 15px;
    height: 50px;
}

.footer-line {
    display: block;
    border: 0;
    border-top: 1px solid #535252;
    padding: 0;
    background-color: transparent;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 3rem;
    max-width: 1140px;
}

.site-footer__content {
    padding: 0 0 20px 0 !important;
}

.footer-col ul li {
    margin-bottom: 5px;
}

.newsLetterSub {
    margin-top: 0px;
    font-size: 20px !important;
    margin-bottom: 0px;
}

@media (max-width: 425px) {
    .email-input {
        width: 250px !important;
    }

    .socialIcons > div > a > i {
        margin: 0 auto !important;
    }
}

/* End of Footer CSS*/

.input-icons i {
    position: absolute;
}

.cardHover a:hover {
    transition: none !important;
}

.banner {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .banner-button-container {
        margin-left: 50px !important;
    }
}

@media (min-width: 2560px) {
    .banner-button-container {
        left: 20%;
        margin-left: 0 !important;
    }
    .banner {
        background-position: 50% 70%;
    }
}

.banner-button-container {
    position: absolute;
    bottom: 30;
    background-color: transparent;
    color: white;
    margin-bottom: 50px;
    margin-left: 10px;
}

.banner-button-container button {
    width: 150px;
    height: 50px;
    font-size: 25px;
}

.banner h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.banner-orange {
    position: absolute;
    width: 100%;
    background-color: #f4ba4b;
    height: 10px;
}

.banner-orange-top {
    top: 0;
}

.banner-orange-bottom {
    bottom: 0;
}

@media (min-width: 768px) {
    .banner h2 {
        font-size: 60px;
    }
}

.circleIcons {
    width: 90%;
    margin: 100px auto;
}

.circle {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.circle img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #f4ba4b;
    -o-object-fit: cover;
       object-fit: cover;
}

.card-work {
    width: 95%;
    max-width: 1300px;
    margin: 100px auto;
    margin-bottom: 50px;
}

.card-work .content {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 40px;
    padding-bottom: 20px;
    background-color: #f4ba4b;
    border-radius: 8px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    border-radius: 5px;
    background-color: #f4f4f4f4;
    border: 1px soild #dedede;
    outline: none;
    color: #fca81a !important;
}

.contact-form input::before {
    font-family: "Font Awesome 5 Pro";
    color: #939393;
    position: absolute;
    left: 10px;
    top: 8px;
    pointer-events: none;
}

.contact-name {
    content: "\f007";
}

.contact-form label {
    font-weight: bold;
}

nav {
    background-color: white;
    z-index: 999;
}

@media (min-width: 768px) {
    nav {
        background-color: white;
    }
    header {
        padding: 15px 15px 15px 15px;
        height: auto;
    }
}

.buyButton {
    margin-bottom: 50px;
}

.buyButton span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .buyButton span {
        font-size: 24px;
    }
}

.phone-part {
    width: 100% !important;
    margin-top: 50px;
}

.phone-part img {
    height: 200px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .phone-part {
        width: 70% !important;
    }

    .phone-part img {
        height: 400px;
    }
}

.contact-container {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .contact-container {
        margin-top: 0;
    }
}

@media (max-width: 765px) {
    .offcanvas {
        background-image: url("/images/mobile-nav-bg.jpeg");
        text-align: right;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    }

    .offcanvas-body ul {
        align-items: flex-end !important;
        font-size: 28px;
    }

    .offcanvas-body button {
        background-color: white;
        color: #fdbb4c;
        border-color: #fdbb4c;
        box-shadow: 0 0 0 4px white;
        width: 200px;
        font-size: 20px;
        justify-content: center;
    }
}

.MuiSlider-thumb,
.MuiSlider-track,
.MuiSlider-rail {
    color: #f2bd61;
}

.css-9sx53m-MuiButtonBase-root-MuiTab-root.Mui-selected,
.css-17hrvuj-MuiButtonBase-root-MuiTab-root.Mui-selected {
    color: #f2bd61 !important;
}

.css-1aquho2-MuiTabs-indicator {
    display: none;
}

.tabcontainer {
    padding: 10px !important;
}

@media (min-width: 768px) {
    .tabcontainer {
        padding: 20px !important;
    }
}

.recommended-props-container {
    margin: 0 auto;
    /* background-color: white; */
    max-width: 1300px;
    width: 95%;
}

.content {
    text-align: center;
    margin-bottom: -50px;
    padding-bottom: 60px;
}

.business-description {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .business-description h1 p {
        padding-left: 40px;
    }
    .business-description p {
        padding-right: 40px;
    }
}

.business-top-container {
    padding: 30px !important;
    margin-top: 80px;
}

@media (min-width: 768px) {
    .business-top-container {
        margin-top: 30px;
    }
}

@media (min-width: 1440px) {
    .business-top-container {
        padding: 30px !important;
    }
}

.carosel-container,
.map-container {
    padding: 10px !important;
    margin-top: 40px;
}

.map-container {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .carosel-container,
    .map-container {
        padding: 30px !important;
    }
}

.map-popup p {
    line-height: 1.2rem;
    letter-spacing: 2px;
}

.filterHeader {
    max-width: 1440px;
    margin: 0 auto;
}

.filterHeader-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.filterHeader-container-item {
    flex: 1;
}

.filterHeader-container-item-filterBox {
    flex-basis: 30%;
    transform: translateX(-50%);
}

.filterHeader-container-item-image {
    flex-basis: 70%;
}

@media screen and (min-width: 768px) {
    .main-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.hero-button {
    height: 40px !important;
}

.tab-container {
    margin-top: 100px;
}

@media (min-width: 768px) {
    .tab-container {
        margin-top: 30px;
    }
}

.filterModal {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.modalClose {
    position: absolute;
    right: 2;
    top: 3;
}

.filterModal-container {
    position: relative;
}

.filter-button-mob {
    bottom: 10;
    left: 80%;
}

@media (min-width: 768px) {
    .filter-button-mob {
        left: 90%;
    }
}

.apply-filter-button {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    /* text-align: center; */
    text-transform: uppercase;
    line-height: 1.7;
    border: 1px solid;
    border-radius: 5px;
    padding: 15px;
    margin: 4px;
    clear: both;
    outline: none;
    transition: border-color 0.4s, background-color 0.4s, color 0.4s,
        box-shadow 0.4s, border-bottom-left-radius 0.5s,
        border-bottom-right-radius 0.5s, opacity 0.5s;
    color: #fff;
    border-color: #fff;
    background-color: #fdbb4c;
    box-shadow: 0 0 0 4px #fdbb4c;
    width: 100%;
}

.apply-filter-button:hover {
    color: #fff;
    border-color: #fff;
    background-color: #28a8ab;
    box-shadow: 0 0 0 4px #28a8ab;
}

.apply-filter-button:after {
}

.button-dark {
    color: #fff;
    border-color: #fff;
    background-color: #4f5b69;
    box-shadow: 0 0 0 4px #4f5b69;
}

.button-dark:hover {
    color: #fff;
    border-color: #fff;
    background-color: #fdbb4c;
    box-shadow: 0 0 0 4px #fdbb4c;
}

.pac-container {
    z-index: 99999 !important;
}

