html {
    scroll-behavior: smooth;
}

/*#region CSS for Layout Structure */
@media screen and (max-width: 1279px) {
    .container {
        width: 100% !important;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 95% !important;
    }
}

@media (min-width: 240px) and (max-width: 1279px) {
    .container {
        width: 100% !important;
    }
}

div#divPoEntireBody > div > div#divEntireBackButtonContainer:nth-child(2) {
    margin-top: 20px;
}

div#divPoEntireBody > div > div#divEntireAnnouncementsContainer:nth-child(2) {
    margin-top: 50px;
}

div#divPoEntireBody > div > div#divEntireContentContainer:nth-child(2) {
    margin-top: 32px;
}

@media screen and (max-width: 1279px) {
    div#divPoEntireBody > div > div#divEntireBackButtonContainer:nth-child(2) {
        margin-top: 50px;
    }

    div#divPoEntireBody > div > div#divEntireAnnouncementsContainer:nth-child(2) {
        margin-top: 70px;
    }

    div#divPoEntireBody > div > div#divEntireContentContainer:nth-child(2) {
        margin-top: 70px;
    }
}
/*#endregion CSS for Layout Structure */

/*#region CSS for PowerChat*/

.PO_Chat-Loader {
    display: none !important;
    background: none !important;
}

#PO_Chat-Button-Send, #PO_Chat-Submit, #PO_Chat-Indicator {
    height: 50px;
    background-color: var(--po-button-primary-background-color) !important;
    color: var(--po-button-primary-text-color) !important;
    text-transform: uppercase;
    border-radius: 50px !important;
    border: 3px solid var(--po-button-primary-border-color) !important;
    font-size: 18px;
    min-width: 175px;
    padding: 0px 10px 0px 10px;
    margin-bottom: 30px;
    outline: none !important;
    font-family: Calibri Bold;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: center;
}

#PO_Chat-Indicator {
    display: none !important;
}

#PO_Chat-Button-Send:hover, #PO_Chat-Submit:hover {
    background-color: var(--po-button-primary-background-color-hover) !important;
    color: var(--po-button-primary-text-color-hover) !important;
}

#PO_Chat-Button-Send:focus, #PO_Chat-Submit:focus {
    box-shadow: 0 0 0 3px var(--po-formfield-border-color-focus) !important;
}

.PO_Chat-formInput {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.42857;
    color: var(--po-formfield-text-color) !important;
    background-color: var(--po-formfield-background-color) !important;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 50px !important;
    border-radius: 6px !important;
    padding: 0px 10px;
    border: 2px solid var(--po-formfield-border-color) !important;
    -webkit-appearance: none !important;
    font-family: var(--po-font-family) !important;
    font-size: inherit !important;
}

    .PO_Chat-formInput:focus {
        border: 3px solid var(--po-formfield-border-color-focus) !important;
        outline: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

#PO_Chat button:focus {
    outline: 2px solid var(--po-focus-visible-outine-color);
}

#PO_Chat textarea.PO_Chat-Invalid, #PO_Chat select.PO_Chat-Invalid, #PO_Chat input.PO_Chat-Invalid {
    background-color: var(--po-formfield-background-color) !important;
    border: 2px solid var(--po-formfield-border-color-error) !important;
    outline: none !important;
    box-shadow: none !important;
}

.PO_Chat-RequiredStar {
    display: none !important;
}

@media screen and (max-width: 430px) {
    div#PO_Chat-Wrapper {
        right: 10px !important;
        width: 320px !important;
    }
}
/*#endregion PowerChat*/

/*#region Misc Stuff*/
.po-container-fluid-grey {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f7f8fc;
    box-shadow: inset 0px 1px 6px 0px rgb(231 231 231);
    border-bottom: 1px solid #efefef;
}

.po-container-fluid {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ffffff;
    border: 1px solid #efefef;
}

@media (min-width: 768px) {
    .po-dev-mr-30px {
        margin-right: 30px !important;
    }
}

.footeroverlay, .headeroverlay {
    z-index: -1;
}

.popover {
    z-index: 1 !important;
}

@media screen and (min-width:315px) and (max-width:380px) {
    .popover-content {
        padding: 5px 5px !important;
    }
}
/*#endregion */

/*#region CSS for Development - Property Tiles */
.gridCard-tileimage {
    overflow: hidden;
    border-radius: 12px 12px 0px 0px;
}

.deve-list .tile-block .entry {
    text-align: left;
    border-radius: 12px;
    border: 2px solid transparent;
    position: relative;
}

.deve-list .tile-block:focus-visible {
    outline: 2px solid var(--po-advert-tile-focus-border-color);
}

    .deve-list .tile-block .entry.active,
    .deve-list .tile-block:hover .entry,
    .deve-list .tile-block:focus-visible .entry {
        box-shadow: 0px 0px 30px 0px rgba(209, 210, 212, 0.8);
        -webkit-box-shadow: 0px 0px 30px 0px rgba(209, 210, 212, 0.8);
        border: 2px solid #E5E5E5;
    }

