.my {margin: 20px 0px;
}
 .py {padding: 20px 0px;
}
 
.scaleIn { min-height: 160px; }

#services h3 {

    font-weight: 700;

    font-size: 26px;

    letter-spacing: 1px;

    color: #135a96;

    font-family: 'Dosis',sans-serif;

}.fa-facebook, .fa-instagram {

    width: 30px;

    height: 30px;

    line-height: 30px;

    color: #FFF;

    border-radius: 50px;

    text-align: center;

    font-size: 16px;

}
.overview {
     font-size: 16px;
    line-height: 30px; 
}
.highlights {    background-color:#231f20;
 }
/* #floor-plans  {     background-color: #f1f1f1; }
*/.fa-facebook { background-color: #346da6; } 

#about , #services , #map , .overview , #amenities , .highlights , #features , #floor-plans , #connectivity{ padding: 35px 0px; }
.fa-instagram {     background-color: #cc4370; }
h2.text-center.mainText.py-5.mt-2 {
    padding-bottom: 10px;
}

#floor-plans h4 { padding-bottom: 10px ; font-size: 23px; font-weight: 600; color:#231f20;  text-align: center; }
.themeColor { color:#231f20 }
#amenities h4 { padding-bottom: 10px ; font-size: 23px; font-weight: 600; color:#231f20;  }
#connectivity ul li {
    background-color:#231f20;
    padding: 2px 10px;
    line-height: 35px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    width: 90%;
    text-align: right;text-align: right;
    border-top-left-radius: 31px;
    border-bottom-left-radius: 31px;transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;
}
#connectivity ul li:hover { width:95%; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
#connectivity img {  border-radius: 10px; }
#connectivity ul li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -19px;
    height: 0;
    top: 0px;
    border-top: 19px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid#231f20;
}


/*#connectivity img{
    position: relative; 
}
#connectivity img{
    -webkit-animation: rotation 10s infinite linear;
}


@-webkit-keyframes rotation {
      0%, 5% {
                -webkit-transform: scale(1.1);
        }
      50% {
                -webkit-transform: scale(1);
        }
      75% {
                -webkit-transform: scale(1.1);
        }
      99% {
                -webkit-transform: scale(1);
        }
}*/

 @keyframes rocking {
  0% {
      transform: scale(1);
  }
  25% {
      transform: scale(1.1);
  }
  50% {
      transform: scale(1);
  }
  75% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}
@-webkit-keyframes Gradient {
  0% {
      background-position: 0 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0 50%;
  }
}
@-moz-keyframes Gradient {
  0% {
      background-position: 0 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0 50%;
  }
}
@keyframes Gradient {
  0% {
      background-position: 0 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0 50%;
  }
}
 .effetMoveGradient, .effetMoveGradient:hover {
    text-shadow: 0 3px 6px#231f20;
  background-color:  #629ea1;
  background: linear-gradient(-45deg, #231f20, #e7c462,#231f20,#e7c462);

  background-size: 400% 400%; 
     -webkit-animation: Gradient 3s ease infinite,rocking 3s ease infinite;
    animation-delay: 2s;
    -moz-animation: Gradient 3s ease infinite,rocking 3s ease infinite;
    animation-delay: 2s;
    animation: Gradient 3s ease infinite,rocking 3s ease infinite;
    animation-delay: 2s;
  } 


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#231f20;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#231f20;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#231f20;
}
:-moz-placeholder { /* Firefox 18- */
  color:#231f20;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#231f20;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#231f20;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color:#231f20;
}


/*=============================================*/
.down_enquiry {background:linear-gradient(44deg, #231f20, #fcc90b,#231f20,#fcc90b),  none repeat scroll 0 0,  none repeat scroll 0 0 ; bottom: 0;position: fixed;width: 100%;z-index: 9;color:#000;}

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

  .down_enquiry ul li {float: left;text-align: center;width: 50%;border-right: 1px solid #000}

  .down_enquiry ul li:last-child {border-right: none}

  .down_enquiry ul li a {

    color: #fff; display: block; font-size: 14px;

    text-decoration: none;font-weight: bold; padding: 10px 0

  }

  .down_enquiry ul li a:hover {color: #000}

/*===============================================*/
 .brochureBtn{   border:1px solid#231f20; margin-bottom:10px;padding:10px;font-size: inherit; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;
      font-size: 16px!important; color: white; border:none; margin-bottom:10px;padding:10px;font-size: inherit; padding: 10px 20px;
     width: auto;  border-radius: 50px;}


.highlights .brochureBtn { background-color: #2e5758;  color: white;    border: 1px solid white; }
.brochureBtn:hover { border-radius: 10px; color: #fff; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.floorBox { padding-bottom: 20px; overflow: hidden; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.floorBox:hover {   transform: scale(1.1); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.themeColor { color: #e7c462; }
.themeYColor { color: #e7c462; }
.floorBox .title {
    background-color:#231f20;
    padding: 10px;
    text-align: center;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    color: #fff;
    font-size: 12px!important;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    width: 50%;
}.floorBox .footer { background-color:#231f20; padding: 10px; text-align: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; color: #fff ; font-size: 14px; text-transform: uppercase; }
.floorBox .img {
    background-size: cover;
    min-height: 170px;
    background-position: center;
    /* filter: blur(2px); */
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;position: relative;
}
.floorBox .img:before{ content: ""; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,0.8); height: 100%; width: 100%;  }
.addressDiv2 .btn-submit,.addressDiv .btn-submit{ width: auto;

    background-color: #13639e;

    color: #fff;

    font-size: 12px;

    font-weight: 500;

    letter-spacing: 1px;

    text-transform: uppercase;

    border-radius: 3px;

    margin-top: 5px;

    border-bottom: 3px solid #8dd364;

    -webkit-box-shadow: none;

    box-shadow: none;

    padding: 7px;  margin-right:5px;}

h5.card-title {
    font-weight: 600;
}
.carousel-control.left {
    background-image: none;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: no-repeat;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: navajowhite;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: no-repeat;
}


   .brands  .btn-submit{ width: auto;

    background-color: #13639e;

    color: #fff;

    font-size: 12px;

    font-weight: 500;

    letter-spacing: 1px;

    text-transform: uppercase;

    border-radius: 3px;

    margin-top: -11px;

    border-bottom: 3px solid #8dd364;

    -webkit-box-shadow: none;

    box-shadow: none;

    padding: 7px;}

#about {   background-color:#231f20; color: #fff; padding: 22px ​1px; font-size: 16px;
    line-height: 30px;
}
#about h1  , .highlights h3{ color: #fff;}
#about h3 {
    color: #fff;
    font-size: 29px;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    /* font-style: italic; */
    /* font-family: cursive; */
    padding-bottom: 10px;
}

.keyBox { border:1px solid #fff; color: #fff;  border-radius: 0px; border-top-right-radius: 20px; border-bottom-left-radius: 20px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;  height: 200px;
    font-size: 15px;
    padding: 9px;
    width: 200px;
    margin: 20px auto;   font-size: 15px; padding: 9px; }
.keyBox:hover{   transition:  all  0.3s ease-in-out; border-radius: 50%; -webkit-transition: all 0.3s ease-in-out;  }
.keyBox p{ height: 30px; }
#about h4 { text-align: center; font-size: 20px; text-align: center;padding-bottom: 10px; font-weight: 400;} 
#about p { font-size: 15px; margin-bottom: 0px; text-align: justify; }
.keyBox img { margin-top: 25px!important;}
#highlights p {
    font-size: 14px;
    margin-bottom: 15px;
    color:#231f20;
    background: #fff;
    border-radius: 10px;
    padding: 2px 8px;
    /* line-height: 27px; */
}
    .float{

    position:fixed;

    width:60px;

    height:60px;

   bottom: 65px;

    right: 19px;

    background-color:#25d366;

    color:#FFF;

    border-radius:50px;

    text-align:center;

  font-size:30px;

    box-shadow: 2px 2px 3px #999;

  z-index:100;

}

.companyTitle { font-size: 16px; font-weight: 600; }

.companyTitle .small {

    margin: 4px 0px;

    max-width: 155px;background-color: #fff;

}



.my-float{

    margin-top:16px;

}





.halfProduct:after {

    height: 240px;

    background-color: #d2cece;

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    border: 1px dotted #f1f1f1;

    width: 1px;

}







.addressDiv2 i.fa.fa-whatsapp, .addressDiv i.fa.fa-whatsapp,{

    margin-right: 2px;

}

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


            #header .navbar  { min-height: auto; }

           #login-btn{

                width: 90px!important;

            }



            .single-features * {

     text-align: left; 

}
.copyright {  height: 100px; }
#connectivity ul li { font-size: 13px;text-align: center; }


.addressDiv2 {

    max-width: 480px;

    margin: 0px 0px 0px 0%;

    display: block;

    text-align: center;

}

p.companyTitle {

    display: block;

}



.addressDiv {

    margin-bottom: 25px;

}



.addressDiv2 .btn-submit, .addressDiv .btn-submit {

    display: block;

}



.fa-facebook, .fa-instagram {text-align: center!important;    }

.single-features h2 { margin-bottom: 0px; }

#features h2, .mainText { padding-bottom: 10px; font-size: 22px;
    line-height: 33px;}
.tripTitle { 

    font-size: 16px; 
    background-color:#231f20;

}
#about h3 {  color: #fff;   font-size: 19px; line-height: 23px;
}
#about h4 {  text-align: center;  font-size: 16px; line-height: 23px;
}
#about p { text-align: justify; }
 .single-features img {

    margin-bottom: 7px;

}

#home-slider {
       background-position: top center;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    min-height: 391px;
    height: auto;
    margin-top: 9px;
    background-color:#231f20;
    background-image: url(https://developer.bicads.com/shubham/haps/assets/flaticon/mobile.jpg);
}
#about ,.overview{
    font-size: 15px;
    line-height: 25px;
}
#contact h3 { font-size: 17px; text-align: center; }

