@import url("fonts/stylesheet.css");

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,900;1,300&display=swap");

/*-- Common Style --*/

html,
body {
 height: 100%;
}
.arbic-lang .home-who-we-are p{
        padding-right: 0;
        padding-left: 24%;
}
body {
 background-color: #f1f1f1;
 line-height: 1.42857;
 font-size: 14px;
 font-weight: normal;
 font-family: "AlshayaGroup", sans-serif;
 color: #43474e;
 overflow-x: hidden;
}

a,
button {
 cursor: pointer;
}

*:focus {
 outline: none !important;
 box-shadow: none !important;
}

a,
a:hover,
a img,
a:visited,
a:active,
a:focus {
 text-decoration: none;
 outline: 0;
}

ul,
ol {
 /* list-style: none; */
 padding: 0 0 0 1rem;
}

button,
input[type="submit"] {
 cursor: pointer;
}

img {
 height: auto;
 max-width: 100%;
}

section {
 margin: 40px 0px 50px;
}

#content {
 /*padding-top: 126px;*/
 min-height: 100%;
}

a {
 color: #29abe2;
 -webkit-transition: all 0.4s ease;
 -moz-transition: all 0.4s ease;
 transition: all 0.4s ease;
}

a:hover {
 color: #29588c;
}
/* Homepage */
.home-who-we-are {
 padding: 20px 0px;
 margin: 0px;
}

.features .home-who-we-are {
 padding: 0px 0px 35px;
}

.features .home-who-we-are .right-img {
 margin-bottom: 0px !important;
}

.home-who-we-are h1,
.home-who-we-are h2 {
 font-size: 34px;
 margin-bottom: 0px;
}

.home-who-we-are p {
 font-size: 16px;
 position: relative;
 margin-bottom: 10px;
 margin-top: 10px;
 padding-right: 24%;
}

.home-who-we-are:first-child p {
 padding-right: 0px;
}

.home-who-we-are:first-child .container > .row > div:last-child {
 margin-top: 30px;
}

.home-who-we-are .left-content p:after {
 display: none;
}

.home-who-we-are p:after {
 content: "";
 width: 2px;
 height: 90%;
 right: -84px;
 background: #d3d3d3;
 position: absolute;
 top: 0px;
}
.arbic-lang .home-who-we-are p:after
{
left:-84px;right:auto;
}

section.home-who-we-are.px-sm-20 {
 padding: 0px;
}

.home-who-we-are h4 {
 font-size: 22px;
 font-style: normal;
 margin-bottom: 20px;
}

.home-who-we-are h3 {
 font-weight: 400;
 font-style: normal;
 color: #29588c;
 font-size: 42px;
height:40px;
 margin-bottom: 10px;
direction:ltr;
}

.home-who-we-are .blue-btn {
 min-width: 155px;
 border-radius: 40px;
 font-size: 16px;
 padding: 16px 37px 8px;
 background: #2a588d;
 color: white;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
 overflow: hidden;
 position: relative;
 border-color: #2a588d;
}

.home-who-we-are .blue-btn:before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 width: 1px;
 top: 0;
 bottom: 0;
 margin: auto;
 /*background: #29abe2;*/
 -webkit-transition: -webkit-transform 0.2s ease;
 transition: transform 0.2s ease;
 z-index: 0;
 opacity: 0;
}

.home-who-we-are .blue-btn:hover:before {
 -webkit-transform: scaleX(200);
 -ms-transform: scaleX(200);
 transform: scaleX(200);
 opacity: 1;
}

.home-who-we-are .blue-btn span {
 position: relative;
 z-index: 5;
}

.home-who-we-are .blue-btn:hover {
 border-color: #29abe2;
 background-color: #29abe2;
}

.home-who-we-are .right-img > div {
 width: 500px;
 height: 500px;
 border-radius: 50%;
 box-shadow: 0px 1px 30px 0px rgb(0 0 0 / 16%);
 -webkit-box-shadow: 0px 1px 30px 0px rgb(0 0 0 / 16%);
 -webkit-box-shadow: 0 1px 30px 0px rgb(0 0 0 / 16%);
 background: #fcfcff;
 margin: auto;
}

.home-who-we-are .right-img > div img {
 border-radius: 50%;
 height: 100%;
 margin-bottom: 0px !important;
 margin: auto;
 object-fit: cover;
}

h2,
.aboutpage h1 {
 color: #43474e;
 font-size: 34px;
 margin-bottom: 1rem;
}

.aboutpage h1 {
 font-size: 24px;
}

.links {
 color: #29abe2;
}

.blue-btn,
.grey-btn {
 background: #2a588d;
 font-size: 16px;
 border-radius: 0px;
 /* padding: 6px 20px; */
 padding: 14px 20px 6px;
 /* change accroding to font */
 color: #ffffff;
}

.grey-btn {
 background: #dedede;
 color: #43474e;
}

.blue-btn:hover {
 color: #ffffff;
 background: #1f4979;
}

/* header */

#header .header-bar {
 -webkit-transition: padding 0.2s ease;
 -moz-transition: padding 0.2s ease;
 -o-transition: padding 0.2s ease;
 transition: padding 0.2s ease;
}

/* #header .affix {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  -webkit-transition: padding 0.2s linear;
  -moz-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
} */
header .navbar-brand {
 width: 157px;
 height: 75px;
}

a#allvideobanner {
 height: 95px;
}

a#allvideobanner img {
 margin-top: -20px;
 margin-left: -10px;
}

header .navbar-brand img {
 height: 100%;
 width: 100%;
 margin-top: -15px;
}

.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
 display: none;
}

.navbar-light .navbar-toggler-icon {
 background-image: none;
 width: 30px;
 height: 14px;
 display: flex;
 background-image: unset !important;
}

.navbar-toggler .close {
 font-family: Verdana, Geneva, Tahoma, sans-serif;
 /* font-size: 16px; */
 font-size: 20px;
 color: #2a588d;
 opacity: 1;
}

.close:hover {
 color: #29588c;
}

.hamburger {
 position: relative;
}

.hamburger,
.hamburger::before,
.hamburger::after {
 cursor: pointer;
 border-radius: 1px;
 height: 3px;
 width: 30px;
 background: #2a588d;
 display: block;
 content: "";
 transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}

.hamburger::before {
 top: -8.5px;
 width: 30px;
 position: absolute;
}

.hamburger::after {
 bottom: -7.6px;
 width: 30px;
 position: absolute;
}

header {
 background: transparent;
 top: 0;
 right: 0;
 left: 0;
 z-index: 1030;
 position: absolute;
}

header .navbar-expand-lg .navbar-nav {
 flex-wrap: wrap;
}

header .navbar-expand-lg .navbar-nav a {
 font-size: 16px;
 color: #fff;
 padding: 12px 10px 2px;
 margin: 0 5px;
 display: block;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}

/* white bg header*/
header.bg-white .navbar-expand-lg .navbar-nav a {
 color: #43474e;
text-shadow: none;
}

body.en header.bg-white .navbar-expand-lg .navbar-nav li.active:first-child a {
 background: transparent;
 color: #43474e !important;
}

header.bg-white .country-select .dropdown .countryname,header.bg-white .applicant-login a{
 color: #29abe2;
}

header.bg-white .country-select .dropdown .countryname:hover,header.bg-white .applicant-login a:hover {
 color: #29588c;
}

.store-locator,
.social-media {
 display: none;
}

header.bg-white .store-locator,
header.bg-white .social-media {
 display: flex;
 align-items: center;
}

header.bg-white .country-select .dropdown .countryname .flagicon {
/* filter: invert(30%) sepia(8%) saturate(3617%) hue-rotate(36deg) brightness(52%)
  contrast(114%);*/
}

header + main {
 padding: 111px;
}

/* end */

header .navbar-expand-lg .navbar-nav a:hover,
header .navbar-expand-lg .navbar-nav li.active a {
 color: #fff;
 background-color: #29588c;
-webkit-tap-highlight-color: #000000;
tap-highlight-color: #000000;
}
header .navbar-expand-lg .navbar-nav a:focus {
  color: #fff;
 background-color: #29588c;
}
.top-right-bar {
 display: block;
 height: 36px;
}

#header .affix .top-right-bar {
 display: none;
}

.country-select .dropdown .countryname,.applicant-login a {
 display: inline-block;
 padding: 0.5rem 1rem 0.5rem 2rem;
 position: relative;
 color: #fff;
 font-family: "AlshayaGroup";
 font-size: 16px;
}

.country-select .dropdown .countryname:hover,.applicant-login a:hover {
 color: #29588c;
}

.country-select .dropdown .countryname .flagicon {
/* filter: brightness(0) invert(1);*/
}

@media (min-width: 767px) {
.country-select .dropdown .countryname .flagicon {
    height: 21px;
}
}

.country-select .dropdown .countryname .flagicon:hover {
 filter: initial;
}

.country-select .dropdown .dropdown-toggle::after {
 color: rgba(220, 220, 220, 1);
 content: "\f078";
 font-family: "Font Awesome\ 5 Free";
 font-size: 14px;
 height: 5px;
 pointer-events: none;
 position: absolute;
 top: 9px;
 width: 10px;
 font-weight: 900;
 border: 0px;
}

.social-media a {
 color: #808080;
 border: 2px solid #808080;
 padding: 0.25rem;
 font-size: 12px;
 margin-right: 3px;
 display: flex;
 align-items: center;
}

.social-media a:hover {
 color: #29588c;
}

.text-head {
 font-size: 14px;
 color: #29abe2;
 font-weight: bold;
 padding: 1rem 0.5rem 0.75rem 0rem;
}

.country-box-heading {
 font-size: 26px;
 color: #43474e;
 padding: 1rem 0.5rem 0.75rem 0rem;
}

.country-box-heading em {
 color: #2a588d;
 margin-right: 10px;
}

.global-lang,
.country-lang {
 padding: 1rem 0.5rem 0.5rem 0rem;
 /* change style.rtl */
 border-top: 0.5px solid #e4e5e6;
}

.global-lang {
 background-color: #eff8ff;
 border: 0px;
 padding-left: 0.25rem;
}

.global-lang,
.country-lang {
 margin-right: 20px;
}

.global-lang,
.country-lang a {
 color: #29abe2;
 font-size: 14px;
}

.global-lang a {
 font-weight: bold;
}

.global-lang .languageselect a,
.country-lang .languageselect a {
 font-size: 11px;
 color: #2a588d;
}

.mena_country {
 max-height: 240px;
}

#description,
#non-mena-description {
 overflow: hidden;
 position: relative;
}

.midmenu {
 position: absolute;
 padding: 20px 20px 50px;
 float: left;
 top: 10px !important;
 left: auto;
 right: auto;
 max-width: 430px;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
 border: 0px;
 transform: translate3d(128px, 30px, 0px) !important;
 max-height: 92vh;
 overflow-y: auto;
}

.searchbox {
 margin-bottom: 20px;
}

.searchbox .form-control {
 height: calc(1.5em + 1.75rem + 2px);
 font-size: 16px;
 color: #10384f;
 border: 1px solid #e4e5e6;
 border-radius: 0px;
 padding: 0.375rem 0.75rem 0rem;
 /* change accroding to font */
}

.searchbox .form-control:focus {
 border-right: 0px;
}

.searchbox .btn {
 background: #2a588d;
 color: #ffffff;
 border-radius: 0;
 padding: 0.65rem 1.2rem 0rem;
 /* change accroding to font */
}

.searchbox.location-brands-search .btn {
 background: #ffffff;
 border: 1px solid #e4e5e6;
 border-left: 0px;
 color: #43474e;
}

/* Main search box */
#header .togglesearch {
 background: #dedede;
 position: absolute;
 top: -36px;
 right: 0%;
 width: 100%;
 height: 126px;
 display: none;
 margin: 0 auto;
 box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#header .affix .togglesearch {
 top: -0.2em;
}

.togglesearch .form-control {
 height: calc(1.5em + 2.75rem + 2px);
 font-size: 32px;
 color: #10384f;
 font-weight: 500;
 border: 0px;
 border-radius: 0px;
 background: #dedede;
}

.togglesearch input::placeholder {
 font-weight: 500;
 color: #999999;
}

.togglesearch .togglesearchicon .fas {
 font-size: 24px;
 color: #dedede;
 -webkit-text-fill-color: #43474e;
 -webkit-text-stroke-width: 2px;
}

