html,
body {
  font-family: "Mulish", sans-serif;
  overflow-x: hidden;
}
* {
  outline: none;
}
::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--primary-color);
}
#banner-slider .owl-stage img{
  width: 100%;
   height:100%;
   object-fit: cover;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align: center;
}
#main-slider {
  display: block;
  width: 100%;
  height: calc(100vh - 10px);
  overflow: hidden;
}
#main-slider .item:not(:first-child) {
  display: none;
}
#main-slider.owl-loaded {
  display: block;
}
#main-slider.owl-loaded .item:not(:first-child) {
  display: block;
}
#main-slider .owl-stage img{
  width: 100%;
   height:calc(100vh - 10px);
   object-fit: cover;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align: center;
}
.gallery_image {
  height: 500px;
  display: inline-block;
  width: 100%;
}
.left-side{
  width: 77%;
  background: #ededed;
}
.work-head {
  text-align: center;
}
.slider-content-div h1 {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin: 10px 0px 20px;
}
.slider-content-div .text {
  color: #fff;
  font-size: 14px;
  margin: auto;
  border: 1px solid #c4a05f;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  background: var(--primary-color);
}
.highlight_wrap ul {
  padding: 0;
  margin: 0px 0px 30px;
  list-style: none;
}
.highlight_wrap ul li {
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 30px;
  text-align: left;
}
.highlight_wrap ul li::after{
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  top: 2px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath fill='%23fff' fill-opacity='0' stroke-dasharray='64' stroke-dashoffset='64' d='M3 12c0 -4.97 4.03 -9 9 -9c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9c-4.97 0 -9 -4.03 -9 -9Z'%3E%3Canimate fill='freeze' attributeName='fill-opacity' begin='0.6s' dur='0.15s' values='0;0.3'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='64;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='12' stroke-dashoffset='12' d='M7 12h10'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.75s' dur='0.2s' values='12;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='12' stroke-dashoffset='12' d='M12 7v10'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.95s' dur='0.2s' values='12;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.slider-content-div span {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  text-align: center;
  display: inline-block;
  background: #f0f8ff24;
  border: 1px solid #ffffff6e;
}
.banner-main-div {
  position: relative;
}
.slider-content-div {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: #00000057;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 50px;
}
/* right side */
.right-side {
  height: 100vh;
  width: 23%;
  position: fixed;
  right: 0;
  top: 0;
  border-left: 1px solid #ececec;
  background: #ebedf9;
}
.bar-div {
    margin-bottom: 8px;
    padding: 0 4px;
}
.bar-section {
    padding: 5px 5px;
    border-bottom: 1px solid #0000001A;
}
.form-head h5 {
    color: #212529;
    font-size: 20px;
    margin: 0;
}
.fixed-form {
  margin: 15px 15px;
}
.service-form-div form input, textarea {
  border: .5px solid #FFFFFF3B;
  margin-bottom: 5px;
  padding: 6px 15px;
  outline: none;
  box-shadow: none;
  border-color: #0000000d;
  width: 100%;
  font-size: 16px;
}
.service-form-div form textarea {
  height: 66px;
}
.service-form-div form button {
  width: 100%;
  background: var(--primary-color);
  border: none;
  color: #ffffff;
  padding: 10px 5px;
  font-size: 17px;
}
.service-form-div form{
  display: inline-block;
  padding:8px 8px 20px 0;
 width: 100%;
}
.border-bottom-line{
  border-bottom: 1px solid #0000001A;
}
.service-form-div form input::placeholder, .service-form-div form textarea::placeholder {
  color: #808182;
  opacity: 1; 
  font-size: 13px!important;
}
.bg-white{
  background: #ffffff;
  /* background: #FFFFFF; */
}
#banner-slider {
  margin-top: 30px;
}
.contact_wrap {
  display: flex;
}
.contact_wrap a {
  background: var(--primary-color);
  text-decoration: none;
  color: #fff;
  width: 50%;
  border: 1px solid #fff;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
.contact_wrap {
  display: flex;
  padding: 0 3px;
}
#priceslider {
  margin-top: 20px;
  row-gap: 20px;
}

.blink {
  animation: blink 1s infinite;
  display: inline;
}

@keyframes blink {
  50% {
    color: var(--primary-color);
  }
}

#banner-slider .owl-nav button{
    height: 45px;
    width: 45px;
    background: #00000073 !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main-slider .owl-dots {
  position: absolute;
  bottom: 64px;
    right: 30px;
    z-index: 9;
}
#main-slider .owl-dots button {
  width: 7px!important;
  height: 7px !important;
  background: #D9D9D994 !important;
  margin: 0 5px;
}
#main-slider .owl-dots .active{
  background: var(--primary-color)!important;
}
.response-view {
  display: none;
  position: relative;
  float: unset;
  width: 100%;
}
.mojopg {
    display: flex;
    justify-content: space-between;
}
/* fix-icons */
.fix_icons {
  position: fixed;
  right: 10px;
  top: 64%;
  z-index: 99999;
}
.fix_icons .fico {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  animation: pulse-animation 2s infinite;
  font-size: 25px;
  background-color: var(--primary-color);
  margin-bottom: 10px;
  border: 1px solid #ffffff26;
}
.whts {
  font-size: 40px;
}
.fix_icons .fico1{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 42px;
margin-bottom:10px;
}
@keyframes pulse-animation {
0% {
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
}
100% {
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
}
}
/* fix-icons end */