.deve-list .tile-block .top {
    background: #D77500 none repeat scroll 0 0;
    color: #fff;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.deve-list .tile-block .po-image-block {
    background: var(--po-orange-color) none repeat scroll 0 0;
    color: var(--po-white-color);
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.deve-list .tile-block .icon {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto -40px auto;
    display: block;
}

.deve-list .tile-block .top .title {
    color: #fff;
    line-height: 24px;
    margin-bottom: 15px;
}

.deve-list .tile-block .po-image-block .title {
    color: var(--po-white-color);
    line-height: 24px;
    margin-bottom: 15px;
}

.deve-list .tile-block .top .line {
    background-color: #F6F6F6;
    height: 2px;
    margin: 2% auto 5%;
    width: 70px;
}

.deve-list .tile-block .po-image-block .line {
    background-color: var(--po-head-bk-color-gray-light);
    height: 2px;
    margin: 2% auto 5%;
    width: 70px;
}

.deve-list .tile-block .advert {
    color: #58585B;
    line-height: 25px;
    line-height: 25px;
    margin-bottom: 0px;
}

.deve-list .tile-block .searchLoc {
    color: #58585B;
    line-height: 24px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
}

.deve-list .fa-share-square:before {
    height: 20px;
    width: 20px;
}

.deve-list .tile-block .bottom {
    margin-top: 16px;
    line-height: 24px;
}

.deve-list .tile-block .po-share-block {
    margin-top: 16px;
    line-height: 24px;
}

.deve-list .tile-block .plotno {
    line-height: 20px;
    margin-top: 8px;
}

.deve-list .tile-block .beddesc {
    color: #58585B;
    line-height: 24px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
}

.deve-list .tile-block .priceLine {
    margin-top: 8px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
}

.deve-list .tile-block .price {
    color: rgba(215, 117, 0, 1);
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

.deve-list .tile-block .beddesc {
    background: #F6F6F6;
    line-height: 24px;
}

.deve-list .line-through {
    color: #c6cad2;
    position: relative;
}

    .deve-list .line-through:after {
        position: absolute;
        width: 100%;
        height: 1px;
        content: "";
        background: #F6F6F6;
        left: 0;
        top: 50%;
    }

.markettingOptionsTag {
    position: absolute;
    text-align: center;
    line-height: 25px;
    border-radius: 6px;
    z-index: 5;
    right: 4px;
    margin: 8px;
    font-size: 18px;
    background-color: #664488;
    color: #FFFFFF;
    margin-top: -35px;
    font-family: Calibri Bold;
}

.marketingHeadingText {
    top: 0px;
    margin-top: 0px;
    position: absolute;
    height: 40px;
    background: #D77500;
    border-radius: 12px 12px 0px 0px;
    color: #FFFFFF;
    padding-top: 2%;
    text-align: center;
    z-index: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 25px;
    font-family: Calibri Bold;
}

.po-marketing-heading {
    left: 0px;
    top: 0px;
    margin-top: 0px;
    position: absolute;
    height: 40px;
    background: #D77500;
    border-radius: 12px 12px 0px 0px;
    color: #FFFFFF;
    padding-top: 2%;
    text-align: center;
    z-index: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 25px;
    font-family: Calibri Bold;
    width: 100%;
}

.marketing-option {
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin-top: 0%;
}

@media screen and (min-width:315px) and (max-width:1024px) {
    .marketing-option {
        margin-top: -1.5%;
    }
}

@media screen and (max-width: 414px) {
    .deve-list .tile-block .gridCard-tileimage img {
        height: 240px;
        width: 286px;
    }

    .marketingHeadingText {
        width: 100%;
    }

    .deve-list .tile-block {
        height: 460px;
        width: 286px;
        margin-right: 26px;
        margin-bottom: 26px;
        display: inline-block;
    }

    .tileTextArea {
        padding: 16px;
        background-color: rgba(209, 210, 212, 0.2);
        border-radius: 0px 0px 12px 12px;
    }

    .deve-list .tile-block .plotno {
        height: 40px;
    }
    }
}

@media screen and (min-width:414px) and (max-width: 768px) {
    .deve-list .tile-block .gridCard-tileimage img {
        height: 334px;
        width: 379px;
    }

    .marketingHeadingText {
        width: 100%;
    }

    .deve-list .tile-block {
        height: 532px;
        width: 379px;
        margin-right: 32px;
        margin-bottom: 32px;
        display: inline-block;
    }

    .tileTextArea {
        padding: 16px;
        background-color: rgba(209, 210, 212, 0.2);
        border-radius: 0px 0px 12px 12px;
    }

    .deve-list .tile-block .plotno {
        height: 20px;
    }
}

@media screen and (min-width:768px) and (max-width: 1024px) {
    .deve-list .tile-block .gridCard-tileimage img {
        height: 268px;
        width: 344px;
    }

    .marketingHeadingText {
        width: 100%;
    }

    .deve-list .tile-block {
        height: 504px;
        width: 344px;
        margin-right: 16px;
        margin-bottom: 26px;
        display: inline-block;
    }

    .tileTextArea {
        padding: 16px;
        background-color: rgba(209, 210, 212, 0.2);
        border-radius: 0px 0px 12px 12px;
    }

    .deve-list .tile-block .plotno {
        height: 40px;
        line-height: 20px;
    }

    .deve-list .tile-block .priceLine {
        margin-top: 16px;
        line-height: 24px;
    }

    .deve-list .tile-block .bottom {
        margin-top: 16px;
        line-height: 20px;
    }

    .deve-list .tile-block .po-share-block {
        margin-top: 16px;
        line-height: 20px;
    }
}

@media screen and (min-width:1024px) and (max-width: 1279px) {
    .shareIconsize, .shareIcon, .shareIconHover {
        width: 16px;
        height: 16px;
    }

    .deve-list .tile-block .gridCard-tileimage img {
        height: 192px;
        width: 222px;
    }

    .marketingHeadingText {
        width: 100%;
        height: 30px !important;
        padding-top: 1%;
    }

    .deve-list .tile-block {
        height: 378px;
        width: 222px;
        margin-right: 24px;
        margin-bottom: 24px;
        display: inline-block;
    }

        .deve-list .tile-block .advert .titleFont {
            font-size: 18px;
        }

    .tileTextArea {
        padding: 8px;
        background-color: rgba(209, 210, 212, 0.2);
        border-radius: 0px 0px 12px 12px;
    }

    .deve-list .tile-block .plotno {
        height: 40px;
        margin-top: 4px;
    }

        .deve-list .tile-block .plotno .areaFont {
            font-size: 12px !important;
            line-height: 18px;
        }

    .deve-list .tile-block .priceLine {
        font-size: 14px;
        line-height: 20px;
    }

    .deve-list .tile-block .searchLoc {
        font-size: 14px;
        line-height: 20px;
    }

    .deve-list .tile-block .bottom {
        margin-top: 8px;
        line-height: 20px;
    }

    .deve-list .tile-block .po-share-block {
        margin-top: 8px;
        line-height: 20px;
    }

    .deve-list .tile-block .bottom .shareFont {
        font-size: 14px;
    }

    .deve-list .tile-block .po-share-block .shareFont {
        font-size: 14px;
    }    
}

@media screen and (max-width: 1279px)
{
    .markettingOptionsTag {
        width: 128px;
        height: 22px;
    }
}

@media screen and (min-width:1280px) and (max-width: 1680px) {
    .deve-list .tile-block .gridCard-tileimage img {
        height: 240px;
        width: 286px;
    }

    .marketingHeadingText {
        width: 100%;
    }

    .deve-list .tile-block {
        height: 460px;
        width: 286px;
        margin-right: 26px;
        margin-bottom: 26px;
        display: inline-block;
    }

    .tileTextArea {
        padding: 16px;
        background-color: rgba(209, 210, 212, 0.2);
        border-radius: 0px 0px 12px 12px;
    }

    .deve-list .tile-block .plotno {
        height: 40px;
    }

    .markettingOptionsTag {
        width: 148px;
        height: 24px;
    }
}

@media screen and (min-width:1680px) {
    .deve-list .tile-block .gridCard-tileimage img {
        height: 334px;
        width: 379px;
    }

    .marketingHeadingText {
        width: 100%;
    }

    .deve-list .tile-block {
        height: 532px;
        width: 379px;
        margin-right: 32px;
        margin-bottom: 32px;
        display: inline-block;
    }

    .tileTextArea {
        padding: 16px;
        background-color: rgba(209, 210, 212, 0.2);
        border-radius: 0px 0px 12px 12px;
    }

    .deve-list .tile-block .plotno {
        height: 20px;
    }

    .markettingOptionsTag {
        width: 148px;
        height: 24px;
    }
}

a.dev-advert-tile:link {
    color: #58585B;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a.dev-advert-tile:hover {
    color: var(--po-myaccount-orange-color);
}

.dev-advert-tile-span {
    font-family: "Calibri Bold","Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #58585B;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-top: 1px;
    line-height: 25px;
    padding-left: 5px;
    /*font-size:18px;*/
}

a.dev-advet-heart:link {
    color: #58585B;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a.dev-advet-heart:hover {
    color: var(--po-myaccount-orange-color);
}
/*#endregion Dev-Property styles are ended*/

/*#region CSS for Po - FaH - Templates - List Advert */
.pricerange {
    color: rgba(215, 117, 0, 1);
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

@media screen and (max-width:1280px) {
    .pricerange {
        font-family: "Calibri Bold";
        font-weight: normal;
    }
}

@media screen and (min-width:310px) and (max-width:1024px) {
    .markettingOptionsTag {
        font-size: 16px;
    }
}

.spanShare {
    font-family: "Calibri Bold";
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
}

.spanBedroom, spanCity {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;
    line-height: 25px;
    color: #58585B;
    font-style: normal;
    font-variant: normal;
}

.developmentShare.po-h4:after {
    content: '';
}

@media screen and (max-width:768px) {
    .spanCity {
        display: none;
    }
}

.commingSoonBgClr {
    background-color: #2BA0C6 !important;
}

.reservedBgClr {
    background-color: #2BA0C6 !important;
}

.availableBgClr {
    background-color: #60A53B !important;
}

.deve-list a {
    color: #58585B;
}

    .deve-list a:focus {
        outline: 2px solid var(--po-focus-visible-outine-color);
    }

.deve-list.po-searchhome-devlistbox:focus, .deve-list.po-searchhome-devlistbox:focus-visible 
{
    outline: none !important;
}
/*#endregion End of added from Po - FaH - Templates - List Advert */

/*#region CSS for Development*/
.developmentShare {
    display: inline !important;
}

    .developmentShare:hover {
        cursor: pointer;
        color: #58585B;
        color: var(--po-myaccount-digitalonly-orange-color);
    }

.po-button-sticky {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
}

#divDevAdvert_Header_Image {
    position: relative;
    text-align: center;
    height: auto;
    width: 100%;
}

    #divDevAdvert_Header_Image img {
        width: 100%;
        height: 470px;
        object-fit: cover;
    }

