@import"https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,700";
@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap";

html {
    font-size: 100%
}

body {
    font-size: 16px;
    font-family: "Conv_Montserrat-Regular", sans-serif;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    border: none
}

html[lang=ar] body {
    direction: rtl;
    text-align: right
}

h1,
h2,
h3.h4.h5.h6 {
    color: #212529
}

.wrapper {
    overflow: hidden;
    font-size: 14px
}

@media screen and (max-width: 1024px) {
    .wrapper {
        font-size: .75rem
    }
}

.wrapper .custom-container-fluid {
    max-width: 1349px
}

.wrapper .header .custom-container-fluid {
    position: relative
}

ul {
    padding: 0;
    margin: 0
}

:focus {
    outline: 0;
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none
}

a,
button {
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -ms-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s
}

.align-center {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center
}

@media(min-width: 1400px) {
    .container {
        max-width: 1366px
    }

    .wrapper {
        font-size: 16px
    }
}

@font-face {
    font-family: "Gotham-Book";
    src: url("../assets/fonts/Gotham-Book.eot");
    src: url("../assets/fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gotham-Book.woff") format("woff"), url("../assets/fonts/Gotham-Book.ttf") format("truetype"), url("../assets/fonts/Gotham-Book.svg#Gotham-Book") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../assets/fonts/Gotham-Medium.eot");
    src: url("../assets/fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gotham-Medium.woff") format("woff"), url("../assets/fonts/Gotham-Medium.ttf") format("truetype"), url("../assets/fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../assets/fonts/GothamBold.eot");
    src: url("../assets/fonts/GothamBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/GothamBold.woff") format("woff"), url("../assets/fonts/GothamBold.ttf") format("truetype"), url("../assets/fonts/GothamBold.svg#GothamBold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Conv_Montserrat-Regular";
    src: url("../assets/fonts/Montserrat-Regular.eot");
    src: local("☺"), url("../assets/fonts/Montserrat-Regular.woff") format("woff"), url("../assets/fonts/Montserrat-Regular.ttf") format("truetype"), url("../assets/fonts/Montserrat-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Conv_Montserrat-Medium";
    src: url("../assets/fonts/Montserrat-Medium.eot");
    src: local("☺"), url("../assets/fonts/Montserrat-Medium.woff") format("woff"), url("../assets/fonts/Montserrat-Medium.ttf") format("truetype"), url("../assets/fonts/Montserrat-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Conv_Montserrat-SemiBold";
    src: url("../assets/fonts/Montserrat-SemiBold.eot");
    src: local("☺"), url("../assets/fonts/Montserrat-SemiBold.woff") format("woff"), url("../assets/fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../assets/fonts/Montserrat-SemiBold.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Conv_Montserrat-Bold";
    src: url("../assets/fonts/Montserrat-Bold.eot");
    src: local("☺"), url("../assets/fonts/Montserrat-Bold.woff") format("woff"), url("../assets/fonts/Montserrat-Bold.ttf") format("truetype"), url("../assets/fonts/Montserrat-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

.header {
    background-color: #21b9d6;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    height: auto
}

.header a {
    color: #fff
}

.header a:active,
.header a:focus {
    color: #fff
}

.header .logo-section {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center
}

@media screen and (max-width: 1024px) {
    .header .logo-section {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.header .logo-section .logo-holder {
    margin: 0
}

@media screen and (max-width: 1024px) {
    .header .logo-section .logo-holder {
        float: left;
        padding: 10px 0
    }
}

@media screen and (max-width: 767px) {
    .header .logo-section .logo-holder {
        padding: 5px 0
    }

    .header .logo-section .logo-holder img {
        max-height: 35px
    }
}

.header .logo-section .navbar-toggler {
    display: none
}

@media screen and (max-width: 1024px) {
    .header .logo-section .navbar-toggler {
        display: block;
        float: right;
        border: 1px solid #fff;
        padding: 10px;
        margin-top: 18px
    }

    .header .logo-section .navbar-toggler span {
        width: 25px;
        height: 2px;
        display: block;
        margin-bottom: 5px;
        background-color: #fff
    }

    .header .logo-section .navbar-toggler span:last-child {
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    .header .logo-section .navbar-toggler {
        padding: 6px;
        margin-top: 8px
    }

    .header .logo-section .navbar-toggler span {
        width: 20px;
        margin-bottom: 4px
    }
}

.header .top-links {
    border-bottom: 1px solid #b5f3ff;
    padding-bottom: 5px
}

@media screen and (max-width: 1024px) {
    .header .top-links {
        display: none
    }
}

.header .bottom-links {
    padding: 15px 0 0;
    position: relative
}

@media screen and (max-width: 767px) {
    .header .bottom-links {
        padding: 0
    }
}

.header .bottom-links .search-field {
    max-width: 210px;
    position: relative;
    margin-top: 5px
}

@media screen and (max-width: 1024px) {
    .header .bottom-links .search-field {
        display: none
    }
}

html[lang=en] .header .bottom-links .search-field {
    float: right
}

html[lang=ar] .header .bottom-links .search-field {
    float: left
}

.header .bottom-links .search-field .form-control {
    background: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0;
    border-bottom: 1px solid #b5f3ff;
    border-radius: 0;
    font-size: .875rem;
    height: auto;
    padding-bottom: 5px;
    color: #fff;
    width: 100%
}

html[lang=en] .header .bottom-links .search-field .form-control {
    padding-right: 18px
}

html[lang=ar] .header .bottom-links .search-field .form-control {
    padding-left: 18px
}

.header .bottom-links .search-field .form-control::-webkit-input-placeholder {
    color: #fff
}

.header .bottom-links .search-field .form-control::-moz-placeholder {
    color: #fff
}

.header .bottom-links .search-field .form-control:-ms-input-placeholder {
    color: #fff
}

.header .bottom-links .search-field .form-control::-ms-input-placeholder {
    color: #fff
}

.header .bottom-links .search-field .form-control::placeholder {
    color: #fff
}

.header .bottom-links .search-field .form-control:focus {
    box-shadow: none
}

.header .bottom-links .search-field i {
    position: absolute;
    top: 4px
}

html[lang=en] .header .bottom-links .search-field i {
    right: 0
}

html[lang=ar] .header .bottom-links .search-field i {
    left: 0;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph
}

.header .mob-options {
    display: none
}

@media screen and (max-width: 1024px) {
    .header .mob-options {
        display: block;
        float: right;
        margin-top: 28px
    }

    .header .mob-options li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        font-size: 15px;
        font-weight: 700
    }

    .header .mob-options .searchbox {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        padding: 10px;
        top: 100%;
        z-index: 5;
        background: #21b9d6;
        border-top: 1px solid #f2c7c0
    }

    .header .mob-options .searchbox.open {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .header .mob-options {
        margin-top: 11px
    }
}

.header .search-popup {
    position: absolute;
    right: 0;
    top: 100%;
    padding: 10px;
    background-color: #fff;
    color: #333;
    z-index: 9;
    width: 100%;
    display: none
}

.header .search-popup h4 {
    font-size: 18px;
    font-family: "Gotham-Medium"
}

.header .search-popup ul {
    list-style: none;
    display: block
}

.header .search-popup ul li {
    display: block
}

.header .search-popup ul li a {
    display: block;
    padding: 5px 0;
    cursor: pointer;
    font-size: 12px;
    color: #333
}

@media screen and (max-width: 992px) {
    .header .search-popup ul {
        top: 100px;
        width: 100%
    }
}

.header #SearchMainMobDiv {
    width: 95%;
    left: auto;
    right: auto
}

@media screen and (max-width: 929px) {
    .header {
        height: auto
    }
}

.header-links {
    padding-top: 8px;
    position: static
}

html[lang=en] .header-links {
    padding-left: 0
}

html[lang=ar] .header-links {
    padding-right: 0
}

@media screen and (max-width: 1024px) {
    .header-links {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 1024px) {
    .header-links {
        border-top: 1px solid #f2c7c0;
        padding: 0 15px 10px !important
    }
}

@media screen and (min-width: 1024px) {
    .header-links.collapse:not(.show) {
        display: block;
        padding-left: 15px
    }

    html[lang=ar] .header-links.collapse:not(.show) {
        padding-left: 0;
        padding-right: 15px
    }
}
@media only screen and (max-width: 1200px) and (min-width: 1024px)  {
    .main-links li.top-main-link>a {
        font-size: 12px;
    }
}
.header-links ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center
}

@media screen and (max-width: 1024px) {
    .header-links ul {
        flex-wrap: wrap
    }
}

.header-links ul .title {
    font-family: "Conv_Montserrat-Medium", sans-serif
}

.top-links {
    font-size: .75rem
}

.top-links ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center
}

.top-links ul .title {
    font-family: "Conv_Montserrat-Medium", sans-serif
}

html[lang=en] .top-links .left-links {
    float: left
}

html[lang=ar] .top-links .left-links {
    float: right
}

html[lang=en] .top-links .left-links li {
    margin-right: 8px
}

html[lang=ar] .top-links .left-links li {
    margin-left: 8px
}

.top-links .left-links li:last-child {
    margin: 0 !important
}

html[lang=en] .top-links .left-links li.title {
    margin-right: 15px
}

html[lang=ar] .top-links .left-links li.title {
    margin-left: 15px
}

html[lang=en] .top-links .right-links {
    float: right
}

html[lang=ar] .top-links .right-links {
    float: left
}

.top-links .right-links li {
    font-size: .6875rem
}

.top-links .right-links li.lang {
    font-size: .75rem
}

html[lang=en] .top-links .right-links li {
    margin-left: 14px
}

html[lang=ar] .top-links .right-links li {
    margin-right: 14px
}

.top-links .right-links li:first-child {
    margin: 0 !important
}

.top-links .right-links li span {
    display: inline-block;
    vertical-align: middle
}

html[lang=en] .top-links .right-links li span {
    margin-left: 2px
}

html[lang=ar] .top-links .right-links li span {
    margin-right: 2px
}

.main-links {
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif
}

@media screen and (max-width: 1024px) {
    .main-links {
        width: 100%
    }
}

html[lang=en] .main-links {
    float: left
}

html[lang=ar] .main-links {
    float: right
}

html[lang=en] .main-links li {
    margin-right: 15px
}

@media screen and (max-width: 767px) {
    html[lang=en] .main-links li {
        margin: 0
    }
}

html[lang=ar] .main-links li {
    margin-left: 15px
}

@media screen and (max-width: 767px) {
    html[lang=ar] .main-links li {
        margin: 0
    }
}

@media screen and (max-width: 1024px) {
    .main-links li {
        width: 100%
    }
}

.main-links li:last-child {
    margin: 0 !important
}

.main-links li .dropdown-toggle::after {
    vertical-align: middle;
    margin: 0
}

html[lang=en] .main-links li .dropdown-toggle::after {
    margin-left: 5px
}

html[lang=ar] .main-links li .dropdown-toggle::after {
    margin-right: 5px
}

.main-links li.top-main-link {
    padding-bottom: 15px
}

@media screen and (max-width: 1024px) {
    .main-links li.top-main-link {
        padding-bottom: 0
    }
}

.main-links li.top-main-link>a {
    padding: .375rem 0;
    display: block
}

.main-links li.top-main-link>.btn {
    padding: .375rem 1rem;
    display: inline-block;
    min-width: 0;
    text-transform: none;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    line-height: unset
}

.main-links li.top-main-link>.btn:hover {
    color: #fff
}

.main-links li.top-main-link .category-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: #21b9d6;
    padding: 25px;
    border-top: 1px solid #b5f3ff;
    border-bottom: 1px solid #b5f3ff;
    display: none;
    margin-top: -1px
}

@media screen and (max-width: 1024px) {
    .main-links li.top-main-link .category-dropdown {
        position: relative;
        padding: 10px
    }
}

.main-links li.top-main-link .category-dropdown .sub-heading {
    font-size: 1.5rem;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    margin: 0;
    padding-bottom: 15px;
    color: #fff
}

@media screen and (max-width: 1024px) {
    .main-links li.top-main-link .category-dropdown .sub-heading {
        font-size: 1.125rem;
        padding-bottom: 10px
    }
}

.main-links li.top-main-link .category-dropdown ul {
    -moz-columns: 3;
    columns: 3;
    display: block
}

@media screen and (max-width: 1024px) {
    .main-links li.top-main-link .category-dropdown ul {
        columns: auto
    }
}

.main-links li.top-main-link .category-dropdown ul li {
    page-break-inside: avoid;
    break-inside: avoid-column;
    padding: 3px 0;
    margin: 0;
    color: #fff;
    font-family: "Conv_Montserrat-Medium", sans-serif
}

@media screen and (max-width: 767px) {
    .main-links li.top-main-link .category-dropdown ul li {
        font-size: 12px;
        font-family: "Conv_Montserrat-Regular", sans-serif
    }
}

.main-links li.top-main-link .category-dropdown ul li a {
    letter-spacing: -0.2px;
    font-weight: 700
}

.main-links li.top-main-link .category-dropdown ul li a:hover {
    color: #f4b223
}

.main-links li.top-main-link .category-dropdown .buttons {
    padding-top: 15px
}

.main-links li.top-main-link:hover>a {
    color: #f4b223
}

.main-links li.top-main-link:hover .category-dropdown {
    display: block
}

.main-links li.top-main-link.small-dropdown {
    position: relative
}

.main-links li.top-main-link.small-dropdown .category-dropdown {
    width: 200px;
    padding: 15px 25px
}

.main-links li.top-main-link.small-dropdown .category-dropdown ul {
    columns: auto
}

.footer {
    color: #fff;
    font-size: .8125rem
}

.footer a {
    color: #fff
}

.footer ul {
    line-height: 24px
}

@media screen and (max-width: 767px) {
    .footer .other-links {
        margin-top: 20px
    }
}

.footer .other-links li {
    font-family: "Gotham-Book"
}

.footer .other-links li.title {
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif
}

.footer .contact-links {
    font-size: .625rem;
    font-family: "Conv_Montserrat-SemiBold", sans-serif
}

html[lang=en] .footer .contact-holder {
    padding-left: 0
}

html[lang=ar] .footer .contact-holder {
    padding-right: 0
}

@media screen and (max-width: 767px) {
    .footer .contact-holder {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 20px
    }
}

.footer .footer-top {
    background-color: #21b9d6;
    padding: 30px 0
}

.footer .top-links {
    border-top: 1px solid #b5f3ff;
    border-bottom: 1px solid #b5f3ff;
    padding: 8px 0;
    margin-top: 20px
}

.footer .top-links .title {
    font-size: 1.125rem;
    margin-right: 20px
}

@media screen and (max-width: 767px) {
    .footer .top-links .left-links {
        float: none !important
    }
}

.footer .top-links .left-links i {
    font-size: 1rem;
    line-height: 24px
}

@media screen and (max-width: 767px) {
    .footer .top-links .right-links {
        float: none !important
    }
}

html[lang=en] .footer .top-links .right-links li {
    margin-left: 10px
}

html[lang=ar] .footer .top-links .right-links li {
    margin-right: 10px
}

.footer .footer-bottom {
    background-color: #111a21;
    padding: 13px 0;
    font-size: .625rem
}

@media screen and (max-width: 767px) {
    .footer .footer-bottom {
        text-align: center
    }
}

.footer .footer-bottom .text {
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif
}

html[lang=en] .footer .footer-bottom .aldar {
    float: right
}

html[lang=ar] .footer .footer-bottom .aldar {
    float: left
}

@media screen and (max-width: 767px) {
    .footer .footer-bottom .aldar {
        float: none !important
    }
}

.footer .footer-bottom ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

html[lang=en] .footer .footer-bottom ul li {
    margin-right: 25px
}

html[lang=ar] .footer .footer-bottom ul li {
    margin-left: 25px
}

.footer .footer-bottom ul li:last-child {
    margin: 0
}

@media screen and (max-width: 767px) {
    .footer .footer-bottom ul {
        flex-wrap: wrap;
        margin: 0;
        justify-content: center
    }

    .footer .footer-bottom ul .text {
        width: 100%;
        margin: 0;
        text-align: center
    }

    .footer .footer-bottom ul li {
        margin: 0 10px
    }
}

#loading-div {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .97;
    background-color: #fff;
    z-index: 99;
    text-align: center
}

#loading-div #loading-image {
    z-index: 9999
}

html[lang=ar] .contact-dir {
    direction: ltr
}

.main-banner {
    margin-bottom: 20px
}

.main-banner .custom-container-fluid {
    padding-left: 0;
    padding-right: 0
}

.main-banner .sliderVideo-holder {
    position: relative;
    height: 450px
}

.main-banner .sliderVideo-holder .play-bt,
.main-banner .sliderVideo-holder .pause-bt {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    width: 80px;
    height: 80px;
    background-size: contain;
    transform: translate(-50%, -50%)
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .main-banner .sliderVideo-holder {
        height: 250px
    }
}

@media screen and (max-width: 767px) {
    .main-banner .sliderVideo-holder {
        height: 215px
    }

    .main-banner .sliderVideo-holder .play-bt,
    .main-banner .sliderVideo-holder .pause-bt {
        width: 50px;
        height: 50px;
        display: none !important
    }
}

@media screen and (max-width: 450px) {
    .main-banner .sliderVideo-holder {
        height: 120px
    }
}

.main-banner .main-slide {
    margin-top: 95px
}

@media screen and (max-width: 768px) {
    .main-banner .main-slide {
        margin-top: 70px
    }
}

@media screen and (max-width: 767px) {
    .main-banner .main-slide {
        margin-top: 0px
    }
}

.main-banner .main-slide ul.slick-dots {
    position: absolute;
    list-style: none;
    width: 100%;
    text-align: center;
    bottom: 10px
}

.main-banner .main-slide ul.slick-dots li {
    display: inline-block
}

.main-banner .main-slide ul.slick-dots li button {
    text-indent: -9999px;
    height: 10px;
    width: 10px;
    padding: 0;
    border: 1px solid #202247;
    margin: 0 2px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5)
}

.main-banner .main-slide ul.slick-dots li.slick-active button {
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .main-banner .main-slide ul.slick-dots {
        bottom: 35px
    }
}

.main-banner .slide {
    position: relative
}

.main-banner .slide img,
.main-banner .slide video {
    height: 100%
}

@media screen and (max-width: 1024px) {

    .main-banner .slide img,
    .main-banner .slide video {
        height: auto
    }
}

.main-banner .caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 135px;
    max-width: 440px
}

@media screen and (max-width: 767px) {
    .main-banner .caption {
        position: static;
        transform: none;
        background: rgba(0, 0, 0, 0);
        padding: 15px;
        max-width: 100%;
        text-align: center;
        height: 20px
    }
}

.main-banner .caption h3 {
    color: #fff;
    font-size: 36px;
    line-height: 2.25rem;
    text-transform: uppercase;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif
}

@media screen and (max-width: 767px) {
    .main-banner .caption h3 {
        font-size: 1.125rem;
        line-height: 24px;
        color: #202247
    }
}

html[lang=ar] .main-banner .caption {
    left: auto;
    right: 135px
}

@media screen and (min-width: 768px) {
    .main-banner .video-slide .caption {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .main-banner .slick-slide .caption {
        display: none
    }
}

.main-banner .slick-arrow {
    width: 28px;
    height: 28px;
    font-size: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: .5
}

@media screen and (max-width: 767px) {
    .main-banner .slick-arrow {
        top: 45%
    }
}

.main-banner .slick-arrow.slick-prev {
    background-image: url(../assets/images/icon-left.png);
    left: 25px
}

.main-banner .slick-arrow.slick-next {
    background-image: url(../assets/images/icon-right.png);
    right: 25px
}

.main-banner .slick-arrow:focus,
.main-banner .slick-arrow:hover {
    opacity: 1;
    outline: 0
}

html[lang=ar] .main-banner .slick-slide img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media screen and (max-width: 767px) {
    .main-banner {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 575.98px) {
    .main-banner {
        margin-bottom: 45px;
        position: relative;
        top: 45px
    }
}

.box-holder {
    padding: 50px 0
}

@media screen and (max-width: 767px) {
    .box-holder {
        padding: 30px 0
    }
}

.box-holder.infostrips-holder {
    padding-bottom: 0px
}

.box-holder.events-holder {
    background-color: #dbe7e8
}

.box-holder.akyasi-holder {
    padding-bottom: 5px
}

@media screen and (max-width: 929px) {
    .box-holder.akyasi-holder {
        padding-bottom: 0px
    }
}

.infostrips-holder>.container-fluid {
    padding: 25px;
    background-color: #21b9d6
}

.ultimate-listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ultimate-listing .ultimate-holder {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

@media screen and (max-width: 767px) {
    .ultimate-listing .ultimate-holder {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.ultimate-listing .ultimate-holder figure {
    margin: 0;
    position: relative;
    text-align: center
}

.ultimate-listing .ultimate-holder figure img {
    margin: 0 auto
}

.ultimate-listing .ultimate-holder .info-holder {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    text-transform: uppercase;
    text-align: center
}

.ultimate-listing .ultimate-holder .info-holder .title {
    background: rgba(32, 34, 71, .5);
    font-size: 1rem;
    color: #fff;
    padding: 13px 5px
}

.ultimate-listing .ultimate-holder .info-holder .link {
    display: block;
    padding: 14.5px 5px;
    background-color: #ec6758;
    color: #fff
}

.ultimate-listing .ultimate-holder .info-holder .link span:after {
    content: "";
    background: url("../assets/images/right-arrow.png");
    width: 9px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px
}

html[lang=en] .ultimate-listing .ultimate-holder .info-holder .link span:after {
    margin-left: 10px
}

html[lang=ar] .ultimate-listing .ultimate-holder .info-holder .link span:after {
    margin-right: 10px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph
}

.ultimate-listing .ultimate-holder:nth-child(2) {
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .ultimate-listing .ultimate-holder:nth-child(2) {
        margin-top: 0
    }
}

.ultimate-listing .ultimate-holder:nth-child(2) .link {
    background-color: #f4b223
}

.ultimate-listing .ultimate-holder:nth-child(3) .link {
    background-color: #f4b223
}

.lg-box {
    background-color: rgba(166, 126, 177, .1)
}

.lp-box {
    background-color: #fbefe5
}

.lb-box {
    background-color: #e9f8fb
}

.llp-box {
    background-color: #fcf7f1
}

.black-box {
    background-color: #000
}

.dp-box {
    background-color: #fbcdc8
}

.whatsNew-holder h2.sub-heading {
    color: #111921;
    font-family: "Gotham-Bold", sans-serif
}

.play-bt {
    background-image: url(../assets/images/play-btn.png)
}

.pause-bt {
    background-image: url(../assets/images/pause-btn.png)
}

video {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin-bottom: -10px
}

.whatsNew-slider {
    width: 90%;
    margin: 0 auto
}

.whatsNew-slider.slick-initialized .slick-slide {
    overflow: hidden
}

.whatsNew-slider .whatsNew-box span.span-content {
    display: block;
    height: 340px;
    overflow: hidden
}

.whatsNew-slider .whatsNew-box span.span-content .sub-heading {
    padding-bottom: 15px
}

@media screen and (max-width: 767px) {
    .whatsNew-slider .whatsNew-box span.span-content {
        height: 148px
    }
}

@media screen and (max-width: 992px) {
    .whatsNew-slider .whatsNew-box .video-content {
        padding-top: 18px
    }

    .whatsNew-slider .whatsNew-box h2 {
        font-size: 1rem
    }

    .whatsNew-slider .whatsNew-box h4 {
        font-size: .8rem;
        margin-bottom: 5px
    }

    .whatsNew-slider .whatsNew-box p {
        font-size: .6rem;
        margin-bottom: 15px !important;
        line-height: unset !important
    }

    .whatsNew-slider .whatsNew-box .btn-primary {
        bottom: 15px
    }
}

.whatsNew-slider .slick-dots {
    margin-top: 20px
}

.events-holder .event-slider .mainEvent-holder,
.events-holder .event-slider .smallEvent-holder {
    position: relative;
    color: #fff
}

.events-holder .event-slider .mainEvent-holder .event-box,
.events-holder .event-slider .smallEvent-holder .event-box {
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 25px
}

.events-holder .event-slider .mainEvent-holder .event-box .event-title,
.events-holder .event-slider .smallEvent-holder .event-box .event-title {
    font-size: 36px;
    font-family: "Gotham-Bold", sans-serif;
    color: #fff
}

@media screen and (max-width: 767px) {

    .events-holder .event-slider .mainEvent-holder .event-box .event-title,
    .events-holder .event-slider .smallEvent-holder .event-box .event-title {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 992px) {

    .events-holder .event-slider .mainEvent-holder .event-box .event-title,
    .events-holder .event-slider .smallEvent-holder .event-box .event-title {
        font-size: 2rem
    }
}

.events-holder .event-slider .mainEvent-holder .event-box ul,
.events-holder .event-slider .smallEvent-holder .event-box ul {
    padding: 0;
    list-style: none;
    color: #fff
}

.events-holder .event-slider .mainEvent-holder .event-box ul li,
.events-holder .event-slider .smallEvent-holder .event-box ul li {
    display: inline-block
}

.events-holder .event-slider .mainEvent-holder .event-box ul li:first-child::after,
.events-holder .event-slider .smallEvent-holder .event-box ul li:first-child::after {
    content: "|";
    margin: 0 5px
}

.events-holder .event-slider .mainEvent-holder .event-box ul li:last-child,
.events-holder .event-slider .smallEvent-holder .event-box ul li:last-child {
    display: block
}

@media screen and (max-width: 767px) {

    .events-holder .event-slider .mainEvent-holder .event-box,
    .events-holder .event-slider .smallEvent-holder .event-box {
        padding: 15px
    }
}

@media screen and (max-width: 992px) {

    .events-holder .event-slider .mainEvent-holder .event-box,
    .events-holder .event-slider .smallEvent-holder .event-box {
        padding: 15px
    }
}

.events-holder .event-slider .mainEvent-holder figure,
.events-holder .event-slider .smallEvent-holder figure {
    margin: 0;
    padding: 1px;
    width: 100%;
    height: 100%;
    position: relative
}

.events-holder .event-slider .mainEvent-holder img,
.events-holder .event-slider .smallEvent-holder img {
    width: 100%;
    height: 100%
}

.events-holder .event-slider .smallEvent-holder {
    height: 45.4%
}

.events-holder .event-slider .smallEvent-holder:first-child {
    margin-bottom: 4%
}

.events-holder .event-slider .smallEvent-holder .event-box {
    background-color: rgba(0, 0, 0, .3)
}

.events-holder .event-slider .smallEvent-holder .event-box .event-title {
    font-size: 36px
}

@media screen and (max-width: 767px) {
    .events-holder .event-slider .smallEvent-holder .event-box .event-title {
        font-size: 1.4rem
    }
}

@media screen and (max-width: 992px) {
    .events-holder .event-slider .smallEvent-holder .event-box .event-title {
        font-size: 1.4rem
    }
}

.events-holder .event-slider .slick-list {
    width: 90%;
    margin: 0 auto
}

.events-holder .event-slider .slick-arrow {
    margin-top: -35px
}

@media screen and (max-width: 767px) {
    .events-holder .event-slider .slick-arrow {
        margin-top: -10px
    }
}

.events-holder .event-slider .slick-dots {
    padding-top: 0
}

@media screen and (max-width: 767px) {
    .events-holder .event-slider .slick-dots {
        padding-top: 10px
    }
}

.akyasi-holder .sub-heading {
    color: #111921
}

.akyasi-holder .video-holder {
    background-color: #fff;
    width: 90%;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .akyasi-holder .video-holder {
        width: 100%;
        padding: 15px
    }
}

.akyasi-holder .video-holder .video-box {
    position: relative
}

.akyasi-holder .video-holder .video-box .play-bt,
.akyasi-holder .video-holder .video-box .pause-bt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-size: 100% auto
}

@media screen and (max-width: 992px) {

    .akyasi-holder .video-holder .video-box .play-bt,
    .akyasi-holder .video-holder .video-box .pause-bt {
        width: 50px;
        height: 50px
    }
}

.akyasi-holder .video-holder .video-box video {
    width: 100%;
    object-fit: cover
}

.akyasi-holder .video-content {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-flow: column
}

@media screen and (max-width: 929px) {
    .akyasi-holder .video-content {
        padding-top: 50px
    }
}

.akyasi-holder .video-content p {
    text-align: justify;
    line-height: 21px;
    margin-bottom: 20px;
    padding: 0px 18px;
    margin-top: 10px
}

@media screen and (max-width: 767px) {
    .akyasi-holder .video-content p {
        padding: 0px
    }
}

.feature-slider .slick-list {
    margin: 0 -15px;
    width: calc(90% + 30px);
    margin: 0 auto
}

.feature-slider .slick-list .feature-box {
    padding: 0 15px
}

.feature-slider .slick-list .feature-box figure {
    margin-bottom: 0
}

.feature-slider .slick-list .feature-box .feature-cat,
.feature-slider .slick-list .feature-box .feature-title,
.feature-slider .slick-list .feature-box .feature-location {
    color: #fff
}

.feature-slider.custom-slider .slick-dots {
    position: relative;
    bottom: -20px
}

.feature-slider.custom-slider .slick-dots li button {
    background-color: #ccc
}

.feature-slider.custom-slider .slick-dots li.slick-active button {
    background-color: #000
}

.feature-slider .slick-arrow {
    margin-top: -35px
}

.feature-slider .list-unstyled {
    padding: 15px;
    text-align: center
}

section.experience-holder {
    text-align: center;
    padding: 50px 0 80px;
    background-color: #e9f8fb
}

section.experience-holder .sub-heading {
    margin-bottom: 50px
}

section.experience-holder .explore {
    width: 245px
}

@media screen and (max-width: 767px) {
    section.experience-holder .explore {
        margin-bottom: 30px
    }
}

.featured-holder .custom-slider .slick-arrow.slick-prev {
    background-image: url("../assets/images/left-arrow-black.png")
}

.featured-holder .custom-slider .slick-arrow.slick-next {
    background-image: url("../assets/images/right-arrow-black.png")
}

.feature-box figure {
    position: relative;
    height: 350px;
    margin: 0 0 15px;
    overflow: hidden
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .feature-box figure {
        height: 220px
    }
}

@media screen and (max-width: 767px) {
    .feature-box figure {
        height: 170px
    }
}

.feature-box figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.feature-box figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.feature-box figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.feature-box .feature-cat {
    color: #666;
    margin-bottom: 2px
}

.feature-box .feature-cat a {
    color: #666
}

.feature-box .feature-title {
    color: #ec6758;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    font-size: 1.3rem;
    line-height: 24px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.feature-box .feature-title a {
    color: #ec6758
}

@media screen and (max-width: 767px) {
    .feature-box .feature-title {
        font-size: 1.125rem
    }
}

.feature-box .feature-location {
    font-size: 1rem;
    color: #333
}

.feature-box .feature-location a {
    color: #333
}

@media screen and (max-width: 767px) {
    .feature-box .feature-location {
        font-size: .875rem
    }
}

.giftcard-box {
    width: 90%;
    margin: 0 auto
}

.giftcard-box .giftcard-content {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    max-width: 480px;
    margin: 0 auto
}

.giftcard-box .giftcard-content .sub-heading {
    margin: 0;
    padding-bottom: 10px;
    color: #fff;
    font-family: "Conv_Montserrat-Regular", sans-serif
}

.giftcard-box .giftcard-content strong {
    display: block;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    margin-bottom: 25px;
    font-size: 14px
}

.giftcard-box .giftcard-content p {
    line-height: 24px;
    margin-bottom: 35px;
    color: #ccc
}

.pR-1 {
    padding-right: 1px
}

.pL-1 {
    padding-left: 1px
}

.pR-0 {
    padding-right: 0
}

.pL-0 {
    padding-left: 0
}

.mRL-0 {
    margin-left: 0;
    margin-right: 0
}

.is-item {
    background: #fff;
    padding: 10px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .is-item {
        margin-bottom: 15px
    }
}

.is-item .link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 15
}

.is-item .link::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.is-item .link:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.is-item::before {
    content: "";
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
    z-index: 20;
    background-size: contain
}

html[lang=en] .is-item::before {
    left: 45px
}

html[lang=ar] .is-item::before {
    right: 45px
}

.is-item.hours::before {
    width: 52px;
    height: 45px;
    background-image: url(../assets/images/icon-oh.png)
}

.is-item.location::before {
    width: 50px;
    height: 52px;
    background-image: url(../assets/images/icon-gh.png)
}

.is-item.campaign::before {
    width: 53px;
    height: 51px;
    background-image: url(../assets/images/icon-wo.png)
}

.is-item .is-content {
    color: #111921;
    background: #fff;
    z-index: 10;
    position: relative
}

html[lang=en] .is-item .is-content {
    padding: 10px 15px 10px 100px
}

html[lang=ar] .is-item .is-content {
    padding: 10px 100px 10px 15px
}

.is-item .is-content .is-title {
    font-size: 1.125rem;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    margin-bottom: 5px
}

@media screen and (max-width: 767px) {
    .is-item .is-content .is-title {
        font-size: 1rem
    }
}

.is-item .is-content .is-info {
    font-size: 1rem;
    margin-bottom: 3px
}

@media screen and (max-width: 767px) {
    .is-item .is-content .is-info {
        font-size: .75rem
    }
}

.is-item .is-content .is-cta {
    font-size: 16px;
    color: #21b9d6;
    font-family: "Conv_Montserrat-SemiBold", sans-serif;
    text-decoration: underline
}

@media screen and (max-width: 767px) {
    .is-item .is-content .is-cta {
        font-size: .75rem
    }
}

.retaildes-holder {
    background: url(../assets/images/img-destimation.jpg) no-repeat center bottom;
    min-height: 450px;
    padding-top: 55px
}

html[lang=ar] .retaildes-holder {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph
}

@media screen and (max-width: 767px) {
    .retaildes-holder {
        min-height: auto;
        padding: 15px 0
    }
}

.retaildes-holder .retaildes-content {
    text-align: center;
    max-width: 460px
}

html[lang=ar] .retaildes-holder .retaildes-content {
    transform: none;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph
}

@media screen and (max-width: 767px) {
    .retaildes-holder .retaildes-content {
        padding: 25px;
        background-color: rgba(255, 255, 255, .8)
    }
}

.retaildes-holder .retaildes-content .sub-heading {
    font-size: 36px;
    margin-bottom: 0;
    padding-bottom: 15px
}

.retaildes-holder .retaildes-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px
}

.retail-holder p {
    text-align: center;
    padding: 0 15%;
    max-height: 100%;
    overflow: hidden
}

.retail-holder .img-content {
    padding: 15px;
    position: absolute;
    width: 86%;
    height: 88%;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    line-height: 24px;
    font-size: 14px;
    opacity: 0;
    transition: all .6s;
    cursor: pointer
}

.retail-holder img {
    width: 100%
}

.retail-holder .aos-animate:hover .img-content {
    opacity: 1
}

.retail-holder .no-gutter {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

.retail-holder .right-top-img {
    display: flex;
    align-items: flex-end;
    margin-top: 90px
}

@media screen and (max-width: 767px) {
    .retail-holder .right-top-img {
        margin-top: 0
    }
}

.retail-holder .right-bottom-img {
    display: flex;
    align-items: flex-start;
    margin-bottom: 110px
}

@media screen and (max-width: 767px) {
    .retail-holder .right-bottom-img {
        margin-bottom: 0
    }
}

.retail-holder .left-top-img {
    margin-top: 100px
}

@media screen and (max-width: 767px) {
    .retail-holder .left-top-img {
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .retail-holder .pR-0 {
        padding-right: 15px
    }

    .retail-holder .pL-0 {
        padding-left: 15px
    }
}

.feed-holder .crt-widget .crt-load-more {
    background: #f4b223;
    text-transform: uppercase;
    font-family: "Conv_Montserrat-Medium", sans-serif;
    padding: 10px 15px;
    min-width: 165px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.feed-holder .crt-widget .crt-load-more::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.feed-holder .crt-widget .crt-load-more:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.feed-holder .crt-widget .crt-load-more:not(:disabled):not(.disabled).active,
.feed-holder .crt-widget .crt-load-more:not(:disabled):not(.disabled):active,
.feed-holder .crt-widget .crt-load-more:hover,
.feed-holder .crt-widget .crt-load-more:active,
.feed-holder .crt-widget .crt-load-more:focus {
    background: #f5a906;
    color: #fff
}

.feed-holder .crt-widget.crt-widget-branded {
    padding-bottom: 0
}

.newsletter-box {
    background: #4b858e;
    padding: 25px 0
}

.newsletter-box .newsletter-text {
    text-align: center
}

.newsletter-box .newsletter-text .btn-default {
    display: inline-block;
    vertical-align: middle
}

.newsletter-box .newsletter-text strong {
    color: #fff;
    font-size: 1.5rem;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    display: inline-block;
    vertical-align: middle
}

html[lang=en] .newsletter-box .newsletter-text strong {
    margin-right: 20px
}

html[lang=ar] .newsletter-box .newsletter-text strong {
    margin-left: 20px
}

@media screen and (max-width: 767px) {
    .newsletter-box .newsletter-text strong {
        font-size: 1rem;
        margin: 0 0 10px;
        display: block
    }
}

.newsletter-box .newsletter-text .btn-default {
    text-transform: uppercase;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    padding: 8px 20px
}

.newsletter-box .newsletter-text .btn-default i,
.newsletter-box .newsletter-text .btn-default span {
    display: inline-block;
    vertical-align: middle
}

.newsletter-box .newsletter-text .btn-default i {
    font-size: 24px
}

html[lang=en] .newsletter-box .newsletter-text .btn-default i {
    margin-right: 5px
}

html[lang=ar] .newsletter-box .newsletter-text .btn-default i {
    margin-left: 5px
}

div.newsletter-choices {
    display: none;
    padding: 15px 0 25px 0
}

div.newsletter-choices .checkbox-holder {
    padding-top: 20px
}

div.newsletter-choices .checkbox-holder label {
    color: #fff
}

div.newsletter-choices .form-group.checkbox {
    position: relative;
    line-height: 25px !important;
    margin: 20px !important
}

html[lang=en] div.newsletter-choices .form-group.checkbox {
    padding-left: 45px !important;
    margin-left: 20px
}

html[lang=ar] div.newsletter-choices .form-group.checkbox {
    padding-right: 45px !important;
    margin-right: 20px
}

@media screen and (max-width: 767px) {
    div.newsletter-choices .form-group.checkbox {
        margin-left: 0px !important
    }
}

div.newsletter-choices .validation-summary-errors ul {
    list-style: none;
    color: #c00
}

div.newsletter-choices div.buttons {
    text-align: center
}

.btn-holder {
    text-align: center
}

@media screen and (max-width: 767px) {

    .infostrips-holder .pR-1,
    .infostrips-holder .pR-0 {
        padding-right: 15px
    }

    .infostrips-holder .pL-0,
    .infostrips-holder .pL-1 {
        padding-left: 15px
    }
}

.parking img,
.safety-first img {
    min-width: 100%
}

#gdpr-popup {
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 3000;
    display: block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

#gdpr-popup .gdpr-wrapper {
    position: relative
}

#gdpr-popup .gdpr-wrapper .gdpr-content {
    color: #111820;
    font-size: 14px;
    width: 65%;
    line-height: 1.4;
    font-weight: 200;
    margin-left: 3%
}

html[lang=ar] #gdpr-popup .gdpr-wrapper .gdpr-content {
    margin-right: 3%;
    margin-left: unset
}

@media screen and (max-width: 991px) {
    #gdpr-popup .gdpr-wrapper .gdpr-content {
        width: 93%;
        text-align: center
    }
}

#gdpr-popup .gdpr-wrapper .gdpr-buttons {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

html[lang=ar] #gdpr-popup .gdpr-wrapper .gdpr-buttons {
    left: 0;
    right: auto
}

@media screen and (max-width: 991px) {
    #gdpr-popup .gdpr-wrapper .gdpr-buttons {
        position: relative;
        margin-top: 23px;
        text-align: center;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

#gdpr-popup .gdpr-wrapper .gdpr-buttons #btn-gdpr-decline,
#gdpr-popup .gdpr-wrapper .gdpr-buttons #btn-gdpr-accept {
    padding: 8px 15px
}

#gdpr-popup.hidden-gdpr {
    display: none
}

.inner-section {
    padding: 0 0 50px
}

@media screen and (max-width: 991px) {
    .inner-section {
        padding: 0 0 25px
    }
}

.inner-section>.app-box {
    margin-bottom: -50px
}

.inner-banner {
    padding: 50px
}

@media screen and (max-width: 991px) {
    .inner-banner {
        padding: 15px
    }
}

html[lang=en] .pl-none {
    padding-left: 0
}

@media screen and (max-width: 767px) {
    html[lang=en] .pl-none {
        padding-left: 15px
    }
}

html[lang=ar] .pl-none {
    padding-right: 0
}

@media screen and (max-width: 767px) {
    html[lang=ar] .pl-none {
        padding-right: 15px
    }
}

html[lang=en] .pr-none {
    padding-right: 0
}

@media screen and (max-width: 767px) {
    html[lang=en] .pr-none {
        padding-right: 15px
    }
}

html[lang=ar] .pr-none {
    padding-left: 0
}

@media screen and (max-width: 767px) {
    html[lang=ar] .pr-none {
        padding-left: 15px
    }
}

.title-holder {
    padding: 0 0 40px
}

.title-holder .title {
    text-align: center;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 1.875rem;
    margin: 0
}

@media screen and (max-width: 991px) {
    .title-holder .title {
        font-size: 1.375rem
    }
}

.title-holder .title.small-title {
    font-size: 1.5rem
}

@media screen and (max-width: 991px) {
    .title-holder .title.small-title {
        font-size: 1.125rem
    }
}

.db-bg {
    background: #fbefe6;
    position: relative;
    overflow: hidden
}

.db-bg::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: -100px;
    background: #4c70b6;
    transform: skew(-20deg)
}

.db-bg img {
    position: relative
}

.filter-box {
    width: 90%;
    margin: 0 auto;
    padding: 35px 0 25px
}

.filter-box .form-group {
    margin-bottom: 0
}

.filter-box .form-group label {
    font-family: "Gotham-Medium"
}

.filter-box .form-group .form-control {
    border-color: #d5d5d5;
    border-radius: 4px;
    color: #a5a5a5;
    font-size: 14px
}

.filter-box .form-group input[type=text] {
    background: url(/assets/images/search-icon.svg) no-repeat 10px center;
    padding-left: 30px
}

.filter-box .form-group div.shop-auto-sr {
    display: none;
    background: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 72px;
    padding: 20px 0px;
    z-index: 2;
    border: 1px solid #ebe6de;
    width: 94%;
    margin: 0 auto
}

.filter-box .form-group div.shop-auto-sr ul {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.filter-box .form-group div.shop-auto-sr ul li {
    display: block;
    padding-left: 0px;
    margin-bottom: 0px
}

.filter-box .form-group div.shop-auto-sr ul li a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 3px 35px;
    margin-bottom: 0px;
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s
}

@media screen and (max-width: 1280.99px) {
    .filter-box .form-group div.shop-auto-sr {
        top: 69px
    }
}

@media screen and (max-width: 767px) {
    .filter-box .form-group {
        margin-bottom: 15px
    }
}

.filter-box .btn-primary {
    margin-top: 25px;
    padding: 13px
}

.search-result .search-result-title {
    font-family: "Conv_Montserrat-Medium", sans-serif !important
}

.search-result .search-result-desc {
    color: #898989
}

.search-result .search-result-desc strong {
    font-family: "Conv_Montserrat-Medium", sans-serif !important
}

.search-result .search-result-container {
    width: 90%;
    margin: 0 auto
}

.search-result .search-result-container .result-detail {
    color: #a5a5a5;
    padding: 35px 0 40px
}

.search-result .search-result-container .sort-box {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    padding: 25px 0 40px
}

.search-result .search-result-container .sort-box .form-control {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: #707070;
    width: 200px
}

.search-result .search-result-container .sort-box label {
    padding-top: 10px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (max-width: 767px) {
    .search-result .search-result-container .sort-box label {
        padding-left: 10px;
        padding-right: 10px
    }
}

.search-result .search-result-container .load-more-box {
    text-align: center;
    padding: 30px 0
}

.search-result .search-result-container .brand-box {
    display: none
}

.search-result .search-result-container .os-catbox .brand-box {
    border: none;
    box-shadow: 0 18px 19px 1px rgba(0, 0, 0, .06);
    height: 300px
}

.search-result .search-result-container .os-catbox .brand-box .brand-logo {
    width: auto
}

.search-result .search-result-container .os-catbox .brand-box .brand-logo img {
    width: auto
}

.search-result .search-result-container .os-catbox .prod-name {
    text-align: center;
    font-family: "Conv_Montserrat-Medium", sans-serif;
    font-size: 1.5rem
}

.search-result .search-result-container .os-prodbox .brand-box {
    border: none;
    box-shadow: 0 18px 19px 2px rgba(0, 0, 0, .07);
    height: 560px
}

.search-result .search-result-container .os-prodbox .brand-box .brand-logo {
    width: auto
}

.search-result .search-result-container .os-prodbox .brand-box .brand-logo img {
    width: auto
}

.search-result .search-result-container .os-prodbox .prod-name {
    text-align: center;
    padding-top: 40px;
    font-family: "Conv_Montserrat-Regular", sans-serif
}

.search-result .search-result-container .os-prodbox .prod-name .shop-name {
    color: #ec6758;
    font-size: 1rem;
    letter-spacing: 2px
}

.search-result .search-result-container .os-prodbox .prod-name .product-name {
    color: #000;
    text-transform: capitalize;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 10px
}

.search-result .search-result-container .os-prodbox .prod-name .prod-price {
    color: #27235e;
    font-size: 1.3rem;
    margin-top: 10px
}

.page-content .paging,
.paging {
    clear: both
}

.page-content .paging .sort-alpha-numb ul,
.paging .sort-alpha-numb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center
}

.page-content .paging .sort-alpha-numb ul li,
.paging .sort-alpha-numb ul li {
    display: inline-block
}

.page-content .paging .sort-alpha-numb ul li a,
.paging .sort-alpha-numb ul li a {
    color: #111820;
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    text-decoration: none
}

.page-content .paging .sort-alpha-numb ul li a:hover,
.paging .sort-alpha-numb ul li a:hover {
    text-decoration: underline
}

.page-content .paging .sort-alpha-numb ul li.active a,
.paging .sort-alpha-numb ul li.active a {
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif !important;
    font-weight: 900
}

.page-content .paging .sort-alpha-numb ul li.btn-arrow a,
.paging .sort-alpha-numb ul li.btn-arrow a {
    border: 2px solid #227dac
}

.page-content .paging .sort-alpha-numb ul li.btn-arrow a:hover,
.paging .sort-alpha-numb ul li.btn-arrow a:hover {
    background: #227dac;
    color: #fff
}

.brand-box {
    background-color: #fff;
    padding: 5px 15px 50px 15px;
    border: 1px solid #bbc1c9;
    height: 250px;
    position: relative;
    margin-bottom: 30px
}

.brand-box a {
    display: block;
    overflow: hidden;
    height: 100%
}

.brand-box .prod-name {
    color: #2bbcd8;
    text-transform: uppercase;
    font-family: "Gotham-Medium";
    font-size: 14px
}

.brand-box .brand-logo {
    width: 40%;
    margin: auto auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.brand-box .brand-logo img {
    width: 100%
}

.brand-box .sale-cont {
    color: dimgray;
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    font-family: "Gotham-Medium"
}

.brand-box .sale-cont strong {
    display: block;
    font-family: "Gotham-Bold"
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .brand-box {
        height: 150px
    }

    .brand-box .brand-logo {
        width: 30%
    }
}

.brand-slider .brand-box {
    margin: 0 15px
}

.brand-slider .slick-arrow.slick-prev {
    background-image: url("../assets/images/left-arrow-black.png") !important
}

.brand-slider .slick-arrow.slick-next {
    background-image: url("../assets/images/right-arrow-black.png") !important
}

.brand-slider .slick-arrow {
    border: 1px solid #000 !important
}

.brand-slider .slick-list {
    width: calc(90% + 30px);
    margin: 0 auto
}

.breadcrumb {
    width: 90%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px 0
}

.breadcrumb ul {
    list-style: none;
    padding: 0
}

.breadcrumb ul li {
    display: inline-block
}

.breadcrumb ul li a {
    color: #a5a5a5
}

.breadcrumb ul li.current a {
    color: #4c70b6
}

.product-box {
    width: 90%;
    margin: 0 auto
}

.product-box .brand-holder {
    padding: 80px 15px;
    border: 1px solid #bbc1c9;
    text-align: center
}

.product-box .share-box ul {
    list-style: none;
    padding: 0;
    text-align: center
}

.product-box .share-box ul li {
    display: inline-block;
    padding: 15px 35px
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .product-box .share-box ul li {
        padding: 15px 20px
    }
}

.product-box .prod-details h2.prod-title {
    font-family: "Gotham-Medium";
    font-size: 36px;
    line-height: 38px
}

.product-box .prod-details h5 {
    font-size: 16px;
    margin-bottom: 5px;
    font-family: "Gotham-Medium"
}

.product-box .map-img {
    display: inline-block;
    padding-bottom: 30px;
    margin-bottom: 15px;
    background: url(../assets/images/search-icon.svg) no-repeat right bottom
}

.product-box .map-img img {
    max-width: 100%
}

.content-wrap {
    padding: 80px 0
}

.content-wrap .cont-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0
}

.content-wrap .cont-wrap .content-box {
    padding: 0 40px
}

.content-wrap .cont-wrap .content-box ul {
    padding-left: 15px;
    margin-bottom: 15px
}

html[lang=ar] .content-wrap .cont-wrap .content-box ul {
    padding-right: 15px
}

.content-wrap .cont-wrap .content-box .know-more {
    text-transform: uppercase;
    color: #7bcab3;
    text-decoration: underline
}

.content-wrap .cont-wrap .content-box .know-more:hover {
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .content-wrap .cont-wrap .content-box {
        padding: 0
    }
}

.content-wrap .cont-wrap h4 {
    font-size: 24px;
    text-transform: uppercase
}

@media(min-width: 1400px) {
    .content-wrap .cont-wrap h4 {
        font-size: 36px
    }
}

.content-wrap img {
    width: 100%
}

.content-wrap video {
    margin-bottom: 0
}

@media screen and (max-width: 929px) {
    .content-wrap {
        padding: 40px 0
    }
}

.content-wrap .col-md-6 .row {
    align-items: center;
    height: 100%
}

.content-wrap .col-md-6 .row img {
    height: auto
}

.journey-box img {
    max-width: 100%
}

.journey-box ul {
    list-style: none;
    display: flex;
    margin: 0px 0px 25px 0px
}

.journey-box ul li {
    padding: 35px 65px 35px 75px;
    font-size: 18px;
    position: relative
}

.journey-box ul li:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    width: 50px;
    height: 100%;
    background: url(../assets/images/arrow-big.png) no-repeat right center
}

.journey-box ul li:last-child:after {
    content: none
}

.journey-box ul li span {
    display: block;
    font-size: 16px
}

.journey-box ul li.step01 {
    background: url(../assets/images/step-01.png) no-repeat left center/13% auto
}

.journey-box ul li.step02 {
    background: url(../assets/images/step-02.png) no-repeat left center/13% auto
}

.journey-box ul li.step03 {
    background: url(../assets/images/step-03.png) no-repeat left center/13% auto
}

.journey-box ul li.icon-explore {
    background: url(../assets/images/step-explore.png) no-repeat left center/13% auto
}

html[lang=ar] .journey-box ul li {
    padding: 35px 65px 35px 75px;
    background-position: right center
}

html[lang=ar] .journey-box ul li:after {
    transform: scaleX(-1);
    left: 25px;
    right: auto
}

html[lang=ar] .journey-box ul li.step01 {
    background-size: 40px auto
}

html[lang=ar] .journey-box ul li.step02 {
    background-size: 40px auto
}

html[lang=ar] .journey-box ul li.step03 {
    background-size: 40px auto
}

.journey-box h2 {
    text-align: center;
    padding: 0 20%;
    font-size: 24px;
    width: 100%;
    text-transform: uppercase
}

@media(max-width: 929px)and (min-width: 768px) {
    .journey-box ul li {
        padding: 25px 45px 25px 55px;
        font-size: 12px
    }

    .journey-box ul li span {
        font-size: 14px
    }

    .journey-box ul li:after {
        width: 20px
    }

    .journey-box h2 {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .journey-box ul {
        flex-wrap: wrap;
        padding: 0 25px
    }

    .journey-box ul li {
        padding: 25px 15px 55px 65px;
        font-size: 12px
    }

    .journey-box ul li span {
        font-size: 14px
    }

    .journey-box ul li:after {
        width: 30px;
        left: 45%;
        right: auto;
        top: auto;
        bottom: -40px;
        transform: translateX(-50%);
        transform: rotate(90deg)
    }

    .journey-box ul li:last-child {
        padding-bottom: 20px
    }

    .journey-box h2 {
        padding: 0;
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    html[lang=ar] .journey-box ul li:after {
        width: 30px;
        left: 45%;
        right: auto;
        top: auto;
        bottom: -60px;
        transform: translateX(-50%);
        transform: rotate(90deg)
    }
}

.app-box {
    background-color: rgba(166, 126, 177, .1);
    text-align: center;
    padding: 80px 0;
    text-align: center
}

.app-box h2 {
    font-size: 36px;
    margin-bottom: 50px
}

.app-box img {
    max-width: 100%
}

.app-box .app-content {
    margin: 0 -15px;
    background-color: #fff;
    padding: 15px 35px;
    height: 100%
}

.app-box .app-content a {
    display: inline-block;
    width: 120px;
    margin-top: 30px
}

.app-box .app-content a img {
    width: 100%
}

@media(max-width: 929px)and (min-width: 768px) {
    .app-box {
        padding: 50px 0
    }

    .app-box h2 {
        font-size: 18px;
        margin-bottom: 25px
    }

    .app-box .app-content {
        padding: 15px
    }

    .app-box .app-content p {
        margin-bottom: 10px;
        font-size: 12px
    }

    .app-box .app-content a {
        margin-top: 0;
        width: 80px
    }

    .app-box img.etihad-logo {
        width: 80px
    }
}

@media screen and (max-width: 767px) {
    .app-box {
        padding: 40px 0
    }

    .app-box h2 {
        font-size: 18px
    }
}

div.darna-section .content-wrap {
    padding: 40px 0
}

div.darna-section .rd-smInfo p {
    padding: 0px
}

ul.darna-share {
    display: inline-flex;
    margin-bottom: 0px !important;
    padding-left: 27px !important
}

ul.darna-share li {
    margin-right: 23px
}

ul.darna-share li i.fab {
    color: #ec6758;
    font-size: 18px
}

.darna-app-box h2 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 10px
}

@media screen and (max-width: 767px) {
    .darna-app-box h2 {
        margin-top: 0px
    }
}

.darna-app-box img {
    width: 30%
}

.darna-app-box .app-store {
    text-align: left
}

@media screen and (max-width: 767px) {
    .darna-app-box .app-store {
        text-align: center;
        margin-top: 10px
    }
}

section.offer-holder {
    margin-bottom: 50px
}

.side-heading-holder .sub-heading {
    color: #000;
    padding-bottom: 0
}

.side-heading-holder .date-box {
    background: url(../assets/images/calander-icon.png) no-repeat left center;
    padding: 8px 0 5px 40px
}

html[lang=ar] .side-heading-holder .date-box {
    padding: 8px 40px 5px 0;
    background-position: right center
}

.ym-grid.table thead th {
    background-color: #ec6758;
    color: #fff;
    padding: 15px;
    white-space: nowrap
}

.ym-grid.table thead th:nth-child(2) {
    width: 50%
}

.ym-grid.table thead th:nth-child(1) {
    width: 15%
}

.ym-grid.table td,
.ym-grid.table th {
    border: 1px solid #000;
    padding: 15px
}

.ym-grid.table td:nth-child(3) {
    white-space: nowrap
}

.ym-grid.table img {
    max-width: 85%
}

.ym-grid.table td:first-child {
    text-align: center;
    vertical-align: middle
}

.rd-smInfo p {
    text-align: center;
    width: 100%;
    padding: 0 270px;
    font-size: 18px
}

strong {
    font-family: "Conv_Montserrat-SemiBold", sans-serif;
    font-weight: bold
}

.page-content .contactasp-cont-right h5,
.page-content .leasing-form .title h6,
.page-content .contact-cont-left h5,
.page-content .contact-cont-left p,
.page-content .location-details h3,
.page-content .leasing-form .title h3,
.page-content .location-details p,
.page-content .leasing-form .form .form-group .selector,
.page-content .leasing-form .form .form-group select.form-control,
.page-content .leasing-form .form .form-group input.form-control,
.page-content .leasing-form .form .form-group textarea.form-control,
.page-content .leasing-form .form .form-group label,
.page-content .title .breadcrumb ul li a,
.page-content .content .store-details .store-item .social-share ul li a,
.page-content .paging .sort-alpha-numb ul li a,
.paging .sort-alpha-numb ul li a,
h1,
h2,
h3.h4.h5.h6,
.page-content .title h1,
.page-content .content .store-details .store-item .social-share ul li a {
    font-family: "Conv_Montserrat-Regular", sans-serif
}

.page-content .content p a {
    color: #fff
}

p {
    font-family: "Conv_Montserrat-Regular", sans-serif
}

.page-content .title {
    text-align: center !important
}

.page-content .general-page div.title-holder {
    padding-bottom: 0px
}

.page-content .general-page p {
    font-family: "Conv_Montserrat-Regular", sans-serif;
    font-size: 15px;
    margin: 0px;
    text-align: justify
}

.page-content .general-page p.strheading {
    margin-top: 30px;
    margin-bottom: 0px
}

.page-content .general-page p.strheading strong {
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    font-size: 18px;
    font-weight: 900
}

.page-content .general-page ul li {
    font-size: 15px !important
}

.thumbnail-simple {
    position: relative;
    margin-bottom: 60px
}

.thumbnail-simple a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.thumbnail-simple div.ti-image {
    padding-top: 65%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.thumbnail-simple h2 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 900;
    color: #111921;
    transition: all .3s ease
}

@media screen and (max-width: 992px) {
    div.blog-item .newsinfo {
        margin-top: 15px
    }
}

div.blog-item .newsinfo p.newsdate {
    margin-bottom: 6px
}

div.blog-item .newsinfo p.newsdet {
    margin-bottom: 10px
}

div.blog-item .newsinfo .btn-primary {
    position: absolute;
    bottom: 0px
}

@media screen and (max-width: 992px) {
    div.blog-item .newsinfo .btn-primary {
        position: relative
    }
}

div.blog-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    font-size: 1.6rem !important;
    color: #000
}

div.blog-item img {
    width: 100%
}

div.blog-item .othernewsimg {
    margin-top: 30px
}

div.blog-item a.btn-primary {
    font-size: .775rem;
    padding: 10px 10px;
    min-width: 131px;
    background: #000
}

div.blog-item .row {
    margin-bottom: 65px
}

div.blog-item:last-child .row {
    margin-bottom: 35px
}

@media screen and (max-width: 992px) {
    div.blog-item:last-child .row {
        margin-bottom: 0px
    }
}

div.blog-item .othernewsinfo h3 {
    margin-top: 10px
}

.news-details {
    margin-bottom: 50px
}

.news-details div.blog-item .image {
    margin-bottom: 30px
}

.news-details div.blog-item .text p {
    text-align: justify
}

.news-details h1 {
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    font-size: 2rem
}

@media screen and (max-width: 767px) {
    .news-details h1 {
        font-size: 20px
    }
}

.news-details h4 {
    font-weight: 900
}

.news-details .share-box h5 {
    font-weight: 900;
    color: #6b6666
}

.news-details .share-box ul {
    text-align: left;
    margin-top: 9rem
}

html[lang=ar] .news-details .share-box ul {
    text-align: right
}

@media screen and (max-width: 992px) {
    .news-details .share-box ul {
        margin-top: 3rem;
        margin-bottom: 2rem
    }
}

.news-details .share-box ul .fb-box {
    background: #ffd300;
    width: 45px;
    text-align: center;
    margin-right: 7px
}

.news-details .share-box ul .twit-box {
    background: #ec6758;
    width: 45px;
    text-align: center
}

.news-details .share-box ul li {
    padding: 15px 10px
}

.news-details .product-box h4 {
    margin-bottom: 20px
}

.news-details .product-box .col-md-8 {
    padding-right: 80px
}

html[lang=ar] .news-details .product-box .col-md-8 {
    padding-left: 80px
}

@media screen and (max-width: 992px) {
    .news-details .product-box .col-md-8 {
        padding-right: 15px;
        padding-left: 15px
    }
}

div.quick-links {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 170px
}

html[lang=ar] div.quick-links {
    left: 0;
    right: auto
}

@media screen and (max-width: 991px) {
    div.quick-links {
        display: none
    }
}

div.quick-links ul {
    list-style: none
}

.page-content #map-location {
    padding: 0px !important;
    margin: 27px 0px !important
}

