*{
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;  
}
body{
  font-family: "Minion_regular", sans-serif;
  font-size: 17px;
  scroll-behavior: smooth;

}
@font-face{
  font-family: Minion_regular;
  src: url(./fonts/MinionPro-Regular.otf);
}
@font-face{
  font-family: Minion_bold;
  src: url(./fonts/MinionPro-Bold.otf);
}
@font-face{
  font-family: Minion_semibold;
  src: url(./fonts/MinionPro-Semibold.otf);
}
@font-face{
  font-family: Minion_medium;
  src: url(./fonts/MinionPro-Medium.otf);
}

#mail-status {
    text-align: center;
}
#owl-banner {
    padding: 10px;
    background: #B19253;
}

#owl-floor-plans img {
    width: 100%;
    margin: 0px;
    object-fit: contain;
    height: auto;
}

#owl-floor-plans .owl-dots {
    position: relative;
    margin: auto;
}

#owl-floor-plans .item h3 {
    text-align: center;
    font-size: 21px;
}

.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #B19253;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
  h2 {
      font-size: 25px!important;
  }
  .logo {
      height: 70px;
  }
  #overview .overviewimg {
      width: 60%;
  }
  h2 {
      font-size: 25px;
  }
  .enquire-now .form-group {
    width: 80%;
}
  .floating-form {
      display: none;
  }
  .amentities-images .card {
      width: 49%!important;
  }
  .image-container {
      gap: 2%!important;
  }
  .enquire-now .form-inline {
      flex-direction: column;
  }
}

.navbar-nav li {
    margin-right: 10px;
}

h2{
  font-family: "Minion_semibold";
  font-size: 29px;
}
iframe{
  width: 100%;
}