/* thanks page */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: var(--primary-color);
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: var(--primary-color);
  stroke-miterlimit: 10;
  margin-right: 10px;
  box-shadow: inset 0px 0px 0px var(--primary-color);
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}
.thankyou-icon-div{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 15px 0;
}
.thankyou-icon-div h1{
  font-size:40px;
    color: #212529;
    margin: 0;
}
.thankyou-main-div{
  text-align: center;
  padding-top: 148px;
}
.thanks-para p{
  color: #676767;
  font-size: 14px;
}
.thanks-btn button {
  background: var(--primary-color);
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 0px;
  color: #fff !important;
  border-radius: 50px;
}
.thanks-btn button a{
  text-decoration: none;
  color: #ffffff;
}
.thanks-logo {
  margin-bottom: 10px;
}
.bottomfix div {
  background: var(--primary-color);
  width: 33.3%;
  padding: 10px;
  border-right: 1px solid #ffffff08;
}
.bottomfix a iconify-icon {
  display: flex;
  font-size: 20px;
  justify-content: center;
}
.highlight_wrap {
  background: rgba(1, 92, 41, 0.82);
  padding: 40px;
  width: 469px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
}
.highlight_wrap h6 {
  color: #ffffffa8;
  margin: 0;
  font-size: 14px;
}
.tc iconify-icon, .inp-box iconify-icon {
  color: var(--primary-color);
  font-size: 13px;
  margin-right: 3px;
  margin-bottom: -3px;
}
.mainsectionrt .main_head {
  margin-bottom: 5px;
}
.mainsectionrt span {
  font-size: 14px;
  margin-bottom: 20px;
  display: flex;
  color: #00000091;
}
#highlights{
  background: #fff;
}
.highlights {
  position: relative;
  padding: 50px 0px;
}
.highlights::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.highlights_right {
  background: #fff;
  position: relative;
  z-index: 9;
  padding: 30px;
}
.highlights_right ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.highlights_right ul li {
  position: relative;
  color: #515151;
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 30px;
}
.highlights_right ul li::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  top: 2px;
  left: 0;
}
.highlights_left{
  display: none;
}
.highlights_left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}.bg-blue1{
	background: #faf7f3;
}
/*button glow*/
.btn--glow:before{
    content:'';
    position: absolute;
    left: -20%;
    top:-10%;
    width: 0;
    height: 100%;
    transform: rotate(15deg) scale(1, 2);
    box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.7);
    animation: button-glow 3000ms ease-in-out infinite;
  }
  @keyframes button-glow {
    0% {
      left: -20%;
    }
    50% {
      left: 120%;
    }
    100% {
      left: 120%;
    }
  }
  .btn--glow{
    overflow: hidden;
    position: relative;
  }
