/* reset css */

* {
  margin: 0;
  padding: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
p,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

hr {
  width: 100%;
  display: inline-block;
  border-color: rgba(0, 0, 0, .15);
}

a,
input[type="submit"],
input[type="button"],
.btn,
button {
  -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;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif !important;
}

input[type="button"]:focus,
input[type="text"]:focus,
select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select {
  font-family: 'Montserrat', sans-serif !important;
}

section {
  clear: both;
}

audio,
canvas,
progress,
video {
  vertical-align: middle;
}

a:focus {
  text-decoration: none
}

a,
span {
  display: inline-block;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
  color: #1f1f1f;
}


/* reset css */

body {
  font-family: 'Montserrat', sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

html {
  overflow-x: hidden;
  max-width: 100vw;
}

.main-wrapper {
  padding: 30px 15px;
}

.d-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-d-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.a-i-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-i-f-e {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.j-c-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.j-c-f-e {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.j-c-s-b {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.j-c-s-a {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.j-c-s-e {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

p {
  color: #565656;
  font-weight: normal;
}

h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.owl-dots button span {
  background-color: #666666;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0;
}

.owl-dots button+button {
  margin-left: 6px;
}

.owl-dots {
  text-align: center;
}

.owl-dots button.active span,
.subsale-details .announcement-details-carousel .owl-dots button.active span {
  background-color: #fdd736 !important;
}

.logo-container {
  background-color: #1f1f1f;
  min-height: 100vh;
}

.logo-container img {
  max-width: 210px;
}

h2 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fdd736;
}

header {
  background-color: #1f1f1f;
  padding: 20px 15px;
  position: relative;
}

.back-button,
.toggle-button,
.share-button,
.add-button {
  width: 40px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 24px;
}

.share-button,
.add-button {
  left: auto;
  right: 15px;
}

.header-inner .back-button {
  left: 0;
}

.back-button img,
.toggle-button img,
.share-button img,
.add-button img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

h3 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}

.page-container>a,
.page-container>ul {
  border: 2px solid #dadada;
  height: 40vw;
  background-color: #d7d7d7;
  width: 100%;
}

.page-container {
  margin-bottom: 30px;
}

.page-container h3 {
  padding: 0 20px;
  min-height: 75px;
}

.page-container ul {
  background-color: #d7d7d7;
  padding: 30px 20px;
  width: 100%;
}

.company-details .page-container ul {
  background-color: transparent;
  padding: 0;
  width: 100%;
}

.main-button {
  background-color: #fdd736;
  padding: 10px 20px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 100%;
  color: #1f1f1f;
  font-weight: 500;
  border: 2px solid #fdd736;
  text-align: center;
}

.main-button:hover,
.main-button :focus {
  color: #1f1f1f;
  background-color: #f2c400;
  border-color: #f2c400;
}

.button-icon {
  width: 20px;
  margin-right: 5px;
}

.page-container ul li+li {
  margin-top: 15px;
}

.main-button.pink {
  background-color: #e02f2f;
  border-color: #e02f2f;
  color: #ffff;
}

.main-button.pink:hover,
.main-button.pink:focus {
  background-color: #cb1313;
  border-color: #cb1313;
  color: #fff;
}

/*table {
  table-layout: fixed;
  width: 100%;
  border-collapse: initial;
}

table th,
table td {
  width: 25%;
  text-align: center;
  padding: 10px 15px;
  background-color: #31ab54;
  font-weight: normal;
  color: #fff;
  border: 5px solid #fff;
}

th.sold,
td.sold {
  background-color: #ff001e;
}

th.blocked,
td.blocked {
  background-color: #324fff;
}

th.not-available,
td.not-available {
  background-color: #a60ced;
}*/

.main-wrapper .logo-inner {
  background-color: transparent;
  min-height: auto;
  margin-bottom: 30px;
}

.main-links {
  color: #1f1f1f;
  text-decoration: underline !important;
}

form {
  margin-top: 15px;
}

.form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

label {
  margin: 0;
}

.custom-check label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #1f1f1f;
  z-index: -1;
}

.custom-check input {
  width: 16px;
  height: 16px;
  opacity: 0;
  position: relative;
  top: 3px;
}

.custom-check label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 6px;
  height: 13px;
  border-right: 2px solid #1f1f1f;
  border-bottom: 2px solid #1f1f1f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  opacity: 0;
}

input[type="checkbox"]:checked+label::after {
  opacity: 1;
}

.form-control,
.form-control:focus {
  height: 40px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #dadada;
  padding: 0 15px;
}

.form-group span {
  position: absolute;
  top: 0;
  left: 0;
}

select.form-control {
  -webkit-appearance: none;
}

.form-group>span {
  position: absolute;
  top: 0;
  left: 0;
}

.form-group .padding-left {
  padding-left: 75px;
}

.form-group>span select {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.forgot-password {
  display: block;
  text-align: right;
}

.main-button.button-small {
  width: auto;
  margin-left: 15px;
}

.pages-links-text {
  padding: 15px 0;
}

.header-inner {
  margin-bottom: 20px;
  position: relative;
}

.header-inner span {
  padding-left: 30px;
}

.projects .header-inner .shortDiv {
  margin-top: 5px;
}

.projects .header-inner,
.subsale .header-inner {
  margin-bottom: 5px;
}

.custom-radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #1f1f1f;
  z-index: -1;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.custom-radio input {
  width: 16px;
  height: 16px;
  opacity: 0;
  position: relative;
  top: 3px;
}

.custom-radio label::after {
  content: "";
  position: absolute;
  top: 5.4px;
  left: 1.4px;
  width: 13px;
  height: 13px;
  z-index: -1;
  opacity: 0;
  background-color: #fdd736;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #fff;
}

input[type="radio"]:checked+label::after {
  opacity: 1;
}

.announcement-details-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

/*.announcement-details-carousel .owl-dots button span {
  background-color: #fff;
}
*/
.wrapper-announcement-details .page-container {
  margin: 0;
}

form {
  width: 100%;
}

.main-button.icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 1px solid #fdd736;
  position: relative;
}

.main-button.icon:hover {
  background: transparent;
  border: 1px solid #3f3d33;
}

.main-button.icon:hover .countDiv {
  display: block;
}

.countDiv {
  display: none;
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  /*width: 110px;*/
  white-space: nowrap;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  padding: 3px 10px;
  border-radius: 5px;
}

.countDiv::after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.8);
  ;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  position: absolute;
}

.header-inner .main-button.icon {
  position: absolute;
  right: 0;
  top: 0;
}

.main-button.icon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: auto;
}

