@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Prompt', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Prompt', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1280px;
}

.btn-primary {
    color: #fff;
    background-color: #a88c41;
    border-color: #a88c41;
    border-radius: 30px;
    padding: 8px 25px;
}

header .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    border-right: 2px solid #a88c41;
    line-height: 0;
    padding: 6px 15px;
}

header .navbar-light .navbar-nav .active>.nav-link {
    color: #a88c41;
}

header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus {
    color: #a88c41;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 0 5px 5px #00000029;
    height: 71px
}

.section-padding {
    padding: 40px 0;
}

.section-title {
    margin-bottom: 20px;
    margin-top: 30px;
}

.section-title span {
    display: block;
    font-size: 18px;
    color: #929496;
}

.main-banner {
    /* background: url(../img/puri-aravallis-sector-61-gurgaon.jpg) no-repeat 0 0; */
    /* height: 600px; */
    background-size: 100% auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    /* margin-top: 73px; */
}

.main-banner::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

#banner-form .modal-header h5 {
    font-size: 18px;
}

.main-banner-data {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.main-banner-data h1 {
    margin: 0 0 15px;
    font-size: 70px;
    color: #fff;
    font-weight: 600;
}

.main-banner-data span {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    padding: 2px 15px 6px;
    /* text-shadow: 2px 2px 0 #eb3c3c; */
    font-weight: 600;
}

.main-banner-data h2 {
    color: #f7a82c;
    /* text-shadow: 2px 2px 0 #000; */
    font-size: 33px;
    margin-bottom: 40px;
    /* font-family: unset; */
}

.launch-project {
    padding: 10px 0;
    position: relative;
    z-index: 0;
    background-image: linear-gradient(to right, #a88c41, black);
}

.launch-project:before {
    position: absolute;
    content: '';
    width: 200px;
    height: 5px;
    left: 10%;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.launch-project:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 5px;
    right: 10%;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.launch-project h4 {
    font-weight: 600;
    color: #fff;
    margin: 5px 10px 5px 10px
}

.launch-project p {
    margin-bottom: 0px;
    color: #f8ad01;
    font-size: 18px
}


.call-info {
    background-color: #a88c41;
    border-radius: 30px;
    padding: 8px 20px 8px 12px;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.call-info i {
    background-color: #fff;
    padding: 15px;
    margin: -10px 15px -10px -15px;
    border-radius: 30px;
    color: #000;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 1px solid #a88c41;
}

.call-info a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.call-info a span {
    color: #fff
}

.amenties {
    background: #f3f3f3;
}

.amenties ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.amenties ul li {
    color: #000;
    overflow: hidden;
    width: 47%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 10px 30px 10px 60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    margin-right: 15px;
    position: relative;
    background: #fff;
    border-radius: 50px;
}

.amenties ul li i {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #000
}

.amenties ul li p {
    overflow: hidden;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500
}

.amenties ul li:nth-child(even) {
    margin-right: 0
}

.floor-plans-data h4 {
    margin-bottom: 0;
    padding: 8px 0;
    color: #fff;
    background-image: linear-gradient(to right, #a88c41, black);
    font-size: 16px;
}

.site-map {
    background: #f3f3f3;
}

.gallery-img {
    padding: 2px;
    position: relative;
    overflow: hidden;
}

.gallery-img:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
    pointer-events: none;
}

.gallery-img:after {
    content: '';
    position: absolute;
    transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    top: -150%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
    pointer-events: none;
}

.gallery-img img {
    -webkit-transition: transform 8s ease;
    -moz-transition: transform 8s ease;
    -o-transition: transform 8s ease;
    transition: transform 8s ease;
}

.gallery-img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.site-map-data .form-control {
    margin-bottom: 10px;
}

.site-map-data .btn-primary {
    border-radius: 5px;
}

.site-map-data {
    background-color: #fbfbfb;
    padding: 40px;
    background: #3a3a3a;
    border-radius: 15px 15px 0 0;
    padding-bottom: 20px;
}

.site-map-img img {
    min-height: 376px;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 30px 30px 0 0;
    background: #fff;
}

#banner-form .modal-header {
    background: #a68c44;
    color: #fff;
    border: 1px dotted #fff;
    border-bottom: none;
}

.floor-plans-data iframe {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#banner-form .close {
    color: #fff;
    opacity: 1;
    outline: none;
    background-color: #000;
    padding: 6px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: flex;
    align-content: space-around;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

#banner-form .modal-body {
    border: none;
    border-top: none;
    padding-bottom: 20px;
    border-radius: 0;
    border-bottom: 8px solid #a48c47;
    outline: none;
    box-shadow: none;
}

.modal-content {
    border: none;
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

.for-video-btn {
    position: relative;
}

.for-video-btn .fas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red;
    font-size: 14px;
    /* border: 1px solid #b70202; */
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffffffbd;
    border-radius: 50%;
    pointer-events: none;
}

footer h3 {
    margin: 0;
    text-align: center;
    background: #3a3a3a;
    font-size: 16px;
    padding: 4px 0;
    color: #fff;
}

#getintouchh {
    text-align: center;
    background-color: #a88c41;
    padding: 2rem 0;
    margin-top: 0rem;
    margin-bottom: 4rem;
}

.floor-plans-data img.f-image {
    filter: blur(0px);
    border: 1px dotted #000;
    -webkit-filter: blur(0px);
}

.floor-plans-data ul li {
    text-align: left;
    margin: 10px;
}

.floor-plans-data {
    margin-bottom: 20px;
}

.getin-touch .btn-primary {
    background-color: #fff;
    color: #fff;
    padding: 12px 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: #a68c44;
    border-radius: 50px;
    border: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.ameni__inner {
    box-shadow: 0 1rem 3rem rgb(0 137 207 / 28%);
    padding: 1rem;
    background-color: #fff;
    color: #495057;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ameni__inner .ameni_list {
    position: relative;
    overflow: hidden;
    margin: 1rem;
    width: calc(16.6% - 2rem);
    text-align: center;
    font-size: .8rem;
}

.ameni__inner .ameni_list i {
    display: block;
    font-size: 2rem;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: rgb(166 140 68);
    margin-bottom: 1rem;
    box-shadow: 0 0.5rem 0.5rem rgb(3 78 162 / 28%);
    color: #fff;
}

.thanksyou-section {
    text-align: center;
    padding: 228px 0 100px;
    min-height: 90vh;
    font-size: 15px;
    color: #757474;
}

.thanksyou-section .thanks {
    clear: both;
    width: 100%;
    font-size: 60px;
    color: #4caf50;
    font-weight: 900;
    padding-bottom: 30px;
    margin: 0;
    text-transform: uppercase;
}

.thanksyou-section span {
    clear: both;
    width: 100%;
    font-size: 72px;
    color: #4caf50;
    text-align: center;
    font-weight: 700;
    padding-bottom: 35px;
}

.instant-modal .modal-content {
    background-color: #a88c41;
}

.instant-modal .modal-header {
    text-align: center;
    display: block;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    border: none;
}

.instant-modal .modal-header h5 {
    font-size: 24px;
    font-weight: 600;
}

.instant-modal .modal-header .close {
    position: absolute;
    content: '';
    top: 14px;
    color: #fff;
    right: 16px;
    opacity: 1;
    background-color: transparent;
    font-size: 24px;
}

.instant-modal .modal-body {
    padding: 10px 20px;
}

.instant-modal .modal-body .form-control {
    background-color: transparent;
    border-radius: 0px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    padding: 10px 0px;
    font-size: 14px;
    height: 52px;
    color: #fff;
}

.instant-modal .modal-body .form-control::placeholder {
    color: #fff;
}

.instant-modal #submit {
    margin-top: 20px;
    font-size: 20px;
    background-color: #000;
}

.second-sec {
    padding: 3rem 0;
    background-color: #f3f3f3;
}

.main-bdr {
    border: 3px solid #a88c41;
    height: 100%;
}

.ss1-text {
    background-color: #a88c41;
    color: #fff;
    padding: 10px 3px;
}

.ss1-text h2 {
    font-size: 30px;
}

.ss1-ul {
    text-align: center;
    margin-top: 20px;
}

.w-50 {
    width: 50% !important;
}

.ss1-ul ul {
    padding: 0;
    list-style-type: none;
    list-style: none;
    margin-top: 12px;
}

.ss1-ul ul li {
    padding-top: 5px;
    display: flex;
    padding-left: 10px;
    text-align: left;
    font-size: 17px;
    text-transform: capitalize;
}

.ss1-ul ul li i {
    padding-right: 10px;
    padding-top: 0px;
    color: #a88c41;
    font-size: 22px;
}

.ss1-ul ul li p {
    margin-bottom: 12px;
    font-size: 16px;
    padding-right: 3px;
    -webkit-animation: button-blink-animation 1s infinite;
    /* Safari 4+ */

    -moz-animation: button-blink-animation 1s infinite;
    /* Fx 5+ */

    -o-animation: button-blink-animation 1s infinite;
    /* Opera 12+ */

    animation: button-blink-animation 1s infinite;
    /* IE 10+, Fx 29+ */
}

@-webkit-keyframes button-blink-animation {

    0%,
    49% {

        color: #a88c41;
        font-weight: 400;

    }

    50%,
    100% {

        color: #000;

    }

}

.ss1-ul form {
    padding: 1rem;
}

.ss1-ul form .form-control {
    border: 1px solid #478a3938;
    background-color: transparent;
}

.main-bdr form .btn-primary {
    color: #fff;
    background-color: #a88c41;
    padding: 10px;
    border: none;
    font-weight: 500;
}

#Overview {}

.highlighted {
    background: #a88c41;
    color: #fff;
    text-align: center;
}

span.boldhighlighted {
    font-size: 30px;
    font-weight: bold;


}

span.highlightedtext {
    font-size: 24px;

}

#myBtn i {
    position: fixed;
    bottom: 42px;
    float: right;
    right: 3px;
    /* left: 0; */
    width: 35px;
    /* width: 100%; */
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: rgb(247 168 44);
    padding: .5px;
    border-radius: 4px;
    border: none;
    border-radius: 10px;
    z-index: 555555;
}

#myBtn a {
    color: white;
}

