/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;display=swap');
.accordion {
    background-color: #e1e1e1;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    font-family: 'Lato', sans-serif;
}

.privacy-policy {
    padding: 5% 0;
}

.privacy-policy h3 {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0 0px 0;
    padding: 0px;
    text-align: left;
}

.privacy-policy p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #4d4d4d;
    margin: 0px;
    line-height: 36px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 400;
}



.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom:0px;
}
.panel p {
    font-family: 'Lato', sans-serif;
    text-align:left;
    padding:10px 5px;
    font-size:16px;
    margin:0px;
}
.faq_section {
    padding: 70px 0px 40px 0;
    text-align:center;
    background-color: #fff;
}
.developer_section, .faqs_section {
    padding: 70px 0px 40px 0;
    text-align:center;
    background-color: #fff;
}
.developer_section p, .faqs_section p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #353434;
    margin: 0px;
    line-height: 32px;
    padding-bottom: 10px;
    text-align: center;
}
@keyframes shrinkeven {
    from {
        transform: scale(1, 1)
    }
    to {
        transform: scale(1.1, 1.1)
    }
}
.carousel-inner img {
    /* animation: shrinkeven 8s infinite alternate; */
    transition: all 300ms ease-in-out
}


.selldof label {
    color: #fff;
}

#exampleModal .selldof label{
    color: #000;
}

.selldof .title {
    display: none;
}





* {
    margin:0px;
    padding:0px;
}
.mb-30 {
    margin-bottom:30px;
}
.mt-40 {
    margin-top:40px;
}
.slider_content img {
    display:none;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 7px;
    right: 7px;
}


.modal-title {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin: 10px 0 20px 0;
    position: relative;
    padding: 0;
}
.modal-header {
    border-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0 0 0;
}
.modal-header img {
    width: 210px;
}
.modal-body {
    position: relative;
    padding: 0px 15px;
}
.modal-body .form-control {
    border-radius:5px;
    padding:12px 12px;
    height:auto;
    border: solid 1px #dedede;
    margin-bottom:15px;
}
.modal-body:placeholder {
    font-family: 'Lato', sans-serif;
    font-size:15px;
}
.modal-body .form-control:focus {
    box-shadow:none;
    border: solid 1px #dedede;
}
.modal-body input[type=submit] {
    padding:12px 12px;
    background: #8a2be2;
    color:#fff;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    border: none;
    width:100%;
}
#exampleModal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
    position: absolute;
    right: 5px;
}
#myHeader {
    background:rgba(255, 255, 255, 1);
}
.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index:9;
    box-shadow: #e0e0e0 0px 3px 15px;
}

.AccDtl {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    text-align: left;
    width: 100%;
    margin: auto;
    margin-top: 20px;
}

.AccDtl table{
    border:#ddd solid 1px;
    width: 100%;
}

.AccDtl table tr th{
    padding:5px;
}

.AccDtl h2 {
    text-align: center;
    padding: 0 0 14px 0;
    margin: 0 0 0 0;
    font-size: 23px;
    font-weight: 600;
}

.AccDtl table tr td {
    padding: 5px;
    font-size: 15px;
}


.modal .term-condition{
    margin-top:10px;
    margin-bottom:15px;
    color:#000;
    font-size:12px;
    display: inline-block;
}


.term-condition{
    margin-top:10px;
    color:#000;
    font-size:12px;
    display: inline-block;
}

input[type=checkbox] {
    margin: 0px 0 0px 0;
    margin-top: 1px\9;
    line-height: normal;
}




.navbar-brand img {
    width: 200px;
}


.main-menu {
    padding:5px 0;
    background: #fff;
}
.main-menu .navbar-default {
    background:none !important;
    border:none !important;
}
.navbar-brand {
    height: auto;
    padding: 0px !important;
    margin-top: 3px;
}
.main-menu .navbar {
    margin-bottom:0px;
}
.main-menu .navbar-nav li a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: 1s;
    color: #392417;
}
.main-menu .navbar-nav {
    margin-top: 8px;
}
.main-menu .navbar-nav li a:hover {
    color:#8a2be2 !important;
}
.main-menu .navbar .btn { 
    background: blueviolet;
    margin-top: 0px;
    border-radius: 25px;
}
.main-menu .navbar .btn a {
    color:#fff !important;
    padding:5px 8px !important;
    font-family: 'Lato', sans-serif;
    font-size:15px;
    font-weight:700;
}
.main-menu .navbar .btn a:hover {
    color:#fff !important;
}
/*Broucher animated button start*/



