@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-VariableFont_wdth\,wght.ttf");
}

@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf");
}

@font-face {
  font-family: "trajanpro";
  src: url("../fonts/TrajanPro-Regular.ttf");
}

html,
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-family: "montserrat";
  color: #343434;
}

a,
img,
button,
input[type="submit"] {
  text-decoration: none;
  outline: none;
  border: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0 20px;
}

.clearfix {
  clear: both;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.img-full {
  width: 100%;
  height: auto;
}

.center-block {
  margin: 0 auto;
}

.col-1 {
  width: 8.333333333333333%;
}

.col-2 {
  width: 16.66666666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333333333%;
}

.col-5 {
  width: 41.66666666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333333333%;
}

.col-8 {
  width: 66.66666666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333333333%;
}

.col-11 {
  width: 91.66666666666667%;
}

.col-12 {
  width: 100%;
}

.col-12-5 {
  width: 20%;
}

.w70 {
  width: 70%;
}

.w30 {
  width: 30%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70 {
  float: left;
}

.wrap {
  display: block;
  margin-top: 0%;
}

.block {
  display: table-cell;
  vertical-align: middle;
}

.float-none {
  /*float: none !important;*/
}

section {
  float: left;
  width: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

header {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  padding: 14px 0px;
  /* background-color: #fff; */
  transition: ease all 0.5s;
}

.logo-wrapper {
  left: 0;
  /* text-align: -webkit-center; */
  top: -14px;
  padding: 0px;
  /*height: 122px;*/
  /*border-bottom: 5px solid #ffc20e;*/
}

.logo-wrapper1 {
  position: absolute;
  right: 0;
  top: -14px;
  padding: 0px;
  background-color: #e3e2e8;
  /*height: 122px;*/
  /*border-bottom: 5px solid #ffc20e;*/
}

.section-padding {
  padding: 110px 0px;
}

.section-extra-padding {
  padding: 170px 0px;
}

.logo-wrapper > a,
.logo-wrapper > a > img {
  display: block;
}

.number-wrapper {
  margin-right: 10px;
  font-size: 16px !important;
  line-height: 30px !important;
  width: 170px;
  display: inline-block;
  line-height: 30px !important;
  color: #fff !important;
  text-align: right;
}

.enquire-now-btn {
  background-color: #cdab64;
  padding: 0px 10px;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 1s;
  /* Safari */
  transition: 1s;
}

footer {
  width: 100%;
  line-height: 32px;
  background-color: #000000;
  padding: 10px 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

footer a {
  color: #000;
  /* vertical-align: middle; */
}

footer a img {
  vertical-align: middle;
}

.enquire-form {
  width: 300px;
  position: absolute;
  background: rgba(52, 52, 52, 1);
  right: 20px;
  top: 30px;
  border: 1px solid #ccc;
  padding: 10px;
  display: none;
}

.nav-wrapper {
  /* clear: right; */
  text-align: center;
}

nav {
  margin-top: 15px;
}

nav a {
  display: inline-block;
  margin: 8px 0px 0px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
}

nav a.active {
  color: #cdab64;
}

nav a:hover {
  color: #ffffff;
  text-decoration: none;
}

.lh30 {
  line-height: 30px;
}

.slide {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.img-big {
  width: 100%;
  height: 635px;
  object-fit: cover;
}

.img-big1 {
  width: 100%;
  height: 508px;
  object-fit: cover;
}

.img-big2 {
  width: 100%;
  height: 445px;
  /* object-fit: cover; */
  object-position: bottom;
  box-shadow: 0px 0px 5px #303030;
}

/*.home-slide1{*/

/*background-image: url(../images/Pittie_Kourtyard_Banner1.webp)*/

/*}*/

/*.home-slide2{*/

/*background-image: url(../images/Pittie_Kourtyard_Banner2.webp)*/

/*}*/

/*.home-slide3{*/

/*background-image: url(../images/Pittie_Kourtyard_Banner3.webp)*/

/*}*/

.section-title {
  font-size: 40px;
  /*margin-bottom: 20px;*/

  color: #222222;
}

.section-subtitle {
  font-size: 25px;
  margin-bottom: 50px;

  color: #000;
}

.section-subtitle:after {
  content: "";
  position: absolute;
  left: 0px;
  height: 2px;
  width: 100%;
  background-color: #000;
  bottom: -22px;
}

.fwbold {
}

.section-subtitle-white {
  font-size: 25px;
  margin-bottom: 50px;
}

.section-subtitle-white:after {
  content: "";
  position: absolute;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: -22px;
}

.specs-subtitle-white {
  font-size: 18px;
  margin-bottom: 50px;
}

.specs-subtitle-white:after {
  content: "";
  position: absolute;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: #ecc561;
  bottom: -22px;
}

.specs-list li {
  list-style-type: none;
}

.specs-list li a {
  color: #ecc561;
  font-size: 18px;
  padding: 10px 0px;
  display: block;
  position: relative;
}

.specs-list li a:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 20px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 10px;
}

.f28 {
  font-size: 28px;
  color: #fff;
}

.specs-list {
  padding-left: 15px;
  z-index: 99;
  width: 90%;
}

.specs-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 1px;
  height: 100%;
  z-index: -1;
}

.active-specs {
  background-color: #ffc20e;
  color: #000000 !important;
  margin-left: -15px;
  padding: 10px 15px !important;
  border-radius: 0px 20px 20px 0px;
  /*width: 250px;*/
}

.active-specs:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 20px;
  width: 0px !important;
  height: 0px !important;
  background: #000;
  border-radius: 10px;
}

.content-wrapper p {
  font-weight: 600;
}

.specs-tab {
  display: none;
}

.specs-tab ul {
  padding-left: 0px;
}

.specs-tab li {
  padding: 5px 20px;
  position: relative;
  list-style-type: none;
  color: #fff;
}

.specs-tab ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 24px;
  background: #fff;
}

.specs-title {
  font-size: 30px;
}

.specs-right {
  padding: 0px 50px;
}

.grey {
  color: #4d4e50;
}

.amenities {
  width: 70%;
  margin: 20px auto;
}

.amenities-img {
  width: 30%;
  margin: 30px auto;
}

.amenities-text {
  width: 70%;
  margin: 0 auto;
  font-size: 17px;
  padding: 14px 10px;
}

section.grey {
  background-color: #fbfbfb;
  /*color: #fff;*/
}

section p,
section ul,
section ol {
  font-size: 17px;
  line-height: 28px;
}

.hide-in-desktop {
  display: none;
}

.tagline {
  right: 15px;
  top: 290px;
  text-align: left;
  position: absolute;
}

.tagline-left {
  left: 15px;
  top: 260px;
  text-align: left;
  position: absolute;
}

.tagline-top {
  font-size: 60px;
  color: #fff;
  line-height: 54px;
  margin-bottom: 20px;
}

.tagline-bottom {
  font-size: 26px;
  color: #d2ac67;
}

.white {
  color: #fff;
}

.golden {
  color: #b8292f;
}

.banner-bottom-tagline {
  width: 100%;
  left: 0px;
  text-align: center;
  /*bottom: 0px;*/
  z-index: 99;
  background: #343434;
  padding: 10px 0px;
  font-size: 18px;
}

.banner-bottom-tagline > .col-6:first-child {
  border-right: 1px solid #fff;
}

.banner-bottom-tagline span {
  font-size: 25px;
}

.box {
  width: 50%;
  float: left;
  padding: 10px;
  min-height: 205px;
}

.box-text {
  font-size: 20px;
  padding: 0px 10px;
  color: #fff;
  font-weight: bold;
}

.box ul {
  font-size: 15px;
  padding-left: 14px;
}

.box1 {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.box2 {
  border-bottom: 1px solid #000000;
}

.box3 {
  border-right: 1px solid #000000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 120px;
  width: 100%;
  z-index: 99;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;

  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #cdab64;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  /* *zoom: 1;
    *display: inline; */
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.padding {
  padding: 50px 0px;
}

.specification-bg {
  background-image: url(../images/SpecificationsBG.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: initial !important;
}

/* form */

.form-group {
  margin-bottom: 15px;
}

.contactuslabels {
  color: #bf9e61;
}

.form-group input {
  position: relative;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  /* border-radius: 4px; */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.submit {
  cursor: pointer;
  background: #bf9e61;
  color: #fff;
  padding: 10px;
}

.error {
  color: #f00 !important;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

label.error {
  /*position: absolute;*/
  /* top: 62px; */
}

.hide-in-mobile {
  display: block;
}

.footer-mobile {
  display: none;
}

.top-padding {
  padding-top: 70px;
}

.banner-bottom-tagline .col-6 {
  padding: 0 10px;
}

.about-icon {
  text-align: center;
  height: 130px;
  /* border: 1px solid; */
}

.overview-parallax {
  width: 80%;
  margin: 0 auto;
  background-attachment: fixed;
  /*height: 512px;*/
  background-repeat: round;
}

.overview-parallax img {
  /*margin-top: 233px;*/
}

.left-padding {
  padding-left: 50px;
}

/* style for new sections like contact form*/

.form-p {
  text-align: center;
  margin-bottom: 20px !important;
  color: #000000;
}

#contact {
  background: url(../images/gallery/4.jpg) center;
  /*background-image: url(../images/footback.webp);*/
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#configuration {
  background: url(../images/gallery/14.jpg);
  /*background-image: url(../images/footback.webp);*/
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.intl-tel-input {
  width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; /* Important to remove default margins */
}

.GreyBtn {
  background-color: #083f88;
  color: #fff;
  background: -moz-linear-gradient(
    left,
    #083f88 0%,
    #083f88 46%,
    #ffffff 51%,
    #083f88 56%,
    #083f88 100%
  );
  background: -webkit-linear-gradient(
    left,
    #083f88 0%,
    #083f88 46%,
    #ffffff 51%,
    #083f88 56%,
    #083f88 100%
  );
  background: linear-gradient(
    to right,
    #083f88 0%,
    #083f88 46%,
    #ffffff 51%,
    #083f88 56%,
    #083f88 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#083f88', endColorstr='#083f88', GradientType=1);
  background-size: 600% 600%;
  /* -webkit-animation: AnimationNameGrey 3s ease infinite; */
  animation: AnimationNameGrey 3s ease infinite;
}

@keyframes AnimationNameGrey {
  0% {
    background-position: 100%;
  }

  100% {
    background-position: 0%;
  }
}

@keyframes glowing {
  0% {
    background-color: #1c447f;
    box-shadow: 0 0 3px #1c447f;
  }

  50% {
    background-color: #1c447f;
    box-shadow: 0 0 40px #1c447f;
  }

  100% {
    background-color: #1c447f;
    box-shadow: 0 0 3px #1c447f;
  }
}

.form-btn {
  margin: 0px auto;
  display: block;
  background: #083f88;
  border: 2px solid #083f88;
  color: #fff;
  font-size: 18px;
  padding: 8px 39px 8px;
  transition: ease all 0.5s;
}

.contact-div {
  padding-bottom: 20px;
}

#contctform-phone {
  width: 100%;
}

#price-model {
  z-index: 9999 !important;
  opacity: 1;
}

.her {
  background: #083f88;
  color: #fff;
  border-bottom: none !important;
}

.tbl > tbody > tr > td {
  border-top: none !important;
  vertical-align: middle;
  padding: 10px 0px;
  width: 33%;
}

.her h3 {
  margin: 8px 0px;
}

.term {
  cursor: pointer;
  color: #000;
  font-size: 16px;
}

.policy {
  cursor: pointer;
  color: #000;
  font-size: 16px;
}

.modal-dialog {
  top: 50px;
  background: transparent !important;
}

#main-pop .modal-header,
#myModal1 .modal-header,
#term .modal-header,
#policy .modal-header,
#floor .modal-header,
#price-model .modal-header,
#whats-model .modal-header,
#iam-model .modal-header,
#brochure-model .modal-header,
#watch-model .modal-header {
  background: #083f88;
  color: #fff;
}

.modal-header .close,
#main-pop .close,
#bro-pop .close,
#price-model .close {
  color: #fff !important;
  opacity: 1 !important;
  margin-top: -25px;
}

#bro-popup input,
#bro-popup select {
  height: 40px;
  width: 100%;
  padding-left: 10px;
  border: none;
  background: #f3f3f3;
}

#bro-popup .form-group {
  height: 40px;
  margin-bottom: 20px;
}

#bro-popup .input-group-addon {
  background: #083f88;
  color: #fff;
  border: 0;
}