.page-content #map_canvas {
    position: relative !important;
    height: 450px !important
}

@media screen and (max-width: 767px) {
    .page-content #map_canvas {
        height: 320px !important
    }
}

.page-content .location-details {
    position: absolute !important;
    bottom: 0px;
    right: 10%;
    margin: 0px !important
}

@media screen and (max-width: 767px) {
    .page-content .location-details {
        position: relative !important;
        padding: 30px 15px !important;
        right: 0px
    }
}

.offers-box {
    padding: 0 0 50px
}

.offers-box figure {
    margin: 0
}

.offers-box .offer-box a {
    text-decoration: underline
}

.offers-box .offer-box a:hover {
    text-decoration: none
}

.offers-box .off-title {
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif
}

.offers-box .off-des {
    font-family: "Conv_Montserrat-Medium", sans-serif
}

.offers-box .offer-date i,
.offers-box .offer-date strong {
    display: inline-block;
    vertical-align: middle;
    font-size: .9375rem
}

@media screen and (max-width: 991px) {

    .offers-box .offer-date i,
    .offers-box .offer-date strong {
        font-size: .75rem
    }
}

html[lang=en] .offers-box .offer-date i {
    margin-right: 10px
}

html[lang=ar] .offers-box .offer-date i {
    margin-left: 10px
}