.mobile-view {
    display:none;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*Broucher animated button end*/


#myCarousel .active:after {
    display:none;
}
.slider {/*background:url(../images/slider-1.jpg);  background-repeat:no-repeat; background-size:cover; padding:5% 0 5% 0;*/
    position:relative;

}
.slider_content {
    text-align:center;
}
.slider_content h4 {
    font-family: 'Lato', sans-serif;
    font-size:32px;
    font-weight:500;
    text-align:center;
    color:#fff;
    margin:0px 0 20px 0;
    position:relative;
    padding: 0 0 15px 0;
    border-bottom:#fff solid 1px;
}
.slider_content h2 {
    font-family: 'Lato', sans-serif;
    font-size:18px;
    font-weight:700;
    text-align:center;
    color:#fff;
    margin:0px 0 15px 0;
    padding:0;
}
.slider_content p {
    font-family: 'Lato', sans-serif;
    font-size:20px;
    color:#000;
    font-weight:500;
    margin:0px;
    padding:0px 0 0px 0;
}



.slider_content h5 {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin: 15px 0 10px 0;
    padding: 10px 0 0 0;
}


.slider_content h2 {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: -35px 0 0px 0;
    padding: 5px 15px 5px 15px;
    background: #8a2be2;
    display: inline-block;
}


.slider_content h6 {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0 10px 0;
    padding: 12px 8px;
    background: #8a2be2;
}

.slider_content h6 span {
    font-size: 18px;
    font-weight: 900;
}

.ReraDtl img {
    display: block;
    width: 67px !important;
}
.Devider {
    width: 1px;
    height: 70px;
    background: #888;
}


.ReraDtl {
    padding: 0px;
    margin: 10px 0 6px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}

.ReraDtl h5 {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin: 0px 0 0px 0;
    padding: 0;
    text-align: right;
    line-height: 17px;
}

.footer img {
    width: 100px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 5px;
}


.AccountNUmber {
    text-align: right;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    border-bottom: #dadada solid 1px;
    padding: 0 0 10px 0;
}



.slider img {
    width:100%;
}

.slider_form form{
    border:#ddd solid 1px;
    background:#fff;
    padding:15px 0 15px 0;
    margin:25px 0 0 0;
}

.slider_form {
    background: rgba(255, 255, 255, 0.9);
    padding: 0px 10px 20px 10px;
    width: 27%;
    position: absolute;
    top: 17%;
    /*right: 30px;*/
    left: 50px;
}
.slider_form h3 {
    font-family: 'Lato', sans-serif;
    font-size:22px;
    font-weight:700;
    text-align:center;
    color:#000;
    margin:0px 0 10px 0;
    position:relative;
    padding: 0 0 0px 0;
}
.slider_form .form-control {
    padding:12px 12px;
    height:auto;
    border: solid 1px #dedede;
    margin-bottom:8px;
    border-radius:0px;
    background:#f2f2f2;
    outline:none;
    box-shadow:none;
}
.slider_form:placeholder {
    font-family: 'Lato', sans-serif;
    font-size:15px;
}
.slider_form .form-control:focus {
    box-shadow:none;
    border: solid 1px #dedede;
}
.slider_form input[type=submit] {
    padding: 9px 12px;
    background: #8a2be2;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    border: none;
    width: 100%;
    border-radius: 0px;
    font-weight: 700;
}


.slider_form input[type=submit]:focus{
    outline:none;
}

/*.slider_heading{margin-bottom:50px;}

.slider_heading h1{font-family: 'Lato', sans-serif; font-size:45px; color:#FFFFFF; text-align:center; font-weight:700;}

.slider_heading p{font-family: 'Lato', sans-serif; font-size:22px; color:#FFFFFF; text-align:center;}*/





.short_detail {
    position: relative;
    padding: 0px;
    text-align: center;
    margin-top:25px;
}
.short_detail_box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 0px 25px 0px 25px;
    min-height: 95px;
    border: #8a2be2 solid 1px;
    margin-bottom: 40px;
}
.short_detail .right-brdr {
    position:relative;
}