.header-inner input[type="search"] {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}

.header-inner .form-group {
  margin: 0;
}

.pages-links-heading ul {
  width: auto;
  padding: 8px;
  background-color: transparent;
}

.pages-links-heading ul li+li {
  margin: 0;
  margin-left: 10px;
}

.projects .page-container>a,
.subsale .page-container>a {
  /*height: 91vw;*/
}

.row>.col-sm-12:last-child .page-container {
  margin: 0;
}

.projects-name .owl-dots,
.floor-plan .owl-dots {
  margin-top: 15px;
  position: static;
}

.subsale-details .announcement-details-carousel .owl-dots {
  position: static;
  margin: 20px 0;
}

.projects-name .owl-dots span,
.floor-plan .owl-dots span,
.subsale-details .announcement-details-carousel .owl-dots span {
  background-color: #a7a7a7 !important;
}

.projects-name .page-container {
  margin: 0;
}

.projects-name ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.main-button.green {
  background-color: #69db77;
  border-color: #69db77;
  color: #fff;
}

.main-button.green:hover,
.main-button.green:focus {
  background-color: #53b55f;
  border-color: #53b55f;
}

table.no-color th,
table.no-color td {
  background-color: transparent;
  color: #1f1f1f;
  padding: 5px 0;
  border: 0;
  text-align: left;
}

table.no-color td {
  text-align: right;
  color: #565656;
}

table.no-color th {
  font-weight: 600;
}

.projects-name .header-inner {
  margin: 15px 0;
}

.project-details-container+.project-details-container {
  margin-top: 15px;
}

.table-bordered th,
.table-bordered td,
.table-bordered {
  border: 1px solid #dadada !important;
  text-align: center !important;
  border-collapse: collapse;
}

.n-m {
  margin: 0;
}

.company .page-container>a {
  height: 85vw;
}

.accordion {
  width: 100%;
}