.offers-box .offer-date i img {
    width: 25px
}

@media screen and (max-width: 991px) {
    .offers-box .offer-date i img {
        width: 20px
    }
}

.offers-box .share img {
    width: 25px
}

@media screen and (max-width: 991px) {
    .offers-box .share img {
        width: 20px
    }
}

.mainoff-holder {
    position: relative;
    color: #fff
}

.mainoff-holder .share,
.mainoff-holder .offer-box {
    position: absolute
}

.mainoff-holder .share {
    top: 15px
}

html[lang=en] .mainoff-holder .share {
    right: 15px
}

html[lang=ar] .mainoff-holder .share {
    left: 15px
}

.mainoff-holder .share img {
    width: 25px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(304deg) brightness(104%) contrast(103%)
}

.mainoff-holder .offer-box {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 25px
}

@media screen and (max-width: 991px) {
    .mainoff-holder .offer-box {
        padding: 15px
    }
}

.mainoff-holder .offer-box .off-title {
    font-size: 3rem
}

@media screen and (max-width: 991px) {
    .mainoff-holder .offer-box .off-title {
        font-size: 1rem
    }
}

.mainoff-holder .offer-box .off-des {
    font-size: 1.5rem
}

@media screen and (max-width: 991px) {
    .mainoff-holder .offer-box .off-des {
        font-size: .875rem
    }
}

