@font-face {
    font-family: swiss-721-bold-condensed;
    src: url(../fonts/swiss-721-bold-condensed.ttf);
}

@font-face {
    font-family: Rupee_Foradian;
    src: url(../fonts/Rupee_Foradian.ttf);
}

@font-face {
    font-family: timr45w;
    src: url(../fonts/timr45w.ttf);
}

body {
    font-family: 'Montserrat', sans-serif;
    /*background:#eff0f0;*/
    background-color: #fbfbf8
}


ul {
    padding: 0;
}

a {
    text-decoration: none;
}


.banner-img {
    position: relative;
    top: 0px;
    margin-top: 90px;
}

/*.banner-img img {
    width: 100%;
}*/
.top-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 15px 0px;
    z-index: 9999999;
}

.top-menu .bg-dark {
    background: none !important;
    padding: 0;
}

.top-menu .navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 26px 12px;
    text-transform: uppercase;
}

/* .top-menu .navbar-expand-md .navbar-collapse { */
/* display: block !important;} */
.top-menu .navbar-expand-md .navbar-nav {
    float: right !important;
    margin: auto;
    margin-right: 0;
}
.top-menu .navbar-expand-md .navbar-nav .nav-item .active{
     background: #356d31;
    color: #fff;
}

.top-menu .navbar-expand-md .navbar-nav .nav-item:not(:last-child) .nav-link:hover{
    background: #356d31;
    color: #fff;
    transition: 0.5s;
}
.top-menu .navbar-brand {
    padding: 0;
}

.top-menu .nav-item:last-child {

    border: 1px solid #0d8345;
    padding: 0px;
}
.top-menu .nav-item:last-child {

    background: none;
}

.form-sec h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    display: none;
}

.form-sec h1 a {
    text-decoration: none;
    color: #da3555;
}


.top-menu .nav-item:last-child .nav-link {
    font-weight: bold;
    font-size: 23px;
    padding: 20px 10px;
    line-height: 28px;
}

.mobile-col {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
    color: #F30;
    display: none;
}


.heading.location {
    padding-top: 48px;
}

.heading {
    font-weight: bold;
    font-size: 26px;

    text-align: center;
    margin: 0px auto;
    margin-bottom: 29px;
}

.heading:after {
    content: "";
    display: block;
    background-image: url(../images/seprat.png);
    height: 40px;
    width: 100%;
    background-size: 15%;
    background-position: center;
    background-repeat: no-repeat;
}

.top-menu .navbar-dark .navbar-nav .nav-link span {
    display: block !important;
    text-align: center;
}

.top-menu .nav-item .nav-link img {
    margin-right: 5px;
}

.top-menu .navbar-brand {
    width: 17%;
}

.top-menu .navbar-brand img {
    width: 40%;
}

.navbar-dark .navbar-toggler {
    color: #000;
    border-color: #000;
}

header .mobile-sec {
    display: none;
}

.form-sec p span img {
    width: auto;
}

.banner-form {
    position: absolute;
    bottom: 120px;
    right: 40px;
    width: 28%;
    z-index: 1;
}

.form-bg {
    background: #6d7373;
    padding: 7px;
    text-align: center;
}

.form-sec p {
    margin: 10px 0 5px 0px;
    font-size: 15px;
    color: #262626;
    font-weight: 500;
    letter-spacing: 0.8px;
    /* font-family:"Swiss 721 Bold Condensed" !important; */
}

.form-sec .rate {
    color: #fff;
    background-color: #000;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 33px;
    vertical-align: middle;

}

.form-sec p span {
    display: inline-block;
    padding: 0px 15px;
    background: #da3555;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    float: right;
    /* margin: 0 28px; */
    font-family: swiss-721-bold-condensed;
}

.form-sec {
    background: #fff;
    padding: 1px 15px;
}

.form-sec h2 {
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    margin: 0;
    letter-spacing: 0.8px;
    margin: 5px 0;
}

.form-sec h3 {
    color: #f30606;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.8px;


    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }



}


.mobile-col a {
    color: #fff;


}

@keyframes number {

    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }


}

.form-sec h5 {
    font-size: 15px;
    margin: 10px 0px;
}

.form-sec .form-group .form-control {
    height: 30px;
    font-size: 14px;
    color: #000;
}

.form-sec .form-group {
    margin-bottom: 20px;
}

.form-sec .btn-primary {
    color: #fff;
    background-color: #356d31;
    border-color: #045406;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    border: none;
    letter-spacing: 1px;
    transition: 0.5s;
}