.po-right-frame-box {
    box-shadow: 0px 0px 30px 0px rgba(209, 210, 212, 0.4);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(209, 210, 212, 0.4);
    border-radius: 6px;
}

.po-dev-banner-head-text {
    position: absolute;
    top: 6%;
    left: 3%;
    vertical-align: middle;
    text-align: left;
    color: white;
}

.po-dev-short-desc-text {
    position: absolute;
    top: 10%;
    left: 3%;
    vertical-align: middle;
    text-align: left;
    color: white;
    background: #00000066;
    padding-left: 5px;
}

.po-dev-short-desc {
    font-family: var(--po-font-family);
    font-size: 24px;
    line-height: 30px;
}

@media (max-width: 414px) {
    #divDevAdvert_Header_Image img {
        width: 320px;
    }
}

@media (max-width: 768px) {
    #divDevAdvert_Header_Image img {
        width: 100%;
        height: 182px;
    }

    .po-dev-short-desc-text {
        display: none;
    }

    .po-dev-banner-head-text {
        top: 1.5%;
        font-size: 25px;
    }
}

@media (min-width: 769px) {
    .po-dev-short-desc-text {
        display: block !important;
    }

    .po-dev-banner-head-text {
        font-size: 60px;
    }
}

@media (max-width: 1023px) {
    .po-right-frame-box {
        min-width: 289px;
    }
}

@media (min-width: 1024px) {
    .po-right-frame-box {
        max-width: 379px;
    }
}

@media screen and (min-width: 414px) and (max-width: 1023px) {
    .po-right-frame-float {
        float: left;
    }
}

@media screen and (min-width: 1024px) {
    .po-right-frame-float {
        float: right;
    }
}

#sticky_right_frame {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

@media screen and (min-device-width : 768px) and (orientation : landscape) {
    .is-fixed_safari {
        position: fixed;
        top: 4.5%;
    }

    .is-fixed_remove_safari {
        position: -webkit-sticky;
        position: fixed;
        top: -48%;
    }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .is-fixed_safari {
        position: fixed;
        top: 7%;
    }

    .is-fixed_remove_safari {
        position: fixed;
        top: -20%;
    }
}

@media (min-width: 1367px) {
    .is-fixed_safari {
        position: fixed;
        top: 11%;
    }

    .is-fixed_remove_safari {
        position: fixed;
        top: 1%;
    }
}

