.container {
    max-width: 740px !important;
}

.newCustomFooter .container {
    max-width: 1140px !important;
}

.footerTop .container {
    max-width: 100% !important;
}

/****************************\
 * Heading With back btn
\****************************/
.headingWithBackBtn {
    display: inline-block;
    width: 100%;
    padding: 0 30px;
    position: relative;
}

.headingWithBackBtn h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #eeb91b;
}

.leftIconBtn {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
}

.rightIconBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
}

.videoMainDiv {
    display: inline-flex;
    width: 100%;
}

.topBannerSlider.announcement-details-carousel .owl-dots {
    position: static !important;
}

#ShowroomModal .modal-body {
    padding: 0;
    position: relative;
}

#ShowroomModal .close {
    position: absolute;
    right: -11px;
    top: -11px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    z-index: 2;
}

#ShowroomModal .close span {
    margin-right: 0px;
}

.videoIframeDiv {
    position: relative;
    display: inline-block;
    width: 100%;
}

.videoIframeDiv img {
    display: inline-block;
    width: 100%;
    min-height: 400px;
}

.videoIframeDiv object,
.videoIframeDiv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
}

.videoShowroomDiv {
    display: inline-block;
    width: 100%;
}

.singleDivVideo {
    display: inline-block;
    width: 100%;
    margin-top: 22px;
}

.singleDivVideo h3 {
    font-size: 18px;
    color: #212221;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: left;
    font-weight: boald
}

/****************************\
 * quaver Residence Options
\****************************/
.quaverResidenceOptions {
    display: inline-block;
    width: 100%;
}

.quaverResidenceOptions ul {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.quaverResidenceOptions ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 12px 0;
    margin: 0;
}

.quaverResidenceOptions ul li a {
    display: inline-block;
    width: 100%;
}

.quaverResidenceOptions ul li a img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.quaverResidenceOptions ul li a span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #6d6e71;
    margin-top: 10px;
}


/****************************\
 * Table Designs
\****************************/
.customTableDiv {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
}

.customTableDiv table {
    margin-bottom: 0px;
    border: none !important;
}

.customTableDiv tr {
    border: none !important;
}

.customTableDiv thead tr th {
    background: #eeb91b;
    font-size: 12px;
    font-weight: bold;
    color: #202020;
    padding: 7px;
    text-align: center;
    border: none !important;
}

.customTableDiv tr td {
    font-size: 12px;
    font-weight: 400;
    color: #212221;
    padding: 7px;
    text-align: center;
}

.customTableDiv.price-insight tr td {
    font-size: 15px;
}

.customTableDiv tr:nth-child(odd) td {
    background: #e6e7e8;
}

.darkHeader thead tr th {
    background: #212221;
}

.darkHeader * {
    border: none !important;
}

.darkHeader tr input[type=checkbox] {
    border-radius: 0px !important;
}

.tableBottomActionBtn {
    display: inline-block;
    width: 100%;
}

.tableBottomActionBtn .actionBtn {
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    background: #212221;
    padding: 3.5px 20px 3.5px 36px;
    color: #fff !important;
    position: relative;
    font-size: 12px;
}

.tableBottomActionBtn .actionBtn img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 7px;
}

.editBtn {
    display: inline-block;
    width: 16px;
}

