/*!
Nakheel Mall Custom Style
*/
body {
    direction: rtl;
}
p {
    text-align: start;
}
*:focus {
    outline: 0 !important;
}

input:focus {
    outline: 0 !important;

    border: 0 !important
}

::placeholder {
    color: #DFC2C3 !important;
    font-size: 16px;
    text-transform: uppercase;
}

.con-form-f::placeholder {
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
}
.ar-offers-title,
.ar-offers-till {
    text-align: left;
    direction: ltr;
}


::-webkit-scrollbar {
    width: 12px; /* for vertical scrollbars */
    height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(175, 105, 91, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(175, 105, 91, 0.5);
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/* landing Page */

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.landing-con {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

#myVideo-mob {
    position: fixed;

    top: 20%;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
}

.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

.l-diamond {
    width: 0;
    height: 0;
    position: absolute;
    right: 250px;
    top: 360px;
    -webkit-clip-path: polygon(50% 15%, 100% 50%, 49% 85%, 0% 50%);
    clip-path: polygon(50% 15%, 100% 50%, 49% 85%, 0% 50%);
    background-color: rgba(176, 119, 108, 0.8);
    transition: 4s;
    transform: rotate(-60deg);

}

.scaleup {
    width: 100%;
    height: 100%;
    background-color: #AF695B;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    right: 0;
    top: 0;
}

.my-bg {
    background-color: #AF695B;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
}


/* top navigaton */

.bg-white {
    background-color: #fff;
}
.top-bar {
    width: 100%;
    margin: 0;
}
.gift-card {
    text-align: left;
    padding: 0 15px;
    text-transform: uppercase;
}
.gift-card a {
    color: #53565A;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}
.gift-card a:hover {
    color: #AF695B;
    text-decoration: none !important;
}
.search-arabic {
    text-align: right;
}
.inner-ptrn-enjoy {
    position: absolute;
    bottom: -22px;
    left: -25px;
}
.inner-ptrn-enjoy img {
    z-index: 9;
    position: relative;
}
.navbar-fixed-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

.nav-link {

    font-family: auto !important;
    font-size: 19px !important;
}

.footer-linkk {

    font-family: auto !important;
    font-size: 17px !important;
}

.navbar-brand-centered {
    position: absolute;
    left: 50%;
    display: block;
    width: 160px;
    text-align: center;
    background-color: transparent;
}
.navbar-expand-md {
    flex-flow: row wrap;
}
.navbar > .container .navbar-brand-centered,
.navbar > .container-fluid .navbar-brand-centered {
    margin-left: -80px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 15px;
    color: #DFC2C3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.navbar-expand-md .navbar-nav .nav-link:hover {
    color: #AF695B;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #B0776C;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url('../img/hamburger-01.svg') !important;
}

.border-for-white {
    border-bottom: 1px solid #AF695B;
}

/* search bar */

.search-arabic a {
    color: #53565A;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.search-arabic a:hover {
    background: transparent;
    color: #B0776C;
    text-decoration: none;
}
.pdf-map-btn a {
    margin-top: 20px;
    background: #B0776C;
    padding: 12px;
    font-size: 16px;
    font-family: inherit;
    text-transform: uppercase;
    color: white;
}
.pdf-map-btn {
    margin-top: 20px;
    width: 100%;
}
.openBtn {
    background: transparent;
    border: none;
    padding: 0 5px;
    font-size: 16px;
    cursor: pointer;
    color: #53565A;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgb(176, 119, 108, 0.9);
    background-color: rgba(176, 119, 108, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 60px;
    cursor: pointer;
    color: white;
    z-index: 1100;
    font-weight: 100;
}

.overlay .closebtn:hover {
    color: #fff;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 85%;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.overlay input[type=text]:hover {
    background: transparent;
}

.overlay button {
    float: left;
    width: 5%;
    padding: 33px 15px 15px;
    background: transparent;
    font-size: 24px;
    border: none;
    cursor: pointer;
    color: #fff;
}

.overlay button:hover {
    background: transparent;
}

.overlay button i {
    color: #fff;
}


/* top home image slider */

.carousel-indicators {
    bottom: 35px;
    margin-left: 0;
    margin-right: 0;
    right: 100px;
    left: auto;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #fff;
    background-color: transparent;
}
.carousel-indicators .active {
    background-color: #fff !important;
}
.carousel-caption {
    left: 100px;
    bottom: 100px;
    text-align: left;
}
.slider-caption-desk {
    position: absolute;
    bottom: 85px;
    z-index: 90;
    right: 90px;
    direction: rtl;
}
.slider-cpation-heading {
    font-size: 50px;
    line-height: 48px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    display: none;
}
.slider-cpation-heading span {
    color: #DFC2C3;
}
.homepage-margin-top-fix .carousel-indicators {
    display: none;
}
.home-ptrn {
    height: 150px;
    text-align: center;
    margin-bottom: 40px;
}
.home-ptrn img {
    position: absolute;
    transform: translate(-50%, -50%);
}

.carousel-item {
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}

.color-white {
    color: #fff;
}

.brown-color {
    color: #B0776C;
}

.img-responsive {
    width: 100%;
}

.inner-ptrn {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.inner-ptrn-3 {
    position: absolute;
    bottom: 65px;
    left: 15px;
}

.inner-ptrn-4 {
    position: absolute;
    top: 180px;
    left: 15px;
}

.inner-ptrn-2 {
    position: absolute;
    right: 15px;
    top: 150%;

}

.inner-ptrn-2 img {
    float: left !important;
    position: relative;
}

.inner-ptrn-5 {
    position: absolute;
    right: 15px;
    top: 60%;
}

.ar-right-align {
    text-align: right;
}

.ar-direction {
    direction: rtl;
}

/* no padding */

.no-padding {
    padding: 0;
}
.no-padd-right {
    padding-right: 0;
}

/* paddings left right */

.pd-l-30 {
    padding-left: 30px;
}
.pd-r-30 {
    padding-right: 30px;
}
.pd-l-50 {
    padding-left: 50px;
}
.pd-r-50 {
    padding-right: 50px;
}

.plr-80 {
    padding: 0 80px;
}

/* padding bottom */

.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-140 {
    padding-bottom: 140px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pb-160 {
    padding-bottom: 160px;
}
.pb-170 {
    padding-bottom: 170px;
}
.pb-180 {
    padding-bottom: 180px;
}
.pb-190 {
    padding-bottom: 190px;
}
.pb-200 {
    padding-bottom: 200px;
}

/* padding top */

.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-150 {
    padding-top: 150px;
}
.pt-160 {
    padding-top: 160px;
}
.pt-170 {
    padding-top: 170px;
}
.pt-180 {
    padding-top: 180px;
}
.pt-190 {
    padding-top: 190px;
}
.pt-200 {
    padding-top: 200px;
}

/* margin 0 */

.m-0 {
    margin: 0;
}

/* colors */

.light-brown {
    color: #DFC2C3;
}
.dark-brown {
    color: #B0776C;
}
.dark-gray {
    color: #53565A;
}

/* sections backgrounds colors */

.bg-light-brown {
    background-color: #FBF7F7;
}
.bg-medium-brown {
    background-color: #E9DCDA;
}
.bg-dark-brown {
    background-color: #AF695B;
}

/* titles */

.gray-title-main {
    /*	font-size: 18px;*/
    font-size: 28px;
    letter-spacing: normal;
    text-align: center;
    padding: 30px 0;
    font-weight: normal;
    text-transform: uppercase;
}
.brown-title-main {
    font-size: 36px;
    text-align: center;
    padding: 40px 0;
    font-weight: normal;
    color: #B0776C;
    text-transform: uppercase;
}
.dark-brown-title-big {
    font-size: 33px;
    color: #B0776C;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    direction: rtl !important;
}
.dark-brown-title-big-h2 {
    font-size: 30px;
    color: #B0776C;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
}
.happening-content p {
    direction: rtl !important;
}


.white-title-big {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
}

/* text transform */

.txt-tsm-u {
    text-transform: uppercase;
}

/* buttons */

.brown-border-button {
    color: #B0776C;
    font-size: 16px;
    padding: 10px 25px;
    border: 1px solid #B0776C;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    width: fit-content;
    align-self: flex-end;
}
.brown-border-button:hover {
    background: #53565A;
    border: 1px solid #53565A;
    color: #fff;
    text-decoration: none;
}

.brown-solid-button {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    background-color: #B0776C;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}
.brown-solid-button:hover {
    background: #53565A;
    color: #fff;
    text-decoration: none;
}

.white-border-button {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}
.white-border-button:hover {
    background: #53565A;
    border: 1px solid #53565A;
    color: #fff;
    text-decoration: none;
}

.ancher-gray {
    color: #53565A;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.ancher-gray:hover {
    color: #B0776C;
    text-decoration: none;
}


/* z-index */

.zindex--1 {
    z-index: -1;
}

.zindex-1 {
    z-index: 1;
}

/* floats */


/* stories start */

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #53565A;
    background-color: transparent !important;
    border-radius: 0 !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #AF695B !important;
    border: 1px solid #AF695B;
}

.story-item-left img {
    width: 100px !important;
}

.stores-ptrn {
    position: absolute;
    z-index: 20;
    left: 0;
}

.stores-ptrn img {
    position: relative;
    top: 175px;
    float: left !important;
}

.stores-ptrn1 {
    position: absolute;
    z-index: 20;
    left: 0;
}

.stores-ptrn1 img {
    position: relative;
    top: 300px;
}

/* hapennings start */

.h-happening-date {
    font-weight: bold;
    text-align: right;
}


#owl-demo1 .owl-dots {
    position: absolute;
    margin: 0;
    right: 5%;
    bottom: 80px;
}

@media(max-width: 767px) {
    #owl-demo1 .owl-dots {
        position: absolute;
        margin: 0;
        right: 5%;
        bottom: 0;
    }

}

#owl-demo .item {
    direction: rtl;
}

/* counter start from here */

.top-diamond-con {
    display: flex;
    flex-flow: row nowrap;
    height: 350px;
}
.bottom-diamond-con {
    display: flex;
    flex-flow: row nowrap;
    height: 350px;
}
.diamond-con {}
.counter-border {
    position: absolute;
    top: 135px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.counter-img {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.counter-img-solid {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.counter-content {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 145px;
}
.counter-content img {
    padding-bottom: 20px;
}
.counter-content strong {
    font-size: 45px;
    color: #fff;
    line-height: 45px;
}
.counter-content p {
    font-size: 22px;
    color: #fff;
}
.rel-margin-left {
    position: relative;
    left: -30px;
}
.rel-margin-right {
    position: relative;
    right: -30px;
}
.rel-margin-left-bot {
    position: relative;
    left: -50px;
}
.rel-margin-right-bot {
    position: relative;
    right: -50px;
}

/* map container */

.map-con img {
    width: 100%;
}

/* footer start */

footer {
    direction: rtl;
}

.footer-subscribe {
    display: flex;
    flex-flow: row nowrap;
}
.subscription-txt {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    padding-right: 30px;
    text-align: right;
    padding-top: 5px;
}
.subscription-form {
    height: 60px;
    background: #fff;
    border: 0;
    color: #AF695B;
    outline: none;
}
.subscription-btn {
    height: 60px;
    background: #AF695B;
    border-radius: 0;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.subscription-btn:hover {
    background: #53565A;
    color: #fff;
    text-decoration: none;
}
.footer-col {
    text-align: right;
}
.footer-col ul {
    padding: 15px;
    list-style: none;
}
.footer-col ul li::before {
    content: "\25AA";
    color: #B0776C;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-right: -1em;
}
.footer-col ul li {
    padding-bottom: 15px;
}
.footer-col ul li a {
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #53565A;
}
.footer-col ul li a:hover {
    color: #AF695B;
    text-decoration: none;
}
.footer-social-icons {
    list-style-type: none;
    display: inline-flex;
    margin: 0 1rem;
    gap: 1rem;
}
.footer-social-icons li::before {
    display: none !important;
}
.footer-social-icons li {
    color: #AF695B;
}
.footer-social-icons li a {
    color: #AF695B !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer-social-icons li a:hover {
    color: #53565A !important;
    text-decoration: none;
}
.footer-col h2 {
    font-size: 50px;
    text-align: left;
    font-weight: bold;
    line-height: 46px;
}
.get-it-now {
    color: #53565A;
    text-decoration: none;
    float: left;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 20px;
    direction: ltr;
}
.get-it-now:hover {
    color: #AF695B;
    text-decoration: none;
}
.copyright-con {
    background-color: #AF695B;
}
.copyright {
    text-align: center;
    padding-top: 15px;
}
.copyright p {
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.copyright p a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.copyright p a:hover {
    color: #53565A;

}

/* Page Top Banner */

.page-top-banner {
    background: url('../img/eat/eat-banner.jpg') no-repeat;
    background-size: cover !important;
    background-position: center !important;
}


.enjoy-top-banner {
    background: url('../img/enjoy/top-banner.jpg') no-repeat;
}

.secondary-top-banner {
    margin-top: 90px;
}

/* Eat Page Start From Here */


.banner-inner-banner {
    padding: 590px 0 100px;
}

.form-row div input[type="text"] {
    border-radius: 0;
    background-color: #B0776C;
    border: none;
    height: 50px;
    margin-bottom: 10px;
    color: white;
}

.form-row div select {
    border-radius: 0;
    background-color: #B0776C;
    border: none;
    height: 50px;
    color: #fff;
    margin-bottom: 10px;
}

.form-row div input[type="submit"] {
    border-radius: 0;
    background-color: #B0776C;
    border: none;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 10px;
}

.form-row div input[type="submit"]:hover {
    background-color: #53565A;
}

.logo-block {
    padding: 0;
    background-color: #DFC2C3;
    text-align: center;
    -webkit-transition: 1s;
    transition: 1s;
    cursor: pointer;
}

.logo-block:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.1);
}

.logo-block img {
    width: 65%;
}

.logo-block-con {
    padding-bottom: 30px;
    text-align: right;
}

.logo-block-con a:hover {
    text-decoration: none;
}

.logo-block-con h3 {
    color: #B0776C;
    padding-top: 20px;
    font-weight: 300;
}

.block-detail-right {
    background: url('../img/eat/eat-detail.jpg');
    background-size: cover;
    background-position: center;
}

.block-org-logo {
    padding: 30px 15px;
}

.block-org-logo img {
    width: 125px;
    border: 2px solid #AF695B;
}

.brand-info {
    list-style-type: none;
    padding: 0;
    display: inline-flex;
    text-transform: uppercase;
}

.brand-info li {
    padding-left: 15px;
}

.brand-map {
    border: 1px solid #AF695B;
    margin-top: 80px;
    width: 100%;
}

/* Retailer Page Start From Here */

.alphabetically-filter {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    margin: auto 0;
    direction: rtl;
}

.alphabetically-filter li {
    padding: 3px;
}

.alphabetically-filter li a {
    color: #53565A;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

.alphabetically-filter li a:hover {
    color: #B0776C;
    text-decoration: none;
}

.filter-all {
    font-weight: bold;
    color: #B0776C;
}

.retailer-top-brand-con {
    background: url('../img/retailers/retailer-top-brand.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.top-brand-logo {
    width: 200px;
    height: 200px;
    background-color: #fff;
    padding: 30px;
}

.top-brand-logo img {
    width: 100%;
}

.top-brand-content {
    padding: 50px 45px 100px;
    background-color: rgba(175, 105, 91, 0.5);
    direction: rtl;
    text-align: right;
}

.top-brand-content p {
    direction: rtl;
    color: white;
}

.back {
    float: left;
    letter-spacing: 0;
    color: #B0776C;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.back:hover {
    color: #53565A;
    text-decoration: none;
}

/* Enjoy Page Start */

.enjoy-nav {
    text-align: center;
    padding: 100px 0 0;
}

.enjoy-nav ul {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
    margin: auto 0;
    direction: rtl;
}

.enjoy-nav ul li a {
    font-size: 17px;
    text-align: center;
    padding: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #53565A;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.enjoy-nav ul li a:hover {
    color: #B0776C;
    text-decoration: none;
}

.enjoy-nav-active {
    color: #B0776C !important;
    font-weight: bold;
}

.enjoy-img img {
    width: 100%;
}

.psn-b-20 {
    position: relative;
    bottom: 20px;
}

.psn-b-30 {
    position: relative;
    bottom: 30px;
}

.psn-b-40 {
    position: relative;
    bottom: 40px;
}

.psn-b-50 {
    position: relative;
    bottom: 50px;
}
.arabic-shop-details-phone {
    direction: ltr !important;
    text-align: right !important;
}

.psn-b-60 {
    position: relative;
    bottom: 60px;
}

.psn-b-70 {
    position: relative;
    bottom: 70px;
}

.psn-b-80 {
    position: relative;
    bottom: 80px;
}

.psn-b-90 {
    position: relative;
    bottom: 90px;
}

.psn-b-100 {
    position: relative;
    bottom: 100px;
}

/* About Us Page */

.media {
    padding-bottom: 10px;
}
.flexed-1-gap {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.media span i {
    color: #B0776C;
    font-size: 32px;
    padding: 0 1rem;
}

.media-body p {
    font-size: 18px;
    margin: 5px 0;
}
.click-abs {
    width: max-content;
    right: 15%;
    position: absolute;
}

.fsi-con {
    font-size: 28px;
}


.con-form-f {
    border-radius: 0;
    background-color: #DFC2C3;
    color: #fff;
    border: 0;
}

.con-submit {
    background: #DFC2C3;
    border-radius: 0;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.con-submit:hover {
    background: #AF695B;
    color: #fff;
}

/* blog image */


.related-blog {
    padding-bottom: 30px;
}

.related-blog h2 {
    font-size: 18px;
    padding: 15px 0;
    color: #AF695B;
    text-transform: uppercase;
    font-weight: 300;
}

.small-button {
    padding: 5px 10px !important;
}

.related-blog-con {
    background-color: #F7F7F7;
    padding-top: 30px;
}


/* Happenings Page Start */

.event-details-txt strong {
    color: #B0776C;
}

.event-details-txt strong span {
    color: #D9D9D6;
}

.event-details-txt h2 {
    font-size: 22px;
    color: #53565A;
    padding: 1rem 0;
}

.h-read-more {
    font-size: 18px;
    font-weight: bold;
    color: #D9D9D6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.h-read-more i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.h-read-more:hover {
    color: #B0776C;
    text-decoration: none;
}

.happening-date {
    text-align: left;
}

.happening-date h2 {
    font-size: 45px;
    color: #B0776C;
    font-weight: bold;
}

.happening-date a {
    letter-spacing: 5px;
    float: left;
    color: #53565A;
    -webkit-transition: 0.5s;
    text-decoration: none;
}

.happening-date a:hover {
    color: #B0776C;
    text-decoration: none;
}

.h-date {
    width: 250px;
    height: 250px;
    -webkit-clip-path: polygon(50% 15%, 100% 50%, 49% 85%, 0% 50%);
    clip-path: polygon(50% 15%, 100% 50%, 49% 85%, 0% 50%);
    background-color: rgba(176, 119, 108, 0.8);
    float: left;
}

.h-date h3 {
    font-size: 100px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
}
.flexed-start,
.stregis-slider,
.glide--swipeable {
    direction: ltr;
}
.NM-statistics h3 {
    margin-right: unset !important;
    margin-left: 20%;
}
.click-abs {
    left: 15%;
}
.glide__slide__item .item {
    flex-direction: row-reverse;
}
.glide__slide__item .item .story-item-left * {
    direction: rtl;
    text-align: right;
}
.whats-on-slider-wrapper {
    direction: ltr;
}
/* Calendar Slider */

.date-active {
    background: url('../img/clnd-active-01.svg') no-repeat center;
    color: #fff;
}

.month-active {
    color: #B0776C;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    display: block;
    position: absolute;
    top: 50% !important;
    width: 44px;
    height: 44px;
    margin-top: -25px !important;
    transition: opacity 0.3s;

    border-radius: 50%;
    background-color: transparent;
    border-color: transparent;
    color: #53565A !important;
    line-height: 40px;
    text-align: center;
    opacity: .7;
    z-index: 1;
}

.owl-carousel .owl-next:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #B0776C !important;
}

.owl-carousel .owl-prev:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #B0776C !important;
}

.owl-theme .owl-nav [class*=owl-] {}

#owl-month .owl-prev {
    left: -30px;
}

#owl-month .owl-next {
    right: -30px;
}

#owl-day .owl-prev {
    left: 0;
}

#owl-day .owl-next {
    right: 0;
}


#owl-month .owl-dots {
    display: none;
}
#owl-day .owl-dots {
    display: none;
}

.item-center {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.ar-learn-more {
    margin-top: 20px;
}


/* responsiveness */

@media(min-width: 992px) {

    .con-70 {
        max-width: 70%;
    }
    .con-75 {
        max-width: 75%;
    }
    .con-97 {
        max-width: 97%;
    }

    .f-left {
        float: right;
    }
    .f-right {
        float: left;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .carousel-item {
        height: 91vh;
    }
    .home-ptrn img {
        left: 50%;
    }
    .slider-caption-desk {
        display: block;
    }
    .slider-caption-mob {
        display: none;
    }

    .story-item-right {
        overflow: hidden;
        display: block;
    }
    .story-main-image {
        background: url('../img/story-img.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .story-logo-mob {
        display: none !important;
    }
    .story-logo-desk {
        display: block !important;
    }
    .story-item-right-mob {
        display: none;
    }

    .block-detail-right-mob {
        display: none;
    }
    .block-detail-right p {
        text-align: justify;
    }
    .block-detail-right {
        display: block;
    }
    .padd-right-desk {
        padding-right: 30px;
    }

    /* happening */

    .happening-bg {
        background: url('../img/happening.png') no-repeat;
        background-size: cover;
        background-position: center;
    }
    .happening-content {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 275px 80px 100px;
        text-align: right;
    }
    .happening-bg-mob {
        display: none;
    }

    .retailer-top-brand-mobile {
        display: none;
    }
    .retailer-top-brand-desktop {
        display: block;
    }

    .active-inner-banner-mob {
        display: none;
    }

    .mob-break {
        display: none;
    }

    .blog-img {
        background: url('../img/blog/blog.jpg') no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .blog-content {
        padding: 50px 70px;
        border-top: 1px solid #AF695B;
        border-bottom: 1px solid #AF695B;
        border-right: 1px solid #AF695B;

    }

    .blog-mob-image {
        display: none;
    }

    .desk-video {
        display: block;
    }
    .mob-video {
        display: none;
    }


}
@media(max-width: 768px) {
    .click-abs {
        right: unset;
        position: relative;
        margin: 15% auto;
    }
}

@media(min-width: 768px) {

    .mob-brk {
        display: none;
    }

    .navbar-expand-md .navbar-collapse {
        flex-basis: 0 !important;
    }

    .offset-md-1 {
        margin-left: 8.333333% !important;
    }

    .shop-banner-mobile {
        display: none;
    }

}

@media(max-width: 767px) {

    .footer-subscribe {
        display: none;
    }
    .logo-center {
        text-align: center;
    }
    .footer-col-con {
        display: none !important;
    }
    .footer-pb {
        padding-bottom: 20px !important;
    }

    .enjoy-nav ul {
        flex-flow: column wrap;
    }
    .mobile-hide {
        display: none !important;
    }
    .mbl-zero-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .arabic-contact-us-title {
        text-align: center !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .back-top-btn {
        left: 0;
    }
    .offers-top-title {
        margin-top: 0 !important;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .more-offers-content {
        margin-bottom: 50px;
    }
    .ar-enojoy-title {
        text-align: center !important;
    }

    .retailer-top-brand-mobile .retail-logo img {
        width: 70%;
    }
    .retailer-top-brand-mobile .retail-logo {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .offers-carousel #owl-demo1 .owl-dots {
        left: 4%;
    }
    .logo-block-con h3 {
        font-size: inherit;
    }
}

@media(max-width: 991px) {

    .con-70 {
        max-width: 90%;
    }
    .con-75 {
        max-width: 95%;
    }
    .con-97 {
        max-width: 97%;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
        font-size: 14px;
    }

    .f-right {
        float: none;
    }

    /* top slider */
    .carousel-item {
        margin-top: 100px;
        min-height: 400px;
    }
    .carousel-indicators {
        bottom: 10px;
        /*left: 50%;*/
        transform: translate(-50%, -50%);
    }
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin-right: 8px;
        margin-left: 8px;
    }
    .home-ptrn {
        height: 35px;
    }
    .home-ptrn img {
        right: 0;
        width: 80px;
    }
    .slider-caption-desk {
        display: none;
    }
    .slider-cpation-heading {
        text-align: center;
        color: #53565A;
        font-size: 36px;
        line-height: 36px;
    }
    .slider-cpation-heading span {
        color: #DFC2C3;
    }
    .story-item-right-mob {
        overflow: hidden;
        display: block;
    }
    .story-main-image-mob {
        background: url('../img/story-img.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .story-main-image-mob img {
        width: 100%;
    }

    .dark-brown-title-big {
        font-size: 30px;
        line-height: 28px;
    }
    .dark-brown-title-big-h2 {
        font-size: 20px;
    }


    .story-logo-mob {
        display: block;
    }
    .story-logo-desk {
        display: none;
    }

    .block-detail-right-mob {
        display: block;
    }
    .block-detail-right-mob img {
        width: 100%;
    }
    .block-detail-right {
        display: none;
    }

    .happening-bg {
        background-color: rgba(255, 255, 255, 0.8);
    }
    .happening-content {
        padding: 50px 80px 80px;
        text-align: center;
    }
    .happening-bg-mob {
        display: block;
    }
    .happening-bg-mob img {
        width: 100%;
    }

    .page-top-banner {
        background-size: contain;
        margin-top: 100px;
        background-position: top;
    }
    .banner-inner-banner {
        padding: 250px 0 100px;
    }

    .retailer-top-brand-desktop {
        display: none;
    }

    .retailer-top-brand-mobile {
        display: block;
    }

    .block-org-logo-mob {
        position: absolute;
        top: 30px;
        left: -30px;
    }

    .block-org-logo-mob img {
        width: 125px;
        border: 2px solid #AF695B;
    }

    .enjoy-nav {
        padding: 40px 0;
    }
    .enjoy-nav ul li a {
        font-size: 14px;
        padding: 15px;
    }
    .mob-break {
        display: block;
    }

    .psn-b-70 {
        bottom: 0;
    }

    .media-body p {
        font-size: 16px;
    }
    .media span i {
        font-size: 22px;
    }

    .happening-date {
        text-align: center;
    }

    .mob-text-center {
        text-align: center;
    }
    .mob-order-3 {
        order: 3;
    }

    .event-details-txt h2 {
        font-size: 18px;
    }
    .h-read-more {
        font-size: 16px;
    }


    .blog-mob-image {
        display: block;
    }

    .blog-content {
        padding: 15px 15px 70px;
        border-left: 1px solid #AF695B;
        border-bottom: 1px solid #AF695B;
        border-right: 1px solid #AF695B;
    }
    .ptrn-hide-mob {
        display: none !important;
    }

    .stores-ptrn {
        display: none;
    }

    .stores-ptrn {
        display: none;
    }

    .desk-video {
        display: none;
    }

    .mob-video {
        display: block;
    }

    .h-date {
        position: relative;
        width: 200px;
        height: 200px;
    }
    .h-date h3 {
        font-size: 60px;
        color: #fff;
        width: fit-content;
        margin: auto;
    }
    .happening-date h2 {
        font-size: 25px;
    }
    .logo-block-con h3 {
        font-size: medium;
    }
    .related-blog h2 {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .top-bar-mob {
        position: relative;
        top: 25px;
    }
    .navbar-nav {
        margin: auto;
    }
    .navbar-toggler {
        position: absolute;
        left: 5px;
        top: 55px;
    }
    .gift-card {
        padding: 0;
    }
    .gift-card a {
        font-size: 13px;
    }
    .search-arabic {
        padding: 0;
        display: flex;
        flex-flow: column wrap;
    }
    .cus-order {
        order: 2;
    }
    .mob-logo {
        position: relative;
        bottom: 20px;
    }
    .mob-brk {
        display: block;
    }
    .lp-0 {
        padding-left: 0;
    }

    .brand-info {
        display: block !important;
    }

    .happening-content {
        padding: 50px 15px 80px;
        text-align: center;
    }

    .banner-inner-banner {
        padding: 90px 0 15px;
    }

    .overlay input[type=text] {
        width: 85%;
    }
    .overlay button {
        width: 10%;
    }


    .top-diamond-con {
        flex-flow: column nowrap;
    }

    .bottom-diamond-con {
        flex-flow: column nowrap;
    }
    .rel-margin-left {
        left: 0;
    }
    .rel-margin-right {
        right: 0;
    }
    .rel-margin-left-bot {
        left: 0;
    }
    .rel-margin-right-bot {
        right: 0;
    }

    .diamnd-bh {
        height: 1200px;
    }

    .pr-t {
        position: relative;
        top: 350px;
    }

    .counter-content {
        top: 160px;
    }
    .counter-content img {
        padding-bottom: 5px;
        width: 45px !important;
    }
    .counter-content strong {
        font-size: 36px;
        line-height: 30px;
    }
    .counter-content p {
        font-size: 17px;
        line-height: 13px;
    }

    .retailer-page-banner {
        background: transparent !important;
    }

    .form-banner {
        padding-top: 15px !important;
    }

}


@media(max-width: 575px) {

    .mg-0 {
        margin: 0;
    }
    .form-mob-padd {
        padding: 0 22px;
    }
    .gift-card a {
        font-size: 10px;
    }

    .alphabetically-filter {
        flex-flow: row wrap;
    }

    .home-ptrn img {
        width: 50px;
    }

    .page-top-banner {
        margin-top: 135px !important;
    }

    .top-diamond-con {
        height: 750px;
    }
    .pr-t {
        top: 0;
    }
    .bottom-diamond-con {
        height: 1135px;
    }
    .diamnd-bh {
        height: 950px;
    }
    .slider-cpation-heading {
        float: right;
    }

}

@media(max-width: 480px) {

    .top-diamond-con {
        height: 650px;
    }
    .pr-t {
        top: 0;
    }
    .bottom-diamond-con {
        height: 980px;
    }
    .diamnd-bh {
        height: 850px;
    }

    .locator-btn {
        font-size: 12px;
    }
    .ar-dine-page-top-banner {
        margin-top: 0 !important;
    }
    .width-60 {
        width: 25%;
    }
    .secondary-top-banner .carousel-item {
        background-size: contain;
        margin-top: -100px;
    }

    .secondary-top-banner .carousel-control-prev {
        top: -100px;
    }
    .secondary-top-banner .carousel-control-next {
        top: -100px;
    }


}


@media only screen and(min-width: 992px) and(max-width: 1280px) {

    .dark-brown-title-big {
        font-size: 36px;
        line-height: 34px;
    }
    .dark-brown-title-big-h2 {
        font-size: 20px;
    }
    .media-body p {
        font-size: 16px;
    }
    .media span i {
        font-size: 22px;
    }


}


@media only screen and(min-width: 1620px) {

    .stores-ptrn img {
        width: 305px;
    }

}

@media only screen and(min-width:1420px) and(max-width: 1619px) {

    .stores-ptrn img {
        width: 265px;
    }

}

@media only screen and(min-width:1220px) and(max-width: 1419px) {

    .stores-ptrn img {
        width: 250px;
    }

}


@media only screen and(min-width:992px) and(max-width: 1219px) {

    .stores-ptrn img {
        width: 270px;
    }

}


@media only screen and(min-width: 992px) and(max-width: 1280px) {

    .dark-brown-title-big {
        font-size: 36px;
        line-height: 34px;
    }
    .dark-brown-title-big-h2 {
        font-size: 20px;
    }
    .media-body p {
        font-size: 16px;
    }
    .media span i {
        font-size: 22px;
    }

}

@media only screen and(min-width: 1220px) and(max-width: 1680px) {

    .top-diamond-con {
        height: 300px;
    }
    .counter-content {
        top: 165px;
    }
    .counter-content img {
        padding-bottom: 5px;
        width: 35px !important;
    }
    .counter-content strong {
        font-size: 40px;
        line-height: 38px;
    }
    .counter-content p {
        font-size: 19px;
        line-height: 16px;
    }

}

@media only screen and(min-width: 992px) and(max-width: 1219px) {

    .top-diamond-con {
        height: 230px;
    }
    .counter-content {
        top: 160px;
    }
    .counter-content img {
        padding-bottom: 5px;
        width: 30px !important;
    }
    .counter-content strong {
        font-size: 32px;
        line-height: 30px;
    }
    .counter-content p {
        font-size: 15px;
        line-height: 13px;
    }

}

@media only screen and(min-width: 768px) and(max-width: 991px) {

    .top-diamond-con {
        height: 200px;
    }
    .diamond-custom-padd {
        padding: 50px 0;
    }
    .counter-content {
        top: 165px;
    }
    .counter-content img {
        padding-bottom: 5px;
        width: 35px !important;
    }
    .counter-content strong {
        font-size: 30px;
        line-height: 30px;
    }
    .counter-content p {
        font-size: 14px;
        line-height: 14px;
    }
    .rel-margin-left-bot {
        left: -25px;
    }
    .rel-margin-right-bot {
        right: -25px;
    }

    .footer-col ul li a {
        font-size: 13px;
    }
    .footer-col ul {
        padding-right: 0 !important;
    }

}


/* ptrn responsiveness */

@media only screen and(min-width: 1200px) and(max-width: 1550px) {

    .ptrn-size img {
        width: 155px;
    }

    .ptrn-size-top {
        bottom: 150px !important;
    }

}

@media only screen and(min-width: 992px) and(max-width: 1219px) {

    .ptrn-size img {
        width: 135px;
    }

    .ptrn-size-top {
        bottom: 200px !important;
    }

}

@media only screen and(min-width: 1200px) and(max-width: 1400px) {

    .inner-ptrn-3 img {
        width: 135px;
    }

}

@media only screen and(min-width: 1280px) and(max-width: 1480px) {

    .stores-ptrn1 img {
        width: 150px;
        top: 360px;
    }

}

@media only screen and(min-width: 992px) and(max-width: 1279px) {

    .stores-ptrn1 img {
        width: 125px;
        top: 308px;
    }

}

@media only screen and(min-width: 768px) and(max-width: 991px) {

    .stores-ptrn1 img {
        width: 100px;
        top: 92px;
    }

}


@media only screen and(min-width: 575px) and(max-width: 767px) {

    .stores-ptrn1 img {
        width: 135px;
        top: 500px;
    }

}

@media only screen and(max-width: 574px) {

    .stores-ptrn1 {
        display: none;
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }


}

@media(min-height: 500px) and(max-height: 699px) {
    .inner-ptrn-3 {
        bottom: -150px !important;
    }
    .inner-ptrn {
        bottom: -200px !important;
    }
}

@media(min-height: 700px) and(max-height: 800px) {
    .inner-ptrn-3 {
        bottom: -80px !important;
    }
    .inner-ptrn {
        bottom: -120px !important;
    }
}

@media(min-height: 801px) and(max-height: 900px) {
    .inner-ptrn-3 {
        bottom: 20px !important;
    }
    .inner-ptrn {
        bottom: -60px !important;
    }
}

/* landing Page Responsive */

@media(min-width: 992px) and(max-width: 1200px) {

    #myVideo {
        right: -235px !important;
    }

}


.search a {
    color: #af695b !important;
    text-decoration: none;
}

.search-no-found {
    color: #af695b !important;
    text-align: center;
}

.search-title {
    color: #af695b !important;
    font-weight: bold;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: 15px;

}

.details-p p {

    text-align: justify;
}

.blog-title {

    font-size: 29px !important;
}

/* offers page start */

.offer-date {
    color: #B0776C;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 20px;
}

.offer-date-2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    direction: rtl;
}

.offer-title {
    color: #53565A !important;
    text-transform: uppercase;
}

.offer-discount {

    font-size: 17px;
    color: #B0776C;
}

.offer-discount-2 {

    font-size: 17px;
    color: #fff;
}

.ps-ab {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.psr-t {
    position: relative;
    top: 20px;
}


.offer-pagination {
    list-style-type: none;
    display: inline-flex;
    margin: 0 auto;
    padding: 0;

}
.offer-pagination a {
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.offer-pagination li {
    padding: 20px;
    font-size: 20px;

}

.offer-active {
    font-weight: bold;
    color: #AF695B;
}

.offers-content {
    background-color: rgba(176, 119, 108, 0.7) !important;
    padding: 80px 80px 100px !important;
}

.offer-logo {
    width: 200px !important;
    padding-bottom: 20px;
}

.month a {

    color: #53565A;
    text-decoration: none;
    letter-spacing: 0;
}

.month a:hover {

    color: #AF695B;
    text-decoration: none;
}

.month a active {

    color: #AF695B;
    text-decoration: none;
}

.day a {

    color: #53565A;
    text-decoration: none;
}

.day a:hover {

    color: #AF695B;
    text-decoration: none;
}

.day a active {

    color: #AF695B;
    text-decoration: none;
}

.fa-angle-double-up:before {
    content: "\f102" !important;
    font-size: 50px !important;
    color: #af695b !important;
    margin-top: -180px !important;
    margin-left: 29px !important;
}

@media(min-width: 481px) and(max-width: 767px) {

    .happening-bg {

        background: none !important;
        background-color: rgba(223, 194, 195, 0.4);
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }


}

@media(max-width: 991px) {

    .happening-bg {

        background: none !important;
        background-color: rgba(223, 194, 195, 0.4);
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }


}


.offers .logo-block {
    padding: 25px;
}

.offers .logo-block img {
    width: 80%;
}

.offers .brown-border-button {
    margin-left: 2px;
}

.fa-phone {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media(min-width: 1584px) {
    .offers .logo-block img {
        width: 80%;
    }
}
.retailer-top-brand-con a {
    margin-left: 35px;
}
.btn-locator a {
    background: #B0776C;
    color: #000;
    padding: 20px;
    font-family: inherit;
    text-transform: uppercase;
    position: relative;
    top: -65px;
    color: white;
}
.btn-locator.text-right {
    text-align: left !important;
}
.main-btn:hover {
    background: #53565A;
    color: #fff;
    text-decoration: none;
}
.fa-flip-horizontal {
    position: relative;
    right: 0;
    transform: scaleX(1) !important;
}
.back-top {
    display: none;
}
.glide__bullets {
    display: flex;
    justify-content: flex-end !important;
}
.fa-arrow-up:before {
    font-size: 35px !important;
    color: #af695b !important;
    margin-top: -146px !important;
    margin-left: 29px !important;
}
@media(max-width: 1583px) {
    .inner-ptrn-enjoy {
        position: absolute;
        bottom: -193px;
        left: -25px;
        z-index: 2;
    }

    .offers .logo-block img {
        width: 100%;
    }

    .offers .pt-20 {
        padding-top: 0;
    }
    .retailer-top-brand-con a {
        margin-left: 45px;
    }
}

@media(max-width: 767px) {
    .offers-content {
        padding: 30px 20px !important;
    }
    .btn-locator.text-right {
        text-align: center !important;
        margin-top: 90px;
    }

    .offers-carousel #owl-demo1 .owl-dots {
        left: 0;
        top: 30px;
    }
    .navbar-fixed-top {
        position: relative;
    }

    .navbar-expand-md {
        top: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: -10px;
    }
    .home-ptrn {
        display: none;
    }
    .slider-cpation-heading {
        margin-top: 30px;
        text-align: center;
        width: 100%;
    }

    .offers-top-title {
        margin-top: 0;
    }

    #owl-demo a {
        position: relative;
        margin-top: 1px;
        top: -10px;
        float: right;
    }

    #owl-demo .owl-dots {
        text-align: center;
        margin-top: 20px;
        left: 2px;
    }

    #owl-demo1 .owl-dots {
        left: 10px;
    }

    .form-row div select {
        margin-bottom: 10px;
    }

    .form-row div input[type="text"] {
        margin-bottom: 10px;
    }

    .mbl-bottom {
        bottom: 0;
    }
    .width-60 {
        width: 25% !important;
    }
}

.month-active a {
    color: #B0776C !important;
    font-weight: bold !important;
}

.d-active {
    width: 50px;
    height: 50px;
    -webkit-clip-path: polygon(50% 15%, 100% 50%, 49% 85%, 0% 50%);
    clip-path: polygon(50% 15%, 100% 50%, 49% 85%, 0% 50%);
    background-color: rgba(176, 119, 108, 0.8);
    float: right;
}

.d-NO-active {
    width: 50px;
    height: 50px;
    -webkit-clip-path: polygon(50% 15%, 100% 50%, 49% 85%, 0% 50%);
    clip-path: polygon(50% 15%, 100% 50%, 49% 85%, 0% 50%);
    background-color: rgba(176, 119, 108, 0);
    float: right;
}
#owl-day .owl-nav {
    margin-top: 5px;
}


#owl-day .owl-next {
    right: -35px;
}
.d-active a {
    position: relative;
    top: 10px;
    color: white;
}

.d-NO-active a {
    position: relative;
    top: 10px;

}
.inner-ptrn-40 {
    position: absolute;
    top: 240px;
}
.slider-cpation-heading span {
    color: #DFC2C3;
}

.contentss {
    position: relative;
    overflow: hidden;
}

.contentss:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 2;
    font-size: 35px !important;
    background: #dfc2c3;
    padding: 62px;
    margin-top: -33px;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content-text {
    color: #fff;
    font-size: 35px;
}
.width-60 {
    width: 60%;
}

.shops-banner-margin-top {
    float: right;
}

.shops-title-margin-top {
    margin-top: 125px;
}
.offers-top-title {
    margin-top: 35px;
}

@media(max-width:480px) {
    .secondary-top-banner {
        margin-top: 15px;
    }
    .offer-logo {
        width: 150px !important;
    }
    .offers-mbl-title {
        font-size: 35px;
        line-height: 32px;
    }
    .reach-us-mobile {
        margin-top: 50px;
    }
    .logo-block-con {
        padding-bottom: 0;
    }
    .blog-img-2 {
        padding-bottom: 20px !important;
    }
    .mbl-visibility-none {
        display: none;
    }
    .offers .logo-block {
        padding: 0;
    }
    .offers .logo-block img {
        width: 75%;
    }
    .mbl-blog-flex {
        flex-direction: column;
    }
    #owl-demo h2 {
        text-align: center !important;
    }
    .story-main-image-mob img {
        width: 101% !important;
        position: relative;
        right: -2px;
    }
    .ar-padding-top-zero {
        padding-top: 0;
    }
    .ar-happening-title {
        text-align: center !important;
    }
    #owl-demo1 .owl-dots {
        position: relative;
    }
    .mbl-padding-diamonds {
        padding-top: 0;
    }
    .carousel-indicators {
        left: 50%;
    }
}


/* Media Query for Mobile Devices */

@media(min-width: 481px) and(max-width: 600px) {
    .contentss:hover .content-details {
        top: 47%;
        left: 50%;
        opacity: 2;
        font-size: 28px !important;
        background: #dfc2c3;
        padding: 70px;
        margin-top: -28px;

    }
}


/* Media Query for low resolution  Tablets, Ipads */
@media(min-width: 481px) and(max-width: 767px) {
    .contentss:hover .content-details {
        top: 37%;
        left: 50%;
        opacity: 2;
        font-size: 28px !important;
        background: #dfc2c3;
        padding: 70px;
        margin-top: -28px;

    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media(min-width: 767px) and(max-width: 1024px) {
    .contentss:hover .content-details {
        top: 52%;
        left: 50%;
        opacity: 2;
        font-size: 14px !important;
        background: #dfc2c3;
        padding: 12px;
        margin-top: -84px;

    }
}


@media(min-width: 1025px) and(max-width: 1280px) {
    .contentss:hover .content-details {
        top: 28%;
        left: 50%;
        opacity: 2;
        font-size: 28px !important;
        background: #dfc2c3;
        padding: 70px;
        margin-top: -28px;

    }
}

/* Media Query for Large screens */
@media(min-width: 1281px) {
    .contentss:hover .content-details {
        top: 34%;
        left: 50%;
        opacity: 2;
        font-size: 28px !important;
        background: #dfc2c3;
        padding: 70px;
        margin-top: -28px;

    }
}

@media only screen and(min-device-width : 768px) and(max-device-width : 1024px) {

    .contentss:hover .content-details {
        top: 30%;
        left: 50%;
        opacity: 2;
        font-size: 28px !important;
        background: #dfc2c3;
        padding: 70px;
        margin-top: -28px;

    }
}


.display-on-desktop {
    display: block;
}
.display-on-desktop img {
    margin-bottom: 20px;
    width: 100%;
}
.display-on-mobile {
    display: none;
}
.display-on-mobile img {
    width: 100%;
    margin-bottom: 30px;
}
@media(max-width:767px) {
    .display-on-desktop {
        display: none;
    }
    .display-on-mobile {
        display: block;
    }
}

.NM-company-info .NM-row {
    flex-direction: row-reverse;
}

.faqpop .card-popup-left {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.faqpop .card-pop-up-con {
    padding: 0;
    margin: 0;
}

.faqpop .card-popup-right {
    padding: 0;
    margin: 0;
}

.faqpop .faq-item .question p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";


}
.faqpop .faq-item .question p {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0;
    text-align: justify;

}

.faqpop .faq-item .answer p {
    font-size: 16px;
    text-align: justify;

}

.faqpop .card-popup-left h3 {
    font-size: 36px;
}
.faqpop .faq-item {
    margin-top: 30px;
    padding-right: 20px;
}

.faq_title {


    font-size: 36px;
    color: #b0776c;
    font-weight: bold;
}

.card-popup-right .answer p {
    margin-right: 65px !important;
}


.card-popup-right .question p {

    margin-right: 65px;
}

.st-regis-cont .main-p-v {
    padding-right: 0;
}

.offer-sec .offer-box-one {
    transform: scaleX(-1);
}

.offer-sec .offer-box-one .offer-title-new,
.offer-sec .offer-box-one .offer-body-txt {
    transform: scaleX(-1);
}

.offer-sec .offer-box-one .offer-title-new {
    width: 100%;
    padding: 0 4rem;
}