#price-popup input,
#price-popup select {
  height: 40px;
  width: 100%;
  padding-left: 10px;
  border: none;
  background: #f3f3f3;
}

#price-popup .form-group {
  height: 40px;
  margin-bottom: 20px;
}

#price-popup .input-group-addon {
  background: #083f88;
  color: #fff;
  border: 0;
}

#floor input,
#floor select {
  height: 40px;
  width: 100%;
  padding-left: 10px;
  border: none;
  background: #f3f3f3;
}

#floor .form-group {
  height: 40px;
  margin-bottom: 20px;
}

#floor .input-group-addon {
  background: #083f88;
  color: #fff;
  border: 0;
}

#main-popup input,
#main-popup select {
  height: 40px;
  width: 100%;
  padding-left: 10px;
  border: none;
  background: #f3f3f3;
}

#main-popup .form-group {
  height: 40px;
  margin-bottom: 20px;
}

#main-popup .input-group-addon {
  background: #083f88;
  color: #fff;
  border: 0;
}

.price-btn {
  margin: 0px auto;
  display: block;
  background-image: none;
  background-color: #083f88 !important;
  text-shadow: none;
  color: #fff;
  border-color: #364250;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  transition: all 0.5s ease;
  font-weight: 800;
  text-align: center;
}

.modal-backdrop.fade {
  opacity: 0.5;
  z-index: unset;
}

@media all and (max-width: 1366px) {
  .overview-parallax {
    width: 75%;
  }

  .tagline {
    top: 210px;
  }

  .tagline-left {
    left: 120px;
    top: 150px;
  }
}

@media all and (max-width: 1024px) {
  .logo-wrapper {
    /* left: 25px; */
  }

  .logo-wrapper1 {
    right: 45px;
    width: 55px;
    top: -23px;
  }

  .box {
    min-height: 270px;
  }

  .carousel,
  .carousel-inner,
  .carousel-inner .item {
    /* margin-top: 25px !important; */
  }
}

@media all and (max-width: 768px) {
  .banner-bottom-tagline span {
    font-size: 23px;
  }

  .box {
    width: 100%;
    min-height: auto;
  }

  .config-box {
    flex-direction: column;
  }

  .box1,
  .box2,
  .box3,
  .box4 {
    border: 0px;
  }

  .overview-parallax {
    height: auto;
    background-image: none;
    width: 100%;
  }

  .overview-parallax img {
    margin-top: 0px;
  }
}

@media (max-width: 700px) {
  .footer-mobile {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    background-color: #343434;
    padding: 5px;
    text-align: center;
    color: #fff;
  }

  .amenities-main p {
    font-size: 14px;
  }

  #form_success {
    color: #343434 !important;
  }

  .overview-parallax {
    height: auto;
    background-image: none;
    width: 100%;
  }

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

  .overview-parallax img {
    margin-top: 0px;
  }

  .hide-in-desktop {
    display: block;
  }

  /*footer {*/
  /*display: none;*/
  /*}*/
  .close-btn {
    display: block;
    right: 10px;
    font-weight: bold;
  }

  .enquire-form {
    display: none;
    position: fixed;
    left: 0;
    bottom: 30px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.92);
    height: 95%;
    z-index: 9999;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-overflow-scrolling: touch;
    padding: 5%;
    overflow-y: scroll;
    padding-bottom: 0px;
    width: 100%;
  }

  .banner-bottom-tagline .col-6 {
    width: 100%;
  }

  .banner-bottom-tagline span {
    font-size: 18px;
  }

  .banner-bottom-tagline {
    font-size: 15px;
  }

  .tagline-top {
    font-size: 26px;
    line-height: 32px;
    margin-top: 10px;
  }

  .tagline-bottom {
    font-size: 20px;
    line-height: 24px;
  }

  .tagline {
    top: 170px;
    width: 90%;
  }

  .tagline-left {
    top: 300px;
  }

  .enquire-now-wrapper {
    display: none;
  }

  header {
    padding: 0px 0px;
  }

  .banner-bottom-tagline > .col-6:first-child {
    border-right: 0px solid #fff;
    margin-bottom: 10px;
  }

  .logo-wrapper {
    top: 0px;
    /* height: 48px; */
    /* z-index: 99; */
    left: 0px;
    position: relative;
  }

  .fixHeader .logo-wrapper img {
    display: block !important;
    margin-top: 13px;
  }

  .logo-wrapper > a,
  .logo-wrapper > a > img {
    display: inline-block;
    width: 113px;
    margin-top: -8px;
    transition: 0.8s;
    margin-left: -21px;
  }

  .nav-wrapper {
    width: 100%;
    margin-top: 0px;
    position: absolute;
    background: #fff;
    top: -4px;
    left: 0;
    display: none;
  }

  nav a {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 12px 0px;
  }

  .burger-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 26px;
    color: #083f88;
  }

  .col-left,
  .col-right {
    width: 100%;
  }

  .section-title {
    font-size: 25px;
  }

  .section-subtitle {
    font-size: 20px;
    margin-bottom: 36px;
  }

  .amenities {
    width: 100%;
  }

  .hide-in-mobile {
    display: none;
  }

  .box {
    width: 100%;
    padding: 10px 5px;
    min-height: 0px;
  }

  .box1,
  .box2,
  .box3,
  .box4 {
    border: 0px;
  }

  button.accordion {
    background-color: #343434;
    color: #fff;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
    /* padding: 10px; */
  }

  .specification-bg {
    background-color: #cdab64;
    background-image: none;
  }

  .wrap {
    display: block;
    /* margin-top: 10%; */
  }

  .block {
    display: block;
    vertical-align: middle;
  }

  .box-title .pull-left {
    display: inline-block;
  }

  .nav-wrapper {
    /* margin-left: 0%; */
  }

  .new-head {
    width: 300px;
    padding: 0px 3px;
    line-height: 31px;
  }
}

#CaptchaDiv {
  float: left;
  border: 1px solid #fff;
  width: 150px;
  height: 35px;
  padding: 0px 0px;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  margin-right: 10px;
  color: #fff;
  margin: 10px;
}

#refresh {
  cursor: pointer;
}

#contact-form input,
#contact-form select {
  height: 40px;
  border: none;
  width: 100%;
  padding-left: 8px;
  background: #f5f1f1;
}

#contact-form input::placeholder {
  color: #707070;
  opacity: 0.3;
}

#contact-form .input-group-addon {
  background: #083f88;
  color: #fff;
  border: 0;
}

.form-ico {
  font-size: 19px !important;
}

#contact-form textarea {
  border: none;
  resize: none;
  /*height: 40px;*/
}

#contact-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#contact-form .selected-flag {
  /* background: #ba1f6b; */
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#contact-form .flag-container {
  padding: 0px !important;
}

@media only screen and (max-width: 380px) {
  .tbl-holder {
    overflow: scroll;
  }

  .her h3 {
    font-size: 15px;
  }
}

