
html
{
    height: 100%;
}

body
{
  font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
      -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    height: 100%;
}


.bg_img
{
   
    background-image: url(../images/slider.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1024px;
   border-top: 3px solid #216B6E;
    position: relative;
    z-index: 100;
    z-index: 100;
}

.no_padding
{
    padding-left: 0px;
    padding-right: 0px;
}

.bdr_top
{
    position: relative;
}


.number
{
    display: inline-block;
    padding: 5px 15px;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #216B6E;
    font-size: 26px;
    color: #fff;
}


.text_right
{
    text-align: right;
}


.img_inline
{
    display: inline-block;
}

.common_rt
{
    width: 280px;
    float: right;
}


.special_offer
{
    position: absolute;
    right: 0;
    top: 350px;
    text-align: right;
}


.img_offer
{
    width: 70%;
}

.bg_gardens
{
    background: #B4A8BC;
    height: 450px;
    padding-top: 100px;
    margin-top: -150px;
}



.circle:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.circle
{
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    width: 100%;
    position: relative;
    background: #fff;
}

.top_cover
{
   
    width: 100%;
    padding-top: 30px;
}

.cntr_img
{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 120px;
    line-height: 50px;
    font-size: 15px;
    width: 80%;
}

.aminities
{
    position: absolute;
    top: -61px;
    z-index: 1;
}

.aminites_ht
{
    height: 120px;
}

.higlit_hgt
{
   height: 120px; 
}

.higlit_hd
{
 position: absolute;
     top: -68px;
    z-index: 1;
    left: 18px;   
}

.ht_cal
{
    background: rgba(255, 255, 255, 0.48);
}


.height_100
{
    height: 100%;
}

.txt_cntr
{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
     line-height: 28px;
}

.txt_cntr h3
{
    color: #fff;
   
}

.bg_green
{
    background-image: url(../images/green-band.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    position: relative;
    z-index: 1;
    
}

.mar_bot
{
    margin-bottom: 30px;
}

.red_bg
{
   background-image: url(../images/red-band.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    position: relative;
    z-index: 1;
   
}

.aminities_bg
{
    background-image: url(../images/aments-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    height: 900px;
    padding-top: 116px;
    margin-top: -116px;
        
}

.location
{
  background-image: url(../images/footer-left.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 976px;
    padding-top: 116px;
    margin-top: -116px;
}

.location1
{
  background-image: url(../images/footer-right.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 976px;
    padding-top: 116px;
    margin-top: -116px;
}

.footer_bg
{
   background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: cover; 
    height: 275px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
    padding-top: 60px;
}



.log_footer
{
        display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
   
    justify-content: center;
    position: absolute;
    
    right: 0;
    left: 0;
    top: -55px;
}

.log_imgft
{
    padding: 5px;
    background: #fff;
}

.content_ft
{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    color: #fff;
    font-size: 18px;
	font-weight: 700;
}

.phone
{
    font-size: 26px;
}

.coppy_rgt
{
    height: 50px;
    background: #206A6D;
}

.ftr_copy
{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
     display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    color: #fff;
}






/* form */
.form_card {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
    transition: 1000ms all;
}


.form_card.active .card:first-child {
  background: #ED2553;
  margin: 0 15px;
}
.form_card.active .card:nth-child(2) {
  background: #fafafa;
  margin: 0 10px;
}
.form_card.active .card.alt {
  top: 20px;
  right: 0;
  width: 350px;
  
  height: auto;
  border-radius: 5px;
  padding: 20px 0 20px;
  overflow: hidden;
}
.form_card.active .card.alt .toggle {
  position: absolute;
  top: 40px;
  right: 0;
  box-shadow: none;
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
}
.form_card.active .card.alt .toggle:before {
  content: '';
}
.form_card.active .card.alt .title,
.form_card.active .card.alt .input-container,
.form_card.active .card.alt .button-container {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.form_card.active .card.alt .title {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.form_card.active .card.alt .input-container {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.form_card.active .card.alt .input-container:nth-child(2) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.form_card.active .card.alt .input-container:nth-child(3) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.form_card.active .card.alt .button-container {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

/* Card */
.card {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  padding: 60px 0 40px 0;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: .3s ease;
          transition: .3s ease;
  /* Title */
  /* Inputs */
  /* Button */
  /* Footer */
  /* Alt Card */
}
.card:first-child {
  background: #fafafa;
  height: 10px;
  border-radius: 5px 5px 0 0;
  margin: 0 10px;
  padding: 0;
}
.card .title {
  position: relative;
  z-index: 1;
  border-left: 5px solid #ed2553;
  margin: 0 0 10px;
  padding: 10px 0 10px 20px;
  color: #ed2553;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.card .input-container {
  position: relative;
  margin: 0 30px 30px;
}
.card .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 60px;
  border: 0;
  color: #212121;
  font-size: 24px;
  font-weight: 400;
	background-color: transparent !important;
}
.card .input-container input:focus ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
      -ms-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
  width: 50%;
}
.card .input-container input:valid ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
      -ms-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #757575;
  font-size: 24px;
  font-weight: 300;
  line-height: 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.card .input-container label.error {
  position: relative;
  
  color: #ed2553 !important;
  
  font-weight: 600;
  line-height: 20px;
	padding: 0px 10px;
	background: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
	font-size: 14px;
}

.card .input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #757575;
  width: 100%;
  height: 1px;
}
.card .input-container .bar:before, .card .input-container .bar:after {
  content: '';
  position: absolute;
  background: #ed2553;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
          transition: .2s ease;
}
.card .input-container .bar:before {
  left: 50%;
}
.card .input-container .bar:after {
  right: 50%;
}
.card .button-container {
  margin: 0 60px;
  text-align: center;
}
.card .button-container button {
  outline: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: 0;
  width: 240px;
  border: 2px solid #e3e3e3;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.card .button-container button span {
  position: relative;
  z-index: 1;
  color: #ddd;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.card .button-container button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #ed2553;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.card .button-container button:hover, .card .button-container button:active, .card .button-container button:focus {
  border-color: #ed2553;
}
.card .button-container button:hover span, .card .button-container button:active span, .card .button-container button:focus span {
  color: #ed2553;
}
.card .button-container button:active span, .card .button-container button:focus span {
  color: #ffffff;
}
.card .button-container button:active:before, .card .button-container button:focus:before {
  opacity: 1;
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.card .footer {
  margin: 40px 0 0;
  color: #d3d3d3;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
.card .footer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.card .footer a:hover {
  color: #bababa;
}
.card.alt {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 10;
  width: 100px;
  height: 100px;
  background: none;
  border-radius: 100%;
  box-shadow: none;
  padding: 0;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  /* Toggle */
  /* Title */
  /* Input */
  /* Button */
}
.card.alt .toggle {
  position: relative;
  background: #ed2553;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #ffffff;
  font-size: 40px;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
}
.card.alt .toggle:before {
  content: '\f003';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.card.alt .title,
.card.alt .input-container,
.card.alt .button-container {
  left: 100px;
  opacity: 0;
  visibility: hidden;
}
.card.alt .title {
  position: relative;
  border-color: #ffffff;
  color: #ffffff;
}
.card.alt .title .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 20px;
  display: inline;
  color: #ffffff;
  font-size: 58px;
  font-weight: 400;
}
.card.alt .title .close:before {
  content: '\00d7';
}
.card.alt .input-container input {
  color: #ffffff;
}
.card.alt .input-container input:focus ~ label {
  color: #ffffff;
}
.card.alt .input-container input:focus ~ .bar:before, .card.alt .input-container input:focus ~ .bar:after {
  background: #ffffff;
}
.card.alt .input-container input:valid ~ label {
  color: #ffffff;
}
.card.alt .input-container label {
  color: rgba(255, 255, 255, 0.8);
}
.card.alt .input-container .bar {
  background: rgba(255, 255, 255, 0.8);
}
.card.alt .button-container button {
  width: 100%;
  background: #ffffff;
  border-color: #ffffff;
}
.card.alt .button-container button span {
  color: #ed2553;
}
.card.alt .button-container button:hover {
  background: rgba(255, 255, 255, 0.9);
}
.card.alt .button-container button:active:before, .card.alt .button-container button:focus:before {
  display: none;
}

/* Keyframes */
@-webkit-keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}
@keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}




@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
      -webkit-animation-duration: 1s;
          animation-duration: 1s;

}



.visible
{
    display: inline-block;
    
}


.desk_not
{
    display: none;
}



/*MEDIA QUERY*/
@media screen and (max-width: 1380px) and (min-width:1199px)
{
    .aminities
    {
       top: -50px;
    }
    .bg_gardens
    {
       margin-top: -180px;
    }
    
    .higlit_hd
    {
      top: -82px;  
    }
}

@media screen and (max-width:1199px) and (min-width:992px)
{
    .aminities
    {
       top: -50px;
    }
    
    .cntr_img
    {
        height: 80px;
    }
    
     .higlit_hd
    {
      top: -92px;  
    }
    
    .special_offer {
    position: absolute;
    left: 0;
    top: 350px;
    text-align: left;
    right: inherit;
    }
    
    .aminities_bg
    {
        height: 750px;
        background-position: 50%;
    }
    .location
    {
        background-position: 100%;
    }
    
}

@media screen and (max-width:991px) and (min-width:768px)
{
     .special_offer {
    position: absolute;
    left: 0;
    top: 350px;
    text-align: left;
    right: inherit;
    }
    
    .tab_top
    {
        margin-top: 20px;
    }
    
    .tab_img_hd
    {
        max-width: 100%;
    }
    
    .aminities
    {
        top: -48px;
    }
    
    .higlit_hd
    {
       top: -98px; 
    }
    
    .location
    {
        height: 650px;
        background-position: 50%;
    }
    
    .location1
    {
        height: 650px;
        background-position: 50%;
    }
    
    .higlit_hgt
    {
        height: 20px;
    }
    
    .aminities_bg
    {
        height: 750px;
    }
    
    .cntr_img
    {
        height: 60px;
    }
    
    .txt_cntr h3
    {
        font-size: 18px;
    }
    
    .bg_gardens
    {
        height: 390px;
    }
    
}

@media screen and (max-width: 767px)
{
   
    
    .number
    {
      border-radius: 0px;
      font-size: 14px;  
    }
    
    .common_rt
    {
        width: 100%;
    }
    
    .img_hd
    {
        padding-left: 15px;
        margin-bottom: 20px;
    }
    
    .bg_img
    {
        height: 350px;
    }
    
    .tab_top
    {
        display: none;
    }
    
    .img_offer
    {
        width: 40%;
    }
    
      .special_offer {
    position: absolute;
    left: 0;
    top: 150px;
    text-align: left;
    right: inherit;
    }
    
    .bg_gardens {
    background: #B4A8BC;
    height: auto;
    padding-top: 100px;
    margin-top: -100px;
    }
    
    .cntr_img
    {
        height: 65px;
    }
    
    .tab_img_hd
    {
        max-width: 100%;
    }
    
    .aminities
    {
        top: -48px;
    }
    
    .aminities_bg
    {
        height: auto;
    }
    
    .location
    {
        height: 600px;
        background-position: 70%;
        margin: 0px;
        padding: 0px;
    }
    
    .mob_not
    {
        display: none;
    }
    
    .desk_not
    {
        display: block;
    }
    
    .mob_padd
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .location1
    {
        height: auto;
        margin: 0px;
        padding: 0px;
    }
    
    .higlit_hgt
    {
        height: 0px;
    }
    
    .higlit_hd
    {
        top: -128px;
    }
    
    .footer_bg
    {
        height: auto;
        margin-top: 0px;
    }
    
    .mob_ht
    {
        height: 150px;
    }
    
    .log_footer
    {
        position: inherit;
        top: 0px;
    }
    
    .form_card.active .card.alt
    {
        overflow-y: auto;
    }
    .img_hd
    {
        display: none;
    }
    
    .txt_cntr h3
    {
        font-size: 14px;
    }
    .circle
    {
        width: 60%;
    }
}

@media screen and (max-width: 400px) and (min-width: 320px)
{
    .aminities
    {
        top: -38px;
    }
    .higlit_hd
    {
        top: -123px;
    }
    
    
    .form_card.active .card.alt
    {
        width: 290px;
    }
    
    .tab_img_hd
    {
        max-width: 280px;
    }
    
    .circle
    {
        width: 100%;
    }
    
  
}

@media screen and (max-width: 480px) and (min-width: 320px)
{
     .form_card.active .card.alt
    {
        overflow-y: hidden;
    }
     
}
.error1{
  border: 2px solid black !important;
}

.error3{
  border: 2px solid red !important;
}




.fixed_form
{
    position: fixed;
    left: 0;
    top: 40%;
	z-index: 999;
}

.enq_img
{
    width:50px;
    float: left;
    cursor: pointer;
}

.form_1
{
  
    float: left;
    transition: 500ms;
     width: 220px;
    height: 220px;
    border: 1px solid #fff;
    display: none;
}

.width_100
{
 
   display: block;
       
}

.height_hd_pop
{
    height: 50px;
    background: #0a0909;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #ed1b24;
}

.bg_pop_red
{
   
    color: #fff;
    padding-top: 5px;
    font-size: 12px;
    height: calc(100% - 50px);
    background-image: url(../images/bg.png);
    background-size: cover;
}


.pop_form
{
    margin-bottom: 10px;
    height: 25px;
    border-radius: 0px;
    margin-top: 5px;
}

.pop_submit
{
   
    margin-bottom: 10px;
    border-radius: 5px;
    background: rgba(233, 247, 61, 0.85);
    color: #0a0001;
    padding: 3px 30px;
    font-size: 12px;
}

.pop_submit:hover
{
     color: #ed1b24;
}
.height-form{
height: 100%;
}

.fnt-clr{

	color: #fff;
}