.short_detail .col-lg-3 {
}
.short_detail_box h3 {
    font-family: 'Lato', sans-serif;
    font-size:18px;
    font-weight:500;
    color:#656565;
    margin:0;
    padding:0px;
}
.short_detail_box p {
    font-family: 'Lato', sans-serif;
    font-size:17px;
    font-weight:700;
    color:#333;
    margin:0;
    padding:5px 0 0 0;
    z-index:1;
}
.short_detail_box p a {
    background:#2062af;
    color:#fff;
    padding:5px;
    margin-top:5px;
    display: inline-block;
    border-radius:3px;
}
.short_detail_box p a:hover {
    text-decoration:none;
}
.about {
    padding: 85px 0px 70px 0;
    text-align:center;
    background:#f8f8f8;
}

.about h1 span {
    color:#8a2be2;
    font-weight:500;
}
.about h1{
    padding:0px;
    margin:0px;
    font-size: 35px;
    font-weight:700;
    font-family: 'Lato', sans-serif;
}

.about_content p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0px;
    line-height: 32px;
    padding-bottom: 10px;
    text-align: justify;
    font-weight: 500;
}


.about2 p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0px;
    line-height: 32px;
    padding-bottom: 10px;
    text-align: justify;
    font-weight: 500;
}

.about_content ul li {
    font-family: 'Lato', sans-serif;
    font-size:16px;
    color:#000;
    margin:0px;
    padding:5px 0;
    text-align:left;
}


.about_content ul {
    margin-left:25px;
}
.about_content h3 {
    color:#2062af;
    font-family: 'Lato', sans-serif;
    font-weight:700;
    font-size:35px;
    margin:45px 0 15px 0;
    padding:0px;
    text-align:left;
}
.about_content h4 {
    color:#000;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:26px;
    margin:0px 0 10px 0;
    padding:0px;
    text-align:center;
}
.title_heading h2 {
    color:#000;
    font-family: 'Lato', sans-serif;
    font-weight:700;
    font-size:35px;
    margin:0px 0 0px 0;
    position:relative;
    display:inline-block;
    padding:0px 0 0px 0;
}

.about h4 {
    color:#333;
    font-family: 'Lato', sans-serif;
    font-weight:900;
    font-size:35px;
    margin:0px 0 0px 0;
    position:relative;
    padding:10px 0 10px 0;
}

.title_heading h2 span {
    color:#8a2be2;
    font-weight:500;
}
/*.about_content h2::after{content:""; width:80%; height:2px; position:absolute; bottom:0px; right:0; margin: auto; left: 0; background:#2062af;}*/



.abt_feature {
    margin-left:20px;
}
.abt_feature li {
    color:#353434;
    font-family: 'Lato', sans-serif;
    font-size:17px;
    margin:0px 0 15px 0;
    text-align:left;
}
.about_content_box {
    background:#003333;
    padding:35px 25px;
    transition:1s;
}
.about_content_box:hover {
    background:#044e4e;
}
.about_content_box h3 {
    margin:0px 0 5px 0;
    color:#fff;
    font-family: 'Lato', sans-serif;
    font-size:26px;
}
.about_content_box p {
    margin:0px;
    color:#a9a9a9;
    font-family: 'Lato', sans-serif;
    font-size:18px;
    line-height:28px;
    font-weight:300;
}
.about_content video {
    width:100%;
    border:#e1e1e1 solid 6px;
}
/*.aminities_bg{display: flex;    justify-content: center;    flex-wrap: wrap;}*/

.flex_center {
    display: flex;
    justify-content: center;
}


.download-brochure {
    background: #8a2be2;
    padding: 10px 25px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    margin-top: 20px;
}

.download-brochure:hover{
    text-decoration:none;
    color:#fff;
}

.download-brochure:focus{
    color:#000;
    outline:none;
    text-decoration:none;
}


.middle-design{
    background:url(../images/middle-design.jpg);
    background-attachment:fixed;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    padding:7% 0;
}

.our_aminities_section {
    padding: 85px 0px 40px 0;
    text-align:center;
    background:#fff;
    /*border-top: #8a2be2 solid 8px;*/
}