.msgicon {
  height: 90px;
  width: 90px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #426341;
  color: #fff;
  border-radius: 50%;
  padding: 13px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  color: #fff;
  text-align: center;
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.oops-subtitle {
  color: #fff;
  font-size: 18px;
}

.go-home {
  color: #000000;
  background: #fff;
  font-size: 16px;
  padding: 18px;
  width: 235px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #083f88;
  border-radius: 25px;
}

.oops-greet {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

button.btn.btn-danger.interested {
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: 0.4s ease-in;
  z-index: 999;
  background: #646368;
  width: 160px;
  font-weight: 600;
  font-size: 20px;
  padding: 5px;
  color: #fff;
  border: 2px solid #ffffff;
}

.enquire-now-button {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 2;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.whatsappcss {
  position: fixed;
  bottom: 15px;
  /* left: 0; */
  transition: 0.4s ease-in;
  z-index: 999;
  /* background: #083f88; */
  font-weight: 600;
  font-size: 17px;
  padding: 9px;
  color: #fff;
  border: 2px solid #ffffff;
  right: 2%;
}

button.btn.btn-danger.bro {
  position: relative;
  /* bottom: 15px; */
  /* right: 15px; */
  transition: 0.4s ease-in;
  /* z-index: 999; */
  background: #083f88;
  width: 160px;
  margin: 30px 0px 0px;
  font-weight: 600;
  font-size: 20px;
  padding: 5px;
  color: #fff;
  border: 2px solid #ffffff;
}

.interested-div {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border: 5px solid #3a7f40;
  /*padding: 2%;*/
  border-radius: 5px;
  background-color: #f3f3f3;
  z-index: 999;
  transition: 0.4s ease-in;
  padding-top: 40px;
  padding-bottom: 10px;
  width: 300px;
}

.interested-div-close {
  position: absolute;
  right: 0px;
  bottom: auto;
  top: -1%;
  padding: 7px;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  border: 1px none #ffffff;
  background-color: #3a7f40;
  font-weight: bolder;
}

p.popup-title {
  text-align: center;
  font-size: 20px;
  color: black;
}

p.inner-interested {
  position: absolute;
  top: 0vh;
  left: 0vh;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #3a7f40;
  width: 100%;
  padding: 1%;
  text-align: center;
  color: white;
}

#float-form input,
#float-form select {
  height: 40px;
  border: none;
  /* padding-left: 9px; */
  width: 100%;
  background: #f3f3f3;
}

#float-form .input-group-addon {
  background: #646368;
  color: #fff;
  border: 0;
}

#float-form .form-ico {
  font-size: 19px !important;
}

#float-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#float-form .selected-flag {
  background: #000000;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

.flot-btn,
.flot-btn:focus {
  background: #000000 !important;
  box-shadow: none !important;
  color: #fff !important;
  border: 2px solid #000000 !important;
  margin: 0px auto !important;
  display: block !important;
  padding: 6px 20px !important;
}

.flot-btn:hover {
  background: transparent;
  box-shadow: none;
  border-color: #000000;
  color: #000000;
}

#iam-interested input,
#float-form select {
  height: 40px !important;
  border: none !important;
  /* padding-left: 9px !important; */
  width: 100%;
  background: #f3f3f3 !important;
}

#iam-interested .input-group-addon {
  background: #000000;
  color: #fff;
  border: 0;
}

#iam-interested .form-ico {
  font-size: 19px !important;
}

#iam-interested .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#whats-popup input,
#whats-popup select {
  height: 40px;
  border: none !important;
  /* padding-left: 9px !important; */
  width: 100%;
  background: #f3f3f3 !important;
}

#whats-popup .input-group-addon {
  background: #083f88;
  color: #fff;
  border: 0;
}

#whats-popup .form-ico {
  font-size: 19px !important;
}

#whats-popup .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#banner-form input,
#banner-form select {
  height: 40px !important;
  border: none !important;
  padding-left: 10px !important;
  width: 100%;
  background: #f3f3f3 !important;
}

#banner-form .input-group-addon {
  background: #083f88;
  color: #fff;
  border: 0;
}

#banner-form .form-ico {
  font-size: 19px !important;
}

#banner-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

/* @media only screen and (min-width: 768px) {
  #banner-form {
    position: absolute;
    width: 254px;
    right: 2%;
    top: 4%;
  }
} */

@media only screen and (max-width: 767px) {
  .sec-bannerform {
    padding: 40px 20px;
    background: #d0d0d0;
    display: none;
  }

  #banner-form {
  }

  .loc-pd {
    padding: 0px;
  }

  .xl {
    width: inherit !important;
    font-size: 19px !important;
    line-height: 20px !important;
  }
}

#carousel-example-generic {
  margin-top: 53px;
}

.m-banner {
  display: none !important;
}

@media only screen and (max-width: 700px) {
  .d-banner {
    display: none !important;
  }

  .m-banner {
    display: block !important;
  }

  #carousel-example-generic {
    margin-top: 47px;
  }
}

.configurationTabWrap {
  padding: 10px;
  background-color: #f5f5f5;
  width: 70%;
  margin: 0 auto;
  border-radius: 5px;
}

.configBtn.active {
  background: #484a4c !important;
  color: #fff !important;
}

.configBtn {
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 8px 15px !important;
  color: #484a4c !important;
  border-radius: 5px;
  margin: 0 10px;
}

.configContentBox {
  padding: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  background-color: #e7e7e7;
  margin: 15px;
}

.carpet-box {
  display: flex !important;
  justify-content: center !important;
}

.config-box {
  display: flex;
  align-items: center;
}

.configContentBox h4 {
  font-size: 25px;
  text-align: center;
}

.configImgWrap {
  /* padding: 25px; */
  width: 100%;
}

.configImgWrap img {
  border-radius: 10px;
  /* padding: 20px; */
  /* box-shadow: 0 10px 10px 0px rgb(0 0 0 / 72%); */
  filter: blur(2px);
  width: 100%;
}

.configContentBox p {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0 12px 0 !important;
  border-bottom: 2px solid #262626;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form_content {
    width: 95%;
    margin: auto;
  }

  .configurationTabWrap {
    width: 90%;
  }
}

.rera img {
  width: 115px;
  float: left;
  margin-right: 10px;
}

.rera-h {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
}

.rera-txt {
  margin: 0px;
  line-height: 23px;
}

.copy {
  line-height: 23px;
}

@media (max-width: 991px) and (min-width: 475px) {
  .rera-wrap {
    width: 400px;
    margin: 0px auto;
  }
}

@media only screen and (max-width: 474px) {
  .rera img {
    width: 100px;
    float: none;
  }

  .rera-wrap {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .copy {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  .copy {
    /*margin-top: 35px;*/
    text-align: center;
  }

  /* #contact{
    height: 550px;
} */
}

.rera-link {
  margin: 0;
  font-size: 19px;
}

.amenities-main p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 19px;
  font-size: 14px;
}

@media only screen and (max-width: 395px) {
  .amenities-main p {
    /*height: 45px;*/
    /*line-height: 19px;*/
    font-size: 12px;
  }
}

.hi-icon img {
  width: 90px;
}

.tbl {
  /*border: none;*/
  /*box-shadow: 8px 8px 19px #bbbbbb;*/
  background: #fff;
}

.glyphicon-chevron-left:before {
  content: "" !important;
}

.glyphicon-chevron-right:before {
  content: "" !important;
}

.carousel-control img {
  width: 35px;
}

/*------------- gallery ------------------------*/

.latest-post,
.latest-post-inner {
  height: 500px;
}

.latest-post {
  background-size: 650px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.latest-post-inner {
  padding: 50px 5px;
  position: relative;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  /* border: 3px solid #364250; */
}

.latest-post .latest-post-inner span,
.latest-post .latest-post-inner a,
.latest-post .latest-post-inner p,
.latest-post .latest-post-inner i,
.latest-post .latest-post-inner .entry-author {
  color: #fff;
  position: relative;
}

.latest-post .latest-post-inner a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.latest-post .latest-post-inner .latest-post-content {
  position: absolute;
  bottom: 30px;
}

.latest-post .latest-post-inner:before {
  content: "";
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 1;
  background: transparent;
}

.latest-post .latest-post-inner .link-icon {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  color: #fff;
  /* z-index: 999; */
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a {
  background: #646368;
  display: table;
  height: 50px;
  width: 50px;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.latest-post .latest-post-inner .link-icon a:hover {
  background-color: rgba(112, 179, 187, 0.7);
  transform: scale(1.2);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover:before {
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover .link-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover {
  /* background-color: rgba(34, 34, 34, 0.5); */
}

.sl-prev {
  display: block !important;
}

.sl-next {
  display: block !important;
}

/*------------- End of gallery ------------------------*/

/*-------------location ------------------------*/

#location {
}

.latest-post3,
.latest-post-inner3 {
  /* min-height: 567px; */
  /* max-height: 320px; */
  /* margin-bottom: 30px; */
}

.latest-post3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.latest-post-inner3 {
  padding: 50px 30px;
  position: relative;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  border: 2px solid #ffffff;
}

.latest-post3 .latest-post-inner3 span,
.latest-post3 .latest-post-inner3 a,
.latest-post3 .latest-post-inner3 p,
.latest-post3 .latest-post-inner3 i,
.latest-post3 .latest-post-inner3 .entry-author {
  color: #fff;
  position: relative;
}

.latest-post3 .latest-post-inner3 a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.latest-post3 .latest-post-inner3 .latest-post-content {
  position: absolute;
  bottom: 30px;
}

.latest-post3 .latest-post-inner3:before {
  content: "";
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 1;
  background: transparent;
}

.latest-post3 .latest-post-inner3 .link-icon3 {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  color: #fff;
  /* z-index: 999; */
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post3 .latest-post-inner3 .link-icon3 a {
  background: #646368;
  display: table;
  height: 50px;
  width: 50px;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post3 .latest-post-inner3 .link-icon3 a i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.latest-post3 .latest-post-inner3 .link-icon3 a:hover {
  background-color: rgba(112, 179, 187, 0.7);
  transform: scale(1.2);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post3 .latest-post-inner3:hover:before {
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post3 .latest-post-inner3:hover .link-icon3 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post3 .latest-post-inner3:hover {
  background-color: rgba(34, 34, 34, 0.5);
}

.sl-prev {
  display: block !important;
}

.sl-next {
  display: block !important;
}

/*------------- End of location ------------------------*/

.mytab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 45px;
}

.mytab li {
  float: none !important;
  display: inline-block;
}

.mytab > li.active > a,
.mytab > li.active > a:hover,
.mytab > li.active > a:focus {
  color: #fff;
  background: #083f88;
  border: none !important;
  cursor: pointer;
  border-radius: 5px;
}

.mytab > li > a:hover,
.mytab > li > a:focus {
  border-color: transparent !important;
  background-color: transparent;
  border-radius: 5px;
  color: #083f88;
}

.mytab > li > a {
  color: #000000;
}

.myfloor {
  text-align: center;
  border-bottom: none;
  margin-bottom: 45px;
}

.myfloor li {
  float: none !important;
  display: inline-block;
  margin: 5px;
}

.myfloor > li.active > a,
.myfloor > li.active > a:hover,
.myfloor > li.active > a:focus {
  color: #fff;
  background: #083f88;
  border: none !important;
  cursor: pointer;
  border-radius: 5px;
}

.myfloor > li > a:hover,
.myfloor > li > a:focus {
  border-color: transparent !important;
  background-color: #ffff;
  border-radius: 5px;
  color: #083f88;
}

.myfloor > li > a {
  color: #000000;
  background: #fff;
}

#gallery {
  /*background: #f5f5f5;*/
  /* padding-bottom: 50px;
margin-bottom: 5px; */
}

.gall-head {
  font-size: 50px;
  color: #222222;
}

.underline2 {
  background: #222222;
  height: 4px;
  border-radius: 10px;
  width: 120px;
  margin: 0px auto;
  margin-top: -8px;
}

@media only screen and (max-width: 480px) {
  .gall-head {
    font-size: 25px;
  }
}

#sp-footer h2 {
  font-size: 16px;
  margin: 10px;
  color: #000;
  line-height: 25px;
  margin: 18px;
}

#sp-footer p {
  line-height: 20px;
  font-size: 12px;
  /* color: #000; */
  color: #707070;
}

.sl-wrapper .sl-navigation button {
  z-index: 999999 !important;
}

.fixHeader {
  background: #fff;
  transition: ease all 0.5s;
  height: 70px;
  /* height: 60px; */
  padding: 8px 50px !important;
  box-shadow: 1px 1px 3px 0px;
}

.fixHeader .logo-wrapper img {
  display: none;
}

.privacy-body {
  overflow-y: scroll;
  height: 600px;
}

.fixHeader .nav-wrapper .nav-links a {
  color: #000;
  line-height: 45px;
  font-weight: 900;
  font-family: "roboto" !important;
}

.fixHeader .nav-wrapper nav a:hover {
  color: #083f88;
  text-decoration: none;
}

.fixHeader .nav-wrapper nav {
  margin-top: 0px;
  float: center;
}

.hi-icon-wrap {
  padding: 2em 0 0em !important;
}

.nav-logo img {
  display: none;
}

.fixHeader .nav-logo img {
  display: block !important;
  width: 190px;
  margin-top: -4px;
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.divider-line {
  height: 25px;
  width: 3px;
  background: #ffff;
}

.selectfields{
  display: none;
}

#overview {
  background-image: url(../images/gallery/HILLSIDE_Logo.png) !important;
  background-size: cover;
  background-position: center;
  width: 100%;
}

#amenities {
  background-image: url(../images/gallery/HILLSIDE_Logo.png) !important;
  background-size: cover;
  background-position: center;
  width: 100%;
}

#about {
  background-image: url(../images/gallery/HILLSIDE_Logo.png) !important;
  background-size: cover;
  background-position: center;
  width: 100%;
}

#amenities {
  /*background: url("../images/amenities.webp") center;*/
  /* overflow-x: hidden; */
}

@media all and (max-width: 767px) {
  #sp-footer {
    text-align: center;
    margin-bottom: 40px;
  }

  .rera-sec {
    margin-bottom: 56px;
  }

  #sp-footer h2 {
    margin-top: 13px;
    font-size: 14px;
  }

  nav a {
    color: #000 !important;
    line-height: -16px;
    padding: 6px;
  }
}