@media screen and (min-device-width : 768px) and (orientation : landscape) {
    .is-fixed_remove_others {
        top: -25% !important;
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .po-right-frame-box {
        width: 235px !important;
    }

    .is-fixed_others {
        position: fixed !important;
        top: 9.5% !important;
        right: 25px !important;
        transition: .1s;
    }

    .is-fixed_remove_others {
        position: fixed !important;
        top: 9.5%;
        right: 25px !important;
        transition: .1s;
    }

    .is-fixed_safari {
        position: fixed;
        top: 4.5%;
    }

    .is-fixed_remove_safari {
        position: fixed;
        top: 4.5%;
    }
}

@media (min-width: 1366px) and (max-width: 1366px) {
    .is-fixed_others {
        position: sticky;
    }

    .is-fixed_remove_others {
        position: sticky;
    }

    .is-fixed_remove_others {
        top: -95% !important;
        transition: .1s;
    }
}

@media (min-width: 1024px) {
    .divSimilarProperties {
        margin-right: -62px;
    }
}

/* right frame */
.po-image-overflow-hidden {
    overflow: hidden;
}

.po-right-frame-container .po-right-frame-block {
    margin-bottom: 16px;
    color: var(--po-secondary-dark-gray-color);
    padding: 16px 18px;
    border-radius: 6px;
}

@media (min-width: 1024px) and (max-width:1279px) {
    .po-right-frame-container .po-right-frame-block img {
        display: none;
    }
}

@media (max-width: 1023px) {
    .po-right-frame-container .po-right-frame-block img {
        max-width: 100%;
        height: auto;
        margin-bottom: 16px;
    }
}

@media (min-width: 1280px) {
    .po-right-frame-container .po-right-frame-block img {
        max-width: 100%;
        height: auto;
        margin-bottom: 16px;
    }
}

@media (max-width: 1023px) {
    .po-dev-local-area-map {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 450px;
        min-width: 288px;
    }
}

@media (min-width: 1024px) {
    .po-dev-local-area-map {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 727px;
    }
}

@media (min-width: 1024px) {
    .po-h3-features {
        font-family: var(--po-font-family);
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
        margin-top: 16px;
    }
}

@media (max-width: 1023px) {
    .po-h3-features {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
/*#endregion CSS for Development Page*/

/*#region CSS for Full Advert */
#fullAdvertMap {
    width: 100%;
    background-color: grey;
}

.po-h3-localarea {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

    .po-h3-localarea:after {
        content: ".";
        color: var(--po-myaccount-orange-color);
    }

.po-local-area-map {
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media(max-width:769px) {
    .po-local-area-map {
        min-width: 288px;
        height: 450px;
    }

    .po-localarea-map-padding-right {
        padding-right: 0.5px !important;
    }
}

@media(min-width:770px) {
    .po-local-area-map {
        height: 727px;
    }

    .po-localarea-map-padding-right {
        padding-right: 30.5px !important;
    }
}
/*#endregion CSS for Full Advert */

/*#region CSS TBD */
.shareIconsize, .shareIcon, .shareIconHover {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    margin-bottom: -3px;
    background-size: cover;
}

.shareIcon {
    background-image: url("/po_share.svg");
}

    .shareIcon:hover, .shareIconHover {
        background-image: url("/po_sharehover.svg");
    }

.po-advert-tiles .po-sharelabel {
    font-family: var(--po-font-family-calibribold);
    font-size: 18px;
    line-height: 20px;
}

#sticky_enquiry_now {
    /*position: -webkit-sticky;*/
    position: relative;
    bottom: 0;
}

.is-fixed_others_enq {
    position: relative !important;
    bottom: 0;
}

.is-fixed_remove_others_enq {
    position: fixed !important;
    bottom: 1% !important;
    z-index: 999;
}

@media (min-width: 280px) and (max-width: 1023px) {
    #sticky_enquiry_now {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    #sticky_enquiry_now {
        display: none !important;
    }
}
/*#endregion CSS TBD */

/*#region CSS for Gallery */
.po-cover {
    object-fit: cover;
}

.po-gallery-image-height-240 {
    height: 240px;
}

.po-gallery-image-height-105 {
    height: 105px;
}

.po-img-padding {
    padding: 0px 0px 8px 0px;
}

.po-image-gallery {
    width: 100%;
    border-radius: 6px;
    height: 134px;
}

.po-image-gallery-mob {
    width: 100%;
    padding: 0px;
    border-radius: 6px;
    height: 77px;
    padding: 3px;
}

.po-image-gallery-main {
    width: 100%;
    padding: .3rem;
    border-radius: 6px;
    height: 560px;
}

.po-col-gallery {
    width: 50%;
    height: 80px;
    float: left;
    text-align: left;
}

.po-gallery-container {
    position: relative;
}

.po-gallery-footer-container {
    font-family: var(--po-font-family-gallery);
    font-size: 18px;
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00000066;
    color: var(--po-white-color);
    width: 100%;
    height: 34px;
    text-align: left;
    padding-left: 16px;
}

.po-gallery-footer-container-mob {
    font-family: var(--po-font-family-gallery);
    font-size: 16px;
    position: absolute;
    top: 76.2%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00000066;
    color: var(--po-white-color);
    width: 96%;
    height: 30px;
    text-align: left;
    padding-left: 6px;
}

@media (min-width: 420px) and (max-width: 500px) {
    .po-gallery-footer-container-mob {
        width: 97%;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .po-gallery-footer-container-mob {
        width: 98%;
    }
}

.po-gallery-footer-elements {
    display: table;
    border-radius: 6px;
}

    .po-gallery-footer-elements .galicon {
        vertical-align: middle;
        display: table-cell;
        width: 32px;
        line-height: 15px;
    }

    .po-gallery-footer-elements .galtext {
        vertical-align: middle;
        display: table-cell;
    }

.po-gallery-icon-mob {
    width: 24px;
    height: 16px;
}

.po-gallery-carousel-container {
    position: relative;
    height: 560px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .po-gallery-carousel-container {
        height: 174px;
    }
}

.po-button-gallery {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,0.5);
}

.po-gallery-carousel-footer {
    font-family: var(--po-font-family-gallery);
    font-size: 18px;
    position: absolute;
    top: 95.7%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00000066;
    color: var(--po-white-color);
    width: 100%;
    height: 34px;
    text-align: left;
    padding-left: 16px;
}

.po-gallery-carousel-footer-mob {
    font-family: var(--po-font-family-gallery);
    font-size: 16px;
    position: absolute;
    top: 87.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00000066;
    color: var(--po-white-color);
    width: 100%;
    height: 30px;
    text-align: left;
    padding-left: 6px;
}

.po-gallery-slide {
    display: none;
    border-radius: 6px;
    width: 100%;
    background-size: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 70%;
}

.po-gallery-slide-mob {
    display: block;
    border-radius: 6px;
    width: 100%;
    background-size: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 70%;
}

.po-gallery-nav-icon-mob {
    height: 28.5px;
    width: 17.5px;
}

.po-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
    outline: none;
    height: 64px;
    width: 64px;
}

.po-right-arrow-icon {
    right: 8px;
    padding-right: 18px;
    padding-left: 9px;
}

.po-left-arrow-icon {
    left: 8px;
    padding-left: 18px;
    padding-right: 9px;
}

.btn-display-right {
    right: 8px;
    padding-left: 9px;
    padding-right: 18px;
}

.po-gallery-nav-mob {
    position: absolute;
    top: 18%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
    height: 40px;
    width: 40px;
    padding-left: 18px;
    padding-right: 9px;
    outline: none;
}

.po-left-arrow-icon-mob {
    left: 8px;
    padding-right: 9px;
    padding-left: 18px;
}

.po-arrow-left-icon {
    transform: rotate(180deg);
}

.po-right-arrow-icon-mob {
    right: 8px;
    padding-right: 18px;
    padding-left: 9px;
}

@media (min-width: 280px) and (max-width: 767px) {
    #gallery-container-mob {
        display: block !important;
    }

    #gallery-container-dtop {
        display: none !important;
    }
}

@media (min-width: 768px) {
    #gallery-container-mob {
        display: none !important;
    }

    #gallery-container-dtop {
        display: block;
    }
}

#spotlight .arrow {
    /*display:none!important;*/
}

#spotlight.show {
    opacity: 1;
    visibility: visible;
    transition: auto;
}

#spotlight .header div {
    padding-right: 81px !important;
}

#spotlight .icon {
    background-size: 32px 32px;
}

@media (min-width: 280px) and (max-width: 319px) {
    #spotlight .header div {
        padding-right: 61px !important;
    }
}

@media (min-width: 320px) and (max-width: 359px) {
    #spotlight .header div {
        padding-right: 77px !important;
    }
}

@media (min-width: 360px) and (max-width: 409px) {
    #spotlight .header div {
        padding-right: 81px !important;
    }
}

@media (min-width: 410px) and (max-width: 414px) {
    #spotlight .header div {
        padding-right: 87px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #spotlight .header div {
        padding-right: 130px !important;
    }
}

@media (min-width: 280px) and (max-width: 769px) {
    #spotlight .arrow {
        width: 55px;
        height: 55px;
        margin-top: -17.5px;
        background-size: 25px 25px;
    }
}

#spotlight .autofit {
    background-image: none;
}

/*  .hide-scrollbars,
    .hide-scrollbars * {
        overflow: visible !important;        
    } 
*/

/*#endregion CSS for Gallery */

/*#region CSS For Home Search Filter*/
.po-filter-block {
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 335px);
}

.po-custom-select.dropDownMini, .dropDownMini .po-select-selected, .po-custom-select.overrideWidthCtrl, .overrideWidthCtrl .po-select-selected {
    margin-bottom: 0px;
}

#po-filter-icon-block {
    float: right;
    padding-right: 5px;
}

.po-filter-arrow-down-icon {
    transform: rotate(90deg);
}

.po-filter-arrow-up-icon {
    transform: rotate(270deg);
    margin-top: 12px;
}

.po-filter-container {
    padding: 16px;
    background-color: rgba(209, 210, 212, 0.6);
    border-radius: 6px;
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .po-filter-container {
        margin-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    .overrideWidthCtrl .po-select-selected, .overrideWidthCtrl.po-custom-select {
        min-width: 257px;
    }

    .po-filter-dropdown-price, .po-filter-dropdown-room, .po-filter-dropdown-hometype {
        margin-bottom: 18px;
    }

    .po-filter-block {
        margin-bottom: 0px;
        display: grid;
        grid-template-columns: repeat(auto-fill, 300px);
    }

    #po-filter-icon-block {
        display: block !important;
    }

    #filtercontainer {
        display: none;
    }

    .po-filter-container {
        min-width: 289px;
        margin-bottom: 18px;
    }
}

@media (min-width: 769px) {
    .po-filter-container {
        max-width: 1201px;
        margin-bottom: 10px;
        margin-bottom: 30px;
    }

    #po-filter-icon-block {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .po-filter-dropdown-price, .po-filter-dropdown-room {
        margin-left: 0px;
        margin-right: 34px;
        margin-bottom: 0px;
    }

    .po-filter-dropdown-hometype {
        margin-left: 0px;
        margin-bottom: 0px;
        margin-top: 16px;
    }

    .po-filter-block {
        margin-bottom: 0px;
        display: grid;
        grid-template-columns: repeat(auto-fill, 332px);
    }
}