.paginationDiv {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.paginationDiv p {
    font-size: 10px;
    color: #000000;
}

.paginationDiv ul {
    display: inline-block;
}

.paginationDiv ul li {
    float: left;
    margin: 1.5px;
}

.paginationDiv ul li a {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    color: #202020;
}

.paginationDiv ul li a:hover,
.paginationDiv ul li a.leftPagi,
.paginationDiv ul li a.rightPagi,
.paginationDiv ul li a.active {
    background: #000;
    color: #fff;
}

.edwardGtModalDiv.show {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}

.edwardGtModalDiv .modal-dialog {
    max-width: 300px;
    margin: 0 auto;
}

.edwardGtModalDiv .modal-content {
    border-radius: 30px;
    text-align: center;
    position: relative;
}

.edwardGtModalDiv .modal-body {
    padding: 40px 30px 30px;
    position: relative;
}

.edwardGtModalDiv .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #fff;
    background: #000;
    opacity: 1;
    border-radius: 50px;
    font-weight: 300;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.edwardGtModalDiv .close span {
    position: relative;
    top: -2px;
}

.edwardInnerDiv {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
}

.edwardInnerDiv>img {
    max-width: 90px;
}

.edwardInnerDiv h2 {
    font-size: 24px;
    font-weight: bold;
    color: #414042;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
}

.edwardInnerDiv p {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    color: #414042;
    margin-bottom: 15px;
}

.edwardInnerDiv ul {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.edwardInnerDiv ul li {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    color: #414042;
    margin-bottom: 5px;
}

.edwardInnerDiv ul li label {
    margin-bottom: 0px !important;
}

.submitBtn {
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    background: #ec1c24;
    padding: 2px 20px;
    min-width: 90px;
    color: #fff !important;
    position: relative;
    border: none !important;
}

.cancelBtn {
    display: inline-flex;
    min-width: 90px;
    align-items: center;
    margin-right: 5px;
    background: #202020;
    padding: 2px 20px;
    color: #fff !important;
    position: relative;
    border: none !important;
}

.otherInput {
    display: none;
    padding: 5px 10px;
    margin-bottom: 20px;
}

/****************************\
 * list Styles
\****************************/
.infoListStyle {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.infoListStyle ul {
    display: inline-block;
    width: 100%;
}

.infoListStyle ul li {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    font-size: 12.5px;
}

.infoListStyle ul li strong {
    width: 20%;
}

.infoListStyle ul li span {
    display: inline-block;
    width: calc(100% - 110px);
    text-align: left;
}




/****************************\
 * CustomAccordian
\****************************/
.customAccordian {
    display: inline-block;
    width: 100%;
}

.customAccordian .card {
    background: transparent;
    border: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.customAccordian .card-header {
    padding: 0;
    display: inline-block;
    width: 100%;
    background: transparent;
    border: none;
}

.customAccordian .card-header button {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    border-radius: 10px;
    border: none !important;
    box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 16%) !important;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 8px 15px;
    background: #f1f2f2;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
}

.customAccordian .card-header button img {
    width: 10px;
}

.customAccordian .card-header button.collapsed img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.customAccordian .customCollaps {
    padding: 0px;
    width: 100%;
}

.projectAgentDiv .customAccordian .customCollaps pre:empty,
.projectAgentDiv .customAccordian .customCollaps p:empty,
.projectAgentDiv .customAccordian .customCollaps span:empty {
    display: none !important;
}

.customAccordian .customCollaps .card-body {
    padding: 10px 0;
}

.customAccordian .customCollaps .card-body h2 {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.customAccordian .customCollaps .card-body p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #231f20;
    display: inline-block;
    width: 100%;
}

.customAccordian .customCollaps .card-body div {
    width: 100%;
}

.customAccordian .customCollaps .card-body * {
    display: inline-block !important;
    margin: 0px !important;
    text-indent: unset !important;
}

.customAccordian .customCollaps .card-body span[style="font-family: Arial;"],
.customAccordian .customCollaps .card-body span[style="mso-special-format:bullet;font-family:Arial"] {
    margin-right: 5px !important;
}

.mapDiv {
    display: inline-block;
    width: 100%;
    border: 2px solid #b0b0b0;
}

.mapDiv iframe {
    float: left;
    display: inline-block;
    width: 100%;
    min-height: 60vh;
    border: none;
}

.fullWidth {
    display: inline-block;
    width: 100%;
}

.docationDivNew {
    display: inline-block;
    width: 100%;
}

.docationDivNew h3 {
    font-size: 20px;
    color: #212221;
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
    border-bottom: 1px solid #b0b0b0;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: left;
}

.docationDivNew .mapDiv iframe {
    min-height: 30vh;
}

/****************************\
 * Sub Heading
\****************************/

.subHeadingDiv {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #6d6e71;
}

.subHeadingDiv h2 {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}

.subHeadingDiv h2 img {
    width: 16px;
    margin-right: 8px;
    position: relative;
    top: -1px;
}


/****************************\
 * Search By Options
\****************************/
.searchByOptions {
    display: inline-block;
    width: 100%;
}

.searchByOptions ul {
    display: inline-flex;
    width: 100%;
    background: #f1f2f2;
    justify-content: space-around;
    border-radius: 7px;
    box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 16%) !important;
    align-items: center;
}

.searchByOptions ul li {
    display: inline-flex;
    width: 46%;
    padding: 1px 0;
    margin: 0;
}

.searchByOptions ul li a {
    display: inline-block;
    width: 100%;
    padding: 5px 5px;
    padding-right: 35px;
    position: relative;
    font-weight: 500;
    /*border-right: 1px solid rgba(0, 0, 0, 0.2);*/
    border-right: none;
    color: #212221;
    font-size: 12px;
}

.searchByOptions ul li a::after {
    position: absolute;
    top: 0;
    right: -0.5px;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: "";
}

.searchByOptions ul li:last-child a::after {
    display: none !important;
}

.searchByOptions ul li:last-child a {
    border: none;
}

.searchByOptions ul li a img {
    width: 26px;
    max-height: 18px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.searchByOptions {
    padding: 5px;
    margin-top: 10px;
}

.searchByOptions ul li a {
    padding: 3px 5px !important;
    text-align: center;
    font-size: 10px;
}

.searchByOptions ul li a:hover,
.searchByOptions ul li a.active {
    color: #eeb91b;
    font-weight: bold;
}


/*.projectAgentDiv.layoutPageDiv .projectSliderSec {
    height: auto !important;
    margin-bottom: 0;
}*/



.customPopupNew {
    background: #fff;
    padding: 20px 18px;
    border-radius: 15px;
    top: -150%;
    max-width: 400px;
    width: 95%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%) scale(1.2);
    transition: top 0s 0.2s ease-in-out,
        opacity 0.2s 0s ease-in-out,
        transform 0.2s 0s ease-in-out;
    position: fixed;
    left: 50%;
    z-index: 9;
}

.customPopupNew.show {
    top: 50%;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
    box-shadow: 0 0px 110px 0 rgb(0 0 0 / 40%) !important;
}

.customPopupNew :is(header, .icons) {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px !important;
}

.customPopupNew .icons {
    display: inline-flex !important;
    width: 100% !important;
    flex-wrap: initial !important;
    margin-top: 0px !important;
}

.customPopupNew .icons li {
    display: inline-block !important;
    width: calc(100% / 5);
    max-width: 60px;
    padding: 5px;
}

.customPopupNew .icons li a {
    display: inline-block;
    height: auto;
    width: auto;
    font-size: 0;
    padding: 0;
    border: none !important;
    box-shadow: none !important;
}

.customPopupNew .icons li a .coppyIconSecond {
    display: none !important;
}

.customPopupNew .icons li a:focus .coppyIconFirst {
    display: none !important;
}

.customPopupNew .icons li a:focus .coppyIconSecond {
    display: inline-block !important;
}

.customPopupNew .icons li a img {
    display: inline-block;
    width: ;
}

.customPopupNew .icons li a span {
    font-size: 10px;
    display: inline-block;
    width: 100%;
    margin: 4px 0;
    text-align: center;
}

.customPopupNew :is(.field) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customPopupNew header,
.customPopupNew.show header {
    background: transparent !important;
    padding-bottom: 0px !important;
}

.customPopupNew header span {
    font-size: 21px;
    font-weight: 600;
}

.customPopupNew header .close {
    color: #000000;
    font-size: 14px;
    background: #ffffff;
    height: 25px;
    width: 25px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    opacity: 1;
}

.customModalBody .close {
    opacity: 1;
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    color: #000000;
    background: #ffffff;
    height: 25px;
    width: 25px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    opacity: 1;
    text-align: center;
    font-weight: 400;
}

.customModalBody .close span {
    width: auto;
    height: auto;
    margin-right: -1px;
}

/*.customPopupNew header .close {
    color: #000000;
    font-size: 17px;
    background: #f2f3fb;
    height: 25px;
    width: 25px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}*/

.customPopupNew header .close:hover {
    background: #ebedf9;
}

.customPopupNew .content {
    margin: 12px 0 0;
}

.customPopupNew .icons {
    margin: 15px 0 0 0 !important;
}

.customPopupNew .content p {
    font-size: 16px;
    color: #202020;
    font-weight: 500;
}

.buyerAgebtTabs {
    display: inline-flex;
    min-width: 100%;
    margin-left: -5px;
    margin-right: -5px;
}

.buyerAgebtTabs .singleTab {
    display: inline-block;
    width: 50%;
    margin: 5px;
    position: relative;
    text-align: center;
}

.buyerAgebtTabs .singleTab span {
    display: inline-block;
    width: 100%;
    padding: 6px 15px;
    background: #f2f3f2;
    border-radius: 7px;
    font-size: 16px;
}

.buyerAgebtTabs .singleTab input:checked~span {
    background: #eeb91b;
}

.buyerAgebtTabs .singleTab input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

span.smallTextDisc {
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    margin-top: 6px;
    display: inline-block;
    width: 100%;
    font-style: italic;
    margin-bottom: 18px;
}

#getStartedNewPopup h1 {
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}

.stepWithText {
    display: inline-block;
    width: 100%;
    margin-bottom: 17px;
}

.singleStepWithText {
    display: inline-flex;
    width: 100%;
    text-align: left;
    align-content: center;
    margin-bottom: 5px;
    background: #e5e5e5;
    border-radius: 10px;
}

.singleStepWithText span {
    display: inline-block;
    width: 68px;
    text-align: center;
    background: #eeb91b;
    padding: 13px 7px;
    border-radius: 9px 0px 0 9px;
    color: #202020;
    font-size: 14px;
}

.singleStepWithText p {
    width: calc(100% - 80px);
    margin: 0 0 0 10px !important;
    font-size: 14px;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
}

.customPopupModlNew .modal-content {
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 40%) !important;
}