@media all and (max-width: 328px) {
  .footer-logo li:first-child {
    border: none !important;
  }
}

.fixed-footer-cust {
  background: #083f88;
  text-align: center;
  /* padding: 10px 0px 10px 0px; */
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
}

.a-img {
  transition: transform 0.8s;
}

.f-icon {
}

.fix-link {
  color: #fff !important;
  font-size: 17px;
  font-weight: 500;
}

.div-line {
  /* border-right: 1px solid #000; */
  position: relative;
}

.div-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 26%;
  width: 1px;
  height: 38%;
  background-color: #fff;
}

.free-call:hover {
  color: #ffffff;
}

.i-am {
  padding: 0;
  background: transparent;
}

.foo-txt {
  color: #000;
  font-size: 20px;
  margin-top: 20px;
}

.foop-txt {
  color: #000;
  font-size: 20px;
  margin-top: 20px;
}

.footer-call {
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.footer-call a {
  color: #ffffff;
  text-decoration: none;
}

.thank-logo {
  margin: 0px auto;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

#video {
  width: 68%;
  margin: 0px auto;
  display: block;
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  #video {
    width: 100%;
    height: 175px;
  }
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.amenities-head {
  text-align: left;
}

.amenities-head:after {
  bottom: -5px !important;
}

.footer-logo {
  margin-top: 4px;
  padding-left: 0px;
}

.footer-logo li {
  list-style: none;
  display: inline-block;
}

.footer-logo li:first-child {
  margin-right: 5px;
  /* border-right: 1px solid; */
  padding-right: 10px;
}

.rera-sec {
  background: #646368;
  padding: 10px 0px;
}

.rera-sec p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 19px;
  margin: 0px;
}

.rera-sec h3 {
  margin-top: 0px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
}

#location {
  /* background: #fff; */
}

.g-txt {
  text-align: center;
  margin: 0px;
}

.panoroma {
  background: url("../images/panoroma.webp") no-repeat left center transparent;
  transition: background-position 15000ms ease-in-out;
  height: 100vh;
}

.box ul li {
  font-size: 14px;
}

.inner-banner {
  background: url("../images/panoroma.webp");
}

.pd0 {
  padding: 0px;
}

.logo-color {
  /*background: #000000;*/
  width: 52px;
}

.logo-color1 {
  background: #fff;
  width: 77px;
  padding: 10px;
}

.confback {
  /*background: #f1f1f1a6;*/
  background: #00000087;
  padding: 50px 0px;
}

.confback1 {
  /*background: rgba(0, 0, 0, 0.3);*/
  /* background: #5d5d5d9c; */
  padding: 50px 0px;
}

.image-dis {
  position: absolute;
  bottom: 9%;
  left: 9%;
}

.image-dis-text {
  background: #fff;
  font-size: 15px;
  padding: 5px 9px;
}

.confback2 {
  background: #2222229e;
  /* background: #426341 ; */
  padding: 50px 70px;
}

.sideback {
  background: url(../images/back.webp) center;
  background-size: contain;
  background-attachment: fixed;
}

.aboutback {
  background: url(../images/aboutbuild.webp) center;
  background-size: cover;
  background-attachment: fixed;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-caption {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
  font-size: 17px;
}

.carousel-caption h3 {
  font-size: 30px;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.serviceBox {
  text-align: center;
}

.serviceBox .service-icon {
  width: 110px;
  height: 110px;
  line-height: 80px;
  border-radius: 50%;
  border: 2px solid #2372bc;
  font-size: 35px;
  color: #715afc;
  margin: 0 auto 15px;
  position: relative;
  transition: transform 0.8s;
}

.service-icon:hover {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.09);
  transition: all 0.3s ease-in-out 0s;
}

.serviceBox .service-icon i {
  transform: scale(1);
  transition: all 0.3s ease-in-out 0s;
}

.serviceBox:hover .service-icon i {
  transform: scale(1.1);
}

.serviceBox .service-icon:after {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: -6px;
  left: -6px;
  transition: all 0.3s ease-in-out 0s;
}

.serviceBox .service-icon:after {
  box-shadow: 3px 3px 0 #2372bc;
}

.serviceBox .title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 0 35px 0;
}

.serviceBox .description {
  font-size: 16px;
  color: #777;
  padding: 0 20px;
  margin: 0;
}

@media only screen and (max-width: 990px) {
  .serviceBox {
    margin-bottom: 30px;
  }
}

.locationBox {
  background: #fff;

  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  box-shadow: 3px 3px 10px #dbdbdb;
}

/* .locationBox:hover{ box-shadow: 0 0 5px #DA4155; } */

.locationBox .location-icon {
  color: #fff;
  font-size: 50px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto 40px;
  display: block;
  position: relative;
}

.locationBox .location-icon:before {
  content: "";
  /* background: linear-gradient(to right,#d3ad37 49%,#d5b659 50%); */
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* box-shadow: 0 0 0 5px #fff inset; */
  /* border: 5px solid #d5b659; */
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  position: absolute;
  box-shadow: 3px 3px 10px #dbdbdb;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.locationBox:hover .location-icon:before {
  /* transform: rotate(315deg); */
}

.locationBox .title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
}

.locationBox:hover .title {
  letter-spacing: 1px;
}

.locationBox .description {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 27px;
  padding-left: 10px;
  list-style-type: none;
  text-align: left;
}

/* .locationBox.orange:hover{ box-shadow: 0 0 5px #E87C2C; } */

.locationBox.orange .location-icon:before {
  /* background: linear-gradient(to right,#000000 49%, #202020 50%);
    border-color: #000000; */
}

.locationBox.orange .title {
  color: #000000;
}

.locationBox.blue:hover {
  box-shadow: 0 0 5px #0aaead;
}