@media (min-width: 1025px) and (max-width:1453px) {
    .po-filter-dropdown-price, .po-filter-dropdown-room {
        margin-left: 0px;
        margin-right: 34px;
        margin-bottom: 0px;
    }

    .po-filter-dropdown-hometype {
        margin-left: 0px;
        margin-bottom: 0px;
        margin-top: 16px;
    }
}

@media screen and (min-width: 1454px) {
    .po-filter-dropdown-price, .po-filter-dropdown-room {
        margin-left: 0px;
        margin-right: 34px;
        margin-bottom: 0px;
    }

    .po-filter-dropdown-hometype {
        margin-left: 0px;
        margin-bottom: 0px;
    }
}
/*#endregion home filter end */

/*#region CSS for HomePage ** */
@media screen and (min-width: 1670px) {
    #divHomePageSearchContainer {
        margin-top: -8%;
        margin-left: 2%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1670px) {
    #divHomePageSearchContainer {
        margin-top: -4rem;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    #divHomePageSearchContainer {
        margin-top: -5rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #divHomePageSearchContainer {
        margin-top: -4rem;
        margin-left: 2%;
    }
}

@media screen and (max-width: 768px) {
    #divHomePageSearchContainer {
        margin-top: -2rem;
    }

    div#divHomePageTextOverlay {
        position: absolute;
        top: 30%;
        left: 3%;
    }

    div#divHomePageMedia img {
        height: 283px;
        margin-top: 16px;
    }
}

div#divHomePageMedia {
    position: relative;
    text-align: left;
    height: auto;
    width: 100%
}

div#divHomePageTextOverlay {
    position: absolute;
    top: 30%;
    left: 5%;
}

    div#divHomePageTextOverlay p {
        color: #fff;
    }

div#divHomePageMedia img {
    width: 100%;
}

@media screen and (min-width: 1280px) {
    #divHomePageMedia {
        margin-top: -75px;
    }
}

@media screen (min-width: 280px) and (max-width:767px) {
    #divHomePageContainer {
        min-height: calc(100vh - 280px);
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    #divHomePageContainer {
        min-height: calc(100vh - 316px);
    }
}

@media screen and (min-width: 1024px) {
    #divHomePageContainer {
        min-height: calc(100vh - 255px);
    }
}

@media screen and (min-width: 1023px) {
    .searchControlWidth {
        max-width: 789px;
        margin-bottom: 34px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
    .searchControlWidth {
        min-width: 703px;
        margin-bottom: 34px;
    }
}

@media screen and (max-width: 767px) {
    .searchControlWidth {
        min-width: 288px;
        max-width: 382px;
        margin-bottom: 30px;
    }
}
/*#endregion CSS for HomePage ** */

/*#region CSS for Search Control ** */
#divFormSearchDevelopement .form-group {
    /*display: flex;*/
    margin-bottom: 0px;
}

#divFormSearchDevelopement label {
    margin-bottom: 10px;
}

#divFormSearchDevelopement .card {
    box-shadow: 0px 0px 30px 0px rgba(209, 210, 212, 0.4);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(209, 210, 212, 0.4);
    border: 0px;
}

@media screen and (max-width: 767px) {

    #divFormSearchDevelopement .form-group {
        display: inline;
    }

    #divFormSearchDevelopement .card-body {
        padding: 18px;
    }

    #divFormSearchDevelopement .overrideWidthCtrl .select2-container, #divFormSearchDevelopement .overrideWidthCtrl .po-select-selected, #divFormSearchDevelopement .overrideWidthCtrl.po-custom-select, #divFormSearchDevelopement .po-textbox, #divFormSearchDevelopement .btn-primary {
        min-width: 252px;
        width: 100%;
    }

    #divFormSearchDevelopement #divSearchPropertyCtrl, #divFormSearchDevelopement #divSearchLocationCtrl {
        margin-bottom: 20px
    }

    #divFormSearchDevelopement #divSearchRadiusCtrl {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {

    #divFormSearchDevelopement .card-body {
        padding: 24px 18px 24px 18px;
    }

    #divFormSearchDevelopement .overrideWidthCtrl .po-select-selected, #divFormSearchDevelopement .overrideWidthCtrl .select2-container, #divFormSearchDevelopement .overrideWidthCtrl.po-custom-select, #divFormSearchDevelopement .po-textbox {
        width: 266px;
        min-width: 266px;
    }

    #divFormSearchDevelopement #divSearchPropertyCtrl, #divFormSearchDevelopement #divSearchLocationCtrl {
        margin-left: 0px;
        margin-right: 13px;
        margin-bottom: 30px;
    }

    #divFormSearchDevelopement #divSearchRadiusCtrl {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1023px) {

    #divFormSearchDevelopement .card-body {
        padding: 24px;
    }

    #divFormSearchDevelopement .overrideWidthCtrl .select2-container, #divFormSearchDevelopement .overrideWidthCtrl .po-select-selected, #divFormSearchDevelopement .overrideWidthCtrl.po-custom-select, .po-textbox {
        width: 266px;
        min-width: 266px;
    }

    #divFormSearchDevelopement #divSearchPropertyCtrl, #divFormSearchDevelopement #divSearchLocationCtrl {
        margin-left: 0px;
        margin-right: 50px;
        margin-bottom: 30px;
    }

    #divFormSearchDevelopement #divSearchRadiusCtrl {
        margin-bottom: 30px;
    }
}

/*#endregion CSS for Search Control ** */

/*#region CSS for Primary Footer*/
footer .footer-bottom {
    display: flex;
    align-items: center;
    color: #D1D2D4;
    padding: 16px 34px 16px 34px;
    margin-left: 0%;
    margin-top: 30px;
}