.customPopupModlNew .modal-dialog.maxWidth380 {
    padding: 0 6px;
}

.customModalBody .close {
    top: 7px;
}



/*
.customPopupNew .content .icons a {
    display: inline-flex;
    height: 50px;
    width: 31%;
    margin: 1%;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid transparent;
    align-items: center;
    justify-content: center;
}*/

.customPopupNew .icons a i {
    margin-right: 10px;
}

.customPopupNew .icons a {
    transition: transform 0.3s ease-in-out;
}

/*.customPopupNew .icons a:nth-child(1) {
    color: #1877F2;
    border-color: #b7d4fb;
}

.customPopupNew .icons a:nth-child(1):hover {
    background: #1877F2;
}

.customPopupNew .icons a:nth-child(2) {
    color: #1b74e4;
    border-color: #1b74e4;
}

.customPopupNew .icons a:nth-child(2):hover {
    background: #1b74e4;
}

.customPopupNew .icons a:nth-child(3) {
    color: #1d9bf0;
    border-color: #1d9bf0;
}

.customPopupNew .icons a:nth-child(3):hover {
    background: #1d9bf0;
}

.customPopupNew .icons a:nth-child(4) {
    color: #1b74e4;
    border-color: #1b74e4;
}

.customPopupNew .icons a:nth-child(4):hover {
    background: #1b74e4;
}

.customPopupNew .icons a:nth-child(5) {
    color: #c5221e;
    border-color: #c5221e;
}

.customPopupNew .icons a:nth-child(5):hover {
    background: #c5221e;
}

.customPopupNew .icons a:nth-child(6) {
    color: #25d366;
    border-color: #25d366;
}

.customPopupNew .icons a:nth-child(6):hover {
    background: #25d366;
}

.customPopupNew .icons a:nth-child(7) {
    color: #0a66c2;
    border-color: #0a66c2;
}

.customPopupNew .icons a:nth-child(7):hover {
    background: #0a66c2;
}

.customPopupNew .icons a:hover {
    color: #fff !important;
    border-color: transparent;
}

.customPopupNew .icons a:hover i {
    transform: scale(1.2);
}*/

.customPopupNew .content .field {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}

.customPopupNew .field.active {
    border-color: #7d2ae8;
}

.customPopupNew .field i {
    width: 50px;
    font-size: 18px;
    text-align: center;
}

.customPopupNew .field.active i {
    color: #7d2ae8;
}

.customPopupNew .field input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}

.customPopupNew .field button {
    padding: 5px 18px;
    background: #eeb91b;
    border: none !important;
    color: #000;
    font-weight: 400;
    border-radius: 5px;
}

.customPopupNew .field button:hover {
    background: #eeb91b;
}

.floorPlaneSec {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
}

.supportWhatsApppDiv {
    display: inline-block;
    width: 100%;
}

.supportWhatsApppContent {
    display: inline-block;
    width: 100%;
    box-shadow: 0px 2px 6px 0 rgb(0 0 0 / 15%) !important;
    padding: 15px;
    margin-bottom: 10px;
}

.supportWhatsApppContent.supprtBox {
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 32%) !important;
    border-radius: 5px;
    padding-right: 180px;
    padding: 12px;
    position: relative;
    background: #f1f2f2;
}

.callButtonNew {
    position: absolute;
    right: 100px;
    width: 80px !important;
    top: 12px;
}

.callButtonNew img {
    width: 80px !important;
}

.whatsappNewBtn {
    position: absolute;
    right: 12px;
    width: 80px !important;
    top: 12px;
}

.whatsappNewBtn img {
    width: 80px !important;
}

.supportWhatsApppContent h4 {
    font-size: 17px;
    text-transform: unset;
    font-weight: 700;
    width: calc(100% - 145px);
    float: left;
}

.supportWhatsApppButton {
    float: right;
    background: #27d166;
    height: auto !important;
    text-align: center;
    width: 140px !important;
    padding: 7px 20px;
    border-radius: 50px;
    color: #fff !important;
}


.searchByOptions.aboveTheDots {
    padding-bottom: 35px;
    padding-top: 2px;
    position: relative;
    z-index: 1;
    margin: 0;
}

.dottosBelowtheButtons.topBannerSlider.announcement-details-carousel .owl-dots {
    position: absolute !important;
    bottom: -60px !important;
}

.dottosBelowtheButtons {
    position: relative;
}


#droneModal .modal-body,
#videoModal .modal-body {
    padding: 0px !important;
    position: relative;
}

#droneModal .modal-body .close,
#videoModal .modal-body .close {
    padding: 0px !important;
    position: absolute;
    top: -9px;
    right: -9px;
    color: #000;
    opacity: 1;
    z-index: 9;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    font-size: 19px;
}

.videoShowroomDiv .singleDivVideo .videoIframeDiv img,
#droneModal .videoIframeDiv img,
#videoModal .videoIframeDiv img {
    aspect-ratio: 2/1.12;
    min-height: unset;
}

#droneModal .modal-body .close span,
#videoModal .modal-body .close span {
    margin: 0;
}

#droneModal .modal-dialog,
#videoModal .modal-dialog {
    -webkit-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    top: 50% !important;
    margin: 0 auto !important;
    width: 90%;
    max-width: 1080px;
}

.list-three-col li i {
    margin-right: 5px !important;
}

.main-wrapper {
    padding: 0px !important;
}

/* reset css */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto !important;
    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);
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 6px;
    height: 6px;
    -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;
    margin-top: 5px;
}

.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,
.toggle-button-effect,
.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;
    display: inline-flex;
    align-items: center;
}

.share-button,
.add-button {
    left: auto;
    right: 15px;
}

.header-inner .back-button {
    left: 0;
}

.back-button img,
.toggle-button img,
.toggle-button-effect img,
.share-button img,
.add-button img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: auto;
    max-width: 100%;
}

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 .item>a {
    display: inline-block;
    width: 100%;
}

.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: 0 0 10px 0;
    position: static;
}

.projectAgentDiv .projects-name .owl-dots {
    margin-top: 10px;
}

.subsale-details .announcement-details-carousel .owl-dots {
    position: static;
    margin: 0px 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: 7px;
    margin-bottom: 7px;
}

.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;
    font-family: 'Noto Sans', sans-serif;
    text-align: left;
}

table.no-color td {
    text-align: right;
    font-family: 'Noto Sans', sans-serif;
    color: #565656;
}

table.no-color th {
    font-family: 'Noto Sans', sans-serif;
    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 20px 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;
}

.main-menu .sidebarUserDetail {
    z-index: -1;
}

.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: 16px;
    margin-right: 3px;
    height: auto;
}