.our_aminities_section h6 {
    padding: 0px 0 0 0;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.our_aminities_section .ImgWrapper {
    border: #ccc solid 1px;
    padding: 50px 10px 50px 10px;
    background: #8a2be2;
}

 

.our_aminities_section ul li {
    display: grid;
    grid-template-columns: 50px auto;
    grid-column-gap: 50px;
    padding: 30px 20px;
    border: #8a2be2 solid 1px;
    /*position:relative;*/

}


/*.our_aminities_section ul li:after {
        position: absolute;
        left: 50%;
        right:50%;
        margin:auto;
        content: '';
        height: 3px;
  background: #8a2be2;
  transition: all 0.5s linear;
  width: 0;
  bottom: 0;  
}*/

.our_aminities_section ul li:hover:after {
    width: 101%;
    margin-left: -150px;
}


.our_aminities_section ul li i {
    align-self: center;
}
.our_aminities_section ul li span {
    font-size: 18px;
    font-weight: 600;
    align-self: center;
    text-transform: uppercase;
    text-align:left;
    font-family: 'Lato', sans-serif;
    color:#000000;
}
.our_aminities_section ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    margin-top: 50px;
}
.our_aminities_section ul li img {
    width:40px;
}
.your_host_content ul li::before {
    content:"\f18e";
    font-family: FontAwesome;
    position:absolute;
    top:14px;
    left:-30px;
    font-size:20px;
    color:#ff7344;
}



.project-highlights-section{
    padding: 85px 0px 40px 0;
    text-align:center;
}

.project-highlights-section p {
    font-size: 16px;
    color: #000;
    padding: 0px;
    margin: 0px;
    line-height: 32px;
    text-align: left;
}

.project-highlights-section img{
    border-radius:25px;
    padding:0 0 0 5%;
}

.project-highlights-section ul li{
    text-align:left;
    list-style:none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color:#000;
    padding:10px 0 10px 0;
    margin: 10px 0 10px 0;
    border-bottom:#ddd solid 1px;
    width:80%;
}


.project-highlights-section ul{
    padding:0px;
    margin:0px;

}

.project-highlights-section h2{
    position:relative;
}

.project-highlights-section h2 span{
    color:#8a2be2;
}




.our_aminities_section h2 {
    position: relative;
    margin: 0 0 35px 0;
}

.our_aminities_section p{
    padding:0px 0 35px 0;
    margin:0px;
    font-size:16px;
    color:#000;
}

.our_ongoing_project_section {
    padding: 80px 0px 40px 0;
    text-align:center;
    background-color: #F5F5F5;
}
.our_ongoing_project_section .item {
    border:#dbdbdb solid 1px;
    padding:5px;
    min-height: 296px;
    margin-bottom:30px;
}
.our_ongoing_project_section .item h3 {
    color: #2062af;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    padding: 15px 0 5px 0;
}
.our_ongoing_project_section .item p {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    padding: 0px;
}
.our_project_gallery_section {
    padding: 85px 0px 40px 0;
    text-align:center;
    background-color: #fff;
    /*border-top: #8a2be2 solid 8px;*/
}





.oro-county {
    background:#F5F5F5;
}
.our_project_gallery_section .item {
    border:#dbdbdb solid 1px;
    padding:5px;
    margin-bottom:30px;
}
.our_project_gallery_section .item img {
}
.our_delivery_project_section {
    padding: 110px 0px 40px 0;
    text-align:center;
    background-color: #fff;
}
.our_delivery_project_heading h2 {
    color:#000;
    font-family: 'Lato', sans-serif;
    font-weight:600;
    font-size:30px;
    margin:0px 0 40px 0;
    position:relative;
    display:inline-block;
    padding: 0 0 10px 0;
}
.our_delivery_project_heading h2::before {
    content:"";
    width:90px;
    height:4px;
    position:absolute;
    bottom:0;
    right:0;
    background: #2062af;
    margin: auto;
    left: 0;
}
.our_delivery_project_heading h2::after {
    content:"";
    width:10px;
    height:10px;
    position:absolute;
    bottom:-3px;
    right:0;
    background:#fff;
    margin: auto;
    left: 0;
    border-radius:50%;
}
.our_delivery_project_section .item h3 {
    color:#2062af;
    font-family: 'Lato', sans-serif;
    font-weight:700;
    font-size:20px;
    margin:0;
    padding:15px 0 0px 0;
}
.our_delivery_project_section .item p {
    color:#000;
    font-family: 'Lato', sans-serif;
    font-weight:600;
    font-size:16px;
    margin:0;
    padding:0px;
}
.our_delivery_project_section .item {
    border:#dbdbdb solid 1px;
    padding:5px;
    min-height:552px;
}
#higlits {
    padding: 70px 0px 40px 0;
    text-align:center;
    background-color: #F5F5F5;
}
.higlights_heading h2 {
    color:#2062af;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:30px;
    margin:0px 0 40px 0;
    position:relative;
    display:inline-block;
    padding:10px 0 10px 0;
}
.higlights_heading h2::before {
    content:"";
    width:80%;
    height:2px;
    position:absolute;
    top:0;
    right:0;
    background: #2062af;
    margin: auto;
    left: 0;
}
.higlights_heading h2::after {
    content:"";
    width:80%;
    height:2px;
    position:absolute;
    bottom:0px;
    right:0;
    margin: auto;
    left: 0;
    background:#2062af;
}
#higlits ul li {
    text-align:left;
    list-style:none;
    margin-bottom:0px;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #757272;
    padding-bottom:25px;
    position:relative;
}
#higlits ul {
    margin-top:15px;
    margin-left:25px;
}
#higlits ul li::before {
    content: "\f101";
    position:absolute;
    top:0;
    left:-20px;
    font-family: FontAwesome;
    color:#932E00;
    font-size:20px;
}
.higlits_box {
    padding:5px;
    text-align:center;
    background:#fff;
    box-shadow: #939393 0px 0px 7px;
    border-radius:0 15px 0 15px;
    position:relative;
}
/*.higlits_box{ padding:30px; text-align:center; background:#fff;     box-shadow: #939393 0px 0px 7px; border-radius:0 15px 0 15px; position:relative;}

.higlits_box::before{border:#932E00 solid 1px; content:""; position:absolute; top:15px; left:15px; right:15px; bottom:15px;}*/