#navFooterPrimary {
    background-color: #EDEDEE !important;
    background-color: var(--po-lowfooter-bgcolor) !important;
}

    #navFooterPrimary a.hyperlink:visited, #navFooterPrimary a.hyperlink:link {
        text-decoration: none !important;
    }

    #navFooterPrimary > .po-prmfooter-upper {
        background-color: #58585B;
        background-color: var(--po-highfooter-bgcolor) !important;
        /*padding: 0px 0;*/
    }

    #navFooterPrimary .po-prmfooter-upperchild {
        display: flex;
        line-height: 32px;
    }

        #navFooterPrimary .po-prmfooter-upperchild > .po-prmfooter-navsection {
            text-align: left !important;
            min-width: 200px;
            margin-top: 2px;
        }

            #navFooterPrimary .po-prmfooter-upperchild > .po-prmfooter-navsection .po-prmfooter-navsection-item {
                font-weight: bold;
                color: #D1D2D4;
                min-width: 200px;
                margin-bottom: 24px;
            }

        #navFooterPrimary .po-prmfooter-upperchild > .po-prmfooter-socialsection {
            margin-top: 2px;
            min-width: 200px;
        }

            #navFooterPrimary .po-prmfooter-upperchild > .po-prmfooter-socialsection > ul {
                text-align: left;
                margin-left: 2%;
            }

                #navFooterPrimary .po-prmfooter-upperchild > .po-prmfooter-socialsection > ul .fbIcon {
                    width: 17px;
                    height: 17px;
                    margin-right: 10px;
                    color: #D1D2D4 !important;
                }

                #navFooterPrimary .po-prmfooter-upperchild > .po-prmfooter-socialsection > ul .ytIcon {
                    width: 18px;
                    height: 13.5px;
                    margin-right: 10px;
                    color: #D1D2D4 !important;
                }

                #navFooterPrimary .po-prmfooter-upperchild > .po-prmfooter-socialsection > ul .ingIcon {
                    width: 18px;
                    height: 18px;
                    margin-right: 10px;
                    color: #D1D2D4 !important;
                }

                #navFooterPrimary .po-prmfooter-upperchild > .po-prmfooter-socialsection > ul .twrIcon {
                    width: 18px;
                    height: 16px;
                    margin-right: 10px;
                    color: #D1D2D4 !important;
                }

            #navFooterPrimary .po-prmfooter-upperchild > .po-prmfooter-socialsection .po-prmfooter-socialsection-item {
                font-weight: bold;
                color: #D1D2D4;
                min-width: 200px;
                margin-bottom: 24px;
            }

    #navFooterPrimary .po-prmfooter-lower {
        padding: 16px 34px 16px 34px;
    }

    #navFooterPrimary .po-prmfooter-lowerchild {
        background-color: #EDEDEE !important;
        background-color: var(--po-lowfooter-bgcolor) !important;
        /*display: flex;*/
        line-height: 32px;
    }

        #navFooterPrimary .po-prmfooter-lowerchild > .po-prmfooter-lower-left,
        #navFooterPrimary .po-prmfooter-lowerchild > .po-prmfooter-lower-right {
            border: 0px solid #EDEDEE;
            text-align: left;
            font-size: 12px;
            line-height: 25px;
            font-variant: normal;
            color: #58585B;
            /*height: 60px;*/
            margin-bottom: 0px;
        }

        #navFooterPrimary .po-prmfooter-lowerchild > .po-prmfooter-lower-right {
            text-align: right;
        }

@media screen and (max-width:767px) {
    #navFooterPrimary .po-prmfooter-upperchild > .po-prmfooter-socialsection {
        margin-left: -1.5%;
    }

    #navFooterPrimary #divFooterPrimaryLowerRight {
        padding-bottom: 30px;
        height: unset;
    }
}

@media screen and (max-width:1024px) {
    #navFooterPrimary > .po-prmfooter-upper {
        padding: 18px 18px 18px 18px;
        min-width: 320px;
        /*max-width: 767px;*/
    }

    #navFooterPrimary > .po-prmfooter-lower {
        padding: 16px 18px 16px 18px;
    }

    #navFooterPrimary > .po-prmfooter-lower {
        padding: 16px 18px 16px 18px;
    }
}

@media screen and (max-width: 433px) {
    /*#navFooterPrimary #navFooterPrimaryLowerLeft, #navFooterPrimary #navFooterPrimaryLowerRight {
            float: left;
            width: 100%;
        }*/

    #navFooterPrimary .po-prmfooter-upperchild > .po-prmfooter-navsection > ul {
        margin-bottom: 24px;
    }

    #navFooterPrimary .po-prmfooter-upperchild {
        display: initial;
    }

    #navFooterPrimary > .po-prmfooter-lower {
        /*display: initial;*/
    }

    #navFooterPrimary #divFooterPrimaryLowerLeft p, #navFooterPrimary #divFooterPrimaryLowerRight p {
        margin-bottom: 0px;
    }

    /*#navFooterPrimary #divFooterPrimaryLowerRight {
            padding-bottom: 30px;
            height: unset;
        }*/
}
/*#endregion End: Footer*/

/*#region CSS for Header Desktop and Mobile */

/*#region Header - Common */
.po-navmenu-shadow {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(209, 210, 212, 0.8);
    -moz-box-shadow: 0px 0px 30px 0px rgba(209, 210, 212, 0.8);
    box-shadow: 0px 0px 30px 0px rgba(209, 210, 212, 0.8);
}

.ul-po-prmm-dg-dropdownmenu a.a-po-prmm-dg-link:hover, .ul-po-prmm-dg-dropdownmenu a.a-po-prmm-dg-link:focus {
    border: none !important;
    background-color: transparent !important;
    padding: unset !important;
}
/*#endregion Header - Common */