.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: #6D6E71;
    font-size: 14px;
}

.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: 'Roboto', 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: 'Roboto', 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;
}



.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;
}

.topLabelBar {
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid #edb81b;
    padding: 0 0 10px 0;
}

.topLabelBar h2 {
    font-size: 18px;
    font-weight: 500;
    color: #212221;
    text-transform: none;
    font-family: Roboto;
}

.topLabelBar h2 span {
    font-size: 14px;
    color: #969696;
    padding: 0 0 0 5px;
}




.galleryDetailPage .header-inner {
    margin: 10px 0 14px;
}

.galleryDetailPage .photoLogicImage {
    margin-bottom: 15px;
}

.galleryDetailPage .showableImage {
    object-fit: cover !important;
}

.galleryDetailPage .row.popup-gallery .col-6 {
    padding-right: 8px;
    padding-left: 8px;
}

.galleryDetailPage .header-inner h4 {
    max-width: calc(100% - 45px);
    line-height: 18px;
    text-transform: none;
    font-family: Roboto;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.galleryDetailPage .header-inner .back-button {
    left: 0px !important;
}


.newContactButtonDiv {
    display: inline-block;
    width: 100%;
}

.newContactButtonDiv ul {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.newContactButtonDiv ul li {
    display: inline-block;
    margin: 0 8px !important;
    width: auto;
}

.newContactButtonDiv ul li a {
    display: inline-block;
}

.contact-info-container .newContactButtonDiv ul li img {
    max-width: unset;
    margin-right: 3px;
    width: auto;
}

#reminderModel .modal-content {
    border-radius: 25px;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

#reminderModel .modal-content::after {
    content: "";
    position: absolute;
    bottom: -32px;
    right: 30px;
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
    border-top: 35px solid #fff;
    border-bottom: 0px solid transparent;
    transform: rotate(10deg)
}

#reminderModel .close {
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 28px;
}

.reminderIconDiv {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.reminderIconDiv img {
    width: 55px;
}

.reminderContent {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.reminderContent h3 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #4e4e4e;
}

.reminderContent p {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #484848;
    margin-bottom: 15px;
    font-family: 'Noto Sans', sans-serif !important;
}

.reminderButton {
    display: inline-block;
    width: auto !important;
    padding: 6px 30px;
    border-radius: 10px;
    background: #EEB91B !important;
    border-color: #EEB91B !important;
    color: #000 !important;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    min-width: 120px;
    font-family: 'Noto Sans', sans-serif !important;
    margin-bottom: 10px;
}

a.unvisibleContactDiv>span {
    display: inline-block;
    width: auto;
    background: #f0f1f1;
    padding: 7px 35px 7px 16px;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3) !important;
    margin: 0px 3px 0;
    position: relative;
}

a.unvisibleContactDiv>span>img {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 8px
}

a.unvisibleContactDiv>img {
    position: relative;
    top: 0px;
}



.customNewProjectListHeading .topLabelBar h2 {
    font-size: 21px;
    font-weight: 600;
}

.showebleForMobileSearchBar.customNewProjectListHeading .form-group label span {
    font-size: 15px;
    padding: 0px;
}

.showebleForMobileSearchBar.customNewProjectListHeading .form-group label span img {
    margin-top: 0;
    margin-right: 5px;
}

.showebleForMobileSearchBar.customNewProjectListHeading .form-group label span a {
    color: #202020;
}

.customNewProjectListHeading .header-inner span {
    padding-left: 25px;
    font-size: 17px;
    font-weight: 700;
    color: #414042;
    padding-right: 25px;
}


/************Button css**************/
.buttonGropMainDiv {
    display: inline-flex !important;
    width: 100% !important;
    justify-content: center;
}

.bottomFixedSupportSec.threeButtonDiv ul.buttonGropMainDiv li {
    width: auto !important;
}

