@font-face {
    font-family: icomoon;
    src: url(../font/icomoon.ttf);
}

@font-face {
    font-family: chop;
    src: url(../font/chopinscript.ttf);
}

:root {
    --color1: #1c6d35;
    --color2: #1E6E36;
    --color3: #228b22;

}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    color: #979696;
    line-height: 1.7em;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background-color: #f7f7f7cf;
}


.slider {
    position: relative;
    height: auto;
    overflow: hidden;

}

.overlay {
    background: #0000002e;
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 200%;
}

.property-to-sell {
    position: relative;
    /* padding: 120px 0px 100px; */
    overflow: hidden;
}

.property-to-sell .inner {
    position: relative;
}

.property-to-sell .title-style-one {
    margin-bottom: 0px;
}

.title-style-one.left-aligned {
    text-align: center;
}

.title-style-one {
    position: relative;
    padding: 20px 0px;
    margin-bottom: 40px;
}

.title-style-one.left-aligned .count {
    left: -160px;
}

.title-style-one .count {
    position: absolute;
    top: 0px;
    width: 130px;
    height: 130px;
    background: var(--color3);
    ;
    padding: 20px 0px;
    border-radius: 50%;
}

.title-style-one.left-aligned .count .count-txt {
    left: -0px;
}

.title-style-one .count .count-txt {
    position: relative;
    font-size: 90px;
    color: #ffffff;
    font-weight: 700;
    line-height: 100px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
}

.title-style-one .title {
    position: relative;
    margin-bottom: 7px;
}

.title-style-one .title h2 {
    position: relative;
    display: inline-block;
    color: #4c4848;
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    padding: 10px 0px;
    border-bottom: 2px solid #bbbbbb;
    border-top: 2px solid #bbbbbb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.5em;
}

.title-style-one .sub-title {
    position: relative;
    font-family: 'Playfair Display', serif;

    font-size: 24px;
    color: #979696;
    font-style: italic;
    line-height: 1.4em;
}

.property-to-sell .content-box {
    position: relative;
    margin-left: 250px;
}

.property-to-sell .content-box .price {
    position: relative;
    text-align: right;
    color: #e0e0e0;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 20px;
}

.property-to-sell .content-box .text {
    position: relative;
    margin-bottom: 60px;
}