.banner-section {
  margin-top: 68px;
}
.detail_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}
.detail_wrap span {
  background: var(--primary-color);
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}
.detail_wrap h6 {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ffffff29;
  padding: 7px 15px;
  border-radius: 50px;
  background: #333333;
}
.price_detail_wrap {
    background: #ffffff;
    overflow: hidden;
    /* margin-bottom: 20px; */
    display: flex;
    flex: 1;
    border-radius: 12px;
}
.prices_slider_item {
    display: flex;
    justify-content: space-between;
}
.price_detail_top {
  padding: 30px 15px 10px;
  text-align: center;
  background: var(--primary-color);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.price_detail_top .pricing {
    margin-top: auto;
}
.price_detail_top h3 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}
.price_detail_top h5 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  min-height: 40px;
}
.price_detail_top h5 {
    margin-bottom: 20px;
}
.price_break_btn {
  background: #356945 !important;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff !important;
  border: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.price_break_btn:hover{
  background: #2a5437 !important;
  color: #ffffff !important;
}
/* footer */
footer {
    background: #1e1e1e;
    padding: 40px 20px 20px;
}
.copy_right {
    border-top: 1px solid #FFFFFF33;
    margin-top: 20px;
    padding-top: 20px;
}
.copy_right p{
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFFAD;
}
.copy_right .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vst_left p {
  color: #515151;
  font-size: 15px;
  font-weight: 400;
}
.mainsectionrt p{
  color: #515151;
  font-size: 15px;
  font-weight: 400;
}
.btn2 {
  background: var(--primary-color);
  color: #ffffff;
  text-decoration: navajowhite;
  padding: 12px 30px;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
.btn2:hover{
	color: #ffffff;
}
/**/
.inp-box {
  font-size: 9px;
  display: flex;
  align-items: start;
  margin: 10px 0px;
}
.inp-box input {
  display: flex;
  width: 10px !important;
  margin-right: 5px;
  margin-top: 2px;
}
/*Amenities*/
#amenities {
  position: relative;
  background: #ffffff;
}
.amenities_wrap {
  background: #212121;
  height: 140px;
  margin-bottom: 20px;
  transition: all .5s linear;
  position: relative;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amenities_wrap:hover {
  transition: all .5s linear;
}
.amenities_wrap:hover
img {
  transition:all .5s linear;
  transform:rotateY(360deg);
  opacity: 1;
}
.amenities_wrap:hover
h6 {
  color:#ffffff;
  transition:all .5s linear
}
.amenities_wrap h6 {
  font-size: 14px;
  font-weight: 400;
  color: var(--amenities-color);
  margin: 0;
  font-weight: 700;
}
.amenities_wrap img {
  margin-bottom: 0;
  width: 60px;
  height: 60px;
  object-fit: cover;
  opacity: .8;
  object-position: top;
  filter: brightness(0) invert(1);
  margin-bottom: 10px;
}
.amenities {
  margin-left:35px
}
/**/
/*Location*/
.location_map {
  height: 360px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid var(--primary-color);
}
.location_map span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: fit-content;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 10px;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.location_map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(3px);
}
.location_details {
    margin-top: 20px;
}
.location_details h6 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.location_details h6 img{
    margin-right: 20px;
}
.location_details ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.location_details ul li {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  background: #ffffff;
  border: 1px solid rgba(var(--primary-color), 0.25);
  padding: 8px 10px 8px 30px;
  border-radius: 50px;
  margin-right: 5px;
}
.location_details ul li::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 8px;
    top: 14px;
}
/**/
/* floor plan */
#floor_plans {
    background: #fff;
    position: relative;
}
#floor_plans .container{
    position: relative;
    z-index: 9;
}
.floor_plans {
  overflow: hidden;
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(var(--primary-color), 0.29);
}
.floor_plan_head {
  background: var(--primary-color);
  padding: 6px 10px;
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: -18px;
  transform: rotate(270deg);
}
.floor_plan_head h6 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
}
.floor_plan_image {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.floor_plan_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: blur(11px);
}
.floor_plan_image button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #015C29;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.floor_plan_image button:hover {
    background-color: #004b21;
    color: #ffffff;
}
.floor_pian_title {
  margin-bottom: 40px;
  text-align: center;
}
/**/
.dwnload {
  margin-right:5px;
  transition:all .1s linear;
 animation:UpDown1 1s linear infinite
}
@keyframes
UpDown1 {
  0% {
    position:relative;
    bottom:0
  }
  50% {
    position:relative;
    bottom:3px
  }
  100% {
    position:relative;
    bottom:-3px
  }
}
/*Delayed popup*/
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  z-index: 9999;
  display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: 450px;
    max-width: 670px;
    /* height: 310px; */
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 9999;
    transform: translate(-50%, -50%);
}
.delayed_popup_left ul li span {
    display: block;
    margin-bottom: 10px;
}
/*   This is the closing button  */
#btnClose {
    display: block;
    text-decoration: none;
    color: #ffe6e6;
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 30px;
    cursor: pointer;
}
/*   This is the closing button hover state  */
#btnClose:hover {
  color: #fec00b;
}
/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
  float: left;
  display: block;
  width: 30%;
  padding: 65px 20px;
  font-size: 18px;
  color: #666;
  clear: left;
  background: var(--primary-color);
  height: 100%;
}
.delayed_popup_left ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.delayed_popup_left ul li {
    display: block;
    color: #acacac;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background: #0000003b;
    padding: 20px;
    /* border-radius: 11px; */
    margin-bottom: 10px;
}
.delayed_popup_left h6 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
delayed_popup_left ul li span {
    display: block;
    margin-bottom: 10px;
}
.delayed_popup_left ul li span img {
  width: 30px;
  filter: brightness(0) invert(1);
}
/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
  color: #444444;
  font-size: 36px;
  line-height: 40px;
}
/* 
////////// MailChimp Signup Form //////////////////////////////
*/
/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
    float: left;
    width: 100%;
    padding: 20px 20px;
    display: block;
    font-size: 16px;
    color: #666;
    margin-left: 0;
}
.enquiry_form .inp-box {
    margin-top: 0;
}
/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
  width: 95%;
  height: 30px;
  font-size: 18px;
  padding: 3px;
  margin-bottom: 5px;
}
/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
  border: solid 2px #40c348;
  box-shadow: 0 1px 3px #AAAAAA;
}
/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
  border: solid 2px #40c348;
  box-shadow: none;
}
/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
  width: 100% !important;
  height: 40px !important;
  margin: 10px auto 0 auto;
  background: #5D9E62;
  border: none;
  color: #fff;
}
.enquiry_title {
    text-align: center;
    margin-bottom: 20px;
}
.enquiry_title h6 {
    font-size: 25px;
    font-weight: 600;
    color: #2d2d2d;
    text-transform: none;
    width: 330px;
    margin: 0 auto 10px;
}
.enquiry_title p {
    font-size: 14px;
    font-weight: 400;
}
.blink-soft {
    animation: blinker 1.5s linear infinite;
}
.text_red {
    color: #dc3545;
    font-weight: 600;
    text-transform: capitalize;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.delayed_popup_right button {
  width: 100%;
  background: var(--primary-color);
  border: none;
  color: #ffffff;
  padding: 10px 5px;
  font-size: 17px;
}
.enquiry_form input {
  width: 100%;
  margin-bottom: 16px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #d7d7d7;
  font-size: 16px;
}
.enquiry_form input::placeholder{
    font-size: 14px;
}
/**/
.tc {
  font-size: 10px;
  margin-bottom:10px;
}
.ftr_top p {
  font-size: 12px;
  color: #FFFFFFAD;
  text-align: center;
  line-height: 16px;
  font-weight: 200;
  margin: 0;
}
.ftr_top span {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
}
.ftr_top strong{
  color: #fff;
  font-weight: 700;
}
.contact_link {
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3px;
  font-size: 16px;
}
.contact_link:hover{
  color: #fff;
}
.common_padding_top{
  padding-top: 40px;
}
.common_padding_bottom{
  padding-bottom: 40px;
}
.common_padding_left {
  padding-left: 40px;
}
.common_padding_right {
  padding-right: 40px;
}
.common_sub_head_blk {
  color: var(--primary-color);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.head_centre {
  text-align: center;
  width: 510px;
  margin: 0 auto 30px;
}
.orange-bar{
  background: var(--primary-color);
    width: 100%;
    text-align: center;
    padding: 8px;
    animation: light 2s linear infinite;
    background: linear-gradient(-45deg, var(--primary-color), var(--primary-color), var(--primary-color), var(--primary-color));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02BC4D', endColorstr='#02BC4D',GradientType=4 );
    background-repeat: no-repeat;
    background-position: 10%;
    background-size: 300%;
}
@keyframes light {
  0% {
        background-position: 100%; 
  }
  100% { 
        background-position:0%; 
  }
}
.orange-bar a{
  text-decoration: none;
  color: #FFFFFF;
  font-size: 15px;
}
.orange-bar a{
  text-decoration: none;
  color: #FFFFFF;
  font-size: 15px;
}
.main_head {
  color: #272727;
  font-size: 32px;
  font-weight: 700;
}

/* Site Visit CTA Banner */
.site-visit-banner {
    background-color: #015C29;
    padding: 40px 30px;
    border-radius: 0;
    margin: 40px 0;
    width: 100%;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.site-visit-banner h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
.site-visit-banner form {
    max-width: 900px;
    margin: 0 auto;
}
.site-visit-banner .form-control-custom {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    height: 48px;
    color: #ffffff;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}
.site-visit-banner .form-control-custom::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.site-visit-banner .form-control-custom:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: #015C29;
    outline: none;
    box-shadow: none;
}
.site-visit-banner .btn-visit {
    background-color: #356945;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    height: 48px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}
.site-visit-banner .btn-visit:hover {
    background-color: #2a5437;
    color: #ffffff;
    transform: translateY(-1px);
}
.site-visit-banner .btn-whatsapp-visit {
    background-color: #25D366;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    height: 48px;
    border-radius: 6px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}
.site-visit-banner .btn-whatsapp-visit:hover {
    background-color: #1ebe57;
    transform: translateY(-1px);
    color: #ffffff;
}
.site-visit-banner .btn-whatsapp-visit iconify-icon {
    font-size: 20px;
    margin-right: 8px;
}
@media (max-width: 767px) {
    .site-visit-banner {
        margin: 20px 0;
        padding: 30px 20px;
    }
}

/* --- New Premium Sidebar Styles --- */

/* Desktop-only overrides for fixed sidebar */
@media (min-width: 1200px) {
    .right-side {
        background: #ffffff !important;
        border-left: 1px solid #ececec;
        box-shadow: -5px 0 25px rgba(0,0,0,0.03);
        height: 100vh;
        width: 23%;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000;
        display: flex;
        flex-direction: column;
    }
}

/* Sidebar Top Navigation Tabs */
.sidebar-top-tabs {
    display: flex;
    background: #050505;
    width: 100%;
    border-bottom: 2px solid #015C29;
}
.sidebar-top-tabs .tab-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-right: 1px solid #222;
    transition: background 0.3s ease;
}
.sidebar-top-tabs .tab-item:last-child {
    border-right: none;
}
.sidebar-top-tabs .tab-item:hover {
    background: #151515;
    color: #ffffff;
}
.sidebar-top-tabs iconify-icon {
    font-size: 16px;
    color: #015C29;
}

/* Sidebar Main Content Form */
.fixed-form {
    margin: 0 !important;
    padding: 20px 18px !important;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    overflow-y: auto;
    gap: 15px;
}
.form-head {
    text-align: center;
    margin-bottom: 5px;
}
.form-head h5 {
    color: #111111;
    font-size: 17px;
    font-weight: 800;
    margin: 0;
    line-height: 1.4;
}

/* Input Fields styling */
.service-form-div form input[type="text"],
.service-form-div form input[type="email"] {
    border: 1px solid #dddddd !important;
    background: #ffffff !important;
    border-radius: 6px !important;
    width: 100% !important;
    margin-bottom: 12px !important;
    padding: 10px 14px !important;
    font-size: 16px !important;
    color: #333333 !important;
    height: 46px !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.3s ease !important;
}

.service-form-div form input[type="text"]:focus,
.service-form-div form input[type="email"]:focus {
    border-color: #015C29 !important;
}

/* Flag phone input prefix style */
.phone-input-container {
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #ffffff;
    margin-bottom: 12px;
    padding: 0 12px;
    height: 46px;
    transition: border-color 0.3s ease;
}
.phone-input-container:focus-within {
    border-color: #015C29;
}
.phone-input-container .flag-prefix {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-right: 10px;
    border-right: 1px solid #dddddd;
    margin-right: 10px;
    user-select: none;
}
.phone-input-container .flag-prefix img {
    width: 20px;
    height: auto;
    border-radius: 2px;
}
.phone-input-container .country-code {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}
.phone-input-container input {
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important;
    width: 100% !important;
    font-size: 16px !important;
    background: transparent !important;
    color: #333333 !important;
    box-shadow: none !important;
}

/* Consent check box */
.inp-box-checkbox {
    margin-bottom: 15px;
}
.inp-box-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    font-size: 10.5px;
    color: #666666;
    line-height: 1.4;
    text-align: left;
}
.inp-box-checkbox input[type="checkbox"] {
    margin-top: 2px;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    accent-color: #015C29;
}
.inp-box-checkbox a {
    color: #015C29;
    text-decoration: underline;
}

/* Buttons */
.fixed-form .btn--glow {
    background: #015C29 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 12px 20px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    width: 100% !important;
    margin-bottom: 5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(100, 140, 101, 0.2) !important;
    text-shadow: none !important;
}
.fixed-form .btn--glow:hover {
    background: #004b21 !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(100, 140, 101, 0.3) !important;
}

/* Sidebar Middle Features List */
.sidebar-features {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 5px 0;
}
.sidebar-features .feature-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
}
.sidebar-features .feature-item iconify-icon {
    font-size: 26px;
    color: #015C29;
}
.sidebar-features .feature-item .feat-txt {
    font-size: 10.5px;
    font-weight: 700;
    color: #222222;
    line-height: 1.2;
}

/* Sidebar Agent Call Back Footer */
.sidebar-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 5px;
    margin-top: auto;
}
.agent-whatsapp-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.agent-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffffff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.12);
}
.agent-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whatsapp-btn-round {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0,0,0,0.12);
    transition: transform 0.2s ease;
    text-decoration: none;
}
.whatsapp-btn-round:hover {
    transform: scale(1.08);
}
.whatsapp-btn-round iconify-icon {
    font-size: 26px;
}
.btn-callback-trigger {
    background: #015C29 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    width: 85% !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(100, 140, 101, 0.15) !important;
}
.btn-callback-trigger:hover {
    background: #004b21 !important;
    transform: translateY(-1px);
    box-shadow: 0 5px 12px rgba(100, 140, 101, 0.25) !important;
}