.togglesearch .closeicon .fas {
 font-size: 24px;
 color: #dedede;
 -webkit-text-fill-color: #43474e;
 -webkit-text-stroke-width: 2px;
}

.searchbar {
 display: none;
}

.navbar-nav .searchbar {
 display: flex;
 /* change accroding to font */
}

header .navbar-expand-lg .navbar-nav .searchbar a {
 padding: 10px 5px 2px !important;
 /* change accroding to font */
}

.togglesearch .togglesearchicon {
 font-size: 18px;
}

/* video Main-banner */
.main-banner + main {
 padding-top: 0px;
}

.main-banner {
 position: relative;
}

.main-banner #bg-video {
 min-width: 100%;
 min-height: 100%;
 max-width: 100%;
 max-height: 100%;
 object-fit: cover;
 z-index: -1;
}

.main-banner .social-media {
 position: fixed;
 top: 35%;
 right: 0px;
 z-index: 10000;
}

.main-banner .social-media a {
 width: 42px;
 height: 42px;
 background-color: #29588c;
 text-align: center;
 border-color: #29588c;
 margin-bottom: 5px;
 margin-right: 0px;
 transform: background-color, border-color 0.5s ease;
}

.main-banner .social-media a:hover {
 background-color: rgba(250, 250, 250, 0.7);
 border-color: #43474e;
}

.main-banner .social-media a .fab {
 width: 100%;
 color: #fff;
 font-size: 18px;
}

.main-banner .social-media a:hover .fab {
 color: #43474e;
}

/* home page slider  */
.hero-section {
 margin: 0px;
}

.home-full-item .bg-image {
 max-height: 450px;
 height: 450px;
 object-fit: cover;
 object-position: right center;
}
section.contact-breadcrumb-location{margin-top:111px;}
div.contact-breadcrumb-location{margin-top:111px;}
.locations .breadcrumbsection { display:none;}
.privileges-slider .home-full-item .bg-image {
 object-position: bottom;
}

/* mobile image */
.owl-carousel .owl-item .home-full-item .m-image,
.owl-carousel .owl-item .home-full-item .t-image,
.owl-carousel .owl-item .home-full-item .alter-image {
 display: none;
}

.aboutpage .home-full-item .bg-image {
 max-height: 100%;
 height: auto;
}

.aboutpage .hero-section {
 margin-bottom: 25px;
}

/* .privileges-slider .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.privileges-slider .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
} */

.privileges-slider .owl-theme .owl-nav {
 margin-top: 0px;
}

.home-full-item .carousel-caption {
 width: 100%;
 height: auto;
 left: 0;
 right: 0;
 padding: 0;
 text-align: initial;
 bottom: 80px;
 overflow: hidden;
}

/* .privileges-slider .home-full-item .carousel-caption {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    padding: 0;
    text-align: initial;
    bottom: 0px;
    overflow: hidden;
} */

.home-full-item .carousel-caption h1 {
 color: #ffffff;
 padding-right: 20px;
 font-size: 42px;
 text-transform: uppercase;
 margin-bottom: 10px;
 background: rgba(0, 0, 0, 0.5);
 padding: 25px 10px 5px;
 /* change accroding to font */
 /* line-height: 1; */
}

.privileges-slider .carousel-caption h1,
.privileges-slider .carousel-caption p {
 background: none;
 text-transform: none;
}

.privileges-slider .container.py-4 {
 padding: 0px !important;
}

.home-full-item h1 span {
 font-size: 30px;
 display: block;
 text-transform: inherit;
 font-weight: 300;
}

.home-full-item p {
 font-size: 20px;
 letter-spacing: 0.48px;
 margin-bottom: 1.3rem;
 line-height: 28px;
 /* background: rgba(0, 0, 0, 0.5); */
 padding: 25px 10px 15px 15px;
 border-radius: 4px;
/* background: rgba(0, 0, 0, 0.7);*/
 /* change accroding to font */
}

.home-full-item.light-item p,
.home-full-item.light-item h1 {
 color: #43474e;
 background: rgba(255, 255, 255, 0.8);
}

.home-full-item.dark-item p,
.home-full-item.dark-item h1 {
 color: #ffffff;
 background: rgba(0, 0, 0, 0.6);
}

.home-full-item .blue_btn,
.cta-btn-sec .blue_btn {
 /* background: #2a588d; */
 background: rgba(0, 0, 0, 0.6);
 color: #ffffff;
 font-size: 18px;
 padding: 14px 10px 2px;
 /* change accroding to font */
 border-radius: 0px;
}

.home-full-item .blue_btn:hover,
.cta-btn-sec .blue_btn:hover,
.aura-slider .home-full-item .blue_btn:hover {
 background-color: rgba(255, 255, 255, 0.8);
 color: #43474e;
}

/* features section */
.features-types {
 text-align: center;
 margin-bottom: 15px;
 margin-top: 0px;
}

.features-types .row {
 justify-content: center;
}

.features-types .image-wrapper:hover a.features-link {
 opacity: 1;
 transform: translateY(0px);
}

.features-types .features-link {
 color: #43474e;
}

.features-types .image-wrapper a.features-link {
 display: block;
 line-height: 45px;
 z-index: 10000;
 bottom: 0px;
 left: 0px;
 color: #fff;
 opacity: 0;
 transform: translateY(200px);
 transition-property: opacity, transform;
 transition-timing-function: ease;
 transition-duration: 1s;
 font-size: 14px;
 z-index: 1;
 margin-top: 20px;
}

.features-types .image-wrapper a.features-link:hover {
 color: #43474e;
 
}

.featureModal {
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 left: 0;
 z-index: 5;
 height: 100%;
 width: 100%;
cursor:pointer;
}

.features-types .features-link:hover {
 color: #2a588d;
}

.features-title {
 font-size: 24px;
 margin: 1.3rem 0 0.5rem;
 /* change accroding to font */
}

.features-types p {
 font-size: 14px;
 padding: 0 0px;
 margin-bottom: 10px;
}

.aboutpage .features-types p {
 padding: 0px;
}

.featurespic .img-fluid,
.who-we-are .img-fluid {
 /* width: 100%; */
 border: 1px solid #43474e;
}

#owl-logo-slider.owl-carousel .item {
 height: 210px;
 background: #ffffff;
 border: 1px solid #e4e5e6;
 padding: 1rem;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 210px;
 border-radius: 50%;
 margin: auto;
}

.brandslogo #owl-logo-slider.owl-carousel .item {
 overflow: hidden;
 transition-property: background, border-color;
 transition-timing-function: ease;
 transition-duration: 2s;
 padding: 0px;
}

.brandslogo #owl-logo-slider.owl-carousel .item:hover {
 background: #fff;
}

.brandslogo #owl-logo-slider.owl-carousel .item:hover img {
 transform: scale(1.1);
}

.brandslogo #owl-logo-slider.owl-carousel .item:hover {
 border-color: #999 !important;
}

#owl-logo-slider.owl-carousel .item img {
 max-width: 100%;
 margin: 0 auto;
 max-height: 148px;
 width: 200px;
 height: auto;
 transition-property: transform;
 transition-timing-function: ease;
 transition-duration: 2s;
}

#owl-logo-slider.owl-carousel .owl-nav .fa {
 font-size: 40px;
 font-size: 50px;
 color: #43474e;
 -webkit-text-fill-color: #43474e;
 -webkit-text-stroke-width: 4px;
 -webkit-text-stroke-color: white;
}

#owl-logo-slider.owl-carousel .owl-nav .owl-prev,
#owl-logo-slider.owl-carousel .owl-nav .owl-next {
 top: 38%;
 display: flex;
 align-items: center;
 justify-content: space-around;
 height: 40px;
}

#owl-logo-slider.owl-carousel .owl-nav .owl-prev {
 left: -32px;
}

#owl-logo-slider.owl-carousel .owl-nav .owl-next {
 right: -32px;
}

/* .overaly {
    background-color: #d3d3d3 !important;
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
} */

/* hover effect in brand logo */
.overlay {
 position: absolute;
 top: 0;
 bottom: 0;
 left: auto;
 right: auto;
 height: 100%;
 width: 100%;
 max-width: 94%;
 opacity: 0;
 transition: 0.5s ease;
 background-color: #d3d3d3;
 border-radius: 0px;
 cursor: pointer;
}

#owl-logo-slider.owl-carousel .item .overlay {
 background-color: #d3d3d3;
}

#owl-logo-slider.owl-carousel .item:hover .overlay {
 opacity: 0.9;
}

.text {
 color: white;
 font-size: 18px;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 text-align: center;
}

.text a {
 color: #43474d;
 font-size: 24px;
}

/* news social sections  */

.news-social .post-item-header {
 display: inline-block;
 margin-bottom: 25px;
}

.news-social .owl-stage-outer,
.brandslogo .owl-stage-outer {
 padding: 0 5px;
}

.news-social .owl-stage-outer:before {
 content: "";
 display: block;
 position: absolute;
 z-index: 0;
 top: 32px;
 left: 0;
 right: 0;
 border-top: 1px solid #dcdcdc;
}

.news-social .item,
.brandslogo .item {
 margin: 0 10px;
}

.social-feed {
 max-width: 100%;
 max-height: 500px;
 overflow-y: auto;
}

.brandslogo .item {
 margin: 0 15px;
}

.brandslogo .item:first-child {
 margin-left: 0px;
}

.news-social .card {
 min-height: 475px;
}

/* .news-social .col-md-4 h2{
    font-size: 21px;
} */

@media all and (-ms-high-contrast: none) {
 .news-social .card {
  display: block;
 }
}

.news-social .card-body {
 padding: 1.25rem 0.8rem 2.1rem;
}

.dateItem {
 color: #29588c;
 /* padding: 12px 15px; */
 padding: 12px 15px 0px;
 /* change accroding to font */
 border: 1px solid #dcdcdc;
 border-radius: 4px;
 display: flex;
 position: relative;
 background: #ffffff;
 line-height: 1;
}

.detials-news .dateItem {
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 5px 15px;
 min-width: 65px;
}

.detials-news .dateItem .m,
.detials-news .dateItem .y {
 text-align: center;
}

.detials-news .dateItem .d {
 font-size: 30px;
}

.dateItem .d {
 font-size: 42px;
 text-align: center;
 padding-top: 10px;
 /* change accroding to font */
}

.dateItem .m,
.dateItem .y {
 color: #43474e;
 font-size: 14px;
 display: block;
 line-height: 20px;
 font-weight: 500;
}

.dateItem::after {
 content: "";
 position: absolute;
 bottom: -8px;
 left: 20px;
 width: 14px;
 height: 14px;
 border: 1px solid #dcdcdc;
 border-right: 0;
 border-bottom: 0;
 transform: rotate(225deg);
 background: #ffffff;
}

.detials-news .dateItem::after {
 transform: rotate(138deg);
 right: -6px;
 left: unset;
 bottom: 50%;
 height: 10px;
 width: 10px;
}

.bottom-border {
 height: 8px;
 margin-top: -4px;
 border-left: 1px solid #dcdcdc;
 border-right: 1px solid #dcdcdc;
 border-bottom: 1px solid #dcdcdc;
 -webkit-border-bottom-right-radius: 4px;
 -webkit-border-bottom-left-radius: 4px;
 -moz-border-radius-bottomright: 4px;
 -moz-border-radius-bottomleft: 4px;
 border-bottom-right-radius: 4px;
 border-bottom-left-radius: 4px;
}

.post-item-header .bottom-border {
 margin-top: -5px;
}

.news-social .card-body h3 a {
 color: #43474e;
 font-size: 20px;
 line-height: 28px;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}

.news-social p {
 color: #43474e;
 font-size: 14px;
 margin-bottom: 0px;
 display: -webkit-box;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}

.news-social .card-body a {
 color: #29abe2;
 font-size: 14px;
 display: block;
}

.news-social a:hover {
 color: #28486b;
}

.socialmedia-menu .nav-tabs .nav-link {
 border: 0px;
 background: #dedede;
 color: #43474e;
 border-radius: 0px;
 margin-right: 1px;
 font-size: 18px;
 /* padding: 0.5rem 1.2rem; */
 padding: 0.75rem 1.2rem 0;
 /* change accroding to font */
}