.form-sec .btn-primary:hover {
    background: #10a355;
    transition: 0.5s;
}

.form-sec .form-group .form-control::placeholder {
    color: #000;
}

.about-left li {
    display: inline-block;
    list-style: none;
    width: 80%;
    overflow: hidden;
}

.about-left li img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transform: none;
}

.about-left li:hover img {
    transform: scale(1);
}

.about-left {
    padding-bottom: 52px;
    position: relative;
}

.about-right {
    position: absolute;
    top: 0px;
    right: 0;
    width: 37%;
    background: #fff;
    padding: 18px;
    height: auto;
    box-shadow: 0px 0px 6px 0px #a2a0a0;
}

.about-right h2 {
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 15px 0;
}

.about-right p {
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 11px;
}

.about-left li:first-child {
    margin-right: 15px;
}

.about-sec {
    padding: 50px 0px 0 0;
}

.offring-sec {
    padding: 65px 0 47px 0;
}

.offring-right li {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.offring-right {
    position: relative;
}

.offring-left {
    position: absolute;
    top: 39px;
    left: 0px;
    width: 42%;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0px 0px 6px 0px #a2a0a0;
}

.offring-left h2 {
    font-weight: 600;
    font-size: 32px;
    margin: 0;
}

.offring-left p {
    font-size: 18px;
    text-align: justify;
    font-weight: 500;
    line-height: 30px;
}

.offring-left li {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0 0 0px;
    margin: 0;
}

.offring-right li img {
    margin-right: 10px;
    margin-left: 4px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.offring-right li:hover img {
    transform: scale(1);
}

.price-sec {
    background: #356d31;
    padding: 60px 0px;
    padding-top: 100px;
    /*background-image: url(../img/main-back1.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
}

.price-text {
    text-align: center;
    margin-bottom: 35px;
}

.price-text h2 {
    color: #fff;
    font-weight: 600;
    font-size: 45px;
    margin: 0;
}

.price-text p {
    margin: 10px 0 0 0;
    color: #fff;
    font-size: 25px;
}

/*
.price-colm {background: #fff;
    text-align: center;
	padding: 2px 2px 15px 2px;	
border-radius: 2px;}
*/
/* .price-colm h3 {
    font-size: 30px;
    font-weight: bold;
    background: #262626;
    color: #fff;
    margin: 0;
    padding: 6px 0px;
} */

/*
.price-colm p {
    font-family: Rupee_Foradian;
    font-size: 25px;
    line-height: 30px;
    margin: 15px 0;
}
*/
.price-colm h4 img {
    filter: brightness(0%);
}

.price-colm h4 span {
    display: block;
    font-size: 20px;
}

.price-colm h4 {
    font-weight: bold;
    font-size: 37px;
}

/*
.price-colm a {
    text-decoration: none;
    color: #fff;
background: #262626;
    font-size:20px;
    padding: 4px 14px;
    border-radius: 5px;transition:0.5s}
*/

/*
.price-colm a:hover{background:#da3555;
transition: 0.5s;}
*/


.amenities-sec {
    padding: 30px 0px 0px 0px;
}

.amenities-sec .col-md-7.pd-right0 {
    padding-right: 0;
}

.amenities-left {
    overflow: hidden;
}

.amenities-left img {
    margin-right: 10px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.05);
}

.amenities-left:hover img {
    transform: scale(1);
}

.amenities-sec .col-md-5.pd-left0 {
    padding-left: 0;
}

.amenities-right {
    background: #fff;
    padding: 28px 19px;
}

.amenities-right li {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
    position: relative;
    padding-left: 40px;
}

.amenities-right li::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 33px;
    height: 33px;
    content: "";
    background: url(../images/li-icon.png);
    background-repeat: no-repeat;
    filter: brightness(0%);
}

.amenities-right h2 {
    font-weight: 600;
    font-size: 32px;
    margin: 0px;
}

.amenities-right p {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}

.amenities-right li img {
    margin-right: 5px;
}

.shadow-div {
    box-shadow: 0px 0px 24px 5px #959595;
    background: #fff;
}




.location-left {
    background: #262626;
}

.location-left h2 {
    font-weight: 600;
    font-size: 35px;
    margin: 0px;
    color: #fff;
}

.location-left li {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
    color: #fff;
}

.location-left li img {
    filter: brightness(0) invert(1);
    margin-right: 6px;
}

.location-sec .col-md-5.pd-left0 {
    padding-right: 0;
}

.location-sec .col-md-7.pd-right0 {
    padding-left: 0;
}

.location-left {
    background: #356d31;
    padding: 10px 18px;
    margin-top: 13px;
    box-shadow: 0px 0px 22px 5px #959595;
}

.location-right {
    border: 3px solid #262626;
    box-shadow: 10px 0px 18px 0px #959595;
}

.tz-gallery img {
    width: 100%;
}


.gallery-sec {
    padding: 70px 0px 0px;
    border-top: 5px solid #262626;
    margin-top: 80px;
}

.gallery-text {
    margin-bottom: 35px;
}

.gallery-text h2 {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    color: #ffec09;
    text-shadow: 2px 2px #000;
}

.gallery-text h2 span {
    display: block;

    font-style: italic;

    font-family: timr45w;

    font-size: 70px;

    font-weight: 500;
}

.gallery-colm {
    margin-bottom: 30px;
}

.footer-sec {
    background: #356d31;
    padding: 60px 0px;
    border-bottom: 20px solid #356d31;
}

.footer-form h4 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0 18px 0;
}