.locationBox.blue .location-icon:before {
  background: linear-gradient(to right, #3cc0cc 49%, #0aaead 50%);
  border-color: #0aaead;
}

.locationBox.blue .title {
  color: #0aaead;
}

.locationBox.gray:hover {
  box-shadow: 0 0 5px #37485c;
}

.locationBox.gray .location-icon:before {
  background: linear-gradient(to right, #3c506b 49%, #37485c 50%);
  border-color: #37485c;
}

.location-icon .fa {
  z-index: 14;
  position: relative;
}

.locationBox.gray .title {
  color: #37485c;
}

@media only screen and (max-width: 990px) {
  .locationBox {
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .confback2 {
    /*background: #fff;*/
    padding: 70px 0px;
  }

  .modal-title {
    font-size: 15px;
  }

  .fixHeader {
    background: #fff;
    transition: ease all 0.5s;
    height: 60px;
    padding-top: 4px !important;
  }

  .padding {
    /* padding: 15px 0px; */
  }

  .confback {
    /*background: #f1f1f1a6;*/
    padding: 25px 0px;
  }

  .footer-logo {
    margin-top: 10px;
  }
}

.description .fa {
  color: #dbbc5d;
}

.location-icon img {
  color: #fff;
  font-size: 50px;
  /* width: 120px; */
  height: 55px;
  line-height: 120px;
  margin: 0 auto 40px;
  display: block;
  position: relative;
  z-index: 1;
  top: 30px;
}

/* @-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1, 1);
    }
    to {
      -webkit-transform: scale(1.5, 1.5);
    }
  }

  @keyframes zoom {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1.2, 1.2);
    }
  }

  .carousel-inner .item > img {
    -webkit-animation: zoom 30s;
    animation: zoom 30s;
  } */

.selldof .title {
  display: none;
}

.selldof .form-control,
.sell_do_form_control {
  height: 40px !important;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

.glimp {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.ytp-large-play-button {
  position: absolute;
  left: 29% !important;
  top: 40% !important;
  width: 500px !important;
  height: 130px !important;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
}

.button {
  border-radius: 4px;
  background-color: #222222;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 84%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.fa-hand-o-right {
  /* background-color: red; */
  color: #fff;
  animation: infinite;
  -webkit-animation-name: example;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s;
  /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 2s;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes example {
  from {
    color: #fff;
  }

  to {
    color: yellow;
  }
}

/* Standard syntax */

@keyframes example {
  from {
    color: #fff;
  }

  to {
    color: yellow;
  }
}

.amenitie-block {
  overflow: hidden;
  position: relative;
}

.zoom-img {
  overflow: hidden;
}

.amenitie-block .mask {
  overflow: hidden;
  left: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  transition: all ease 1s;
}

.mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/trans_blue.webp) 0 0 repeat;
  transition: all ease 0.4s;
  opacity: 0;
  left: 0;
}

.table-div {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.table-div .inner-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.amenitie-block {
  overflow: hidden;
  position: relative;
}

.zoom-img {
  overflow: hidden;
}

.amenitie-block .mask {
  overflow: hidden;
  left: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  transition: all ease 1s;
}

.mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/trans_blue.webp) 0 0 repeat;
  transition: all ease 0.4s;
  opacity: 0;
  left: 0;
}

.table-div {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.table-div .inner-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.amenitie-block p {
  color: #fff;
  margin-top: 15px;
  padding: 0 15px;
}

.amenitie-block {
  overflow: hidden;
  position: relative;
}

.zoom-img:hover img,
.prj-block:hover .zoom-img img,
.amenitie-block:hover .zoom-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.amenitie-block:hover .mask {
  opacity: 0.4;
}

.amenitie-block .mask img {
  width: auto !important;
  margin: 0 auto;
}

.zoom-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 1.6s ease-in-out;
}

/*--- Border amination----------*/

.committee-wrap {
  text-align: center;
  background: #fff;
  box-shadow: 1px 1px 25px #e0e0e0;
  transition: ease all 0.5s;
  /* margin-bottom: 30px; */
  /* width: 190px; */
  margin: 9px auto;
}

.committee-wrap img {
  width: 95px;
  padding: 15px;
}

.committee-wrap p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 35px;
}

.committee-wrap:hover {
  /*box-shadow: none;*/
  /*transition: ease all 0.5s;*/
}

.committee-wrap {
  position: relative;
  cursor: pointer;
  /* border-radius: 40px; */
}

.committee-wrap::before,
.committee-wrap::after {
  content: "";
  /* width: 35px; */
  border-radius: 40px;
  height: 3px;
  border-radius: 40px;
  position: absolute;
  transition: all 0.2s linear;
  /* background:#646368; */
}

.bo {
  padding: 8px;
}

.bo::before {
  content: "";
  width: 3px;
  height: 24px;
  position: absolute;
  transition: all 0.2s linear;
  background: #646368;
  left: 0px;
  top: 0px;
}

.bo::after {
  content: "";
  width: 3px;
  height: 30px;
  position: absolute;
  transition: all 0.2s linear;
  background: #646368;
  right: 0px;
  top: 0px;
}

.committee-wrap:hover::before,
.committee-wrap:hover::after {
  width: 100%;
}

.committee-wrap:hover .bo::before,
.committee-wrap:hover .bo::after {
  height: 100%;
}

/*----- button 6 -----*/

.btn-6::before {
  left: 0px;
  top: 0;
  transition-duration: 0.4s;
  border-radius: 40px;
}

.btn-6::after {
  left: 80%;
  bottom: 0;
  transition-duration: 0.4s;
  border-radius: 40px;
}

.btn-6 .bo::before {
  left: 0;
  top: 0%;
  transition-duration: 0.4s;
}

.btn-6 .bo::after {
  right: 0;
  top: 80%;
  transition-duration: 0.4s;
}

.btn-6:hover::before,
.btn-6:hover::after {
  left: 0;
}

.btn-6:hover .bo::before,
.btn-6:hover .bo::after {
  top: 0;
}

/*--- End of border amination----------*/

.cust-head {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
}

.cust-head span {
  font-size: 44px;
  font-weight: 800;
}

.ami-subhead {
}

.ami-subhead h2 {
  font-size: 19px;
  text-align: center;
  margin-bottom: 10px;
  width: 250px;
  color: #fff;
  background: #222222;
  padding: 10px 0;
  border-radius: 25px;
  margin: 0px auto;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
}

.head-line {
  height: 2px;
  width: 61%;
  margin: 0px auto;
  background: #222222;
  margin-bottom: 20px;
  position: relative;
  top: -22px;
}

.ami-subhead p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  color: #222;
}

.aminitieslist {
  padding-left: 0px;
}

.dir li {
  /*background: #cecece;*/
  background: #6d6d6d;
  margin-bottom: 10px;
  color: #fff;
  list-style: none;
}

.aminitieslist li {
  font-size: 15px;
  padding: 7px 10px;
}

.aminitieslist li span {
  float: right;
}

.proxmity-wrap {
  box-shadow: 1px 1px 17px #e0e0e0;
  padding: 20px;
  margin-bottom: 40px;
  /*background: #f7f7f7;*/
}

.proxmity-wrap img {
  width: 50px;
  margin: 0px auto;
  display: block;
}

.proxmity-wrap h2 {
  text-align: center;
  margin-top: 3px;
  font-size: 17px;
}

@media only screen and (max-width: 525px) {
  .committee-wrap {
    height: 206px;
    width: 100%;
  }
}

.section-subtitle.white:after {
  background-color: #fff;
}

.selldof label {
  display: none !important;
}

.form-5d0398f6923d4a44d6980918 label {
  display: block !important;
  color: #d0d0d0;
}

.selldof .btn {
  background: #222 !important;
  color: #ffff !important;
  border: none !important;
  width: 150px !important;
  margin: 0px auto !important;
  display: block !important;
}

.sec-gray {
  background: #fbfbfb;
  padding: 50px 0px;
}

/* ribbon heading ---------------------------------------------*/

.ribbon {
  display: inline-block;
  width: 250px;
  margin: 0 10px;
  position: relative;
  -webkit-transform: skewy(-3deg);
  -webkit-backface-visibility: hidden;
  -webkit-transition: 200ms all;
}

.ribbon-head {
  text-transform: uppercase;

  font-weight: 800;
  display: block;
  background: #fff;
  padding: 2px 10px;
  color: #333;
  font-size: 35px;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0px #fff, 2px 2px 0px #999, 3px 3px 0px #fff;
  background-image: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.05) 100%
  );
  -webkit-transition: 1s all;
  background-image: -webkit-linear-gradient(
    left top,
    transparent 0%,
    transparent 25%,
    rgba(0, 0, 0, 0.15) 25%,
    rgba(0, 0, 0, 0.15) 50%,
    transparent 50%,
    transparent 75%,
    rgba(0, 0, 0, 0.15) 75%
  );
  background-size: 4px 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset,
    0 0 20px -5px rgba(0, 0, 0, 0.4), 0 0 0px 3px #fff inset;
}

.ribbon:hover {
  /*width: 203px;*/
  /*margin: 0 -5px;*/
}

.ribbon-head:hover {
  color: #d90075;
}

.ribbon:after,
.ribbon:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 17px;
  background: #bbb;
  -webkit-transform: skewY(8deg);
  x-index: -3;
  border-radius: 4px;
}