.socialmedia-menu .nav-tabs .nav-link.active,
.socialmedia-menu .nav-link:focus,
.socialmedia-menu .nav-link:hover {
 color: #495057;
 background: #29588c;
 border: 0px;
 color: #ffffff;
}

.socialmedia-menu .nav-tabs {
 border-bottom: 2px solid #29588c;
}

.socialmedia-menu .nav-tabs .nav-item {
 margin-bottom: 0px;
}

.detials-news h3 a {
 color: #43474e;
}

.detials-news h3 a:hover {
 color: #29588c;
}

.aboutpage .detials-news h3 {
 font-size: 16px;
 margin-bottom: 0.75rem;
}

.detials-news .card-body {
 padding: 1rem 1rem 0.5rem;
}

/* who we are */

.who-we-are ul {
 display: flex;
 flex-direction: column;
 padding-left: 0;
 margin-bottom: 0;
}

.who-we-are ul li {
 padding: 1.2rem 6rem 0rem 0.75rem;
 /* change accroding to font */
 line-height: 22px;
 position: relative;
 display: block;
 border: 1px solid #dddddd;
}

.who-we-are p {
 padding: 0.8rem 10rem 0rem 0.75rem;
}

.who-we-are ul li:first-child {
 padding-top: 0.6rem;
}

.who-we-are ul li:last-child {
 border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.who-we-are ul li {
 border-width: 0 0 1px;
}

.who-we-are ul li + .who-we-are ul li {
 border-top-width: 0px !important;
}
/* features */
section.features {
 margin-bottom: 0px;
 margin-top: 20px;
}

.features .image-wrapper img {
 max-height: 367px;
 object-fit: cover;
 width: 100%;
 border-radius: 0px 0px 30px 0px;
 transition: transform 3s ease;
}

.features .image-wrapper {
 position: relative;
 overflow: hidden;
 border-radius: 0px 0px 30px 0px;
}

.features .image-wrapper:hover img {
 transform: scale(1.5);
}

.arbic-lang .features .image-wrapper img {
 border-radius: 0px 0px 0px 30px;
}
.arbic-lang .features .image-wrapper {
 border-radius: 0px 0px 0px 30px;
}
.arbic-lang .features .image-wrapper .caption-text
{
 border-radius: 0px 0px 0px 30px;
text-align:right;
}

.features .image-wrapper .caption-text {
 position: absolute;
 bottom: 0;
 left: 0px;
 right: 0px;
 padding: 20px 10px;
 /*background-color: rgba(0, 0, 0, 0.7);*/
  background: url("../images/blue-overlay.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
 border-radius: 0px 0px 30px 0px;
 height: 70px;
 transition-property: height;
 transition-duration: 1s;
 flex-direction: column;
 display: flex;
 text-align: left;
}

.features .image-wrapper .caption-text p {
 transform: translateY(50px);
 margin-top: 10px;
 transition-property: transform, opacity;
 opacity: 0;
 transition-duration: 1s;
 transition-timing-function: ease;
 margin-bottom: 0;
 color: #fff;
 font-size: 16px;
}

.features .image-wrapper .caption-text p a {
 color: #fff;
}

.features .image-wrapper:hover .caption-text {
 height: 100%;
 justify-content: center;
}

.features .image-wrapper:hover p {
 transform: translateY(0);
 opacity: 1;
}
.arbic-lang .features .image-wrapper .caption-text span{
text-align: right;
}
.features .image-wrapper .caption-text span {
 color: #fff;
 font-size: 20px;
text-align: left;
margin-top:8px;
}

.features .image-wrapper:hover span {
 margin-top: 0px;
}
/* Social responsibilty */
.social-responsibilty {
 background-image: url(../images/corporate-bg.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
 padding: 90px 0px;
 margin: 0px;
}

.social-responsibilty p {
 font-size: 16px;
 width: 70%;
}

.social-responsibilty .btn-white,
.btn-white {
 border: 2px solid white;
 width: 200px;
 height: 50px;
 line-height: 49px;
 color: white;
 border-radius: 25px;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
 overflow: hidden;
 position: relative;
}

.social-responsibilty .btn-white:before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 width: 1px;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
 -webkit-transition: -webkit-transform 0.2s ease;
 transition: transform 0.2s ease;
 z-index: 0;
 opacity: 0;
}

.social-responsibilty .btn-white:hover:before {
 -webkit-transform: scaleX(200);
 -ms-transform: scaleX(200);
 transform: scaleX(200);
 opacity: 1;
}

.social-responsibilty .btn-white span {
 position: relative;
 z-index: 5;
}

.social-responsibilty .btn-white:hover,
.btn-white:hover {
 color: #43474e;
}

/* latest news slider */
.latest-news {
 padding: 28px 0px 25px;
 margin: 0px;
}

.latest-news h2 + .row {
 margin-bottom: 0px !important;
 margin-top: 0px !important;
}

#owl-latestnews-slider.owl-carousel .item {
 position: relative;
 z-index: 100;
 border-radius: 42px 42px 42px 42px;
 overflow: hidden;
}
#owl-latestnews-slider.owl-carousel .item:hover img {
 transform: scale(1.1);
transition: transform 3s ease;
}
/* owl-dots */
#owl-latestnews-slider.owl-carousel .owl-dots button.owl-dot {
 background: #fff;
 color: inherit;
 border: 1px solid #43474e;
 width: 15px;
 height: 15px;
 border-radius: 50%;
 margin-right: 5px;
 display: none;
}

#owl-latestnews-slider.owl-carousel .item .carousel-caption {
 position: relative;
 bottom: 0px;
 left: 0;
 z-index: 10;
 padding: 18px 20px;
 color: #fff;
 height: auto;
 right: 0;
 display: flex;
 
 text-align: left;
 /*background: url("../images/slider-overlay.png");*/
 background: rgba(41, 88, 140, 1);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 height: 160px;
}

#owl-latestnews-slider.owl-carousel .item .carousel-caption p {
 font-size: 16px;
 margin-bottom: 0px;
}

#owl-latestnews-slider.owl-carousel .item .carousel-caption p span {
 font-weight: 500;
 display: block;
font-size:14px;
}

/*#owl-latestnews-slider.owl-carousel .owl-dots {
 display: flex;
 align-items: center;
 justify-content: center;
 height: 20px;
 margin-top: 30px;
}*/
#owl-latestnews-slider.owl-carousel .owl-dots button.owl-dot.active {
 background: #29588c;
 border-color: #29588c;
}
/* owl-nav */
#owl-latestnews-slider.owl-carousel .owl-nav .owl-prev,
#owl-latestnews-slider.owl-carousel .owl-nav .owl-next {
 margin-top: -26px;
 position: absolute;
 top: 43%;
 color: #cdcbcd;
}

#owl-latestnews-slider.owl-carousel .owl-nav i {
 font-size: 60px;
 color: #43474e;
 -webkit-text-fill-color: #43474e;
 -webkit-text-stroke-width: 6px;
 -webkit-text-stroke-color: white;
}

#owl-latestnews-slider.owl-carousel .owl-nav .owl-prev {
 left: -32px;
}

#owl-latestnews-slider.owl-carousel .owl-nav .owl-next {
 right: -32px;
}
/* notification popup */
.notification-popup {
 background: #fff7e5;
 padding: 20px 0px;
 margin: 0px;
}

.notification-popup p {
 font-size: 14px;
 color: #43474e;
 margin-bottom: 10px;
 /* change accroding to font */
}

.notification-popup a.btn {
 background: #ffffff;
 color: #2a588d;
 border: 1px solid #2a588d;
 border-radius: 0px;
 padding: 0.5rem 0.75rem 0rem;
 /* change accroding to font */
}

.notification-popup a {
 font-size: 13px;
 color: #29abe2;
 text-transform: uppercase;
 font-weight: bold;
}

.notification-popup a.close {
 float: none;
 opacity: 1;
}

/* footer */

#footer {
 background: #29588c;
 padding: 20px 20px;
}

#footer .navbar-nav {
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
}

#footer .navbar-nav li {
 /* border-right: 1px solid #fff; */
 line-height: 18px;
 /* change accroding to font */
 position: relative;
 padding-top: 5px;
}

#footer .navbar-nav li::after {
 position: absolute;
 top: 3px;
 left: 0;
 width: 1px;
 height: 14px;
 content: "";
 background: #fff;
}

#footer .navbar-nav li:first-child:after {
 display: none;
}

#footer .navbar-nav li:last-child {
 border: 0px;
}

#footer .navbar-nav a,
#footer p a,
#footer p {
 color: #ffffff;
 font-size: 12px;
 padding: 0 7px;
}

#footer a:hover {
 color: #dedede;
}

/* breadcrumb */
.breadcrumbsection {
 border-top: 1px solid #d1d1d1;
 border-bottom: 1px solid #d1d1d1;
 margin: 0px 0px 60px;
 background: #f9f9f9;
}

.breadcrumbsection .breadcrumb {
 margin-bottom: 0px;
 /* padding: 0.9rem 1rem 0.9rem 0rem; */
 padding: 0.9rem 0rem 0.5rem 0rem;
 /* change accroding to font */
 justify-content: flex-end;
}

.breadcrumb-item a {
 color: #43474e;
}

.breadcrumb-item a:hover {
 color: #2a588d;
}

.breadcrumb-item.active {
 color: #29abe2;
}

.breadcrumbsection .breadcrumb.bg-white {
 background: transparent !important;
}

/* about page */
.aboutpage {
 margin: 30px 0px 40px;
}

.aboutpage .list-group {
 border-radius: 0px;
}

.aboutpage .dropdown {
 display: none;
}
.aboutpage  .socialmedia-menu.new .nav-tabs .nav-link
{
   margin:0 1px 5px 0;
border-radius:0px;
padding:0.95rem 0.6rem 0.25rem;
}
/* sidebar */

.scrollheight {
 max-height: 300px;
}

.list-group-item {
 /* padding: 0.5rem 1rem; */
 padding: 0.75rem 1rem 0.25rem;
 /* change accroding to font */
 border-color: #dddddd;
}

.list-group {
 list-style-type: none;
}

.list-group .dropdown-menu,
.dropdown .dropdown-menu > div.dropdown-menu {
 position: relative !important;
 top: 100% !important;
 transform: none !important;
}

.aboutpage .dropdown-menu .list-group-item {
 margin-bottom: 0px;
 color: #747a85;
}

.list-group-item + .list-group-item {
 border-top-width: 0px !important;
}

.aboutpage .dropdown-menu a:last-child.list-group-item,
.dropdown .dropdown-menu .list-group-item.dropdown-toggle,
.aboutpage .list-group.list-brands .list-group-item {
 margin-bottom: -1px;
}

.list-group .dropdown-menu .list-group-item,
.dropdown .dropdown-menu .dropdown-menu .list-group-item,
.list-group .list-menu .list-group-item {
 padding-left: 25px;
}

.list-group .dropdown-toggle::after,
.dropdown-menu a.dropdown-toggle::after,
.list-group a.dropdown-toggle[aria-expanded="false"]::after {
 border-top: 0.5em solid;
 border-right: 0.4em solid transparent;
 border-bottom: 0;
 border-left: 0.4em solid transparent;
 position: absolute;
 right: 10px;
 top: 15px;
 margin: 0;
 color: #999999;
 transform: rotate(0deg);
 transition: all 0.25s ease-in;
}

.list-group li.show a.dropdown-toggle::after,
.list-group a.dropdown-toggle[aria-expanded="true"]::after {
 transform: rotate(180deg);
 transition: all 0.25s ease-out;
 color: #29588c;
}

.aboutpage .list-group-item,
.list-group.list-brands .list-menu .list-group-item {
 color: #808080;
 margin-bottom: 0px;
}

.dropdown .dropdown-menu a.dropdown-toggle::after {
 display: none !important;
}

