@font-face {
  font-family: 'Bile';
  src: url('../font/Bile.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}  

body {
    /* background: #f7e7d3; */
    background: url(../images/bg_pattern.png);
    background-attachment: fixed;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
  }
  a {
    color: #e20000;
    transition: 0.5s;
  }
  a:active,
  a:focus,
  a:hover {
    color: #0b6bd3;
    outline: 0;
    text-decoration: none;
  }
  b {
    font-weight: 500;
  }
  p {
    padding: 0;
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 17px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    line-height: 1.5;
  }
  ol,
  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #fff;
  }
  ul {
    color: #fff;
  }
  ul b {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    display: block;
  }
  h1 {
    /* color: #5be959; */
    color:#5be959;
    line-height: 37px;
  }
  .about-main h1.heading {
    margin: 25px 0;
}
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin: 0 0 15px 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
  }
  img {
    max-width: 100%;
  }
  .broIcon {
    display: none;
  }
  .logo-footer {
    max-width: 185px;
    margin: 0 auto;
    margin-bottom: 26px;
}
.location-footer {
  margin: 0;
  text-align: left;
}
.footer-action ul {
  text-align: left;
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-action ul li {
  margin-right: 15px;
}
.footer-action ul li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.footer-upper {
  background: #00000075;
}
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  .logo {
    max-width: 170px;
}
header#header.fixed-top.header-scrolled .main-nav ul li {
  padding: 12px 0;
}
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #775d05;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  section#amenities h2.heading {
    padding: 30px 0;
}
  @-webkit-keyframes animate-preloader {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes animate-preloader {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .disclaimer-margin {
    margin-bottom: 40px;
  }
  .disclaimer-height {
    min-height: 800px !important;
  }
  img.for-tab {
    display: none;
}
  .para-margin p {
    margin-bottom: 20px !important;
  }
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
  }
  .construction {
    margin: 85px 0 0 0;
    height: auto;
    text-align: center;
    padding: 16px 0;
    font-size: 25px;
    background: #eeefff;
    font-weight: 500;
    width: 100%;
    color: #005460;
  }
  .construction-1 {
    margin: 0;
    height: auto;
    text-align: center;
    padding: 16px 0;
    font-size: 25px;
    background: #eeefff;
    font-weight: 500;
    width: 100%;
    color: #005460;
  }
  .cnt223 a {
    text-decoration: none;
    background: #fff;
    padding: 14px;
    opacity: 10;
    top: -52px;
    position: absolute;
    right: 0;
  }
  .popup form#enquiry-form2 .form-group,
  form#enquiry-form2 h2 {
    margin-bottom: 15px;
  }
  .popup form#enquiry-form3 .form-group,
  form#enquiry-form3 h2 {
    margin-bottom: 15px;
  }
  .popup {
    width: 100%;
    background: rgba(000, 0, 0, 0.9);
    height: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
  }
  .project-type p {
    color: #5be959  !important;
    margin-bottom: 0;
}
  .popup form#enquiry-form2 {
    width: 100%;
  }
  .cnt223 {
    width: 500px;
    min-height: 150px;
    margin: 200px auto;
    background: #f3f3f3;
    position: relative;
    z-index: 999;
    padding: 10px;
  }
  .cnt223 h2 {
    clear: both;
    color: #555;
    font-size: 24px;
    font-family: sans-serif;
  }
  .cnt223 p a {
    color: #d91900;
    font-weight: 700;
  }
  .cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
  }
  .cnt223 .x:hover {
    cursor: pointer;
  }
  .price-info-detail h2 {
    color: #a7df9f;
    font-size: 17px;
    padding-top: 20px;
    text-align:center;
    font-family: 'Bile';
    letter-spacing: 5px;
}
.signature-logo {
  max-width: 240px;
  margin: 0 auto;
  padding: 12px 0;
}
.price-info-detail h3 {
  font-family: 'Bile';
  letter-spacing: 4px;
}
h3.heading-ultra {
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 30px;
}
  .bg-gray h4 {
    text-align: center;
    color: #5be959;
    font-weight: 500;
  }
  /* .price-info-detail h3{
    text-align:right;
  } */
  .box-main-big {
    width: 22%;
    float: left;
    background-color: #c2c3e8;
    padding: 7px;
    margin: 10px 10px 30px 10px;
    min-height: 355px;
  }
  .box-main-img {
    width: 100%;
    float: left;
  }
  .box-main-text {
    width: 100%;
    float: left;
    text-align: center;
    padding: 7px 0 0 0;
  }
  .box-main-text b {
    font-size: 16px;
    font-weight: 600;
  }
  .margin-bottom {
    margin: 0 0 35px 0;
  }
  .main-bx-icons {
    width: 100%;
    float: left;
    padding: 0;
  }
  .menus-row {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
  }
  .menus-row a {
    text-decoration: none;
    color: #fff;
    padding: 0 20px;
  }
  .menus-row a:hover {
    color: red;
  }
  .main-bx-icons .main-icon-bx {
    width: 49%;
    margin: 5px;
    display: flex;
    align-items: center;
  }
  .main-bx-icons .main-icons {
    width: 12%;
  }
  .main-bx-icons .main-text-bx {
    width: 87%;
  }
  .container-form p {
    font-size: 12px;
    color: #000;
    margin: 0;
    text-align: left;
    float: left;
    padding-left: 5px;
    width: 400px;
  }
  .main-icon-bx {
    width: 23%;
    float: left;
    height: auto;
    margin: 2px 10px;
    border: 1px solid #e1ccb0;
    background: #fff;
    color: #000;
    padding: 12px;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
  }
  .main-icons {
    width: 25%;
    float: left;
    margin: 0 7px 0 0;
    height: auto;
  }
  .main-text-bx {
    width: 75%;
    float: left;
    height: auto;
  }
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .float-left {
    float: right !important;
    width: 100%;
  }
  .float-right {
    float: right !important;
  }
  .mr-auto,
  .mx-auto {
    width: 175px;
    position: absolute;
    margin: 0;
    top: 1px;
  }
  #header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 0;
    min-height: unset;
    background: #000;
    box-shadow: 0 0 5px #000;
  }
  header#header.fixed-top.header-scrolled {
    background: #000;
    z-index: 999;
  }
  #header.header-pages,
  #header.header-scrolled {
    padding: 0;
  }
  #header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  #header .logo h1 a,
  #header .logo h1 a:hover {
    color: #00366f;
    text-decoration: none;
  }
  #header .logo img {
    padding: 0;
    margin: 0 0;
  }
  #header .logo-2.logo-right img {
    margin-bottom: 0;
    margin-top: 15px;
  }
  #header .logo img.logo-2 {
    max-width: 180px;
  }
  h6 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 24px;
  }
  .diff-font {
    font-family: auto;
    color: #fff;
    text-transform: capitalize;
    font-size: 19px !important;
    margin: 0;
    margin-bottom: 10px;
  }
  .about-main p{
    color:#fff;
    margin: 25px 0;
  }
  .about-main span{
    color:#fff;
  }
  .investment-bx {
    width: 100%;
    float: left;
  }
  .first {
    width: 50%;
    float: left;
    border-right: 1px solid #cab294;
  }
  .invest-bx {
    border-bottom: 1px solid #cab294;
    padding: 15px 23px;
  }
  .invest-bx:last-child {
    border-bottom: none;
  }
  .center-box {
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0 0 19px 0;
    border: 1px solid #5be959;
    padding: 20px;
  }
  .center-box h5 {
    margin-bottom: 0;
    height: 45px;
}
  .center-box:last-child {
    margin-right: 0;
  }
  .center-box1 {
    width: 48.6%;
    float: left;
    text-align: left;
    height: 170px;
    color: #fff;
    margin: 12px 14px;
    margin-left: 14px;
    border: 1px solid #000;
    padding: 20px;
  }
  .center-box1:first-child {
    margin-left: 0;
  }
  .center-box1 {
    text-align: left;
    color: #000;
  }
  .center-h1 h5 {
    margin: 0 0 5px 0;
    font-weight: 600;
  }
  .center-box1:last-child {
    margin-right: 0;
  }
  .invest-price {
    text-align: center;
    font-size: 30px;
    margin: 10px 0 5px 0;
  }
  .invest-price b {
    font-weight: 600 !important;
    font-size: 21px !important;
  }
  .invest-text {
    text-align: center;
    font-size: 15px;
    line-height: 18px;
  }
  .first:last-child {
    border-right: none;
  }
  .center-bx {
    width: 100%;
    float: left;
  }
  .center-box:first-child {
    margin-left: 0;
  }
  .center-h h5 {
    margin: 0 0 5px 0;
    font-weight: 600;
  }
  a.scrolldown {
    display: none;
  }
  .price-bx-main {
    width: 100%;
    display: inline-table;
    display: flex;
    justify-content: center;
  }
  .price-bx {
    width: 39%;
    margin: 4px 10px;
    float: left;
    background: #5be959;
    color: #fff;
    padding: 2px 2px 2px;
    font-size: 25px;
  }
  .price-bx .box-img {
    background: #fff;
    padding: 15px 10px;
    font-size: 29px;
    color: #5be959;
    font-weight: 800;
    width: 100%;
  }
  header#header.fixed-top.header-scrolled a.scrolldown {
    display: inline-block;
  }
  header#header.fixed-top.header-scrolled a.scrollto {
    display: none;
  }
  header#header.fixed-top.header-scrolled .main-nav ul li.enquire-btn a {
    color: #fff;
  }
  .main-nav ul li.active a,
  header#header.fixed-top.header-scrolled .main-nav ul li.active a {
    color: #5be959;
    border-bottom: 2px solid #ca8627;
  }
  .btn-main-bx {
    width: 100%;
    padding: 0 0;
  }
  li.enquire-btn.active a {
    color: #fff !important;
  }
  .main-nav,
  .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
  }
  .main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
  }
  .carousel-item.header-1.active {
    position: relative;
}
  .main-nav ul li a {
    color: #fff;
    font-size: 17px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    padding: 10px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
  }
  .amenit-box-right {
    box-shadow: 0 0 5px #000;
    margin-bottom: 20px;
}
  .heading-info h1 {
    color: #5be959;
    padding: 15px 0 0 0;
    font-size:45px;
    text-align: center;
    font-family: 'Bile';
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 45px;
    margin-bottom: 0;
}
.location-info p {
  font-size: 20px;
  margin-bottom: 0;
  font-family: 'Bile';
  letter-spacing: 3px;
}
  .banner-section-info {
    background: #000000b8;
    width: 30%;
    text-align: center;
    color: #fff;
    padding: 100px 0 0 0;
    position: absolute;
    height: 50%;
}
  .main-nav ul li.active a,
  .main-nav ul li:hover a {
    color: #5be959;
  }
  .main-nav ul li {
    margin: 0 7px;
    padding: 20px 0;
  }
  .main-nav ul li:last-child {
    margin-right: 0;
  }
  .main-nav ul li.enquire-btn a {
    background: #d9172e;
    color: #fff;
    padding: 13px 30px;
    border-radius: 25px;
  }
  .right-header li {
    display: inline-block;
    vertical-align: inherit;
  }
  .right-header {
    margin-left: 15px;
  }
  .for-desktop {
    display: block;
    margin: 86px 0 0 0;
  }
  .for-mobile {
    display: none;
  }
  .for-desktops {
    display: block;
    margin: 0 0 15px 0;
  }
  .for-mobiles {
    display: none;
  }
  .bg-black {
    background: #000;
  }
  header#header.fixed-top ul li.btn a {
    padding: 8px 10px 8px 10px;
    background: #4b1865;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #5be959;
    color: #fff;
    transition: all 0.2s ease-in-out;
    position: relative;
    padding-left: auto;
    background: #4b1865;
    margin: 0;
    border-radius: 12%;
  }
  li.contact a {
    padding: 8px 10px !important;
    background: #ca8627;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #ca8627;
    color: #fff;
  }
  section {
    padding: 40px 0;
    /* background-color: #fff; */
  }
  h2 {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    color: #5be959;
  }
  section#Highlights h2.heading {
    padding: 30px 0;
    margin: 0;
}
  h2 .heading.text-center::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .heading.white {
    color: #fff;
  }
  .our-video {
    margin: 4px 0 0 0;
  }
  .feature-bx {
    padding: 40px 0;
    /* background-color: #fff; */
    display: flex;
  }
  section#floor-plan span {
    color: #fff;
}
  .feature-bx p {
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .feature-bx .box-main-text p {
    color: #000;
    font-size: 16px;
  }
  .bg-gray {
    background: #f7e7d3;
  }
  .bg-red {
    /* background-color: #FFFFFF; */
  }
  .bg-blue {
    /* background: #5be959; */
  }
  .bg-blue p {
    color: #fff;
  }
  .black {
    color: #000 !important;
  }
  .white {
    color: #5be959 !important;
    text-align: center;
  }
  .bg-white {
    background-color: #d0b45c !important;
  }
  section#Highlights span {
    color: #fff;
}
section#gallery .about-main h2 {
  padding: 25px 0;
}
  .bg-white ul {
    float: left;
    width: 50%;
    margin: 15px 0 0 0;
  }
  .bg-white p {
    color: #fff !important;
  }
  .bg-white h3 {
    color: #fff !important;
  }
  .button {
    text-align: center;
    margin: 30px 0 0 0;
  }
  .border-bx {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 10px 0;
    /* filter: brightness(0); */
  }
  .border-bx-left {
    width: 100%;
    float: left;
    text-align: left;
  }
  /* .bg-red a.read-more {
    font-size: 17px;
    color: #fff;
    background: #f3ab0;
    padding: 13px 28px;
    display: inline-block;
    position: relative;
  } */
  a.read-more {
    background: #450404;
  }
  #floor-plan .bg-blue a.read-more {
    background: #450404;
  }
  .bg-red a.read-more {
    font-size: 17px;
    color: #fff;
    background: transparent;
    padding: 13px 28px;
    display: inline-block;
    position: relative;
  }
  a.read-more {
    font-size: 17px;
    color: #fff;
    background: transparent;
    padding: 13px 28px;
    display: inline-block;
    position: relative;
    opacity: 0.9;
  }
  .prize-section-info h2 {
    color: #5be959;
    padding: 30px 0;
}
  .project-price-detail {
    background: transparent;
    box-shadow: 0 0 5px #c38855;
    margin-bottom: 20px;
}
  .faq a.read-more {
    color: #000;
    background: #ffbf00;
  }
  .bg-red a.read-more .button a.read-more:after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 1px solid #000;
  }
  .amenities-slider-item {
    position: relative;
}
.amenities-slider-item p {
  position: absolute;
  z-index: 9;
  bottom: -11px;
  background: linear-gradient(360deg, #000000f2, #000000d9, #000000c4, #0000000d);
  width: 100%;
  height: 200px;
  padding: 80px 0 0 0;
  color: #5be959;
}
.swiper-pagination-bullets {
  width: 100%;
  bottom: -50px;
  left: 0;
  z-index: 9;
}
.location-fitter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.location-fitters {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 80px;
  padding-left: 65px;
}
.location-hope {
  text-align: left;
  position: relative;
}
.location-hope-1{
  position: relative;
}
.location-hope-2{
  position: relative;
}
.location-hope-3{
  position: relative;
}
.location-hope-1::before{
  position: absolute;
  content: "";
  top: 84px;
  left: 0;
  border-bottom: 1px dotted #f08f44;
  transform: rotate(90deg);
  width: 13%;
  height: 1px;
}
.location-hope-2::before{
  position: absolute;
  content: "";
  top: -32px;
  left: 0;
  border-bottom: 1px dotted #f08f44;
  transform: rotate(90deg);
  width: 17%;
  height: 1px;
}
.location-hope-3::before{
  position: absolute;
  content: "";
  top: -32px;
  left: 0;
  border-bottom: 1px dotted #f08f44;
  transform: rotate(90deg);
  width: 12%;
  height: 1px;
}
.location-hope::before {
  position: absolute;
  content: "";
  top: 84px;
  left: 0;
  border-bottom: 1px dotted #f08f44;
  transform: rotate(90deg);
  width: 19%;
  height: 1px;
}
.location-hope-1 h5 {
  color: #5be959;
  text-align: left;
}
.location-hope-2 h5 {
  color: #5be959;
  text-align: left;
}
.location-hope-3 h5 {
  color: #5be959;
  text-align: left;
}
.location-hope h5 {
  color: #5be959;
  text-align: left;
}
.location-half {
  border-bottom: 1px dotted #5be959;
}
.location-fit {
  margin-top: 40px;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: transparent;
  opacity: .5;
  border-radius: 0;
  margin: 0 5px;
  border: 1px solid #5be959;
}
.amenities-slider {
  position: relative;
}
section#Highlights .button {
  margin-top: 60px;
}
.swiper-pagination-bullet-active {
  background: #5be959;
  opacity: 1;
}
section#locations h2.heading {
  padding: 30px 0;
  margin: 0;
}
  .button a.read-more:after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 2px solid #5be959;
    border-radius: 17%;
  }
  .fa .button a.read-more:after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 1px solid #000 !important;
  }
  .bg-blue .item ul {
    width: 100% !important;
  }
  ul.listing li {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    line-height: 1;
    margin-bottom: 10px;
  }
  ul.listing li:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #057c8c;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
  ul.listing li:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 2px;
    top: 4px;
    border-radius: 50%;
  }
  div#amenities-carousel ul.listing li {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
  }
  div#amenities-carousel {
    margin: 15px 0 -7px 0;
    padding: 0;
  }
  .project-inner {
    text-align: center;
    border: 1px solid #5be959;
    padding: 20px;
  }
  .project-type {
    padding: 10px 0 0 0;
  }
  .project-type h3 {
    color: #e5e5e5;
    font-size: 24px;
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #5be959;
    font-weight: 500;
}
.project-inner h2 {
  color: #5be959;
  font-size: 23px;
  margin-bottom: 0;
}
  #amenities .row {
    margin: 0;
  }
  #amenities p {
    text-align: center;
  }
  .hight-bx {
    width: 30%;
    padding: 10px;
    height: auto;
    margin: 25px auto;
    border-radius: 10px;
  }
  .box-main {
    width: 31%;
    float: left;
    background-color: #ffe0b4;
    margin: 12px;
    padding: 18px;
    min-height: 395px;
    border-bottom: 4px solid #553100;
  }
  .box-main b {
    font-size: 25px;
    margin: 5px 0 10px 0;
    font-weight: 600;
    text-align: left;
    float: left;
    color: #5e3700;
  }
  .box-main ul li {
    color: #000 !important;
    text-align: left;
    float: left;
    background: url(../images/gulf-of-goa-abhinandan-lodha-bullet-black.html)
      no-repeat left 4px !important;
  }
  .box-img {
    width: 100%;
    float: left;
    text-align: center;
  }
  .box-text {
    width: 100%;
    float: left;
    padding: 14px 0;
    text-align: center;
  }
  .box-text h4 {
    font-weight: 600;
    font-size: 22px;
    text-transform: none;
    margin: 0 0 5px 0;
  }
  .box-text p {
    color: #000;
    margin: 0 !important;
  }
  .bg-blue .full-width-bx .main-icons {
    width: 46%;
    margin: 20px;
  }
  .bg-blue .full-width-bx .main-icons .icons-bx {
    width: 28%;
    margin: 15px 0;
  }
  .bg-blue .full-width-bx .main-icons .icons-text {
    width: 70%;
    text-align: left;
    color: #fff;
  }
  .bg-blue .full-width-bx .main-icons .icons-text b {
    color: #fff;
    margin: 4px 0;
    display: block;
  }
  .bg-blue .full-width-bx .main-icons .icons-bx img {
    width: 80%;
  }
  .full-img-01 {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
  }
  .price-section {
    text-align: center;
}
.price-section span{
  color:#fff;
}
  section#gallery .about-main span {
    color: #fff;
}
#location {
  text-align: center;
}
  .full-img-01 .main-icon-bx {
    width: 31%;
    margin: 0 12px;
  }
  .full-img-02 {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
  }
  .full-width-bxx {
    width: 100%;
    float: left;
    height: auto;
    margin: 15px 0 20px 0;
    text-align: center;
  }
  .full-width-bxx h4 {
    color: #ffd93a;
  }
  .full-width-bx {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 10px 0;
    text-align: center;
  }
  section#locations span {
    color: #fff;
}
section#floor-plan h2.heading {
  padding: 30px 0 20px 0;
  margin: 0;
}
  /* .location-put{
    box-shadow:0 0 5px #000;
  } */
  .full-width-bx img {
    border: 4px solid #fff;
  }
  .full-width-bxx ul {
    float: left;
    text-align: left;
    width: 30%;
    margin: 0 18px 0 18px;
  }
  .left-box {
    width: 48%;
    float: left;
    margin: 5px 10px;
    height: auto;
    background: red;
  }
  .left-box-img {
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
    padding: 4px;
  }
  .left-box-img img {
    width: 100%;
    height: auto;
  }
  .left-box-text {
    width: 100%;
    float: left;
    height: 100px;
    text-align: center;
    padding: 5px 0;
    background: #fff;
  }
  .left-box-text h4 {
    margin: 2px 0;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
  }
  .amenit-box-right ul {
    background-color: none;
    margin: 0;
  }
  .right-side {
    margin: 0;
  }
  .floor-plan-img img {
    border: 4px solid #b39c54;
    width: 100%;
  }
  .image img {
    border: 4px solid #fff;
  }
  .image * {
    width: 100%;
  }
  .image {
    margin-bottom: 30px;
  }
  .code-box {
    width: 10%;
    padding: 1px;
    float: left;
  }
  .mb-0 {
    width: 90%;
    padding: 3px 10px 10px 10px;
    float: left;
  }
  .main-icons {
    width: 30%;
    float: left;
    height: auto;
    margin: 0 11px;
  }
  .icons-bx {
    width: 100%;
    float: left;
    margin: 15px 0;
    height: auto;
  }
  .icons-bx img {
    border: 0;
    width: 65%;
  }
  .icons-text {
    width: 100%;
    float: left;
    color: #000;
    height: auto;
    line-height: 20px;
    font-size: 15px;
  }
  .icons-text b {
    font-size: 19px;
    font-weight: 600;
    color: #000;
  }
  .icon-main {
    width: 100%;
    float: left;
    margin: 0 auto;
    display: revert;
  }
  .icon-mains {
    width: 100%;
    float: left;
    margin: 30px auto 0 auto;
    display: revert;
  }
  .icon-main-bx {
    width: 12.6%;
    float: left;
    color: #fff;
    margin: 9px;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #060606;
    text-align: center;
    height: 165px;
  }
  .icon-img-bx {
    width: 60%;
    margin: auto;
  }
  .icon-main-text {
    font-size: 15px;
    padding: 15px 0;
    line-height: 20px;
    color: #000;
  }
  .faq {
    padding: 40px 0;
  }
  .faq p {
    margin: 0 0 20px 0;
  }
  .faq .faq-list {
    padding: 10px 0 0 0;
    list-style: none;
  }
  .faq .faq-list li {
    background-color: #f2defd;
    margin-bottom: 20px;
    text-align: left;
    border-radius: 0;
    padding: 0;
    border: 1px solid #000;
  }
  .faq .faq-list a {
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    padding: 10px 40px;
    background-color: #f2defd;
  }
  .faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: -25px;
    top: 6px;
    transition: 1s;
  }
  .faq-title {
    text-align: center;
    font-size: 17px;
    border-bottom: 2px dashed #fff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #fff;
  }
  .faq .faq-list p {
    padding-top: 5px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000;
  }
  .collapse,
  .collapsing {
    padding: 10px 40px !important;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .collapsing {
    padding: 10px 40px !important;
  }
  .faq .faq-list a[aria-expanded="true"] {
    background: #4b1865;
    color: #fff;
  }
  .collapse.show {
    padding: 10px 40px;
    max-height: 195px;
  }
  .bg-blue2 {
    background: #16061e;
  }
  .faq .faq-list a:before {
    content: "";
    width: 56px;
    height: 56px;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/gulf-of-goa-abhinandan-lodha-faq-plus.html)
      no-repeat left center;
  }
  .faq .faq-list a {
    padding-left: 58px;
  }
  .faq .faq-list a[aria-expanded="true"]:before {
    background: url(../images/gulf-of-goa-abhinandan-lodha-faq-minus.html)
      no-repeat left center;
  }
  section#location {
    height: 490px;
    width: 100%;
  }
  .contact-map {
    float: left;
    width: 57%;
  }
  #location .form_wrap {
    float: left;
    width: 43%;
    height: 490px;
  }
  #location .form-group label {
    margin-bottom: 10px;
  }
  #location form#enquiry-form .form-group input[type="submit"] {
    margin: 20px 0 0 0;
  }
  section#vidoe-bx {
    background-color: #194484;
    text-align: center;
  }
  .vidoe-bx {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .vidoe-bx iframe {
    width: 65%;
    height: 450px;
  }
  .contact-map iframe {
    width: 100%;
    height: 490px;
  }
  .contact-block {
    text-align: center;
    position: relative;
    min-height: 222px;
    margin-bottom: 0;
  }
  #contact .contact-block {
    margin: 15px 0 0 0;
  }
  #contact .button {
    margin: 20px 0 0 0;
  }
  ul.listing li {
    font-size: 17px;
    line-height: 27px;
  }
  .contact-text h3 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .contact-text p {
    color: #fff;
  }
  .contact-block:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -16px;
    background: #fff;
    top: 0;
  }
  .contact-block img {
    border-radius: 60px;
  }
  div#footer {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 0;
    background: #6eab37b5;
    height: auto;
  }
  .footer-action ul li i {
    margin-right: 10px;
    font-size: 22px;
    color: #75d551;
}
.footer-inner-sec h6 {
  font-size: 25px;
  border-bottom: 1px solid #75d551;
  padding-bottom: 20px;
}

  div#footer p {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
  }
  #inside-page p {
    margin: -18px 0 20px 0;
  }
  .container-form a {
    color: #e20000;
  }
  .rule {
    margin: 10px 0 0 0;
  }
  .rule a:link {
    font-size: 19px;
    color: #02464f;
    font-weight: 500;
    text-decoration: none;
  }
  .rule a:visited {
    color: #02464f;
  }
  .rule a:hover {
    color: #df2714;
    text-decoration: underline;
  }
  .copyright p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
  }
  .carousel-item {
    min-height: auto;
    background-size: cover !important;
  }
  section#intro {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
  }
  .banner-img {
    width: 100%;
}
  .owl-dots .owl-dot {
    width: 25px;
    height: 25px;
    border: 1px solid #fff !important;
    margin: 0 4px;
    border-radius: 50%;
  }
  .owl-dots {
    width: 100%;
    text-align: center;
    z-index: 99;
    position: relative;
  }
  .owl-dots .owl-dot.active {
    background: #fff;
  }
  div#floor-plan-carousel .owl-dots .owl-dot,
  div#gallery-carousel .owl-dots .owl-dot {
    border-color: #000 !important;
    background: #fff;
  }
  div#floor-plan-carousel .owl-dots .owl-dot.active,
  div#gallery-carousel .owl-dots .owl-dot.active {
    background: #000;
  }
  .floor-plan-img {
    margin-bottom: 30px;
  }
  .md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 90%;
    width: auto;
    height: auto;
    max-height: 550px;
    z-index: 9999999999;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .md-show {
    visibility: visible;
  }
  .md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
  }
  .md-content {
    color: #333;
    background: #fff;
  }
  .md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1;
    border: 4px solid #fff;
  }
  .md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  #md-close,
  #md-close2 {
    position: absolute;
    right: -4px;
    top: -40px;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 0;
    text-align: center;
    line-height: 0;
    background: #000;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    outline: 0;
    border: 1px solid #fff;
  }
  .md-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 9999999999;
  }
  form#enquiry-form2 {
    width: 430px;
    max-width: 100%;
  }
  form#enquiry-form2 {
    padding: 30px 25px;
  }
  form#enquiry-form3 {
    width: 440px;
    max-width: 100%;
  }
  form#enquiry-form3 {
    padding: 30px 25px;
  }
  .form_wrap h2 {
    display: inline-block;
    color: #000;
    margin-bottom: 0;
    margin-right: 4px;
    line-height: 38px;
    font-weight: 400;
    text-transform: uppercase;
  }
  #location .form_wrap h2 {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: left;
  }
  #location .form_wrap .form-group {
    display: block;
    width: 400px;
    float: left;
    margin: 0 0 20px 0;
    text-align: left;
  }
  #location .form_wrap .form-group input {
    max-width: 100%;
  }
  form#enquiry-form2 .form-group,
  form#enquiry-form2 h2 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    max-width: 100%;
  }
  form#enquiry-form3 .form-group,
  form#enquiry-form3 h2 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    max-width: 100%;
  }
  .form-group input,
  .form-group textarea {
    width: 100%;
    background: 0;
    color: #000;
    border: 0 solid #cab282;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 38px;
    padding: 21px 0;
    font-size: 0.9375rem;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: capitalize;
  }
  .form_wrap .form-group input,
  .form_wrap .form-group textarea {
    margin-bottom: 0;
    padding-left: 5px;
    border: 1px solid #cecece;
    background: #fff;
    max-width: 210px;
    padding: 0;
    padding-left: 10px;
  }
  .form_wrap .form-group {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 5px;
  }
  .refresh {
    width: auto;
    float: left;
    padding: 7px 6px;
    cursor: pointer;
  }
  .imgcaptcha {
    width: 55% !important;
    padding: 1px 5px 3px 0;
    background: #f5f5f5;
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #cecece;
    height: 38px;
  }
  .captcha-bx {
    width: 63% !important;
  }
  form#enquiry-form2 .form-group input {
    max-width: 100%;
    background: #fff;
    color: #000;
  }
  form#enquiry-form3 .form-group input {
    max-width: 100%;
    background: #fff;
    color: #000;
  }
  .form-group textarea {
    height: 100px;
    padding: 10px 0 0 0;
  }
  form#enquiry-form .form-group textarea {
    padding: 10px;
    height: 38px;
  }
  form#enquiry-form3 .form-group input,
  form#enquiry-form3 .form-group textarea {
    max-width: 100% !important;
    background: #fff;
    color: #000;
    padding: 10px;
  }
  .form-group input[type="submit"] {
    border: 0 !important;
    background-color: transparent;
    color: #fff;
    height: auto;
    cursor: pointer;
    font-weight: 500;
    text-shadow: none;
    border-radius: 50px;
    padding: 6px 35px !important;
    font-size: 17px;
    transition: all 0.2s ease-in-out;
    width: auto;
  }
  .popup .form-group input[type="submit"] {
    border: 0 !important;
    background-color: transparent;
    color: #fff;
    height: auto;
    cursor: pointer;
    font-weight: 500;
    text-shadow: none;
    border-radius: 50px;
    padding: 6px 35px !important;
    font-size: 17px;
    transition: all 0.2s ease-in-out;
    width: auto;
  }
  .popup form#enquiry-form2 .form-group input[type="submit"] {
    float: none;
    display: inline-block;
    padding: 16px 35px 13px 35px !important;
    background: #1c1104;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
    width: 100%;
  }
  form#enquiry-form2 .form-group input[type="submit"] {
    float: none;
    display: inline-block;
    padding: 16px 35px 13px 35px !important;
    background: #00486d;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
    width: 100%;
  }
  form#enquiry-form3 .form-group input[type="submit"] {
    float: none;
    display: inline-block;
    padding: 16px 35px 16px 35px !important;
    background: #422701;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
    width: 100%;
    outline: 1px solid #fff;
    outline-offset: -5px;
  }
  form#enquiry-form3 .form-group input[type="submit"]:hover {
    background: #ca8627;
    color: #fff;
    outline: 1px solid #fff;
  }
  .text-bxx {
    width: 100%;
    float: left;
    height: 120px;
    padding: 10px;
    overflow-y: auto;
    border: 1px solid #797979;
  }
  .form_wrap {
    width: 100%;
    background: #f2f2f2;
  }
  .md-content .form_wrap {
    position: static;
  }
  .form-group label {
    width: 100%;
    text-align: left;
    color: #000;
    margin-bottom: 15px;
  }
  form#enquiry-form2 p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
  }
  form#enquiry-form3 p {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
  }
  .form-group.submit_box {
    margin-bottom: 10px !important;
  }
  section#contact .row .col-lg-4:last-child .contact-block:after {
    display: none;
  }
  #overview a.read-more:hover {
    background: #cfcfcf;
    color: #000;
  }
  #inside-page a.read-more:hover {
    background: #cfcfcf;
    color: #000;
  }
  #inside-page {
    min-height: 400px;
  }
  a.read-more:hover {
    background: #fff;
    color: #000;
  }
  a.read-more:hover:after {
    border-color: #000;
  }
  .collapse.show::-webkit-scrollbar-track {
    background: #fff;
  }
  .collapse.show::-webkit-scrollbar-thumb {
    background: #db6300 url(../images/gulf-of-goa-abhinandan-lodha-thumb.html)
      no-repeat center bottom;
  }
  .collapse.show::-webkit-scrollbar {
    background-color: #fff;
    width: 17px;
    height: 47px;
  }
  .collapse.show::-moz-scrollbar-track {
    background: #fff;
  }
  .collapse.show::-moz-scrollbar-thumb {
    background: url(../images/gulf-of-goa-abhinandan-lodha-thumb.html) no-repeat
      center bottom;
  }
  .collapse.show::-moz-scrollbar {
    background-color: #fff;
    width: 17px;
    height: 47px;
  }
  .mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 13px;
    z-index: 9999;
    border: 0;
    background: 0;
    font-size: 24px;
    transition: all 0.4s;
    outline: 0 !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }
  .mobile-nav-toggle i {
    margin: 5px 10px 0 0;
    width: 42px;
  }
  i.fa.fa-bars {
    color: #398938;
    padding: 10px;
    border: 1px solid #398938;
  }
  button.mobile-nav-toggle i.fa.fa-times {
    margin: 5px 10px 0 0;
    padding: 5px 10px;
    top: 20px;
    color: #398938;
    padding: 10px;
    border: 1px solid #398938;
  }
  .mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999999999;
    overflow-y: auto;
    left: -350px;
    width: 350px;
    padding-top: 18px;
    background: #f6f6ff;
    transition: 0.4s;
  }
  .mobile-nav-active .mobile-nav {
    left: 0;
    box-shadow: 0 0 30px rgb(127 137 161 / 30%);
  }
  .mobile-nav ul li a {
    color: #000;
    font-size: 1rem;
    padding: 0 20px;
    margin: 5px 0;
    width: 100%;
    float: left;
    text-transform: capitalize;
  }
  .mobile-nav ul li:last-child a {
    border-bottom: 0;
  }
  .amenit-box-11 {
    width: 100%;
    float: left;
    padding: 20px 0 50px 0;
    background: #db6300;
  }
  .amenit-box-left {
    width: 50%;
    float: left;
    color: #000;
    padding: 10px 0;
  }
  .amenit-box-left ul {
    margin: 0 0 12px 0;
  }
  .amenit-box-left b {
    font-size: 20px;
    font-weight: 600;
    margin: 2px 0;
    color: #000;
    display: block;
  }
  .amenit-box-left ul h5 {
    font-weight: 600;
    color: #ffdcab;
    text-align: left;
    margin: 17px 0 3px 0;
  }
  .amenit-box-left h5 {
    font-weight: 600;
    color: #5be959;
    text-align: left;
    margin: 17px 0 3px 0;
  }
  .amenit-box-left img {
    border: 4px solid #fff;
  }
  .amenit-box-right img {
    border: 4px solid #fff;
  }
  .right-gapping {
    padding: 3px 20px 3px 0;
  }
  .gapping-box {
    padding: 0 20px 0 0 !important;
  }
  .amenit-box-right-main {
    width: 70%;
    float: left;
    padding: 0;
  }
  .amenit-box-right-main img {
    width: 100%;
    border: 8px solid #fff;
  }
  .amenit-box-left-main {
    width: 30%;
    float: left;
    padding: 3px 0 0 10px;
  }
  .amenit-box-left-main p {
    text-align: left;
  }
  /* .amenit-box-right{width:100%;float:left;padding:3px 0 0 20px} */
  .amenit-box-right p {
    color: #000;
    text-align: left;
  }
  .amenit-box-left p {
    color: #000;
    text-align: left;
  }
  .amenit-box-right p b {
    font-size: 20px;
    font-weight: 600;
  }
  .bg-red feature-bx h3 {
    font-weight: 500;
    color: red;
  }
  .feature-bx h3 {
    font-weight: 500;
    color: #fff;
  }
  .feature-bx .right-side ul li {
    margin: 0;
    background: url(../images/gulf-of-goa-abhinandan-lodha-bullet-black.html)
      no-repeat left 4px !important;
    color: #000;
  }
  .feature-bx ul li {
    margin: 0;
    background: url(../images/gulf-of-goa-abhinandan-lodha-bullet-02.html)
      no-repeat left 4px;
    font-size: 16px;
    padding: 5px 5px 9px 37px;
    line-height: 21px;
    color: #fff;
  }
  .bg-gray ul li {
    color: #000 !important;
    background: url(../images/lodha-codename-one-goa-bullet-black.webp) no-repeat
      left 4px;
  }
  .table-bx {
    width: 100%;
    height: 500px;
    background: red;
    float: left;
  }
  table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  table caption {
    margin: 0.5em 0 0.75em;
  }
  table tr {
    padding: 0;
  }
  table td,
  table th {
    border: 1px solid #aaa38d;
    background: #f7f0da;
    padding: 6px;
    text-align: center;
  }
  table th {
    background-color: #026573;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
  }
  header#header.fixed-top ul li.btn a {
    background: transparent url(../images/icon-call.webp) no-repeat 10px
      center !important;
    padding-left: 36px;
  }
  header#header.fixed-top ul li.contact a {
    background-image: url(../images/icon-form.webp);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 9px 11px !important;
    padding-left: 34px !important;
    border: 0;
  }
  .owl-carousel .owl-nav {
    z-index: 1;
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translate(-50%);
    right: 45%;
  }
  section#gallery .button {
    margin: 90px 0 0 0;
}
  /* #amenities-carousel button.owl-next,
  #amenities-carousel button.owl-prev,
  #floor-plan button.owl-next,
  #floor-plan button.owl-prev,
  #gallery button.owl-next,
  #gallery button.owl-prev {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  } */
  .about-main {
    text-align: center;
}
.exter {
  text-align: center;
}
section#overview .button {
  text-align: center;
}
  /* #amenities-carousel button.owl-prev,
  #floor-plan button.owl-prev,
  #gallery button.owl-prev {
    left: 0;
  }
  #amenities-carousel button.owl-next,
  #floor-plan button.owl-next,
  #gallery button.owl-next {
    right: 0;
  } */
  .owl-carousel .owl-stage-outer {
    z-index: 2;
  }
  .align-items-v-center {
    display: flex;
    align-items: center;
  }
  .amenit-box-right p:last-child {
    margin-bottom: 0;
  }
  .amenit-box-left p:last-child {
    margin-bottom: 0;
  }
  .carousel-control-next span,
  .carousel-control-prev span {
    position: relative;
  }
  .carousel-control-next span i,
  .carousel-control-prev span i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
  }
  .carousel-control-prev span i {
    left: 45%;
  }
  .carousel-control-next span i {
    left: 55%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 47%;
    transform: translateY(-50%);
    width: auto;
  }
  .carousel-control-next span,
  .carousel-control-prev span {
    width: 50px;
    height: 50px;
    border-radius: 0;
    background: #000;
    text-align: center;
  }
  .carousel-control-next span i,
  .carousel-control-prev span i {
    color: #fff;
    line-height: 50px;
    font-size: 50px;
    display: inline-block;
  }
  .carousel-control-prev {
    left: 0;
  }
  .carousel-control-next {
    right: 0;
  }
  .container-form {
    max-width: 58%;
    margin: 0;
    float: left;
    padding: 33px 50px;
    text-align: left;
  }
  .form_wrap .form-group {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 5px;
    vertical-align: top;
  }
  .popup form#enquiry-form .form-group input[type="submit"] {
    padding: 16px 35px 13px 35px !important;
    background: #e1f5ff;
    border-radius: 0;
    color: #01335e;
    padding: 0 35px !important;
    height: 38px;
  }
  form#enquiry-form .form-group input[type="submit"] {
    padding: 16px 35px 13px 35px !important;
    background: #422701;
    border-radius: 0;
    color: #fff;
    padding: 0 35px !important;
    height: 46px;
    outline: 1px solid #fff;
    outline-offset: -5px;
  }
  form#enquiry-form .form-group input[type="submit"]:hover {
    background: #ca8627;
    color: #fff;
    outline: 1px solid #fff;
  }
  .form_wrap .form-group input[type="submit"]:hover {
    background: #fff;
    color: #000;
  }
  .form_wrap .form-group.submit_box {
    margin: 0 !important;
  }
  .form_wrap .form-group input::placeholder,
  textarea::placeholder {
    color: #000;
  }
  #amenities .heading ~ p {
    margin-bottom: 30px;
  }
  .inside-header {
    height: 317px;
    background: url;
    background: url(../images/one-goa-inside-header.webp) no-repeat center;
  }
  div#floor-plan-carousel,
  div#gallery-carousel {
    display: flex;
    margin: 10px 0 -30px 0;
  }
  button.owl-dot:before {
    content: counter(slides-num);
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 21px;
  }
  button.owl-dot {
    counter-increment: slides-num;
    position: relative;
    outline: 0;
  }
  button.owl-dot.active:before {
    color: #fff;
  }
  div#amenities-carousel button.owl-dot:before {
    color: #fff;
  }
  div#amenities-carousel button.owl-dot.active:before {
    color: #000;
  }
  div#floor-plan-carousel .col-md-6.item {
    max-width: unset;
  }
  div#gallery-carousel .image.col-md-4 {
    max-width: unset;
  }
  /* .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    left: 0;
    right: 0;
  } */
  button.owl-next,
  button.owl-prev {
    width: 40px;
    height: 40px;
    background: transparent !important;
    border-radius: 100%;
    outline: 1px solid #5be959;
  }
  button.owl-prev {
    float: left;
  }
  button.owl-next {
    float: right;
  }
  section#floor-plan button.owl-next,
  section#floor-plan button.owl-prev {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    top: calc(54% - 20px) !important;
  }
  section#Highlights {
    text-align: center;
}
  section#floor-plan {
    position: relative;
    background-color: transparent;
    text-align: center;
  }
  section#amenities {
    text-align: center;
}
section#amenities span {
  color: #fff;
}
section#locations {
  text-align: center;
}
  section#amenities,
  section#gallery {
    position: relative;
  }
  section#amenities .col-lg-12 {
    position: static;
  }
  section#amenities .owl-carousel,
  section#floor-plan .owl-carousel,
  section#gallery .owl-carousel {
    position: static;
  }
  .owl-nav .fa {
    font-size: 25px;
    line-height: 40px;
    color: #fff;
  }
  .two-parts-ul {
    width: 50%;
    float: left;
  }
  .two-parts-ul ul b {
    color: #fff;
    font-size: 22px;
    margin-bottom: 3px;
  }
  .two-parts-ul ul li {
    font-size: 16px;
    padding: 4px 0 9px 29px;
    background: url(../images/bullet-01-white.webp) no-repeat left 4px;
  }
  .amenities-main-div-02 {
    width: 100%;
    float: left;
  }
  .amenities-main-div-02 .box1 {
    width: 23%;
    float: left;
    height: 200px;
    margin: 5px 11px;
    padding: 3px;
  }
  .box1-image {
    width: 100%;
    text-align: center;
    float: left;
  }
  .box1-image img {
    width: 44%;
  }
  .box1-text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    float: left;
    line-height: 20px;
    padding: 3px 0 5px 0;
  }
  .box1-text b {
    font-weight: 600;
  }
  .para-content {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
  }
  .para-content-1 {
    width: 31%;
    float: left;
    background: #fde5c2;
    margin: 12px;
    padding: 13px;
    border-left: 4px solid #7a4800;
    height: 158px;
  }
  .para-content-1 p {
    font-size: 15px;
    margin: 0;
  }
  .four-icons-text {
    width: 100%;
    float: left;
  }
  .four-icons-first {
    width: 23%;
    float: left;
    margin: 15px 29px 0 0;
  }
  .four-icons-para {
    width: 69%;
    float: left;
    margin: 0 0 0 5px;
  }
  .four-icons-para p {
    text-align: left;
    font-size: 15px;
  }
  .four-icons-image {
    width: 29%;
    float: left;
  }
  .four-icons-first:last-child {
    margin-right: 0;
  }
  .amenities-main-div {
    width: 100%;
    float: left;
  }
  .amenities-main-div .box1 {
    width: 12%;
    float: left;
    padding: 3px;
    margin: 5px 17px 30px 8px;
    height: 150px;
  }
  .amenities-main-div .box1-image {
    width: 100%;
    text-align: center;
    float: left;
  }
  .amenities-main-div .box1-image img {
    width: 80%;
    border: none;
  }
  .amenities-main-div .box1-text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    float: left;
    line-height: 20px;
    padding: 3px 0 5px 0;
    color: #fff;
  }
  .hassle-part p {
    color: #000;
    margin: 0 0 15px 0;
  }
  .hassle-part b {
    color: #000;
    margin: 0;
  }
  .icons-head-bold b {
    font-weight: 600;
    font-size: 18px;
  }
  .icons-head-bold {
    margin: 20px 0;
  }
  .pop-fonts {
    color: #000 !important;
    font-size: 12px !important;
    margin: 5px 0 10px 2px !important;
    text-align: left !important;
  }
  .pop-fonts a:link {
    color: #000;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1278px !important;
  }
  section#gallery .about-main {
    text-align: center;
}