/*#region Header - Desktop */
@media (min-width: 1279px) {

    #navPrimary_Desktop {
        background-color: #fff;
        padding: 16px 20px 16px 20px;
    }

    .po-megamenu-text-18px {
        font-size: 18px;
        font-family: 'Calibri Bold';
    }

    .po-mm-h3 {
        font-family: var(--po-font-family-menu);
        color: var(--po-menu-color);
        font-style: normal;
        font-variant: normal;
        margin-top: 1px;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
        text-decoration: none !important;
    }

    .nav-item.li-po-prmm-nav {
        margin-right:60px;
    }

    .nav-item.li-po-prmm-nav:first-child {
        margin-left: 30px;
    }

    .po-megamenu-text-16px {
        font-size: 16px;
        font-family: 'Calibri Bold';
    }

    a.a-po-prmm-nav-link {
        font-size: 18px;
        font-family: 'Calibri Bold';
        padding-bottom: 0px;
    }

        a.a-po-prmm-nav-link:link {
            text-align: center;
            text-decoration: none;
            display: inline-block;
            padding-bottom: 0px;
        }

    #divPrimaryHeader .narBarDiv {
        width: 100%;
        height: 75px;
    }

    #div-po-prmmm-navcontainer-d {
        max-width: 100% !important;
        width: 100%;
    }

        #div-po-prmmm-navcontainer-d .po-prmmm-container-d.container {
            max-width: 100% !important;
            width: 100% !important;
        }

        #div-po-prmmm-navcontainer-d .navbar-inverse .navbar-nav > li > a {
            color: #58585B;
        }

            #div-po-prmmm-navcontainer-d .navbar-inverse .navbar-nav > li > a:hover, 
            #div-po-prmmm-navcontainer-d .navbar-inverse .navbar-nav > li > a:focus, 
            #div-po-prmmm-navcontainer-d .navbar-inverse .navbar-nav > li > a:focus-visible {
                color: inherit;
                background-color: inherit;
            }

            #div-po-prmmm-navcontainer-d .navbar-inverse .navbar-nav > .open > a, 
        #div-po-prmmm-navcontainer-d .navbar-inverse .navbar-nav > .open > a:hover, 
        #div-po-prmmm-navcontainer-d .navbar-inverse .navbar-nav > .open > a:focus {
            color: inherit;
            background-color: inherit;
        }

        /*#div-po-prmmm-navcontainer-d .navbar-inverse .navbar-nav > li > a:focus-visible {
            outline: 2px solid var(--po-primarynav-menu-border-color-focus);
        }*/

    .ul-po-prmm-dg-dropdownmenu.dropdown-menu > li > a {
        color: #58585B;
    }


        .ul-po-prmm-dg-dropdownmenu.dropdown-menu > li > a:hover {
            background-color: transparent;
        }

        /*.ul-po-prmm-dg-dropdownmenu.dropdown-menu > li > a:focus-visible {
            outline: 2px solid var(--po-primarynav-menu-border-color-focus) !important;
        }

        #div-po-prmmm-navcontainer-d a.a-po-prmm-dgsubmenu-link:focus-visible {
            outline: 2px solid var(--po-primarynav-menu-border-color-focus);
        }*/

        #div-po-prmmm-navcontainer-d .navbar-inverse .navbar-nav > li > a:hover {
            border-bottom: 4px solid var(--po-orange-color) !important;
        }

        /*#div-po-prmmm-navcontainer-d .navbar-inverse .navbar-nav > li > a:focus:not(:focus-visible) {
            border: none;
            outline: none !important;
        }

        #div-po-prmmm-navcontainer-d a.a-po-prmm-dgsubmenu-link:focus:not(:focus-visible) {
            border: none;
            outline: none !important;
        }*/

        #div-po-prmmm-navcontainer-d .dropdown-menu {
            border: 0px !important;
            box-shadow: 0 14px 10px rgb(209 210 212 / 36%);
            -webkit-box-shadow: 0 14px 10px rgb(209 210 212 / 36%);
            margin: 0px;
        }

        #div-po-prmmm-navcontainer-d .navbar .megamenu {
            padding: 30px 20px;
        }

        #div-po-prmmm-navcontainer-d, #div-po-prmmm-navcontainer-d .container-fluid {
            width: 100%;
            margin-right: auto;
            margin-left: auto;
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

            #div-po-prmmm-navcontainer-d .fixed-top {
                position: fixed !important;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1030;
            }

            #div-po-prmmm-navcontainer-d .navbar {
                position: relative;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: space-between;
            }

            #div-po-prmmm-navcontainer-d .navbar-brand {
                padding-top: .3125rem;
                padding-bottom: .3125rem;
                margin-right: 1rem;
                font-size: 1.25rem;
                text-decoration: none;
                white-space: nowrap;
            }

                #div-po-prmmm-navcontainer-d .navbar-brand:focus {
                    outline: 2px solid var(--po-primarynav-logo-border-color-focus);
                }

            #div-po-prmmm-navcontainer-d .navbar-collapse {
                flex-basis: 100%;
                flex-grow: 1;
                align-items: center;
            }

    .navbar > #div-po-prmmm-navcontainer-d {
        display: table;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

    .po-mm-dropdown-menu {
        color: var(--po-sub-menu-color);
        font-family: var(--po-font-family-menu);
        padding: 0px;
        /*margin-bottom: 20px;*/
        text-decoration: none !important;
        display: block;
        text-align: left;
        font-weight: bold
    }

    .navbar > .container-fluid, .navbar > .container-xxl {
        display: table;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

    ul#ul-prmm-navbar.navbar-nav {
        display: flex;
        /*flex-direction: column;*/
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        float: right !important;
        margin: 0;
        float:left !important;
    }

    #ul-prmm-navbar-btn {
        float: right !important;
        list-style: none;
    }

    ul#ul-prmm-navbar:focus {
        outline: none;
        border: none;
    }

    ul#ul-prmm-navbar.navbar-nav > li {
        display: block !important;
    }

        ul#ul-prmm-navbar.navbar-nav > li.dropdown {
            position: static;
        }

        ul#ul-prmm-navbar.navbar-nav > li > a {
            display: block !important;
        }

    /*Megamenu Dialog*/
    .ul-po-prmm-dg-dropdownmenu {
        width: 100%;
        padding: 30px 20px;
    }

    li.li-po-prmm-dg {
        width: 20%;
    }

        li.li-po-prmm-dg > a {
            padding: 0px;
        }

            /*li.li-po-prmm-dg > a:focus {
                text-decoration: none;
                color: #262626;
                background-color: #f5f5f5;
            }*/

    /*ul#ul-po-prmm-dg-dropdownmenu > .active > a,
    ul#ul-po-prmm-dg-dropdownmenu > .active > a:hover,
    ul#ul-po-prmm-dg-dropdownmenu > .active > a:focus {
        background-color: transparent !important;
        color: #58585B !important;
        border: none !important;
        outline: none !important;
    }*/

    /*.ul-po-prmm-dg-dropdownmenu.dropdown-menu > .active > a, 
    .ul-po-prmm-dg-dropdownmenu.dropdown-menu > .active > a:hover, 
    .dropdown-menu > .active > a:focus {
        background-color: transparent;
        color: #58585B;
        border: none !important;
        outline: none !important;
    }

    .ul-po-prmm-dg-dropdownmenu.dropdown-menu > li > a:hover, 
    .ul-po-prmm-dg-dropdownmenu.dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #58585B;
        background-color: transparent;
    }*/

    .myaccount_logo_svg {
        display: block;
        background-image: url("/po_myaccount_logo.svg");
        width: 164px;
        height: 28px;
        background-repeat: no-repeat;
    }

    .myaccount_logo_svg_gray {
        display: block;
        background-image: url("/po_myaccount_logo_gray.svg");
        width: 164px;
        height: 28px;
        background-repeat: no-repeat;
    }
}

/* Home Menu code starts*/
@media screen and (min-width: 1279px) {
    #navPrimary_Desktop.poNavHomeBeforeScroll {
        transition: 0.4s;
        background-color: rgba(0, 0, 0, .5);
    }

        #navPrimary_Desktop.poNavHomeBeforeScroll ul#ul-prmm-navbar > li > a {
            color: var(--po-white-color) !important;
        }

        #navPrimary_Desktop.poNavHomeBeforeScroll .btn-secondary {
            border: 3px solid var(--po-white-color) !important;
            background-color: transparent !important;
        }

            #navPrimary_Desktop.poNavHomeBeforeScroll .btn-secondary:hover {
                border: 3px solid var(--po-button-secondary-border-color-hover) !important;
                background-color: var(--po-button-secondary-background-color-hover) !important;
            }

        #navPrimary_Desktop.poNavHomeBeforeScroll .btn-primary {
            border: 3px solid var(--po-button-primary-border-color) !important;
            background-color: transparent !important;
            color: var(--po-white-color) !important;
        }

            #navPrimary_Desktop.poNavHomeBeforeScroll .btn-primary:hover {
                border: 3px solid var(--po-button-primary-border-color-hover) !important;
                background-color: var(--po-button-primary-background-color-hover) !important;
                color: var( --po-button-primary-text-color-hover) !important;
            }

        #navPrimary_Desktop.poNavHomeBeforeScroll #logochange {
            display: block;
            background-image: url("/po_myaccount_logo.svg");
            width: 164px;
            height: 28px;
            background-repeat: no-repeat;
        }

    #navPrimary_Desktop.poNavHomeAfterScroll #logochange {
        display: block;
        background-image: url("/po_myaccount_logo_gray.svg");
        width: 164px;
        height: 28px;
        background-repeat: no-repeat;
    }
}
/* Menu code ends*/

/*#endregion Header - Desktop */

/*#region Header - Mobile */

