﻿.fullOverlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  font-family: "brownstd", "dinar", sans-serif;
  z-index: 1000000;
  background-color: #ffffff;
}

.fullOverlay .overlayTop {
  position: absolute;
  top: 20px;
  right: 70px;
  z-index: 2;
}

.fullOverlay .overlayTop .logo {
  width: 300px;
  height: 100px;
  display: block;
  overflow: hidden;
}

.fullOverlay .overlayTop .logo img {
  height: 100%;
}

.fullOverlay .overlayBottom {
  position: absolute;
  display: block;
  bottom: 40px;
  right: 70px;
  left: 70px;
  padding-top: 40px;
  text-align: left;
}

.fullOverlay .overlayBottom .button {
  display: inline-block;
}

.fullOverlay .overlayBottom .button a {
  width: 165px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid white;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  padding: 12px 0 10px;
  text-decoration: none;
  font-weight: 400;
  color: #ffffff;
  background-color: transparent;
  text-align: center;
}

.fullOverlay .overlayBottom .button a:hover {
  color: #2b56bb;
  background-color: white;
}

.fullOverlay .overlayBottom .chck_container {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  margin-left: 32px;
}

.fullOverlay .overlayBottom .chck_container:hover {
  text-decoration: underline;
}

.fullOverlay .overlayBottom .chck_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.fullOverlay .overlayBottom .chck_container input:checked~.checkmark {
  background-color: #2196F3;
}

.fullOverlay .overlayBottom .chck_container input:checked~.checkmark::after {
  display: block;
}

.fullOverlay .overlayBottom .chck_container .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  transform: translateY(-25%);
}

.fullOverlay .overlayBottom .chck_container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  right: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fullOverlay .overlayContent.first .title {
  font-size: 45px;
  color: white;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 35px;
}

.fullOverlay .overlayContent.first .button a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  width: 200px;
  background-color: white;
  border: 1px solid white;
  transition: all 0.3s ease-in-out;
  width: 250px;
  color: black;
  display: inline-block;
  text-decoration: none;
}

.fullOverlay .overlayContent.first .button a:hover {
  background-color: transparent;
  color: white;
}