.mainoff-holder .offer-box .offer-datebox {
    margin-top: 50px
}

@media screen and (max-width: 991px) {
    .mainoff-holder .offer-box .offer-datebox {
        margin-top: 15px
    }
}

.mainoff-holder .offer-box .offer-datebox .offer-date i img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(304deg) brightness(104%) contrast(103%)
}

.mainoff-holder .offer-box .offer-datebox a {
    float: right;
    font-size: 1.125rem;
    color: #fff
}

html[lang=ar] .mainoff-holder .offer-box .offer-datebox a {
    float: left
}

@media screen and (max-width: 991px) {
    .mainoff-holder .offer-box .offer-datebox a {
        font-size: .75rem
    }
}

@media screen and (max-width: 991px) {
    .smalloff-holder {
        margin-top: 10px
    }
}

.smalloff-holder .offer-box {
    height: 100%;
    background-color: #fdf7f3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end;
    padding: 25px 15px
}

@media screen and (max-width: 991px) {
    .smalloff-holder .offer-box {
        padding: 15px
    }
}

.smalloff-holder .offer-box .offer-datebox {
    width: 100%;
    margin-top: 30px
}

.smalloff-holder .offer-box a {
    color: #333
}

.smalloff-holder .offer-box .off-title {
    font-size: 1.875rem
}

@media screen and (max-width: 991px) {
    .smalloff-holder .offer-box .off-title {
        font-size: 1rem
    }
}