.ribbon:after {
  background-image: -webkit-linear-gradient(
    left,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  right: 0;
  top: 16px;
}

.ribbon:before {
  left: 0;
  bottom: 6px;
  background-image: -webkit-linear-gradient(
    right,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

/* ribbon---------------------------------------------*/

.new-head {
  color: #ffc217;
  text-align: center;
  background: #646368;
  width: 380px;
  border-radius: 25px;
  font-weight: 800;
  font-size: 23px;
  /* line-height: 35px; */
  margin: 0px auto;
  letter-spacing: 1px;
  padding: 5px 0 5px 0;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  font-family: "trajanpro" !important;
}
.new-head1 {
  color: #083f88;
  text-align: center;
  /* background: #646368; */
  /* width: 250px; */
  border-radius: 25px;
  font-size: 30px;
  /* line-height: 35px; */
  margin: 0px auto;
  letter-spacing: 1px;
  padding: 10px 0px;
  line-height: 29px;
  position: relative;
  font-weight: 800;
  z-index: 9;
  text-transform: uppercase;
  font-family: "trajanpro" !important;
}
.ami-iconholder {
  background: #fff;
  padding: 40px 15px;
  height: 635px;
}

.loc-iconholder {
  background: #646368;
  padding: 27px 15px;
}

.loc-head {
  color: #000;
  text-align: start;
  /* background:#646368; */
  /* width: 250px; */
  border-radius: 25px;
  font-size: 18px;
  /* line-height: 35px; */
  margin: 0px auto;
  letter-spacing: 1px;
  padding: 10px 0px;
  line-height: 29px;
  position: relative;
  /* font-weight: 800; */
  z-index: 9;
}

.loc-head span {
  text-transform: uppercase;
  font-weight: 700;
}

.head-new {
  color: #083f88;
  border-radius: 25px;
  font-size: 28px;
  line-height: 35px;
  margin: 0px auto;
  letter-spacing: 1px;
  padding: 10px 0px;
  line-height: 39px;
  position: relative;
  font-weight: 800;
  z-index: 9;
  text-transform: uppercase;
  text-align: center;
}

.new-head span {
  position: relative;
  top: -2px;
}

.head-line-gold {
  height: 2px;
  width: 61%;
  margin: 0px auto;
  background: #646368;
  margin-bottom: 20px;
  position: relative;
  top: -18px;
}

.head-line-gold1 {
  height: 40px;
  /* width: 55%; */
  margin: 0px auto;
  /* background:#646368; */
  background-image: url(../images/divGreen.png);
  margin-bottom: 20px;
  position: relative;
  /* top: 2px; */
  background-position: center;
  background-size: 240px;
  background-repeat: no-repeat;
}

.text-center {
  text-align: center;
}

.patch-wrap img {
  width: 100%;
}

.location-wrap {
  display: flex;
  align-items: center;
}

.patch-wrap {
  border: 2px solid rgb(11, 36, 107);
}

.time {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 22px !important;
  /*letter-spacing: 2px;*/
  margin-bottom: 20px;
  font-weight: bold;
}

.sec-gray p {
  /* text-align: justify; */
  /* color: #000; */
  color: #404040 !important;
}

/*  golden Box---------------------*/

.golden-box {
  background: transparent;
  box-shadow: none;
}

.golden-box::before,
.golden-box::after {
  background: #f2d379;
}

.golden-box .bo::before {
  background: #f2d379;
}

.golden-box .bo::after {
  background: #f2d379;
}

.golden-box img {
  width: 80px;
  margin-bottom: 10px;
}

.golden-box p {
}

.add {
  color: #715e51;
  letter-spacing: 1px;
  text-align: center;
  line-height: 25px;
}

.golden-line {
  height: 2px;
  background: #f2d379;
  width: 50px;
  margin: 0px auto;
  margin-bottom: 20px;
  margin-top: -5px;
}

.logo-topleft {
  position: absolute;
  top: 10px;
  width: 89px;
  left: 10px;
}

.fixHeader .logo-topleft {
  display: none;
}

.logo-topright {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 95px;
}

.fixHeader .logo-topright {
  display: none;
}

.thank-bg {
  background: url("../images/thank-bg.webp") center;
  background-size: cover;
  /* height: 100vh; */
}

.thank-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  /* height: 100vh; */
  padding-top: 24vh;
  padding-bottom: 50px;
}

.thank-bg1 {
  background: url("../images/thank-bg.webp") center;
  background-size: cover;
  height: 80vh;
}

.thank-overlay1 {
  /* background-color: rgba(0, 0, 0, 0.8); */
  /* height: 100vh; */
  padding-top: 24vh;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .thank-overlay {
    padding-top: 20vh;
  }

  .oops {
    font-size: 35px;
  }

  .location-wrap {
    flex-direction: column;
  }

  .oops-greet {
    font-size: 18px;
  }

  .oops-subtitle {
    font-size: 14px;
  }
}

.price-click {
  color: #fff !important;
  background: #083f88;
  padding: 6px 10px;
  text-decoration: none !important;
  outline: 1px solid #fff;
  outline-offset: -2px;
}

.timeline {
  list-style-type: none;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding: 0px;
}

.li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 20px;
  padding: 0px 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.status {
  padding: 0px 40px;
  /* display: flex; */
  justify-content: center;
  border-top: 2px solid #d6dce0;
  position: relative;
  transition: all 200ms ease-in;
}

.status h4 {
  font-weight: 600;
}

.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.li.complete .status {
  border-top: 2px solid #f2d379;
}

.li.complete .status:before {
  background-color: #f2d379;
  border: none;
  transition: all 200ms ease-in;
}

.li.complete .status h4 {
  color: #222;
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
}

#myCarousel {
  margin-top: 57px;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline {
    list-style-type: none;
    display: block;
  }

  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .timestamp {
    width: 100px;
  }

  .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}

#toggleButton {
  position: absolute;
  left: 50px;
  top: 20px;
  background-color: #75c7f6;
}

@media only screen and (max-width: 767px) {
  .li.complete .status {
    border-top: 2px solid #f2d379;
    width: 55%;
  }

  .li.complete .status:before {
    background-color: #f2d379;
    border: none;
    transition: all 200ms ease-in;
    display: none;
  }
}

.xl {
  width: 500px;
}

.overview-img {
  width: 600px;
  margin: 0px auto;
}

.you-tube {
  height: 400px;
  width: 100%;
}

.proj-block-ame {
  background: #fff;
  color: #fff;
  /* width: 336px; */
  outline: 2px solid #fff;
  outline-offset: 1px;
  /* padding: 3px 0px; */
  /* height: 100vh; */
  display: flex;
  position: inherit;
  align-items: center;
  justify-content: flex-start;
}

.ame-block {
  padding: 23px 40px;
  display: inline-block;
  position: relative;
  text-align: initial;
  background: #fff;
  height: 450px;
  margin: 0 auto;
  width: 100%;
}

.ame-head {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0px 0px 0px;
  color: #083f88;
}

.ame-list {
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  margin: 0px auto;
}

.ame-img {
  height: 450px !important;
  object-fit: cover;
  width: 100%;
}

#myCarousel2 .ame-img {
  height: 450px !important;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.patch {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #0000008a;
  font-size: 9px;
  margin: 0px;
  padding: 0px 5px;
}

.slogo {
  width: 105px !important;
  margin-top: -8px !important;
  /* background: #ffffff; */
  /* margin-left: 26px; */
}

#sec-amenities {
  background-color: #efede1;
}

.vertical-tab1 {
  display: flex;
  /* height: 450px; */
}

.vertical-tab1 .nav-tabs {
  display: table-cell;
  /* width: 28%; */
  min-width: 28%;
  vertical-align: top;
  /* border: none; */
  border-left: 5px solid #364250;
}

.vertical-tab1 .nav-tabs li {
  float: none;
  vertical-align: top;
}

.vertical-tab1 .nav-tabs li a {
  /* color: #000;
    background: transparent;
    font-size: 14px;
    text-align: inherit;
    padding: 10px 15px;
    margin: 0 15px 0px 0;
    border-radius: 0;
    border: none;
    line-height: 36px;
    position: relative;
    transition: all 0.5s ease 0s; */
  /* position: relative; */
  padding: 0px;
  /* margin: 8px 0px 56px; */
  background: none;
  color: #000;
  line-height: 85px;
  padding: 0px 18px;
  left: 0px;
  border: none;
}

.vertical-tab1 .nav-tabs li.active a {
  color: #000;
  background-color: transparent;
  border: none;
}

.vertical-tab1 .nav-tabs li a:before,
.vertical-tab1 .nav-tabs li a:after {
  content: "";
  height: 100%;
  width: 0;
  /* border: 2px solid #404040; */
  opacity: 1;
  position: absolute;
  top: 34px;
  left: 0;
  transition: all 0.3s ease 0s;
}

.vertical-tab1 .nav-tabs li a:after {
  background-color: #404040;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border-color: transparent;
  transform: translateY(-50%);
  top: 47%;
  left: -8px;
}

/* .vertical-tab1 .nav-tabs li p::before {
    content: " ";
    background-color: #404040;
    height: 10px;
    width: 10px;
  
    top: 50%;
    left: -8px;
    position: absolute;
} */

.vertical-tab1 .nav-tabs li.active a:before {
  width: 100%;
  opacity: 1;
}

.vertical-tab1 .nav-tabs li a:after,
.vertical-tab1 .nav-tabs li.active a:after {
  content: " ";
  background: #646368;
  border: 2px solid #fff;
  box-shadow: 0 0 5px #364250;
  opacity: 1;
  transform: translateY(-50%) scale(2);
}

.vertical-tab1 .tab-content {
  color: #404040;
  /* background-color: rgba(0, 0, 0, 0.07); */
  font-size: 15px;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 15px 25px;
  border-radius: 0 20px 20px 0;
  display: table-cell;
  position: relative;
}

.vertical-tab1 .tab-content h3 {
  font-weight: 600;
  margin: 0 0 5px 0;
}

/* .vertical-tab1 .nav-tabs li p::after {
    content: " ";
    top: 50px;
    left: 0px;
    position: absolute;
} */

.locdist {
  text-align: start !important;
  position: relative !important;
  left: 38px !important;
  top: 0px;
  width: 100% !important;
  color: #fff;
  padding: 0px !important;
}

.vertical-tab12 .nav-tabs li a {
  position: relative;
  padding: 0px;
  /* margin: 0px 0px 33px; */
  background: none;
  color: #000;
  line-height: 44px;
  left: 9px;
  border: none;
}

.vertical-tab12 .nav-tabs li {
  float: none;
  vertical-align: top;
}

.vertical-tabl .nav-tabs p {
  text-align: end;
  position: relative;
  padding: 0px;
  background: none;
  color: #ffffff !important;
  line-height: 22px;
  right: 113px;
  width: 100%;
  font-size: 14px;
  border: none;
}

.presentation {
  line-height: 25px;
  margin: 10px auto;
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
}

/* .vertical-tabl .nav-tabs p {
    float: none;
    vertical-align: top;
    display: block;
    position: relative;
} */

.vertical-tabl .nav-tabs {
  display: block;
  width: 0px;
  /* min-width: 28%; */
  /* vertical-align: top; */
  /* border: none; */
  border-right: 3px solid #fff;
  border-bottom: none;
  margin: 0 auto;
}

.vertical-tabl .nav-tabs p span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.vertical-tabl .nav-tabs p:before {
  content: " ";
  height: 2px;
  width: 33px;
  opacity: 1;
  font-size: 73px;
  background: #fff;
  position: absolute;
  top: 14px;
  right: 19px;
}