@keyframes animate {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

/* extra accordian */
#main{
  text-align: center;
}
#main span {
  color: #fff;
}
#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #fff;
  color: #222;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "-";
  font-weight: 900;
  float: right;
  font-size: 20px;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #00203d;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "+";
}

#main #faq .card .collapsing {
  background: #4cc450;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #4cc450;
  line-height: 30px;
  color: #222;
}
/* extra accordian end */

.footer-inner-sec {
  margin-bottom: 20px;
}
  @media only screen and (min-width: 768px) {
    div#amenities-carousel {
      display: inline-block;
    }
    div#amenities-carousel .item {
      width: 100%;
      float: left;
    }
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    .amenities-main-div-02 .box1 {
      width: 22%;
      height: 293px;
    }
    .para-content-1 {
      width: 30%;
      height: 205px;
    }
    .center-box {
      height: 120px;
  }
    .center-box1 {
      width: 47.6%;
      height: 207px;
    }
    .mb-0 {
      padding: 1px 10px;
    }
    .four-icons-first {
      width: 22%;
    }
    .four-icons-image {
      width: 37%;
    }
    .four-icons-para {
      width: 60%;
    }
    .amenities-main-div .box1 {
      width: 15%;
      margin: 5px 30px 30px 8px;
    }
    .price-bx .box-img {
      font-size: 26px;
    }
    .two-parts-ul {
      width: 100%;
    }
    .two-parts-ul ul li {
      padding: 4px 0 9px 29px;
    }
    .two-parts-ul ul b {
      margin-bottom: 2px;
    }
    #location .form_wrap .form-group {
      width: 100%;
    }
    .container-form p {
      width: 100%;
    }
    section#floor-plan button.owl-next,
    section#floor-plan button.owl-prev {
      background: rgba(0, 0, 0, 0.5) !important;
      color: #fff !important;
      top: calc(50% - 20px) !important;
    }
    .price-bx-main {
      width: 100%;
    }
    section#overview {
      padding: 30px 0 !important;
    }
    .bg-blue .full-width-bx .main-icons {
      width: 48.7%;
      margin: 5px;
      height: 190px;
    }
    .bg-blue .full-width-bx .main-icons .icons-text {
      width: 72%;
    }
    .main-icons {
      width: 30%;
    }
    .left-box {
      width: 47.3%;
    }
    section#intro {
      padding: 0;
    }
    .mr-auto {
      width: 25%;
      margin: 1px 0 0 0;
      position: absolute;
    }
    .price-bx {
      width: 46%;
    }
    .carousel-item {
      min-height: auto;
    }
    .icon-main-bx {
      width: 22.6%;
    }
    .icon-mains {
      padding: 0;
    }
    .icon-mains .icon-main-bx {
      width: 22%;
    }
    #header {
      height: 90px;
    }
    .mobile-nav-toggle {
      top: 16px;
    }
    .container {
      max-width: 800px;
    }
    .owl-dots {
      margin: 0 0 20px 0;
      display: none;
    }
    .col-md-10 {
      max-width: 100%;
      flex: auto;
    }
    #amenities-carousel button.owl-next,
    #amenities-carousel button.owl-prev,
    #floor-plan button.owl-next,
    #floor-plan button.owl-prev,
    #gallery button.owl-next,
    #gallery button.owl-prev {
      top: 47%;
    }
    .col-lg-4 {
      width: 33.2%;
      margin: 0 0 20px 0;
    }
    div#footer {
      height: auto;
    }
    .container-form {
      max-width: 100%;
      padding: 24px 30px;
    }
    .mobile-nav {
      width: 250px;
      top: -12px;
    }
    .main-icon-bx {
      width: 24%;
      margin: 3px;
      padding: 7px;
    }
    .main-text-bx {
      width: 22%;
    }
    .main-text-bx {
      width: 87%;
      line-height: 18px;
      font-size: 14px;
    }
    .main-bx-icons .main-icon-bx {
      width: 99%;
    }
    .main-bx-icons .main-icons {
      width: 9%;
    }
    .box-main-big {
      width: 31%;
      padding: 6px;
      margin: 7px;
    }
    .box-main-text {
      height: 42px;
      line-height: 18px;
    }
    .mobile-nav ul li a {
      width: 92%;
      margin: 4px 10px;
      padding: 2px 20px 2px 0;
      border-bottom: none;
      color: #040404;
    }
    li.contact a {
      padding: 9px 0 9px 30px !important;
    }
    .btn:not(:disabled):not(.disabled) {
      width: 100%;
      padding: 0;
    }
    .mobile-nav ul li:last-child a {
      padding: 10px 9px 10px 32px;
      border-bottom: 0;
      text-align: initial;
    }
    .full-img-01 .main-icon-bx {
      width: 30%;
    }
    .box-main {
      width: 32%;
      float: left;
      background-color: #fff;
      border: 8px solid #fff;
      margin: 5px;
      min-height: 352px;
      padding: 5px;
    }
    .box-text {
      font-size: 27px;
      padding: 14px 0;
    }
    .icons-bx img {
      width: 40%;
    }
    .full-width-bxx ul {
      margin: 0 10px 0 10px;
      width: 30%;
    }
    a.read-more {
      width: 32%;
    }
    h1 {
      font-size: 30px;
    }
    h2 {
      font-size: 30px;
    }
    p {
      font-size: 15px;
    }
  }
  
  @media only screen and (max-width: 1600px) {
    .carousel-item.header-1.active {
      position: relative;
      margin-top: 87px;
  }
  /* .banner-section-info {
    top: 0px;
    padding: 45px 0 0 0;
    margin-top: 110px;
    height: 55%;
} */
.for-desktop {
  display: block;
  margin: 0;
}
.heading-info h1 {
  font-size: 35px;
}
h3.heading-ultra {
  font-size: 23px;
}
.owl-carousel .owl-nav {
  z-index: 1;
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translate(-50%);
  right: 43%;
}
}
@media only screen and (max-width: 1400px) {
  .heading-info h1 {
    font-size: 32px;
    line-height: 40px;
}
.banner-section-info {
  top: 0px;
  padding: 45px 0 0 0;
  margin-top: 110px;
  height: 50%;
}
.signature-logo {
  max-width: 215px;
}
.owl-carousel .owl-nav {
  z-index: 1;
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translate(-50%);
  right: 42%;
}
section {
  padding: 40px 0 0 0;
}
.button {
  margin: 17px 0 0 0;
}
h3.heading-ultra {
  font-size: 21px;
}
.price-info-detail h2 {
  padding-top: 15px;
}
.main-nav ul li a {
  font-size: 14px;
  padding: 10px 6px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1278px;
}
}