.smalloff-holder .offer-box .off-des {
    font-size: .9375rem;
    margin-bottom: 10px
}

@media screen and (max-width: 991px) {
    .smalloff-holder .offer-box .off-des {
        font-size: .75rem
    }
}

.smalloff-holder .offer-box .offer-date {
    display: inline-block;
    vertical-align: middle
}

html[lang=en] .smalloff-holder .offer-box .offer-date i {
    margin-right: 5px
}

html[lang=ar] .smalloff-holder .offer-box .offer-date i {
    margin-left: 5px
}

.smalloff-holder .offer-box .offer-date i img {
    width: 20px
}

.smalloff-holder .offer-box .offer-date strong {
    font-size: .75rem;
    height: 20px;
    line-height: 23px
}

.smalloff-holder .offer-box .share {
    float: right
}

html[lang=ar] .smalloff-holder .offer-box .share {
    float: left
}

.smalloff-holder .offer-box .share img {
    width: 20px
}

.offer-detail-holder {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 70px
}

.offer-detail-holder .offdetail-content .offers-box .off-title {
    font-size: 2.1875rem
}

.offer-detail-holder .offdetail-content .offers-box .off-title,
.offer-detail-holder .offdetail-content .offers-box .offer-datebox {
    margin-bottom: 20px
}

.offer-detail-holder .offdetail-content .offers-box .share {
    padding-top: 20px
}

.offer-detail-holder .offdetail-content .offers-box .share img {
    width: auto;
    max-height: 35px;
    margin-right: 10px
}

.offer-detail-holder .offdetail-img .db-bg {
    padding: 20px
}

.offer-detail-holder .offdetail-img .db-bg::before {
    background: #81c9b3
}

@media screen and (max-width: 991px) {

    .offers-box .small-offers,
    .offers-box .main-offer {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

@media screen and (max-width: 767px) {

    .offers-box .pr-none,
    .offers-box .pl-none {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

.yasMallGiftCard {
    margin-top: 90px
}

.yasMallGiftCard .heroImg {
    position: relative
}

.yasMallGiftCard .heroImg img {
    width: 100%
}

.yasMallGiftCard .heroImg .heroText {
    display: none;
    position: absolute;
    z-index: 1;
    right: unset !important;
    left: 0;
    margin-right: unset !important;
    margin-left: 13.5%;
    top: unset !important;
    transform: translateY(-50%);
    bottom: 12%
}

.yasMallGiftCard .heroImg .heroText h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 600
}

.yasMallGiftCard .btnBlack {
    background-color: #000;
    padding: 7px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block
}

.yasMallGiftCard .perfectOccasion {
    margin-top: 50px;
    margin-bottom: 30px
}

.yasMallGiftCard .perfectOccasion h2 {
    font-size: 32px;
    margin-bottom: 40px
}

.yasMallGiftCard .perfectOccasion p {
    font-size: 18px
}

.yasMallGiftCard .giftDetail img {
    width: 100%
}

.yasMallGiftCard .giftDetail p {
    margin-bottom: 30px;
    font-size: 18px;
    margin-right: 80px
}

[lang=ar] .yasMallGiftCard {
    margin-bottom: 50px
}

[lang=ar] .yasMallGiftCard .heroImg .heroText {
    margin-left: 31.5%
}

[lang=ar] .yasMallGiftCard .perfectOccasion .aldarcard-info p {
    text-align: center !important
}

[lang=ar] .yasMallGiftCard .giftDetail p {
    margin-right: 0px;
    margin-left: 80px
}

@media(max-width: 768px) {
    .yasMallGiftCard {
        padding: 0 5vw
    }

    .yasMallGiftCard .heroImg .heroText {
        display: none
    }

    .yasMallGiftCard .heroImg .heroText h1 {
        font-size: 18px !important
    }

    .yasMallGiftCard .btnBlack {
        font-size: 16px !important;
        padding: 5px 10px !important
    }

    .yasMallGiftCard .giftDetail p {
        margin-right: 0
    }

    [lang=ar] .yasMallGiftCard .heroImg .heroText {
        margin-left: 27.5%
    }

    [lang=ar] .yasMallGiftCard .heroImg .heroText .btnBlack {
        font-size: 10px !important;
        padding: 5px 10px !important
    }

    [lang=ar] .giftDetail p {
        margin-right: 0;
        margin-left: 0
    }
}

.abouttab-holder .content-box {
    padding: 0 200px 50px;
    text-align: center
}

@media screen and (max-width: 991px) {
    .abouttab-holder .content-box {
        padding: 0 0 25px
    }
}

.custom-tabs .videos-tab .tab-content {
    padding-top: 0
}

html[lang=en] .videos-tab .tab-player {
    padding-right: 0
}

html[lang=ar] .videos-tab .tab-player {
    padding-left: 0
}

@media screen and (max-width: 767px) {
    html[lang=en] .videos-tab .tab-player {
        padding-right: 15px
    }

    html[lang=ar] .videos-tab .tab-player {
        padding-left: 15px
    }
}

.videos-tab .tab-player .vjs-poster {
    background-size: cover
}

.videos-tab .tab-player .video-js .vjs-big-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

html[lang=en] .videos-tab .tab-navigation {
    padding-left: 0
}

html[lang=ar] .videos-tab .tab-navigation {
    padding-right: 0
}

@media screen and (max-width: 767px) {
    .videos-tab .tab-navigation {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.videos-tab .tab-navigation .nav-link {
    position: relative;
    color: #fff;
    cursor: pointer
}

html[lang=en] .videos-tab .tab-navigation .nav-link {
    padding: 0 0 5px 5px
}

html[lang=ar] .videos-tab .tab-navigation .nav-link {
    padding: 0 5px 5px 0
}

@media screen and (max-width: 767px) {
    .videos-tab .tab-navigation .nav-link {
        padding: 0 0 5px !important
    }
}

.videos-tab .tab-navigation .nav-link.active {
    background-color: rgba(0, 0, 0, 0)
}

.videos-tab .tab-navigation .nav-link.active::before {
    top: 50%;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 16px;
    margin-top: -16px;
    z-index: 5
}

html[lang=en] .videos-tab .tab-navigation .nav-link.active::before {
    left: 5px
}

html[lang=ar] .videos-tab .tab-navigation .nav-link.active::before {
    right: 5px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph
}

@media screen and (max-width: 767px) {
    .videos-tab .tab-navigation .nav-link.active::before {
        right: 0 !important;
        left: 0 !important
    }
}

.videos-tab .tab-navigation .nav-link .tabvdo-img {
    margin: 0
}

.videos-tab .tab-navigation .nav-link .tabvdo-holder {
    position: absolute;
    bottom: 5px;
    top: 0;
    background-color: rgba(0, 0, 0, .5)
}

html[lang=en] .videos-tab .tab-navigation .nav-link .tabvdo-holder {
    left: 5px;
    right: 0
}

html[lang=ar] .videos-tab .tab-navigation .nav-link .tabvdo-holder {
    right: 5px;
    left: 0
}

@media screen and (max-width: 767px) {
    .videos-tab .tab-navigation .nav-link .tabvdo-holder {
        left: 0 !important;
        right: 0 !important
    }
}

.videos-tab .tab-navigation .nav-link .tabvdo-holder .tabvdo-content {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px
}

.videos-tab .tab-navigation .nav-link .tabvdo-holder .tabvdo-content h5,
.videos-tab .tab-navigation .nav-link .tabvdo-holder .tabvdo-content p {
    margin-bottom: 15px
}

.videos-tab .tab-navigation .nav-link .tabvdo-holder .tabvdo-content h5 {
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    font-size: 25px
}

.videos-tab .tab-navigation .nav-link .tabvdo-holder .tabvdo-content p {
    font-family: "Conv_Montserrat-Medium", sans-serif
}

.videos-tab .tab-navigation .nav-link .tabvdo-holder .tabvdo-content .tabvdo-play {
    display: inline-block;
    vertical-align: top
}

.videos-tab .tab-navigation .nav-link .tabvdo-holder .tabvdo-content .tabvdo-play i,
.videos-tab .tab-navigation .nav-link .tabvdo-holder .tabvdo-content .tabvdo-play strong {
    display: inline-block;
    vertical-align: middle
}

.videos-tab .tab-navigation .nav-link .tabvdo-holder .tabvdo-content .tabvdo-play i {
    font-size: 25px
}

html[lang=en] .videos-tab .tab-navigation .nav-link .tabvdo-holder .tabvdo-content .tabvdo-play i {
    margin-right: 5px
}

html[lang=ar] .videos-tab .tab-navigation .nav-link .tabvdo-holder .tabvdo-content .tabvdo-play i {
    margin-left: 5px
}

.videos-tab .tab-navigation .nav-link:last-child {
    padding-bottom: 0 !important
}

.videos-tab .tab-navigation .nav-link:last-child .tabvdo-holder {
    bottom: 0
}

.aboutinfo-box {
    padding-top: 5px
}

html[lang=en] .aboutinfo-box .aboutinfo-content-holder {
    padding-right: 2.5px
}

html[lang=ar] .aboutinfo-box .aboutinfo-content-holder {
    padding-left: 2.5px
}

@media screen and (max-width: 767px) {
    html[lang=en] .aboutinfo-box .aboutinfo-content-holder {
        padding-right: 15px
    }

    html[lang=ar] .aboutinfo-box .aboutinfo-content-holder {
        padding-left: 15px
    }
}

html[lang=en] .aboutinfo-box .aboutinfo-image-holder {
    padding-right: 0;
    padding-left: 2.5px
}

html[lang=ar] .aboutinfo-box .aboutinfo-image-holder {
    padding-left: 0;
    padding-right: 2.5px
}

@media screen and (max-width: 767px) {
    html[lang=en] .aboutinfo-box .aboutinfo-image-holder {
        padding-left: 15px;
        padding-right: 15px
    }

    html[lang=ar] .aboutinfo-box .aboutinfo-image-holder {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    html[lang=en] .aboutinfo-box .aboutinfo-image-holder {
        padding-right: 15px
    }

    html[lang=ar] .aboutinfo-box .aboutinfo-image-holder {
        padding-left: 15px
    }
}

.aboutinfo-box .aboutinfo-image-holder .aboutinfo-image {
    position: relative
}

.aboutinfo-box .aboutinfo-image-holder .aboutinfo-image figure {
    margin: 0;
    position: relative
}

.aboutinfo-box .aboutinfo-image-holder .aboutinfo-image figure:before {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.aboutinfo-box .aboutinfo-image-holder .aboutinfo-image .aboutinfo-image-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    right: 20px;
    z-index: 5;
    color: #fff
}

.aboutinfo-box .aboutinfo-image-holder .aboutinfo-image .aboutinfo-image-content h5 {
    font-size: 25px;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    margin-bottom: 15px
}

.aboutinfo-box .aboutinfo-image-holder .aboutinfo-image .aboutinfo-image-content p {
    margin: 0
}

.aboutinfo-box .aboutinfo-content {
    background-color: #7dc1a6;
    height: 100%;
    position: relative;
    color: #fff
}

.aboutinfo-box .aboutinfo-content .aboutinfo-bottom {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px
}

@media screen and (max-width: 767px) {
    .aboutinfo-box .aboutinfo-content .aboutinfo-bottom {
        position: static;
        padding: 25px
    }
}

.aboutinfo-box .aboutinfo-content .aboutinfo-bottom a {
    text-decoration: underline;
    color: #fff;
    cursor: pointer
}

.aboutinfo-box .aboutinfo-content .aboutinfo-bottom a:hover {
    text-decoration: none
}

.aboutinfo-box .aboutinfo-content .aboutinfo-bottom h5 {
    font-size: 25px;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    margin-bottom: 0
}

.aboutinfo-box .aboutinfo-content .aboutinfo-bottom p {
    margin: 15px 0 0
}

.aboutinfo-box .aboutinfo-content .aboutinfo-bottom figure {
    text-align: right;
    margin: 0
}

html[lang=en] .aboutinfo-box .aboutinfo-content .aboutinfo-bottom figure {
    text-align: right
}

html[lang=ar] .aboutinfo-box .aboutinfo-content .aboutinfo-bottom figure {
    text-align: left
}

.aboutinfo-box .aboutinfo-content .aboutinfo-bottom figure img {
    max-height: 50px
}

html[lang=en] .aboutinfo-box:nth-child(even) .aboutinfo-image-holder {
    padding-left: 15px;
    padding-right: 2.5px
}

html[lang=ar] .aboutinfo-box:nth-child(even) .aboutinfo-image-holder {
    padding-right: 15px;
    padding-left: 2.5px
}

@media screen and (max-width: 767px) {
    html[lang=en] .aboutinfo-box:nth-child(even) .aboutinfo-image-holder {
        padding-left: 15px;
        padding-right: 15px
    }

    html[lang=ar] .aboutinfo-box:nth-child(even) .aboutinfo-image-holder {
        padding-right: 15px;
        padding-left: 15px
    }
}

html[lang=en] .aboutinfo-box:nth-child(even) .aboutinfo-content-holder {
    padding-left: 2.5px;
    padding-right: 0
}

html[lang=ar] .aboutinfo-box:nth-child(even) .aboutinfo-content-holder {
    padding-right: 2.5px;
    padding-left: 0
}

@media screen and (max-width: 767px) {
    html[lang=en] .aboutinfo-box:nth-child(even) .aboutinfo-content-holder {
        padding-left: 15px;
        padding-right: 15px
    }

    html[lang=ar] .aboutinfo-box:nth-child(even) .aboutinfo-content-holder {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    html[lang=en] .aboutinfo-box:nth-child(even) .aboutinfo-content-holder {
        padding-right: 15px
    }

    html[lang=ar] .aboutinfo-box:nth-child(even) .aboutinfo-content-holder {
        padding-left: 15px
    }
}

.aboutapp-info-holder {
    padding-top: 5px
}

html[lang=en] .aboutapp-info-holder {
    padding-left: 5px
}

html[lang=ar] .aboutapp-info-holder {
    padding-right: 5px
}

@media screen and (max-width: 991px) {
    html[lang=en] .aboutapp-info-holder {
        padding-left: 15px
    }

    html[lang=ar] .aboutapp-info-holder {
        padding-right: 15px
    }
}

.aboutapp-info-holder figure {
    margin: 0
}

.aboutapp-info-holder .aboutapp-info {
    position: relative;
    height: 642px;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .aboutapp-info-holder .aboutapp-info {
        height: 360px
    }
}

.aboutapp-info-holder .aboutapp-info .aboutapp-content {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px
}

.aboutapp-info-holder .aboutapp-info .aboutapp-content p {
    color: #fff
}

.aboutapp-info-holder .aboutapp-info .aboutapp-content .md-text,
.aboutapp-info-holder .aboutapp-info .aboutapp-content .lg-text {
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif
}

.aboutapp-info-holder .aboutapp-info .aboutapp-content .lg-text {
    font-size: 25px
}

@media screen and (max-width: 991px) {
    .aboutapp-info-holder .aboutapp-info .aboutapp-content .lg-text {
        font-size: 20px
    }
}

.aboutapp-info-holder .aboutapp-info .aboutapp-content .md-text {
    font-size: 21px
}

@media screen and (max-width: 991px) {
    .aboutapp-info-holder .aboutapp-info .aboutapp-content .md-text {
        font-size: 18px
    }
}

.aboutapp-info-holder .aboutapp-info .aboutapp-content .small-text {
    margin: 0
}

.aboutapp-info-holder .aboutapp-info .aboutapp-content .logo-image {
    margin-bottom: 25px
}

.aboutapp-info-holder .aboutapp-info .aboutapp-content .logo-image img {
    max-height: 120px
}

@media screen and (max-width: 991px) {
    .aboutapp-info-holder .aboutapp-info .aboutapp-content .logo-image img {
        max-height: 100px
    }
}

.aboutapp-info-holder .aboutapp-info .aboutapp-content .app-icons {
    padding-top: 15px
}

.aboutapp-info-holder .aboutapp-info .aboutapp-content .app-icons img {
    display: inline-block;
    vertical-align: top;
    max-height: 45px
}

@media screen and (max-width: 991px) {
    .aboutapp-info-holder .aboutapp-info .aboutapp-content .app-icons img {
        max-height: 30px
    }
}

html[lang=en] .aboutapp-info-holder .aboutapp-info .aboutapp-content .app-icons img {
    margin-right: 10px
}

html[lang=ar] .aboutapp-info-holder .aboutapp-info .aboutapp-content .app-icons img {
    margin-left: 10px
}

.map-img:hover {
    cursor: zoom-in
}

#zoomModal .modal-dialog {
    width: 80%;
    max-width: none;
    text-align: center
}

#zoomModal .modal-dialog img {
    width: 100%
}

#zoomModal .modal-dialog .modal-content {
    background-color: rgba(0, 0, 0, 0);
    border: none
}

#zoomModal .modal-dialog .modal-content .modal-body {
    padding: 0
}

#zoomModal .modal-dialog .modal-content button.close {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 9;
    width: 30px;
    height: 30px;
    font-size: 2.5rem
}

#zoomModal .modal-dialog .modal-content button.close:focus {
    outline: none
}

.eventBorder {
    border: 1px solid #707070
}

.campaign-cards .card {
    border: 1px solid #707070;
    border-radius: 0;
    padding: 0
}

.campaign-cards .card .card-header {
    padding: 0
}

.campaign-cards .card .card-header .jimi-bg {
    background-color: #21b9d6
}

.campaign-cards .card .card-header .jimi-desc {
    background-color: #f4b223
}

.campaign-cards .card .card-header .amt-spend {
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.campaign-cards .card .card-header .amt-spend h4 {
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    font-size: 24px;
    font-weight: bold
}

.campaign-cards .card .card-header .winner {
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #000
}

.campaign-cards .card .card-header h4 {
    margin-bottom: 0
}

.campaign-cards .card .card-header p {
    font-family: "Conv_Montserrat-Regular", sans-serif !important;
    margin-bottom: 0;
    font-size: 20px;
    text-align: center
}

.campaign-cards .card .card-header p span {
    display: block
}

.campaign-cards ul li {
    font-family: "Conv_Montserrat-Regular", sans-serif;
    font-size: 12px;
    margin-bottom: 5px
}

.howTo {
    margin-top: 60px
}

.howTo h3 {
    font-family: "Conv_Montserrat-Regular", sans-serif;
    text-align: center;
    margin-bottom: 0
}

.terms-condition {
    margin-top: 60px
}

.terms-condition .card {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #707070;
    border-radius: 0;
    padding: 0
}

.terms-condition .card .card-header {
    padding: 0;
    background: rgba(0, 0, 0, 0)
}

.terms-condition .card .card-header .amt-spend {
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #707070
}

.terms-condition .card .card-header .winner {
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #000;
    border: 1px solid #707070
}

.terms-condition .card .card-header h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-family: "Conv_Montserrat-Regular", sans-serif
}

.terms-condition .card .card-header h4 {
    margin-bottom: 0
}

.terms-condition .card .card-header p {
    margin-bottom: 0;
    font-size: 20px;
    text-align: center
}

.terms-condition .card .card-header p span {
    display: block
}

.terms-condition .card .card-body ul li {
    font-family: "Conv_Montserrat-Regular", sans-serif;
    font-size: 12px;
    margin-bottom: 5px
}

@font-face {
    font-family: "SignPainter";
    src: url("/assets/fonts/SignPainter-HouseScript-Regular.ttf");
    font-weight: normal;
    font-style: normal
}

[class^=icon-]:after,
[class*=" icon-"]:after {
    font-family: "untitled-font-1";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-up-open-big {
    display: inline-block
}

.icon-up-open-big:after {
    content: "a";
    font-size: 2.5em;
    display: block;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    color: #000;
    -webkit-transition: color .3s;
    transition: color .3s
}

.icon-up-open-big:hover:after {
    color: #fff
}

.scroll-icon {
    position: absolute;
    left: 50%;
    bottom: 30px;
    padding: 0 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-common {
    padding-inline: clamp(30px, 5vw, 60px)
}

.mobW {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px
}

footer.snap-footer {
    position: absolute;
    bottom: 0;
    background: #000;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 1rem;
    align-items: center;
    gap: clamp(16px, 1.5vw, 32px);
    z-index: 2
}

footer.snap-footer p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    display: inline-block
}

footer.snap-footer p a {
    color: #fff;
    padding-block: 1rem
}

footer.snap-footer *:first-child {
    font-weight: 600
}

.navbar-toggler:focus {
    outline: none !important
}

header.snap-header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #000;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-block: 1.5rem;
    align-items: center;
    gap: clamp(16px, 1.5vw, 32px);
    z-index: 10;
    z-index: 99999
}

header.snap-header p {
    margin-bottom: 0
}

header.snap-header .headerLogo {
    width: clamp(115px, 17vw, 230px)
}

header.snap-header .headerNav {
    flex-direction: column;
    align-items: flex-end;
    gap: clamp(10px, .75vw, 20px)
}

header.snap-header .headerNav a {
    all: unset;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 16px
}

header.snap-header .headerNav-items {
    align-items: center;
    gap: clamp(16px, 2vw, 32px)
}

header.snap-header .headerNav-links {
    display: flex;
    align-items: center;
    gap: clamp(10px, .5vw, 20px)
}

header.snap-header .headerNav-links>* {
    font-size: 16px
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.l-left {
    float: left
}

.l-right {
    float: right
}

.end {
    margin-top: 30px;
    font-size: 3em;
    font-weight: bold;
    opacity: 0;
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
    -webkit-transition: opacity, -webkit-transform 1s;
    transition: opacity, transform 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

section#section-Navigation .fullCoverImg {
    max-height: 50vh
}

section#section-Navigation .bgGray {
    padding-inline: 15px
}

.newRedev {
    font-size: 62.5%
}

.newRedev {
    font-family: "Montserrat", sans-serif;
    color: #646464;
    letter-spacing: unset
}

.newRedev ul,
.newRedev li {
    list-style-type: none
}

.newRedev .header-top {
    background: rgba(0, 47, 77, .3);
    height: 70px;
    padding: 0 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
    box-sizing: border-box
}

.newRedev h1 {
    line-height: 70px;
    height: 70px
}

.newRedev h1 a {
    display: block;
    padding: 0 10px
}

.newRedev .toggle-menu {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: 10px
}

.newRedev .toggle-menu i {
    position: absolute;
    display: block;
    height: 2px;
    background: #fff;
    width: 30px;
    left: 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.newRedev .toggle-menu i:nth-child(1) {
    top: 16px
}

.newRedev .toggle-menu i:nth-child(2) {
    top: 24px
}

.newRedev .toggle-menu i:nth-child(3) {
    top: 32px
}

.newRedev .open-menu i:nth-child(1) {
    top: 25px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.newRedev .open-menu i:nth-child(2) {
    background: rgba(0, 0, 0, 0)
}

.newRedev .open-menu i:nth-child(3) {
    top: 25px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.newRedev nav {
    height: 0;
    opacity: 0;
    box-sizing: border-box;
    background: rgba(0, 47, 77, .25);
    position: fixed;
    top: 70px;
    width: 100%;
    -webkit-transition: all 3s;
    transition: all 3s
}

.newRedev .open-menu~nav {
    opacity: 1;
    padding: 80px 0;
    z-index: 15;
    height: calc(90vh - 70px)
}

.newRedev nav ul {
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.newRedev nav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.newRedev nav li a {
    font-size: 2em;
    display: block;
    padding: 30px;
    text-align: center;
    -webkit-transition: background .3s;
    transition: background .3s
}

.newRedev nav li:nth-child(odd) a,
.newRedev body.fp-viewing-fifthSection-1 #menu li:nth-child(5) a {
    background: #962d3e
}

.newRedev nav li:nth-child(even) a {
    background: #aa3346
}

.newRedev nav li:nth-child(odd) a:hover {
    background: #9e2f41
}

.newRedev nav li:nth-child(even) a:hover {
    background: #c53c52
}

.newRedev nav li.active a,
.newRedev body.fp-viewing-fifthSection-1 #menu li:last-child a {
    background: #453659
}

.newRedev section {
    text-align: center
}

.newRedev h2 {
    font-size: 4em;
    margin-bottom: 20px
}

.newRedev h3 {
    font-weight: 300;
    font-size: 2.8em
}

.newRedev #fp-nav ul li a span,
.newRedev .fp-slidesNav ul li a span {
    background: rgba(255, 255, 255, .5);
    width: 12px;
    height: 12px;
    margin: -4px 0 0 -4px
}

.newRedev #fp-nav ul li a.active span,
.newRedev .fp-slidesNav ul li a.active span,
.newRedev #fp-nav ul li:hover a.active span,
.newRedev .fp-slidesNav ul li:hover a.active span {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    margin: -4px 0 0 -4px
}

@media screen and (max-width: 767px) {
    .newRedev nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .newRedev nav li {
        margin-top: 1px
    }

    .newRedev nav li a {
        font-size: 1.5em
    }

    .newRedev .scroll-icon {
        display: none
    }
}

@media screen and (max-width: 400px) {
    .newRedev html {
        font-size: 50%
    }

    .newRedev .open-menu~nav {
        padding: 20px 0
    }

    .newRedev nav li a {
        padding: 3px
    }
}

.newRedev .snapSection {
    position: relative
}

.newRedev .snapSection-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}

.newRedev .snapSection-content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.newRedev .mainContent {
    display: flex;
    align-items: center;
    justify-content: center
}

.newRedev .mainDesc p {
    font-size: 40px;
    color: #fff;
    line-height: 1.5em;
    padding-top: 40%;
    font-family: "Montserrat", sans-serif
}

.newRedev .fullCoverImg {
    width: 100%;
    height: auto;
    min-height: unset;
    object-fit: contain
}

.newRedev .columnContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    align-items: flex-start;
    text-align: start
}

.newRedev .columnContent-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.newRedev .columnContent-title {
    font-size: 36px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0
}

.newRedev .columnContent-desc {
    font-size: 16px;
    line-height: 36px;
    font-family: "Montserrat", sans-serif
}

.newRedev .columnContent-image {
    width: 100%
}

.newRedev #section-Experience .fullCoverImg {
    object-fit: cover
}