.amentities-images img {
  width: 40%;
  margin: auto;
}
.amentities-images .card {
    padding: 10px;
}
img.card-img-top-5{
  width: 36%;
}
.image-card1{
  margin-left: 6%;
}
.image-card{
  background-image: linear-gradient(to right, transparent 29%, #B19253 50%);
}
.amentities-container{
  background-image: url(./images/amentities_img.png);
  background-repeat: no-repeat;
  background-size: 50% 100%;
  background-position: left;
}
.amentities-images .card {
  border-radius: 20px 0 20px 0px;
  position: relative;
  width: 30%;
  margin-top: 3%;
}
.image-container{
   gap: 5%;
}
.card-text {
  font-size: 14px;
  color: #BBA068;
}
.last-card{
    height: 109px;
    border-radius: 20px 0 20px 0px;
}
.amen-tittle {
  font-family: Minion_semibold;
  color: white;
  font-weight: bold;
}
.card::before,
.card::after {
content: "";
 width: 30px;
 height: 60px;
}
.amentities-container .card::before {
  background-image: url('./images/box-image1.png');
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  top: 74%;
  left: -1%;
}
.amentities-container .card::after {
  background-image: url('./images/box-image.png');
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  position: absolute;
  top: -1%;
  right: -1%;
}
.donload-btn {
  background-color: white;
  padding: 12px 18px;
  border-radius: 20px;
  width: fit-content;
  margin: auto;
  color: #BBA068;
 font-weight: bold;
}

.item_width{
  width:100% !important;
}
.owl-carousel .owl-item img {
  display: block;
  width: 125%;
}
.owl-carousel-parent {
  width: 1046px;
  margin-left: 4%;
  margin-top: 2%;
}
.owl-item , .item {
  position: relative;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  z-index:1;
}
  
.aa .owl-item.center .item img{
    width: 172%;
    margin-top: 28%;
    margin-left: -153px;
}
.center .item {
  transform: scale(1.3);
  border-radius: 50%;
}
.owl-item.active.center {
  z-index: 5;
}
.owl-item.active.right, .owl-item.active.left {
  z-index: 4;
}
.item span{
  position:absolute;
  top:-60px;
  left:0;
  right:0;
}
.item::before{
  width:2px;
  height:30px;
  position:absolute;
  content:"";
  left:0;
  right:0;
  margin:0 auto;
  top:-40px;
}
.center .item span{
  display:none;
}
.center .item::before{
  display:none;
}
body{
  font-family: "Minion_regular", sans-serif;
  font-size: 17px;
}
h2{
  font-family: "Minion_semibold";
  font-size: 29px;
}
.text-darkgolden{
  color:#B19253;
}    
.logo {
      height: 100px; 
    }
.bg-white {
  background-color: #fff;
}
.top-header {
  background-size: cover;
  background-position: center;
  color: white;
  width:100%;
}
.mb{
  margin-top: -35%;
}
.pt{
padding-top: 11%;
}
.marging{
width:100%;
}
.sizeing{
padding-top: 4%;
}
.bgprimary{
background-color:#FFFEF0;
}
.top-reasons-section .text-white{
  color:red;
}
.reasons-image .image-text {
    width: 45%;
}
.reasons-image img {
  width: auto;
  height: 28px;
  object-fit: contain;
}
.img_decrese{
  width:43%;
}
.img_decresee {
  width: 48%;
  margin-left: -19%;
}
.imgr_decrese{
  width:20%;
  margin-left: 30%;
}
.imgr_decresee {
  width: 20%;
  margin-left: 0%;
}
.reasons-image p{
  font-size: 20px;
  color:#B19253;
}
.reasons-image{
  gap:20px;
  width: 80%;
  margin: auto;
}
.a{
  color:#B19253;
 margin-bottom: -8%;
 font-size: 25px;
}
.t-images{
margin-left: 0;
margin-top: 0%;
width: 100%;
}
.d_images {
  margin-left: 25%;
  margin-top: 1%;
}
.b{
  color:#B19253;
  margin-left: 5%;
  margin-bottom: -17%;
}
.back{
  margin: auto;
}
.py-4{
  padding-bottom: 0% !important;
}
.master-heading {
  color: #B19253;
}
.owl-carousel img{
  width: 10%;
}
.master {
  background-color: #B19253;
}
.apart_class{
  margin-top: 2%;
}
.owl-nav{
  display: none;
}
.master .owl-item {
  opacity: 0.5;
  scale: 0.8;
}
.master .owl-carousel .owl-item.active.center {
  opacity: 1;
  scale: 1; 
}
.owl-dots{
  position: absolute;
}
.master .owl-carousel .owl-item img {
  height: 250px;
  object-fit:cover;
}
.master .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.table p {
  font-size: 13px;
  line-height: 8px;
  padding: 0px;
}
.img_class{
 padding: 0;
}
.custom-container{
  background-color:#B19253 ;
  padding: 2%;  
}
.height_class{
  height:30vh;
  width:5%;
}
.flat_h1{
  color:#B19253;
}
.apprt-plan{
  position: relative;
}
.apprt-plan::before,
.apprt-plan::after {
content: "";
 width: 30px;
 height: 60px;
}
.apprt-plan::before {
  background-image: url('./images/location1.png');
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  top: 10%;
  left: -12%;
}
.apprt-plan::after {
  background-image: url('./images/location2.png');
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  position: absolute;
  top: 8%;
  right: -13%;
}
.location-image{
  position: relative;
}
.location-image::before,
.location-image::after {
content: "";
 width: 30px;
 height: 60px;

}
.location-image::before {
  background-image: url('./images/location1.png');
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  top: 2%;
  left: -23%;
}
.location-image::after {
  background-image: url('./images/location2.png');
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  position: absolute;
  top: -1%;
  right: -23%;
}
.amentities-images img{
  width:25%;
  margin:auto;
}
.animate-image{
  display: none;
}
.colo_class{
  color: white;
}
h3{
  font-family: Minion_bold;
  font-size: 17px;
}
h2{
  font-family: "Minion_bold";
  font-size: 29px;
}
h4{
  font-family: "Minion_semibold", sans-serif;
  font-size: 20px;
}
h5{
  font-family: "Minion_regular", sans-serif;
  font-size: 17px;
}
.main-table{
  height: fit-content;
}
a{
  font-family: "Minion_semibold";
  font-size: 17px;  
}
.apartment-plan{
/*background-color: #FFFEF0;*/
}
footer{
  background-color: #FFFEF0;
}
h5.type-3{
  border-bottom: 1px solid black;
  font-size: 16px;
}
div.table {
  width: 266px;
}
.img-asset {
  width: 266px;
  border: 1px solid black;

}

.sub-contact p {
  margin-bottom: 0% !important;
  font-size:larger;
}
.flat-b {
  font-size: 23px;
  width: 215px;
}
.img-floor{
  width: 73%;
}
.mobile{
  background-color: #B19253;
}
.mobile .mobile-numbers, .mobile .email-id {
    align-items: center;
}
.mobile a{
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 4px;
}
p.slace{
  font-size: 20px;
  font-weight: 600;
  padding: 4px;
}
.img-indra{
  width: 31%;
}
.img-sree{
  width: 25%;
}
.flat-b h4{
font-size: 28px;
}
.contact{
  margin-top: -2%;
}
.contact a{
  text-decoration: none;
  color: rgba(0, 0, 0, 0.822);
  font-size: larger;
}
.contact a:hover {
  text-decoration: underline;
  color: black;
}
.fa-solid{
  font-size: 12px;
  padding: 6px;
}
.mobile a:hover{
  text-decoration: underline;
  color: white;
}
.footer-img img {
  width: auto;
  height: 80px;
  object-fit: contain;
  object-position: center;
  margin: 0px 30px;
}
.call-to-action {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    column-gap:5%;
}
.loc-img{
  width: auto;
  object-fit: contain;
}
.location{
  color: #B19253;
}
.icon-br{
  display: none;
}
.enquire-now .form-inline {
    column-gap: 10px;
    justify-content: center;
}
.form-inline input {
    margin-bottom: 8px;
}
.enquire-now .form-inline .btn {
    background: #BBA068;
    padding: 10px 50px;
    line-height: normal;
    margin-top: 5px;
    color:#fff;
}
.footer img {
    column-gap: 50px;
}
@media (min-width:770px) and (max-width:1025px){
.sizeing{
  font-size: 14px;
}
.marging{
  margin-top: 0%;
}
.img_decrese {
  width: 46%;
}
.img_decresee {
  width: 35%;
  margin-left: -11%;
}

.flat-b {
  font-size: 21px;
  width: 189px;
}
.img-dec-1{
  width: 22%;
  margin-left: 32%;
}
.img-floor {
  width: 88%;
}
.reasons-image p {
  font-size: 17px;
}
.aa .owl-item.center .item img{
  width: 168%;
  margin-top: 28%;
  margin-left: -147px;
}
.owl-carousel-parent {
  width: 80%;
  margin-left: 13%;
}
}
@media (min-width:427px) and (max-width:769px){
  .sizeing{
    font-size: 12px;
  }
  .imgr_decrese{
    width:30%;
    margin-left: 20%;
  }
  .imgr_decresee {
    width: 31%;
    margin-left: 0%;
  }
  .marging{
    
    margin-top: -4%;
  }
  .table p {
    font-size: 13px;
    line-height: 2px;
  }
  .marging{
    width:100%;
  }
  .mb{
    margin-top: 4%;
  }
  .reasons-image img {
    width: 30px;
    height: auto;
    object-fit: contain;
}
  .mobile a{
    font-size: x-large;
  }
  p.slace{
    font-size: x-large;
  }
  .card {
    width: 30%;
    margin-top: 3%;
}
.footer-img img {
  width: 21%;
  height: 101px;
  object-fit: contain;
  object-position: bottom;
}

div.table {
    width: 211px;
}
.img-asset {
    width: 211px;
    border: 1px solid black;
    margin-left: -3px;
}
.img-floor {
    width: 98%;
}
.flat-b {
    font-size: 16px;
    text-align: center;
}
.contact a {
    font-size: small;
}
.sub-contact {
  font-size: 11px;
}
.number_class{
padding: 1%;
}
.aa .owl-item.center .item img{
  width: 191%;
  margin-top: 46%;
  margin-left: -85px;
}
.owl-carousel-parent {
  width: 80%;
  margin-left: 4%;
}
.reasons-image{
  gap:17px;
 }

}
@media (min-width:377px) and (max-width:426px){
  .logo {
    height: 75px;
}
.reasons-image {
    width: 100%;
}
.reasons-image .image-text {
    width: 100%;
}
.amentities-images img {
    width: 35%;
}
.call-to-action {
      flex-direction: column;
  }
.imgr_decresee {
  width: 55%;
  margin-left: -3%;
}

.imgr_decrese {
  width: 55%;
  margin-left: -3%;
}
.img_decresee {
  width: 43%;
  margin-left: -13%;
}
.img_decrese {
width: 43%;
margin-left: -1%;
}

.header-image{
  margin-top: -10%;
} 
.reasons-image p {
  font-size: 18px;
  color: #B19253;
}
a {
  font-family: "Minion_semibold";
  font-size: 15px;
}
.reasons-image img {
  width: 7%;
  height: auto;
  object-fit: contain;
}
  .marging{
    width:100%;
  }
  .sizeing{
    font-size: 14px;
  }
  .a {
    font-size: 20px!important;
}
  .main-contact {
    margin-top: -3%;
  }
  .section1_image{
    padding-right: 11%;
  }
  .bgprimary {
    padding: 9%;
  }
  .sub-contact{
    font-size: 13px;
  }
  .contact a{
    font-size: 13px;
  } 
  p {
    margin-top: 0;
    margin-bottom: 0rem;
}
.pb-2, .py-2 {
  padding-bottom: 0rem !important;
}
footer>div:last-child{
    flex-direction: column;
    align-items: center;
}
.icon-br{
  display:block;
}
.apprt-plan::before {
  top: -3%;
  right: -13%;
}
.apprt-plan::after {
  top: -4%;
  right: -12%;
}
.location-image::before {
  top: -3%;
  left: -23%;
}

.location-image::after {
  top: -3%;
  right: -23%;
}
img {
    object-fit: contain;
    height: auto;
}
.table p {
  font-size: 13px;
  line-height: 14px;
  padding: 3px;
}
.footer-img img {
    width: 16%;
    height: auto;
    object-fit: contain;
    object-position: bottom;
    width: 35%;
}
.img-indra {
    width: 27%;
}
.img-sree {
    width: 23%;
}
.img-asset {
    width: 94%;
    border: 1px solid black;
}
div.table {
    width: 94%;
    margin-left: 5px;
    margin-left: 0%;
}
.img-floor {
    width: 94%;
}
.flat-b {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.contact {
  margin-top: 0%;
}
p.slace {
    font-size: 14px;
    font-weight: 600;
}
.number_class{
  padding: 4%;
  }  

.animate-image img{
  width: 100%;
  height: auto;
}
.card {
  border-radius: 20px 0 20px 0px;
  position: relative;
  width: 42%;
  height: 135px;
  margin-top: 3%;
}
.image-container {
  gap: 5%;
  margin-top: 12px;
}
.card::before {
  top: 79%;
  left: -1%;
}
.animate-image{
  display: block;
}
.image-card {
  background-image: linear-gradient(to right, transparent 0%, #B19253 0%);
}
.amen-tittle {
  margin-left: 2%;
  margin-top: -6%;
  padding-top: 23px;
}
.card-text {
  font-size: 11px;
}
.donload-btn {
  background-color: white;
  padding: 8px 8px 8px 8px;
  border-radius: 20px;
  width: fit-content;
  margin: auto;
}
.donload-btn {
  font-size: 13px;
}
p.slace {
  font-size: small;
  font-weight: 600;
  padding: 0px;
  padding-left: 5px;
  margin-top: 0px!important;
}
.mobile a {
  font-size: small;
  font-weight: 600;
  padding: 0px;
  padding-left: 5px;
}
.footer-img img {
  height: auto;
  object-fit: contain;
  object-position: bottom;
  width: 25%;
  padding: 10px;
  margin: 0px 10px;
}
footer>div:last-child {
  flex-direction: row;
  align-items: center;
}
.reasons-image {
  gap: 19px;
}
.flex_class{
  display: flex;
  flex-direction: column;
}
.spacing_class{
  margin-top: 20px !important;
}
.owl-carousel .owl-stage-outer{
  width: 100%;
}
.owl-item.center .item img {
  width: 75%;
  margin-top: 2%;
  margin-left: 39px;
}
.owl-carousel-parent {
width: 90%;
margin-left: 4%;
}
#owl-floor-plans .owl-item:not(.center) .item img {
    display: unset;
}
.mobile .mobile-numbers {
    flex-wrap: wrap;
}
.gtco-testimonials .card {
    width: 90%;
    height: fit-content;
}
.gtco-testimonials .card:before, .gtco-testimonials .card:after {
    display: none;
}
.gtco-testimonials .owl-dots {
    position: relative;
}
.gtco-testimonials .card p {
    font-size: 16px;
}
.gtco-testimonials .owl-nav.disabled+.owl-dots {
    margin: auto;
    justify-content:center;
    position:relative;
}
}
@media (min-width:322px) and (max-width:377px){
  .marging{
    width:100%;
  }
.gtco-testimonials .card {
    width: 90%;
    height: fit-content;
}
.gtco-testimonials .card p {
    font-size: 14px;
}
.gtco-testimonials .owl-nav.disabled+.owl-dots {
    margin: auto;
    justify-content:center;
    position:relative;
}
  .reasons-image {
    width: 100%;
}
  .reasons-image .image-text {
      width: 100%;
  }
  .amentities-images img {
    width: 35%;
}
  .imgr_decrese {
    width: 48%;
    margin-left: 0%;
}
.call-to-action {
      flex-direction: column;
  }
.imgr_decresee {
  width: 48%;
  margin-left: 0%;
}
  .reasons-image img {
    width: 8%;
    height: auto;
    object-fit: contain;
}
.reasons-image p {
  font-size: 16px;
  color: #B19253;
}
  .sizeing{
    font-size: 14px;
    
  } 
img {
  vertical-align: middle;
  border-style: none;
}
  .reasons-image {
    gap: 6px;
}
.a {
  font-size: 18px!important;
}
.header-image{
  margin-top: -12%;}
  .animate-image{
    display: block;
  }
  .image-card {
    background-image: linear-gradient(to right, transparent 0%, #B19253 0%);
  }
  .section1_image{
    padding-right: 11%;
  }
  .bgprimary {
    padding: 7%;
  }
  .image-container {
    gap: 15px;
    margin-top: 15px;
}
.animate-image img{
  width: 100%;
  height: auto;
}
.card {
  border-radius: 20px 0 20px 0px;
  position: relative;
  width: 38%;
  height: 112px;
  margin-top: 1%;
}
.amen-tittle {
  font-family: Minion_semibold;
  color: white;
  font-weight: bold;
  padding-top: 23px;
}
.img-floor{
  width: 95%;
}
.donload-btn {
  background-color: white;
  padding: 9px 8px 8px 9px;
  border-radius: 20px;
  width: fit-content;
  margin: auto;
  color: #BBA068;
  font-weight: 100;
  font-size: 13px;
}

.card::before {
  background-image: url(./images/box-image1.png);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  top: 79%;
  left: -1%;
}
.card::before, .card::after {
  content: "";
  width: 24px;
  height: 60px;
}
.mobile a {
  font-size: small;
  font-weight: 600;
  padding: 0px;
  padding-top: 4px;
}
p.slace {
  font-size: small;
  font-weight: 600;
  padding-top: 10px;
}
.flex_class{
  display: flex;
  flex-direction: column;
}

.sub-contact {
  font-size: 13px;
}
.icon-br{
  display: block;
}
footer>div:last-child {
  flex-direction: column;
  align-items: center;
}
.footer-img img {
  width: 16%;
  height: auto;
  object-fit: contain;
  object-position: bottom;
  width: 35%;
  padding: 13px;
}
.owl-carousel .owl-stage-outer{
  width: 100%;
}
.owl-item.center .item img {
  width: 75%;
  margin-top: 2%;
  margin-left: 39px;
}
.owl-carousel-parent {
width: 92%;
margin-left: 4%;
}
}
@media (min-width:0px) and (max-width:321px){
  .marging{
    width:100%;
  }
  .gtco-testimonials .card {
    width: 90%;
    height: fit-content;
}
.gtco-testimonials .owl-nav.disabled+.owl-dots {
    margin: auto;
    justify-content:center;
    position:relative;
}
.gtco-testimonials .card p {
    font-size: 14px;
}
  .reasons-image {
    width: 100%;
}
  .reasons-image .image-text {
      width: 100%;
  }
  .amentities-images img {
    width: 35%;
}
  .call-to-action {
      flex-direction: column;
  }
  .imgr_decresee {
    width: 41%;
    margin-left: 0%;
  }
  .imgr_decrese {
    width: 45%;
    margin-left: 33%;
}
  .sizeing{
    font-size: 10px; 
  }
  .bgprimary {
    padding: 5%;
  }
  .image-card {
    background-image: linear-gradient(to right, transparent 0%, #B19253 0%);
}
  .amen-tittle {
    margin-left: 4%;
}
    .mb{
      margin-top: -43%;
      
    }
    .flex_class{
      display:flex;
      flex-direction: column;
    }
    .reasons-image img {
      width: 8%;
      height: auto;
      object-fit: contain;
  }
    .reasons-image p {
      font-size: 15px;
    }
      .reasons-image {
        gap: 6px;
    }
    .b{
      font-size: 26px;
    }
    .a {
      font-size: 16px!important;}
    
    .header-image{
      margin-top: -12%;}
    .mobile a {
      font-size: small;
      font-weight: 600;
      padding: 0px;
      padding-top: 4px;
  }
  .apartment-plan h2{
    font-size: x-large;
  }
    .section1_image{
      padding-right: 15%;
    }
    .contact a {
      font-size: 12px;
  }
  .sub-table{
    padding: 0;
  }
  .img-floor {
    width: 97%;
}
.img-asset {
  width: 86%;
  margin-left: 5%;
}
.apprt-plan::after {
  top: -2%;
  right: -14%;
}
.sub-contact p {
  margin-bottom: 0% !important;
  font-size: small;
}
.mobile a {
  font-size: small;
  font-weight: 600;
  padding-top: 8px;
}
p.slace {
  font-size: small;
  padding: 5px;
  padding-top: 2%;
}
.apprt-plan::before {
  top: 0%;
  left: -14%;
}
div.table {
  width: 86%;
  margin-left: 5%;
}
  .card {
    width: 43%;
    height: 126px;
}
div.animate-image {
  display: block;
  width: -webkit-fill-available;
}
.animate-image{
  display: block;
}
.animate-image img{
  width: 100%;
  height: auto;
}

.donload-btn {
  color: #BBA068;
  font-weight: bold;
  font-size: 14px;
}
footer>div:last-child {
  flex-direction: column;
  align-items: center;
}
.footer-img img {
  width: 16%;
  height: auto;
  object-fit: contain;
  object-position: bottom;
  width: 35%;
  padding: 13px;
}
.owl-carousel .owl-stage-outer{
  width: 100%;
}
.owl-item.center .item img {
  width: 75%;
  margin-top: 2%;
  margin-left: 39px;
}
.owl-carousel-parent {
width: 98%;
margin-left: 4%;
}
}

#owl-banner .item img{
    display: block;
    width: 100%;
    height: auto;
    margin:0px;
}

.owl-example.owl-carousel {
  position: relative;
  height: 100%;
}
.owl-example.owl-carousel div:not(.owl-controls) {
  height: 100%;
}
.owl-example.owl-carousel .owl-example .owl-slide {
  background-image: url("https://images.unsplash.com/photo-1437915015400-137312b61975?fit=crop&fm=jpg&h=800&q=80&w=1200");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.owl-example.owl-carousel .owl-example div.owl--text {
  position: absolute;
  bottom: 4em;
  left: 2em;
  width: 20em;
  height: 8em;
  padding: 1em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.owl-example.owl-carousel .owl-example .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.owl-example.owl-carousel .owl-example .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 50px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: 0.9em;
  border-radius: 3px;
  color: #fff;
  background: #000;
  opacity: 0.6;
  text-transform: capitalize;
}
.owl-example.owl-carousel .owl-example .owl-controls .owl-buttons .owl-prev {
  left: 5px;
}
.owl-example.owl-carousel .owl-example .owl-controls .owl-buttons .owl-next {
  right: 5px;
}

#owl-banner .owl-dots {
    display: none;
}



/* floating box style */
.floating-form { /*contact form wrapper*/
    width: 350px;
    padding: 30px 30px 10px 30px;
    border: 1px solid #ddd;
    right: 10px;
    z-index:9;
    background: #fafafa;
    position: fixed; /*Form position fixed*/
	}
.contact-opener { /*opener button*/
    position: absolute;
    background: #B19253;
    left: -100px;
    transform: rotate(-90deg); /* rotate button -90deg */
    top: 40%;
    padding: 10px 16px;
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
}

.floating-form .g-recaptcha > div {
    width: 100%;
}

.floating-form #contact_body input, .floating-form #contact_body textarea {
    margin-bottom: 20px;
    padding: 5px!important;
    width: 100%;
    display: block;
}

.floating-form #submit_btn, .floating-form #send-message {
    background:#B19253;
    color:#fff;
    border:0px;
    padding: 5px;
    margin-top: 5px;
    border-radius: 8px;
}

@media (max-width:500px){
    .walkthrough iframe {
        height: 300px;
    }
}