.higlits_box img {
    margin:auto;
}
.higlits_box h4 {
    color:#000;
    font-family: 'Lato', sans-serif;
    font-size:17px;
    margin: 10px 0 0 0;
    font-weight:700;
    padding:0;
}
.higlits_box p {
    color:#000;
    font-family: 'Lato', sans-serif;
    font-size:15px;
    margin: 5px 0 0 0;
    font-weight:500;
    padding:0;
}
.flour_plans_section .item img {
}
.flour_plans_section .item {
    border:#dbdbdb solid 1px;
    padding:5px;
}



.flour_plans_section .item h2{
    font-size:20px;
    color:#000;
    font-weight:700;
}








.flour_plans_section {
    padding: 85px 0px 40px 0;
    text-align:center;
    background:#fff;
/*    border-top: #8a2be2 solid 8px;*/
}


.flour_plans_section .title_heading h2 {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 35px;
    margin: 0px 0 0px 0;
    position: relative;
    display: inline-block;
    padding: 0px 0 0px 0;
}



.location_advantage_section {
    padding: 85px 0px 40px 0;
    text-align:center;
}

.location_advantage_section p{
    padding: 0px 0 35px 0;
    margin: 0px;
    font-size: 16px;
    color: #000;
}


.location_advantage_section .title_heading h2 {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 35px;
    margin: 0px 0 10px 0;
    position: relative;
    display: inline-block;
    padding: 0px 0 0px 0;
}
.location_advantage_section .title_heading h2 span{
    color:#8a2be2;
}