.dropdown .dropdown-menu a.dropdown-toggle {
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.caret,
.caret-up {
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0.5em 0.4em 0 0.4em;
 border-color: #999999 transparent transparent transparent;
 display: inline-block;
 margin-left: 6px;
 top: -3px;
 position: relative;
 transform: rotate(0deg);
 transition: all 0.25s ease-in;
}

.caret-up {
 transform: rotate(180deg);
 transition: all 0.25s ease-out;
 border-color: #29588c transparent transparent transparent;
}

.aboutpage .list-group .list-group-item.dropdown-toggle,
.aboutpage .list-group .dropdown-menu .list-group-item {
 border-top-width: 0px !important;
 margin-bottom: 0px;
}

.aboutpage .list-group.list-brands .mCSB_container .list-group-item {
 margin-bottom: 0px;
}

.aboutpage .list-group.list-brands li:first-child .list-group-item

/* .aboutpage .list-group.list-brands .dropdown-menu a:first-child.list-group-item */ {
 border-top-width: 1px !important;
}

/* .aboutpage .list-group.custom-scrollbar-js li:first-child .list-group-item, */
.list-group.list-brands .list-menu a:first-child.list-group-item {
 border-top-width: 0px !important;
}

/* .aboutpage .list-group.list-brands .mCSB_container li:last-child .list-group-item.dropdown-toggle, */
.dropdown-menu li:first-child .list-group-item {
 border-bottom-width: 0px !important;
}

/* .aboutpage .list-group.list-brands .mCSB_container .list-group-item{
    border-left-width: 0px !important;
    border-right-width: 0px !important;
} */

.aboutpage .list-group .dropdown-menu .list-group-item,
.aboutpage .list-group.list-brands li .list-group-item.active {
 border-top-width: 0px;
}

.aboutpage .list-group-item.active {
 color: #29abe2;
 background: none;
 border-color: #dddddd;
 margin-top: -1px;
 border-top-width: 1px;
}

#responsibility .csr-news > .container > div > .row:last-child .title-wrapper,
#responsibility .csr-news {
 margin-bottom: 20px !important;
}
.aboutpage .list-group-item.active,
.aboutpage .list-group-item:hover,
.list-group.list-brands .list-menu .list-group-item.active,
.list-group.list-brands .list-menu .list-group-item:hover,
.list-group-item-action:focus,
.list-group.list-brands .list-menu .list-group-item:focus

/* 28 may */ {
 color: #29abe2;
 background-color: transparent;
 border-color: #dddddd;
}

.aboutpage p,
.contactuspage p {
 margin-bottom: 10px;
}

.side-text-box .card {
 border-radius: 0px;
 padding: 20px 15px 15px 15px;
 margin-bottom: 0.75rem;
}

.side-text-box .card-img-top {
 border-radius: 0px;
 margin-bottom: 0.75rem;
}

.side-text-box.location-flag .card-img-top {
 width: auto;
 margin: 0 auto;

}

.side-text-box .card .card-body {
 padding: 0.75rem 0 0;
}

.side-text-box .socialmedia-menu .nav-tabs .nav-link {
 font-size: 15px;
 /* padding: 0.5rem 0.6rem; */
 padding: 0.95rem 0.6rem 0.25rem;
 /* change accroding to font */
}

.aboutpage h1,
.contactuspage h1 {
 font-size: 24px;
 margin-bottom: 1rem;
}

.aboutpage h2,
.terms-condtions h2 {
 /* font-size: 28px; */
 font-size: 24px;
}

.aboutpage h3,
.contactuspage h3,
.contactuspage h2 {
 font-size: 24px;
 margin-bottom: 1rem;
}

.dropdown-select {
 background: #ffffff;
 border: 1px solid #dddddd;
 display: flex;
 width: 100%;
 margin-bottom: 5px;
 padding: 0.5rem 1rem;
 color: #2a588d;
height:48px;
line-height:30px;
 text-align: left;
 justify-content: space-between;
 align-items: center;
}

.mobiletab .dropdown-select {
 align-items: inherit; 
width:85%;margin:auto;
}

.dropdown-select span {
 color: #43474e;
}

.aboutpage .dropdown-menu {
 width: 100%;
 padding: 0px;
 margin: 0;
 float: none;
 border-radius: 0px;
 font-size: 14px;
 border: 0px;
}

/* privileges page */

.privileges-slider .privileges-logo {
 height: 70px;
 width: 152.5px !important;
 margin-bottom: 40px;
}

.privileges-slider .home-full-item h1,
.privileges-slider .home-full-item h1 strong {
 font-size: 55px;
 text-transform: unset;
 line-height: 1;
 /* add - change accroding to font */
 padding-bottom: 0px;
 /* add - change accroding to font */
}

.privileges-slider h1 strong {
 color: #977b48;
 text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
 display: inline;
}

.privileges-slider p {
 text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
 font-weight: 300;
}

.member-benefits-sec {
 background: #f6f3ed;
 padding: 30px 0px 40px;
 margin-top: 0;
 margin-bottom: 30px;
}

.member-benefits-sec h2,
.get-started-sec h2 {
 font-size: 24px;
 color: #764a13;
 margin-bottom: 30px;
 text-align: center;
 letter-spacing: 1px;
}

.member-benefits-sec h3 {
 font-size: 18px;
 color: #764a13;
}

.member-benefits-sec .media {
 align-items: center;
}

.member-benefits-sec .media p {
 margin-bottom: 0px;
}

.member-benefits-sec .icon {
 background: #fff;
 width: 75px;
 height: 75px;
 border: 1px solid #d8d5d0;
 box-shadow: 0 0 0 5px #ece9e4;
 overflow: hidden;
 border-radius: 50%;
 margin-right: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
}

.member-benefits-sec .icon:hover img {
 -webkit-animation: TextSprite 0.5s forwards;
 -moz-animation: TextSprite 0.5s forwards;
 -ms-animation: TextSprite 0.5s forwards;
 -o-animation: TextSprite 0.5s forwards;
 animation: TextSprite 0.5s forwards;
}

@-webkit-keyframes TextSprite {
 49% {
  -webkit-transform: translateY(-100%);
 }

 50% {
  -webkit-transform: translateY(100%);
  opacity: 0;
 }

 51% {
  opacity: 1;
 }
}

.get-started-sec h3 {
 font-size: 32px;
 text-transform: uppercase;
 color: #222;
 letter-spacing: 5px;
}

.get-started-sec .col-lg-6 p {
 font-size: 18px;
 color: #222;
}

.get-started p {
 font-size: 22px;
}

.transition {
 color: #ab925e;
 text-decoration: underline;
}

.transition:hover {
 color: #222;
}

.contactuspage .fab {
 color: #808080;
}

.contactuspage {
 margin-top: 30px;
}

/* accordion */
#accordion {
 margin: 30px 0px;
}

.accordion .mb-0 > a {
 display: block;
 position: relative;
}

.accordion h3 a {
 color: #29588c;
 font-size: 14px;
 font-weight: bold;
}

.accordion h3 a.collapsed {
 font-weight: normal;
}

.accordion .card {
 padding: 0px;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
 border-bottom: 0;
 border-radius: 0;
}

.accordion > .card:first-of-type {
 border-bottom: 0;
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}

.accordion .card:last-child {
 border-bottom: 0;
}

.accordion > .card {
 overflow: hidden;
 background: #f9f9f9;
 border-left: 0px;
 border-right: 0px;
}

.accordion .card-header {
 background: #f9f9f9;
 border-radius: 0px;
 border-bottom: 0px;
 padding: 1.1rem 1.25rem 0.5rem;
 /* add - change accroding to font */
}

.accordion .card .card-body {
 padding: 0.5rem 1.25rem 0.5rem 3rem;
}

.accordion .card .card-body .media-section.infolisting {
 margin-top: 0px;
}

.hidden-xs {
 display: block;
}

.visible-xs {
 display: none;
}

.privileges-club-faq #accordion .card .card-body {
 padding: 0.35rem 1.25rem 0 3.2rem;
}

.privileges-club-faq #accordion h3 a {
 color: #764a13;
 font-size: 21px;
 font-weight: bold;
}

.privileges-club-faq #accordion h3 a.collapsed {
 font-weight: normal;
}

.privileges-club-faq #accordion p {
 margin-bottom: 1rem;
}

.brand-accordion.accordion > .card {
 overflow: hidden;
 background: #ffffff;
 border: 1px solid #dcdcdc;
 border-radius: 0px;
 margin-bottom: 15px;
}

.accordion.brand-accordion .card-header {
 background: #ffffff;
 border-radius: 0px;
 padding: 1.2rem 1.25rem 0.45rem;
 /* add style change accroding to font */
}

.accordion.brand-accordion > .card:not(:first-of-type):not(:last-of-type) {
 border-bottom: 1px solid #dcdcdc;
}

.accordion.brand-accordion .card .card-body {
 padding: 0.5rem 1.25rem 0 1.25rem;
}

.accordion.brand-accordion h3 a {
 font-size: 21px;
 font-weight: normal;
 color: #43474e;
}

/* feedback form */
.feedback-form .blue-btn,
.blue-btn.linkbutton {
 font-size: 14px;
}

.feedback-form .form-control,
.input-group-text {
 border-radius: 0px;
 border-color: #e4e5e6;
 font-size: 16px;
 color: #444444;
 padding: 0.375rem 0.75rem 0rem;
 /* add - change accroding to font */
}

/* add - change accroding to font */
.feedback-form input[type="file"] {
 font-family: "Lato", sans-serif;
 font-size: 13.5px;
 font-weight: 500;
}

.feedback-form input[type="number"].form-control {
 padding-right: 5px;
}

.input-group-text {
 background: #ffffff;
}

.feedback-form select.form-control {
 appearance: none !important;
 -webkit-appearance: none;
 cursor: pointer;
 padding-right: 25px;
 padding-left: 0.5rem;
}

.form-select {
 position: relative;
 display: block;
}

.form-select::after {
 color: #444444;
 content: "\f078";
 font-family: "Font Awesome\ 5 Free";
 font-size: 10px;
 height: 5px;
 pointer-events: none;
 position: absolute;
 right: 10px;
 top: 10px;
 width: 10px;
 font-weight: 900;
}

/* brands filter */

.filters ul,
.customcusom_block_home {
 padding: 0;
 margin: 0;
 display: flex;
 flex-wrap: wrap;
 flex-direction: row;
}

.filters ul li {
 list-style: none;
 /* padding: 5px 10px; */
 padding: 10px 10px 0px;
 /* change accroding to font */
 cursor: pointer;
 position: relative;
 font-size: 16px;
 margin: 0 7px 10px 0px;
}

.filters ul li.active,
.filters ul li:hover {
 background: #29588c;
 color: #fff;
}

.customcusom_block_home {
 margin: 0 0 25px 0px;
 padding: 0 0 15px 0px;
 border-bottom: 1px solid #eeeeee;
}

.customcusom_block_home a {
 background: #dedede;
 border: 1px solid transparent;
 /* padding: 8px 25px; */
 padding: 12px 25px 4px;
 /* change accroding to font */
 font-size: 14px;
 margin: 0 10px 12px 0px;
 color: #43474e;
 font-weight: bold;
}

.customcusom_block_home a.active {
 color: #2a588d;
 border: 1px solid #2a588d;
}

.customcusom_block_home a:hover,
.food-delivery-brand .customcusom_block_home a:hover {
 color: #fff;
 background: #29588c;
 border: 1px solid #2a588d;
}

/* .customcusom_block_home.camp_btn a:hover{
    border: 1px solid transparent;
} */

.filters-content {
 margin-top: 30px;
 overflow: hidden;
}

.filters-content .show {
 opacity: 1;
 visibility: visible;
 transition: all 350ms;
}

.filters-content .hide {
 opacity: 0;
 visibility: hidden;
 transition: all 350ms;
}

.filters-content .item,
.brand-image {
 text-align: center;
 margin-bottom: 30px;
 border: 1px solid #e4e5e6;
 overflow: hidden;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}

.filters-content .item {
 height: 140px;
}

.brand-image {
 margin-bottom: 20px;
 height: 122px;
}

.brand-image img {
 height: 116px;
}

.filters-content .item::before {
 position: absolute;
 content: "";
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #d3d3d3;
 opacity: 0;
 transition: all 0.2s ease-in-out;
 z-index: 1;
}

.filters-content .item:hover::before {
 opacity: 0.15;
}

.filters-content .item img {
 transition: all 0.3s ease-in-out;
}

.filters-content .item:hover img {
 transform: scale(1.08);
}

/* brands locator store */

.brands-store .table thead {
 background: #0e4b91;
 color: #ffffff;
}

.brands-store .table th a {
 color: #ffffff;
}