/* Responsive Hide Decorative Sidebar Elements on Mobile/Tablets */
@media (max-width: 1199px) {
    .sidebar-top-tabs,
    .sidebar-features,
    .sidebar-footer {
        display: none !important;
    }
    .fixed-form {
        height: auto !important;
        border: 1px solid #eeeeee;
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        margin: 20px 0 !important;
        background: #ffffff !important;
    }
}.brand img {
  width: 100%;
  max-height: 40px;
}
.navbar {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 18px 0px;
  border: none;
  outline: none;
  background: #fff;
  top: 0;
  z-index: 999;
  position: fixed;
  overflow: hidden;
  width: calc(100% - 23%);
  box-shadow: #0000001a 0px 8px 24px;
}
  .nav_btn img {
    margin-right: 10px;
}
  .sticky {
    position: fixed;
   transition:0.3s linear;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 0px;
    width: 77%;
   
}
/*.navbar .active::after {*/
/*  position: absolute;*/
/*  left: -6px;*/
/*  top: -45px;*/
/*  width: 120%;*/
/*  height: 115px;*/
/*  background: var(--primary-color);*/
/*  content: '';*/
/*}*/
.nav_btn img {
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}
@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
.navbar .active {
    position: relative;
}
.navbar .active a {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}
#menu {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
.navbar .active a:hover {
  color: var(--primary-color);
}
  .navbar .wrapper {
     display: flex;
    align-items: center; 
    width: 100%;
   
      justify-content: space-between;
    /* height: auto;
    margin: 0 auto; */
  }
  .navbar .burger {
    position: absolute;
    display: none;
    cursor: pointer;
    width: 1.65rem;
    height: 1rem;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    background: none;
    transform: rotate(0deg);
    transition: 0.35s ease-in-out;
    
    right: 20px;
    top: 25px;
}
  .navbar .burger-line {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 1rem;
    background: #000;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    transition: all .5s linear;
  }
  .hide_logo img {
    width: 150px;
}
  .navbar .burger-line:nth-child(1) {
    top: 0;
  }
  .navbar .burger-line:nth-child(2), .navbar .burger-line:nth-child(3) {
    top: 0.5rem;
  }
  .navbar .burger-line:nth-child(4) {
    top: 1rem;
  }
  .navbar .burger.is-active .burger-line:nth-child(1), .navbar .burger.is-active .burger-line:nth-child(4) {
    top: 1.25rem;
    width: 0%;
    left: 50%;
  }
  .navbar .burger.is-active .burger-line:nth-child(2) {
    transform: rotate(45deg);
  }
  .navbar .burger.is-active .burger-line:nth-child(3) {
    transform: rotate(-45deg);
  }
  .navbar .menu-inner {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav_btn {
    background: #100F0E;
    border-radius: 50px;
    padding: 4px 11px 4px 4px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    color: #DFA317;
}
.nav_btn:hover{
    color: #DFA317;
}
.navbar .menu-link {
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: inherit;
  border: none;
  color: #1C1B1B;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  z-index: 9;
   border-bottom: 1px solid #fff;
}
.navbar .menu-link:hover {
  color: var(--primary-color);
}
 .hide_logo{
    display: none;
 } 
  @media only screen and (max-width: 991px) {
    .navbar .active a {
      color: var(--primary-color);
  }
  .navbar .active a:hover {
    color: var(--primary-color);
}
    .navbar .active::after{
      display: none;
    }
    .menu_logo {
      display: none;
  }
    .hide_logo{
      display: flex;
    }
    .navbar .burger {
      display: block;
      opacity: 1;
      visibility: visible;
    }
    .navbar .menu {
      width: 100%;
      max-height: 0rem;
      padding: 0;
      opacity: 0;
      visibility: hidden;
      overflow: hidden;
     
    }
    .navbar .menu.is-active {
      opacity: 1;
      visibility: visible;
    }
    .navbar .menu-inner {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      padding: 3rem 0;
    }
    .navbar .menu-link {
      font-size: 16px;
  }
  }
  
@media(max-width:574px){
  .main_head{
    font-size: 24px;
  }
  .highlights{
    padding: 0;
  }
  .highlights_right {
    padding: 0;
    margin-top: 30px;
}
  .highlights_left{
    display: block;
  }
  .highlights::after{
    display: none;
  }
  .service-form-div form {
    padding: 0;
}
  .highlight_wrap ul li {
    padding-left: 25px;
}
  .vs_content span {
    font-size: 34px;
    width: 50px;
    height: 50px;
}
.vs_content h6 {
  font-size: 20px;
}
.vs_bottom button {
  padding: 8px 15px;
}
  .slider-content-div {
    position: relative;
    background: var(--primary-color);
    padding: 30px 10px !important;
    justify-content: center;
    text-align: center;
}
.highlight_wrap {
  background: transparent;
  padding: 10px;
  width: unset;
  backdrop-filter: blur(8px);
}
.slider-content-div h1 {
  font-size: 28px;
}
.slider-content-div span {
  font-size: 20px;
}
  .floor_plans {
    width: 100%;
}
.mainsectionlt {
  height: unset;
  margin-left: 0;
}
    .enquiry_title h6 {
      width: 100%;
    }
    .brand img {
      width: 150px;
    }
    .location_wrap {
      height: unset;
    }
    .head_centre {
      width: unset;
  }
    .navbar{
        width:100%;
    }
    #delayedPopup > div.formDescription {
      display: none;
    }
    .delayedPopupWindow {
      width: 90%;
      max-width: 90%;
    }
    #delayedPopup #mc_embed_signup {
      width: 100%;
    }
    #btnClose {
      right: 0px;
      top: 0px;
      color: #000;
  }
    .navbar .wrapper {
      display: block;
    }
    #menu {
      width: 100%;
      padding-right: 0;
    }
    footer {
    margin-bottom: 50px;
  }
    #main-slider {
      height: 230px;
    }
    #main-slider .owl-stage img{
      height: 230px;
    }
      .response-view {
      display: block !important;
      width: 100%;
      float: unset;
      position: relative;
      height: unset;
    }
    .left-side {
      width: 100%;
    }
    .right-side {
      display: none;
    }
    .common_padding_right {
    padding-right: 10px;
  }
  .common_padding_left {
    padding-left: 10px;
  }
  .common_padding_bottom {
    padding-bottom: 45px;
  }
  .common_padding_top {
    padding-top: 45px;
  }
  .mainsectionrt {
    margin-top: 20px;
  }
  .main_head {
    font-size: 24px;
}
.flex_reverse{
  flex-direction: column-reverse;
}
  .smalltitle {
    font-size: 14px;
    line-height: 0;
    margin-bottom: 20px;
}
.btn2 {
  font-size: 14px;
}
.location_map{
  height: unset;
}
.location_details ul li{
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
}
  .common_paragraph p {
    font-size: 14px;
  }
  .faq .accordion-button h6 {
    font-size: 18px;
  }
  .gallery_image{
    height: unset;
  }
    .price_break_btn {
    padding: 10px;
  }
  #priceslider .owl-prev {
    width: 33px;
    height: 33px;
    left: 0;
    line-height: 35px;
  }
  #priceslider .owl-next{
    width: 33px;
    height: 33px;
    right: 0;
    line-height: 35px;
  }
  .testimonials iframe {
    margin-bottom: 25px;
  }
  .location_details {
    padding: 20px;
    padding: 0;
}
   #address .nav-pills .nav-link {
    padding: 5px 12px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #project-slider .owl-next {
    width: 34px;
    height: 34px;
    right: 0;
    line-height: 34px;
  }
    #project-slider .owl-prev{
    width: 34px;
    height: 34px;
    left: 0;
    line-height: 34px;
  }
  #banner-slider .owl-nav button {
    height: 35px;
    width: 35px;
    position: relative;
    top: -20px;
  }
  .institutions {
    margin-bottom: 0;
    width: 100%;
  }
  .institutions h6 {
    width: 100%;
  }
  .amenities {
    margin-left: 0;
  }
  .amenities_wrap {
    display: block;
    margin-bottom: 10px;
    height: 140px;
}
.vs_wrap {
  height: 200px;
  margin-top: 20px;
}
  .amenities_wrap h6 {
    font-size: 14px;
  }
  #cta p {
    width: unset;
}
  .video_thumb img {
    width: 100%;
  }
  .ftr_logo {
    width: 120px;
  }
  .rera {
    width: 100%;
    text-align: left;
    float: left;
    margin-top: 20px;
  }
  .rera h6 {
    font-size: 15px;
    margin-bottom: 15px;
    display: flex;
  }
  .rera h6 iconify-icon{
    margin-right: 5px;
  }
  .copy_right .container {
    display: block;
  }
  .copy_right p {
    font-size: 12px;
  }
  .copy_right {
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
}
  .price_detail_top h5 {
    font-size: 16px;
  }
  .price_detail_wrap {
    margin-bottom: 20px;
}
     .bottomfix {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 55px;
    display: flex;
    left: 0;
    justify-content: space-between;
    background: var(--primary-color);
  }
  .orange-bar{
    width: unset;
  }
  .bottomfix a{
    font-size: 13px;
  }

}