#myBtn:hover {
    background-color: #86560c;
}

#myBtn:hover a {
    color: #000;
    text-decoration: none;
}

.Price-list.section-padding {
    background: #f3f3f3;
}

.table-price-list {
    position: relative;
}

.special-offer-img {
    top: -75px;
    position: absolute;
    left: -110px;
}

.special-offer-img img {
    max-width: 180px;
}

.right-form .custom-control-label {
    text-align: left;
    font-size: 8px;
    margin-bottom: 10px;
}

.right-form {
    position: fixed;
    right: -300px;
    top: 50%;
    z-index: 1;
    width: 300px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.right-form.active {
    right: 0;
}

.right-form form {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #8c8c8c;
}

.right-form .custom-select {
    color: #589de9;
}

.about-us-data p {
    text-align: justify;
}

.get-call-back {
    position: absolute;
    top: 100%;
    left: -105px;
    background: #a88c41;
    color: #fff;
    padding: 6px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    width: 170px;
    margin-top: -28px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 99999999;
    border-radius: 0 0 10px 10px;
}


#amenities {
    background-color: #fff;
    width: 100%;
    /* float: left; */
    padding: 40px 0px;
}

#amenities .container h2 {
    margin-bottom: 1rem;
    margin-top: 0rem;
    text-align: center;
    color: #052c3f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.3rem;
}