.brands-store .table-striped tbody tr:nth-of-type(2n + 1) {
 background-color: #eaeaea;
}

.brands-store .table-striped tbody tr:nth-of-type(2n + 2) {
 background-color: #d6d6d6;
}

.brands-store .table-bordered td,
.table-bordered th {
 border: 1px solid #ffffff;
}

.brands-store .table td {
 padding: 0.3rem 0.75rem;
 font-size: 12px;
}

.brands-store .table th {
 padding: 0.5rem 0.75rem;
}

.brands-title-display select {
 appearance: none !important;
 -webkit-appearance: none;
 cursor: pointer;
}

.brands-title-display .form-select::after {
 font-size: 8px;
 right: 0px;
 top: 0px;
 color: #dcdcdc;
 display: flex;
 align-items: center;
 height: 100%;
 border-left: 1px solid #e4e5e6;
 justify-content: center;
 width: 25px;
}

.brands-title-display .form-control {
 height: calc(1.3em + 0.35rem + 2px);
 font-size: 14px;
 padding: 0.075rem 0.5rem;
 width: 80px;
 border-radius: 0px;
 border-color: #e4e5e6;
}

.brands-title-display {
 align-items: flex-start;
}

.brands-title-display .form-inline {
 justify-content: flex-end;
}

.table-pagination .pagination {
 justify-content: center;
 padding-top: 20px;
}

.table-pagination .pagination .page-item {
 margin-right: 5px;
}

.table-pagination .page-item.active .page-link {
 z-index: 3;
 color: #fff;
 background-color: #0e4b91;
 border-color: #0e4b91;
}

.table-pagination .page-item .page-link {
 border-radius: 3px;
 /* padding: .15rem .5rem; */
 padding: 0.55rem 0.5rem 0;
 /* change accroding to font */
 background: #dcdcdc;
 border: 1px solid #dcdcdc;
 color: #48474e;
 line-height: 1;
 /* change accroding to font */
}

.table-pagination .page-link:hover {
 z-index: 2;
 color: #fff;
 text-decoration: none;
 background-color: #43474e;
 border-color: #43474e;
}

/* .custom-scrollbar-js,
.custom-scrollbar-css {
  height: 338px;
} */
.max-height-example #content-2 {
 max-height: 336px;
 height: auto;
}

#content-2 {
 display: block;
 overflow: auto;
 position: relative;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border-top: 1px solid #dddddd;
 border-bottom: 1px solid #dddddd;
}

#content-2 .mCSB_container.mCS_no_scrollbar {
 margin-right: 0px !important;
 margin-bottom: -1px;
 margin-left: 0px;
}

.mCSB_container {
 width: auto;
 margin-right: 10px !important;
 overflow: hidden;
}

#mCSB_1 {
 position: relative;
 height: 100%;
 overflow: hidden;
 max-width: 100%;
}

.mCSB_scrollTools {
 display: block;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
 position: relative;
 height: 20px;
 overflow: hidden;
 margin: 0 auto;
 cursor: pointer;
 display: block;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
 background-image: url(images/mCSB_buttons.png);
 margin-left: -4px;
 background-repeat: no-repeat;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
 margin: 20px 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
 top: 100%;
 margin-top: -40px;
 background-position: 0 -20px;
}

.mCSB_scrollTools {
 display: block;
 width: 14px;
 height: 100%;
 top: 0;
 right: 0;
 background: #dedede !important;
 z-index: 1002;
}

.mCSB_scrollTools .mCSB_draggerContainer {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 height: auto;
}

.mCSB_dragger {
 height: 102px;
}

.mCSB_scrollTools .mCSB_dragger {
 cursor: pointer;
 width: 100%;
}

.mCSB_scrollTools .mCSB_draggerRail {
 width: 2px;
 height: 100%;
 margin: 0 auto 0 9px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 line-height: 102px;
 background: #29588c !important;
 width: 5px;
 height: 100%;
 margin: 0 auto 0 4.5px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 text-align: center;
}

.latest-news-sec {
 font-size: 16px;
 margin-bottom: 20px;
}

.latest-news-sec .img-fluid {
 width: 100%;
}

.latest-news-sec .news-title {
 margin-top: 15px;
 /* change accroding to font */
 color: #29588c;
}

.latest-news-sec p a {
 color: #43474e;
}

.latest-news-sec p a:hover {
 color: #29588c;
}

.aboutpage .serach-dropdown {
 margin-bottom: 20px;
}

.aboutpage .serach-dropdown .btn.btn-collapse {
 border: 1px solid #d1d1d1;
 border-radius: 0px;
 position: relative;
 display: flex;
 justify-content: space-between;
 color: #43474e;
 align-items: center;
 /* padding: .5rem .75rem; */
 padding: 0.75rem 0.75rem 0.25rem;
 /* change accroding to font */
}

.aboutpage .serach-dropdown .btn .fas {
 padding-bottom: 10px;
}

.aboutpage .serach-dropdown [aria-expanded="false"] .fas:before {
 content: "\f0d7";
 color: #999999;
}

.aboutpage .serach-dropdown [aria-expanded="true"] .fas:before {
 content: "\f0d8";
 color: #999999;
}

.aboutpage .serach-dropdown .card {
 margin-top: -1px;
 border-radius: 0px;
}

.aboutpage .serach-dropdown .feedback-form .form-group {
 margin-bottom: 0.6rem;
}

.aboutpage .serach-dropdown .card-body {
 padding: 0.85rem 1rem 1.25rem;
}

.aboutpage .serach-dropdown .feedback-form label,
.aboutpage .advance-serach-page .feedback-form label {
 color: #444444;
 margin-bottom: 4px;
 padding-top: 4px;
 /* add - change accroding to font */
}

.aboutpage .serach-dropdown .feedback-form .form-control {
 font-weight: normal;
}

.search-filter {
 display: flex;
 flex-wrap: wrap;
}

.press {
 color: #444444;
 background: #e4e5e6;
 border-radius: 3px;
 /* padding: 0px 7px; */
 padding: 10px 7px 0px;
 /* change accroding to font */
 margin: 0px 5px 5px 0px;
 line-height: 1;
 /* change accroding to font */
}

.custom-control-label::before,
.custom-control-label::after {
 width: 0.75rem;
 height: 0.75rem;
}

.custom-control-label::after {
 left: -1.47rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
 color: #fff;
 border-color: #e4e5e6;
 background-color: #ffffff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='%23444'/%3e%3c/svg%3e");
}

.custom-control-input:focus ~ .custom-control-label::before {
 box-shadow: none;
}

.fa-chevron-right {
 font-size: 10px;
}

.order-2 {
 -ms-flex-order: 1;
 order: 1;
}

.order-1 {
 -ms-flex-order: 2;
 order: 2;
}

a.a2a_i,
a.a2a_more span {
 font-family: Arial, Helvetica, sans-serif !important;
}

.light-font {
 font-weight: 300;
}

/* customer-zone */

.campaign-banner {
 position: relative;
 margin-bottom: 10px;
 margin-top: 20px;
}

.cta-btn-sec {
 position: absolute;
 bottom: 40px;
 width: 100%;
 height: auto;
 left: 0;
 right: 0;
 padding: 0 15px;
}

.cust-zone-img {
 margin-bottom: 20px;
 /* border: 1px solid #707070; */
}

.cus-zone-desc {
 background: #67b9d6;
 color: #ffffff;
 /* padding: 10px 20px; */
 padding: 15px 20px 8px;
 /* change accroding to font */
 margin: 20px 0px;
}

.how-order {
 padding: 0 8px 18px;
}

.how-order .col-md-3 {
 padding: 0px 0;
}

.how-order .img-fluid {
 padding: 7px;
}

h2.order-title {
 font-size: 42px;
 font-weight: bold;
 color: #2a588d;
 line-height: 1;
 /* margin-bottom: 30px; */
 margin: 10px 0px;
 /* change accroding to font */
}

.ordr-num {
 color: #5b7088;
 font-size: 30px;
 /* display: inline-flex;
    align-items: center; */
}

.ordr-num img {
 margin-bottom: 10px;
 /* change accroding to font */
}

.food-delivery-brand .brand-image {
 background: #eeeeee;
 height: 126px;
 border: 0px;
}

.food-delivery-brand .col-lg-4,
.campaign-brand-sec .col-lg-4 {
 display: flex;
}

.food-delivery-brand .brand-image img {
 height: 90px;
}

.food-delivery-brand .card,
.campaign-brand-sec .card {
 border-radius: 0px;
 border-color: #eeeeee;
 width: 100%;
 margin-bottom: 20px;
}

.food-delivery-brand .customcusom_block_home,
.campaign-brand-sec .customcusom_block_home {
 border-bottom: 0px;
 padding: 0px 15px 5px;
 margin: 0px;
}

.food-delivery-brand .customcusom_block_home a {
 background: transparent;
 border: 1px solid #2a588d;
 color: #2a588d;
 /* padding: 5px 10px; */
 padding: 8px 10px 0px;
 /* change accroding to font */
}

.datepicker td,
.datepicker th {
 width: 2rem;
 height: 2rem;
 font-size: 0.85rem;
}

.date {
 position: relative;
}

.date button {
 position: absolute;
 right: 10px;
 top: 8px;
 height: auto;
 width: auto;
 display: flex;
 background: transparent;
 border: 0;
 padding: 0;
 margin: 0;
}

/* brands page map link - iframe */

.iframe-map {
 width: 100%;
 overflow: hidden;
}

.iframe-map .iframe-container {
 width: 100%;
 height: 100%;
 position: relative;
}

.iframe-map iframe {
 margin-top: -140px;
 height: 100vh;
 margin-bottom: 0px;
 min-height: auto;
}

@media (max-width: 1024px) {
 .iframe-map iframe {
  margin-top: -160px;
 }
}

/* advance search page  */
.advance-serach-page .media {
 border: 1px solid #dcdcdc;
 padding: 0.75rem 1rem 0.25rem;
 color: #43474e;
 font-size: 14px;
 margin-bottom: 15px;
}

.advance-serach-page .media h3 {
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 0px;
 padding-top: 5px;
 /* change accroding to font */
}

.advance-serach-page .media h3 a {
 color: #43474e;
}

.advance-serach-page .media hr {
 margin: 6px 0 12px;
}

.search-section-name {
 display: flex;
 margin-bottom: 5px;
}

.search-section-name span {
 font-size: 85%;
}

.advance-serach-page .links {
 display: block;
}

.section-name {
 color: #444444;
 background: #e4e5e6;
 /* padding:0 0.5rem; */
 padding: 10px 0.5rem 0;
 /* change accroding to font */
 border-radius: 3px;
 line-height: 0.8em;
}

.advance-serach-page .feedback-form {
 padding: 10px;
 border: 1px solid #dddddd;
 margin-bottom: 20px;
}

.advance-serach-page .feedback-form .blue-btn {
 padding: 10px 20px 2px;
}

.advance-serach-page .feedback-form .text-muted {
 font-size: 14px;
 color: #43474e !important;
}

.advance-serach-page .feedback-form .text-muted .badge {
 background-color: #43474d;
 color: #ffffff;
 font-size: 12px;
 padding: 0.65em 0.5em 0em;
 line-height: 0.8;
 font-weight: normal;
 border-radius: 10px;
}

.advance-serach-page .searchbox .form-control:focus {
 border-right: 1px solid #d1d1d1;
 z-index: 0;
}

.advance-serach-page .input-group > .form-control:not(:last-child) {
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;
}

.advance-serach-page .input-group-append {
 position: absolute;
 right: 10px;
 height: 100%;
 width: auto;
 display: flex;
 align-items: center;
}

.advance-serach-page .search-sec-img {
 height: 100px;
 width: 120px;
 object-fit: contain;
 /* change accroding to font */
 border: 1px solid #707070;
}

.advance-serach-page .result-sortby {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 0px;
}

.advance-serach-page .result-sortby h2 {
 color: rgba(67, 71, 78, 0.69);
 font-size: 18px;
 margin-bottom: 0px;
}

.aboutpage .advance-serach-page .result-sortby label {
 padding-top: 12px;
 /* change accroding to font */
 line-height: 1;
 /* change accroding to font */
}

.advance-serach-page .result-sortby .form-control {
 background: transparent;
 border: 0px;
 padding-left: 5px;
 padding: 6px 0.5rem 0px;
 /* change accroding to font */
}