.location_advantage_section h4 {
    color:#000;
    font-family: 'Lato', sans-serif;
    font-weight:600;
    font-size:18px;
    margin: 0px 0 15px 30px;
    text-align:left;
}
.location_advantage_section h5 {
    color:#000;
    font-family: 'Lato', sans-serif;
    font-weight:600;
    font-size:16px;
    margin: 0px 0 15px 30px;
    text-align:left;
}
.location_advantage_section ul {
    margin-left:20px;
}
.location_advantage_section ul li {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin: 0px 0 25px 0;
    text-align: left;
}
.location_advantage_section ul li span {
    display:block;
    font-size:15px;
    color:#9b9696;
    font-weight:700;
}
.footer {
    background: #8a2be2;
    padding:10px 0;
}
.footer p {
    color:#fff;
    font-family: 'Lato', sans-serif;
    font-size:14px;
    margin: 0 0 6px 0px;
    text-align:center;
    line-height:18px;
}
.footer a {
    color:#000;
}
.footer a:hover {
    text-decoration:none;
}
.slider_model_box h5 {
    color:#000;
    font-family: 'Lato', sans-serif;
    font-size:30px;
    margin:0;
    text-align:center;
    font-weight:600;
}
.slider_model_box .modal-header p {
    color:#000;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    margin:0;
    text-align:center;
}
.slider_model_box .modal-body {
    display: inline-block;
    width: 100%;
    padding: 0 15px 15px 15px;
}
.slider_model_box form .form-control {
    border-radius:0px;
    padding:12px 12px;
    height:auto;
    border: 1px solid #b1acac;
    margin-bottom:15px;
}
.slider_model_box form input::placeholder {
    font-family: 'Lato', sans-serif;
    font-size:16px;
}
.slider_model_box form .form-control:focus {
    box-shadow:none;
    border: 1px solid #b1acac;
}
.slider_model_box form input[type=submit] {
    padding:12px 12px;
    background:#CC3300;
    color:#fff;
    font-family: 'Lato', sans-serif;
    font-size:18px;
    border: 1px solid #CC3300;
}
.slider_model_box .modal-header {
    border-bottom:none;
    padding: 15px 15px 0px 15px;
}
.slider_model_box .modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    width: 25px;
    height: 25px;
    opacity: 1;
    border-radius: 50%;
}
.sticky_footer {
    background:#ee9b0e;
    padding: 15px 15px 15px 15px;
    position: sticky;
    bottom: 0;
    z-index: 9;
    border-top:#FFFFFF solid 1px;
}
.enquery_form_bg h2 {
    text-align:center;
    color:#000;
    font-family: 'Lato', sans-serif;
    font-weight:600;
    font-size:28px;
    margin:0px;
}
.enquery_form_bg .form-control {
    border-radius:0px;
    padding:12px 12px;
    height:auto;
    border: none;
}
.enquery_form_bg:placeholder {
    font-family: 'Lato', sans-serif;
    font-size:15px;
}
.enquery_form_bg .form-control:focus {
    box-shadow:none;
    border: none;
}
.enquery_form_bg input[type=submit] {
    padding:12px 12px;
    background:#000;
    color:#fff;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    border: none;
}
.sticky_whatsapp {
    bottom:2%;
    left:10px;
    z-index:999;
    position:fixed;
}
.sticky_whatsapp span {
    display:none;
}
.sticky-contact {
    bottom:2%;
    right:10px;
    z-index:999;
    position:fixed;
}
.sticky-contact span {
    display:none;
}
.live-chat {
    bottom:15%;
    right:10px;
    z-index:999;
    position:fixed;
    background:#8a2be2;
    border-radius:50%;
    padding:10px;
    animation: bigtext 1s linear infinite;
    border: #fff solid 1px;
}
.live-chat span {
    display:none;
}
.sticky_contact {
    top:50%;
    left:-50px;
    z-index:999;
    position:fixed;
    background: #fa8322;
    padding:10px 10px;
    transform: rotate(-90deg);
}
.sticky_contact a {
    color:#fff;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    text-transform:uppercase;
    font-weight:700;
}
.sticky_contact a:hover {
    text-decoration:none;
}
.thank_you {
    text-align:center;
    padding:110px 0px;
    background:#f7f7f7;
}
.thank_you i {
    text-align:center;
    font-size:65px;
    color:#392417;
}
.thank_you h4 {
    text-align:center;
    color:#000;
    font-family: 'Lato', sans-serif;
    font-weight:600;
    font-size:28px;
    margin:10px 0 10px 0;
}
.thank_you p {
    text-align:center;
    color:#000;
    font-family: 'Lato', sans-serif;
    font-size:18px;
    margin:0px;
    line-height: 31px;
}

.config-sec .table-responsive {
    width: 80%;
    margin: auto;
    margin-top: 20px;
}

.config-sec .table-responsive th{
    text-align:center;
    font-family: 'Lato', sans-serif;
}

.config-sec .table-responsive tr td {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
}

.config-sec .table-responsive tr td button {
    background: #8a2be2;
    padding: 8px 20px 8px 20px;
    font-size: 15px;
}

 .video-box {
    flex: 1 0 40%;
    background: #f1f1f1;
    padding: 0.7rem;
}
 

/* lg */

@media (min-width: 1200px) {
}



/* md */

@media (min-width: 992px) and (max-width: 1199px) {
}



/* sm */

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



img.img-responsive.MobSlide {
    display: none;
}


/* xs */