.property-to-sell .specs-list {
    position: relative;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

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

.property-to-sell .specs-list li {
    position: relative;
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
}

.property-to-sell .specs-list li .outer {
    position: relative;
    border: 1px solid #e0e0e0;
    padding: 10px 5px 7px;
    border-radius: 2px;
}

.property-to-sell .specs-list li .icon {
    font-size: 14px;
    line-height: 20px;
    color: var(--color1);
    margin-bottom: 2px;
}

.property-to-sell .specs-list li {
    position: relative;
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
}

.property-to-sell .right-column .image-box {
    position: relative;
    margin: 30px;
}

.property-to-sell .right-column .image-box .image-outer {
    position: relative;
}

.property-to-sell .right-column .image-box .image-outer:before {
    content: '';
    position: absolute;
    right: -30px;
    top: -30px;
    width: 100%;
    height: 100%;
    background: var(--color2) url(../img/pattern-1.png) center left no-repeat;
}

.property-to-sell .right-column .image-box .ribbon {
    position: absolute;
    left: -50px;
    top: -11px;
    width: 100%;
    height: 50px;
    padding: 20px 30px 20px 70px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    background: url(../img/ribbon-icon-1.png) left center no-repeat;
    z-index: 2;
}

.property-to-sell .right-column .image-box .image {
    position: relative;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    z-index: 1;
}

.property-to-sell .right-column .image-box img {
    display: block;
    width: 100%;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.icon-home2:before {
    content: "\e911";
}

.icon-location:before {
    content: "\e90e";
}

.icon-bed:before {
    content: "\e905";
}

.icon-plan:before {
    content: "\e923";
}

.icon-price:before {
    content: "\e909";
}

.icon-key2:before {
    content: "\e908";
}

.icon-container {
    text-align: center;
}

.icon-container h4 {
    font-size: 20px;
}

.icon-container:nth-child(odd) {
    background: var(--color1);
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    transition: 0.6s ease;
}

.icon-container:nth-child(even) {
    background: var(--color3);
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    transition: 0.6s ease;
}

.icon-container p {
    font-family: 'Poppins', sans-serif;
}

.icon-container:hover {
    transform: scale(1.2);
    z-index: 13;
}

.icon-cent {
    position: relative;
    top: -88px;
    z-index: 12;
}

.bg-color1 {
    background: #00000085;
}

.banner-text {
    position: absolute;
    z-index: 30;
    top: 60%;

    left: 5%;

    color: #fff;
}

.banner-text h1 {
    font-family: chop;
    font-size: 4em;
    font-weight: 500;
    letter-spacing: 6px;
}

.banner-text h1 {
    font-family: chop;
    font-size: 4em;
    font-weight: 500;
    letter-spacing: 6px;
}

.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.2;
}

/* .sub-title span{
    font-family: chop;
    font-style: normal;

} */
.text a {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    right: -46px;
    font-size: 55px;
    color: #fff;
}

.modal-body {
    background: var(--color1);
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.modal-body p {
    color: #fff;
}

.modal-body p a {
    color: #fff;
    text-decoration: underline;
    transition: 0.6s ease;
}

.modal-body p a:hover {
    color: #fff;
    text-decoration: underline;
    color: var(--color2);
}

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.property-to-sell {
    position: relative;
    padding-top: 40px;
    overflow: hidden;
}

section {
    padding-top: 50px;
}

.title-style-one.right-aligned {
    text-align: right;
}

.title-style-one.right-aligned .count {
    right: -160px;
}

.mobile-number {
    width: 200px;
    position: fixed;
    padding: 10px;
    background: #a9c12f;
    /* color: #fff; */
    border-radius: 5px;
    z-index: 1111;
    top: 40%;
    right: -8.2%;
    transition: 0.6s ease;
}

.mobile-number:hover {
    right: 0;

}

.mobile-number a {
    color: #fff;
    text-decoration: none;
}

.mobile-number a span {
    font-size: 15px;
}

.w-75 {
    width: 60% !important;
}

.img-wrap {
    height: 300px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    margin: 10px 0;
    border-radius: 4px;
}

.img-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    opacity: 1;
    z-index: 11;
    transition: 0.3s ease-out;
}

.img-wrap-background {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
}

.img-wrap:hover .img-wrap-background {
    transform: scale(1.2);
}

.gallery-section {
    position: relative;
    overflow: hidden;
    background: #ffffff url(../img/image-1.jpg) left bottom no-repeat;
    border-top: 1px solid #e0e0e0;
}

.title-style-one .title .h2 {
    position: relative;
    display: inline-block;
    color: #4c4848;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
    padding: 10px 0px;
    border-bottom: 2px solid #bbbbbb;
    border-top: 2px solid #bbbbbb;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.7em 1rem;
    margin-bottom: -1px;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, .125);
    background: #394333;
    color: #fff;
    transition: 0.5s ease;
    cursor: pointer;
    letter-spacing: 0.5px;

}

.list-group-item:hover {
    background: var(--color3);
    color: #fff;

}