.advance-serach-page .result-sortby .form-group {
 margin-bottom: 0px;
}

.error {
 color: #dc143c;
 font-weight: 400;
 display: block;
 padding: 6px 0 0;
 font-size: 13px;
 margin-bottom: 0px !important;
 font-style: normal !important;
 width: 100%;
}

.form-control.error {
 border-color: #dc143c;
 padding: 0.375rem 0.75rem;
}

/* Campaign secton */
.campaign-section .brand-image {
 background-size: 100% !important;
 height: 123px;
 border: 0px;
}

.campaign-section .brand-image img {
 height: 78px;
}

.campaign-section .customcusom_block_home a.active {
 color: #ffffff;
 border: 1px solid #db580d;
 background: #db580d;
}

.campaign-brand-sec .camp-card-desc {
 text-align: center;
 border-bottom: 0px solid #dcdcdc;
 padding: 0px;
 margin-bottom: 10px;
}

.campaign-brand-sec .brand-image {
 margin-bottom: 15px;
}

.campaign-brand-sec .camp-card-desc p {
 margin-bottom: 5px;
 padding-bottom: 5px;
}

.campaign-brand-sec .customcusom_block_home {
 align-items: center;
}

.campaign-brand-sec .customcusom_block_home a {
 background: transparent;
 border: 0px;
 border-bottom: 3px solid #db580d;
 color: #db580d;
 /* padding:5px 20px; */
 padding: 10px 10px 0px;
 /* change accroding to font */
}

/* .campaign-brand-sec .customcusom_block_home a:hover{
    color: #fff !important;
    background: #db580d;
    border: 0px solid #db580d;
    border-bottom: 3px solid #db580d;
} */

.campaign-section .modal-header,
#feedbackModal .modal-header {
 /* padding:0.5rem 1rem; */
 padding: 1rem 1rem 0.25rem;
 /* change accroding to font */
}

.campaign-section .modal-body {
 padding: 1.25rem 1rem;
}

.campaign-section .campaign-image-d {
 width: 100%;
}

.campaign-section .campaign-image-m,
.campaign-section .campaign-image-t {
 display: none;
}

.campaign-section .cus-zone-desc {
 background-size: cover !important;
 font-size: 24px;
 color: #043d51;
 font-weight: bold;
 padding: 0px;
 /* change accroding to font */
}

.cta-btn-sec .blue_btn {
 padding: 10px 10px 0px;
 /* change accroding to font */
}

.carousel.mb-3 {
 margin-bottom: 1.5rem !important;
 /* change accroding to font */
}

.aboutpage .brands-store h1 {
 padding-top: 5px;
 /* change accroding to font */
}

.brands-store .dataTables_wrapper .dataTables_paginate .paginate_button {
 padding: 0.5rem 0.5rem 0rem;
 /* change accroding to font */
}

/* popu up */

#poupmodal .close {
 float: none;
 position: absolute;
 top: 10px;
 right: 10px;
}

.dataTables_wrapper .dataTables_length select {
 padding: 4px 4px 0px;
 /* change accroding to font */
}

.dataTables_wrapper .dataTables_filter input {
 padding: 6px 5px 0px;
 /* change accroding to font */
}

.aboutpage .features-types .container {
 padding: 0px;
}

.news-social h2,
.brandslogo h2,
.who-we-are h2 {
 margin-bottom: 5px;
 /* change accroding to font */
}

.customer-zone-sect {
 margin: 20px 0px;
}

.sitemap-page {
 margin: 30px 0px 40px;
 /* 20 july */
}

.sitemap h1 {
 color: #234b82;
 display: block;
 font-size: 20px;
 overflow: hidden;
 padding-bottom: 6px;
 line-height: 1.5;
}

.sitemap .level_1,
.sitemap .level_2 {
 list-style-type: none;
 margin-left: 35px;
 padding: 0px;
}

.sitemap .level_1 li {
 margin-bottom: 10px;
}

.sitemap .level_1 a {
 font-weight: bold;
 color: #000;
}

.sitemap .level_2 a {
 color: #000;
 font-weight: normal;
}

.sitemap ul .level_2 {
 display: flex;
 flex-wrap: wrap;
}

.sitemap ul .level_2 li {
 flex: 0 0 30%;
 margin-bottom: 0px;
}

/* partnership */
.partnership-section table {
 text-align: center;
}

.partnership-section .table-bordered th {
 border: 1px solid #cecfd5;
 font-size: 16px;
 padding: 15px 20px 5px;
}

.partnership-section table thead {
 background: #0094bb;
 color: #ffffff;
}

.partnership-section table th,
.partnership-section table td {
 vertical-align: middle;
 padding: 10px 20px;
 font-size: 18px;
}

.bank-bg {
 background: #ddd;
}

.partnership-section table .term-cond {
 background: #f5f5f5;
 padding: 15px 20px 0px;
 font-size: 14px;
 text-align: left;
}

.partnership-section .grey-bg {
 background: #f5f5f5;
}

.term-cond ul {
 color: #231f20;
 margin-bottom: 5px;
 padding-left: 1.75rem;
}

.aboutpage .term-cond ul li {
 padding-bottom: 0px;
}

.partnership-section hr {
 border-color: #aaa;
 margin-top: 20px;
 margin-bottom: 20px;
}

.partnership-section hr:last-child {
 display: none;
}

.partnerbrandslogo #owl-logo-slider.owl-carousel .item {
 height: 100px;
 border-radius: 4px;
}

.partnerbrandslogo #owl-logo-slider.owl-carousel .item img {
 max-height: 88px;
 width: 110px;
 height: auto;
}

.partnerbrandslogo .item:first-child {
 margin-left: 0px;
}

.partnerbrandslogo .item {
 margin: 0 15px;
 margin-left: 15px;
}

.partnerbrandslogo .owl-theme .owl-nav .owl-next {
 right: -35px;
}

.partnerbrandslogo .owl-theme .owl-nav .owl-prev {
 left: -35px;
}

.partnerbrandslogo .owl-theme .owl-nav .owl-prev,
.partnerbrandslogo .owl-theme .owl-nav .owl-next {
 top: 35%;
 color: #cccccc !important;
}

.partnerbrandslogo .owl-theme .owl-nav {
 margin-top: 0px;
}

.aboutpage ul li,
.aboutpage ol li {
 padding-bottom: 10px;
}

.aboutpage ul li:last-child,
.aboutpage ol li:last-child {
 padding-bottom: 0px;
}

.aboutpage ul li ul,
.aboutpage ol li ul {
 padding-top: 10px;
 padding-left: 0px;
}

.aboutpage ul.list-group li,
.aboutpage ul.dropdown-menu li {
 padding-bottom: 0px;
}

.aboutpage .filters ul li {
 padding-bottom: 0px;
}

.advance-serach-page span.highlight {
 font-weight: normal;
 padding: 6px 4px 0px;
 border-radius: 3px;
 line-height: 0;
 background-color: #ffffcc;
}

#scroll {
 position: fixed;
 bottom: 2em;
 right: 0px;
 display: none;
 background-color: #f7f7f7;
 background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjFweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMjEgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIxIDEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjQiIHk9IjYiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjkiIHk9IjEiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjEwIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI4IiB5PSIyIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI3IiB5PSIzIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI2IiB5PSI0IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI1IiB5PSI1IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI1IiB5PSI3IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxMCIgeT0iMiIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTEiIHk9IjEiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjkiIHk9IjMiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjgiIHk9IjQiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjciIHk9IjUiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjYiIHk9IjYiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjE1IiB5PSI3IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxMCIgeT0iMiIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iOSIgeT0iMSIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTEiIHk9IjMiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjEyIiB5PSI0IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxMyIgeT0iNSIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTQiIHk9IjYiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjE2IiB5PSI2IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxMSIgeT0iMSIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTAiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjEyIiB5PSIyIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxMyIgeT0iMyIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTQiIHk9IjQiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjE1IiB5PSI1IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIyIiB5PSI4IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIzIiB5PSI3IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIzIiB5PSI5IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI0IiB5PSI4IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxNiIgeT0iOCIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTciIHk9IjciIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjE3IiB5PSI5IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxOCIgeT0iOCIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMSIgeT0iOSIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMiIgeT0iMTAiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjE4IiB5PSIxMCIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTkiIHk9IjkiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHk9IjEwIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxIiB5PSIxMSIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTkiIHk9IjExIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIyMCIgeT0iMTAiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjwvc3ZnPg0K);
 background-position: center center;
 background-repeat: no-repeat;
 border: 1px solid #43474e;
 height: 42px;
 width: 42px;
 z-index: 1000;
}

.get-started-sec {
 overflow-x: hidden;
}

.brands-store table th:first-child {
 cursor: text !important;
}

.brands-store .dataTables_length select {
 padding-top: 6px !important;
}

@-moz-document url-prefix() {
 .brands-store .dataTables_length select {
  padding-top: 3px !important;
 }
}

.aboutpage .location-dropdown .dropdown-menu li:first-child .list-group-item {
 border-bottom-width: 1px !important;
}

.dropdown.location-dropdown .dropdown-menu .list-group-item.dropdown-toggle {
 margin-bottom: -1px;
}

@media (max-width: 992px) {
 .mobview {
  width: 50%;
 }

 .mobview img {
  width: 100%;
 }
.country-wrap
{
   width:148px!important;
}

.title0{display:none;}
}
@media (max-width: 360px)
{
.country-wrap {
    width: 119px!important;
}
}
/* Socialmedia-menu new */

.socialmedia-menu.new .nav-tabs {
 border-bottom: 0px;
}

.socialmedia-menu.new .nav-tabs .nav-link {
 border-radius: 30px;
 margin-right: 15px;
 padding: 15px 35px 5px;
 margin-top: 4px;
}

.socialmedia-menu.new + .tab-content {
 margin-top: 0 !important;
}

.csr {
 margin-top: 0px;
 margin-bottom: 0px;
}

.csr h2, .csr h1 {
 font-size: 34px!important;
 color: #ffffff!important;
 margin-bottom: 10px!important;
text-shadow:2px 2px 4px rgb(0 0 0 / 50%);
background:none!important;
text-transform: unset!important;
}

.csr .carousel-caption {
 top: 0px;
 bottom: 0px;
 font-size: 16px;
}

.csr p {
 background-color: transparent;
 margin-bottom: 0px;
 padding: 0px 15px;
}

.csr .btn-white,
.btn-white {
 border: 2px solid white;
 width: 118px;
 height: 40px;
 line-height: 20px;
 text-align: center;
 color: white;
 border-radius: 25px;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
 overflow: hidden;
 position: relative;
 margin-top: 20px;
 background-color: transparent;
 font-size: 14px;
}

.csr .btn-white:before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 width: 1px;
 top: 0;
 bottom: 0;
 margin: auto;
 /* background: #fff;*/
 -webkit-transition: -webkit-transform 0.2s ease;
 transition: transform 0.2s ease;
 z-index: 0;
 opacity: 0;
}

.csr .btn-white:hover:before {
 -webkit-transform: scaleX(200);
 -ms-transform: scaleX(200);
 transform: scaleX(200);
 opacity: 1;
}

.csr .btn-white span {
 position: relative;
 z-index: 5;
}

.csr .btn-white:hover,
.btn-white:hover {
 color: #43474e;
 background: rgba(255, 255, 255, 0.8);
}

.csr .owl-item img {
 min-height: 0px !important;
 object-fit: cover;
 object-position: center !important;
}

.csr .carousel-caption {
 background-color: rgba(0, 0, 0, 0.3);
}

.about-us .nav-tabs .nav-link,
.about-us .nav-tabs .nav-link.active {
 border: 1px solid #dee2e6;
 border-bottom: 0px;
 border-radius: 0px;
 border-right: 0px;
}

.about-us .nav-tabs .nav-link {
 color: #29588c;
 font-size: 22px;
 padding:22px 10px 12px;
}

.about-us .nav-tabs .nav-link.active,
.about-us .nav-tabs .nav-link:hover,
.about-us .nav-tabs .nav-link:focus {
 background-color: #29588c;
 color: #fff;
 border-color: #29588c;
}

.about-us .nav-tabs {
 margin-bottom: 40px;
 padding-right: 0px;
}