@media screen and (max-width: 1279px) {
    .narBarDiv {
        width: 100%;
    }

    #div-po-prmmm-navcontainer-m .navbar-toggle {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
        vertical-align: middle;
    }

    #div-po-prmmm-navcontainer-m .navbar-static-top .navbar-brand {
        height: 26px !important;
    }

    #div-po-prmmm-navcontainer-m .navbar-fixed-top .navbar-collapse, #div-po-prmmm-navcontainer-m .navbar-fixed-bottom .navbar-collapse {
        max-height: 100% !important;
    }

    .myaccount_logo {
        width: 118px;
        height: 22px;
    }

    .myaccount_logo_svg {
        display: block;
        background-image: url("/po_myaccount_logo_gray.svg");
        width: 118px;
        height: 22px;
        background-repeat: no-repeat;
    }

    .myaccount_logo_svg_gray {
        display: block;
        background-image: url("/po_myaccount_logo_gray.svg");
        width: 118px;
        height: 22px;
        background-repeat: no-repeat;
    }

    #div-po-prmmm-navcontainer-m .navbar-nav {
        margin: 0px -15px !important;
        font-size: 20px !important;
        font-weight: bold;
        overflow-x: hidden !important;
    }

        #div-po-prmmm-navcontainer-m .navbar-nav > li > a, #div-po-prmmm-navcontainer-m .nav > li > a {
            padding-top: 20px !important;
        }

            /*#div-po-prmmm-navcontainer-m .navbar-nav > li > a:focus, #div-po-prmmm-navcontainer-m .nav > li > a:focus {
                outline: 2px solid var(--po-primarynav-menu-border-color-focus) !important;
            }*/

            .po-nav-mob-margin {
                padding: 16px !important;
            }

    #divHomeLogoMobile {
        font-size: 30px;
        padding-top: 0px;
        padding-left: 0px;
    }

    #navPrimary_Mobile {
        background-color: #fff !important;
        padding: 16px !important;
    }

    #div-po-prmmm-navcontainer-m {
        width: 100% !important;
    }

        #div-po-prmmm-navcontainer-m .navbar-brand {
            color: #666 !important;
        }

        /*#div-po-prmmm-navcontainer-m a.homelink:focus-visible {
            outline: 2px solid var(--po-primarynav-navbar-border-color-focus) !important;
            background-color: transparent !important;
            border: none !important;
        }*/

        #div-po-prmmm-navcontainer-m .navbar-toggle {
            margin-top: 0px !important;
            margin-bottom: 0px !important;
        }

        #div-po-prmmm-navcontainer-m .navbar-inverse .navbar-toggle {
            border-color: transparent !important;
            margin-right: 0px;
        }

            #div-po-prmmm-navcontainer-m .navbar-inverse .navbar-toggle:hover {
                background-color: transparent !important;
                outline: none !important;
            }

            /*#div-po-prmmm-navcontainer-m .navbar-inverse .navbar-toggle:focus-visible {
                background-color: transparent !important;
                outline: none !important;
                border: 2px solid var(--po-primarynav-navbar-border-color-focus) !important;
            }*/

        #div-po-prmmm-navcontainer-m .dropdown-menu {
            margin-top: 0px;
            font-size: 20px !important;
            font-weight: bold;
        }

            #div-po-prmmm-navcontainer-m .dropdown-menu > li > a {
                padding-top: 0px !important;
                padding-bottom: 20px !important;
                padding-left: 10px !important;
                padding-right: 0px !important;
            }

        /*
            #div-po-prmmm-navcontainer-m .li-po-prmm-nav-m > a:focus {
            border: 2px solid #174786;
            outline: none !important;
        }*/

        #div-po-prmmm-navcontainer-m .li-po-prmm-navsub-m.active > a {
            background-color: transparent !important;
            outline: none !important;
        }

        /*#div-po-prmmm-navcontainer-m .li-po-prmm-navsub-m > a:focus, #div-po-prmmm-navcontainer-m .li-po-prmm-navsub-m > a:focus-visible {
            outline: 2px solid var(--po-primarynav-menu-border-color-focus) !important;
        }*/

        #div-po-prmmm-navcontainer-m #menuToggleForMobile {
            font-size: 20px;
            padding-top: 0px;
            color: #58585B;
            font-weight: bold;
            padding-right: 0px;
        }

    ul#ul-prmm-navbar-m > li > a {
        color: #58595B;
        background-color: #fff;
        padding-left: 0px;
        text-decoration: none;
    }

    .a-po-prmm-nav-link-m {
        color: var(--po-menu-color) !important;
        font-family: var(--po-font-family-menu) !important;
        font-size: 20px !important;
    }

    .a-po-prmm-navsub-link-m {
        color: var(--po-sub-menu-color) !important;
        font-family: var(--po-font-family-menu) !important;
        font-size: 20px !important;
    }

    li.li-po-prmm-nav-m.dropdown > a > span .img-prmm-navlink-expandIcon-m {
        display: inline-grid;
        position: relative;
        margin-right: 2px;
        transform: rotate(90deg);
        float: right;
    }

    li.li-po-prmm-nav-m.dropdown.show > a > span .img-prmm-navlink-expandIcon-m {
        transform: rotate(270deg);
    }

    li.li-po-prmm-nav-m dropdown.show > ul.dropdown-menu:not(.show)
    {
        display: none !important;
    }

    #div-po-prmmm-navcontainer-m navbar-toggle:focus {
        /*outline: none !important;*/
        outline: 2px solid var(--po-primarynav-navbar-border-color-focus) !important;
        /*border: 2px solid var(--po-primarynav-navbar-border-color-focus) !important;*/
    }

    /*li.li-po-prmm-nav-m.dropdown.open > a > span .img-prmm-navlink-expandIcon-m {
        transform: rotate(270deg);
        top: -20px;
    }*/
}

@media screen and (max-width: 768px) {
    #div-po-prmmm-navcontainer-m .navbar-fixed-top.navbar {
        min-height: 0px;
    }

    #div-po-prmmm-navcontainer-m .navbar-fixed-top .navbar-header {
        padding-top: 0px;
    }
}
/*#endregion Header - Mobile */

/*#endregion*/

/*#region CSS for PO Tables: Transaction History */
table.tblTransasctionHistory tbody tr, table.tblTransasctionHistory thead tr {
    display: block !important;
    clear: both;
}

table.tblTransasctionHistory th {
    border: 0px !important;
}

table.tblTransasctionHistory tbody {
    border: 0px !important;
}

    table.tblTransasctionHistory tbody tr td:nth-last-child(3) {
        display: block !important;
        width: 100%;
        text-align: left;
        border: 0px;
    }

table.tblTransasctionHistory th:nth-last-child(3) {
    display: none !important;
}

table.tblTransasctionHistory tbody tr td:nth-last-child(2) {
    display: inline-block !important;
    clear: both;
    width: 50%;
    background-color: rgba(0,0,0,0.09);
    font-weight: bold;
    padding: 5px 10px;
    line-height: 30px;
    min-height: 40px;
}

table.tblTransasctionHistory th:nth-last-child(2) {
    display: none !important;
}

table.tblTransasctionHistory tbody tr td:nth-last-child(1) {
    display: inline-block !important;
    width: 50%;
    text-align: right;
    background-color: rgba(0,0,0,0.09);
    font-weight: bold;
    padding: 5px 10px;
    line-height: 30px;
    min-height: 40px;
}

table.tblTransasctionHistory th:nth-last-child(1) {
    display: none !important;
}

table.tblTransasctionHistory tbody tr td:nth-last-child(4) {
    width: 100%;
    text-align: left;
}

table.tblTransasctionHistory th:nth-last-child(4) {
    width: 30%;
}

table.tblTransasctionHistory tbody tr td:nth-last-child(5) {
    width: 100%;
    text-align: center;
    border-bottom: 0px;
}

table.tblTransasctionHistory th:nth-last-child(5) {
    width: 100%;
    text-align: left;
}

table.tblTransasctionHistory tbody tr td:nth-last-child(6) {
    width: 33%;
    text-align: left;
    border-bottom: 0px;
}

table.tblTransasctionHistory th:nth-last-child(6) {
    width: 65%;
    text-align: left;
}

table.tblTransasctionHistory tbody tr, table.tblTransasctionHistory tbody tr td {
    clear: both;
}
/*#endregion*/