.list-group-item::before {
    content: "\f06c";
    padding-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.bg-success1 {
    background: var(--color3);
}

.main-footer {
        position: relative;
    padding: 10px 0px 0px;
    background-color: #ffffff;
    background-position: center bottom;
    overflow: hidden;
    background-repeat: no-repeat;
}

.main-footer .footer-title {
    position: relative;

    margin: 0 auto 0px;
    text-align: center;
}

.main-footer .footer-title .logo {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .footer-title h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #4c4848;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.main-footer .footer-title .desc-text {
    position: relative;
    font-size: 15px;
    line-height: 1.8em;
}

.contact-section-one {
    position: relative;
    padding: 40px 0px;
}

.contact-section-one .auto-container {
    position: relative;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.contact-section-one .big-title {
    position: absolute;
    right: 15px;
    top: -50px;
}

.contact-section-one .big-title h2 {
    position: relative;
    font-size: 60px;
    color: #e0e0e0;
    line-height: 1em;
    font-weight: 700;
}

.contact-section-one .info-column h3,
.contact-section-one .form-column h3 {
    font-size: 18px;
    font-weight: 400;
    color: #6d6a6a;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.theme_color {
    color: #09a223;
}

.contact-section-one .info-list {
    position: relative;
    margin-left: 70px;
    margin-right: 70px;
    font-size: 15px;
}

.contact-section-one .info-list li {
    position: relative;
    padding-left: 64px;
    min-height: 48px;
    line-height: 24px;
    margin-bottom: 40px;
}

.contact-section-one .info-list li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
    color: #777777;
    border: 2px solid #a0a0a0;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
}

.contact-section-one .info-list li strong {
    font-weight: 600;
    color: #656565;
}

.contact-section-one .info-column h3,
.contact-section-one .form-column h3 {
    font-size: 18px;
    font-weight: 400;
    color: #6d6a6a;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="url"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 46px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    color: #222222;
    background: none;
    border-radius: 2px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.default-form textarea {
    height: 170px;
    resize: none;
    margin-bottom: 15px;
}

.default-form .theme-btn {
    font-size: 14px;
    text-transform: capitalize;
    padding: 8px 40px;
}

.btn-style-one {
    position: relative;
    padding: 9px 30px;
    line-height: 24px;
    background: #09a223;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one:hover {
    background: #242424;
    color: #ffffff;
}

.overlay2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffed;
    pointer-events: none;
}

.call-to-bg {
    background: url(../img/bg1.jpg);
    position: relative;
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.plr-140 {
    padding-left: 7%;
    padding-right: 7%;
}

.pt-75 {
    padding-top: 75px;
}

.call-to-bg:before {
    left: 0;
    width: 31%;
    margin-left: -100px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background: #95C41F none repeat scroll 0 0;
}

.call-to-bg:before,
.call-to-bg:after {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
}

.booking-area .section-title {
    margin-top: 15px;
}

.section-title h3 {
    font-weight: 600;
}

.section-title h1,
.section-title h2,
.section-title h3 {
    margin-bottom: 0;
}

.text-white h1,
.text-white h2,
.text-white h3 {
    color: #ffffff;
}

.section-title h1,
.section-title h2,
.section-title h3 {
    margin-bottom: 0;
}

.text-white h1,
.text-white h2,
.text-white h3 {
    color: #ffffff;
}

.booking-conternt {
    width: calc(100% - 80px);
    margin: auto;
}

.book-house {
    float: left;
    width: 80%;
}

.book-house h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.book-house h2+h2 {
    margin-top: 20px;
}

.book-house h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.booking-imgae {
    margin-top: -100px;
}

.booking-imgae {
    float: left;
    width: autos;
    margin-top: -100px;
}

.call-to-bg:after {
    z-index: -1;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 34, 62, 0.8) none repeat scroll 0 0;
}

.call-to-bg:before,
.call-to-bg:after {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
}


.full-row {
    position: relative;
    width: 100%;
}

.color-white,
.color-white-a a,
.icon_white i {
    color: #fff;
}

.alinment {
    text-align: center;
    margin: 0 auto;
}

.massage_one {
    line-height: 50px;
}















@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-text {
        position: absolute;
        z-index: 30;
        top: 40%;
        left: 5%;
        color: #fff;
    }

    .banner-text h1 {
        font-family: chop;
        font-size: 3em;
        font-weight: 500;
        letter-spacing: 6px;
    }

    .display-4 {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-3 {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 2.2;
    }

    .icon-container h4 {
        font-size: 15px;
    }

    .icon-container p {
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
    }

    .title-style-one.left-aligned {
        text-align: right;
    }

    .title-style-one.left-aligned .count {
        left: 60px;
    }

    .title-style-one .count {
        position: absolute;
        top: 0px;
        width: 120px;
        height: 120px;
        background: var(--color3);
        padding: 20px 0px;
        border-radius: 50%;
    }

    .title-style-one .title h2 {
        position: relative;
        display: inline-block;
        color: #4c4848;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1em;
        padding: 10px 0px;
        border-bottom: 2px solid #bbbbbb;
        border-top: 2px solid #bbbbbb;
    }

    .title-style-one .sub-title {
        position: relative;
        font-family: 'Playfair Display', serif;
        font-size: 20px;
        color: #979696;
        font-style: italic;
        line-height: 1.4em;
    }

    .property-to-sell .content-box {
        position: relative;
        margin-left: 0;
    }

    .booking-imgae {
        float: right;
        width: auto;
        margin-top: -161px;
    }

    .booking-conternt {
        width: auto;
        margin: auto;
    }

    .booking-area .section-title {
        margin-top: 0;
    }

    .book-house h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .text-white h2 {
        color: #ffffff;
        font-size: 21px;
    }

    .text-white h3 {
        color: #ffffff;
        font-size: 20px;
    }

    .booking-area .section-title {
        margin-top: 0;
        margin-left: -40px;
    }

    .title-style-one.left-aligned .count {
        left: 60px;
        opacity: 0.9;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .massage_one {
        line-height: 30px;
        font-size: 20px;
    }

    .contact-section-one .info-list li {
        position: relative;
        padding-left: 54px;
        min-height: 48px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .contact-section-one .info-list {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        font-size: 15px;
    }

    .main-footer .footer-title .desc-text {
        position: relative;
        font-size: 11px;
        line-height: 1.8em;
    }

    .property-to-sell .content-box {
        position: relative;
        margin-left: 0;
    }

    .display-3 {
        font-size: 1rem;
        font-weight: 300;
        line-height: 2.2;
    }

    .display-4 {
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .banner-text {
        position: absolute;
        z-index: 30;
        top: 40%;
        left: 5%;
        color: #fff;
    }

    .banner-text h1 {
        font-family: chop;
        font-size: 2.3em;
        font-weight: 500;
        letter-spacing: 6px;
    }

    .icon-container h4 {
        font-size: 12px;
    }

    .icon-container p {
        font-size: 10px;
    }

    .fa-5x {
        font-size: 4em;
    }

    .title-style-one.left-aligned {
        text-align: right;
    }

    .title-style-one.left-aligned .count {
        left: -38px;
        opacity: 0.3;
    }

    .pt-75 {
        padding-top: 45px;
    }

    .plr-140 {
        padding-left: 2%;
        padding-right: 2%;
    }

    .booking-imgae {
        float: right;
        width: auto;
        margin-top: -135px;
    }

    .book-house h2 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .text-white h3 {
        color: #ffffff;
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 10px;
    }

    .booking-conternt {
        width: auto;
        margin: auto;
    }

    .title-style-one .sub-title {
        position: relative;
        font-family: 'Playfair Display', serif;
        font-size: 18px;
        color: #979696;
        font-style: italic;
        line-height: 1.4em;
    }

    .title-style-one .title h2 {
        position: relative;
        display: inline-block;
        color: #4c4848;
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1em;
        padding: 10px 0px;
        border-bottom: 2px solid #bbbbbb;
        border-top: 2px solid #bbbbbb;
    }

    .title-style-one.left-aligned .count {
        left: -7px;
        opacity: 0.3;
    }

    p {
        font-size: 10px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .list-group-item {
        position: relative;
        display: block;
        padding: 0.4em 1rem;
        margin-bottom: -1px;
        font-size: 7.5px;
        border: 1px solid rgba(0, 0, 0, .125);
        background: #a9c12f2e;
        color: #0e4261;
        transition: 0.5s ease;
        cursor: pointer;
        letter-spacing: 0.5px;
    }

    iframe {
        min-height: 500px;
    }
}

@media (max-width: 767.98px) {
    p {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .fa-5x {
        font-size: 2em;
    }

    .icon-container h4 {
        font-size: 8px;
    }

    .icon-container {
        background: var(--color3);
        padding: 10px 0 !important;

        cursor: pointer;
        transition: 0.6s ease;
    }

    .icon-cent {
        position: relative;
        top: 0;
        z-index: 12;
    }

    .banner-text h1 {
        font-family: chop;
        font-size: 1.5em;
        font-weight: normal;
        letter-spacing: normal;
    }

    .display-4 {
        font-size: 0.7rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-3 {
        font-size: 0.7rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .banner-text {
        position: absolute;
        z-index: 30;
        top: 60%;
        left: 5%;
        color: #fff;
    }

    .fa-5x {
        font-size: 1.6em !important;
    }

    .icon-container p {
        font-family: 'Poppins', sans-serif;
        display: none;
    }

    .w-75 {
        width: 300% !important;
    }

    .property-to-sell .content-box {
        position: relative;
        margin-left: 0;
    }

    .title-style-one.left-aligned {
        text-align: center;
    }

    .property-to-sell .content-box .text {
        position: relative;
        margin-bottom: 20px;
    }

    .property-to-sell .content-box .price {
        position: relative;
        text-align: right;
        color: #e0e0e0;
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        line-height: 1em;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .pt-75 {
        padding-top: 15px;
    }

    .plr-140 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .section-title h3 {
        color: #ffffff;
        font-size: 12px;
    }

    .section-title h2 {
        color: #ffffff;
        font-size: 15px;
    }

    .booking-conternt {
        width: auto;
        margin: auto;
    }

    .booking-imgae {
        float: right;
        width: auto;
        margin-top: -200px;
    }

    .book-house h2 {
        font-size: 4px;
        margin-bottom: 0;
    }

    .book-house h2+h2 {
        margin-top: 10px;
    }

    .booking-imgae {
        float: right;
        width: auto;
        margin-top: -110px;
    }

    .booking-imgae img {
        width: 85px;
    }

    .book-house h2 {
        font-size: 10px;
        margin: 0;
    }

    .book-house {
        float: right;
        width: 85%;
    }

    .booking-imgae {
        float: right;
        width: auto;
        margin-top: -90px;
    }

    .book-house h2 {
        font-size: 9px;
        margin: 0;
    }

    .book-house {
        float: right;
        width: 132%;
    }

    .booking-imgae {
        float: right;
        width: auto;
        margin-top: -74px;
    }

    .section-title h2 {
        color: #ffffff;
        font-size: 8px;
    }

    .section-title h3 {
        color: #ffffff;
        font-size: 7px;
    }

    .book-house {
        float: right;
        width: 124%;
    }

    .call-to-bg:before {
        left: 0;
        width: 45%;
        margin-left: -93px;
        -webkit-transform: skewX(-30deg);
        transform: skewX(-30deg);
        background: #95C41F none repeat scroll 0 0;
    }

    .title-style-one .title h2 {
        position: relative;
        display: inline-block;
        color: #4c4848;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1em;
        padding: 10px 0px;
        border-bottom: 2px solid #bbbbbb;
        border-top: 2px solid #bbbbbb;
    }

    .title-style-one .sub-title {
        position: relative;
        font-family: 'Playfair Display', serif;
        font-size: 17px;
        color: #979696;
        font-style: italic;
        line-height: 1.4em;
    }

    .property-to-sell {
        position: relative;
        padding-top: 0;
        overflow: hidden;
    }

    .property-to-sell {
        position: relative;
        padding: 15px 0px 30px;
        overflow: hidden;
    }

    .title-style-one {
        position: relative;
        padding: 20px 0px;
        margin-bottom: 0;
    }

    section {
        padding-top: 10px;
    }

    .list-group-item {
        position: relative;
        display: block;
        padding: 0.4em 0.2rem;
        margin-bottom: 0;
        font-size: 9px;
        border: 1px solid rgba(0, 0, 0, .125);
        background: #a9c12f2e;
        color: #0e4261;
        transition: 0.5s ease;
        cursor: pointer;
        letter-spacing: 0;
    }

    .pb-5,
    .py-5 {
        padding-bottom: 1rem !important;
    }

    .table {
        width: 100%;
        margin-bottom: 0rem;
        color: #212529;
        font-size: 11px;
    }

    .pt-5,
    .py-5 {
        padding-top: 1rem !important;
    }

    .calign {
        font-size: 15px;
    }

    .massage_one {
        line-height: normal;
        font-size: 11px;
    }

    .footer-title img {
        width: 50%;
    }

    .main-footer {
        position: relative;
        padding: 30px 0px 0px;
        background-color: #ffffff;
        background-position: center bottom;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .main-footer .footer-title h2 {
        position: relative;
        font-size: 22px;
        font-weight: 700;
        color: #4c4848;
        line-height: 1.2em;
        margin-bottom: 0px;
    }

    .main-footer .footer-title .desc-text {
        position: relative;
        font-size: 9px;
        line-height: 1.5em;
    }

    .contact-section-one .big-title h2 {
        position: relative;
        font-size: 30px;
        color: #e0e0e0;
        line-height: 1em;
        font-weight: 700;
    }

    .contact-section-one .info-list {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        font-size: 15px;
    }

    .contact-section-one {
        position: relative;
        padding: 40px 0px 0 0;
    }
}

.mobile-number {
    width: 200px;
    position: fixed;
    padding: 10px;
    background: #a9c12f;
    /* color: #fff; */
    border-radius: 5px;
    z-index: 1111;
    top: 40%;
    right: -163px;
    transition: 0.6s ease;
}
.mobile-banner{
    display: none;
}
@media (max-width: 767.98px) {
    .list-group-item {
        position: relative;
        display: block;
        padding: 0.4em 0.2rem;
        margin-bottom: 0;
        font-size: 12px;
        border: 1px solid rgba(0, 0, 0, .125);
        background: #a9c12f2e;
        color: #0e4261;
        transition: 0.5s ease;
        cursor: pointer;
        letter-spacing: 0;
    }
    .mobile-banner{
        display: block;
    }
    #banner{
        display: none !important;
    }
}
/**
 * Simple fade transition,
 */
 .mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mt-100{
    margin-top: 100px;
}
.m-h{
        max-height: 527px;
    overflow: hidden;
    overflow-y: scroll;
}
.container_1{
        padding: 0px 51px;
}

.h-3{
    color: #222;
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 990px) {
	header.sticky .navbar-nav .nav-item>a,
	header.sticky .navbar-expand-lg .navbar-nav .nav-link,
	header.sticky .navbar-nav .nav-item>a.dropdown-toggle::after,
	.inner header .navbar-expand-lg .navbar-nav .nav-link,
	.inner header .navbar-nav .nav-item a.dropdown-toggle::after,
	.inner header .navbar-nav .dropdown-menu .nav-item a,
	.inner header.sticky .navbar-expand-lg .navbar-nav .nav-link,
	.inner header.sticky .navbar-nav .nav-item a.dropdown-toggle::after,
	.inner header.sticky .navbar-nav .dropdown-menu .nav-item a {
		color: #fff !important;
	}
	.navbar-nav .nav-item a,
	.navbar-nav .dropdown-item a,
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 10px 0;
	}
	
	
	header.header-2.sticky .navbar-nav .nav-item a,
	header.header-2.sticky .navbar-nav .dropdown-item a,
	header.header-2.sticky .navbar-expand-lg .navbar-nav .nav-link {
		color: #fff;
	}	
	
	.navbar-nav .nav-item {
		margin-left: 0;
	}
        .navbar-nav .nav-item a, .navbar-nav .dropdown-item a, .navbar-expand-lg .navbar-nav .nav-link:hover{
            color: #f1efef;
            padding: 16px 0;
        }
        .container_1{
            padding: 0px 8px;
    }
       
}

.footerMain .white {
    color: #6a6268 !important;
    text-align: center;
    margin-top: 10px;
}