@media (max-width: 767px) {

    .about h1 {
        padding: 0px 0 10px 0;
        margin: 0px;
        font-size: 19px;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
    }

    .slider_content p {
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        color: #000;
        font-weight: 500;
        margin: 0px;
        padding: 0px 0 0px 0;
    }

    .slider_content h5 {
        font-family: 'Lato', sans-serif;
        font-size: 17px;
        font-weight: 700;
        color: #000;
        margin: 15px 0 5px 0;
        padding: 10px 0 0 0;
    }

    .modal-header {
        border-bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 16px 0 0 0;
    }

    .modal-title {
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        color: #000;
        margin: 10px 0 20px 0;
        position: relative;
        padding: 0;
    }

    .footer img {
        width: 80px;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .footer p {
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        margin: 0 0 6px 0px;
        text-align: center;
        line-height: 18px;
    }

    .config-sec .table-responsive {
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }

    .config-sec .table-responsive tr td {
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        vertical-align: middle;
    }



    .slider_form h3 {
        font-family: 'Lato', sans-serif;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        color: #000;
        margin: 0px 0 10px 0;
        position: relative;
        padding: 0 0 0px 0;
    }

    .ReraDtl h5 {
        font-family: 'Lato', sans-serif;
        font-size: 11px;
        font-weight: 400;
        color: #000;
        margin: 0px 0 0px 0;
        padding: 0;
        text-align: right;
        line-height: 15px;
    }

    .AccountNUmber {
        text-align: right;
        font-size: 11px;
        font-family: 'Lato', sans-serif;
        border-bottom: #dadada solid 1px;
        padding: 0 0 10px 0;
    }


    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }



    .AccDtl table tr th {
        padding: 10px 5px;
    }

    .AccDtl table tr td {
        padding: 10px 5px;
    }


    .our_aminities_section .ImgWrapper {
        border: #ccc solid 1px;
        padding: 30px 5px 30px 5px;
        min-height: 76px;
    }

    .our_aminities_section h6 {
        padding: 0px 0 0 0;
        margin: 0px;
        font-size: 15px;
        font-weight: 700;
    }

    .our_aminities_section .owl-item .col-xs-12 {
        padding-left: 3px;
        padding-right: 3px;
    }

    img.img-responsive.MobSlide {
        display: block;
    }

    img.img-responsive.DeskSlide {
        display: none;
    }

    .slider_form {
        left: 0;
    }

    .our_aminities_section, .our_project_gallery_section, .location_advantage_section {
        padding: 40px 0px 40px 0;

    }

    .location_advantage_section {

        text-align: center;
    }

    .slider {
        position: relative;
        overflow: hidden;
    }


    .AccDtl {
        width: 100%;
        margin: auto;
        margin-top: 0px;
    }

    .about {
        padding: 35px 0px 35px 0;
        text-align: center;
        background: #f8f8f8;
    }


    .navbar-brand {
        height: auto;
        padding: 5px 0 !important;
        margin-top: 2px;
    }

    .ReraDtl {

    }


    .slider_content h2 {
        font-size: 22px;
    }

    .slider_content h6 span {
        font-size: 17px;
        font-weight: 900;
    }

    .navbar-brand {
        height: auto;
        padding: 5px 0 !important;
        margin-top: 5px;
    }

    .our_aminities_section ul li img {
        width: 30px;
    }


    .slider_content h6 {
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        margin: 10px 0 10px 0;
        padding: 9px 8px;
        background: #8a2be2;
    }


    .project-highlights-section ul {
        margin: 15px 0 0 25px;
    }

    .project-highlights-section ul li {
        font-size: 16px;
    }





    .slider_form .form-control {
        background: #ffffff;
    }

    .about h4 {
        font-size: 24px;
    }


    .slider_form form {
        border: #ddd solid 1px;
        padding: 15px 0 15px 0;
        margin: 0px 0 0 0;
    }

    .our_aminities_section ul li {
        grid-template-columns: 35px auto;
        grid-column-gap: 20px;
        padding: 25px 10px;
    }
    .our_aminities_section ul li span {
        font-size: 12px;
    }
    .our_aminities_section ul {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
        grid-gap: 8px;
    }
    .sticky_contact a {
        font-size: 13px;
    }
    .sticky_contact {
        top: 45%;
        left: -43px;
        border-radius:0px 0px 15px 15px;
        padding:5px 10px 5px 10px
    }
    .live-chat {
        bottom: 14%;
        right: 6px;
    }
    .slider_content {
        padding: 15px 10px 0px 10px;
    }
    .slider_form {
        width: 100%;
        position: inherit;
    }
    .short_detail {
        margin-top: 5px;
    }

    .short_detail .container-fluid{
        padding-left:0px;
        padding-right:0px;
    }

    .short_detail .col-xs-6{
        padding-left:5px;
        padding-right:5px;

    }


    .flour_plans_section .title_heading h2 {
        font-size: 19px;
    }



    .location_advantage_section .title_heading h2 {
        font-size: 19px;
    }


    .location_advantage_section ul li {
        font-size: 16px;
        margin: 0px 0 20px 0;
    }

    .developer_section p, .faqs_section p {
        font-size: 14px;
        line-height: 28px;
    }
    .title_heading h2 {
        font-size:19px;
    }
    .mobile-view {
        background: #8a2be2;
        color:#fff;
        padding:7px 25px;
        text-align:left;
        display:inline-block;
        position:absolute;
        top:8px;
        right:67px;
        font-size:14px;
        z-index:1;
    }
    .mobile-view:hover {
        text-decoration:none;
    }
    .mobile-view:focus {
        color:#fff;
        text-decoration:none;
    }
    .mobile-view i {
        margin-right:5px;
    }
    .navbar-default .navbar-toggle {
        border-color: #8a2be2;
        background: #8a2be2;
        color:#fff;
        margin-right: 5px;
        border-radius: 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #392417;
    }
    .footer {
        padding: 20px 0 18px 0;
    }
    .developer_section, .faqs_section {
        padding: 40px 0px 40px 0px;
    }
    .short_detail .right-brdr:before {
        display:none;
    }
    .short_detail_box {

        margin-bottom: 10px;
        padding: 10px;
        min-height: 95px;

    }

    .about_content p {
        font-size: 14px;
        line-height: 28px;
    }
    .about_content .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .short_detail_box p {
        font-size: 11px;
    }
    .our_project_gallery_section .item {
        margin-bottom: 8px;
    }
    .flex_center {
        display: inherit;
        justify-content: center;
    }
    .flour_plans_section .item {
        margin-bottom: 8px;
    }
    .mob_header button {
        text-align:center;
        color:#fff;
        font-family: 'Lato', sans-serif;
        font-weight:600;
        font-size:18px;
        margin:0px 0 0px 0;
        background:#ee9b0e;
        width:100%;
        border:none;
        padding:10px 0;
    }
    .navbar-brand img {
        width: 135px;
    }
    .main-menu {
        padding: 0px 0;
    }
    .navbar .pull-right {
        float: left !important;
    }
    .enquery_form_bg .form-control {
        margin-bottom:5px;
    }
    .modal-header img {
        width: 170px;
    }
    .short_detail_box h3 {
        font-size: 16px;
    }
    .sticky_whatsapp {
        bottom:0;
        left:0px;
        position:fixed;
        width:50%;
        background:#333333;
        padding:10px 0 10px 10px;
        border-right:#fff solid 1px;
    }
    .sticky_whatsapp img {
        display:inline-block;
        margin-right:20px;
        width:10%;
    }
    .sticky_whatsapp a {
        display: flex;
        align-items: center;
        justify-content: center;
        color:#fff;
        font-family: 'Lato', sans-serif;
        font-size:16px;
        font-weight:700;
    }
    .sticky_whatsapp span {
        display:block;
    }
    .sticky-contact {
        bottom:0;
        right:0px;
        position:fixed;
        width:50%;
        background:#333333;
        padding:10px 0 10px 10px;
    }
    .sticky-contact img {
        display:inline-block;
        margin-right:20px;
        width:10%;
    }
    .sticky-contact a {
        display: flex;
        align-items: center;
        justify-content: center;
        color:#fff;
        font-family: 'Lato', sans-serif;
        font-size:16px;
        font-weight:700;
    }
    .sticky-contact span {
        display:block;
    }
    .sticky_footer {
        background: #ee9b0e;
        padding: 15px 15px 15px 15px;
        position: sticky;
        bottom: 13px;
        z-index: 9;
        border-top: #FFFFFF solid 1px;
    }
    .our_delivery_project_section .item {
        margin-bottom: 10px;
    }
}
 
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 .3rem rgba(0, 0, 0, 0.3); 
    }
    100% {
        box-shadow: 0 0 0 4rem rgba(0, 0, 0, 0);
    }
}
@keyframes bigtext {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}