.col_kf7 {
    width: 14%;
    float: left;
    margin: 1px;
    padding: 2px;
    min-height: 140px;
}

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

.col_kf7 p {
    text-align: center;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.col_kf7 .fe_icon img {
    width: 46px;
    vertical-align: middle;
}


.get-call-back:focus {
    text-decoration: none;
    color: #fff;
}

.get-call-back:hover {
    background: #05658e;
    color: #ffffff;
    text-decoration: none;
}

.right-form .form-box {
    position: relative;
    top: 0;
}

.right-form .btn-primary {
    color: #fff;
    border-radius: 5px
}

.right-form.active .get-call-back {
    top: 96px;
}

.thankyou-page.text-center {
    height: 100vh;
}

.thankyou-page.text-center h2 {
    padding-top: 300px;
    font-weight: bold;
    color: #248749;
    font-size: 65px;
}

.thankyou-page.text-center p {
    font-size: 26px;
    font-weight: 500;
}

.thankyou-page.text-center p span {
    color: red;
}

.pivacy-policy ul {
    padding: 0;
    list-style-type: circle;
    padding-left: 15px;
}

.pivacy-policy {
    padding: 100px 0 0 0;
    background: #f3f3f3;
}

.close_menu {
    display: none;
}

.whatsapp_btn img {
    width: 24px;
    margin-right: 10px;
}

.bottom-call-info.call-info {
    position: fixed;
    bottom: 4px;
    left: 40px;
    display: none;
}

.Price-list thead {
    background: #a88c41;
    color: #fff;
}

.Price-list .table-bordered td h6 {
    color: red;
    font-size: 17px;
}

.Price-list .table-bordered td h6 span {
    font-size: 24px;
    color: #000;
    margin: 0 3px;
}

.signature-global-drr {
    padding: 30px 0;
    text-align: center;
    background: #a68c44;
}

.signature-global-drr-data .btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #ffffff;
    border-radius: 30px;
    padding: 8px 25px;
}