.newSubmitButton {
    width: 98px;
    height: 45px;
    background-image: url(../images/submit-btn-new-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none !important;
    background-color: transparent !important;
    font-family: 'Noto Sans', sans-serif;
    outline: none !important;
    color: #231f20;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
    display: inline-block;
    margin: 0 3px;
    padding: 10px;
    position: relative;
}

.newSubmitButton img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.newSubmitButton span {
    border-bottom: 3px solid #231f20;
}

.buttonWithShadeNew {
    margin: 0 3px;
    display: inline-block;
    width: 98px;
    height: 45px;
    background-image: url(../images/button-new-shade.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Noto Sans', sans-serif;
    border: none !important;
    background-color: transparent !important;
    outline: none !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 6px;
    position: relative;
    padding: 12px;
}

.buttonWithShadeNew img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.buttonWithShadeNew span {
    color: #eeb91b;
    width: 100%;
}

.elogButton span {
    font-family: 'Sufrimeda';
    text-transform: lowercase;
    font-size: 14px;
}

@font-face {
    font-family: 'Sufrimeda';
    src: url('Sufrimeda.eot');
    src: url('Sufrimeda.eot?#iefix') format('embedded-opentype'),
        url('Sufrimeda.woff2') format('woff2'),
        url('Sufrimeda.woff') format('woff'),
        url('Sufrimeda.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.row-full-width {
    width: 100vw !important;
    position: relative !important;
    margin-left: -50vw !important;
    left: 50%;
    margin-top: -46px;
}

.videoFullWidthDiv {
    display: inline-block;
    width: 100%;
    position: relative;
}

.videoFullWidthDiv img {
    display: inline-block !important;
    width: 100% !important;
}

.videoFullWidthDiv iframe,
.videoFullWidthDiv object {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
}

.main-wrapper.projects-name.projectSliderSec.mb-40 .row .col-sm-12>.col-sm-12.col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.singleFaqDiv * {
    white-space: normal !important;
}

.singleFaqDiv .MsoNormal span {
    margin-right: 2px !important;
    margin-left: 2px !important;
}


@media only screen and (min-width: 375px) {
    .ekoCherasHeading a {
        width: 25px !important;
    }

    .ekoCherasHeading h4 {
        font-size: 20px;
        font-weight: 600;
        display: inline-block;
        width: 100%;
        padding: 0 40px !important;
        text-align: center;
    }
}

.ekoCherasHeading {
    margin: 10px 0 0px;
}

.ekoCherasHeading .back-button {
    left: 0 !important;
}

.ekoCherasHeading h4 {
    text-align: center;
    padding: 0 28px;
    font-size: 16px;
    line-height: 16px;
}

.ekoCherasHeading h4 span {
    padding: 0px
}

.ekoCherasHeading h4 span br {
    display: none;
}



@media (max-width: 767px) {
    .detail-bar-full .detail-sub-title {
        margin: 35px auto;
    }


    .withBottom>.withBottomButtons>.container>.searchByOptions.centerAlignOptions ul {
        position: fixed;
        bottom: 10px;
        left: 0;
        padding: 0 0;
        max-width: calc(100% - 30px);
        margin: 0 15px !important;
        display: flex;
        z-index: 2;
    }

    .withBottom.nav-down>.withBottomButtons>.container>.searchByOptions.centerAlignOptions ul {
        bottom: 120px;
    }
}

.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: 'Roboto', 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);
}

.main-wrapper.projects-name.projectSliderSec.bottomFixedNewButton .dpubleButtonDiv button {
    width: calc(100% - 80px) !important;
    margin: 0 40px;
    padding: 9px 0;
    font-weight: 600;
    font-family: 'Noto Sans', sans-serif !important;
    color: #000 !important;
}

.fullWidthTable {
    width: 100%;
}

.yellowBgContent {
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fdd736;
    padding: 12px 0 12px 30px;
}

.iconsListSec {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.iconsListSec li {
    display: inline-block;
    width: 29%;
    margin: 1%;
}

.iconsListSec li button,
.iconsListSec li a {
    display: inline-block;
    width: 100%;
    border: none !important;
    background: transparent !important;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    filter: contrast(0);
    -webkit-filter: contrast(0);
    -moz-filter: contrast(0);
}

.iconsListSec li button:hover,
.iconsListSec li a:hover {
    filter: contrast(1);
    -webkit-filter: contrast(1);
    -moz-filter: contrast(1);
    color: #EEB91B;
}

.iconsListSec li img {
    max-width: 60px;
}

.iconsListSec li span {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    line-height: 18px;
    min-height: 45px;
    float: left;
    font-family: 'Noto Sans', sans-serif;
    color: #6D6E71;
}





.projectAgentDiv .propertyListingDiv {
    margin-top: 0px;
}

.projectAgentDiv .propertyListingDiv .labledDiv.borderBottomLine {
    margin-top: 0px;
}

.propertyListingDiv form.shortDiv {
    padding: 0px;
    margin-bottom: 10px;
}

.propertyListingDiv form.shortDiv select,
.propertyListingDiv form.shortDiv .form-control {
    border-radius: 5px !important;
    width: calc(50% - 45px) !important;
    border: 2px solid rgba(0, 0, 0, 0.2);
    max-width: unset !important;
    float: left;
    margin: 0 10px 0 0;
}

.propertyListingDiv form.shortDiv .main-button.icon {
    border-radius: 5px;
    padding: 0px 15.5px;
    width: auto;

}

.propertyListingDiv .pages-links-text {
    padding: 5px 0 25px;
    display: inline-block;
    width: 100%;
}

.propertyListingDiv .project-detail-content {
    margin-bottom: 0px !important;
}

.propertyListingDiv .pages-links-text h5 {
    font-weight: 600;
    font-size: 19px;
    padding: 0 0 5px 0;
    color: #6D6E71;
    margin: 0px;
}

.propertyListingDiv .pages-links-text h6 {
    font-size: 15px !important;
    line-height: 16px !important;
    font-weight: 600 !important;
    color: #58595B !important;
}

.propertyListingDiv .pages-links-text p {
    font-size: 15px !important;
    line-height: 16px !important;
    color: #58595B !important;
}

.showebleForMobileSearchBar {
    display: none;
}

.dpubleButtonDiv {
    display: flex;
    min-width: 100%;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 10px;
    position: relative;
}

.dpubleButtonDiv button {
    display: inline-block;
    width: 100%;
    margin: 0 5px;
    border: none;
    padding: 7px 10px;
    border-radius: 8px;
    font-weight: 700;
    background: #414042 !important;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
}

.dpubleButtonDiv .yellowButton {
    background: #EEB91B !important;
    color: #202020 !important;
}

.dpubleButtonDiv button a {
    color: #fff;
}


.commitionRatePopupDiv {
    position: absolute;
    bottom: 60px;
    left: 8%;
    width: 84%;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 1351px 0 rgba(0, 0, 0, 0.5) !important;
    padding: 20px 20px;
    border-radius: 30px;
    display: none;
}

.commitionRatePopupDiv.open {
    display: inline-block;
}

.commitionRatePopupDiv::after {
    border-bottom: 0 solid #fff;
    bottom: -34px;
    border-top: 35px solid #fff;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    left: 30px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.closeButton {
    width: 15px;
    padding: 3px;
    display: inline-block;
    height: 15px;
    float: right;
}

.commitionRatepopupInnner {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.commitionRatePopupDiv h2 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 24px;
    text-transform: unset;
}

.commitionRatePopupDiv h2 span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.commitionRatePopupDiv p {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.customGotItBtn {
    display: inline-block;
    border: none;
    padding: 7px 40px;
    border-radius: 8px;
    font-weight: 700;
    background: #EEB91B !important;
    color: #202020 !important;
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
    max-width: 120px;
    margin: 0 auto;
    margin-top: 12px;
}

/*.commitionRatePopupDiv::before {
  content: "";
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
  z-index: -1;
}*/
.overFlowHidden {
    overflow: hidden;
}

.subsaleReportPage .subsale-details,
.projectAgentDiv .projectSliderSec {
    overflow-y: auto;
    display: inline-block;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.bottomFixedSupportSec ul {
    display: inline-block;
    width: 100%;
    max-width: 300px
}

.bottomFixedSupportSec ul li {
    display: inline-block;
    width: 48%;
}

.bottomFixedSupportSec.threeButtonDiv ul li {
    width: 31%;
}

.offerModer {
    padding-top: 50px;
}


.showebleForMobileSearchBar .fullWidthLabelHeading .form-group {
    padding: 0px;
}

.labledDiv.fullWidthLabelHeading.marginBottom15 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.subsaleReportPage .main-wrapper.subsale-details {
    padding: 0px;
}

.subsaleReportPage .main-wrapper.subsale-details>.container .row {
    margin-left: 0px;
    margin-right: 0px;
}

.showebleForMobileSearchBar .fullWidthLabelHeading label {
    position: relative !important;
    width: 100% !important;
    padding-right: 95px;
    top: 0 !important;
    left: 0 !important;
    bottom: auto !important;
    . right: auto !important;
}

.fullWidthLabelHeading .fastTrakImg {
    position: absolute;
    top: -7px;
    right: 0;
    width: 85px;
}

.projectNewWithSerachBar>.container>.row {
    display: none !important;
}

.projectNewWithSerachBar .labledDiv {
    margin-top: 0px;
    margin-bottom: 15px;
}

.borderBottomLine {
    padding: 0 0 15px;
    border-bottom: 3px solid #fdd736;
    margin-bottom: 0px;
}

.showebleForMobileSearchBar .form-group {
    padding-left: 80px;
    padding-right: 85px;
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 25px;
    margin-bottom: 0px;
}

.showebleForMobileSearchBar .form-group label {
    font-size: 16px;
    font-weight: 600;
    width: 70px;
    position: absolute;
    left: 0;
    font-family: 'Noto Sans', sans-serif;
    top: 7px;
}

.showebleForMobileSearchBar .form-group button {
    font-size: 16px;
    font-weight: 600;
    width: 80px;
    position: absolute;
    right: 0;
    font-size: 12px;
    top: 0px !important;
    padding: 3px 7px;
    line-height: unset !important;
    height: 35px !important;
    border-radius: 5px
}

.showebleForMobileSearchBar .form-group label span,
.showebleForMobileSearchBar .form-group label spall {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    position: static !important;
}

.showebleForMobileSearchBar .form-group label spall a {
    font-family: 'Noto Sans', sans-serif;
}

.showebleForMobileSearchBar .form-group label span img,
.showebleForMobileSearchBar .form-group label spall img {
    width: 18px;
    display: inline-block;
    margin-top: 3px;
    height: auto;
}

.showebleForMobileSearchBar .form-group input {
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    padding: 3px 15px;
    height: 35px
}

.showebleForMobileSearchBar .form-group select {
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    padding: 3px 15px;
    height: 35px;
    width: 100%;
    margin-top: 0px;
}

.redBgSec {
    padding: 20px 15px;
    background: #EC1C24;
    margin-bottom: 15px;
}

.redBgSec h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: none;
}

.redBgSec p {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.redBgSec.active {
    background: #EEB91B;
}

.redBgSec.active h4,
.redBgSec.active p {
    color: #202020;
}

.subsaleReportPage .labledDiv.borderBottomLine .form-group {
    margin-bottom: 0px !important;
}





.rightTopButton {
    position: absolute;
    width: 170px;
    top: 0;
    right: 0;
}

.withRightSideNewBtn label {
    padding-right: 170px !important;
}

.cheaper span {
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: -0.2px !important;
    display: inline-block !important;
    width: 100% !important;
    line-height: 12px !important;
    padding: 5px 0 0 !important;
    text-align: left !important;
}

.cheaper {
    display: inline-block !important;
    text-align: right !important;
    color: #fff !important;
    border-radius: 0 !important;
    text-align: center !important;
    line-height: 10px !important;
    font-size: 7px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 80px !important;
    height: 32px !important;
    padding: 0 0 0 42px !important;
}





.offerModer .modal-content {
    max-width: 300px;
    border-radius: 25px;
    padding: 15px;
    margin: 0 auto;
}

.offerModer h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.offerModer h2 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
}

.offerModer h2 span {
    font-family: sans-serif;
    font-size: 60px;
}

.offerModer h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 10px;
}

.offerModer .offerMainImage {
    padding: 0 15px;
}

.offerModer p {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
}

.grayBackgroundSpan {
    background: #202020;
    color: #fff;
    font-size: 10px;
    padding: 5px 10px;
}

.offerModer .modal-dialog {
    bottom: auto;
}

.bottomFixedSupportSec {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #fff;
}

.grayScaleImage {
    filter: grayscale(100%) brightness(0.5);
    -webkit-filter: grayscale(100%) brightness(0.5);
    -moz-filter: grayscale(100%) brightness(0.5);
}


.othersInformationForm label {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.othersInformationForm .form-control {
    border-radius: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.othersInformationForm .dpubleButtonDiv {
    justify-content: center;
}

.othersInformationForm .dpubleButtonDiv button {
    max-width: 120px;
}

.othersInformationForm .dpubleButtonDiv button.lightColorBtn {
    background: #E5E6E7 !important;
    color: #202020 !important;
}





@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;
}

.price-insight tr.fully-sold td {
    color: red !important;
}

.red-label {
    color: red;
}












@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;
    }

    .bottomFixedNewButton {
        height: calc(100vh - 230px) !important;
    }

    .bottomFixedSupportSec {
        position: fixed;
        bottom: 95px;
        z-index: 9;
        left: 0;
    }

    .subsaleReportPage .subsale-details,
    .projectAgentDiv .projectSliderSec {
        height: calc(100vh - 170px) !important;
    }

    .projectAgentDiv.layoutPageDiv.withBottom .main-wrapper {
        height: calc(100vh - 230px) !important;
    }

    .newContactButtonDiv ul li {
        margin: 0 0px !important;
    }
}

@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%;
    }

    .iconsListSec li span {
        line-height: 13px;
        min-height: 33px;
        font-size: 11px;
    }

    .iconsListSec li img {
        max-width: 45px;
    }
}