.single-features {

    padding-bottom: 30px;

    padding-top: 30px;

}
.action h1 {
    margin-top: 85px;
    font-size: 25px;
}


a#login-btn {

    width: 120px!important;

}

.navbar-brand img {
   margin-top: 4px!important;
    max-width: 50px!important;
}
#header .navbar-nav.navbar-right >li a { line-height: initial; }
#footer { background-image: none; }
.tour-button { width: 100%; }
.scaleIn {
    min-height: initial;
}

.copyright-text {
    margin-top: 35px; }
       }

      
.thumbnailBG {
    position: relative;
    min-height: 370px;
    background-size: cover;
    background-position:top center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.thumbnailBG:before {
    content: "";
    opacity: 0;
    background-image: url(assets/products/explore.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:rgb(19 99 158 / 40%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.thumbnailBG:hover:before {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

#image_content img.img-responsive {
    max-height: 450px;
    max-width: 100%;
    margin: auto;
    display: block;
}
.mainDiv {
    margin-bottom: 21px;
    margin-top: 0px;
    background-color: #fff;
}

.imgDiv {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.productImg {
    min-height: 240px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
}


.captionBox {
    z-index: 9;
    position: relative;
    background: #fff;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    width: 100%;
    background-color:rgb(19 99 158 / 0.8);
    font-size: 13px;
    margin: auto;
    padding: 10px 10px;
    font-weight: 600;
    letter-spacing: initial;
    line-height: 19px;
    word-spacing: 1px;
    border: none;
    box-shadow: none;
}



.art-side-form {
    position: fixed;
    right: 0;
    background: #fff;
    padding:22px;
    z-index: 10000;
    width: 370px;
    display: none;
    -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    top: 50%;
}

.art-side-form .close {
    top: 0.875rem;
    right: 1.25rem;
}

.close .cross {
    width: 1.125rem;
    height: 1.125rem;
    display: inline-block;
    right: 1.875rem;
    padding-left: 0.75rem;
    cursor: pointer;
}
.art-side-form .close .cross:after, .art-side-form .close .cross:before {
    background: #05122C;
}
.art-side-form .close .cross:after {
    bottom: -2px;
}
.art-side-form .close .cross:after, .art-side-form .close .cross:before {
    background: #05122C;
}

.art-side-form .art-side-form-tab {
    position: absolute;
    left: -50px;
    width: 50px;
    height: 175px;
top: 37%;
    background:#e7c462;
    /*top: calc(50% - 100px);*/
    border-radius: 0.625rem 0 0 0.625rem;
    color: #fff;
    -webkit-box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.25);
    box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
.art-side-form .art-side-form-side-text {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0;
    width: 0;
    white-space: nowrap;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    text-align: left;
    position: absolute;
    padding-bottom: 1rem;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.1em;
}
.art-side-form .art-side-form-side-icon {
    position: absolute;
    bottom: 8px;
    width: 100%;
    left: 0;
    font-size: 1.25rem;
    text-align: center;

}
.art-side-form-side-icon .fa {
    font-size: 17px;
}
.rs-icon-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.art-side-form .art-side-form-side-icon {
    position: absolute;
    bottom: 2px;
    width: 100%;
    left: 0;
    font-size: 1.25rem;
    text-align: center;
}
.art-side-form h3 {
    color: #05122C;
    margin-bottom: 9px;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0px;     
}
.art-side-form p {
    margin-bottom: 13px;
    color: #4F5772;
    font-size: 15px;
}

.contact-form {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.art-side-form.open {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.contact-form .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contact-form input[type=email],  .contact-form input[type=text] {
    height: 40px;
    border-radius: 0.125rem;
    border: 0;
    color: #4F5772;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.art-side-form .contact-form input[type=text], .art-side-form .contact-form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CED1DC;
    font-size: 0.9375rem;
    margin-bottom: 15px;
}



.contact-form .half {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
}

.art-side-form.contact-form .full {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.art-side-form .contact-form .checkbox-wrapper {
    margin: 0rem 0 1rem;
}
.art-side-form .contact-form input[type=email], .art-side-form .contact-form input[type=text], .art-side-form .contact-form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CED1DC;
    font-size: 14px;
    margin-bottom: 10px;
}
.contact-form .full {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.button.green, button.green {
    background:#231f20;
    color: #fff;
}
.contact-form button {
    height: 45px;
    text-transform: uppercase;
    border: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
}

.contact-form .privacy-policy {
    margin-top: 0.875rem;
    font-size: 0.875rem;
    color: #999FB7;
}

.art-side-form .contact-form .checkbox-wrapper {
    margin: 0rem 0 1rem;
}
.contact-form .checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5rem 0 1.5rem;
}

.contact-form .checkbox-wrapper .contact-check-intro {
    margin-right: 1rem;
    font-weight: 600;margin-top: -4px;
}

.contact-form .checkbox-wrapper label input {
    margin-right: 0.5rem;
}
.contact-form .checkbox-wrapper label {
    margin-right: 1.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
}

#art-side-form .close {
    float: right;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    margin-top: -6px;cursor: pointer;
}



#amenities h5.card-title {
    font-weight: 600;
    text-align: center; font-size: 17px;  text-transform: uppercase;
}
.cards-wrapper {
  display: flex;
  justify-content: center;
}


.card{
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}


/*.card  {
  max-width: 100%;
  max-height: 100%;
}*/
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
    border-radius: 35px;
}

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

.cards-wrapper {
  display: flex;
  justify-content: center;
}


.card{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
     -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);    border-radius: 35px;

}


/*.card  {
  max-width: 100%;
  max-height: 100%;
}*/
.card {
  margin: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 0;
}

}

.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

    .blurr-image {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.floor-img img {
    width: 100%;
}
.thumbnail {
    display: block;
    padding: 60px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


 .card img {
    height: 260px;     border-radius: 0px;

}
  .floor-plans .btn-success {
    color: #fff;
    background-color:#231f20;
    border-color:#231f20;
}
.floor-plans .btn-success:hover {background-color:#231f20;
    border-color:#231f20;}
  .card-body {
    padding: 10px;
}
.highlights_container  img { margin: 15px 0px;  max-width: 100%;}
.highlights_container  p { font-weight: 600; }
@media (min-width: 768px) {
.navbar-brand {     width: 200px;
 }
}
.copyright { background-color:#e7c462; }

.copyright-text2 {
     color: #fff;
    font-size: 16px;
    padding: 15px 0px;
}
.copyright-text2 p{ margin-bottom: 0px; color: #fff }
.copyright-text2 p a{ color: #fff }

     #amenities li {margin-left: 120px;     line-height: 28px;}
.counter {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px; margin-top: 20px;border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.counter span { font-size: 35px;font-weight: 500; }
.counter b , .counter span { color:#231f20; }
.count-title {
    font-size: 25px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
}
 

.count-text {
    font-size: 15px!important;
    font-weight: normal;
    margin-top: 4px;
    margin-bottom: 0;color:#231f20;
    text-align: center;    text-align: left!important;
}
.propertyRate { background-color:#231f20; padding: 20px 0px; }
.propertyRate h4 { color: #fff; text-align: center; font-size: 23px;  }
    .blink{
        width:100%;
         padding: 15px;  
        text-align: center;
        line-height: 50px;
    }
   .blink span{
        font-size: 45px;
         color: #e7c462;
        animation: blink 1s linear infinite;
    }
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

.book .brochureBtn {
    width: auto;
    padding: 5px 30px;
    line-height: 60px;
    font-size: 24px!important;     text-transform: uppercase;

}
.book .table>tbody>tr>td, .book .table>tbody>tr>th,{ padding: 8px; font-size: 15px; }
 .book .table th , .book .table td{ padding: 11px;
    font-size: 18px; }
 .book .table th { background-color:#231f20; color: #fff; text-transform: uppercase; }
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color:#231f20;
    color: #fff;
}


@media all and (max-width: 767px){
    #amenities .col-xs-6 li { margin-left: 0px; font-size: 11px!important; }
   .book .brochureBtn {
    width: auto;
    padding: 5px 30px;
    line-height: 28px;
    font-size: 15px!important;
}
.blink span {
    font-size: 35px;
    color: #fff;
    animation: blink 1s linear infinite;
}

#highlights p {
    font-size: 12px;
    margin-bottom: 15px;
    color:#231f20;
    background: #fff;
    border-radius: 10px;
    padding: 2px 8px;
    /* line-height: 27px; */
}
.count-title {
    font-size: 23px;} 
    .count-text {
    font-size: 12px!important;}

    .book .table th, .book .table td {
    padding: 8px;
    font-size: 14px;
}
.keyBox h4 { font-size: 14px; }
.keyBox {
    font-size: 13px;
    margin-top: 25px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: 20px auto;
}
.highlights_container img {
    /* margin: 37px 0px; */
    max-width: 100%;
    margin-top: 45px;
}
}
 

 @media (max-width: 767px) and  (min-width: 991px) {
    #home-slider {
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 476px;
    width: 100%;
}
 }