.signature-global-drr h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffffff;
}

.signature-global-drr p {
    color: #ffffff;
    margin-bottom: 0;
}

.signature-global-drr .border {
    border: 1px solid #fff !important;
}

.bottom-info {
    display: none;
}

.ask-deal {
    padding-top: 20px;
}

.ask-deal a {
    font-size: 22px;
    color: #000000;
    text-decoration: none;
    /* transition: ease all .5s; */
    font-weight: 600;
    border-top: 2px dotted #000;
    border-bottom: 2px dotted #000;
    border-left: 2px dotted transparent;
    border-right: 2px dotted transparent;

    padding: 0 10px;
}

.ask-deal a:hover {
    /* transition: ease all .5s; */
    border-left: 2px dotted #000;
    border-right: 2px dotted #000;

}

footer {
    background: #3a3a3a;
    padding: 12px 15px;
}

footer a {
    color: #fff;
}

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

.call-booking-wraper {
    background: #fff;
}

.booking-call-strip {
    background: #000000;
    padding: 25px 15px;
    margin: 50px 0;
}

.booking-call-strip h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

.booking-call-strip h4 a {
    font-size: 40px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}



.booking-call-strip h4 i {
    transform: rotate(93deg);
    font-size: 31px;
    margin-right: 11px;
}


@media only screen and (max-width: 1400px) {

    .main-banner-data h1 {
        font-size: 60px;
        margin: 0 0 5px;
    }

    .main-banner-data span {
        font-size: 38px;
    }

    .main-banner-data h2 {
        font-size: 30px;
    }

    .main-banner {
        /* height: 641px; */
    }

    .launch-project:before {
        width: 100px;
        left: 60px;
    }

    .launch-project:after {
        width: 100px;
        right: 60px;
    }

}

@media only screen and (max-width: 1300px) {

    .main-banner-data h1 {
        font-size: 50px;
    }

    .main-banner-data span {
        font-size: 30px;
    }

    .main-banner-data h2 {
        font-size: 23px;
    }

}