.vertical-tabl .nav-tabs p:nth-child(odd):before {
  top: 17px;
  left: 101px;
}

.vertical-tab12 .nav-tabs > li.active > a,
.vertical-tab12 .nav-tabs > li.active > a:focus,
.vertical-tab12 .nav-tabs > li.active > a:hover {
  color: unset;
  cursor: default;
  background-color: unset !important;
  border: none;
  border-bottom-color: none;
}

.hira-dist {
  margin: 15px 14%;
  display: block;
  position: relative;
}

.box1 {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.box {
  width: 50%;
  float: left;
  padding: 10px;
  min-height: 230px;
}

.box-text {
  font-size: 17px;
  padding: 0px 10px;
}

.box ul {
  font-size: 15px;
  padding-left: 22px;
}

.box ul li {
  font-size: 12px;
  color: #fff;
}

.box2 {
  border-bottom: 1px solid #fff;
}

.box3 {
  border-right: 1px solid #fff;
}

.box-image img {
  width: 26px;
}

.ab-txt {
  position: absolute;
  padding: 20px;
  color: #000;
  text-align: justify;
}

.ab-txt p {
  font-size: 17px;
  line-height: 25px;
  /* letter-spacing: 1px; */
  color: #404040;
}

.ab-txt h3 {
  font-size: 22px;
  font-weight: 700;
  color: #937851;
}

.slider-container {
  position: relative;
  /* left: 50%; */
  top: 3%;
  width: 800px;
  height: 600px;
  margin: 0px auto;
}

.slider-container .slider-content {
  position: relative;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 85%;
  transform: translate(-50%, -50%);
}

.slider-container .slider-content .slider-single {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: z-index 0ms 250ms;
}

.slider-container .slider-content .slider-single .slider-single-image {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2); */
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  transform: scale(0);
  opacity: 0;
}

.slider-container .slider-content .slider-single .slider-single-download {
  position: absolute;
  display: block;
  right: -22px;
  bottom: 12px;
  padding: 15px;
  color: #333333;
  background-color: #fdc84b;
  font-size: 18px;
  font-weight: 600;

  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  opacity: 0;
}

.slider-container .slider-content .slider-single .slider-single-download:hover,
.slider-container .slider-content .slider-single .slider-single-download:focus {
  outline: none;
  text-decoration: none;
}

.slider-container .slider-content .slider-single .slider-single-title {
  display: block;
  float: left;
  margin: 16px 0 0 20px;
  font-size: 20px;

  font-weight: 400;
  color: #ffffff;
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  opacity: 0;
}

.slider-container .slider-content .slider-single .slider-single-likes {
  display: block;
  float: right;
  margin: 16px 20px 0 0;
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  opacity: 0;
}

.slider-container .slider-content .slider-single .slider-single-likes i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #ff6060;
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  transform: scale(0);
}

.slider-container .slider-content .slider-single .slider-single-likes p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #ffffff;
}

.slider-container .slider-content .slider-single .slider-single-likes:hover,
.slider-container .slider-content .slider-single .slider-single-likes:focus {
  outline: none;
  text-decoration: none;
}

.slider-container
  .slider-content
  .slider-single.preactivede
  .slider-single-image {
  transform: translateX(-50%) scale(0);
}

.slider-container .slider-content .slider-single.preactive {
  z-index: 1;
}

.slider-container
  .slider-content
  .slider-single.preactive
  .slider-single-image {
  opacity: 0.3;
  transform: translateX(-25%) scale(0.8);
}

.slider-container
  .slider-content
  .slider-single.preactive
  .slider-single-download {
  transform: translateX(-150px);
}

.slider-container
  .slider-content
  .slider-single.preactive
  .slider-single-title {
  transform: translateX(-150px);
}

.slider-container
  .slider-content
  .slider-single.preactive
  .slider-single-likes {
  transform: translateX(-150px);
}

.slider-container .slider-content .slider-single.proactive {
  z-index: 1;
}

.slider-container
  .slider-content
  .slider-single.proactive
  .slider-single-image {
  opacity: 0.3;
  transform: translateX(25%) scale(0.8);
}

.slider-container
  .slider-content
  .slider-single.proactive
  .slider-single-download {
  transform: translateX(150px);
}

.slider-container
  .slider-content
  .slider-single.proactive
  .slider-single-title {
  transform: translateX(150px);
}

.slider-container
  .slider-content
  .slider-single.proactive
  .slider-single-likes {
  transform: translateX(150px);
}

.slider-container
  .slider-content
  .slider-single.proactivede
  .slider-single-image {
  transform: translateX(50%) scale(0);
}

.slider-container .slider-content .slider-single.active {
  z-index: 2;
}

.slider-container .slider-content .slider-single1.active {
  z-index: 2;
}

.slider-container .slider-content .slider-single.active .slider-single-image {
  opacity: 1;
  transform: translateX(0%) scale(1);
}

.slider-container
  .slider-content
  .slider-single.active
  .slider-single-download {
  opacity: 1;
  transition-delay: 100ms;
  transform: translateX(0px);
}

.slider-container .slider-content .slider-single.active .slider-single-title {
  opacity: 1;
  transition-delay: 200ms;
  transform: translateX(0px);
}

.slider-container .slider-content .slider-single.active .slider-single-likes {
  opacity: 1;
  transition-delay: 300ms;
  transform: translateX(0px);
}

.slider-container .slider-content .slider-single.active .slider-single-likes i {
  animation-name: heartbeat;
  animation-duration: 500ms;
  animation-delay: 900ms;
  animation-interation: 1;
  animation-fill-mode: forwards;
}

.slider-container .slider-left {
  position: absolute;
  z-index: 3;
  display: block;
  right: 115%;
  top: 50%;
  color: #364250;
  transform: translateY(-50%);
  padding: 20px 15px;
  border-top: 2px solid #364250;
  border-right: 2px solid #364250;
  border-bottom: 2px solid #364250;
  border-left: 2px solid #364250;
  margin-right: -2px;
}

.slider-container .slider-right {
  position: absolute;
  z-index: 3;
  display: block;
  left: 115%;
  top: 50%;
  color: #364250;
  transform: translateY(-50%);
  padding: 20px 15px;
  border-top: 2px solid #364250;
  border-right: 2px solid #364250;
  border-bottom: 2px solid #364250;
  border-left: 2px solid #364250;
  margin-left: -2px;
}

.disc4 {
  position: relative;
  margin-top: 33px;
  font-size: 10px;
  text-align: right;
  color: #083f88;
}

.call-txt {
  margin: 20px;
  font-size: 20px;
  color: #000;
}

@media only screen and (max-width: 479px) {
  .vertical-tab1 .nav-tabs {
    width: 100%;
    display: block;
    /* border: none; */
  }

  .vertical-tab1 .nav-tabs li a {
    padding: 0px 20px;
    margin: 0px 0 20px 0;
    line-height: 23px;
    font-size: 11px;
    top: 12px;
  }

  .hira-dist {
    margin: 15px 8%;
  }

  .vertical-tab1 .nav-tabs li a:after {
    right: -8px;
  }

  .vertical-tab1 .tab-content {
    padding: 20px 15px 10px;
    border-radius: 0;
    display: block;
  }

  .vertical-tab1 .tab-content h3 {
    font-size: 18px;
  }

  .ab-txt {
    position: initial;
    padding: 20px;
    color: #000;
  }

  .ab-txt p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
    color: #000;
  }

  .ami-iconholder {
    height: auto;
  }

  .head-newb {
    color: #083f88;
  }

  .ami-iconholder {
    margin: 50px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .overview-img {
    width: 100%;
  }

  .you-tube {
    height: 320px;
    width: 100%;
  }

  .proxmity-wrap {
    padding: 20px 0px 0px;
  }

  .mob-pd {
    padding: 0 !important;
  }

  #myCarousel {
    margin-top: 56px;
  }

  .price-click {
    display: block;
    width: 70%;
    margin: 0 auto;
  }

  .ame-block {
    padding: 23px 15px;
    height: auto;
  }

  .proj-block-ame {
    display: inline-block;
  }

  .ame-img {
    /* height: auto !important; */
  }

  .new-head {
    width: 264px;
    padding: 0px 3px;
    line-height: 31px;
  }

  .slogo {
    width: 86px !important;
    margin-top: 2px !important;
    /* background: #fff; */
    /* left: -90px; */
    position: relative;
  }

  .latest-post {
    background-size: 320px;
  }

  .latest-post,
  .latest-post-inner {
    height: 187px;
  }

  .box {
    width: 100%;
    padding: 10px 5px;
    min-height: 0px;
  }

  .box1,
  .box2,
  .box3,
  .box4 {
    border-bottom: 3px solid;
    border-right: none;
  }

  .vertical-tabl .nav-tabs li:nth-child(odd) a:after {
    top: 24px;
    left: 137px;
  }

  .locdist {
    left: 39px !important;
  }

  .vertical-tabl .nav-tabs li a:after {
    top: 25px;
    right: 135px;
  }

  .vertical-tabl .nav-tabs {
    width: 0;
  }

  .slider-container {
    position: relative;
    /* left: 50%; */
    top: 3%;
    width: 100%;
    height: 200px;
    margin: 0px auto;
  }

  .slider-container .slider-left {
    padding: 6px 6px;
    right: 95%;
  }

  .slider-container .slider-right {
    padding: 6px 6px;
    left: 95%;
  }

  .slider-container .slider-content .slider-single .slider-single-image {
    position: relative;
    left: 10%;
    top: 0;
    width: 80%;
    height: 100%;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transform: scale(0);
    opacity: 0;
  }

  .vertical-tab12 .nav-tabs li a {
    line-height: 43px;
    font-size: 10px;
  }

  .img-big {
    height: auto;
  }

  .img-big1 {
    height: auto;
  }

  .img-big2 {
    height: auto;
  }

  .ab-txt h3 {
    font-size: 22px;
    margin: 0px 0px 10px;
  }

  .disc4 {
    position: relative;
    line-height: 12px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 436px) {
  .aminitieslist li {
    font-size: 12px;
  }
}