@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;
    }



    .showebleForMobileSearchBar {
        display: inline-block;
        padding: 0px;
    }

    .hideForMobileSearchBar {
        display: none;
    }

    .myListingPage .main-wrapper.subsale-details {
        padding-left: 0px;
        padding-right: 0px;
    }

    /*.myListingPage .main-wrapper.subsale-details > .container {
    padding-left: 0px;
    padding-right: 0px;
  }*/
    .myListingPage .main-wrapper.subsale-details>.container>.row {
        margin-left: 0px;
        margin-right: 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;
    }

    .withRightSideNewBtn label {
        padding-right: 140px !important;
    }

    .rightTopButton {
        width: 150px;
        text-align: right;
    }

    .buttonImage {
        max-width: 70px !important;
    }

    .cheaper span {
        font-size: 14px !important;
        line-height: 9px !important;
        padding: 6px 0 0 !important;
    }

    .cheaper {
        width: 70px !important;
        line-height: 8px !important;
        height: 28px !important;
        padding: 0 0 0 36px !important;
        margin-left: 4px;
    }

}

@media (max-width: 340px) {

    a.rationImage,
    a.rationImage img {
        max-height: 180px;
        height: 180px !important;
    }

    .showebleForMobileSearchBar.customNewProjectListHeading .form-group label span {
        font-size: 12px;
    }

    .customNewProjectListHeading .header-inner span {
        font-size: 14px;
    }

    .yellowBgContent {
        font-size: 15px;
    }
}

.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 */
    margin-bottom: 10px;
}




.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;
}

.share-button.needHelpBtn {
    left: auto;
    right: 8px;
    top: 50%;
    width: 72px !important;
    transform: translateY(-50%);
    display: inline-block;
    height: auto;
}

.body-company-description .d-f.a-i-c.j-c-c h2 {
    width: calc(100% - 50px);
}

.bottomPadding30 {
    padding-bottom: 30px !important;
}




/* 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;
}



.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 .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 #d7d7d7;
    margin-top: 0;
    height: 40px;
    position: unset;
    transform: none !important;
    float: left;
    margin-right: 15px;
    padding: 8px 10px;
    width: 50px;
    border-radius: 5px;
    display: inline-block;
}

.desktopAppHeader .navbar-toggle span {
    border-top: 2px solid #d7d7d7 !important;
    width: 100% !important;
    height: 8px !important;
    float: left !important;
    min-width: 100%;
}

.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*************/