.footer-form .form-group .form-control {
    height: 32px;
    border: none;
    font-size: 15px;
    font-weight: 600;
}

.footer-form .btn.btn-primary {
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 30px;
    font-weight: bold;
    background: #023c04;
    border: none;
    transition: 0.5s;
}

.footer-form .btn.btn-primary:hover {
    background: #0e9913;
    transition: 0.5s;
}

.footer-form .form-group .form-control::placeholder {
    color: #000;
}

.footer-text {
    text-align: center;
    border-left: 2px solid #fff;
}

.footer-text h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin: 0px 0 15px 0px;

}

.footer-text h3 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}

/*******gallery*****/

.photo-zoom {
    outline: 0;
    overflow: hidden;
    position: relative;
    display: block;
    height: 230px;
}

.photo-zoom img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .photo-zoom img,
[class*="-2"] .photo-zoom img,
[class*="-3"] .photo-zoom img {
    width: auto;
    height: 100%;
}

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.23s 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;
}


/**********gallery**********/

.demo-gallery>ul {
    margin-bottom: 0;
}

.demo-gallery>ul>li a {
    display: block;
    overflow: hidden;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}

.demo-gallery li {
    margin-bottom: 30px;
}

.demo-gallery li img {
    height: 100%;
}

.formbox2 h1 {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.top_form h2 {
    font-size: 24px;
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    letter-spacing: 1px;
    font-weight: 600;
    background: #0d8345;
}

.form-control1 {
    border: none;
    border-radius: 0;
    border: 1px solid #015aa8;
    outline: none;
    color: #000;
    height: 45px;
    width: 100%;
    margin-top: 10px;
    padding: 15px;
}

.form_inner1 input[type="submit"] {
    border-radius: 0;
    margin-top: 20px;
    background: #0d8345;
    border: 0px solid;
    color: #fff;
    height: 45px;
    font-size: 22px;
}

.form_no.whatsapp {
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
    font-weight: 600;
    font-size: 18px;
    padding: 4px 0;
    /* background: #ccc; */
    margin-top: 5px;
    margin: 5px auto 0;
}

.formbox2 h1 span {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

.footer-text {
    text-align: center;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-size: 14px;
}

.footer-text a {
    color: #212529;
    text-decoration: none;
}

.gallery-text h4 {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
}

.bg-white p {
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
    line-height: 30px;
}

.mobile-section {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

.broch h6 {
    text-align: center;
    border: 1px solid#058df1;
    padding: 30px 0px;
    font-size: 24px;
    background-color: aliceblue;
}

.broch h6 a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}


/* .backimg {
    background-image: url(../img/WTC-Faridabad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 30px;
} */


.myimgsiz {
    max-width: 100%;
    /*height: 587px;*/
    overflow: hidden;

}

.myimgsiz img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.location-sec {
    padding-top: 52px;
}

/**********gallery**********/



/**********media***********/

/*@media (min-width:1500px) and (max-width:1920px){
	.banner-form {
    right: 396px;width: 20%;}
	
}*/

@media screen and (max-width: 768px) {
    .broch h6 {
        text-align: center;
        border: 1px solid#058df1;
        padding: 15px 0px;
        font-size: 16px;
    }

    .about-right {
        position: absolute;
        top: 0px;
        right: 0;
        width: 37%;
        background: #fff;
        padding: 18px;
        height: auto;
        box-shadow: 0px 0px 6px 0px #a2a0a0;
    }
    .banner-sec .banner-img .banner{
        display: block;
    }

    /* .backimg {
        background-image: url(../images/atkim.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 27px 30px;
        margin-top: 45px;
    } */

    .location-sec {
        margin-top: 0px;
    }

    .myimgsiz {
        max-width: 100%;
        height: auto;
        overflow: hidden;

    }

    .myimgsiz img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .resp-text {
        margin-bottom: 45px;
    }

    .resp-baner {
        margin-top: 75px;
    }

    .resp-none img {
        display: none;
    }

    .mobile-section {
        background: #000;
        display: block;
    }

    .mobile-section .btn-success {
        background: #01642e;
        width: 31.5%;
        font-size: 12px;
    }

    .mobile-section .btn {
        border-radius: 0;
        border: 0;
    }

    .form-sec h1 {
        display: block;
    }

    .top-menu {
        padding: 6px 0px;
    }

    .top-menu .navbar-expand-md .navbar-nav {
        width: 100%;
    }

    .top-menu .navbar-dark .navbar-nav .nav-link {
        padding: 12px 10px;
        border-bottom: 1px solid #fff;
        color: #fff;
        background: #356d31;
    }

    .top-menu .navbar-collapse {
        background: #262626 !important;
        margin-top: 10px;
        border-top: 2px solid #19ef7e;
    }

    .top-menu .nav-item:last-child {
        display: none;
    }

    .top-menu .navbar-dark .navbar-toggler {
        color: #000;
        border: 1px solid #444343;
        border-radius: 0;
        padding: 4px 8px;
        background: #000;
    }

    .banner-form {
        position: unset;
        width: 100%;
    }

    .about-left li {
        width: 100%;
    }

    .about-right {
        position: unset;
        width: 100%;
    }

    .about-right h2 {
        font-size: 22px;
    }

    .about-right p {
        font-size: 16px;
    }

    .offring-right li {
        width: 100%;
        margin: 0 0 10px 0;
        font-size: 15px;
    }

    .offring-left {
        position: unset;
        width: 100%;
    }

    .offring-right {
        padding-top: 668px;
    }

    .offring-left {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
    }

    .offring-left h2 {
        font-size: 22px;
    }

    .price-text h2 {
        font-size: 22px;
    }

    .price-text p {
        font-size: 18px;
    }

    .price-colm h3 {
        font-size: 22px;
    }

    .price-colm p {
        font-size: 20px;
    }

    .price-colm h4 {
        font-size: 25px;
    }

    .price-colm {
        margin-bottom: 30px;
    }

    .form-sec {
        padding: 20px 20px;
    }

    .price-colm a {
        font-size: 16px;
        padding: 6px 18px;
    }

    .amenities-sec .col-md-7.pd-right0 {
        padding-right: 15px;
    }

    .amenities-sec .col-md-5.pd-left0 {
        padding-left: 15px;
    }

    .amenities-right h2 {
        font-size: 22px;
    }

    .amenities-right p {
        font-size: 20px;
    }

    .location-left h2 {
        font-size: 22px;
    }

    .location-sec .col-md-5.pd-left0 {
        padding-right: 15px;
    }

    .location-sec .col-md-7.pd-right0 {
        padding-left: 15px;
    }

    .gallery-text h2 {
        font-size: 25px;
    }

    .footer-text {
        border-left: none;
        border-top: 2px solid #fff;
        /* margin-top: 30px;*/
        padding-top: 15px;
    }

    .price-colm h4 span {
        font-size: 16px;
    }

    .footer-text h2 {
        font-size: 25px;
    }

    .footer-text h3 {
        font-size: 18px;
    }

    .footer-sec {
        padding: 40px 0px;
    }

    .gallery-sec {
        padding: 40px 0px 0px;
        margin-top: 40px;
    }

    .amenities-sec {
        padding: 40px 0px;
    }

    .price-sec {
        padding: 40px 0px;
    }

    .offring-sec {
        padding: 40px 0 0px 0;
    }

    .about-sec {
        padding: 0px 0px;
        margin-top: 38px;
    }

    .heading {
        font-weight: bold;
        font-size: 32px;
        text-align: center;
        margin: 0px auto;
        margin-bottom: 7px;
    }

    .mobile-col {
        margin: 0px;
        padding: 0px;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        padding: 5px 10px;
        color: #F30;
        display: block;

        width: 100%;
        position: absolute;
        top: 19%;
        z-index: 1;
        text-shadow: 0px 2px #000;
    }

    .location-left,
    .location-right {

        margin-bottom: 10px;
    }

    .banner-img {
        position: relative;
        top: 23px;
    }
}
.florimg{
    margin-bottom: 30px;
}