@media (min-width:575px) and (max-width:767px){
  .service-form-div form {
    padding: 0;
}
  .vs_content span {
    font-size: 34px;
    width: 50px;
    height: 50px;
}
.vs_content h6 {
  font-size: 20px;
}
.vs_bottom button {
  padding: 8px 15px;
}
  .slider-content-div {
    position: relative;
    background: var(--primary-color);
    padding: 30px 10px !important;
    justify-content: center;
    text-align: center;
}
.highlight_wrap {
  background: transparent;
  padding: 0;
  width: unset;
  backdrop-filter: blur(8px);
}
.slider-content-div h1 {
  font-size: 28px;
}
.slider-content-div span {
  font-size: 24px;
}
  .floor_plans {
    width: 100%;
}
.mainsectionlt {
  height: unset;
  margin-left: 0;
}
    .enquiry_title h6 {
      width: 100%;
    }
    .brand img {
      width: 150px;
    }
    .location_wrap {
      height: unset;
    }
    .head_centre {
      width: unset;
  }
    .navbar{
        width:100%;
    }
    #delayedPopup > div.formDescription {
      display: none;
    }
    .delayedPopupWindow {
      width: 90%;
      max-width: 90%;
    }
    #delayedPopup #mc_embed_signup {
      width: 100%;
    }
    #btnClose {
      right: 0px;
      top: 0px;
      color: #000;
  }
    .navbar .wrapper {
      display: block;
    }
    #menu {
      width: 100%;
      padding-right: 0;
    }
    footer {
    margin-bottom: 50px;
  }
    #main-slider {
      height: 230px;
    }
    #main-slider .owl-stage img{
      height: 230px;
    }
      .response-view {
      display: block !important;
      width: 100%;
      float: unset;
      position: relative;
      height: unset;
    }
    .left-side {
      width: 100%;
    }
    .right-side {
      display: none;
    }
    .common_padding_right {
    padding-right: 10px;
  }
  .common_padding_left {
    padding-left: 10px;
  }
  .common_padding_bottom {
    padding-bottom: 45px;
  }
  .common_padding_top {
    padding-top: 45px;
  }
  .mainsectionrt {
    margin-top: 20px;
  }
  .main_head {
    font-size: 24px;
}
.flex_reverse{
  flex-direction: column-reverse;
}
  .smalltitle {
    font-size: 14px;
    line-height: 0;
    margin-bottom: 20px;
}
.btn2 {
  font-size: 14px;
}
.location_map{
  height: unset;
}
.location_details ul li{
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
}
  .common_paragraph p {
    font-size: 14px;
  }
  .faq .accordion-button h6 {
    font-size: 18px;
  }
  .gallery_image{
    height: unset;
  }
    .price_break_btn {
    padding: 10px;
  }
  #priceslider .owl-prev {
    width: 33px;
    height: 33px;
    left: 0;
    line-height: 35px;
  }
  #priceslider .owl-next{
    width: 33px;
    height: 33px;
    right: 0;
    line-height: 35px;
  }
  .testimonials iframe {
    margin-bottom: 25px;
  }
  .location_details {
    padding: 20px;
    padding: 0;
}
   #address .nav-pills .nav-link {
    padding: 5px 12px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #project-slider .owl-next {
    width: 34px;
    height: 34px;
    right: 0;
    line-height: 34px;
  }
    #project-slider .owl-prev{
    width: 34px;
    height: 34px;
    left: 0;
    line-height: 34px;
  }
  #banner-slider .owl-nav button {
    height: 35px;
    width: 35px;
    position: relative;
    top: -20px;
  }
  .institutions {
    margin-bottom: 0;
    width: 100%;
  }
  .institutions h6 {
    width: 100%;
  }
  .amenities {
    margin-left: 0;
  }
  .amenities_wrap {
    display: block;
    margin-bottom: 10px;
    height: 100px;
}
.vs_wrap {
  height: 200px;
  margin-top: 20px;
}
  .amenities_wrap h6 {
    font-size: 14px;
  }
  #cta p {
    width: unset;
}
  .video_thumb img {
    width: 100%;
  }
  .ftr_logo {
    width: 120px;
  }
  .rera {
    width: 100%;
    text-align: left;
    float: left;
    margin-top: 20px;
  }
  .rera h6 {
    font-size: 15px;
    margin-bottom: 15px;
    display: flex;
  }
  .rera h6 iconify-icon{
    margin-right: 5px;
  }
  .copy_right .container {
    display: block;
  }
  .copy_right p {
    font-size: 12px;
  }
  .copy_right {
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
}
  .price_detail_top h5 {
    font-size: 16px;
  }
  .price_detail_wrap {
    margin-bottom: 20px;
}
     .bottomfix {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 55px;
    display: flex;
    left: 0;
    justify-content: space-between;
    background: var(--primary-color);
  }
  .orange-bar{
    width: unset;
  }
  .bottomfix a{
    font-size: 13px;
  }
  .highlight_wrap ul li {
    padding-left: 30px;
}
}

