@import "./../../../css/style-common.css";
@import "./../../../css/style-J.css";
@import "./../../../css/style-e.css";

#map {
    height: 660px;
    width: 100%;
}
.propert-column-box{

    h4{
        color: var(--text-color);
    }
}

@media (max-width: 767px) {
    #map {
        height: 400px;
        width: 100%;
    }
}

body header .container{
    max-width: 1440px !important;
}

body section.banner {
    height: auto !important;
    min-height: auto !important;
    h1{
        font-size: 63px;
        line-height: 66px;
        text-transform: none;
    }
}

.our-mission{
    display: none;
}

body footer .container{
    max-width: 1140px !important;
}

footer .footer-address p{
    line-height: 24px;
}

footer .footer-links{
    margin-bottom: 1rem;
}

.leaflet-control-attribution,
.leaflet-control-zoom {
    display: none !important;
}
.leaflet-popup-content {
    font-size: 16px !important;
    font-weight: bold;
}
.custom-icon {
    width: 30px;
    height: 30px;
}
#map {
    background-color: var(--primary-color) !important;
}
/* Ensure the dropdown appears below the input field */
.vue-tel-input {
    height: 65px;
    width: 100%;
    border: 1px solid #bbbbbb;
    position: relative;
    padding-right: 20px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.vue-tel-input:focus-within {
    box-shadow: unset;
    border: 2px solid #000;
}
body header {
    background-color: var(--primary-color);
}
p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    color: rgb(26, 27, 38);
    letter-spacing: 0;
}
.section-space-top {
    padding-top: 230px;
}
.section-space-bottom {
    padding-bottom: 50px;
}
body .container {
    max-width: 1224px !important;
}
.feature-thumb-bx-main,
.feature-thumb-bx-main:hover {
    box-shadow: none !important;
}
.contact-map-section.section-space-top,
.expolre-other-pages.section-space-top,
.section-space-top.contact-form-section,
.c-form-loader + .section-space-top {
    padding-top: 50px;
}
.banner.inner-banner {
    margin-top: 97px;
}
.tab-strucutre-1 ul li a {
    padding: 16px 30px;
    color: var(--text-color);
}

.form-sec-row .form-div-field .iti--separate-dial-code .iti__selected-flag{
    width: max-content;
    max-width: fit-content;
}

.with-checkbox label,
.with-out-checkbox p{
    color: var(--text-color);
}

.with-out-checkbox a{
    color: var(--primary-color);
}

.feature-thumb-bx-main h2{
    color: var(--primary-color);
}
.feature-thumb-bx-main h3{
    color: var(--primary-color);
}

.button-4.arrow{
    color: var(--text-color);
    border-color: var(--text-color);
}

.button-1.arrow.submit input{
    color: #BC8418;
    &:hover{
        color: #fff;
    }
}

@media (min-width: 1800px) {
    h1 {
        font-size: 73px;
        line-height: 76px;
    }
}
@media only screen and (min-width: 1800px) {
    body .container {
        max-width: 1524px !important;
    }
    .section-space-top {
        padding-top: 278px;
    }
    .contact-map-section.section-space-top,
    .expolre-other-pages.section-space-top,
    .section-space-top.contact-form-section,
    .c-form-loader + .section-space-top {
        padding-top: 50px;
    }
    .section-space-bottom {
        padding-bottom: 50px;
    }
    .tab-strucutre-1 ul li a {
        padding: 20px 30px;
    }
}
@media (max-width: 1000px) {
    .contact-map-section.section-space-top,
    .expolre-other-pages.section-space-top,
    .section-space-top.contact-form-section,
    .c-form-loader + .section-space-top {
        padding-top: 40px;
    }
    .section-space-top {
        padding-top: 200px;
    }
    .section-space-bottom {
        padding-bottom: 40px;
    }
}
@media (max-width: 991px) {
    body section.banner {
        height: auto !important;
    }
    body header .container{
        padding: 0;
    }
    body footer .container{
        padding: 0 30px !important;
    }
}
@media (max-width: 767px) {
    .tab-strucutre-1 ul li a {
        padding: 16px 10px;
    }
    .expolre-other-pages.section-space-bottom {
        padding-bottom: 0;
    }
}
@media (max-width: 575px) {
    .banner.inner-banner {
        margin-top: 79px;
    }
}