@media only screen and (max-width: 1279px) {
  .banner-section-info {
    padding: 30px 0 0 0;
}
.about-main p {
  font-size: 13px;
}
.banner-section-info {
  height: 61%;
}
.diff-font {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  margin: 19px 0 !important;
}
.button {
  text-align: center;
  margin: 10px 0 0 0;
}
.signature-logo {
  max-width: 176px;
  padding: 0;
}
.price-info-detail h3 {
  font-family: 'Bile';
  letter-spacing: 4px;
  margin-bottom: 0px !important;
}
header#header.fixed-top ul li.btn a {
  font-size: 14px;
}
.main-nav ul li a {
  font-size: 14px;
  padding: 10px 2px;
}
}
@media only screen and (max-width: 1212px){
  h3.heading-ultra {
    font-size: 20px;
}
}
@media only screen and (max-width: 1199px) {
  .heading-info h1 {
    padding: 5px 0 0 0;
}
.logo {
  max-width: 124px;
}
.center-box h5 {
  font-size: 17px;
}
.project-type h3 {
  font-size: 20px;
}
.amenities-main-div .box1 {
  margin: 5px 17px 15px 8px;
}
.banner-section-info {
  width: 35%;
  height: 60%;
}
.signature-logo {
  max-width: 240px;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
section#gallery .about-main h2 {
  padding: 25px 0;
  font-size: 27px;
}
.owl-carousel .owl-nav {
  bottom: 15%;
  right: 42%;
}
.amenities-slider-item p {
  height: 160px;
}
h2 {
  font-size: 25px;
}
.feature-bx {
  padding: 10px 0;
}
.prize-section-info h2 {
  padding: 30px 0;
  font-size: 23px;
  margin: 0;
  width: 100%;
}
.about-main h1.heading {
  margin: 25px 0;
  font-size: 34px;
}
}
@media only screen and (max-width: 1103px) {
  .main-nav ul li a {
    font-size: 13px;
}
header#header.fixed-top ul li.btn a {
  font-size: 13px;
}
.main-nav ul li {
  margin: 0 3px;
  padding: 20px 0;
}
}
@media only screen and (max-width: 1024px) {
  li.btn.md-trigger {
    display: none;
}
.for-desktop {
  height: 68vh;
}
a.read-more {
  width: 72%;
}
.offset-lg-1 {
  margin-left: 0;
}
.owl-carousel .owl-nav {
  bottom: 15%;
  right: 40%;
}
.project-price-detail a.read-more {
  width: 65%;
}
.prize-section-info .apart {
padding:0;
}
}
@media only screen and (max-width: 991px) {
  .carousel-item.header-1.active {
    margin-top: -122px;
}
.logo {
  padding-top: 6px;
  max-width: 185px;
}
.owl-carousel .owl-nav {
  bottom: 12%;
  right: 40%;
}
.mobile-nav-toggle {
  top: 4px;
}
.banner-section-info {
  top: 0px;
  padding: 45px 0 0 0;
}
.amenities-main-div .box1 {
  width: 19%;
  margin: 5px 36px 30px 8px;
}
.location-hope-1 {
  text-align: left;
}
.location-hope-1::before {
  top: 108px;
}
.location-hope::before {
  top: 106px;
}
section#amenities h2.heading {
  padding: 30px 0;
  margin: 0;
}
img.for-tab {
  display:none;
}
#header {
  height: 74px;
}
.for-desktop {
  height: 84vh;
  display:block;
}
.banner-img {
  width: 100%;
  margin-top: 74px;
}
.banner-section-info {
  width: 62%;
}
.mobile-nav ul li a {
  font-size: 14px;
}
li.contact a {
  padding: 8px 10px !important;
  background: #398938;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #398938;
  color: #fff;
}
.banner-section-info a.read-more {
  width: 60%;
}
.project-inner a.read-more {
  width: 60%;
}
.banner-section-info .button {
  text-align: center;
  margin: 10px 0 0 0;
}
.footer-action ul {
  margin-bottom: 20px;
}
}
@media only screen and (max-width: 900px) {
  .heading-info h1 {
    font-size: 30px !important;
}
.signature-logo {
  max-width: 210px;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

}
  @media (min-width: 1100px) and (max-width: 1450px) {
    .container-form {
      max-width: 90% !important;
    }

  }
  @media only screen and (max-width: 785px) {
    .signature-logo {
      max-width: 180px;
  }
  h3.heading-ultra {
    font-size: 21px;
}
img.for-tab {
    display: block;
}
.for-desktop {
  display:none;
}
.banner-section-info {
  top: 0;
  padding: 43px 0 0 0;
}
.owl-carousel .owl-nav {
  bottom: 12%;
  right: 38%;
}
a.read-more {
  width: 37%;
}
.banner-section-info a.read-more {
  width: 64%;
}
  }
  @media only screen and (max-width: 767px) {
    .two-parts-ul {
      width: 100%;
      padding: 10px 0;
    }
    .banner-section-info {
      top: 0;
      padding: 30px 0 0 0;
      margin: 143px 0 0 0;
  }
  .banner-section-info a.read-more {
    width: 64%;
}
  a.read-more {
    width: 37%;
}
  .owl-dots {
    display: none;
}
.banner-img {
  width: 100%;
  margin-top: 0;
}
    .two-parts-ul ul b {
      text-align: left;
    }
    .amenities-main-div-02 .box1 {
      width: 100%;
      margin: 9px 0;
      height: auto;
    }
    .para-content-1 {
      width: 100%;
      margin: 7px 0;
      height: auto;
    }
    .para-content-1 p {
      margin: 0 !important;
    }
    .four-icons-first {
      width: 100%;
    }
    .four-icons-para {
      margin: 10px 0 0 5px;
    }
    .amenities-main-div .box1 {
      width: 23%;
      margin: 3px;
      height: 130px;
  }
    .amenities-main-div .box1-image img {
      width: 61%;
      padding: 0;
    }
    .amenities-main-div-02 .box1-image {
      width: 100%;
    }
    .amenities-main-div-02 .box1-image img {
      width: 40%;
    }
    .amenities-main-div-02 .box1-text {
      width: 100%;
      text-align: center;
      padding: 0;
    }
    .hassle-part p {
      text-align: center;
    }
    .construction {
      margin: 75px 0 0 0;
      height: auto;
      text-align: center;
      padding: 16px 0;
      font-size: 21px;
      background: #eeefff;
      font-weight: 500;
      width: 100%;
      color: #005460;
    }
    .construction-1 {
      margin: 0;
      height: auto;
      text-align: center;
      padding: 16px 0;
      font-size: 21px;
      background: #eeefff;
      font-weight: 500;
      width: 100%;
      color: #005460;
    }
    #location .form_wrap .form-group {
      width: 100%;
    }
    .container-form p {
      width: 100%;
    }
    #location .form_wrap h2 {
      float: left;
      width: 100%;
      margin: 0 0 20px 0;
      text-align: center;
    }
    .mobile-nav {
      width: 260px;
    }
    #header {
      height: 75px;
    }
    header#header.fixed-top .right-header ul li.btn a,
    li.contact a {
      padding-top: 4px;
      padding-bottom: 4px;
      width: 120px;
      display: inline-block;
    }
    li.btn {
      padding: 0;
      margin-top: 5px;
    }
    .mobile-nav-toggle i,
    button.mobile-nav-toggle i.fa.fa-times {
      margin-top: 0;
    }
    .carousel-item {
      min-height: auto;
    }
    .broIcon {
      display: block;
      z-index: 1000;
      font-size: 14px;
      width: 100%;
      height: 39px;
      background: #447abc;
      text-align: center;
      color: #fff;
      position: fixed;
      bottom: 0;
      z-index: 888;
    }
    .gst-bx {
      width: 100%;
      float: left;
      position: fixed;
      display: block;
      bottom: 39px;
      background-color: #423e3e;
      padding: 4px 0;
      text-align: center;
      font-size: 14px;
    }
    .gst-bx blink {
      color: #fff;
    }
    .mobnum {
      display: block;
      width: 50%;
      float: left;
      background-color: #492b00;
    }
    .mobnumm {
      display: block;
      width: 50%;
      float: left;
      background-color: #5be959;
    }
    .mobnummm {
      display: block;
      width: 33%;
      float: left;
      background-color: #b57a0a;
    }
    .broIcon a:link {
      color: #fff;
      padding: 7px 0;
      display: block;
      margin: 0;
      text-align: center !important;
      font-size: 13px;
      width: 99%;
      float: left;
    }
    .broIcon a:hover {
      color: #fff;
    }
    .broIcon a:visited {
      color: #fff;
    }
    section#intro {
      padding: 68px 0 0 0;
  }
    .back-to-top {
      bottom: 80px;
    }
    .floor-plan-img {
      margin-bottom: 20px;
    }
    .menus-row a {
      text-decoration: none;
      color: #5be959;
      padding: 0 2px;
      font-size: 12px;
    }
    form#enquiry-form {
      position: static;
      padding: 20px 0 10px;
    }
    .form_wrap .form-group {
      margin-bottom: 15px;
    }
    .form_wrap .form-group.submit_box {
      margin-bottom: 0;
    }
    .container-form {
      max-width: 90%;
    }
    .form_wrap .form-group {
      margin-bottom: 15px;
      max-width: unset;
      width: 99%;
    }
    .form-group input,
    .form-group textarea,
    .form_wrap .form-group input {
      width: 100%;
      max-width: unset;
    }
    .form_wrap h2 {
      margin-bottom: 25px;
      line-height: 25px;
    }
    div#footer {
      margin-bottom: 70px;
      padding: 10px 0 10px 0;
      float: left;
      height: auto;
    }
    li.btn,
    li.contact {
      text-align: center;
      width: 100%;
    }
    li.btn a,
    li.contact a {
      width: calc(100% - 40px) !important;
      float: none !important;
      display: inline-block;
    }
    li.btn a {
      background: #87be45;
      padding: 8px 10px !important;
    }
    li.contact a {
      border: 0 !important;
    }
    li.no-border a {
      border-bottom: 0 !important;
    }
    li.contact a {
      border: 0 !important;
    }
    section {
      padding: 30px 0 0 0;
      text-align: center;
  }
    .heading {
      margin-bottom: 20px;
    }
    section#gallery a.read-more {
      margin-top: 0;
    }
    .mr-auto,
    .mx-auto {
      width: 32%;
      top: 1px;
      left: 7px;
    }
    #header .logo img {
      max-height: auto;
    }
    div#amenities-carousel {
      margin: 15px 0 25px;
    }
    .button {
      margin: 20px 0 0 0;
    }
    h1 {
      font-size: 30px;
      line-height: 29px;
    }
    .location-fit {
      position: relative;
  }
  .location-fitter {
    margin-left: 22px;
}
.location-hope-2 {
  position: relative;
  text-align: left;
}
.location-hope-3 {
  position: relative;
  text-align: left;

    h2 {
      font-size: 25px;
      line-height: 29px;
  }
    #amenities .button {
      margin: 0;
    }
    #amenities .heading ~ p {
      margin-bottom: 20px;
    }
    div#floor-plan-carousel,
    div#gallery-carousel {
      padding: 0 !important;
    }
    .faq {
      padding: 30px 0;
    }
    .contact-block::after {
      display: none;
    }
    .our-video {
      margin: 4px 0 25px 0;
    }
    form#enquiry-form {
      padding: 20px 0;
    }
    .contact-icon {
      width: 35%;
      margin: auto;
    }
    div#floor-plan-carousel,
    div#gallery-carousel {
      margin: 0;
      padding-bottom: 25px;
    }
    div#footer p {
      margin: 0 0 10px 0;
      text-align: center;
    }
    form#enquiry-form {
      padding: 30px 0;
    }
    .form_wrap .form-group {
      margin: 0 0 25px 0;
      width: 99%;
      padding: 0;
    }
    form#enquiry-form .form-group input[type="submit"] {
      height: 45px;
    }
    .form-group input,
    .form-group textarea {
      height: 35px;
    }
    .form_wrap .form-group.submit_box {
      margin-bottom: 0;
    }
    .contact-map iframe {
      width: 100%;
      height: 310px;
    }
    .contact-block {
      min-height: auto;
    }
    section#location {
      display: block;
      float: left;
      height: auto;
    }
    #contact .button {
      margin: 10px 0 0 0;
    }
    #amenities .owl-carousel .owl-stage-outer {
      margin: 0 0 0 2px;
      width: 98%;
      text-align: left;
    }
    #header .logo img {
      margin: 1px 0 0 0;
      max-height: auto;
      text-align: left;
    }
    section#intro {
      padding: 0;
    }
    #floor-plan .owl-nav {
      top: 44%;
      z-index: 1;
    }
    .carousel-control-next span,
    .carousel-control-prev span {
      width: 30px;
      height: 45px;
    }
    .carousel-control-next span i,
    .carousel-control-prev span i {
      color: #fff;
      line-height: 45px;
      font-size: 30px;
      display: inline-block;
    }
    form#enquiry-form2 .form-group,
    form#enquiry-form2 h2 {
      width: 100%;
      margin-top: 0;
      margin-bottom: 20px;
      text-align: center;
      max-width: 100%;
    }
    .owl-carousel .owl-nav {
      bottom: 10%;
  }
    form#enquiry-form2 .form-group input[type="submit"] {
      margin-top: 1px;
    }
    form#enquiry-form2 {
      padding: 25px 25px 10px 25px;
    }
    form#enquiry-form3 .form-group,
    form#enquiry-form3 h2 {
      width: 100%;
      margin-top: 0;
      margin-bottom: 20px;
      text-align: center;
      max-width: 100%;
    }
    form#enquiry-form3 .form-group input[type="submit"] {
      margin-top: 1px;
    }
    form#enquiry-form3 {
      padding: 25px 25px 10px 25px;
    }
    .amenit-box-left {
      width: 100%;
      padding: 0 0 15px 0;
    }
    .amenit-box-right {
      width: 100%;
      padding: 0;
    }
    .amenit-box-right ul {
      margin: 5px 0;
    }
    .feature-bx {
      padding: 30px 0;
    }
    .feature-bx p {
      font-size: 13px;
      margin: 0 0 12px 0;
      text-align: center;
  }
    .bg-blue .full-width-bx .main-icons {
      width: 100%;
      margin: 6px 0;
    }
    .bg-blue .full-width-bx .main-icons .icons-bx {
      width: 100%;
      margin: 5px 0;
      float: left;
    }
    .bg-blue .full-width-bx .main-icons .icons-text b {
      margin: 5px 0;
      display: block;
      text-align: center;
    }
    .bg-blue .full-width-bx .main-icons .icons-bx img {
      width: 40%;
    }
    .bg-blue .full-width-bx .main-icons .icons-text {
      width: 100%;
      text-align: center;
    }
    .align-items-v-center {
      display: block;
    }
    .feature-bx h3 {
      font-size: 23px;
    }
    .feature-bx ul li {
      padding: 8px 0 5px 37px;
      text-align: left;
    }
    li.contact a {
      padding: 8px 10px !important;
      color: #fff !important;
      text-transform: uppercase;
      border-radius: 0;
      font-size: 16px;
      font-weight: 400;
      border: 1px solid #082552;
      color: #fff;
    }
    .for-desktop {
      display: none;
    }
    .for-mobile {
      display: block;
      margin: 0;
    }
    .banner-section-info {
      margin-top: 185px;
  }
  .about-main h1.heading {
    font-size: 25px;
}
  .heading-info h1 {
    font-size: 34px;
}
    .for-desktops {
      display: block;
    }
    .for-mobiles {
      display: block;
    }
    .image {
      margin-bottom: 10px;
    }
    div#amenities-carousel ul.listing li {
      font-size: 15px;
      line-height: 22px;
    }
    .amenit-box-right p {
      text-align: center;
    }
    .bg-red .amenit-box-right {
      padding: 3px 0;
    }
    #gallery button.owl-prev {
      top: calc(20% - 20px);
      z-index: 999;
    }
    section#amenities-carousel button.owl-next,
    section#amenities-carousel button.owl-prev,
    section#floor-plan button.owl-next,
    section#floor-plan button.owl-prev,
    section#gallery button.owl-next,
    section#gallery button.owl-prev {
      top: calc(56% - 19px) !important;
      z-index: 999;
    }
    ul b {
      text-align: center;
    }
    .item ul b {
      text-align: left;
    }
    .item ul.listing li {
      margin-bottom: 8px;
      line-height: 17px !important;
    }
    .box-main {
      width: 100%;
      margin: 10px 0;
      padding: 20px;
      min-height: auto;
    }
    a.read-more {
      width: 35%;
  }
    .vidoe-bx {
      width: 100%;
      margin: auto;
      height: auto !important;
    }
    #floor-plan-carousel button.owl-next,
    #floor-plan-carousel button.owl-prev {
      top: calc(51% - 20px) !important;
      z-index: 999;
    }
    .bg-red .amenit-box-right {
      padding: 0 !important;
    }
    .right-side {
      margin: 0 !important;
    }
    .vidoe-bx iframe {
      width: 98%;
      height: auto;
    }
    .bg-blue ul {
      width: 100%;
      margin: 0;
    }
    .icon-main-bx {
      width: 46%;
      margin: 7px 6px;
      padding: 10px;
    }
    .amenit-box-right-main {
      width: 100%;
    }
    .amenit-box-left-main {
      width: 100%;
      margin: 13px 0 0 0 !important;
    }
    .border-bx-left {
      width: 100%;
      float: left;
      text-align: center;
    }
    .inside-header {
      height: 130px;
      background-size: 210%;
      margin: 50px 0 0 0;
    }
    .bg-white ul {
      margin: 5px 0 0 0;
      width: 100%;
    }
    .main-icon-bx {
      padding: 5px 10px;
      width: 100%;
      margin: 5px 0;
    }
    .main-text-bx {
      text-align: left;
      width: 65%;
      font-size: 21px;
      padding: 0 0 0 10px;
      line-height: 30px;
    }
    .main-icons {
      width: 18%;
    }
    .main-bx-icons .main-icon-bx {
      width: 100%;
      margin: 8px 0;
    }
    .main-bx-icons .main-icons {
      width: 18%;
    }
    .main-bx-icons .main-text-bx {
      font-size: 14px;
    }
    .box-main-big {
      width: 100%;
      margin: 8px 0 25px 0;
      padding: 6px;
    }
    .box-main-img {
      width: 100%;
    }
    .box-main-text {
      padding: 10px 0 0 0;
      font-size: 15px;
      line-height: 15px;
      height: auto;
    }
    .icon-main-text {
      min-height: 110px;
    }
    .icon-mains {
      margin: 25px 0 0 0;
      padding: 0;
    }
    .left-box {
      width: 100%;
      margin: 10px 0;
    }
    .left-box-text {
      height: auto;
      padding: 10px 0;
    }
    .icon-mains .icon-main-bx {
      width: 44.5%;
    }
    .vidoe-main {
      width: 100% !important;
      margin: 10px 0 !important;
    }
    .white {
      text-align: center !important;
    }
    .gapping-box {
      padding: 0 !important;
    }
    form#enquiry-form2 p {
      margin-bottom: 15px;
    }
    form#enquiry-form3 p {
      margin-bottom: 15px;
    }
    .main-icons {
      width: 30%;
      margin: 8px 0;
      padding: 0;
    }
    .icons-bx img {
      width: 100%;
    }
    .icons-bx {
      width: 24%;
      float: left;
      margin: 0 5px 0 0;
      height: auto;
      padding: 0;
    }
    .icons-text {
      width: 74%;
      height: auto;
      text-align: left;
    }
    .hight-bx {
      width: 90%;
    }
    .popup form#enquiry-form2 .form-group input[type="submit"] {
      margin-top: 1px;
    }
    .popup .form_wrap {
      padding: 0 0 17px 0;
      background: #5b4400;
      height: auto;
      display: flex;
    }
    .popup .form_wrap h2 {
      margin-bottom: 0 !important;
      line-height: normal;
      font-size: 20px;
    }
    .popup form#enquiry-form2 h2 {
      margin: 3px 0 2px 0 !important;
      padding: 10px 0 !important;
      font-size: 19px;
    }
    .popup form#enquiry-form2 {
      padding: 0 !important;
    }
    .popup form#enquiry-form3 h2 {
      margin: 3px 0 2px 0 !important;
      padding: 10px 0 !important;
      font-size: 19px;
    }
    .popup form#enquiry-form3 {
      padding: 0 !important;
    }
    .form-group textarea,
    .popup .form-group input {
      height: 41px;
    }
    .popup form#enquiry-form2 .form-group {
      margin: 1px 5px 0 6px;
      width: 67%;
      padding: 0;
      float: left;
    }
    .popup form#enquiry-form3 .form-group {
      margin: 1px 5px 0 6px;
      width: 67%;
      padding: 0;
      float: left;
    }
    .popup .submit_box {
      float: left;
      width: 28% !important;
    }
    .popup form#enquiry-form2 .form-group input[type="submit"] {
      padding: 8px 20px !important;
    }
    .popup form#enquiry-form3 .form-group input[type="submit"] {
      padding: 8px 20px !important;
    }
    .cnt223 a {
      top: -52px;
      background: #e60000;
    }
    .close:hover {
      top: -52px;
      background: #e60000;
      color: #fff;
    }
    .close {
      color: #fff;
    }
    .popup {
      width: 100%;
      margin: 0 auto;
      display: none;
      background: rgba(000, 0, 0, 0.9);
      height: 100%;
      position: fixed;
      z-index: 99999;
      top: 0;
    }
    .cnt223 {
      width: 100%;
      margin: 0;
      background: 0 0;
      position: absolute;
      z-index: 999;
      padding: 0;
      top: 27%;
      left: 0;
    }
    .price-bx-main {
      width: 100%;
      display: block;
    }
    .price-bx {
      width: 100%;
      margin: 7px 0;
      font-size: 20px;
    }
    .price-bx .box-img {
      font-size: 22px;
      padding: 15px 5px;
    }
    .box-text {
      width: 100%;
      float: left;
      padding: 14px 0;
      text-align: center;
    }
    .form-group textarea {
      max-width: 100% !important;
      height: 70px;
    }
    .contact-map {
      width: 100%;
      height: 310px;
    }
    #location .form_wrap {
      width: 100%;
      padding: 0;
      z-index: 9999;
      bottom: 0;
      height: auto;
      padding: 40px 0;
    }
    #location .container-form {
      padding: 0 25px;
      max-width: 100%;
    }
    #location .form_wrap .form-group {
      margin: 0 0 10px 0;
    }
    #contact {
      float: left;
    }
    #location form#enquiry-form .form-group input[type="submit"] {
      margin: 15px 0 0 0;
    }
    .amenit-box-left h5 {
      text-align: center;
    }
    .amenit-box-left ul h5 {
      text-align: center;
    }
    .full-img-01 .main-icon-bx {
      margin: 10px 0;
      width: 100%;
    }
    .code-box {
      width: 100%;
    }
    .code-box img {
      width: 50%;
    }
    .mb-0 {
      width: 100%;
    }
    .about-main p {
      margin-bottom: 10px;
    }
    .first {
      height: 329px;
    }
    .invest-bx {
      padding: 15px 8px;
    }
    .invest-bx {
      padding: 15px 8px;
    }
    .diff-font {
      text-transform: capitalize;
      font-size: 15px !important;
      line-height: 28px;
    }
        section#gallery .about-main h2 {
        padding: 14px 0 0 0;
        font-size: 23px;
    }
    .center-box {
      width: 100%;
      margin: 8px 0;
      height: auto;
    }
    .center-box1 {
      width: 100%;
      margin: 8px 0;
      height: auto;
    }
    .two-parts-ul ul li {
      padding: 4px 0 9px 29px;
    }
  }
  .owl-carousel .owl-nav {
  bottom: 9%;
  right: 33%;
}
section#gallery .button {
  margin: 65px 0 0 0;
}
.footer-action ul {
  margin-bottom: 20px;
}
  }

  @media only screen and (max-width: 565px) {
    .heading-info h1 {
      font-size: 23px !important;
      line-height: 25px;
  }
  .footer-action ul {
    margin-left: 0px;
    margin-bottom:20px;
}
  .location-info p {
    font-size: 17px;
}
.logo-footer {
  margin-bottom: 16px;
}
.location-footer {
  margin-bottom: 20px;
}
  .mobile-nav-toggle {
    top: 11px;
}
img.for-tab {
  display: none;
}
.for-mobile {
  display: block;
  margin:0;
  height:auto;
}
.amenities-main-div .box1 {
  width: 45%;
  margin: 5px 0 20px 0;
}
li.btn.md-trigger {
  display: block;
}
.logo {
  padding-top: 14px;
  max-width: 134px;
}
.signature-logo {
  max-width: 195px;
  display: none;
}
h3.heading-ultra {
  font-size: 17px;
}
.price-info-detail h3 {
  font-size: 15px;
}
.project-type p {
  color: #000;
  margin-bottom: 0;
}
.project-inner a.read-more {
  width: 100%;
}
.feature-bx p {
  font-size: 13px;
}

.heading {
  margin-bottom: 0px;
}
.about-main p {
  margin-bottom: 10px;
  font-size: 13px;
}
h1 {
  font-size: 20px;
  line-height: 29px;
}
h2.heading {
  font-size: 20px;
}
.menus-row a {
  text-decoration: none;
  color: #fff;
  padding: 0 2px;
  font-size: 15px;
}
.diff-font {
  text-transform: capitalize;
  font-size: 18px !important;
  line-height: 28px;
}
.banner-section-info {
  padding: 10px 0 20px 0;
  position: relative;
  width: 100%;
  margin: 0;
}
section#intro {
  display: block;
}
.price-info-detail h2 {
  padding-top: 5px;
  margin-bottom: 0;
}
.banner-section-info a.read-more {
  width: 79%;
}
.location-half {
  display: none;
}
.location-fitters {
  display: block;
  margin-top: -34px;
  padding-left: 0;
  margin-left: 20px;
}
.location-hope-2 h5 {
  color: #5be959;
  text-align: left;
  font-size: 13px;
  margin: 0;
}
.location-hope h5 {
  font-size: 12px;
}
.location-hope-1 h5 {
  font-size: 12px;
}
.location-hope {
  text-align: left;
  position: relative;
}
.location-fitter {
  display: block;
}
.location-hope::before {
  position: absolute;
  content: "";
  top: 7px !important;
  left: -22px;
  transform: rotate(90deg);
  width: 5%;
  height: 18%;
  background: #52d557;
}
.location-hope-1::before {
  position: absolute;
  content: "";
  top: 7px !important;
  left: -22px;
  transform: rotate(90deg);
  width: 4.7%;
  height: 19%;
  background: #52d557;
}
.location-hope-2 {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.location-hope-2::before {
  position: absolute;
  content: "";
  top: 3px !important;
  left: -22px;
  transform: rotate(90deg);
  width: 5%;
  height: 30%;
  background: #52d557;
}
.location-hope-3 h5 {
  color: #5be959;
  text-align: left;
  margin: 0;
  font-size: 12px;
}
.location-hope-3::before {
  position: absolute;
  content: "";
  top: 7px !important;
  left: -22px;
  transform: rotate(90deg);
  width: 5%;
  height: 18%;
  background: #52d557;
}
section#Highlights h2.heading {
  padding: 5px 0;
  margin: 0;
}
.amenities-slider-item p {
  height: 135px;
}
a.read-more {
  width: 100%;
}
.extra-1 {
  display: none;
}
.owl-carousel .owl-nav {
  bottom: 13%;
  right: 21%;
}
section#gallery .about-main h2 {
  padding: 8px 0 5px 0 !important;
  font-size: 20px !important;
  margin: 0;
}
.about-main p {
  padding: 0;
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 27px;
  text-align: left !important;
  padding-left: 20px !important;
}
.about-main h1.heading {
  margin-bottom:0 !important;
  font-size: 20px !important;
}
}
  .amenit-box-left p:last-child,
  .amenit-box-right p:last-child {
    margin-bottom: 8px;
  }
  #amenities-carousel button.owl-next,
  #amenities-carousel button.owl-prev,
  #floor-plan button.owl-next,
  #floor-plan button.owl-prev,
  #floor-plan-carousel button.owl-next,
  #floor-plan-carousel button.owl-prev {
    top: calc(54% - 20px);
    z-index: 886;
  }
  li.btn a {
    background: #b39330 url(../images/hoabl-one-goa-call.webp) no-repeat 10px
      center;
    color: #fff !important;
  }
  li.contact a {
    background-image: url(../images/hoabl-one-goa-form.webp);
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  .owl-carousel .owl-stage-outer {
    z-index: 0;
  }
  ul.listing li {
    font-size: 14px;
    line-height: 20px;
  }
  .faq .faq-list {
    padding: 10px 0 1px 10px;
  }
  .about-main h1.heading {
    margin: 10px 0;
    font-size: 27px;
}
  form#enquiry-form2 label {
    display: inline-block;
  }
  form#enquiry-form3 label {
    display: inline-block;
  }
  label {
    display: block;
  }
  .about-main p {
    padding: 0;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 31px;
}
section#gallery .about-main h2 {
  padding: 25px 0 5px 0;
  font-size: 23px;
  margin: 0;
}