.loc-text {
  margin-bottom: 20px;
  text-align: center;
  /* font-size: 15px; */
  /* line-height: 24px; */
  /* color: #222; */
  text-align: center;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 28px;
}

.cust-row {
  width: 90%;
  margin: 0px auto;
}

.thank-wrap {
  margin: 0px auto;
  padding: 15px;
  height: auto !important;
  margin-top: 140px;
  margin-bottom: 100px;
  background: #083f88;
}

.privacy-span {
  font-size: 22px;
  font-weight: 600;
}

input[type="checkbox"] {
  height: 10px !important;
  border: none;
  width: unset !important;
}

.modal {
  background: rgba(0, 0, 0, 0.5) !important;
}

.sell_do_form_container .selldof_row:nth-last-child(2) {
  display: none;
}

.view {
  padding: 70px 0px;
}

.discliamer {
  font-size: 12px !important;
  text-align: center;
}

.abt-high {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  /* height: 130px; */
  gap: 10px;
}

.abt-high:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 90px;
  /* background: #083f88; */
}

.abt-high:last-child:after {
  display: none;
}

.abt-high p {
  margin-top: 25px;
}

.abt-high h3 {
  font-size: 17px;
  font-weight: 700;
  color: #083f88;
  margin: 5px;
  text-align: center;
}

.loc-wrap {
  width: 100%;
  margin-top: 41px;
}

.loc-wrap .loc {
  padding: 10px;
  border: 3px solid #083f88;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0px 0px 5px #303030;
  display: flex;
  /* justify-content: flex-start; */
  align-items: center;
  text-align: start;
}

.loc-wrap .loc img {
  width: 40px;
  margin-right: 10px;
}

.loc-wrap .loc p {
  font-size: 15px;
  color: #000;
  margin-left: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .ab-txt {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .discliamer {
    font-size: 8px;
    text-align: justify;
  }

  .image-dis {
    position: absolute;
    bottom: -6%;
    left: 0%;
  }

  .ab-txt {
    padding: 15px;
  }

  .fixHeader {
    padding: 8px 15px !important;
  }

  .fixHeader .nav-wrapper nav {
    float: none;
  }
}

.p-0 {
  padding: 0;
}

#sp-footer .qr-box {
  margin: 0 auto;
  width: 55%;
  text-align: left;
}

#sp-footer .qr-box p {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  margin-left: 8px;
}

#sp-footer .qr-box img {
  width: 170px !important;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #sp-footer .qr-box p {
    font-weight: 600;
    font-size: 14px;
  }
}

.qr-carousel .owl-nav .owl-next,
.qr-carousel .owl-nav .owl-prev {
  filter: invert();
  width: 73px;
}

.pulseanimation {
  animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 #083f88;
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
  }
}

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 #083f88;
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
  }
}

@media only screen and (max-width: 767px) {
  .whatsappcss {
    transform: rotate(270deg);
    transform-origin: right;
    right: 5%;
    bottom: 40%;
    font-size: 11px;
  }
}

.logoWhatsapp {
  color: #fff;
  margin-right: 5px;
  position: relative;
  top: 2px;
  right: 1px;
  font-size: 19px;
}

.inter {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.register-btn2 {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  text-transform: uppercase;
  padding: 9px 0;
  font-weight: 400;
  border-radius: 0;
  letter-spacing: 1px;
  font-size: 17px;
  width: 220px;
  color: #fff;
  border: 2px solid #ffffff;
  /* background-image: linear-gradient(to right, #8f7c4dcf, #d3b773); */
  background-color: #083f88;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none !important;
  text-transform: unset;
  font-weight: 600;
  border-radius: 4px;
}

.register-btn2:hover {
  color: #000;
  border: 2px solid #ffffff;
}

@media only screen and (max-width: 767px) {
  .logoWhatsapp {
    left: 49%;
  }
  .callFont {
    font-size: 17px;
  }
}

.mobWhatsapp {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0.5rem;
  background: #083f88;
}

.mobWhatsapp .whatstext {
  font-size: 15px;
  font-weight: 500;
  text-wrap: pretty;
  margin: 0 0 0 0;
  width: 105px;
}

.greenTxt {
  color: #083f88;
}

.ame-list li {
  color: #083f88;
  font-size: 20px;
  line-height: 3.5rem;
  letter-spacing: 1px;
}

/* .mobWhatsapp .whatsicon i{
width: 50px;
height: 50px;

} */

.intl-tel-input .country-list {
  z-index: 999 !important;
}
.intl-tel-input .flag-container {
  z-index: 999;
}
.intl-tel-input {
  width: 100%;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-right: 20px !important;
}

.ele-back img {
  width: 50px;
}

.about-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  /* flex-wrap: wrap; */
}

.key-item .key-item-img img {
  width: 60px;
}

.key-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px;
  height: 200px;
  transition: all 1s;
  background: #ffffffe3;
}

.key-item:hover {
  transform: translateY(-10px);
  box-shadow: rgb(28 50 135) 0px 7px 29px 0px;
}

.discliamer {
  text-align: left;
}

/* .flex-box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
} */

.tagImage {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: white;
  background-color: #00000079;
  padding: 3px 10px;
  letter-spacing: 1px;
  font-size: 10px;
  margin: 0;
  font-weight: normal;
}
.left-btn-change {
  padding: 7px;
  background-color: #083f88;
}
.right-btn-change {
  padding: 7px;
}

@media only screen and (max-width: 766px) {
  .register-btn2 {
    right: 25px;
    padding: 5px 17px;
    /* right: unset !important; */
    font-size: 15px;
    left: unset !important;
    position: fixed;
    bottom: 50%;
    display: none;
    transform: rotate(-90deg);
    transition: 0.4s ease-in;
    z-index: 999;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 0px;
    border: 2px solid #ffffff;
    color: #fff;
    width: 157px;
  }
  .left-btn-change {
    /* padding: 20px; */
    background-color: #083f88;
  }

  .about-wrap {
    flex-direction: column;
  }
}
.proj-block-ame {
  width: 100%;
}

.overviewHead {
  text-transform: uppercase;
  text-align: center;
  color: #404040 !important;
  font-size: 32px;
  /* letter-spacing: 2px; */
  margin-bottom: 20px;
}

.contactBG {
  background: #fff;
  border-radius: 15px;
}

#contact-form {
  margin-bottom: 1em;
}

.overview-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

/* -------------------------31 dec code changes ------------------> */

.key-marg {
  margin-top: 3em;
}

@media screen and (max-width: 767px) {
  .para-flex {
    display: flex !important;
    line-height: 16px !important;
  }

  .check-rig {
    margin-right: 10px !important;
  }

  .changing-dir {
    display: flex;
    flex-direction: column-reverse;
  }

  .first-over {
    margin-top: 4em;
  }

  .head-line-gold1 {
    height: 0px;
  }

  /* /---------------> new change 2 jan 2025 ------------> */
  .overviewHead {
    font-size: 21px !important;
  }
}

@media screen and (max-width: 700px) {
}

.para-flex {
  display: flex !important;
  line-height: 15px;
}

#over-title {
  font-size: 14px;
}

#whats-popup input {
  padding-left: 10px !important;
}

@media screen and (max-width: 376px) {
  #over-title {
    font-size: 13px;
  }
}

.form-sec {
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 2rem 0.2rem;
}

#banner-form {
  height: 19em !important;
}

#over-title {
  margin-bottom: 1.5em;
}

.input-group-addon {
  background: #083f88;
  color: #fff;
  border: 0;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
  background: transparent;
  margin-bottom: 46px;
}

#accordion a {
  display: block;
  padding: 10px 15px;
  border: 2px solid #083f88;
  text-decoration: none;
  /*width: 145px;*/
  position: relative;
  /*top: 23px;*/
  text-transform: uppercase;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #083f88;
  color: white;
  transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}

#accordion .panel-heading {
  padding: 0;
  border-radius: 0;
  /*text-align: center;*/
}

#accordion .panel-heading a:not(.collapsed) {
  color: white;
  background-color: #083f88;
  transition: all 0.2s ease-in;
}

#accordion .panel-body p i {
  color: #083f88;
  margin-right: 10px;
  font-size: 16px;
}

/* Add Indicator fontawesome icon to the left */

#accordion .panel-heading .accordion-toggle::before {
  /* content: '\f00d'; */
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  margin-right: 10px;
  transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #083f88;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}

.panel-body {
  padding: 11px 13px 0px;
  border: none !important;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 85%);
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #083f88;
  color: white;
  transition: all 0.2sease-in;
}

.panel-group .panel-heading {
  border-bottom: 0;
  background: transparent;
}

.panel-title {
  margin-top: -34px;
  margin-bottom: 0;
  font-size: 16px;
  color: #083f88;
  font-weight: 600;
  text-align: left;
}

.loc-list {
  padding-left: 0;
}

.loc-list li {
  margin-bottom: 8px;
  list-style: none;
  text-align: left;
  background: #769bb8;
  color: #fff;
  padding: 5px 10px;
}

.loc-list li i {
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
}

.loc-list li span {
  float: right;
  font-weight: 800;
  color: #fff;
}

/* new csss */

.about-icon {
  text-align: center;
  height: 160px;
  /* border: 1px solid; */
  padding: 10px;
  margin: 10px 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about-icon:hover {
  transform: translateY(-10px);
  box-shadow: rgb(28 50 135) 0px 7px 29px 0px;
}

.about-key {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.abt-high {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: auto;
  gap: unset !important;
}

.abt-high h3 {
  font-size: 16px;
  margin-top: 10px;
}

/* ---------------------swiper------------------------- */

.gallery-swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5sease;
  -o-transition: all 0.5s ease;
  transition: all 0.5sease;
}

.swiper-slide img {
  width: 100%;
}

.swiper-button.swiper-button-prev-8 {
  left: 10%;
}

.swiper-button.swiper-button-next-8 {
  right: 10%;
}
img {
  width: 100%;
}

.sppb-row {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .gallery-swiper-container .swiper-button {
    position: relative;
    top: unset;
  }

  .gallery-swiper-container .swiper-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3.5rem auto auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6rem;
    filter: invert(1);
  }
}