.newHeadingBlock {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.newHeadingBlock .detail-title {
    padding-bottom: 0;
    margin-bottom: 25px;
    border-bottom: 4px solid #fdd736;
}

.shareUrlButoton {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.shareUrlButoton .main-button {
    display: inline-block;
    width: auto !important;
    padding: 6px 30px;
    border-radius: 10px;
    background: #EEB91B !important;
    border-color: #EEB91B !important;
    color: #202020 !important;
    font-weight: 700;
    min-width: 150px;
    font-family: 'Noto Sans', sans-serif !important;
}

.minWidth180 {
    min-width: 180px !important;
}

.listingDetailContent ul {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.listingDetailContent ul li {
    float: left;
    width: 45%;
    padding-right: 5%;
}

.headingWithBorder {
    font-size: 18px;
    border-bottom: 4px solid #f3bd17;
    font-family: 'Noto Sans', sans-serif !important;
    display: inline-block;
    width: 100%;
    padding: 3px 0;
}


.subsailListing {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.subsailListing .form-group {
    margin-bottom: 10px;
}

.checkList {
    display: inline-block;
    width: 100%;
}

.checkList li {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #6d6e71;
    padding: 5px 0 5px 23px;
    position: relative;
}

.checkList li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    left: 0px;
}

.marginTopBottom15 {
    margin: 15px 0;
}

.subsale-details .mobileNoPadding ul li h6 {
    /* font-size: 12px !important; */
    color: #414042;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    opacity: 1;
}

.subsale-details .mobileNoPadding ul li p {
    font-size: 13px;
    line-height: 15px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 16px;
    color: #929497;
}



.layoutPageDiv .lightSlider li img,
.layoutPageDiv .lSPager.lSGallery li img {
    background: #f2ebe3;
}


.projectAgentDiv a.photoLogicImage .showableImage {
    object-fit: cover !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding: 5px !important;
}








/***************started app desktop menu*************/


@media only screen and (max-width: 767px) {
    .mobileHeaderOnly {
        display: block !important;
    }

    .layoutPageDiv form.labledDiv.fullWidthLabelHeading {
        margin-top: 7px;
    }

    .layoutPageDiv .projects-name .header-inner {
        margin: 8px 0;
    }

    .layoutPageDiv .projects-name .header-inner .back-button {
        left: 0px !important;
    }

    .layoutPageDiv .projects-name .header-inner h4 {
        width: 100%;
        text-align: center;
    }

    .subsaleDetailPage.withBottom .main-wrapper {
        height: calc(100vh - 220px) !important;
        overflow-y: auto;
        display: inline-block;
        width: 100%;
        overflow-x: hidden;
        position: relative;
    }
}



@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;
    }

    .listingDetailContent ul li {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 380px) {
    .redBgSec h4 {
        font-size: 16px;
    }

    .redBgSec p {
        font-size: 12px;
    }

    .galleryDetailPage .header-inner h4 {
        font-size: 18px;
        line-height: 16px;
    }

    .back-button,
    .toggle-button,
    .share-button,
    .add-button {
        width: 20px !important;
    }
}

@media only screen and (max-width: 370px) {
    .dpubleButtonDiv button {
        font-size: 13px;
    }
}

.topMainHeading {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.withBackButonDiv {
    position: relative;
}

.topMainHeading h3.withBackButonDiv a {
    background: #202020 !important;
    border: 1px solid #202020 !important;
    padding: 5px 15px;
    line-height: 20px;
    border-radius: 0px;
}

.topMainHeading h3 {
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    float: left;
    width: 100%;
    color: #202020;
    padding: 0 0 8px;
}

.topMainHeading h3 a {
    margin: 0px;
    padding: 5px 10px;
    background: #EEB91B !important;
    border: 1px solid #EEB91B !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
}

.topMainHeading h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    float: left;
    width: 100%;
    color: #6D6E71;
    text-transform: none;
}

.topMainHeading h4 span {
    width: 25px;
}

.rightSelectBox {
    position: absolute;
    top: -3px;
    right: 0;
}

.backButtonText {
    padding: 6px 15px;
    background: #212121 !important;
    color: #fff !important;
    font-size: 12px;
    border: none !important;
}


/****************/
.supportWhatsApppDiv {
    display: inline-block;
    width: 100%;
}

.supportWhatsApppContent {
    display: inline-block;
    width: 100%;
    box-shadow: 0px 2px 6px 0 rgb(0 0 0 / 15%) !important;
    padding: 15px;
    margin-bottom: 10px;
}

.supportWhatsApppContent h4 {
    font-size: 17px;
    text-transform: unset;
    font-weight: 700;
    width: calc(100% - 145px);
    float: left;
}

.supportWhatsApppContent h4 span {
    font-size: 14px;
    text-transform: unset;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}

.supportWhatsApppButton {
    float: right;
    background: #27d166;
    height: auto !important;
    text-align: center;
    width: 140px !important;
    padding: 7px 20px;
    border-radius: 50px;
    color: #fff !important;
}

/********************************/
.newHeaderWithHeadingPL {
    display: inline-block;
    width: 100%;
}

.headingWithSearchBarPL {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 3px solid #eeb91b !important;
}

.headingWithSearchBarPL>label {
    width: 110px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
}

.headingWithSearchBarPL.fullHeadingWithSubNAme>label {
    width: 100%;
}

.headingWithSearchBarPL>label small {
    font-size: 70%;
    color: #6e6f72;
}

.mainSubHeading {
    display: inline-block;
    width: 100%;
}

.mainSubHeading h4 {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
    font-family: Roboto;
    padding-left: 20px;
    position: relative;
    color: #202020;
    text-transform: none;
}

.mainSubHeading h4 img {
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 16px !important;
    object-fit: contain;
}

.mainSubHeading p {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 10px;
    font-family: Roboto;
    position: relative;
    color: #6e6f72;
}

.announcementDiscriptionText {
    display: inline-block;
    width: 100%;
}

.announcementDiscriptionText p {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #222221;
    text-align: justify;
}



/***************/
.offerModer .commissionRatePopup {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px 15px 15px;
}

.offerModer .commissionRatePopup .closeButton {
    position: absolute;
    top: 16px;
    right: 20px;
}

.offerModer .commissionRatePopup * {
    font-family: Roboto;
}

.offerModer .commissionRatePopup .close {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.agent-commision-layout {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}

.agent-commision-layout span {
    float: left;
    width: 100%;
}

.agent-commision-layout span.commission-heading {
    font-size: 16px;
    line-height: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.offerModer .commissionRatePopup .agent-commision-layout h1 {
    display: inline-block;
    width: 100%;
    font-size: 36px;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif;
}


.offerModer .commissionRatePopup .agent-commision-layout h2 {
    display: inline-block;
    width: 100%;
    font-size: 70px;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif;
    line-height: 70px;
}

.offerModer .commissionRatePopup .agent-commision-layout h3 {
    display: inline-block;
    width: 100%;
    font-size: 26px;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif;
}

.offerModer .commissionRatePopup .agent-commision-layout h4 {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif;
}

.offerModer .commissionRatePopup .agent-commision-layout h5 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif;
}

.offerModer .commissionRatePopup .agent-commision-layout h6 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif;
}

.offerModer .commissionRatePopup small {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    font-style: italic;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.offerModer .commissionRatePopup h4 {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    background: #e6e7e8;
    padding: 15px 10px;
    margin-bottom: 0px !important;
    font-family: 'Roboto', sans-serif;
}

.offerModer .commissionRatePopup table {
    width: 100%;
}

.offerModer .commissionRatePopup table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.offerModer .commissionRatePopup table tr td {
    min-width: 45% !important;
    padding: 4px 0;
}

.offerModer .commissionRatePopup table p {
    width: 100%;
    display: inline-block;
    margin: 3px 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 12px;
}

.offerModer .commissionRatePopup table p strong {
    font-weight: 700;
    font-size: 13px;
}

.offerModer .commissionRatePopup table p span {
    width: 100%;
    display: inline-block;
    margin: 0;
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
}

.yellowBG {
    background: #eeb91b;
}

.darkBG {
    background: #212221;
    color: #fff;
}

.darkBG p {
    color: #fff;
}

.withFastCommLimitedLogoBtns {
    display: inline-block;
    width: 100%;
}



.withFastCommLimitedLogoBtns {
    position: relative;
}

.projectDesignWithShadow a.LimitedLogoBtn,
.projectDesignWithShadow a.fastCommNewBtn,
.announcement-details-carousel .item>a.LimitedLogoBtn,
.announcement-details-carousel .item>a.fastCommNewBtn {
    width: 98px;
    position: absolute;
    top: 15px;
    left: 7px;
    z-index: 4;
    height: auto !important;
    background: transparent !important;
}

.announcement-details-carousel .item>a.LimitedLogoBtn img,
.announcement-details-carousel .item>a.fastCommNewBtn img,
.projectDesignWithShadow a.LimitedLogoBtn img,
.projectDesignWithShadow a.fastCommNewBtn img {
    height: auto !important;
}

.projectDesignWithShadow a.LimitedLogoBtn,
.announcement-details-carousel .item>a.LimitedLogoBtn {
    top: 42px
}

.projectAgentDiv .headingWithBackBtn h2 {
    font-family: Roboto;
    color: #202020;
}

.newIconLayoutDesign {
    display: inline-block;
    width: 100%;
}

.newIconLayoutDesign ul {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.newIconLayoutDesign ul li {
    display: inline-block;
    width: calc(100% / 5);
    flex-wrap: wrap;
    font-size: 10px;
    text-align: center;
    color: #3e3e3e;
    margin-bottom: 10px;
}

.newIconLayoutDesign.share ul li {
    width: calc(100% / 4);
}

.newIconLayoutDesign ul li a {
    display: inline-block;
    width: 100%;
    color: #3e3e3e;
    opacity: 1;
    font-family: Roboto;
}

.newIconLayoutDesign ul li img {
    display: inline-block;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
    min-width: 30px;
    min-height: 30px;
}

span.iconImageNew {
    max-width: 50px;
    padding: 9px;
    border: 1px solid #3e3e3e;
    border-radius: 5px;
    width: 100%;
}

.newIconLayoutDesign ul li a span.icnTxt {
    line-height: 10px;
    margin-top: 5px;
    font-weight: 500;
    display: inline-block;
    font-family: Roboto;
    width: 100%;
    font-size: 9px;
}

/*.newIconLayoutDesign ul li a.active,
.newIconLayoutDesign ul li a:hover {
  opacity: 1;
}*/

.newIconLayoutDesign ul li a.active span.iconImageNew,
.newIconLayoutDesign ul li a:hover span.iconImageNew {
    background: #ecb81d;
    border: 1px solid #ecb81d;
}

.projectAgentDiv .customAccordian .customCollaps pre,
.projectAgentDiv .customAccordian .customCollaps p,
.projectAgentDiv .customAccordian .customCollaps span {
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: Roboto !important;
    color: #202020 !important;
    text-align: left !important;
}

.searchSubText {
    display: inline-block;
    width: 100%;
    padding: 6px 15px 0;
}

span.faqHintNew {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    float: left;
    width: 100%;
}

span.faqHintExampleNew {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    font-style: italic;
    float: left;
    width: 100%;
}

.projectAgentFaq.projectAgentDiv .headingWithBackBtn h2 {
    text-transform: unset !important;
}


/****************/
.profileContentNewDiv {
    display: inline-flex;
    width: 100%;
}

.profileImageNewDiv {
    min-width: 110px;
    max-width: 110px;
    min-height: 100px;
    margin-right: 6px;
}

.profileImageNewDiv img {
    display: inline-block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.profileDetailNewDiv {
    display: inline-block;
    width: 100%;
}

.profileDetailNewDiv p {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-left: 18px;
    margin-bottom: 6px;
    font-size: 12px;
    float: left;
    line-height: 16px;
    font-weight: 400;
    color: #000000;
}

.profileDetailNewDiv p i {
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
}

.proNewButton {
    display: inline-flex;
    width: 100%;
    margin-top: 2px;
}

.proNewButton a i {
    width: 12px;
    display: inline-flex;
    align-items: center;
    margin-right: 0;
    position: absolute;
    top: 6px;
    left: 6px;
}

.proNewButton a {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    background: #dcddde;
    margin: 0 5px 0 0;
    width: 90px;
    text-align: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 5px;
    position: relative;
    padding-left: 18px;
}

.proNewButton a.wtsappBtnNew {
    background: #40b657;
    color: #fff;
}


.searchByOptions.detailButtonBottom i {
    font-style: normal !important;
    font-weight: 500;
    font-size: 12px;
    color: #202020 !important;
}

.searchByOptions.detailButtonBottom i img {
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    width: 16px;
    margin-right: 10px;
}

.searchByOptions.detailButtonBottom i {
    display: inline-flex;
    align-items: center;
}

.searchByOptions.detailButtonBottom {
    padding: 0;
    margin-top: 6px;
}


@media only screen and (min-width: 420px) {
    .profileDetailNewDiv p {
        padding-left: 25px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 21px;
    }

    .profileImageNewDiv {
        min-width: 158px;
        max-width: 158px;
        height: 158px;
        margin-right: 10px;
    }

    .profileDetailNewDiv p i {
        width: 19px;
    }

    .proNewButton a {
        font-size: 15px;
        width: 112px;
        padding-left: 25px;
    }

    .proNewButton a i {
        width: 15px;
        top: 5px;
        left: 8px;
    }

    .profileImageNewDiv {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .supportWhatsApppContent h4 {
        font-size: 14px;
        width: calc(100% - 93px);
    }

    .supportWhatsApppContent h4 span {
        font-size: 12px;
    }

    .supportWhatsApppButton {
        padding: 4px 10px;
        font-size: 11px;
        width: 90px !important;
    }
}




/*@media only screen and (max-width:  500px) {
    .customPopupNew .content .icons a {
        height: 42px;
        width: 48%;
        font-size: 15px;
    }
}*/