.about-us h1 {
 font-size: 34px;
}

.about-us h2,
.about-us h3 {
 font-size: 24px;
 display: inline;
top: 6px;
    position: relative
 /*border-bottom: 2px solid #d3d3d3;*/
}

.about-us p {
 font-size: 16px;
 margin-bottom:2px!important;
 width:100%;
}

.about-us .title-wrapper .title-wrapper {
 margin-bottom: 25px !important;
}
.title0
{
margin-top:-10px;
}

.about-us .overlay-bg {
 background-color: #29588c;
}

.about-us .overlay-bg + .container {
 display: none;
}

.about-us .overlay-bg img {
 opacity: 1;
 width: 100%;
}

.about-us .overlay-bg .img-wrap {
 overflow: hidden;
}

.about-us .overlay-bg .img-wrap img {
 transition: transform 3s ease;
}

.about-us .overlay-bg .img-wrap:hover img {
 transform: scale(1.5);
}

.about-us .overlay-bg .img-wrap .carousel-caption {
 position: absolute;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 10;
 padding-top: 30px;
 padding-bottom: 0px;
 color: #fff;
 text-align: center;
 top: 0;
text-shadow:2px 2px 4px rgb(0 0 0 / 50%);
 display: flex;
 align-items: center;
 justify-content: center;
}

.about-us .overlay-bg .img-wrap .carousel-caption span {
 font-size: 34px;
 margin-bottom: 0px;
}

.about-us #leadership .our-team {
 margin-bottom: 20px;
}
.responsibility  #csr-news
{
   margin-top:-40px;
}
.about-us #leadership .our-team .img-wrapper {
 position: relative;
 overflow: hidden;
 cursor: pointer;
}

.about-us #leadership .our-team .img-wrapper img {
 width: 100%;
}

.about-us #leadership .our-team .img-wrapper .carousel-caption {
 position: absolute;
 bottom: 0;
 left: 0px;
 right: 0px;
 /*padding: 20px;*/
 background-color: rgba(0, 0, 0, 0.7);
 display: flex;
 flex-direction: column;
 height: 80px;
 transition-property: height;
 transition-duration: 1s;
 z-index: 3;
 text-align: inherit;
 transition-timing-function: ease;
}
.about-us #leadership .our-team .img-wrapper .carousel-caption .sticky
{
	/*position: -webkit-sticky;
    position: sticky;
    top: 0px;    
    z-index: 1000;*/
}
.about-us #leadership .our-team .img-wrapper .carousel-caption .sticky h4,.about-us #leadership .our-team .img-wrapper .carousel-caption .sticky span,.about-us #leadership .our-team .img-wrapper .carousel-caption p
{
	padding:0px 20px 0 20px;
}
#leadership .our-team > div.mb-5,
#leadership .our-team > div {
 margin-bottom: 30px !important;
}

.about-us #leadership .our-team .img-wrapper .carousel-caption h4 {
 margin-bottom: 10px;
 font-size: 20px;
}

.about-us #leadership .our-team .img-wrapper .carousel-caption span {
 font-size: 14px;
}

.about-us #leadership .our-team .img-wrapper .carousel-caption p {
 transform: translateY(50px);
 margin-top: 10px;
 font-size: 15px;
 opacity: 0;
 transition-property: opacity, transform;
 transition-duration: 1s;
 transition-timing-function: ease;
 margin-bottom: 0;
}

@media (min-width: 992px) {
.about-us #leadership .our-team .img-wrapper:hover .carousel-caption {
 height: 100%;
 max-height:550px;
 overflow-y:auto;
 padding-top:0px;
}

.about-us #leadership .our-team .img-wrapper:hover p {
 transform: translateY(0);
 opacity: 1;
padding-right:20px;
}

.applicant-login {
	padding-top: 3px;
}

.about-us #leadership .our-team .img-wrapper:hover .carousel-caption .sticky{
	/*background:rgba(0, 0, 0, 0.6);*/
	padding:20px 0 10px 0;
	}
}
@media (max-width: 991px) {
	.about-us #leadership .our-team .img-wrapper.active .carousel-caption {
 height: 100%;
 max-height:550px;
 overflow-y:auto;
 padding-top:0px;
}

.about-us #leadership .our-team .img-wrapper.active p {
 transform: translateY(0);
 opacity: 1;
padding-right:20px;
}
.about-us #leadership .our-team .img-wrapper.active .carousel-caption .sticky{
	/*background:rgba(0, 0, 0, 0.6);*/
	padding:20px 0 10px 0;
	}
}
/*.about-us #leadership .our-team .img-wrapper:hover .carousel-caption {
 height: 100%;
 max-height:550px;
 overflow-y:auto;
 padding-top:0px;
}*/
/* width */
.about-us #leadership .our-team .img-wrapper .carousel-caption::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.about-us #leadership .our-team .img-wrapper .carousel-caption::-webkit-scrollbar-track {
 
  border-radius: 0px;
}
 
/* Handle */
.about-us #leadership .our-team .img-wrapper .carousel-caption::-webkit-scrollbar-thumb {
  background:  rgba(0, 0, 0, 0.1); 

}

/* Handle on hover */
.about-us #leadership .our-team .img-wrapper .carousel-caption::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

/*.about-us #leadership .our-team .img-wrapper:hover p {
 transform: translateY(0);
 opacity: 1;
padding-right:20px;
}
.about-us #leadership .our-team .img-wrapper:hover .carousel-caption .sticky{
	 
	padding:20px 0 10px 0;
	}*/
/* Socialmedia-menu new
.socialmedia-menu.new .nav-tabs {
    border-bottom: 0px;
}
.socialmedia-menu.new .nav-tabs .nav-link{
  border-radius: 30px;
  margin-right: 15px;
} */
/*video css*/
#alshaya_video video {
 object-fit: cover;
 height: 600px;
 width: 100%;
}

/*Infra banner height*/

.infrabanner {
 position: relative;
top:7px;
}

.infrabanner .owl-carousel .owl-stage-outer {
 height: 300px;
}

@media (max-width: 767px) {
 .infrabanner .carousel-caption,
 .infrabanner .owl-carousel .owl-stage-outer,
 .infrabanner .owl-carousel .owl-stage {
  height: 300px;
 }

 .infrabanner .owl-item img {
  min-height: 400px !important;
 }

 .about-us h2,
 .about-us h3 {
  font-size: 20px;
  line-height: 40px;
 }

 .about-us h4 {
  font-size: 1.2rem;
 }
}

.infrabanner .owl-item img {
 min-height: 0px !important;
 object-fit: cover;
 object-position: center !important;
}

.infrabanner .carousel-caption {
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 10;
 top: 0;
 padding-top: 20px;
 padding-bottom: 20px;
 display: flex;
 color: #fff;
 text-align: left;
 justify-content: space-evenly;
 flex-direction: column;
 width: 100%;
 height: 300px;
}

.infrabanner h3 {
 border: 0px;
 font-size: 40px;
direction:ltr;
}
.infrabanner h4 {
 border: 0px;
 font-size: 18px;
}

.infrabanner h2 {
 font-size: 24px;
}

.country-wrap {
 border: 1px solid #d3d3d3;
 padding: 15px 0px 4px 0px;
 border-bottom: 6px solid #29588c;
 margin: 0px auto 20px auto;
 text-align: center;
 width:170px;
}
.country-wrap:hover
{
background-color: #29588c;
}
.country-wrap a
{
color: #29588c;
}
.country-wrap:hover a
{
color:#fff;
}

.locDetails
{
max-width:825px;
margin:25px auto ;
}

.mobiletab1 {
    width: 100%;
    margin: 40px auto 0px;
    font-size: 18px;
    position: sticky;
    top: 124px;
    background: #fff;
    z-index: 1000;
	text-align:center;
    padding-bottom: 1px;
	padding-top:25px;
}
.mobiletab {
    width: 100%;
    margin: 0px!important;
    font-size: 18px;
    position: sticky;
    top: 170px;
    background: #fff;
    z-index: 1000;
    padding-bottom: 1px;
padding-top:15px;
padding-bottom: 10px;
}

.mobiletab .dropdown-menu.show {
 width: 100%;
 border-radius: 0px 0px 4px 4px;
 padding: 0px 0px 0px 0px;
 border: 0px;
 top: 57px !important;
transform: translate3d(0px, 4px, 0px)!important;
}

.mobiletab .dropdown-menu.show .list-group-item {
 border-top: 0px;
 font-size: 14px;
    width: 85%;
    margin: auto;
}

/**** New contact us ****/
/* .contact-breadcrumb-location  {
 margin-top: 111px;
} */

.contact-maplocation img {
 border: 1px solid #d3d3d3;
 border-top: 0px;
  /*  max-height: 400px;*/
min-height:300px;
}

.contact-maplocation iframe,
.contact-us iframe {
 border: 1px solid #d3d3d3;
 border-top: 0px;
 border-left: 0px;
}

.contact-us iframe {
 border: 1px solid #d3d3d3;
}
.contact-us
{
margin-top:25px;
}
.contact-us h1 {
 font-size: 34px;
}

.contact-us h2,
.contact-us h3 {
 font-size: 24px;
 display: inline;
 /*border-bottom: 2px solid #d3d3d3;*/
}

.contact-us ul {
 padding:0 2rem 0 2rem;
}
.contact-us p {
 font-size: 16px;
margin-bottom:5px;
}

.contact-us h4 {
 font-size: 20px;
}
.list-group-item.active
{
background: #2a588d;
     
  /*  border: #2a588d;  */
}
.contact-us .title-wrapper {
 margin-bottom: 50px;
text-align:center!important;
}

.arbic-lang .contact-us .title-wrapper {
 margin-bottom: 50px;
text-align:center!important;
}
.contact-us .row > div:last-child p {
 margin-bottom: 0px;
}

.contact-us .container .row div:not(:first-child) {
 padding: 0px 30px;
}

.contact-us .container .row div:not(:last-child):after {
 content: "";
 width: 2px;
 border-right: 2px solid #d3d3d3;
 position: absolute;
 right: 0px;
 height: 100%;
 top: 0px;
 display: flex;
 align-items: center;
 justify-content: center;
}

.contact-us .container .row div:first-child:after {
 height: 70%;
 top: 15px;
}

.contact-us .left-sidebar ul li {
 font-size: 16px;
}
/* Store Locator */
.storelocatorlist {
	margin-bottom:10px;
}
.storelocatorlist > .container > .row > div {
 margin-bottom: 15px !important;
}

.storelocatorlist select.form-control {
 -webkit-appearance: none;
 -moz-appearance: window;
 padding: 9px 48px 2px 10px;
 background-image: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
 background-repeat: no-repeat;
 background-position: 320px 10px;
}

.storelocatorlist .table-responsive {
 border: 0px;
 display: table;
}

.storelocatorlist .dataTables_wrapper .dataTables_paginate span a {
 padding: 12px 15px 5px 15px;
}

.storelocatorlist .dataTables_wrapper .dataTables_paginate span a.current,
.storelocatorlist .dataTables_wrapper .dataTables_paginate span a.current:hover,
.storelocatorlist .dataTables_wrapper .dataTables_paginate span a:hover,
.storelocatorlist
 .dataTables_wrapper
 .dataTables_paginate
 .paginate_button.previous:hover,
.storelocatorlist
 .dataTables_wrapper
 .dataTables_paginate
 .paginate_button.next:hover {
 color: #fff !important;
 border: 1px solid #29588c;
 background: #29588c;
}

.storelocatorlist .dataTables_wrapper .dataTables_paginate span a.current { 
 padding-left: 16.25px;
 padding-right: 16.5px;
}

.storelocatorlist
 .dataTables_wrapper
 .dataTables_paginate
 .paginate_button.previous,
.storelocatorlist
 .dataTables_wrapper
 .dataTables_paginate
 .paginate_button.next {
 padding: 12px 10px 5px 10px;
}

.storelocatorlist .dataTables_wrapper .dataTables_paginate {
 display: flex;
 justify-content: end;
}

.storelocatorlist .dataTables_wrapper .dataTables_info {
 padding-top: 38px;
}

.storelocatorlist .dataTables_wrapper .dataTables_length select {
 padding: 6px;
}

.storelocatorlist table.dataTable thead .sorting {
 background-color: #29588c;
 color: #fff;
 text-align: center;
}