@media (min-width:768px) and (max-width:1199px){
        .location_map {
      height: unset;
    }
    .location_wrap {
      height: unset;
    }

.location_map img {
  width: 100%;
  height: 100%;
}
     footer {
    margin-bottom: 50px;
  }
  .slider-content-div h1 {
    font-size: 30px;
    line-height: 40px;
}
      .response-view {
      display: block !important;
      width: 100%;
      float: unset;
      position: relative;
      height: unset;
    }
    .left-side {
      width: 100%;
    }
    .right-side {
      display: none;
    }
    .common_padding_right {
    padding-right: 30px;
  }
  .common_padding_left {
    padding-left: 30px;
  }
  .common_padding_bottom {
    padding-bottom: 45px;
  }
  .common_padding_top {
    padding-top: 45px;
  }
  .mainsectionrt {
    margin-top: 30px;
  }
   .smalltitle {
      font-size: 17px;
      line-height: 25px;
    }
  .common_paragraph p {
    font-size: 14px;
  }
  .faq .accordion-button h6 {
    font-size: 18px;
  }
  .gallery_image {
    height: 200px;
}
    .price_break_btn {
    padding: 10px;
  }
  #priceslider .owl-prev {
    width: 33px;
    height: 33px;
    left: 0;
    line-height: 35px;
  }
  #priceslider .owl-next{
    width: 33px;
    height: 33px;
    right: 0;
    line-height: 35px;
  }
  .testimonials iframe {
    margin-bottom: 25px;
  }
  .location_details {
    padding: 20px;
  }
   #address .nav-pills .nav-link {
    padding: 5px 12px;
    font-size: 14px;
  }
  .institutions {
    margin-bottom: 0;
    width: 100%;
  }
  .institutions h6 {
    width: 100%;
  }
  .amenities {
    margin-left: 0;
  }
  .amenities_wrap{
    display: block;
    margin-bottom: 30px;
  }
  .amenities_wrap h6 {
    font-size: 14px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video_thumb img {
    width: 100%;
  }
  .ftr_logo {
    width: 120px;
  }
  .rera {
    width: 100%;
    text-align: left;
    float: left;
    margin-top: 20px;
  }
  .rera h6 {
    font-size: 15px;
    margin-bottom: 15px;
    display: flex;
  }
  .rera h6 iconify-icon{
    margin-right: 5px;
  }
  .copy_right .container {
    display: block;
  }
  .copy_right p {
    font-size: 12px;
  }
  .copy_right {
    margin-top: 0;
    padding-top: 10px;
  }
     .bottomfix {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 55px;
    display: flex;
    left: 0;
    justify-content: space-evenly;
    background: #2d3691;
  }
  .orange-bar{
    width: unset;
  }
  .bottomfix a{
    font-size: 13px;
  }
}
@media (min-width:992px) and (max-width:1199px){
.common_padding_right {
    padding-right: 55px;
  }
  .common_padding_left {
    padding-left: 55px;
  }
  .navbar{
        width:100%;
    }
}


@media (min-width:1200px){
  .bottomfix{
    display: none;
  }
  #project-highlights .owl-nav{
    display: none!important;
  }
}
@media (max-width:991px){
.navbar{
        width:100%;
    }
}