.newRedev .desktopVideo .snapSection-bg {
    position: unset;
    width: 100%;
    object-fit: cover;
    height: 100vh;
    aspect-ratio: 1
}

.newRedev .cornerContent {
    padding: clamp(16px, 10vw, 64px) 0 0 clamp(16px, 10vw, 64px) !important;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start
}

.newRedev .cornerContent-title {
    font-size: 61px;
    font-size: clamp(2.8125rem, 1.5268rem + 1.9048vw, 3.8125rem);
    line-height: 1em;
    font-weight: 600;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, .3019607843);
    margin-bottom: 35px;
    white-space: nowrap
}

.newRedev .cornerContent-word {
    font-size: clamp(5.5rem, -4.339rem + 13.0952vw, 14.375rem);
    line-height: .9em;
    font-weight: normal;
    font-family: "SignPainter", sans-serif;
    margin-bottom: 0;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, .3019607843)
}

.newRedev .cornerContent-desc {
    line-height: 1.2em;
    font-size: clamp(.875rem, .5536rem + .4762vw, 1.125rem);
    font-family: "Montserrat", sans-serif;
    font-weight: 300
}

.newRedev .yellowButton {
    background: #d5bd3f;
    padding: .5em 1em;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-bottom: 0 !important;
    font-size: clamp(.75rem, .35rem + .6459vw, 1.125rem)
}

.newRedev .yellowButton:hover,
.newRedev .yellowButton:active {
    color: #fff;
    opacity: .9
}

.newRedev .sideBanner {
    position: absolute;
    z-index: 3;
    background: rgba(17, 26, 33, .8);
    width: clamp(240px, 40%, 768px);
    bottom: calc(10% + 200px);
    left: 0;
    text-align: start;
    padding: 2rem 1rem 2rem 7%;
    color: #fff
}

.newRedev .sideBanner-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif
}

.newRedev .sideBanner-desc {
    font-size: 18px;
    line-height: 1.4em;
    font-family: "Montserrat", sans-serif
}

.newRedev img {
    max-height: 100vh
}

.newRedev .link {
    font-size: inherit;
    color: #3a89d8;
    text-decoration: underline
}

.newRedev .row {
    width: 100%;
    margin-inline: 0
}

.newRedev .row div {
    padding-inline: 0
}

.social-icon {
    display: flex !important
}

.social-icon img {
    height: 12px
}

@media screen and (max-width: 992px) {
    .dektop {
        display: none
    }

    .headerNav-links {
        display: none !important
    }

    .headerNav-items {
        padding-block: 2rem;
        width: 100%;
        align-items: start !important;
        position: static
    }
}

@media screen and (min-width: 992px) {
    .mobile {
        display: block !important;
    }

    .headerNav {
        display: flex
    }

    .headerNav-links {
        display: none
    }

    #section-Experience .newRedev .fullCoverImg {
        max-height: 60vh
    }

    .newRedev .renStores .renStores-icons .renStores-items {
        width: 17%
    }

    footer.snap-footer {
        height: auto
    }

    footer.snap-footer *:last-child {
        margin-inline-start: auto
    }

    .sideBanner {
        bottom: calc(10% + 82px)
    }
}

* {
    text-transform: unset
}

#nav-icon1 {
    width: 25px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon1 span:nth-child(1) {
    top: 0px
}

#nav-icon1 span:nth-child(2) {
    top: 10px
}

#nav-icon1 span:nth-child(3) {
    top: 20px
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

#section-Gallery .fp-slidesNav.bottom {
    bottom: 110px !important
}

header.snap-header .headerNav a {
    font-family: "Montserrat", sans-serif
}

.newRedev #section-Navigation .columnContent-desc {
    font-size: clamp(1rem, .1667rem + 1.1111vw, 1.5rem);
    line-height: max(1.7vw, 1.5rem)
}

#section-Gallery .fp-controlArrow.fp-prev {
    border: 0;
    background-image: url("../assets/images/left-arr-cir.svg");
    background-size: 50px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    left: 50px;
    z-index: 33
}

#section-Gallery .fp-controlArrow.fp-next {
    border: 0;
    background-image: url("../assets/images/right-arr-cir.svg");
    background-size: 50px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    right: 50px;
    z-index: 33
}

#section-Gallery .fp-slidesNav.fp-bottom {
    display: none
}

.newRedev .bgGray {
    background-color: #f7f7f7;
    padding-top: 30px
}

.newRedev #section-Navigation .columnContent {
    padding-bottom: 0 !important;
    margin: auto
}

.newRedev .renStores {
    color: #fff;
    padding: 2vw;
    height: 100%;
    padding-top: 130px;
    padding-inline: 60px !important
}

.newRedev .renStores .renStores-title h3 {
    color: #141414;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding: 0 20px;
    width: 100%;
    max-width: 540px;
    margin: auto
}

.newRedev .renStores .renStores-icons {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-block: 3vw;
    flex-wrap: wrap
}

.newRedev .renStores .renStores-icons .renStores-items {
    width: 15%;
    aspect-ratio: 1;
    padding: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #141414
}

.newRedev .renStores .renStores-icons .renStores-items .storeIco img {
    max-height: 7vw;
    width: 100%
}

#fp-nav ul li,
.fp-slidesNav ul li {
    margin: 3px
}

.arVideo {
    display: none
}

.enVideo {
    position: relative;
    top: 21px
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 999999
}

.play-button-wrapper .play-gif-x {
    cursor: pointer;
    pointer-events: auto
}

.play-button-wrapper .play-gif-x svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50%;
    opacity: .9
}

#section10 {
    background-image: url(https://www.nxworld.net/example/css-scroll-down-button/bg10.jpg) center center/cover no-repeat;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px;
    border-radius: 5px
}

.demo a {
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s
}

.demo a:hover {
    opacity: .5
}

.newRedev #section-Experience .columnContent-title {
    width: 100%;
    max-width: 430px
}

#section10 a {
    padding-top: 40px
}

#section10 a span {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-sizing: border-box
}

#section10 a span::before {
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 50%;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

[lang=ar] .newRedev .enVideo {
    display: none
}

[lang=ar] .newRedev .arVideo {
    display: block;
    position: relative;
    top: 21px
}

[lang=ar] .newRedev #section-Inspired .snapSection-content .row {
    transform: scaleX(-1)
}

[lang=ar] .newRedev #section-Inspired .snapSection-content .row .col-12.col-sm-12.col-md-6.col-lg-4 {
    transform: scaleX(-1)
}

[lang=ar] .newRedev #section-Inspired .columnContent-title {
    color: #fff;
    font-family: "SignPainter", sans-serif;
    font-size: 150px;
    line-height: 190px
}