.fullOverlay .overlayContent.first .banner {
  padding-top: 146px;
  width: 100%;
  display: block;
  height: 580px;
  background-image: url(../images/bannerBG.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.fullOverlay .overlayContent.first .listingZone {
  transform: translateY(-100px);
}

.fullOverlay .overlayContent.first .listingZone .listingHolder {
  list-style-type: none;
  padding: 0;
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI {
  margin-bottom: 60px;
  height: 490px;
  position: relative;
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(odd) .listingItem {
  margin-right: -12px;
  margin-left: 0;
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(odd) .listingItem .listingImage {
  float: left;
  width: 54.33333333%;
  padding-right: 12px;
  padding-left: 0;
  overflow: hidden;
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(odd) .listingItem .listingInfos {
  position: absolute;
  width: 37.66666667%;
  padding-right: 12px;
  padding-left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(odd) .listingItem .listingInfos .listingCategory {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  color: black;
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(odd) .listingItem .listingInfos .listingTitle {
  margin-bottom: 32px;
  color: #1c0552;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(odd) .listingItem .listingInfos .listingLink a {
  display: block;
  width: 155px;
  color: #1c0552;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid black;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 155px;
  padding: 10px 0;
  text-transform: uppercase;
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(odd) .listingItem .listingInfos .listingLink a:hover {
  color: white;
  background-color: #1c0552;
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(even) .listingItem {
  margin-right: 0;
  margin-left: -12px;
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(even) .listingItem .listingImage {
  float: right;
  width: 54.33333333%;
  padding-right: 0;
  padding-left: 12px;
  overflow: hidden;
  padding-right: 20px !important;
  padding-left: 33px !important;
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(even) .listingItem .listingInfos {
  position: absolute;
  width: 37.66666667%;
  padding-right: 12px;
  padding-left: 12px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(even) .listingItem .listingInfos .listingCategory {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  color: black;
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(even) .listingItem .listingInfos .listingTitle {
  margin-bottom: 32px;
  color: #1c0552;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(even) .listingItem .listingInfos .listingLink a {
  display: block;
  width: 155px;
  color: #1c0552;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid black;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 155px;
  padding: 10px 0;
  text-transform: uppercase;
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(even) .listingItem .listingInfos .listingLink a:hover {
  color: white;
  background-color: #1c0552;
}

.fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:last-child {
  margin-bottom: 0;
}

.fullOverlay .overlayContent.second {
  text-align: center;
}

.fullOverlay .overlayContent.second .content {
  position: absolute;
  display: block;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
}

.fullOverlay .overlayContent.second .content .title,
.fullOverlay .overlayContent.second .content .subtitle {
  color: white;
}

.fullOverlay .overlayContent.second .content .title {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 15px;
}

.fullOverlay .overlayContent.second .content .subtitle {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
  font-weight: 300;
}

.fullOverlay .overlayContent.second .content .button a {
  width: 232px;
  display: inline-block;
  background-color: white;
  color: black;
  text-transform: uppercase;
  border: 1px solid white;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  padding: 15px 0 12px;
  text-decoration: none;
  font-weight: 400;
}

.fullOverlay .overlayContent.second .content .button a:hover {
  color: white;
  background-color: transparent;
}

.fullOverlay .overlayContent.second .left,
.fullOverlay .overlayContent.second .right {
  height: 100vh;
  width: 50%;
  position: relative;
}

.fullOverlay .overlayContent.second .left {
  float: right;
  background-image: url(../images/leftBG.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fullOverlay .overlayContent.second .right {
  float: left;
  background-image: url(../images/rightBG.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.fullOverlay .overlayContent.third {
  padding-top: 100px;
  position: relative;
}

.fullOverlay .overlayContent.third .content {
  display: block;
  width: 100%;
  bottom: 0;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
}

.fullOverlay .overlayContent.third .content .title,
.fullOverlay .overlayContent.third .content .subtitle {
  color: white;
}

.fullOverlay .overlayContent.third .content .title {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 15px;
}

.fullOverlay .overlayContent.third .content .subtitle {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
  font-weight: 300;
}

.fullOverlay .overlayContent.third .content .button {
  margin-bottom: 68px;
}

.fullOverlay .overlayContent.third .content .button a {
  width: 232px;
  display: inline-block;
  background-color: white;
  color: black;
  text-transform: uppercase;
  border: 1px solid white;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  padding: 15px 0 12px;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
}

.fullOverlay .overlayContent.third .content .button a:hover {
  color: white;
  background-color: transparent;
}

.fullOverlay .overlayContent.third .content .availability {
  margin-bottom: 80px;
}

.fullOverlay .overlayContent.third .content .availability span {
  color: white;
  margin-bottom: 20px;
  color: white;
  font-weight: 300;
  font-size: 20px;
  display: block;
}

.fullOverlay .overlayContent.third .content .availability a {
  display: inline-block;
  margin-left: 24px;
}

.fullOverlay .overlayContent.third .content .overlayBottom {
  position: static;
  text-align: right;
  border-top: 1px solid #ffffff;
  padding: 40px 0 0;
  width: 48%;
}

.fullOverlay .overlayContent.third .content .overlayBottom .button {
  margin-bottom: 0px;
}

.fullOverlay .overlayContent.third .content .overlayBottom .chck_container {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  margin-left: 32px;
}

.fullOverlay .overlayContent.third .content .overlayBottom .chck_container:hover {
  text-decoration: underline;
}

.fullOverlay .overlayContent.third .content .overlayBottom .chck_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.fullOverlay .overlayContent.third .content .overlayBottom .chck_container input:checked~.checkmark {
  background-color: #2196F3;
}

.fullOverlay .overlayContent.third .content .overlayBottom .chck_container input:checked~.checkmark::after {
  display: block;
}

.fullOverlay .overlayContent.third .content .overlayBottom .chck_container .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  transform: translateY(-25%);
}

.fullOverlay .overlayContent.third .content .overlayBottom .chck_container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  right: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fullOverlay .overlayContent.third .left {
  position: absolute;
  border-top: 40px solid white;
  width: 60%;
  min-height: calc(100vh - 100px);
  padding-right: 232px;
  background-image: url(../images/diagonalRightBG.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.fullOverlay .overlayContent.third .left::after {
  content: "";
  position: absolute;
  display: block;
  left: -20px;
  top: -40px;
  width: 20px;
  height: 40px;
  border-top: 20px solid white;
  border-right: 10px solid white;
  border-bottom: 20px solid transparent;
  border-left: 10px solid transparent;
}

.fullOverlay .overlayContent.third .right {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url(../images/diagonalRightBG-ar.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fullOverlay.overflow {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.fullOverlay.overflow::-webkit-scrollbar {
  display: none;
}

.fullOverlay.overflow .overlayBottom {
  position: relative;
  right: auto;
  left: auto;
  padding: 0;
}

.fullOverlay.overflow .overlayBottom .container {
  padding-top: 30px;
  border-top: 1px solid #d5d5d5;
}

.fullOverlay.overflow .overlayBottom .chck_container {
  color: #1c0552;
}

.fullOverlay.overflow .overlayBottom .button a {
  background-color: #313671;
  color: white;
  border: 1px solid #313671;
}

.fullOverlay.overflow .overlayBottom .button a:hover {
  background-color: white;
  color: #313671;
}

.fullOverlay.overflow .warba-assist {
  background-image: url(../images/assistBG.jpg);
  padding-top: 72px;
  margin-top: 0px;
}

.fullOverlay.overflow .warba-assist .container .listingItem.op1v1 .listingImage {
  margin-bottom: 18px;
}

.locateATMFixedPopup {
  padding-right: 40px;
  background-image: url(../images/diagonalfixedBG-ar.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  width: 573px;
  height: auto;
  font-family: "brownstd", "dinar", sans-serif;
  padding: 40px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5000;
}

.locateATMFixedPopup .close {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../images/fixedclose.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.locateATMFixedPopup .title {
  color: white;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 32px;
}

.locateATMFixedPopup .subtitle {
  color: white;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.locateATMFixedPopup img,
.locateATMFixedPopup .map {
  width: 100%;
  margin-bottom: 25px;
  max-width: 290px;
}

.locateATMFixedPopup .mapContainer {
  overflow: hidden;
}

.interested .mapContainer {
  overflow: hidden;
  width: 290px;
}

.interested .mapContainer .bigContainer {
  padding: 0;
}

.interested .mapContainer .interedtedproductsSlider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}



.locateATMFixedPopup .mapContainer .map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 235px;
  margin-bottom: 20px;
}

.locateATMFixedPopup .button a {
  color: black;
  font-size: 18px;
  font-weight: 400;
  background-color: white;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  width: 165px;
  padding: 10px 0 3px;
  display: block;
  text-align: center;
  border: 1px solid white;
}

.locateATMFixedPopup .button a:hover {
  background-color: transparent;
  color: white;
}

.interested {
  background-image: url(../images/diagonalwhiteBG-ar.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  width: 570px;
  height: auto;
  font-family: "brownstd", "dinar", sans-serif;
  padding: 40px;
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 2;
}

.interested .close {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../images/fixedcloseblue.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.interested .title {
  color: #1a0052;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 32px;
}

.interested .interedtedproductsSlider {
  position: relative;
}

.interested .interedtedproductsSlider .product {
  list-style-type: none;
  width: 100%;
}

.interested .interedtedproductsSlider .product .listingImage {
  margin-bottom: 20px;
}

.interested .interedtedproductsSlider .product .listingImage a img {
  max-height: 233px;
  max-width: 450px;
}

.interested .interedtedproductsSlider .product .listingTitle a {
  font-size: 24px;
  font-weight: 400;
  color: #2a2a2a;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.interested .interedtedproductsSlider .product .listingTitle a:hover {
  color: #1a0052;
  max-width: 245px;
  display: block;
}

.interested .interedtedproductsSlider .owl-nav {
  position: absolute;
  right: 0;
  top: 33%;
  right: 30px;
  width: 85%;
}

.interested .interedtedproductsSlider .owl-nav .owl-prev {
  background-image: url(../images/prevArrow.png);
  width: 45px;
  height: 34px;
  outline: none;
  font-size: 0;
}

.interested .interedtedproductsSlider .owl-nav .owl-next {
  float: left;
  background-image: url(../images/nextArrow.png);
  width: 62px;
  height: 34px;
  outline: none;
  font-size: 0;
}

.interested .interedtedproductsSlider .owl-dots {
  width: 30%;
}

.interested .interedtedproductsSlider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1e134d;
  margin-left: 10px;
  margin-right: 0;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.interested .interedtedproductsSlider .owl-dots .owl-dot:last-child {
  margin: 0;
}

.interested .interedtedproductsSlider .owl-dots .owl-dot.active {
  opacity: 1;
}

.interested .interedtedproductsSlider .owl-stage-outer {
  margin-bottom: 0px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: right;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: left;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  right: 50%;
  top: 50%;
  margin-right: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.fixedTopAnnouncement {
  display: block;
  position: relative;
  background-color: #2b2b2b;
  font-family: "brownstd", sans-serif;
  padding: 15px 0;
}

.fixedTopAnnouncement .container p {
  float: right;
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  color: white;
  padding: 5px 0px;
}

.fixedTopAnnouncement .container p span {
  font-weight: 700;
}

.fixedTopAnnouncement .container .button {
  float: left;
}

.fixedTopAnnouncement .container .button a {
  display: block;
  border: 1px solid white;
  background-color: white;
  width: 285px;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.fixedTopAnnouncement .container .button a:hover {
  color: white;
  background-color: transparent;
}

.fixedTopAnnouncement .container .close {
  float: left;
  margin-right: 50px;
  width: 20px;
  height: 20px;
  background-image: url(../images/fixedclose.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 18px;
}

.fixedTopAnnouncement .container::after {
  content: "";
  display: block;
  clear: both;
}

.mobileAppAd {
  display: block;
  height: auto;
  font-family: "brownstd", sans-serif;
  background-color: #f6f6f6;
  padding: 10px 10px;
  position: relative;
}

.mobileAppAd .close {
  margin-left: 0px;
  background-image: url(../images/appadclose.png);
  width: 10px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.mobileAppAd img {
  margin-left: 5px;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.mobileAppAd .text {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  max-width: 45%;
}

.mobileAppAd .title {
  font-weight: 400;
  font-size: 16px;
  color: #1a0052;
  margin-bottom: 5px;
  display: block;
}

.mobileAppAd .description {
  color: black;
  font-weight: 300;
  font-size: 10px;
  display: block;
}

.mobileAppAd .button {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.mobileAppAd .button a {
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 400;
  padding: 10px 0;
  width: 80px;
  background-color: #313671;
  border: 1px solid #313671;
  transition: all 0.3s ease-in-out;
  color: white;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.mobileAppAd .button a:hover {
  background-color: white;
  color: #313671;
}

.homepageBanner .btn-primary,
.btn-primary {
  padding-top: 9px;
}

.homepageBanner .btn-primary {
  padding: 5px 20px 0px;
}

.link {
  font-size: 14px;
}

.inner-overlay .title {
  font-size: 28px;
}

.subpageBanner .imageHolder {
  background-position: center center;
}

.productItem .container .wrapper .left .parent .child {
  padding-right: 185px;
}

.homepageBanner .textHolder {
  line-height: 45px;
}

.productItem.whitebackground .container .wrapper .left .parent {
  width: 100%;
}

.productItem.whitebackground .container .wrapper .left .parent .child {
  padding-left: 40%;
}

.mapBranches .mapContainer .mapFilter .input_entities .searchAction.white {
  padding: 5px 20px;
}

.mapBranches .mapContainer .mapFilter .input_entities .searchAction a {
  padding: 0;
}

.bankingTools {
  left: 23px;
}

.hidden-menu .floatRight .top ul.upperMenu li.internetBanking {
  left: 272px !important;
  right: unset !important;
  width: 131px !important;
}

.hidden-menu .floatRight .top ul.upperMenu li.internetBanking a span.linkText {
  width: 80%;
  display: inline-block;
  white-space: nowrap;
}

.hidden-menu .floatRight .top ul.upperMenu li.internetBanking.pf {
  width: 126px !important;
}

.hidden-menu .floatRight .top ul.upperMenu li.internetBanking.ae {
  width: 184px !important;
}

li.phoneNumber a.phone .linkText {
  font-weight: 400 !important;
  font-size: 15px !important;
}

.imac {
  content: url(../images/imac.png);
}

.bubble {
  width: 250px !important;
  line-height: 24px;
}

.sticky ul.upperMenu.fixed li a {
  padding: 0 6px;
  padding-top: 8px;
  padding-bottom: 4px;
}

.sticky .bigContainer .menu .floatRight .top .menu-align {
  margin-left: 0 !important;
}

.sticky .bigContainer .menu .floatRight .languageSwitcher .langList li {
  margin-top: -4px !important;
  margin-left: 20px !important;
  margin-right: 0px !important;
}

.sitemap .simpleList ul.simpleList>li>a {
  position: relative;
  padding-right: 10px;
}

.sitemap .simpleList ul.simpleList>li>a:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  right: 0;
  top: 5px;
}

.sitemap .simpleList ul.simpleList>li .ddThirdLevel ul li a {
  font-size: 13px;
  padding-right: 11px;
}

header #dropHead .onlineBankingDropdownUL {
  width: 134px !important;
}

.sticky .onlineBankingDropdownUL {
  padding: 0 !important;
  margin-right: -9px !important;
}

header #dropHead {
  padding-top: 6px !important;
}

.hidden-menu #dropHead {
  width: 135px !important;
  padding-top: 6px !important;
}

.hidden-menu #dropHead .onlineBankingDropdownUL {
  width: 137px !important;
}

#warbaonlineLock {
  margin-top: 0px;
}

.errorText {
  position: absolute;
  left: 0;
  top: 2px;
  color: red;
}

.btn-primary {
  font-size: 15px;
}

.productItem .container .wrapper .left .parent .child .btn-primary {
  padding: 9px 6px 3px 6px;
  font-size: 15px;
  border-color: white;
}

.productItem .container .wrapper .left .parent .child {
  padding-left: 130px;
}

#dropHead:before {
  margin-top: -4px;
}

.corporate .categorySection .container {
  font-size: 20px;
  line-height: 24px;
}

.corporate .additionalInformationSection .container {
  font-size: 20px;
  line-height: 24px;
}

.corporate .other-accounts ul.listingHolder .listingItemLI {
  width: 100% !important;
}

.corporate .other-accounts ul.listingHolder .listingItemLI .listingInfos .link.left-line {
  float: left;
}

.menu .floatRight ul.upperMenu li.warbaAssist:hover a::after,
.hidden-menu .floatRight ul.upperMenu li.warbaAssist:hover a::after {
  width: 93%;
  right: 0;
}

.menu .floatRight ul.upperMenu li.getTheApp a.active::after,
.hidden-menu .floatRight ul.upperMenu li.getTheApp a.active::after {
  left: 34px;
  width: 64% !important;
}

.menu .floatRight ul.upperMenu li.getTheApp:hover a::after,
.hidden-menu .floatRight ul.upperMenu li.getTheApp:hover a::after {
  width: 90%;
  right: 0;
}

.menu .floatRight ul.upperMenu li.search a.active::after,
.hidden-menu .floatRight ul.upperMenu li.search a.active::after {
  left: 45px;
  width: 27% !important;
}

.menu .floatRight ul.upperMenu li.search:hover a::after,
.hidden-menu .floatRight ul.upperMenu li.search:hover a::after {
  right: 0;
  width: 77%;
}

.menu .floatRight ul.upperMenu li.phoneNumber:hover a::after,
.hidden-menu .floatRight ul.upperMenu li.phoneNumber:hover a::after {
  width: 88%;
  right: 0;
}

.results .blockBody ul.listingHolder li.listingItemLI .link {
  text-align: right;
}

.bankingTools .exchange table thead th {
  padding-right: 15px;
}

.bankingTools .exchange table tr td {
  padding-right: 15px;
}

.bankingTools .prayerTimes table tr td {
  padding-right: 15px;
}

.bankingTools .calculator .calculationVariables input {
  padding-right: 10px;
}

.generalListingDetails .contentText table tr td:first-child {
  text-align: center;
}

.generalListingDetails .contentText table tr td:first-child img {
  text-align: center;
  display: inline-block;
}

.contact-form .container .wrapper .contact-fields .submissionSection .row .alertMessage label::before {
  display: none !important;
}

.coorporateProducts h3 {
  width: 100%;
  text-align: center;
}

/*# sourceMappingURL=warbabank-en.css.map */

@media all and (max-width: 1024px) {
  .locateATMFixedPopup {
    width: 400px;
    height: 400px;
  }

  .locateATMFixedPopup .subtitle {
    color: white;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
  }

  .locateATMFixedPopup .title {
    color: white;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .locateATMFixedPopup .mapContainer {
    transform: skew(-25deg);
    overflow: hidden;
    padding-right: 60px;
    margin-right: -64px;
    width: 266px;
  }

  .locateATMFixedPopup .mapContainer .map {
    position: relative;
    overflow: hidden;
    width: 125% !important;
    height: 160px !important;
    margin-bottom: 20px;
    transform: skew(25deg);
  }

  .locateATMFixedPopup .button a {
    width: 100px;
    font-size: 14px;
  }

  .interested {
    width: 470px;
    height: 400px;
    padding-right: 15px;
  }

  .interested .title {
    color: #1a0052;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .interested .mapContainer {
    transform: skew(-33deg);
    overflow: hidden;
    padding-right: 100px;
    margin-right: -100px;
    width: 365px;
  }

  .interested .interedtedproductsSlider .owl-stage-outer {
    margin-bottom: 20px;
  }

  .interested .interedtedproductsSlider .product .listingTitle a {
    max-width: 70%;
    display: block;
  }

  .interested .mapContainer .interedtedproductsSlider {
    position: relative;
    overflow: hidden;
    width: 133% !important;
    height: 260px !important;
    margin-bottom: 20px;
    transform: skew(33deg);
    margin-bottom: 0;
  }

  .interested .interedtedproductsSlider .owl-nav {
    width: 70%;
  }

  .interested .interedtedproductsSlider .product .listingImage a img {
    max-height: 160px;
    max-width: 100%;
  }

  .interested .interedtedproductsSlider .product {
    width: 100%;
  }

  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 20px;
  }

  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(odd) .listingItem .listingInfos .listingTitle {
    margin-bottom: 32px;
    color: #1c0552;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
  }

  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(even) .listingItem .listingInfos .listingTitle {
    margin-bottom: 32px;
    color: #1c0552;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
  }

  .fullOverlay .overlayContent.third .left {
    padding-right: 70px;
  }

  .fullOverlay .overlayContent.third .left .title {
    font-size: 30px;
    line-height: 35px;
  }

  .fullOverlay .overlayContent.third .left .title br {
    display: none
  }

  .fullOverlay .overlayContent.third .content .subtitle {
    font-size: 18px;
  }

  .fullOverlay .overlayContent.third .content .button a {
    width: 190px;
    padding: 13px 0 8px;
  }

  .fullOverlay .overlayContent.third .content .button {
    margin-bottom: 28px;
  }

  .fullOverlay .overlayContent.third .content .availability a {
    margin-left: 16px;
  }

  .fullOverlay .overlayContent.third .content .availability {
    margin-bottom: 40px;
  }

  .fullOverlay .overlayContent.third .content .availability a img {
    height: 40px;
  }

  .fullOverlay .overlayContent.third .content .overlayBottom {
    width: 62%;
  }
}

@media all and (max-width: 768px) {
  .locateATMFixedPopup {
    width: 100%;
    height: 500px;
    background-color: #353535;
    padding-left: 27px;
    padding-right: 27px;
    max-width: 100%;
    overflow: auto;
    padding-bottom: 50px;
    bottom: 0;
    z-index: 250000;
  }

  .locateATMFixedPopup .subtitle {
    color: white;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
  }

  .locateATMFixedPopup .close {
    left: 20px;
  }

  .locateATMFixedPopup .title {
    color: white;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .locateATMFixedPopup .mapContainer {
    transform: none;
    overflow: hidden;
    padding-right: 0px;
    margin-right: 0px;
    width: 100%;
  }

  .locateATMFixedPopup .mapContainer .map {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    height: 233px !important;
    margin-bottom: 20px;
    transform: none;
    max-width: 100%;
  }

  .locateATMFixedPopup .button a {
    width: 170px;
    font-size: 12px;
  }

  .interested {
    width: 100%;
    background-color: white;
    background-image: none;
    bottom: 0;
    max-width: 100%;
    right: 0;
    padding: 50px 27px;
    height: auto;
    max-height: 100%;
  }

  .interested .close {
    left: 20px;
  }

  .smartbanner {
    z-index: 10000 !important;
  }

  .interested .title {
    color: #1a0052;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .interested .title br {
    display: none;
  }

  .interested .mapContainer {
    transform: none;
    overflow: hidden;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
  }

  .interested .interedtedproductsSlider .owl-stage-outer {
    margin-bottom: 20px;
  }

  .interested .interedtedproductsSlider .product .listingTitle a {
    max-width: 70%;
    display: block;
  }

  .interested .mapContainer .interedtedproductsSlider {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 20px;
    transform: none;
    margin-bottom: 0;
  }

  .interested .interedtedproductsSlider .owl-nav {
    width: 70%;
    display: none;

  }

  .interested .interedtedproductsSlider .owl-dots {
    width: 100%;
    text-align: center;
  }

  .interested .interedtedproductsSlider .product .listingImage a img {
    max-height: 200px;
    min-height: 200px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .interested .interedtedproductsSlider .product {
    width: 100%;
  }

  .interested .interedtedproductsSlider .product .listingTitle a {
    max-width: 100%;
    font-size: 22px;
  }

  /* .fullOverlay .overlayContent.first {
    height: 500px;  
  } */

  .fullOverlay .overlayContent.first .title {
    font-size: 35px;
    line-height: 38px;
  }


  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    height: auto;
  }

  .fullOverlay .overlayContent.first .listingZone .container {
    margin: 0;
    width: 100%;
  }

  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI .listingItem .listingImage {
    float: none !important;
    display: block !important;
    width: calc(100% - 40px) !important;
    padding-right: 33px !important;
    padding-left: 20px !important;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI .listingItem .listingInfos {
    float: none !important;
    display: block !important;
    width: 100% !important;
    background-color: white;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI .listingItem .listingInfos {
    padding: 20px !important;
  }

  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI .listingItem .listingInfos .listingCategory {
    width: 100% !important;
    display: block !important;
    /* text-align: center !important; */
  }

  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle {
    width: 100% !important;
    display: block !important;
    /* text-align: center !important; */
    padding: 0 20px 0 33px;

    font-size: 25px;
  }

  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle br {
    display: none;
  }

  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI .listingItem .listingInfos .listingCategory {
    /* text-align: center !important; */
    padding: 0 20px 0 33px;
  }

  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(even) .listingItem .listingInfos .listingCategory,
  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(even) .listingItem .listingInfos .listingTitle,
  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(even) .listingItem .listingInfos .listingLink {
    padding: 0 33px 0 20px;
  }

  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI .listingItem .listingInfos .listingLink a {
    font-size: 12px;
  }

  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI:nth-child(odd) .listingItem .listingInfos .listingTitle {
    font-size: 25px;
  }

  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI .listingItem .listingInfos .listingLink {
    /* text-align: center !important; */
    padding: 0 20px 0 33px;

  }

  .fullOverlay .overlayContent.first .listingZone .listingHolder .listingItemLI .listingItem .listingInfos .listingLink a {
    display: inline-block !important;
  }

  .fullOverlay .overlayContent.second .content {
    padding: 0 20px;
  }

  .fullOverlay .overlayContent.second .left,
  .fullOverlay .overlayContent.second .right {
    width: 100%;
    height: 50vh;
    float: none;
  }

  .fullOverlay .overlayContent.second .content .title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
    width: 100%;
  }

  .fullOverlay .overlayContent.second .content .title br {
    display: none;
  }

  .fullOverlay .overlayContent.second .left .content {
    top: 68%;
  }

  .fullOverlay .overlayContent.second .right .content {
    top: 35%;
  }

  .fullOverlay .overlayContent.third .left,
  .fullOverlay .overlayContent.third .right {
    display: block;
    width: 100%;
    float: none;
    height: auto;
    position: relative;
    min-height: 0;
    padding: 20px;
  }

  .fullOverlay .overlayContent.third .left {
    background-size: 500% 100%;
  }

  .fullOverlay .overlayContent.third .right {
    height: 35vh;
  }

  .fullOverlay .overlayContent.third .left .content {
    position: relative;
    top: auto;
    transform: none;
  }

  .fullOverlay .overlayContent.third .content .overlayBottom {
    width: 100%;
    padding: 20px 0 0;
  }

  #ThirdViewForm {
    overflow: auto;
  }

  .fullOverlay .overlayTop {
    right: 20px;
  }

  .shegardi a.icon {
    top: 0;
    right: -41px;
  }

  .fullOverlay.overflow .overlayBottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    background-color: #211553;
    z-index: 10;
  }

  .fullOverlay.overflow .overlayBottom .container {
    border: none;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .fullOverlay.overflow .warba-assist {
    padding-bottom: 70px;
  }

  .fullOverlay.overflow .overlayBottom .button a {
    width: 147px;
    background-color: #211553;
    color: white;
    border: 1px solid #ffffff;
  }

  .fullOverlay .overlayContent.second .content .subtitle {
    font-size: 16px;
  }

  .fullOverlay .overlayContent.second .content .subtitle br {
    display: none;
  }

  .fullOverlay .overlayContent.second .content .button a {
    font-size: 12px;
  }

  .fullOverlay .overlayContent.third .left .title {
    max-width: 75%;
  }

  .fullOverlay .overlayContent.third .content .overlayBottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    background-color: #211553;
    z-index: 10;
  }

  .fullOverlay .overlayContent.third .content .overlayBottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    background-color: #211553;
    z-index: 10;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .fullOverlay .overlayContent.third .content .overlayBottom .button {
    text-align: left;
  }

  .fullOverlay .overlayContent.third .content .overlayBottom .button a {
    margin-left: 20px;
    width: 147px;
    border: 1px solid white;
    color: white;
    background-color: transparent;
  }
}

@media all and (max-width:640px) {

  .fullOverlay {
    height: 100vh;
    overflow-y: auto;
  }

  .fullOverlay .overlayContent.first .title {
    font-size: 30px;
    line-height: 30px;
    padding: 0 20px;
  }

  .fullOverlay .overlayContent.second .left {
    height: 50vh;
  }

  .fullOverlay .overlayContent.second .right {
    height: 50vh;
  }

  .fullOverlay .overlayContent.second .left .content {
    top: 30%;
  }

  .fullOverlay .overlayContent.second .content {
    position: relative;
    display: block;
    top: 50%;
    right: 0;
    transform: none;
    width: 100%;
  }

  .fullOverlay .overlayContent.second .right .content {
    top: 10%;
  }

  .fullOverlay .overlayBottom.spe {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    background-color: #211553;
    z-index: 10;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .fullOverlay .overlayBottom .button {
    width: 232px;
  }

  .fullOverlay .overlayBottom .button a {
    width: 147px;
    margin-left: 20px;
  }

  .fullOverlay .overlayContent.third .content .availability a img {
    height: 38px;
  }

  .fullOverlay .overlayContent.third .content .overlayBottom .button {
    width: 100%;
  }

  .fullOverlay .overlayContent.third .content .button a {
    width: 234px;
  }

  .fullOverlay .overlayContent.third .content .subtitle br {
    display: none;
  }

  .fullOverlay .overlayTop .logo img {
    height: 60%;
    max-height: 54px;
  }

  .fullOverlay .overlayContent.third {
    padding-top: 60px;
  }

  .fullOverlay .overlayContent.third .content .subtitle {
    font-size: 16px;
  }

  .fullOverlay .overlayContent.third .content .availability span {
    font-size: 16px;
  }

}


body.fixedBody {
  height: 100vh;
  overflow: hidden;
}

.smartbanner {
  top: 0px !important;
  height: 90px !important;
  position: fixed !important;
}

.smartbanner__info {
  height: 70px !important;
}

.pushdown header {
  top: 90px;
}

.pushdown header.sticky.visible {
  top: 90px;
}

.investServ .blockBody .listingHolder .owl-nav .owl-next {
  left: -54px;
  right: auto;
}

.investServ .blockBody .listingHolder .owl-nav .owl-next img {
  transform: rotateZ(180deg);
}

.investServ .blockBody .listingHolder .owl-nav .owl-prev img {
  transform: rotateZ(180deg);
}

.investServ .blockBody .listingHolder .owl-nav .owl-prev {
  right: -54px;
  left: auto;
}

.productItem.investmanag .bigContainer .wrapper .right {
  background-image: url(../images/waterfall-ar.jpg) !important;
}

@media all and (max-width: 1200px) {
  .navbar .menusMain .mainMenu ul li {
    margin-left: 10px;
  }

  .navbar .menusMain .mainMenu ul li a {
    font-size: 16px !important;
  }

  header .bigContainer .logo a {
    width: 100px;
    height: 52px;
  }
}



@media (max-width: 768px) {

  header .menu .floatRight .top .menu-align ul.upperMenu li a,
  header .hidden-menu .floatRight .top .menu-align ul.upperMenu li a {
    font-size: 7px !important;
  }

  header .bigContainer .logo a {
    width: 70px;
    height: 40px;
  }
}


/*#h > div > div > div.floatRight > div.top > div.menu-align ul.upperMenu > li:nth-child(1) {
    position: relative;
}

    #h > div > div > div.floatRight > div.top > div.menu-align ul.upperMenu > li:nth-child(1)::before {
        background-image: url(/images/report.svg);
        content: "";
        position: absolute;
        display: block;
        width: 22px;
        height: 22px;
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
        right: 0;
        top: 3px;
    }

#h > div > div > div.floatRight > div.top > div.menu-align ul.upperMenu > li:nth-child(1) a {
    position: relative;
}

    #h > div > div > div.floatRight > div.top > div.menu-align ul.upperMenu > li:nth-child(1):hover a:after,
    #h > div > div > div.floatRight > div.top > div.menu-align ul.upperMenu > li:nth-child(1) a.active:after {
        width: 77%;
    }*/

.fraudalert {
  width: 72px;
  height: 72px;
  display: block;
  position: fixed;
  bottom: 110px;
  left: 24px;
  background-color: #026689;
  border-radius: 50%;
  padding: 5px;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #026689;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.fraudalert:hover {
  background-color: #ffffff;
  color: #026689;
}

.fraudalert:hover svg path,
.fraudalert:hover svg rect {
  fill: #026689;
}

.fraudalert svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
  height: 22px;
  width: 22px;
}

.fraudalert.enter {
  left: 24px;
}

.fraudPopup {
  right: 0;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 14000;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.fraudPopup .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 750px;
}

.fraudPopup .content img {
  display: block;
  width: 100%;
  margin-bottom: 76px;
}

.fraudPopup .content .title {
  color: #1B0052;
  font-size: 42px;
  letter-spacing: 0;
  line-height: 51px;
  text-align: center;
  font-weight: 400;
  max-width: 497px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.fraudPopup .content p {
  color: #303030;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  font-weight: 400;
  max-width: 503px;
  margin: 0 auto;
  margin-bottom: 56px;
}

.fraudPopup .content a {
  color: #313672;
  font-family: BrownStd;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  display: block;
  margin-bottom: 100px;
  font-weight: 400;
  text-decoration: underline;
}

.fraudPopup .content a:hover {
  text-decoration: none;
}

/*#h.sticky > div > div > div.floatRight > div.top > div.menu-align ul.upperMenu > li:nth-child(1)::before {
    background-image: url(/images/report-white.svg) !important;
}*/


.dwnapp {
  background-image: url(../images/download-our-app-banner-arabic.jpg);
  background-image: url(../images/download-our-app-bannernew.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  direction: rtl;
}

.dwnapp .container {
  padding: 120px 0;
  position: relative;
}

.dwnapp .container .phonesImg {
  position: absolute;
  width: 40%;
  left: 0;
  bottom: 0;
}

.dwnapp .container .phonesImg img {
  width: 100%;
}

.dwnapp .container .sub {
  color: #FFFFFF;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 56px;
  font-weight: 300;
  margin-bottom: 4px;
  text-align: right;
}

.dwnapp .container .tit {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 76px;
  margin-bottom: 34px;
  text-align: right;
}

.dwnapp .container p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  text-align: right;
}

.dwnapp .container .links a {
  display: inline-block;
  margin-left: 8px;
}

.dwnapp .container .links a img {
  display: block;
  height: 46px;
  width: auto;
}

.warbahelp {
  background-image: url(../images/banner-call-us.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  direction: rtl;
}

.warbahelp .container {
  padding: 90px 0;
  text-align: center;
}

.warbahelp .tit {
  color: #FFFFFF;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 75px;
  text-align: center;
  margin-bottom: 36px;
}

.warbahelp .call {
  color: #2E306E;
  font-size: 25px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 47px;
  text-align: center;
  position: relative;
  border: 1.68px solid #FFFFFF;
  border-radius: 6.72px;
  background-color: #FFFFFF;
  padding: 0px 20px;
  vertical-align: middle;
  margin-bottom: 5px;
  display: inline-block;
}

.warbahelp .call::before {
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-image: url(../images/new/call.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.warbahelp h2 {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 94px;
  text-align: center;
}

@media(max-width:768px) {
  .dwnapp .container .phonesImg {
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
  }

  .dwnapp .container {
    padding: 40px 0 200px;
  }

  .dwnapp .container .sub {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 30px;
  }

  .dwnapp .container .tit {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 34px;
  }

  .dwnapp .container p {
    font-size: 16px;
  }

  .warbahelp .tit {
    font-size: 30px;
    line-height: 15px;
  }

  .warbahelp .call {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .warbahelp .call::before {
    width: 20px;
    height: 20px;
  }

  .warbahelp h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

.datefield {
  background-image: url(../images/calendar-icon.png);
  background-repeat: no-repeat;
  background-position: 2% center;
  background-size: 18px;


}

.datepicker {
  left: auto;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: auto;
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: auto;
  right: 7px;
}

input::-ms-clear {
  display: none;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input:focus::-ms-clear {
  display: none;
}

input:focus::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input:focus::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.interLockingListingCarousel .expandDetails ul.listingHolder .inserted-col ul.rowWrap li.clearfix.row ul {
  display: flex;
}
.icon-TikTok {
  background-image: url(../images/tiktok.svg);
    width: 20px!important;
    height: 22px!important;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(1);
}
.popup_content.white {
  max-width: 50vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px;


}

.popup_content.white .title {
  color: #1a0053;
  margin-bottom: 50px;
}

.popup_content.white {
    padding-top: 50px;
    border: 1px solid #1a0053;
}

.popup_content.white img {
    margin: 0 auto;
}

.popup.nobg{
    background:none;
}

    .popup.nobg .closePopup {
        left: 20px;
        width: 15px;
        height: 15px;
        top: 20px;
    }



/* new Updates*/


.LandingBanner .textHolder {

  font-size: 68px;
  line-height: 88px;
  text-align: right;
  font-weight: 700;
}

.LandingBanner .btn-primary {
  border-radius: 35px;
  background-color: #FFFFFF;

}

.LandingBanner.fourm a.btn-primary {
  color: #60BBE7;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 6px;
  padding: 22PX 48PX;
  border: 1px solid #fff;
}

.LandingBanner.fourm .btn-primary:hover {

  background-color: transparent !important;
  color: white;
  border: 1px solid #fff;
}

.LandingBanner a.btn-primary {
  color: #60BBE7;
  font-size: 22px;
  font-weight: bold;
  line-height: 6px;
  text-align: center;
  padding: 32px 66px;

}

.LandingBanner .desc {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  text-align: right;
  margin-bottom: 15px;

}

.beyondSec {
  margin-bottom: 75px;

}

.beyondSec .text p {
  color: #61B8E5;
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  text-align: right;

}

.servicesHolder {
  margin-bottom: 80px;
}

.servicesHolder .titleHolder .title h3 {
  color: #1D0054;
  font-size: 60px;
  font-weight: 500;
  line-height: 88px;
  text-align: right;
  margin-bottom: 38px;
}

.servicesHolder .listingItem {
  background: #61B8E5;
  display: block;
  padding: 60px 50px 50px 50px;
  height: 360px;
  width: 360px;
  margin-bottom: 15px;
}

.servicesHolder .listingImage {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.servicesHolder .listingDescription {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  min-height: 80px;
}

.servicesHolder li:nth-child(3n+2) {
  transform: translatey(-15%);

}

.servicesHolder li:nth-child(3n) {
  transform: translatey(-25%);

}

.servicesHolder .col-md-4 {
  margin-bottom: 0;
}

/*beyond tabs*/
.beyondtabsHolder {
  margin-bottom: 90px;
}


.beyondTabs .beyondImg {
  flex: 0 0 25%;
  margin-left: 25px;
}

.beyondTabs .tabsLinks a {
  display: block;
  opacity: 0.4;
  color: #61B8E5;
  font-size: 44px;
  font-weight: bold;
  line-height: 65px;
  text-align: right;
  position: relative;
}

.beyondTabs .tabcontent {
  display: none;
  padding: 20px;
}

.beyondTabs .tab.active {
 /* background-color: #f1f1f1;*/
}

.beyondTabs .tab {
  color: #61B8E5;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 35px;
  text-align: right;
}

.beyondImg img {
  display: block;
  width: 100%;
  max-width: 255px;
  height: 100%;
  max-height: 255px;
}

/*Cards*/
.beyondCards {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cardsBox {
  padding: 50px 32px 32px;
}

.cardsBox:hover {
  border-radius: 16px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
}

.cardsBox:hover img {
  transform: scale(1.1);
}

.cardsBox:hover .textblock {
  opacity: 1;
}

.cardsBox:nth-child(3n+1) {
  clear: both;
}

.beyondCards img {
  width: 100%;
  height: 100%;
  max-width: 212px;
  margin: 0 auto;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}

.beyondCards .textblock {
  position: relative;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

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

.beyondCards .row {
  margin: 0;
}

.beyondCards .row .col-md-3 {
  padding: 0;
  margin: 0;
}

/*Mobile*/
.mobileManagTab {
  margin-bottom: 130px;
}

.mobileManagTab .title span {
  font-weight: 700;
}

.mobileTabsHolder .tabsMain {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobileTabsHolder .tabsLinks {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.mobileTabsHolder .tabsMain .tabsLinks a {
  color: white;
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
  text-align: right;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;

  transition: all 0.5s linear;

}

.mobileTabsHolder .tabsMain .tabsLinks:hover {
  -webkit-transition: all 0.3ms ease-in-out;
  -moz-transition: all 0.3ms ease-in-out;
  -ms-transition: all 0.3ms ease-in-out;
  -o-transition: all 0.3ms ease-in-out;
  transition: all 0.3ms ease-in-out;
}

.tab img {
  width: 100%;
  max-width: 270px;
}

.bluetab {
  background: #62C0EC;
  width: 512px;
  padding: 15px 20px;

}

.redtab {
  background: #F0506D;
  width: 616px;
  padding: 15px 20px;
}

.yelowtab {
  background: #ECB643;
  width: 453px;
  padding: 15px 20px;

}

.navytab {
  background: #214C86;
  width: 616px;
  padding: 15px 20px;

}

.purpletab {
  background: #242457;
  width: 453px;
  padding: 15px 20px;
}

/* SocialBtn*/
.socialBtn {
  text-align: center;
}

.socialBtn .btn-primary {
  background-color: #61B8E5;
  border-radius: 50px;
  margin-bottom: 85px;
  border: 1px solid #fff;

}

.socialBtn .btn-primary:hover {
  background-color: #fff;
  border: 1px solid #61B8E5;
}

.socialBtn a.btn-primary {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 6px;
  text-align: center;
  padding: 32px 66px;


}

.socialBtn a.btn-primary:hover {
  color: #61B8E5;


}

/*social*/
.landingNewSocial {
  background-color: #61B8E5;
  padding: 45px 0;
  text-align: center;
}


.landingNewSocial .listingHolder {
  display: flex;
  justify-content: center;
  align-items: center;
}

.landingNewSocial .listingImage a {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.landingNewSocial .listingImage img {
  width: 50px;
}


.homepageBanner {
  margin-top: 100px;
}

.imgiconHolder img {
  max-width: 150px;
  margin-bottom: 15px;

}


.tabsHolder {
  width: 100%;
}

.beyondtabsHolder .tabsMain {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 27px;
}

.tabsMainHolder {
  display: flex;
  ;
}

.tabsLinks {
  min-width: 180px;
}

.beyondTabs .tabsItem {
  display: flex;
  gap: 10px;
  align-items: center;
}

.beyondTabs .tabsHolder {
  flex: 0 0 60%;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.3s;
}

.beyondTabs .tabsHolder.active {
  opacity: 1;
  visibility: visible;
}

.beyondTabs .tabsLinks a.active {
  opacity: 1;
}

.mobileTabsHolder .tabsMain .tabsLinks a.active {
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.blogsmainHolder .tabsLinks {
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.blogsmainHolder .tabsLinks a {
  text-align: center;
  border-top: transparent solid 6px;
  padding-top: 25px;
}

.blogsmainHolder .tabsLinks a:active {
  text-align: center;
}

.blogsmainHolder .tabsLinks a h3 {
  color: #A8A8A8;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25px;

}

.blogsmainHolder .tabsLinks a span {
  color: #A8A8A8;
  font-size: 41px;
  letter-spacing: 0;
  line-height: 49px;
  text-align: center;
}

.blogsmainHolder .tabsHolder .tab {
  display: none;
}

.blogsmainHolder .tabsLinks a span {
  color: #1D0054;
}

.blogsmainHolder .tabsLinks a.active {
  border-top: 6px solid #1D0054;
  padding-top: 25px;
  color: #1D0054;
}

.blogsmainHolder .tabsLinks a h3 {
  color: #1D0054;
}

.blogsmainHolder .owl-item {
  width: 260px !important;
}

.rewardsMain {
  margin-bottom: 85px;
}

.rewardsMain .container {
  position: relative;
}

.rewardsHolderBox {
  background: #242457;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 80%;
}

.rewardTxtHolder {
  background-color: #F3BE45;
  color: white;
  padding: 40px 36px;
}

.txtTitle h3 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  text-align: right;
  margin-bottom: 15px;
}

.rewardTxtHolder p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  text-align: right;
  margin-bottom: 20px;
}

.iconHolderTxt {
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.icon p {
  color: white;
}

.icon:not(:last-child) {
  border-left: 1px solid #979797;
  padding-left: 75px;
  margin-left: 75px;
  text-align: center;
}

.blogsmainHolder {
  margin-bottom: 85px;
}

.icon img {
  margin-bottom: 10px;
}

.blogsmainHolder .titletxtholder {
  text-align: center;
  padding: 0 35px
}

.blogsmainHolder .titletxtholder h3 {
  color: #1D0054;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 10px;
  font-family: "dinar";
}

.blogsmainHolder .titletxtholder p {
  color: #787878;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}

.blogsmainHolder .tab img {
  width: 100%;
  margin-bottom: 20px;
  max-width: 100%;

}

.blogsmainHolder .blogDesc p {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
}

.owl-next {
  position: relative;
  font-size: 0 !important;
}

.owl-prev {
  position: relative;
  font-size: 0 !important;
}

.owl-prev::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 29px;
  background-image: url(../images/arrow-left.svg);
  background-position: center;
  top: 0px;
  right: 20px;
  transform: translatey(-50%);

}

.owl-next::before {
  position: absolute;
  content: '';
  width: 17px;
  height: 29px;
  background-image: url(../images/arrow-right.svg);
  background-position: center;
  top: 0px;
  left: 20px;
  transform: translatey(-50%);
}

.imgtitleHolder {
  display: block;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  font-size: 0 !important;
}

.imgtitleHolder img {
  width: 100%;
  margin-bottom: 20px;
}

.imgtitleHolder h4 {
  color: #1D0054;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}

.blogsmainHolder .imgHlder {
  cursor: pointer;
  border: 0.77px solid #EBEBEB;
}

.beyondImgHolder .imgMobile {
  display: none;
}

.beyondImgHolder .imgDesktop {
  display: block;
}

.blogsmainHolder .tabsLinks a span {
  color: #A8A8A8;
}

.blogsmainHolder .tabsLinks a h3 {
  color: #A8A8A8;
}

.blogsmainHolder .tabsLinks a.active {
  padding-top: 25px;
  color: #1d0054;
  font-family: 400;
}

.blogsmainHolder .tabsLinks a.active h3 {

  color: #1d0054 !important;
  font-weight: 500;
}

.blogsmainHolder .tabsLinks a.active span {
  padding-top: 25px;
  color: #1d0054 !important;
  font-weight: 700;
}

.imgiconHolderMobile {
  display: none;
}

.servicesHolder .listingImage img {
  align-items: center;
  margin-bottom: 33px;
  max-height: 100px;
  display: block;
  max-width: 80px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.rewardsMain .container .row {
  margin-left: -12px;
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.landingNewSocial .listingImage.zoomhover {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

.selectedTab {
  display: none;
}

.mobileTabsHolder .tabsMain .tabsLinks a {

  transition: 0.3 ease-in-out all;
}

.mobileTabsHolder .tabsMain .tabsLinks a:hover {
  font-weight: 400;
  color: white;
  transition: 0.3 ease-in-out all;
}

.owl-stage {
  animation: Fadein-custom 1s ease-in-out;
}

@keyframes Fadein-custom {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.burger li a:before {
  top: 20px !important;

}

.servicesHolder .col-md-4 {
  padding: 0 7.5px !important;
  width: 33.33333%;
  margin-bottom:15px;
}

.servicesHolder .listingItem {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:100%;
  margin:0;
}

.servicesHolder .listingDescription {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  min-height:0;
}

.servicesHolder .listingImage img {
  align-items: center;
  margin-bottom: 33px;
  max-height: 110px;
  display: block;
  max-width: 110px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}


/*popup*/

.beyond {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.beyond-popup {
  background-color: rgb(53, 195, 241);
  border-radius: 50px;
  padding: 50px 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  max-width: 90vw;
  overflow-y: auto;
  min-width: 300px;
}


.beyond-popup::-webkit-scrollbar {
  display: none;
}


.beyond-popup .close-container {
  text-align: -webkit-right;
}

.beyond-popup .close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
}

.beyond-popup .close-button img {
  width: 100%;
}

.beyond-popup .logo-container {
  margin: 0 auto;
  width: 200px;
}

.beyond-popup .logo-container img {
  width: 100%;
}

.beyond-popup .text {
  color: #ffffff;
  text-align: -webkit-center;
  padding: 50px 0;
  font-size: 20px;
}

.beyond-popup .text p {
  max-width: 360px;
}

.beyond-popup .form-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
}

.beyond-popup .form-container input {
  padding: 20px 35px;
  border-radius: 50px;
  border: 0;
  width: 100%;
  margin-top: 20px;
}

.beyond-popup .form-container .ms-parent {
  width: 100%;
}

.beyond-popup .form-container .ms-parent .ms-drop {

  width: inherit;
}

.beyond-popup .form-container .ms-parent .ms-drop ul li:not(:first-child) {

  color: rgb(53, 195, 241);

}

.beyond-popup .form-container .ms-parent .ms-drop ul .ms-select-all {
  display: none;
}

.beyond-popup .form-container .ms-parent .ms-drop ul li {

  padding: 12px 35px;
  margin-bottom: 2px;
}

.beyond-popup .form-container .ms-parent .ms-drop ul li label {
  font-size: 15px;
}

.beyond-popup .form-container .ms-parent .ms-drop ul .selected {

  background-color: aliceblue;

}

.beyond-popup .form-container .ms-parent button {
  padding: 26px 35px;
  border-radius: 50px;
  border: 0;
  width: 100%;
  margin-top: 20px;
  /* color: rgb(53, 195, 241); */
}

.beyond-popup .form-container .ms-parent-open button {

  border-bottom-left-radius: 0;
  /* color: rgb(53, 195, 241); */
  border-bottom-right-radius: 0;
  /* color: rgb(53, 195, 241); */
}

.beyond-popup .form-container .ms-parent button span {
  color: rgb(53, 195, 241);
  transform: translate(0px, 33px);
  text-align: right;
  margin-right: 13px;
  font-size: 20px;
  font-family: 'dinar', 'brownstd', sans-serif;
}

.beyond-popup .form-container .ms-parent button .icon-caret {
  transform: translate(0px, 10px);
}

.beyond-popup .form-container input::placeholder {
  color: rgb(53, 195, 241);
}

.beyond-popup .papers {
  margin: 30px 0 10px 0;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 16px;
}


.beyond-popup .papers span {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

.beyond-popup .papers span.arrow::before {
  content: '';
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url(../images/ArrowDown.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.beyond-popup .papers span.arrow.open::before {
  content: '';
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url(../images/ArrowUp.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.beyond-popup .papers li {
  padding: 5px 0;
  margin: 0 28px;
  list-style: initial;
}

.beyond-popup .papers ul {
  padding-top: 20px;
}

.beyond-popup .checkmark label {
  color: #ffffff;
  padding: 0 30px;
}

.beyond-popup .checkmark input {
  margin: 0;
}

.beyond-popup .checkmark label {
  color: #ffffff;
  padding: 0 30px;
}

input[type=checkbox]:not(old)+label:before {
  border: 0 !important;
  border-radius: 5px !important;
  width: 20px !important;
  height: 20px !important;
  margin: 5px 0 0 10px !important;
  float: right !important;
}

/* Style the custom checkbox when checked */
input[type=checkbox]:checked+label:before {
  content: '\2714';
  display: inline-block;
  font-size: 15px;
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  border-radius: 6px;
  margin: 0 0 0 10px;
  background-color: #ffffff !important;
  color: rgb(53, 195, 241);
}

.beyond-popup #submit {
  padding: 18px;
  width: 180px;
  margin: 0 auto;
  color: rgb(53, 195, 241);
  background-color: #fff;
  font-weight: 600;
  margin-top: 40px;
  cursor: pointer;
  border-radius: 50px;
  border: 0;
  font-size: 15px;
  text-align: center;
  line-height: 1;
}

.beyond-popup .error-msg {
  color: red;
  font-size: 16px;
  margin: 5px 30px 0 0;
}

.beyond-popup .checkmark .error-msg {
  margin-right: 0;
}

.beyond-popup .blockTitle {
  font-size: 20px;
  text-align: center;
  color: #fff;
}