button span {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.subsale button span {
  width: 5px;
  margin-right: 0px;
}

button span img {
  -o-object-fit: contain;
  object-fit: contain;
}

.accordion button {
  color: #565656;
  text-decoration: none !important;
}

.accordion button .fa {
  font-size: 24px;
  margin-left: auto;
  margin-top: -4px;
  margin-right: 0;
}

.accordion button[aria-expanded="false"] .fa::before {
  content: "\f107";
}

.accordion .card-body ul li>div {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}

.main-button.button-bordered {
  background-color: transparent;
  border: 1px solid #565656;
  text-align: left;
}

.main-button.button-bordered:hover,
.main-button.button-bordered:focus {
  background-color: #565656;
  color: #fff;
}

.accordion-right .card {
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  color: #1f1f1f;
  text-align: center;
  background-color: transparent;
  border: 0;
}

.card-header {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  margin: 0 !important;
}

.accordion-right .card-header h2 {
  font-size: initial;
}

.card-body .card-body ul li+li {
  margin-top: 0 !important;
}

.accordion ul li {
  text-align: left;
}

.accordion .card-body {
  padding: 0;
  padding-top: 20px;
}

.accordion .card {
  padding: 0;
  border: 0;
}

.card .card {
  padding: 0;
}

.card-body .card-body,
.credit .card-body {
  padding: 15px 0;
  border: 1px solid #565656;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-top: 2px;
}

.accordion .card-body>ul>li+li {
  margin-top: 20px;
}

.card-body .card-body ul li a,
.credit .card-body ul li a {
  padding: 3px 15px;
  width: 100%;
}

.card-body .card-body ul li a:hover,
.card-body .card-body ul li a:focus,
.credit .card-body ul li a:hover,
.credit .card-body ul li a:focus {
  background-color: #565656;
  color: #fff;
}

.pages-links-heading-left h5 {
  margin: 0;
}

.button-width-auto {
  width: auto;
}

.pages-links-text .button-width-auto {
  margin-top: 15px;
}

.pages-links-text p {
  width: 100%;
  display: inline-block;
}

.wrapper-announcement-details form .form-group .main-button {
  max-width: 400px;
}

.subsale-posted ul {
  background-color: transparent;
  padding: 15px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 15px;
}

.subsale-posted span {
  width: 30px;
  height: 30px;
  background-color: #e8e8e8;
  padding: 7px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-right: 15px;
}

.subsale-posted span img {
  -o-object-fit: contain;
  object-fit: contain;
}

.subsale-posted ul li {
  color: #565656;
}

.subsale-posted ul li+li {
  margin: 0;
}

.listing-container {
  padding-bottom: 30px;
}

.main-wrapper.no-padding {
  padding: 0;
}

.menu-profile span {
  width: 80px;
  height: 80px;
  background-color: #f0f0f0;
  padding: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-right: auto;
  overflow: hidden;
  object-fit: cover;
}

.menu-profile span img {
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-profile {
  padding: 0 15px 15px;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  clear: both;
}

.main-menu {
  background-color: #fdd736;
  width: 75vw;
  padding: 15px 0;
}

.main-menu div~ul li {
  color: #272727;
  font-size: 15px;
}

.main-menu div~ul li a {
  padding: 5px 15px;
  width: 100%;
}

.main-menu div~ul li a:hover,
.main-menu div~ul li a:focus {
  background-color: #1f1f1f;
  color: #fff;
}

.main-menu {
  background-color: #fdd736;
  width: 75vw;
  height: 100vh;
  overflow: auto;
  padding: 5px 0 15px;
  position: fixed;
  left: -80vw;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-show .main-menu {
  left: 0;
  z-index: 9999999 !important;
}

.close-menu {
  font-size: 40px;
  padding: 0 15px;
  margin-left: auto;
  line-height: normal;
  float: right;
  cursor: pointer;
}

.projects .pages-links-heading h5 {
  margin: 0;
}

.projects-name iframe {
  height: 55vw;
}

.subsale-details-container ul li {
  width: 100%;
  margin: 0;
}

.subsale-details-container ul li:last-child {
  text-align: left;
}

.subsale-details-container {
  margin-bottom: 15px;
}

.credit-payment .subsale-details-container {
  margin-bottom: 5px;
}

.subsale-details-container>h6 {
  margin-top: 15px;
}

.subsale-details .project-details-container {
  padding-top: 15px;
}

.contact-info-container ul li img {
  max-width: 20px;
  margin-right: 5px;
}

.contact-info-container ul li+li {
  margin-top: 10px;
}

.contact-info-container h5 {
  border-bottom: 1px solid #a7a7a7;
  padding: 10px 0 5px;
}

.contact-info-container ul li,
.contact-info-container ul li a {
  color: #565656;
}

.project-details-container iframe {
  height: 60vw;
}

.credit-payment .subsale-details-container ul li span {
  background-color: #fdd736;
  padding: 3px 15px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
}

.credit-container ul li {
  background-color: #565656;
  padding: 20px;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  -webkit-flex-basis: -webkit-calc(50% - 15px);
  -ms-flex-preferred-size: calc(50% - 15px);
  flex-basis: calc(50% - 15px);
  color: #fdd736;
}

.credit-container h6 {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.credit-container span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
}

.credit-container p {
  color: #fdd736;
}

.credit-container em {
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  color: #dadada;
  text-align: center;
}

.credit-container.full ul li {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.credit-container.credit-white ul li {
  background-color: transparent;
  padding: 30px 0;
  color: #1f1f1f;
}

.credit-payment .credit-container.credit-white ul li {
  padding: 20px 0;
}

.credit-payment .credit-container ul li p+span {
  margin: -5px 0;
}

.credit-container.credit-white form {
  margin: 0;
}

.credit-container.credit-white p {
  color: #565656;
}

.credit-container.credit-white ul li:last-child {
  text-align: right;
}

.credit-container.credit-white form {
  max-width: 120px;
}

.credit-payment .main-button {
  margin-top: 30px;
}

.credit .card-body ul li+li {
  margin: 0;
}

.credit .card-body ul li a {
  text-align: center;
}

.dropdown.bootstrap-select {
  width: 100% !important;
  border: 1px solid #565656;
  text-align: left;
  color: #565656;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-weight: 500;
}

.bootstrap-select>.dropdown-toggle {
  background-color: transparent;
  border: 0;
  padding: 10px 20px;
}

.credit .credit-container .main-button {
  margin: 30px 0;
}

.credit-container.history ul li {
  background: transparent;
  padding: 0;
  width: -webkit-calc(33% - 10px);
  width: calc(33% - 10px);
  -webkit-flex-basis: -webkit-calc(33% - 10px);
  -ms-flex-preferred-size: calc(33% - 10px);
  flex-basis: calc(33% - 10px);
}

.credit .credit-container.history ul li a {
  margin: 0;
}

.credit-container.history {
  margin-bottom: 30px;
}

.credit table tr td {
  text-align: left !important;
  color: #1f1f1f;
}

.credit .credit-container table span {
  display: inline-block;
  width: auto;
  font-size: initial;
  text-align: left;
}

.credit .credit-container table span+span {
  margin-left: 10px;
}

.credit-container table p {
  color: #565656;
}

.credit table.no-color tr {
  border-bottom: 1px solid #dadada !important;
}

.credit table.no-color {
  border-collapse: collapse;
}

.credit-container table h6 {
  margin: 0;
}

.credit table.no-color tr td:last-child {
  text-align: right !important;
}

span.badge {
  background-color: #fdd736;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px !important;
  padding: 6px 12px;
  font-weight: 600;
  color: #1f1f1f;
}

span.badge.completed {
  background-color: #1fff1f;
}

span.badge.processing {
  background-color: orange;
}

.qr-code-tickets .credit-container ul li {
  background-color: transparent;
  padding: 0;
  width: 33.33%;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.qr-code-tickets .credit-container ul {
  background-color: #fdd736;
}

.qr-code-tickets .credit-container ul li a {
  background-color: #fdd736;
  border-bottom: 2px solid #fdd736;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
}

.qr-code-tickets .credit-container ul li a.active {
  border-bottom: 2px solid #1f1f1f;
  background-color: #fdd736;
  color: #1f1f1f;
}

.main-wrapper.qr-code-tickets {
  padding: 0;
}

.qr-code-tickets span.badge {
  margin-bottom: 5px;
}

.ticket-qr-code .credit-container img {
  margin-bottom: 30px;
}

.ticket-qr-code span.badge {
  margin-bottom: 5px;
}

.redeem-credit td span {
  width: 30px !important;
  height: 30px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid green;
  padding: 7px 5px 5px;
}

.redeem-credit td span img {
  -o-object-fit: contain;
  object-fit: contain;
}

.credit.redeem-credit table.no-color tr,
.credit.scan-attendance table.no-color tr {
  border: 0 !important;
}

.bonus-container>p {
  margin-bottom: 10px;
}

.bonus-container>h3 {
  margin-top: 30px;
  text-align: center;
  font-weight: 400;
}

.bonus-container>h4 {
  text-align: center;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 30px;
}

.bonus-container ul li+li {
  margin-top: 20px;
}

.qr-code-tickets.qr-scanner .credit-container ul li {
  background-color: transparent;
  padding: 0;
  width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.scanned-result .credit-container img {
  max-width: 140px;
  margin: 0;
}

.scanned-result .bonus-container {
  margin-top: 30px;
}

.scanned-result .credit-container {
  text-align: center;
}

.scanned-result .bonus-container ul li+li {
  margin-top: 5px;
}

.scanned-result .bonus-container ul {
  margin-bottom: 30px;
}

.credit .customSeclectOption {
  font-size: 24px;
  font-weight: 600;

}

.credit .select-selected {
  text-align: center !important;
}

.select-items {
  background: #fff;
  padding: 15px 0;
  border: 1px solid #565656;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-top: 2px;
}

.select-items div {
  padding: 3px 15px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.select-items div:hover,
.select-items div:focus,
.select-items div.same-as-selected {
  background-color: #565656;
  color: #fff;
}

.select-selected::after {
  content: "\f107";
  font-family: fontawesome;
  top: 50% !important;
  right: 24px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 24px;
  width: auto;
  height: auto;
  border: 0;
}

.select-selected.select-arrow-active::after {
  content: "\f106";
}

.files h6 {
  margin-bottom: 20px;
}

.files ul li:nth-child(4) p,
.files ul li:nth-child(5) a {
  display: inline-block;
}

/*
.files ul li:nth-child(4) p + p, .files ul li:nth-child(5) a {
    margin-left: 55px;
}
*/
.files ul li a,
.files ul li a:hover,
.files ul li a:focus {
  color: #0665cb;
}

.files ul li:nth-child(5) {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 5px 0;
}

.files .select-selected {
  padding: 0;
  border: 0;
  color: #000;
  font-weight: 600;
}

.files .customSeclectOption {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px !important;
}

#collapseOne li .customSeclectOption {
  width: 100% !important;
}

.customSeclectOption select {
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 0px;
  padding: 10px 15px;
  font-weight: normal;
  width: 100%;
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 50px;
}

.subsale .row .customSeclectOption select.custom-sub-sales-dropdown {
  font-size: 10px;
  padding: 10px 5px;
}

.files .bonus-container {
  position: relative;
}

.files .select-selected::after {
  right: 0;
}

.files .bonus-container>ul+ul {
  margin-top: 30px;
}

.scanned-amount {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fdd736;
  margin-bottom: 10px;
  font-size: 60px;
}

.scanned-result .customSeclectOption {
  width: 100px !important;
  font-size: 14px;
}

.scanned-result .customSeclectOption .select-selected {
  text-align: left !important;
  padding: 2px 10px;
  background-color: #fdd736;
  border-color: #fdd736;
}

.scanned-result .select-selected::after {
  right: 10px;
  font-size: 16px;
}

.scanned-result .select-items div {
  padding: 1px 10px;
  font-size: 14px;
}

.scanned-result .select-items div:hover,
.scanned-result .select-items div:focus {
  background-color: #fdd736;
  color: #1f1f1f;
  cursor: pointer;
}

.scanned-result .select-items {
  padding: 10px 0;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.subsale input,
.subsale input:focus {
  height: 46px;
  border: 1px solid #565656;
  font-weight: 400;
  padding: 0 20px;
  font-family: 'Montserrat', sans-serif !important;
}

::-webkit-input-placeholder {
  color: #495057;
  opacity: 1;
}

::-moz-placeholder {
  color: #495057;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #495057;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #495057;
  opacity: 1;
}

::placeholder {
  color: #495057;
  opacity: 1;
}

.subsale input::-webkit-input-placeholder {
  color: #202020;
  opacity: 1;
}

.subsale input::-moz-placeholder {
  color: #202020;
  opacity: 1;
}

.subsale input:-ms-input-placeholder {
  color: #202020;
  opacity: 1;
}

.subsale input::-ms-input-placeholder {
  color: #202020;
  opacity: 1;
}

.subsale input::placeholder {
  color: #202020;
  opacity: 1;
}

body.menu-show::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* 190416 */
}

i.fa.fa-circle {
  color: #565656;
  float: right;
}

.profile-header {
  background-color: transparent;
}

.profile-container {
  background-image: url(../images/profile-background.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  min-height: 42vw;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.profile-image {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 40vw;
  height: 40vw;
}

.profile-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.main-wrapper.profile {
  margin-top: 52vw;
}

.profile.files ul li:nth-child(4) p,
.profile.files ul li:nth-child(5) a {
  display: block;
}

.profile.files ul li:nth-child(5) {
  padding: 0;
  border: 0;
}

.profile.files ul li:nth-child(5) a {
  border-bottom: 1px solid #dadada;
  padding: 5px 0;
  margin: 0;
  color: #1f1f1f;
}

.profile.files ul li:nth-child(5) a i {
  float: right;
}

.profile .bonus-container>ul,
.profile .bonus-container>form>ul {
  background-color: #efefef;
  padding: 20px 10px;
}

.add-image {
  position: absolute;
  bottom: -20.5vw;
  right: 36vw;
  width: 8vw;
  height: 8vw;
  background-color: #fdd736;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  padding: 2vw;
}

.profile-buttons li+li {
  margin: 0 !important;
  margin-left: 10px !important;
}

.profile-buttons li a {
  color: #1f1f1f !important;
}

.profile-buttons li {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}

ul.profile-buttons.d-f {
  background-color: transparent !important;
  margin-top: 20px;
}

body.menu-show {
  max-height: 100vh;
  overflow: hidden;
}

.announcement-details-carousel.with-video .item {
  padding-top: 66.6666%;
  position: relative;
}

.announcement-details-carousel.with-video .item video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.affirm-agents-carousel table th,
.affirm-agents-carousel table td {
  width: auto;
  font-size: 16px;
}

.affirm-agents-carousel table {
  table-layout: auto;
}

.main-button.green img {
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}

h4 {
  font-size: 22px;
}

.projects-name .project-details-container p+p {
  margin-top: 10px;
}

.button-bottom {
  position: absolute;
  right: 15px;
  left: 15px;
  width: auto;
  top: 90vh;
}

.button-bottom button,
.button-bottom a {
  margin: 0 !important;
}

.redeem-credit .credit-container h5 {
  border-bottom: 1px solid #a7a7a7;
  padding-bottom: 10px;
}

.projects-name table {
  table-layout: auto;
}

.scroll-top {
  position: absolute;
  bottom: 80px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#000));
  background-image: -webkit-linear-gradient(top, #454545, #000);
  background-image: -o-linear-gradient(top, #454545, #000);
  background-image: linear-gradient(to bottom, #454545, #000);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  right: 15px;
}

.main-wrapper.subsale {
  padding-bottom: 0;
}

.subsale-details .contact-info-container ul {
  padding-left: 40px;
}

.credit.redeem-credit table {
  table-layout: auto;
}

.credit.redeem-credit table.no-color tr th,
.credit.redeem-credit table.no-color tr td {
  width: auto;
  text-align: left !important;
  font-size: 16px;
}

.scroll-top:focus,
.scroll-top:hover {
  color: #fff;
}

.ticket-qr-code table,
.qr-code-tickets table {
  table-layout: auto;
}

.ticket-qr-code table tr td,
.qr-code-tickets table tr td {
  width: auto;
}

.ticket-qr-code table tr td h5,
.qr-code-tickets table tr td h5 {
  font-size: 16px;
}

/* 190416 */

.page-container>a {
  position: relative;
}

span.tag {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #fdd736;
  padding: 3px 6px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  z-index: 1;
}

span.tag::before {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-top: 20px solid #fdd736;
  border-right: 20px solid transparent;
  right: -20px;
  top: 0;
  z-index: -1;
}

span.tag::after {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-bottom: 20px solid #fdd736;
  border-right: 20px solid transparent;
  right: -20px;
  bottom: 0;
  z-index: -1;
}

.share-this {
  position: fixed;
  top: 50%;
  right: -60px;
  z-index: 2;
  background-color: #fdd736;
  padding: 10px;
  transition: 0.5s ease;
  transform: translateY(-50%);
}

.share-this.show {
  right: 0;
}

.share-this ul li a {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  text-align: center;
  line-height: 28px;
  border-radius: 100px;
}

.share-this ul li+li {
  margin-top: 5px;
}

.table-multi-properties {
  margin: 0;
  border: 1px solid #f9f9f9;
}

.table-multi-properties>tbody>tr:nth-of-type(2n+1) {
  background-color: #f9f9f9 !important;
}

.table-multi-properties td {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: none;
  font-weight: 400;
  vertical-align: middle !important;
  padding: 8px 15px !important;
  border: none !important;
  background: transparent !important;
  color: #202020;
}




.floarDiscriptionSection {
  margin-bottom: 30px;
}

.floarDiscriptionSection .detail-amenities-list {
  text-align: left;
}

.floarDiscriptionSection h3 {
  font-size: 20px;
  margin: 15px 0px 3px;
  text-align: left;
}

.floarDiscriptionSection h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #202020;
}

.floarDiscriptionSection p {
  margin-bottom: 5px;
}

.floarDiscriptionSection .btn-light {
  padding: 8px 30px;
  background: #f6f6f6;
  color: #000;
  height: auto;
  display: inline-block;
}

.floarDiscriptionSection .detail-amenities-list li {
  padding-left: 0px;
  margin-bottom: 30px !important;
  display: inline-block;
}

.floarDiscriptionNew .detail-amenities-list .media-left.media-middle {
  max-width: 45px;
  text-align: center;
  padding-right: 20px;
  display: inline-block;
}

.floarDiscriptionNew .detail-amenities-list .media-body {
  width: auto;
  text-align: left;
  margin-right: 10px;
  display: inline-block;
}



.detail-bar-full .detail-sub-title {
  text-align: center !important;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 440px;
  margin: 50px auto;
  letter-spacing: 3px;
}

.mfp-title-download {
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: 9;
}

.mfp-title-download .mfp-download {
  color: #fff !important;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  padding: 10px 0px;
}

@media (max-width: 767px) {
  .detail-bar-full .detail-sub-title {
    margin: 35px auto;
  }
}

.detail-bar-full .update-text {
  color: #777777;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  margin: 0;
}

.detail-bar-full .detail-features {
  padding: 0;
  display: table;
  width: 100%;
}

.detail-bar-full .detail-features-left,
.detail-bar-full .detail-features-right {
  padding: 110px;
  display: table-cell;
  width: 50%;
}

.detail-bar-full .detail-features-left .detail-title,
.detail-bar-full .detail-features-right .detail-title {
  text-align: left;
}

.detail-bar-full .detail-amenities-list.mediaListSection {
  text-align: center;
}

.detail-bar-full .detail-amenities-list.mediaListSection li.media {
  min-width: 30%;
  display: inline-block;
  float: none;
  text-align: center;
  padding: 0 15px;
  margin: 0 0 50px;
}

.detail-bar-full .detail-amenities-list.mediaListSection li.media img {
  width: auto;
}

.detail-bar-full .detail-amenities-list.mediaListSection li.media .media-left.media-middle {
  max-width: 69px;
  text-align: center;
  padding-right: 20px;
  float: left;
  display: inline-block;
}

.detail-amenities-list .media-body {
  float: left;
  width: calc(100% - 80px);
  display: inline-block;
  text-align: left;
}


.detail-features.detail-block .detail-title h2 {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}

.projectSliderSec .announcement-details-carousel.with-video .item {
  padding-top: 0px;
  text-align: center;
}

.projectSliderSec .announcement-details-carousel.with-video .item a {
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}

.projectSliderSec .announcement-details-carousel.with-video .item a img.bluredImageNew {
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
}

.projectSliderSec .announcement-details-carousel.with-video .item a img {
  max-height: 490px;
  object-fit: contain;
  object-position: center;
  width: 100%;
  position: relative;
  z-index: 9;
}

.detail-features.detail-block .list-three-col.list-features li {
  display: inline-block;
  width: 100%;
  margin: 0.5% 1%;
}

.project-details-container table {
  border: none !important;
}

.project-details-container table td,
.customeTabeleDes td {
  background: transparent !important;
  margin: 0px !important;
  border: 1px solid #000;
  border-collapse: collapse;
}

.project-details-container p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important
}

.project-details-container table td p {
  margin: 0px !important;
  padding: 5px !important;
}

div#gmap {
  width: 100%;
  height: 400px;
  border: double;
}

#c {
  text-align: left;
}

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#target {
  width: 345px;
}

.jFiler-theme-default .jFiler-input {
  width: 100%;
}

.dropdown-header {
  font-size: 20px !important;
}




a.rationImage {
  position: relative;
  overflow: hidden;
  max-height: 320px;
}

a.rationImage img {
  width: 100%;
  top: 0;
  left: 0;
  object-position: center;
  height: 100% !important;
  position: absolute;
  object-fit: cover;
  z-index: 1;
}

a.rationImage img.bluredImage {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -moz-filter: blur(10px);
  position: relative;
  object-fit: contain;
  width: 100%;
  height: 320px !important;
}

a.rationImage .tag {
  z-index: 9;
}






html,
body {
  overflow-x: hidden !important;
  width: 100% !important;
}

.main-wrapper.projects-name.projectSliderSec {
  overflow-x: hidden !important;
}


.accordion .customSeclectOption .select-items {
  max-height: 200px;
  overflow-y: auto;
}

/*.accordion .card .card-body ul li .main-button {
    width: calc(50% - 15px);
}*/


.announcement-details-carousel .owl-item .rationImage {
  height: auto;
  max-height: unset;
  width: 100%;
}

.announcement-details-carousel .owl-item .rationImage img {
  height: 470px;
  object-fit: contain;
  object-position: center;
  position: relative;
  z-index: 4;
}

.announcement-details-carousel .owl-item .rationImage img.bluredImage {
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -moz-filter: blur(10px);
}


.fullWidthDiv {
  min-width: 100%;
}

.header-media #houzez-gmap-main .col-sm-12,
.header-media #houzez-gmap-main .col-md-12,
.header-media #houzez-gmap-main .col-md-12 #gmap {
  min-width: 100% !important;
  width: 100% !important;
  padding: 0px !important;
}

.displayOnlyForMobile {
  display: none;
  width: 100%;
}

.heading-desc {
  padding-top: 10px;
  padding-bottom: 10px;
}



/******************/
.header-detail.saleChartHeader .header-left {
  width: auto;
}

.header-detail.saleChartHeader .header-right {
  width: calc(100% - 220px);
  padding: 30px 0 0;
}

.saleChartHeader .header-right .btn {
  top: -10px;
  padding: 5px 8px;
  font-size: 12.5px;
  background-color: #fdd736 !important;
  border-radius: 50px;
  color: #1f1f1f !important;
  font-weight: 500;
  border: 2px solid #fdd736 !important;
}


.header-inner.d-f.a-i-c.j-c-c.justyfyContent {
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  align-items: center !important;
  align-content: center !important;
}

.header-inner.justyfyContent .back-button {
  position: relative !important;
  left: 0 !important;
  top: 12px !important;
}

.header-inner.justyfyContent .copy-url {
  background-color: #fdd736 !important;
  border-radius: 50px;
  color: #1f1f1f !important;
  font-weight: 500;
  border: 2px solid #fdd736 !important;
  padding: 8px 25px;
}

.customSelectSec {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #dadada;
  padding: 0 15px;
}

.textarea-control {
  height: auto !important;
  border-radius: 10px !important;
}
.socialIcons {
  width: auto !important;
}
.header-inner .back-button.rightsideButton {
    right: 0;
    left: auto;
    height: 40px;
    z-index: 2;
}
.header-inner .back-button.rightsideButton img {
	width: 35px;
}
.rightsideButton.active ul.shareIconsDropdown {
	display: block;
}
ul.shareIconsDropdown {
  width: 159px;
  display: inline-block;
  background: transparent;
  z-index: 1;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
ul.shareIconsDropdown li {
  float: left;
  padding: 4px;
  text-align: center;
  font-size: 24px;
  width: 43px;
  height: 43px;
  margin: 0 5px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
ul.shareIconsDropdown li a {
  color: #fff !important;
}
ul.shareIconsDropdown  .facebookBg {
  background-color: #4769b1;
}
ul.shareIconsDropdown  .twitterBg {
  background-color: #2aa4f1;
}
ul.shareIconsDropdown  .whatsappkBg {
  background-color: #38d64d;
}
ul.shareIconsDropdown li:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}



@media (min-width: 700px) {

  .header-inner .shortDiv input[type="search"] {
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
    max-width: 500px;
    display: inline-block;
  }

  /*
.header-inner .shortDiv .main-button.icon {
    position: absolute;
    right: 0px;
    top: 0;
}*/
  .shortDiv .customSelectbox {
    position: absolute;
    top: 0px;
    right: 50px;
    max-width: 220px;
    margin-top: 0 !important;
  }

  .shortDiv .customSelectbox {
    width: auto;
    display: inline-block;
    position: unset;
  }

  .header-inner .main-button.icon {
    position: unset;
  }
}

.shortDiv {
  padding: 0 15px;
}

.shortDiv .customSelectbox {
  padding: 8px 11px;
  border-radius: 50px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 15px;
  margin-top: 10px;
}

div#recaptcha-container iframe {
  height: 100px !important;
}

@media (max-width: 767px) {
  .displayOnlyForMobile {
    display: inline-block;
  }

  .displayOnlyForMobile hr {
    width: 100%;
    display: inline-block;
    border-color: rgba(0, 0, 0, .2);
    border-width: 1px !important;
    margin: 30px 0px 20px;
  }

  #pac-input {
    width: calc(100% - 23px);
    left: 0 !important;
    top: 50px !important;
  }

  .ul.shareIconsDropdown {
    display: block;
  }
  .header-inner .back-button.rightsideButton {
    position: fixed;
    left: 0;
    right: auto;
    width: 100% !important;
    bottom: -17px;
    top: auto;
  }
  .header-inner .back-button.rightsideButton > a {
    display: none;
  }
  ul.shareIconsDropdown {
    position: unset;
    width: 100%;
    border-radius: 0;
    display: flex;
  }
  ul.shareIconsDropdown li {
    padding: 4px;
    font-size: 24px;
    width: 100%;
    height: 43px;
    margin: 0;
  }
}

@media (max-width: 599px) {
  .shortDiv .customSelectbox {
    width: calc(100% - 50px);
  }

  .header-inner .shortDiv .main-button.icon {
    top: 48px;
  }

  .header-inner .shortDiv input[type="search"] {
    width: 100%;
  }
}


@media (max-width: 1199px) {
  .projectSliderSec .announcement-details-carousel.with-video .item a img {
    max-height: 400px;
  }

  .announcement-details-carousel .owl-item .rationImage img {
    height: 370px;
  }
}

@media (max-width: 991px) {
  .detail-bar-full .detail-amenities-list.mediaListSection li.media {
    min-width: 49%;
  }

  .detail-features.detail-block .list-three-col.list-features li {
    width: 47%;
  }

  .projectSliderSec .announcement-details-carousel.with-video .item a img {
    max-height: 360px;
  }

  a.rationImage,
  a.rationImage img {
    max-height: 160px;
  }

  .announcement-details-carousel .owl-item .rationImage img {
    height: 310px;
  }
}

@media (max-width: 767px) {

  a.rationImage,
  a.rationImage img {
    max-height: 290px;
    height: 290px !important;
  }

  .main-wrapper.projects-name.projectSliderSec .col-sm-12.col-md-10.offset-md-1 {
    padding: 0px !important;
  }

  .mobileNoPadding {
    padding: 0 !important;
  }

  .main-wrapper.subsale .form-group.customSeclectOption {
    top: 7px;
  }

  .main-wrapper.subsale>form {
    margin: 0px;
  }

  .main-wrapper.subsale>form li .form-group.customSeclectOption {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
  }
}

@media (max-width: 600px) {
  .detail-bar-full .detail-amenities-list.mediaListSection {
    text-align: left;
  }

  .detail-bar-full .detail-amenities-list.mediaListSection li.media {
    min-width: 100%;
  }

  .detail-features.detail-block .list-three-col.list-features li {
    width: 95%;
  }

  .projectSliderSec .announcement-details-carousel.with-video .item a img {
    max-height: 320px;
  }

  a.rationImage,
  a.rationImage img {
    max-height: 290px;
    height: 290px !important;
  }

  .main-wrapper.projects,
  .main-wrapper.projects>.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

@media (max-width: 440px) {

  a.rationImage,
  a.rationImage img {
    max-height: 255px;
    height: 255px !important;
  }

  .subsale-details .mobileNoPadding ul li h6 {
    /*font-size: 12px !important;*/
  }

  .announcement-details-carousel .owl-item .rationImage img {
    height: 250px;
  }

}

@media (max-width: 380px) {
  .projectSliderSec .announcement-details-carousel.with-video .item a img {
    max-height: 190px;
  }

  a.rationImage,
  a.rationImage img {
    max-height: 215px;
    height: 215px !important;
  }

}

@media (max-width: 340px) {

  a.rationImage,
  a.rationImage img {
    max-height: 180px;
    height: 180px !important;
  }
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/* Set the size of the div element that contains the map */
#pmap {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}




.subsaleMainForm .card {
  background: transparent !important;
}

.subsaleMainForm .card .card-header button {
  margin: 0px !important;
}

.letestListingSection .customSeclectOption {
  top: 0px !important;
}

.letestListingSection .customSeclectOption select.custom-sub-sales-dropdown {
  font-size: 14px !important;
}

.hidden {
  height: 6px;

}

.gallery-details-carousel.popup-gallery .owl-item .item .thumbnail {
  width: 100%;
  height: auto !important;
}




#subscribeModal form h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 25px;
  font-weight: 500;
}

#subscribeModal form hr {
  margin: 0px !important;
}

#subscribeModal form .submit__control {
  text-align: left;
  width: 100%;
}

#subscribeModal form .error.text-danger {
  display: inline;
}

#subscribeModal form .submit__control h3 {
  font-size: 20px;
  text-align: left;
}

.subscribeModal-lg .modal-body {
  padding: 20px 20px;
}

#subscribeModal form input[type="submit"] {
  background-color: #fdd736;
  padding: 10px 20px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 100%;
  max-width: 300px;
  color: #1f1f1f;
  font-weight: 500;
  border: 2px solid #fdd736;
  text-align: center;
}

