.lightDashedBorder {
    border-bottom: 1px dashed #ccc;
}

.gold_head {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px;
    font-family: var(--playfair);
    font-size: 1.8rem;
    color: var(--gold);
    font-weight: 500;
}

.discoverLuxury p, .revolution p {
    font-weight: 600;
    /* font-size: 1.1rem; */
    margin-bottom: 1.3rem;
}

.whiteBox {
    position: absolute;
    top: 350px;
    right: 0px;
    background: var(--white);
    padding: 15px 20px;
    width: 70%;
}

@media(max-width:991px) {
   /* .whiteBox {
        width: 100%;
    }*/

    .whiteBox {
        width: auto;
        position: relative;
        top: inherit;
        right: inherit;
    }
}

/*@media(max-width:767px) {
    .whiteBox {
        width: auto;
        position: relative;
        top: inherit;
        right: inherit;
    }
}*/



.outerBox {
    margin-bottom: 20px;
}

.newGoldBg {
    padding: 30px 35px;
    position: relative;
    background: var(--gold) url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/discover/02.png) repeat-x;
}

    .newGoldBg p {
        color: #484747!important;
        font-weight: 600;
        line-height: 30px;
    }

#innerPage h3.blackSvg::after {
    background: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/head_black_icon.svg) no-repeat left top;
    height: 21px;
    width: 38px;
}
