@font-face {
    font-family: "FSAlbert Pro";
    src: url("/fonts/FSAlbert-Regular.woff2") format("woff2"),
        url("/fonts/FSAlbert-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "FSAlbert Pro";
    src: url("/fonts/FSAlbert-Bold.woff2") format("woff2"),
        url("/fonts/FSAlbert-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "FSAlbert Pro";
    src: url("/fonts/FSAlbert-Light.woff2") format("woff2"),
        url("/fonts/FSAlbert-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "FSAlbert Pro";
    src: url("/fonts/FSAlbert-Light.woff2") format("woff2"),
        url("/fonts/FSAlbert-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "FSAlbert Pro";
    src: url("/fonts/FSAlbert-Bold.woff2") format("woff2"),
        url("/fonts/FSAlbert-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "FSAlbert Pro";
    src: url("/fonts/FSAlbert-Regular.woff2") format("woff2"),
        url("/fonts/FSAlbert-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --primary-color: #6b207d;
    --text-color: rgb(119, 119, 119);
}
html {
    overflow-x: hidden;
}
html body {
    font-family: 'FSAlbert Pro' !important;
    overflow-x: hidden;
}
html body header:hover {
    background-color: var(--primary-color);
}
html body .container:not(header .container) {
    max-width: 1140px;
}
p {
    letter-spacing: 1px;
}

.property-status {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: var(--primary-color);
    padding: 4px 8px;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
}

.select2-dropdown{
  z-index: 1000000;
}
.place-size {
    font-weight: 500 !important;
    color: var(--text-color) !important;
    font-size: 14px !important;
    gap: 8px;
    svg {
        height: 26px;
        width: 26px;
        path{
        stroke: var(--text-color) !important;
    }
    }
}
.amts-box .count {
    font-size: 14px;
}

.icon-plus-content a,
.form-sec-row .form-div-field label,
.address-sec p{
    color: var(--text-color) !important;
}

/* @media only screen and (max-width: 1199px) {
  header nav .container {
    flex-wrap: wrap !important;
  }
  header nav .container .navbar-collapse {
    flex-basis: 100%;
  }
  header nav .navbar-nav {
    flex-direction: column !important;
    border-right: 0 !important;
    width: 100%;
  }
  header nav .navbar-nav + .get-in-touch-header {
    display: none !important;
  }
  header .navbar-expand-lg .navbar-toggler {
    display: block;
    border-color: #fff;
    border-radius: 0;
    padding: 5px 7px;
    box-shadow: none;
    outline: 0;
  }
  header .navbar-expand-lg .navbar-toggler span {
    filter: invert(1);
  }
} */
@media only screen and (max-width: 991px) {
    body .container {
        padding: 0 30px;
    }
    body header .container {
        max-width: 1140px;
    }
    body header .get-in-touch-header {
        display: none !important;
    }
    body header .navbar-toggler {
        border-color: #fff;
        border-radius: 0;
        padding: 5px;
    }
    body header .navbar-toggler:focus {
        box-shadow: none;
    }
    body section.banner {
        height: 500px !important;
        min-height: 100% !important;
    }
    body section.banner h1 {
        font-size: 45px !important;
    }
    body .service-content {
        padding-top: 40px !important;
    }
    body .service-content h6 {
        font-size: 38px !important;
        margin-bottom: 0;
    }
    body .service-content p {
        font-size: 20px !important;
        margin-bottom: 0;
    }
    body .service-section .service-card {
        padding: 30px 0 0 !important;
    }
    body .service-section .service-card .service-card-content h4 {
        font-size: 35px !important;
        line-height: 40px !important;
    }
    body .our-mission {
        padding-bottom: 70px !important;
    }
    body .our-mission h2 {
        font-size: 35px !important;
        line-height: 50px !important;
    }
    body .our-mission p {
        font-size: 22px !important;
    }
    body .our-mission p br {
        display: none !important;
    }
    body footer .footer-site-logo {
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    body .service-section .service-box .service-card .service-card-content h4 {
        padding-top: 25px;
    }
    body .service-section .service-box .service-card .row {
        flex-direction: column-reverse !important;
    }
    body footer {
        padding: 20px 0;
    }
    body footer h6 {
        margin-top: 20px !important;
        padding-bottom: 15px !important;
    }
    body footer .copyright-text {
        margin-top: 50px;
    }
    body footer ul.footer-links li {
        margin-bottom: 10px !important;
    }
    body footer ul.footer-links li a {
        font-size: 16px !important;
        line-height: 18px !important;
    }
    iframe {
        width: 100% !important;
    }
    footer .footer-address {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    /* body header {
    padding: 17px 0 !important;
  } */
    body header .navbar-brand img {
        width: 150px !important;
    }
    body section.banner {
        height: 400px !important;
        min-height: 100% !important;
    }
    body section.banner h1 {
        font-size: 35px !important;
    }
    body .service-content h6 {
        font-size: 35px !important;
        line-height: 35px;
    }
    body .service-content p {
        font-size: 18px !important;
    }
    body .service-section .service-card {
        padding: 20px 0 !important;
    }
    body .service-section .service-card .service-card-content p {
        font-size: 18px !important;
    }
    body .service-section .service-card .service-card-content h4 {
        font-size: 25px !important;
        line-height: 30px !important;
        padding-bottom: 8px !important;
    }
}
@media only screen and (max-width: 425px) {
    body section.banner h1 {
        font-size: 25px !important;
        padding: 22px !important;
    }
    body .service-content p {
        line-height: 27px !important;
    }
    body .service-content h6 {
        font-size: 25px !important;
        line-height: 30px !important;
    }
} /*# sourceMappingURL=main.css.map */