.modal-open {
  overflow: hidden !important;
}



.photoLogicImage {
    position: relative;
    height: unset !important;
    width: 100%;
}
.showableImage {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  z-index: 2 !important;
}
.bluredImage {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  z-index: 1 !important;
  filter: blur(4px) !important;
  -webkit-filter: blur(4px) !important;
  -moz-filter: blur(4px) !important;
}
.imageSize3-2 {
  position: relative !important;
  opacity: 0 !important;
  width: 100% !important;
  z-index: 0 !important;
}

.body-company-description .d-f.a-i-c.j-c-c h2 {
  width: calc(100% - 50px);
}






/* The switch - the box around the slider */
.chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #202020;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: #e7b91f;
  border-color: #e7b91f;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  -moz-transition: width 0.1s;
  -webkit-transition: width 0.1s;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  color: #202020;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  -moz-transition: width 0.1s;
  -webkit-transition: width 0.1s;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  color: #202020;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom:0;
}
.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  -webkit-transform: rotate(-55deg);
  -moz-transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}





/***************started app desktop menu*************/


@media only screen and (max-width: 767px) {
  .mobileHeaderOnly {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {


  .desktopAppHeader {
    display: block !important;
    padding: 0px;
  }

}
@media only screen and (max-width: 991px) {

  .desktopAppHeader .collapse.navbar-collapse {
    display: inline-block !important;
    flex-basis: 175px;
  }
  .desktopAppHeader .customNavigation {
    display: none !important;
  }
  .desktopAppHeader .form-inline {
    display: inline-block !important;
    float: right;
  }
}

.desktopAppHeader .navbar {
  background: #1f1f1f;
  margin: 0px;
  border-radius: 0px;
  border: none;
  height: unset;
}
.desktopAppHeader .navbar-brand>img {
    height: 42px;
    width: 50px;
    object-fit: contain;
}
.desktopAppHeader .navbar-brand {
  float: left;
  height: auto;
}
.desktopAppHeader .nav {
  margin-top: 10px;
}
.desktopAppHeader .customNavigation {
  /*display: inline-block;*/
}
.desktopAppHeader .customNavigation li,
.desktopAppHeader .nav>li {
  padding: 20px 6px;
  display: inline-block;
}
.desktopAppHeader .customNavigation>li>a,
.desktopAppHeader .nav>li>a {
  padding: 5px 0px;
  border-bottom: 1px solid transparent !important;
  color: #939598;
}
.desktopAppHeader .customNavigation>li>a:hover,
.desktopAppHeader .nav>li>a:hover,
.desktopAppHeader .customNavigation>.active>a, 
.desktopAppHeader .navbar-nav>.active>a, 
.desktopAppHeader .navbar-default .navbar-nav>.active>a:focus, 
.desktopAppHeader .navbar-default .navbar-nav>.active>a:hover {
    color: #f2bc1a !important;
    background: transparent !important;
    border-bottom: 1px solid #f2bc1a !important;
}
.desktopAppHeader .socialMedia {
  float: right !important;
  width: auto !important;
}
.languageSelectBox {
    background: transparent;
    border: 1px solid #939598;
    padding: 7px 10px;
    color: #939598;
    background: #222;
    margin: 0;
    float: right;
}
.desktopAppHeader .form-inline {
    width: 175px;
    position: relative;
}
.desktopAppHeader .navbar-toggle {
  background: transparent !important;
  border: 2px solid #8888;
  margin-top: 0;
  height: 40px;
  position: unset;
  transform: none !important;
  float: left;
  margin-right: 15px;
  padding: 8px 10px;
  width: 50px;
  border-radius: 5px;
}
.desktopAppHeader .navbar-toggle span {
    border-top: 2px solid #888;
    width: 100%;
    height: 8px;
    float: left;
}

.dropDownMenu {
  position: relative;
}
.dropDownMenu .dropdown-menu {
  padding: 0px !important;
  width: 230px;
  border-radius:3px
}
.dropDownMenu .dropdown-menu li {
  padding: 0px !important;
  border-radius: 0px !important;
}
.dropDownMenu .dropdown-menu li a {
  /*color: #f3bd17;*/
  border-radius: 0px !important;
  color: #202020;
  font-size: 15px;
  padding: 3px 0;
  border: none !important;
 }


/***************end app desktop menu*************/