[lang=ar] .newRedev #section-Inspired .columnContent-label {
    font-size: clamp(2.8125rem, 1.5268rem + 1.9048vw, 3.8125rem)
}

[lang=ar] .newRedev #section-Inspired .columnContent-desc {
    font-size: 18px
}

[lang=ar] .newRedev #section-Navigation .fp-tableCell {
    direction: ltr
}

[lang=ar] .newRedev #section-Navigation .columnContent {
    align-items: center
}

[lang=ar] .newRedev .sideBanner {
    left: auto;
    padding: 2rem 7% 2rem 1rem
}

@media screen and (min-width: 1279px) {
    .breakMallTitle {
        display: block
    }
}

@media screen and (min-width: 769px) {
    .gtm-track-language-toggle.onlyMob {
        display: none
    }

    .mobileVideo {
        display: none
    }
}

@media screen and (max-width: 1440.99px) {
    .newRedev .columnContent-desc {
        font-size: 15px;
        line-height: 22px
    }
}

@media only screen and (max-width: 1400.99px)and (min-width: 991.99px) {
    .newRedev .renStores .renStores-icons .renStores-items {
        width: 13%
    }

    .newRedev .cornerContent {
        padding: clamp(16px, 10vw, 64px) 0 0 clamp(16px, 8vw, 35px) !important
    }

    section#section-Navigation .fullCoverImg {
        max-height: 50vh
    }

    section#section-Navigation .bgGray {
        padding-inline: 15px
    }

    section#section-Navigation .bgGray .columnContent-desc.text-center {
        line-height: 16px
    }

    section#section-Navigation .bgGray .columnContent-desc.text-center strong {
        font-size: 14px
    }

    .newRedev #section-Experience .fullCoverImg {
        width: auto;
        height: 100%;
        min-height: unset
    }
}

@media only screen and (max-width: 1300.99px)and (min-width: 991.99px) {
    video {
        height: 94vh
    }
}

@media screen and (max-width: 768.99px) {
    #section10 {
        display: none
    }

    .newRedev #section-Gallery {
        height: 100% !important
    }

    .newRedev #section-Gallery .mobileVideo img {
        max-height: unset;
        width: 100%
    }

    #section-Gallery .fp-slides {
        position: relative
    }

    #section-Gallery footer.snap-footer {
        bottom: -150px
    }

    #section-Gallery .fp-controlArrow.fp-prev {
        left: 20px;
        top: 50%;
        background-size: 70px;
        width: 60px;
        height: 60px
    }

    #section-Gallery .fp-controlArrow.fp-next {
        right: 20px;
        top: 50%;
        background-size: 70px;
        width: 60px;
        height: 60px
    }

    #section-Gallery .fp-slidesNav.fp-bottom {
        display: block;
        bottom: 35px
    }

    .enVideo,
    .arVideo {
        position: absolute;
        top: 77px
    }

    .newRedev .renStores {
        padding-inline: 0px !important
    }

    .newRedev .renStores .renStores-icons {
        padding-inline: 40px !important
    }

    .fp-tableCell {
        height: 100% !important
    }

    .desktopVideo {
        display: none
    }

    .newRedev #section-Navigation .columnContent-desc {
        font-size: 20px
    }

    .newRedev .renStores .renStores-icons {
        margin-block: 30px
    }

    .newRedev .renStores {
        padding: 30px
    }

    .newRedev #section-Navigation .columnContent {
        padding-top: 0 !important
    }

    .newRedev .renStores .renStores-icons .renStores-items {
        width: 46%
    }

    .newRedev .renStores .renStores-icons .renStores-items .storeIco img {
        max-height: 18vw
    }

    footer.snap-footer p a {
        padding-block: .5rem;
        display: inline-block;
        margin: 0 10px
    }

    #section-Gallery .fp-slidesNav.bottom {
        bottom: 160px !important
    }

    .snap-footer.section-common .mobW {
        max-width: 270px;
        display: inline-block
    }

    #section-Experience .pr-5 {
        padding-right: 0 !important
    }

    .gtm-track-language-toggle.onlyMob {
        position: fixed;
        right: 90px;
        color: #fff;
        top: 30px;
        z-index: 999999
    }

    [lang=ar] .gtm-track-language-toggle.onlyMob {
        right: unset;
        color: #fff;
        left: 90px
    }

    [lang=ar] .newRedev #section-Navigation .columnContent-desc {
        font-size: 20px
    }

    [lang=ar] .newRedev #section-Inspired .columnContent-title {
        font-size: 100px;
        line-height: 110px
    }

    [lang=ar] .newRedev #section-Inspired .columnContent-label {
        font-size: 41px
    }

    .newRedev .mainDesc p {
        font-size: 28px
    }

    .newRedev #section-Experience .columnContent-label {
        font-size: 16px
    }

    .newRedev #section-Experience .columnContent-title {
        font-size: 23px;
        line-height: 30px
    }

    .newRedev #section-Experience .columnContent-desc {
        font-size: 16px;
        line-height: 26px
    }

    .newRedev #section-Inspired .cornerContent-title {
        font-size: 30px
    }

    .newRedev #section-Inspired .cornerContent {
        padding: 15px !important
    }

    .newRedev #section-Inspired .cornerContent-desc {
        padding-inline-end: 0;
        line-height: 1.3em
    }

    .newRedev #section-Inspired .cornerContent-word {
        font-size: 120px
    }

    .newRedev .sideBanner {
        width: 85%;
        bottom: 180px
    }
}

@media screen and (max-width: 375.99px) {
    .newRedev .renStores .renStores-icons .renStores-items {
        width: 45%
    }
}

.newRedev-stores-gallery {
    background-color: #ebebeb;
    display: flex;
    flex-direction: column;
    height: 100vh !important;
    justify-content: space-between
}

.newRedev-stores-gallery #navbarSupportedContent {
    display: none !important
}

.newRedev-stores-gallery .newRedev {
    padding-top: 100px
}

.newRedev-stores-gallery .newRedev .renStores {
    background-color: rgba(0, 0, 0, 0)
}

.newRedev-stores-gallery .newRedev .renStores .renStores-title h3 {
    color: #141414;
    text-align: center
}

.newRedev-stores-gallery .newRedev .renStores .renStores-icons .renStores-items {
    width: 8%
}

.newRedev-stores-gallery footer.snap-footer {
    position: unset
}

@media screen and (max-width: 768.99px) {
    .newRedev-stores-gallery .newRedev .renStores .renStores-icons .renStores-items {
        width: 35%
    }

    .newRedev-stores-gallery .snap-footer.section-common .mobW {
        text-align: center
    }
}

@font-face {
    font-family: "gothammedium";
    src: url("/assets/fonts/gothammedium-webfont.woff2") format("woff2"), url("/assets/fonts/gothammedium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

.mallGuidHeader-container {
    width: 100%;
    padding-inline-start: 10vw
}

.mallGuid {
    overflow: hidden
}

.mallGuid .mallGuid-header {
    background-color: #000;
    padding: 15px
}

.mallGuid .downloadGuid {
    display: flex
}

.mallGuid .downloadGuid .downloadGuid-left {
    width: 50%;
    padding-inline-start: 15px
}

.mallGuid .downloadGuid .downloadGuid-left .textDown {
    padding: 2vw 0
}

.mallGuid .downloadGuid .downloadGuid-left .textDown p {
    font-family: "gothammedium";
    color: #000
}

.mallGuid .downloadGuid .downloadGuid-left .downloadCard {
    display: flex;
    gap: 30px
}

.mallGuid .downloadGuid .downloadGuid-left .downloadCard .downloadCard-Item {
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, .5);
    width: max(12vw, 7rem);
    height: max(12vw, 7rem);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "gothammedium";
    font-size: clamp(1.625rem, 1.1583rem + .7535vw, 2.0625rem)
}

.mallGuid .downloadGuid .downloadGuid-right {
    width: 50%
}

.mallGuid .downloadGuid .downloadGuid-right img {
    width: auto;
    height: 100%
}

@media screen and (max-width: 991.99px) {
    .mallGuidHeader-container {
        padding-inline-start: unset
    }

    .mallGuid .mallGuid-header .mallLogo {
        text-align: center
    }

    .mallGuid .downloadGuid {
        flex-direction: column
    }

    .mallGuid .downloadGuid .downloadGuid-left {
        width: 100%;
        padding-inline-start: unset;
        padding-inline: 30px;
        height: max(40vw, 20rem)
    }

    .mallGuid .downloadGuid .downloadGuid-left .textDown {
        padding: 9vw 0
    }

    .mallGuid .downloadGuid .downloadGuid-left .downloadCard {
        gap: 10px
    }

    .mallGuid .downloadGuid .downloadGuid-right {
        width: 100%
    }

    .mallGuid .downloadGuid .downloadGuid-right img {
        width: 100%;
        height: auto
    }

    .mallGuid .downloadGuid .downloadGuid-left {
        height: min(83vw, 70rem)
    }

    .mallGuid .downloadGuid .downloadGuid-left .downloadCard .downloadCard-Item {
        width: 100%;
        height: auto;
        aspect-ratio: 1
    }
}

@media screen and (max-width: 620.99px) {
    .mallGuid .downloadGuid .downloadGuid-left {
        height: min(83vw, 70rem)
    }

    .mallGuid .downloadGuid .downloadGuid-left .downloadCard .downloadCard-Item {
        width: 100%;
        height: auto;
        aspect-ratio: 1
    }
}

.gfsSlider-main {
    margin: 50px 0
}

.gfsSlider-main .gfsSlider-main-section {
    background-color: #e9f8fb;
    padding: 30px;
    text-align: center
}

.gfsSlider-main .gfsSlider-main-section .gfsSlider-main-section-title {
    margin-bottom: 30px
}

.gfsSlider-main .gfsSlider-main-section .gfsSlider-main-section-title h3 {
    font-size: 24px;
    font-weight: 600
}

.gfsSlider-main .gfsSlider-main-section #gfsSlider-main-section-slider {
    padding-inline: 50px
}

.gfsSlider-main .gfsSlider-main-section #gfsSlider-main-section-slider .slide-item .gfsSlider-main-section-slider-image-desktop img {
    width: 100%
}

.gfsSlider-main .gfsSlider-main-section #gfsSlider-main-section-slider .slick-arrow {
    font-size: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    background-size: 30px;
    width: 30px;
    height: 30px;
    z-index: 3
}

.gfsSlider-main .gfsSlider-main-section #gfsSlider-main-section-slider .slick-arrow.slick-prev {
    background-image: url(../../../assets/images/gfs-icon/gfs-arrow-left.png);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.gfsSlider-main .gfsSlider-main-section #gfsSlider-main-section-slider .slick-arrow.slick-next {
    background-image: url(../../../assets/images/gfs-icon/gfs-arrow-right.png);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.gfsSlider-main .gfsSlider-main-section #gfsSlider-main-section-slider .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
    bottom: -60px
}

.gfsSlider-main .gfsSlider-main-section #gfsSlider-main-section-slider .slick-dots li button {
    font-size: 0;
    border: 1px solid #cecece;
    background-color: #4b858e;
    width: 10px;
    aspect-ratio: 1;
    border-radius: 100%
}

.gfsSlider-main .gfsSlider-main-section #gfsSlider-main-section-slider .slick-dots li.slick-active button {
    background-color: #f4f4f4
}

@media screen and (max-width: 991.99px) {
    .gfsSlider-main .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.btn {
    font-size: .875rem;
    border-radius: 0;
    border: 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 15px 30px;
    line-height: 1;
    font-weight: 700
}

@media screen and (max-width: 1024px) {
    .btn {
        font-size: .75rem
    }
}

.btn::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.btn:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.btn.filled {
    font-family: "Conv_Montserrat-Regular", sans-serif !important;
    font-weight: 700;
    position: relative;
    background: #227dac;
    border: none;
    font-size: 16px;
    padding: 14px 20px;
    display: inline-block;
    text-align: center
}

.btn.filled:hover {
    background: #1e6e97;
    color: #fff
}

.btn.filled.secondary {
    font-size: 16px;
    background: #912f92;
    color: #fff
}

.btn-default {
    background: #f4b223;
    color: #fff
}

.btn-default:hover {
    background: #f5a906;
    color: #fff
}

.btn-primary,
.btn.btn-primary,
.btn-default,
.btn.btn-default {
    background: #f4b223;
    text-transform: uppercase;
    font-family: "Conv_Montserrat-Regular", sans-serif;
    padding: 14px;
    min-width: 165px
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn.btn-default:not(:disabled):not(.disabled).active,
.btn.btn-default:not(:disabled):not(.disabled):active,
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
    background: #f5a906;
    color: #fff
}

@media screen and (max-width: 1024px) {

    .btn-primary,
    .btn.btn-primary,
    .btn-default,
    .btn.btn-default {
        padding: 8px 15px;
        min-width: 135px
    }
}

@media screen and (max-width: 767px) {

    .btn-primary,
    .btn.btn-primary,
    .btn-default,
    .btn.btn-default {
        width: 100%
    }
}

.btn-downloaddine {
    width: 100% !important;
    padding: 5px 0px !important
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .btn-downloaddine {
        font-size: .67rem
    }
}

.btn-downloaddine img {
    width: 30px;
    margin-right: 10px
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .btn-downloaddine img {
        width: 24px;
        margin-right: 2px
    }
}

.explore {
    font-family: "Conv_Montserrat-SemiBold", sans-serif !important;
    padding: 15px 15px 17px !important;
    text-transform: none !important
}

.explore::after {
    content: "";
    background: url("../assets/images/right-arrow-white.png") no-repeat;
    width: 10px;
    height: 15px;
    position: relative;
    right: -5px;
    top: 4px;
    display: inline-block
}

html[lang=ar] .explore::after {
    right: 10px;
    transform: scale(-1)
}

.btnDivider {
    width: 20px;
    height: auto;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .btnDivider {
        width: 10px
    }
}

.red-btn {
    background-color: #ea6852 !important
}

.red-btn:hover {
    background-color: #c84c37 !important
}

.btn-black {
    background-color: #000
}

.btn-black:hover {
    background-color: #333 !important;
    color: #fff
}

.purple-btn {
    background-color: #a67eb1 !important
}

.purple-btn:hover {
    background-color: #8c5d9a !important
}

.orange-btn {
    background-color: #ff7f30 !important
}

.orange-btn:hover {
    background-color: #f1650f !important
}

.heading-holder {
    text-align: center
}

.heading-holder h3 {
    font-size: 20px;
    font-family: "Conv_Montserrat-SemiBold", sans-serif;
    padding: 0 35px;
    margin-bottom: 25px
}

.heading-border {
    text-transform: uppercase
}

.heading-border {
    font-size: 36px;
    color: #202247;
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #707070;
    display: inline-block;
    vertical-align: top;
    font-family: "Gotham-Bold", sans-serif
}

@media screen and (max-width: 767px) {
    .heading-border {
        font-size: 1.125rem;
        padding-bottom: 15px;
        margin-bottom: 15px
    }
}

.sub-heading {
    font-size: 36px;
    font-family: "Conv_Montserrat-Medium", sans-serif;
    padding-bottom: 30px;
    color: #212529
}

@media screen and (max-width: 767px) {
    .sub-heading {
        font-size: 1.25rem;
        padding-bottom: 10px
    }
}

.custom-slider .slick-arrow {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #000;
    font-size: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .8;
    z-index: 5
}

@media screen and (max-width: 992px) {
    .custom-slider .slick-arrow {
        width: 30px;
        height: 30px
    }
}

.custom-slider .slick-arrow:focus,
.custom-slider .slick-arrow:hover {
    opacity: 1;
    outline: 0
}

.custom-slider .slick-arrow.slick-prev {
    background-image: url("../assets/images/left-arrow.png");
    left: 0
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .custom-slider .slick-arrow.slick-prev {
        left: -45px
    }
}

@media screen and (min-width: 0px)and (max-width: 767px) {
    .custom-slider .slick-arrow.slick-prev {
        left: -15px
    }
}

.custom-slider .slick-arrow.slick-next {
    background-image: url("../assets/images/right-arrow.png");
    right: 0
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .custom-slider .slick-arrow.slick-next {
        right: -45px
    }
}

@media screen and (min-width: 0px)and (max-width: 767px) {
    .custom-slider .slick-arrow.slick-next {
        right: -15px
    }
}

.custom-slider .slick-dots {
    list-style: none;
    margin: 0;
    bottom: 0;
    text-align: center
}

.custom-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px
}

.custom-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    font-size: 0;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.custom-slider .slick-dots li button:focus,
.custom-slider .slick-dots li button:active {
    outline: 0
}