.storelocatorlist table.dataTable thead th {
 padding: 17px 18px 10px;
}

.storelocatorlist table.dataTable tbody th,
table.dataTable tbody td {
 vertical-align: middle;
}

.storelocatorlist table.dataTable thead th,
table.dataTable thead td {
 border-bottom: 1px solid #dee2e6 !important;
}

.storelocatorlist table.dataTable thead tr th:first-child {
 border-left: 1px solid #29588c !important;
}

.storelocatorlist table.dataTable thead tr th:last-child {
 border-right: 1px solid #29588c !important;
}

.storelocatorlist table.dataTable.no-footer {
 border-bottom: 1px solid #dee2e6;
}
.storelocatorlist table.dataTable tbody th,
.storelocatorlist table.dataTable tbody td {
 padding: 15px 10px 8px;
}
.storelocatorlist .dataTables_wrapper .dataTables_filter label{
 margin-bottom:15px;
}
/*Media for data table*/
@media (min-width: 992px) and (max-width: 1199px) {
 .storelocatorlist select.form-control {
  background-position: 265px 10px;
 }
.locDetails
{
max-width:825px;
}
}

@media (max-width: 991px) {
 .storelocatorlist .dataTables_wrapper .dataTables_length {
  top: 0;
  left: 0;
 }

 .storelocatorlist select.form-control {
  background-position: 184px 10px;
 }

 .storelocatorlist > .container > .row > div {
  margin-top: 0px !important;
 }
}

@media (max-width: 767px) {
 .storelocatorlist > .container > .row > div {
  margin-top: 0px !important;
 }

 .storelocatorlist .table-responsive {
  display: block;
  overflow-x: auto !important;
 }

 .storelocatorlist select.form-control {
  background-position: right 10px center;
 }

 .storelocatorlist .dataTables_wrapper .dataTables_paginate {
  display: inline-block;
 }

 .dataTables_wrapper .dataTables_paginate .paginate_button {
  margin-bottom: 5px;
 }

 .storelocatorlist .dataTables_wrapper .dataTables_filter {
  float: left;
 }
}
.sr-only{
   position:absolute;
   left:-10000px;
   top:auto;
   width:1px;
   height:1px;
   overflow:hidden;
}
.homesocial h2,#content .breadcrumbsection ,.pimcore_iframe_mask,.applicant-login
{
/*display:none;*/
}

.homesocial h2,#content .breadcrumbsection
{
        display:none;
}
.flockler-embed-content{font-family:initial!important;}
 .arbic-lang .flockler-embed-popup__footer__published-at, .arbic-lang .flockler-carousel_v2-item__footer__published-at{direction:ltr;}
.arbic-lang .flockler-embed-popup__media+.flockler-embed-popup__content .flockler-embed-popup__content__text-wrap .flockler-embed-popup__content__text{text-align:right;}

.arbic-lang .contact-us .container .row div:not(:first-child) {
 padding: 0px 30px;
}

 .arbic-lang .contact-us .container .row div:not(:last-child):after {
 content: "";
 width: 2px;
 border-right: 2px solid #d3d3d3;
 position: absolute;
 right: 100%;
 height: 100%;
 top: -15px;
 display: flex;
 align-items: center;
 justify-content: center;
 
}
.arbic-lang .contact-us .container .row div:first-child:after {
 height: 57%;
 top: 22px;
}
.crountrylist
{
	height: calc(1.5em + 1.75rem + 2px);
	color: #7d858c;
 border: 1px solid #e4e5e6;
}
.aura .contact-breadcrumb-location{
    margin-top:0px !important;
}
}

.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 1000;
        }
		.close-btn {
      cursor: pointer;
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 18px;
    }
	.popup label {
      margin-right: 50px;
    }

    .popup input[type="radio"] {
      margin-right: 5px;
    }
	/*.modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
        }

	.radio-container {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

        /* Styles for the anchor tag (link) */
        /*.open-modal-link {
            cursor: pointer;
            color: blue;
        }*/
.applog {
display: flex;
justify-content: center;
min-height: 418px;
}

.applicantLoginEmail {
	margin: 5px 66px 0px 4px;

}
.css-16javxt {

 right:45px!important;}
 .css-fm1ikj{left:45px!important;}
.formTextarea{
 resize: none;
}
.country-select .dropdown .countryname {
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 0rem;
    position: relative;
    }

.alshaya-news .social-media {
	display:none !important;
}


.advance-serach-page {padding-top:126px;}
.contact-maplocation {max-height:397px;}

.alshaya-news li.breadcrumb-item:nth-child(3){
  display:none;
}
.socialMediaAfter
{
border-right:2px solid #000;
padding-right:10px;
}

.alshaya-media-connect .contact-breadcrumb-location {
  display: none !important;
}

.media-connect .container{
 background-color: #29588c;
 padding: 60px 50px 60px 50px;
}

.media-connect h2 {
 color: #fff;
}

.media-connect #owl-latestnews-slider.owl-carousel .item .carousel-caption{
 color: #000;
 background-color:#fff;
}

.media-connect #owl-latestnews-slider.owl-carousel .item{
 border-radius: 20px 20px 20px 20px;
}
.partner-withUs p{
 color: #fff;
}
.media-about a {
 color: #29588c;
 border: 1px solid #d3d3d3;
 position: relative;
 bottom: 40px;
 font-size: 18px;
 display:flex;
 justify-content:center;
 line-height:44px;
 height:35px;
 width:25%;
}
.media-about a.active, .media-about a:hover, .media-about a:focus {
 background-color: #29588c;
 color: #fff;
 border-color: #29588c;
}
.keyFeauture .our-partners .col-6, .keyFeauture .our-partners .col-lg-6 {
 border : 1px solid #d3d3d3;
 border-radius: 25px;
 max-width: 530px;
 margin: 10px;
}
.keyFeauture .our-partners
{
 width: 100%;
}
.media-about .col-12 .blue-btn{
 display: none;
}
.media-contact .col-12 h1{
 font-size: 20px;
 text-align: center;
 margin-left: 205px;
 width: 100%;

}
.media-contact .col-12 .pimcore_area_content a{
 font-size: 16px;
 text-align: center;
 width: 100%;
 max-width: 40%;
 border: 1px solid #fff;
 padding: 12px 20px 5px 20px;
 border-radius: 10px;
 color: #fff;
}
.media-contact .col-12 a:hover{
 background-color: #29abe2;
}
.media-contact .container{
 background-color: #29588c;
 border-radius: 25px;
 width: 72%;
}
.alshaya-media-connect .contact-breadcrumb-location{
 margin: 0;
}
.alshaya-media-connect .breadcrumbsection{
 display: none;
}
.media-contact p{
 text-align:center;
 color: #fff;
 font-size: 20px;
 padding-top: 12px;
 margin: 0;
}
.media-about img{
 border-radius: 0px 25px 25px 0px;
}
.serviceSubHead
{
 color: #fff;

}



.keyfeatureslides{
 margin-top:0px;
 margin-bottom: 24px;
 position: relative;
 bottom: 30px;
}
.keyfeatureslides .carousel-btn {
 font-size: 16px;
 padding: 15px 35px 5px;
 border: 1px solid #ffffff;
 border-radius: 25px;
 background: #29588c;
 color: #ffffff;
 text-decoration: none;
   position: absolute;
z-index:1;

}

.keyfeatureslides .carousel-btn:hover {
    border-color: #29abe2;
   background-color: #29abe2; color: #ffffff;
}
.keyfeatureslidesh2 {
 margin-bottom:0px;
}
.keyfeatureslides h4 {
 font-size: 40px;
margin-bottom:10px;
}
.keyfeatureslides h4 span {
 font-size: 40px;
 color: #43474e;
}
.keyfeatureslides img {
 border-radius: 0px 0px 0px;
}


#owl-testimonial-slider.owl-carousel .item {
position: relative;
z-index: 100;

overflow: hidden;
}
#owl-testimonial-slider.owl-carousel .item:hover img {
/*transform: scale(1.1);
transition: transform 3s ease;*/
}
/* owl-dots */
#owl-testimonial-slider.owl-carousel .owl-dots button.owl-dot {
background: #fff;
color: inherit;
border: 1px solid #43474e;
width: 15px;
height: 15px;
border-radius: 50%;
margin-right: 5px;


}

#owl-testimonial-slider.owl-carousel .item .carousel-caption {
position: relative;
bottom: 0px;
left: 0;
z-index: 10;
padding: 18px 20px;
color: #43474e;
height: auto;
right: 0;
text-align: left;

}
#testimonial-arbic .owl-carousel .item .carousel-caption {
position: relative;
bottom: 0px;
left: 0;
z-index: 10;
padding: 18px 20px;
color: #43474e;
height: auto;
right: 0;
text-align: right;

}

#owl-testimonial-slider.owl-carousel .item .carousel-caption p {
font-size: 14px;
margin-bottom: 0px;
}

#owl-testimonial-slider.owl-carousel .item .carousel-caption p span {
font-weight: 500;
display: block;
font-size:14px;
}

#owl-testimonial-slider.owl-carousel .owl-dots {
display: flex;
align-items: center;
justify-content: center;
height: 20px;

}
#owl-testimonial-slider.owl-carousel .owl-dots button.owl-dot.active {
background: #29588c;
border-color: #29588c;
}
/* owl-nav */
#owl-testimonial-slider.owl-carousel .owl-nav .owl-prev,
#owl-testimonial-slider.owl-carousel .owl-nav .owl-next {
margin-top: -26px;
position: absolute;
top: 27%;
color: #cdcbcd;
}

#owl-testimonial-slider.owl-carousel .owl-nav i {
font-size: 60px;
color: #43474e;
-webkit-text-fill-color: #43474e;
-webkit-text-stroke-width: 6px;
-webkit-text-stroke-color: white;
}

#owl-testimonial-slider.owl-carousel .owl-nav .owl-prev {
left: -32px;
}

#owl-testimonial-slider.owl-carousel .owl-nav .owl-next {
right: -32px;
}

.keyfeatureslides .carousel-indicators li,#owl-testimonial-slider.owl-carousel .owl-dots button.owl-dot {
 border-radius: 50%;
 border: 1px solid #29588c;
 width: 15px;
 height: 15px;
 opacity: 1;
}
.keyfeatureslides .carousel-indicators li.active,
.keyfeatureslides .carousel-indicators li:hover {
 background-color: #29588c;
}
.keyfeatureslides .carousel-indicators {
 margin-left: 29%;
 justify-content: start;
 bottom: 40px;
}
#testimonial-arbic .carousel-indicators {
margin-right: 29%;
}
.keyfeatureslides h2 {
 font-size: 34px;
}
.media-partner-content h2{
padding-left: 4rem;
}
.media-connect .owl-carousel .owl-nav.disabled{
 display: block;
}
.media-connect #owl-latestnews-slider.owl-carousel .owl-nav i{
   font-size: 53px;
   color: #43474e;
   -webkit-text-fill-color: #43474e;
   -webkit-text-stroke-width: 6px;
   -webkit-text-stroke-color: #fff;
   oke-color: #29588c;
   background-color: #fff;
   width: 52px;
   border-radius: 50%;
   opacity: .8;
}
.media-connect #owl-latestnews-slider.owl-carousel .item .carousel-caption {
 height: 170px;
}
.left-content div{
width:80%;
}
@media  (max-width: 768px) {
.keyfeatureslides h2{
   position: relative;
   top: 26px;
   text-align:center;
   font-size: 26px;
}
.media-contact .container{
 padding-bottom: 17px;
 padding-top: 6px;
}
.nav-pills {
 display:none;
}
.media-connect-tab {
 top:120px;
}
.left-content div {
  width:100%;
}
.left-content h1 {
  font-size: 2rem;
}
.media-connect {
       padding-bottom: 0!important;
   }
   .media-partner-content h2 {
     font-size:26px;
   }
}
@media  ((min-width: 768px) and (max-width: 991px)) {
  .nav-pills {
       display:none;
}
.media-connect-tab {
       top:120px;
}
.media-contact .container{
 padding-bottom: 17px;
 padding-top: 6px;
}
}
.media-partner .media-partner-content h2
{
position: relative;
top: 14px;
}
.media-connect.latest-news
{
 padding-top:0;
}