@media only screen and (max-width: 1199px) {

    .call-info i {
        margin: -10px 0px -10px -15px;
    }

    header .navbar-light .navbar-nav .nav-link {
        padding: 6px;
    }

    .main-banner {
        height: 415px;
    }

    .main-banner-data h1 {
        font-size: 45px;
    }

    .launch-project:before {
        width: 30px;
        left: 15px;
    }

    .launch-project:after {
        width: 30px;
        right: 15px;
    }

    .site-map-data {
        padding: 20px;
    }

    .site-map-img img {
        min-height: 395px;
    }

}

@media only screen and (max-width: 991px) {

    .navbar-light .navbar-toggler {
        border-color: #a88c41;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        outline: none;
    }

    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    .navbar-collapse.show {
        right: 0;
    }

    .navbar-collapse {
        width: 250px;
        display: block !important;
        flex-basis: inherit;
        overflow-y: auto !important;
        overflow-x: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        background: #fff;
        right: -250px;
        z-index: 5;
        margin: 0;
        height: 100% !important;
        padding: 0;
        border: 0;
        border-left: 4px solid #25894b;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .close_menu {
        display: block !important;
        position: relative;
        text-align: right;
        padding-bottom: 40px;
        height: auto !important;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .close_menu a {
        width: 30px;
        height: 30px;
        background: #a50015;
        color: #fff;
        font-size: 18px;
        text-align: center;
        display: inline-block;
        line-height: 30px;
        position: absolute;
        right: 0;
        font-weight: 600;
        text-decoration: none;
    }

    .call-info {
        display: none;
    }

    header .navbar-light .navbar-nav .nav-link {
        padding: 25px;
        font-size: 18px;
        border-bottom: 1px solid #eee;
        border-right: none;
    }

    .whatsapp_btn,
    .bottom-call-info.call-info {
        display: block;
    }

    .call-info i {
        font-size: 12px;
    }

    .call-info a span {
        padding-left: 10px;
    }

    footer {
        margin-bottom: 41px;
    }

    .bottom-info {
        padding: 0px 0;
        text-align: center;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-image: linear-gradient(to right, #a88c41, #000000);
        display: block;
    }

    .bottom-info a {
        color: #fff;
        width: 100%;
        display: block;
    }

    .bottom-info a:hover {
        text-decoration: none;
    }

    .call-info i {
        font-size: 11px;
        color: #000;
        /* border: 1px solid #fff; */
        padding: 7px;
        background: #54ee47;
        border-radius: 5px;
    }

    .call-info a span {
        padding-left: 10px;
        color: #fff;
    }

    .call-info {
        background: transparent;
    }

    .bottom-call-info.call-info {
        position: inherit;
    }

    .special-offer-img {
        top: -70px;
        left: -119px;
    }

    .Price-list .table-bordered td h6 span {
        font-size: 20px;
    }

}

.btn-color{
    color:#a88c41;
}
.launch-project h2{
    font-size:16px;
}

@media only screen and (max-width: 767px) {
    
    #getintouchh{
        margin-bottom:0;
    }


    .col_kf7 {
        width: 32%;
    }
    
    .launch-project h2{
    font-size:14px;
}
    
    .launch-project:before, .launch-project:after{
        display:none;
    }
.launch-project {
    background-image: linear-gradient(to right, #a88c41, #a08742);
}
    #amenities .container h2 {
        font-size: 1.3rem;
    }

    .ameni__inner .ameni_list {
        width: calc(50% - 2rem);
    }

    .booking-call-strip h4 a {
        font-size: 25px;
    }

    .main-banner-data {
        top: 63%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        text-align: center;
    }

    .main-banner {
        height: auto;
        padding: 155px 0;
    }

    .launch-project h4 {
        font-size: 16px;
    }

    .bottom-call-info.call-info {
        bottom: 10px;
        left: 15px;
        position: inherit;
        bottom: auto;
    }

    .about-us.section-padding,
    .floor-plans.section-padding,
    .site-map.section-padding {
        padding: 0 0 30px
    }

    .amenties.section-padding {
        padding: 30px 0;
    }

    .for-video-btn {
        position: relative;
        margin-top: 20px;
    }

    .amenties.section-padding,
    .gallery.section-padding {
        padding: 1px 0 30px;
    }

    .floor-plans-data {
        margin-bottom: 15px;
    }

    .floor-plans-data img {
        width: 100%;
    }

    .gallery-img {
        padding: 5px 6px;
    }

    .site-map-data {
        padding: 40px;
    }

    .special-offer-img {
        top: -100px;
        left: 0;
    }

    .right-form {
        display: none;
    }

    .ask-deal {
        padding-top: 10px;
        margin-bottom: 40px;
    }

}

@media only screen and (max-width: 575px) {
    .footer h3 {
        font-size: 14px;
    }

    .amenties ul li {
        width: 100%;
    }

    .main-banner {
        padding: 72px 0 0;
        margin-top: 2px;
    }

    .main-banner-data h1 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .main-banner-data span {
        font-size: 18px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .main-banner-data h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .launch-project h4 {
        font-size: 16px;
        padding: 0 50px;
    }

    .site-map-img img {
        min-height: auto;
    }

    .site-map-data {
        padding: 30px;
    }

    .pivacy-policy {
        padding: 50px 0 0 0;
    }

    .thankyou-page.text-center p {
        font-size: 18px;
    }

    .section-padding {
        padding: 10px 0;
    }

    footer .float-right,
    footer .float-left {
        float: inherit !important;
    }

    footer h3 {
        padding: 0;
        font-size: 14px;
    }

    footer {
        padding: 10px 15px;
    }

    .signature-global-drr h3 {
        font-size: 20px;
    }

    .signature-global-drr-data {
        margin-bottom: 20px;
    }

    .signature-global-drr {
        padding: 0;
    }

}

@media only screen and (max-width: 420px) {

    .main-banner {
        padding: 61px 0 0;
        margin-top: 12px;
        height: 260px;
        background-size: 100%;
    }

    .main-banner-data h2 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .main-banner-data h5 {
        font-size: 13px;
    }

    .btn-primary {
        padding: 5px 25px;
    }

    .section-title {
        font-size: 23px;
            margin-top: 10px;
    }

    #banner-form .modal-title {
        font-size: 16px;
    }

    .amenties ul li {
        padding: 10px 10px 10px 50px;
    }

    .launch-project h4 {
        font-size: 14px;
        padding: 0 30px;
    }

    .navbar-light .navbar-brand {
        max-width: 130px;
    }

    .navbar-light .navbar-toggler {
        height: 40px;
        width: 40px;
    }

    .navbar-toggler-icon {
        width: 15px;
        height: 15px;
    }

    .thankyou-page.text-center h2 {
        font-size: 40px;
    }

    .thankyou-page.text-center p span {
        color: red;
        display: block;
        margin-bottom: -22px;
    }

    .special-offer-img {
        top: -65px;
        left: 0;
    }

    .special-offer-img img {
        max-width: 100px;
    }

    .table-price-list .table th,
    .table-price-list .table td {
        padding: 5px 0px;
        font-size: 15px;
    }

    .Price-list .table-bordered td h6 {
        font-size: 13px;
    }

    .Price-list .table-bordered td h6 span {
        font-size: 14px;
    }

}

.lable-captcha #txtCapcha2 {
    padding: 8px 16px;
    font-size: 14px;
    background: #fff;
    color: #000;
    border: 1px solid #ced4da;
}

.captcha-refresh {
    width: 23px;
    margin-left: 10px;
}

#submit {
    margin-top: 20px;
}

#banner-form #txtCapcha3 {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    padding: 5px 20px;
    font-size: 16px;
}

.site-map #txtCapcha {
    background: #fff;
    border: 0px;
    padding: 5px 20px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .lable-captcha {
        float: left;
    }
}


label.error {
    color: red;
}

.text-white {
    color: #fff;
}
@media(max-width:768px){
   section#home img {
    width: 100%;
    height: 200px;
    object-fit: cover;
} 
.navbar-brand img {
    height: 49px;
}
}