.custom-slider .slick-dots li.slick-active button {
    background-color: #4b858e
}

.custom-slider.event-slider .slick-arrow {
    border: none
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.custom-radiobox [type=radio]:checked,
.custom-radiobox [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.custom-radiobox [type=radio]:checked+label,
.custom-radiobox [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block
}

.custom-radiobox [type=radio]:checked+label::before,
.custom-radiobox [type=radio]:not(:checked)+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

.custom-radiobox [type=radio]:checked+label::after,
.custom-radiobox [type=radio]:not(:checked)+label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #7bcab3;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.custom-radiobox [type=radio]:not(:checked)+label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.custom-radiobox [type=radio]:checked+label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.form-control {
    font-size: .875rem;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    height: calc(1.5em + .75rem + 5px)
}

.page-content .umbraco-forms-form .field-validation-error {
    color: red
}

html[lang=en] .page-content .contact-formDiv {
    padding-left: 60px
}

html[lang=ar] .page-content .contact-formDiv {
    padding-right: 60px
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .page-content .contact-formDiv {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media(max-width: 767px) {
    .page-content .contact-formDiv {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 25px
    }
}

.page-content .contact-formDiv .contact-form {
    background: #e9f8fb;
    position: relative;
    width: 100%
}

.page-content .contact-formDiv .contact-form .title {
    padding: 40px 0px 0px
}

.page-content .contact-formDiv .contact-form .title h3 {
    margin-bottom: 20px !important;
    text-indent: 0px;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    font-size: 2rem;
    text-transform: none;
    margin-right: 87px;
    margin-left: 87px
}

@media screen and (max-width: 992px) {
    .page-content .contact-formDiv .contact-form .title h3 {
        margin-right: 0px;
        margin-left: 0px
    }
}

.page-content .contact-formDiv .contact-form .title h6 {
    color: #111921;
    font-size: 16px;
    font-weight: 700
}

.page-content .contact-formDiv .contact-form .form {
    padding: 35px 30px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px
}

@media screen and (max-width: 992px) {
    .page-content .contact-formDiv .contact-form .form {
        padding: 10px 0px 0px 0px
    }
}

.page-content .contact-formDiv .contact-form .form .form-group {
    margin-bottom: 20px
}

.page-content .contact-formDiv .contact-form .form .form-group .form-control {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    height: 50px;
    padding-left: 20px;
    width: 100%;
    font-family: "Conv_Montserrat-Regular", sans-serif;
    font-weight: 400;
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s
}

.page-content .contact-formDiv .contact-form .form .form-group .form-control::placeholder {
    color: #8e959b
}

.page-content .contact-formDiv .contact-form .form .form-group textarea.form-control {
    height: 140px;
    padding: 20px
}

.page-content .contact-formDiv .contact-form .form .recaptcha {
    position: absolute
}

.page-content .contact-formDiv .contact-form .buttons {
    text-align: right
}

html[lang=ar] .page-content .contact-formDiv .contact-form .buttons {
    text-align: left
}

@media screen and (max-width: 992px) {
    html[lang=ar] .page-content .contact-formDiv .contact-form .buttons {
        text-align: center
    }
}

@media screen and (max-width: 992px) {
    .page-content .contact-formDiv .contact-form .buttons {
        text-align: center
    }
}

.page-content .contact-formDiv .contact-form .buttons .btn {
    font-size: .875rem;
    padding: 20px !important;
    margin-top: 25px
}

@media(max-width: 767px) {
    .page-content .contact-formDiv .contact-form .buttons .btn {
        padding: 15px !important;
        margin-top: 0px
    }
}

.page-content .contact-cont-left {
    padding: 0 0 20px 0;
    font-size: 14px
}

.page-content .contact-cont-left .lead {
    color: #111921;
    font-size: 16px;
    font-weight: 700
}

.page-content .contact-cont-left h5 {
    color: #111921;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px
}

.page-content .contact-cont-left p {
    font-size: 14px
}

@media screen and (max-width: 992px) {
    .page-content .contact-cont-left .btn-primary {
        margin-top: 0px
    }
}

.page-content .contact-cont-left .cont-intro {
    margin-bottom: 60px
}

@media screen and (max-width: 992px) {
    .page-content .contact-cont-left .cont-intro {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .page-content .contact-cont-left .cont-intro {
        text-align: center
    }
}

.page-content .contact-cont-left ul.contact-list {
    margin: 10px 0 30px 0;
    padding: 0;
    list-style: none
}

.page-content .contact-cont-left ul.contact-list span.fa {
    width: 35px;
    text-align: center;
    color: #111921;
    margin-right: 10px;
    margin-left: -6px
}

html[lang=ar] .page-content .contact-cont-left ul.contact-list span.fa {
    margin-right: -6px;
    margin-left: 10px
}

.page-content .contact-cont-left ul.contact-list a {
    color: #21b9d6;
    text-decoration: none;
    font-weight: 700
}

html[lang=ar] .page-content .contact-cont-left ul.contact-list a {
    direction: ltr
}

.page-content .contact-cont-right {
    font-size: 14px;
    text-align: center;
    background: #21b9d6;
    padding: 20px 20px;
    overflow: hidden;
    position: relative
}

.page-content .contact-cont-right::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: -100px;
    background: #f4b223;
    transform: skew(-20deg)
}

@media(max-width: 767px) {
    .page-content .contact-cont-right {
        padding: 17px 17px
    }
}

.page-content .contact-cont-right h5 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Conv_Montserrat-SemiBold", sans-serif;
    font-size: 18px;
    color: #111921
}

.page-content .contact-cont-right ul.oh-stores {
    margin: 0;
    padding: 0;
    list-style: none
}

.page-content .contact-cont-right ul.oh-stores li {
    margin-bottom: 0px;
    position: relative
}

.page-content .contact-cont-right ul.oh-stores li .store {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left
}

@media(max-width: 767px) {
    .page-content .contact-cont-right ul.oh-stores li .store {
        position: relative;
        display: block
    }

    html[lang=ar] .page-content .contact-cont-right ul.oh-stores li .store {
        text-align: right
    }
}

html[lang=ar] .page-content .contact-cont-right ul.oh-stores li .store {
    right: 0;
    left: unset
}

.page-content .contact-cont-right ul.oh-stores li .time {
    text-align: right;
    display: block
}

html[lang=ar] .page-content .contact-cont-right ul.oh-stores li .time {
    text-align: left
}

.page-content .contact-cont-right .contact-cont-wrapper {
    padding: 10px 10px 15px 10px;
    background: #fff;
    position: relative
}

.page-content .recaptcha,
.page-content .recaptcha2 {
    z-index: 999
}

@media screen and (max-width: 992px) {

    .page-content .recaptcha,
    .page-content .recaptcha2 {
        position: relative;
        margin: 0 auto;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 480px) {

    .page-content .recaptcha .g-recaptcha,
    .page-content .recaptcha2 .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

.page-content .recaptcha .g-recaptcha div,
.page-content .recaptcha2 .g-recaptcha div {
    margin: 0px auto
}

.page-content .leasing-form {
    background: #fafafa;
    position: relative;
    width: 100%
}

.page-content .leasing-form .form {
    background: 0 0;
    box-shadow: none;
    padding: 35px 30px;
    position: relative;
    z-index: 2;
    margin-bottom: 70px
}

.page-content .leasing-form .form .form-group {
    margin-bottom: 20px
}

.page-content .leasing-form .form .form-group input.form-control {
    border-radius: 0;
    background: #fff;
    border: 1px solid #eaeaea;
    color: #111820
}

.page-content .leasing-form .form .form-group .form-control {
    line-height: 1.2;
    height: 60px;
    padding-left: 20px;
    width: 100%;
    color: #666;
    font-weight: 400;
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s
}

.page-content .leasing-form .form .form-group .form-control::placeholder {
    color: #666
}

.page-content .leasing-form .form .form-group input[type=file] {
    border-radius: 0;
    border: 1px solid #45454a;
    line-height: 47px;
    height: 47px;
    padding-left: 20px;
    width: 100%;
    color: #463738;
    font-weight: 400;
    background-position: 0 -297px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s
}

.page-content .leasing-form .form .form-group input[type=file]::-webkit-file-upload-button {
    -webkit-appearance: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d2d0d0), to(#f0f0f0));
    background-image: -moz-linear-gradient(90deg, #d2d0d0 0%, #f0f0f0 100%);
    float: right;
    margin: 0 0 0 10px;
    color: #fff;
    background: #45454a;
    border: 0;
    width: 140px;
    outline: none;
    cursor: pointer
}

.page-content .leasing-form .form div.radio {
    height: 33px;
    width: auto;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle
}

.page-content .leasing-form .form div.radio input[type=radio] {
    height: 33px;
    width: 33px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    cursor: pointer
}

.page-content .leasing-form .form .buttons {
    text-align: center
}

.page-content .leasing-form .form .buttons .btn {
    padding: 20px 0px !important;
    min-width: 135px
}

.page-content #map-location {
    position: relative;
    padding: 120px 0
}

@media(max-width: 767px) {
    .page-content #map-location {
        padding: 0;
        margin: 0
    }
}

.page-content #map-location #map_canvas {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media(max-width: 767px) {
    .page-content #map-location #map_canvas {
        position: relative !important;
        width: 100%;
        height: 250px
    }
}

.page-content #map-location::before {
    content: " ";
    display: table
}

.page-content #map-location::after {
    content: " ";
    display: table;
    clear: both
}

.page-content .location-details {
    position: relative;
    z-index: 1000;
    text-align: center;
    background: #fff;
    padding: 30px;
    width: 550px;
    float: right;
    margin-right: 10%
}

@media screen and (max-width: 992px) {
    .page-content .location-details {
        width: 400px;
        padding: 20px
    }
}

@media(max-width: 767px) {
    .page-content .location-details {
        width: 100%;
        padding: 50px 15px;
        margin: 0
    }
}

.page-content .location-details h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    color: #111921
}

.page-content .location-details p {
    font-weight: 400
}

div.umbraco-forms-form span.field-validation-error {
    margin-left: 10px;
    color: red;
    font-size: 12px;
    font-weight: bold
}

div.umbraco-forms-form input.form-control:focus,
div.umbraco-forms-form select.form-control:focus,
div.umbraco-forms-form div.selector.focus {
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #45454a !important
}

@media screen and (max-width: 1280.99px) {
    .recaptcha {
        position: relative !important
    }

    .contact-formDiv .contact-form .buttons .btn {
        margin: 0px auto !important;
        display: flex;
        justify-content: center
    }
}

.breadcrumb-holder .breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 auto;
    padding: 30px 0
}

.breadcrumb-holder .breadcrumb li {
    font-size: .8125rem;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    color: #ec6758;
    font-weight: bold
}

.breadcrumb-holder .breadcrumb li+.breadcrumb-item::before {
    content: none
}

.breadcrumb-holder .breadcrumb li a {
    color: #ec6758
}

.breadcrumb-holder .breadcrumb li a:hover {
    text-decoration: underline
}

.breadcrumb-holder .breadcrumb li.breadcrumb-seprator {
    line-height: 20px;
    margin: 0 15px;
    font-size: 16px
}

html[lang=ar] .breadcrumb-holder .breadcrumb li.breadcrumb-seprator {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph
}

.filter-holder .breadcrumb-holder .breadcrumb {
    padding-bottom: 0
}

.custom-tabs .nav-tabs {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-bottom: 0
}

.custom-tabs .nav-tabs .nav-item {
    margin: 0;
    background-color: #fcfbfa
}

@media screen and (max-width: 500px) {
    .custom-tabs .nav-tabs .nav-item {
        width: 100%
    }
}

.custom-tabs .nav-tabs .nav-item .nav-link {
    border: 0;
    min-width: 280px;
    text-align: center;
    padding: 12px;
    border-bottom: 2px solid #ec6758;
    color: #ec6758;
    font-family: "Gotham-Bold", "Conv_Montserrat-Bold", sans-serif;
    border-radius: 0;
    border-left: 1px solid #ec6758;
    border-right: 1px solid #ec6758;
    cursor: pointer
}

@media screen and (max-width: 991px) {
    .custom-tabs .nav-tabs .nav-item .nav-link {
        min-width: auto
    }
}

.custom-tabs .nav-tabs .nav-item .nav-link:hover,
.custom-tabs .nav-tabs .nav-item .nav-link.active {
    background-color: #ec6758;
    color: #fff
}

html[lang=en] .custom-tabs .nav-tabs .nav-item:first-child .nav-link {
    border-left: 0
}

html[lang=ar] .custom-tabs .nav-tabs .nav-item:first-child .nav-link {
    border-right: 0
}

html[lang=en] .custom-tabs .nav-tabs .nav-item:last-child .nav-link {
    border-right: 0
}

html[lang=ar] .custom-tabs .nav-tabs .nav-item:last-child .nav-link {
    border-left: 0
}

.custom-tabs .tab-content {
    padding-top: 50px
}

@media screen and (max-width: 991px) {
    .custom-tabs .tab-content {
        padding-top: 25px
    }
}

.custom-accordion .card {
    border-color: #ec6758;
    border-radius: 0;
    margin-bottom: 15px
}

.custom-accordion .card .card-header {
    border: 0;
    background-color: #ec6758;
    padding: 0;
    border-radius: 0
}

.custom-accordion .card .card-header h2 {
    line-height: 0
}

.custom-accordion .card .card-header .btn {
    color: #fff;
    font-family: "Conv_Montserrat-Medium", sans-serif;
    font-size: 1rem;
    font-weight: 300
}

html[lang=en] .custom-accordion .card .card-header .btn {
    text-align: left;
    padding: 10px 40px 10px 15px
}

html[lang=ar] .custom-accordion .card .card-header .btn {
    text-align: right;
    padding: 10px 15px 10px 40px
}

.custom-accordion .card .card-header .btn .btn-collapse {
    position: absolute;
    height: 17px;
    width: 14.88px;
    top: 50%;
    margin-top: -8.5px
}

html[lang=en] .custom-accordion .card .card-header .btn .btn-collapse {
    right: 1.25rem
}

html[lang=ar] .custom-accordion .card .card-header .btn .btn-collapse {
    left: 1.25rem
}

.custom-accordion .card .card-header .btn .btn-collapse .fas {
    position: absolute;
    font-size: 17px;
    display: none
}

html[lang=en] .custom-accordion .card .card-header .btn .btn-collapse .fas {
    right: 0
}

html[lang=ar] .custom-accordion .card .card-header .btn .btn-collapse .fas {
    left: 0
}

.custom-accordion .card .card-header .btn .btn-collapse .fas.fa-minus {
    display: block
}

.custom-accordion .card .card-header .btn.collapsed {
    background-color: #fff;
    color: #333
}

.custom-accordion .card .card-header .btn.collapsed .btn-collapse .fa-plus {
    display: block
}

.custom-accordion .card .card-header .btn:hover,
.custom-accordion .card .card-header .btn:focus,
.custom-accordion .card .card-header .btn:active {
    text-decoration: none
}

.custom-accordion .card .card-body {
    padding: 10px 15px
}

.ordered-list,
.subordered-list {
    counter-reset: item;
    list-style: decimal
}

html[lang=ar] .ordered-list,
html[lang=ar] .subordered-list {
    list-style: arabic-indic
}

.ordered-list li,
.seprator-list li {
    margin-top: 20px
}

.seprator-list {
    list-style: none
}

html[lang=en] .seprator-list {
    margin-left: 25px
}

html[lang=ar] .seprator-list {
    margin-right: 25px
}

.seprator-list li::before {
    content: "-";
    margin-right: 10px
}

.chkbx-round {
    display: inline-block;
    position: absolute
}

html[lang=en] .chkbx-round {
    left: 0
}

html[lang=ar] .chkbx-round {
    right: 0
}

.chkbx-round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    position: absolute;
    top: 0;
    width: 28px
}

html[lang=en] .chkbx-round label {
    left: 0
}

html[lang=ar] .chkbx-round label {
    right: 0
}

.chkbx-round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px
}

.chkbx-round input[type=checkbox] {
    visibility: hidden
}

.chkbx-round input[type=checkbox]:checked+label {
    background-color: #f4b223;
    border-color: #f5a906
}

.chkbx-round input[type=checkbox]:checked+label:after {
    opacity: 1
}
  .col-sm-12 .control-label .umbraco-forms-label{
    display: none;
    }
/*# sourceMappingURL=main.min.css.map */