@font-face {
  font-family: roboto-bold;
  src: url(assets/font/roboto/Roboto-Bold.ttf);
}

@font-face {
  font-family: roboto-medium;
  src: url(assets/font/roboto/Roboto-Medium.ttf);
}

@font-face {
  font-family: roboto-regular;
  src: url(assets/font/roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: ar-regular;
  src: url(assets/font/almarai/Almarai-Regular.ttf);
}

@font-face {
  font-family: ar-bold;
  src: url(assets/font/almarai/Almarai-Bold.ttf);
}

.service-name-mobile {
  display: none;
  font-size: 2.5vh;
  font-family: roboto-bold;
  padding-bottom: 5px;


}

input {
  outline: none;
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@keyframes offerSlide {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body {
  margin: 0px;
  padding: 0px;
  font-family: roboto-regular;
  animation: 0.5s ease-out 0s 1 slideInFromLeft;
  color: #1E1009;
  scrollbar-color: #553B8A #CECECE;
  scrollbar-width: thin;

}

body {
  background: #FEFEFF !important;
}

h1,
h2 {
  font-family: roboto-bold;
  font-weight: normal;
}

.site-branding {
  display: flex;
  align-items: center;
}

#headset-icon {
  position: fixed;
  bottom: 16px;
  right: 32px;
  z-index: 111;
}


div#header-widget {
  display: flex;
  align-items: center;
}

div#header-widget section {
  padding: 0px 10px;
}

section#polylang-2 ul,
section#polylang-3 ul {
  display: flex;
  align-items: center;
  list-style: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
}

section#polylang-2 ul li,
section#polylang-3 ul li {
  padding: 0px 5px;
  border-right: 1px solid #fff;
}

section#polylang-2 ul li:last-child,
section#polylang-3 ul li:last-child {
  border: 0px;
}

body.home section#polylang-2 ul li,
body.home section#polylang-3 ul li {
  border-color: #000;
}

section#polylang-2 ul li a,
section#polylang-3 ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1vw;
  /* margin: 0px 5px; */
}

section#polylang-2 ul li a {
  font-family: ar-bold;
}

body.home section#polylang-2 ul li a,
body.home section#polylang-3 ul li a {
  color: #000;
}

#download-reflect {
  color: #fff;
  background: #553b8a;
  padding: 10px 30px;
  border-radius: 80px;
  font-size: 17px;
  border: 1px solid #FFFFFF;
  text-decoration: none;
}

#fixed-bg {
  background: url(assets/images/homepage/banner/image-banner.png) top center;
  /* min-height: 100vh; */
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  border-radius: 0px 0px 300px 0px;
  background-size: cover;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.wp-block-button__link {
  background-color: #553b8a;
}

#fixed-bg2 {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 100vh;
  background: #FFDF03;
  border-radius: 100% 100% 0px 0px;
}

header {
  left: 0px;
  top: 0px;
  width: 100%;
  position: fixed;
  z-index: 4;
  background: #553b8a;
  height: 120px;
}

body.home header {
  background: #fff;
}

header #header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px;
}

header .menu {
  display: flex;
  list-style: none;
  list-style-image: none;
}

header .menu li {
  margin: 0px 20px;
}

header .menu li a {
  text-decoration: none;
  color: #fff;
  font-family: roboto-regular;
  font-size: 17px;
  transition: ease 0.4s all;
}

header .menu li a:hover {
  color: #d8dade;
}

header .menu li.current-menu-ancestor>a {
  font-family: roboto-bold;
}

header .menu li.current-menu-item>a {
  font-family: roboto-bold;
}

body.home header .menu li a {
  color: #000;
}

header .menu li#menu-item-5344 a {
  background: #553b8a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}

.container {
  /* padding: 0px 10%; */
  width: 100%;
  margin: auto;
  max-width: 1350px;
}

#home-block {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#home-block h1 {
  color: #fff;
  font-size: 5vw;
  line-height: 1;
}

#home-block h1 p {
  margin: 0px;
}

.front-title {
  font-size: 3vw;
}

.subtfront-title {
  font-size: 2vw;
  /* font-size:40px; */
  font-family: roboto-bold;
}

.black-headtitle {
  color: #000000;
  font-family: roboto-bold;
  font-weight: normal;
}

.site-main {
  position: relative;
  z-index: 3;
}

#why-reflect {
  margin-bottom: 70px;
}

.why-reflect-blocks {
  display: flex;
  align-items: center;
}

.why-reflect-blocks-img {
  width: 30%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.why-reflect-blocks-img img {
  width: 60%;
  height: auto;
}

#why-reflect-services {
  margin-left: 50px;
  flex: 1;
}

#why-reflect-services-container {
  /* max-width: 800px; */
  display: flex;
  flex-wrap: wrap;
}

.service-item {
  width: 46%;
  background: #ffffff8c;
  padding: 30px;
  box-sizing: border-box;
  margin: 2%;
  border-radius: 20px;
  position: relative;
  margin-bottom: 65px;
}

.service-img {
  border-radius: 30px;
  position: absolute;
  top: -48px;
  left: 30px;
  width: 96px;
  height: 96px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.service-img img {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.service-details {
  /* padding-top: 60px; */
  padding-top: 0px;
}

.service-details .service-name {
  color: #553B8A;
  font-family: roboto-bold;
  /* font-size: 22px; */
  font-size: 1.3vw;
}

.service-details .service-desc,
.service-details .service-desc p {
  /*font-size: 15px;*/
  font-size: 1vw;

}


.slick .item .bg {
  /* height:550px; */
  background-position: center;
  background-size: cover;
  transition: .3s;
  margin: 0 -24px;
  -webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
  transition: all 0.3s ease-in-out;
}

.slick .item .bg.before1 {
  transform: scale3d(0.9, 0.9, 1);
  transition: all 0.3s ease-in-out;
  transform-origin: center right;
}

.slick .item .bg.before2 {
  transform: scale3d(0.7, 0.7, 1);
  transition: all 0.3s ease-in-out;
  transform-origin: center right;
}

.slick .item .bg.after1 {
  transform: scale3d(0.9, 0.9, 1);
  transition: all 0.3s ease-in-out;
  transform-origin: center left;

}

.slick .item .bg.after2 {
  transform: scale3d(0.7, 0.7, 1);
  transition: all 0.3s ease-in-out;
  transform-origin: center left;
}

.slick .slick-list {
  padding: 20px 0 !important;
  /* padding-top:20px!important;
	padding-bottom:20px!important; */
}

.slick .slick-center .bg {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.slick-slide {
  outline: none;
  position: relative;
  z-index: 3;
}

.slick-slide.slick-current {
  position: relative;
  z-index: 4;

}

.slick-slide img {
  width: 100%;
  border-radius: 20px;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.slick-prev {
  left: 100px;
}

.slick-next {
  right: 100px;
}

#features {
  background: rgb(255 255 255 / 75%);
  padding-top: 70px;
}

#features h2 {
  margin: 0px;
  padding: 0px;
}

.blue-button {
  background: #553B8A;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
}

.blue-button:hover {
  background: #553B8A;
}

#features-text-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px;
}

#features-text-block h2 {
  padding: 20px 0px 10px;
  color: #553B8A;
}

#features-text {
  padding: 0px 0px 20px;
  max-width: 600px;
  line-height: 24px;
  text-align: center;
}

#faq-front-container {
  background: #EFEFEF;
  position: relative;
  padding: 35px;
  border-radius: 34px;
  display: flex;
}

#faq-front {
  padding-top: 10px;
}

#faq-front .faq-list {
  padding-top: 10px;
}

.app-stores {
  display: flex;
  align-items: center;
  gap: 20px;
}

.app-stores img {
  width: 160px;
  height: auto;
}

#faq-front-bg {
  top: -104px;
  right: -8%;
  position: absolute;
  /* top: 0;
    right: 0px; */
  height: 100%;
  text-align: right;
  width: 35%;
}

#faq-front-bg img {
  width: 100%;
}

.faq-list .faq-title {
  background: #fff;
  padding: 14px 20px;
  margin: 20px 0px;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1vw;
  text-decoration: none;
  color: #1E1009;
}

.faq-front-list {
  width: 60%;
}

#front-offers {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 80px 0px;
}


#front-offers-container {
  flex: 1;
}

.offer-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: roboto-regular;
  color: #1E1009;
  font-size: 10px;
}

.content-wrapper .offer-date-progress {
  margin-bottom: 10px;
}

.offer-date-progress {
  width: 100%;
  background: rgba(85, 59, 138, 0.2);
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.offer-date-progress div {
  width: 60%;
  background: rgba(85, 59, 138, 1);
  height: 100%;
}

.pin-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 100%;
  column-gap: 1em;
  padding: 2em;
  flex: 1;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.image-wrapper>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 3em;
}

.content-wrapper {
  background: #EFEFEF;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 15px;
  position: relative;
  animation: 0.5s ease-out 0s 1 offerSlide;
}

.content-wrapper p {
  padding: 0.5em 0 0 0.5em;
  font-weight: bold;
}

.overlay {
  cursor: zoom-in;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  padding: 0.75em;
  color: white;
  opacity: 0;
  display: none;
}

.overlay:hover {
  opacity: 0;
}

.overlay div {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.overlay div>p {
  cursor: pointer;
}

.overlay div .round-button:nth-child(2) {
  margin-left: auto;
  margin-right: 0.7em;
}

.round-button {
  width: 2.4em;
  height: 2.4em;
  border: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  opacity: 0.8;
}

.round-button img {
  width: 60%;
  height: 60%;
}

.spheric-button {
  height: ;
  border-radius: 50px;
  border: none;
  padding: 0.5em 01.25em;
  opacity: 0.8;
  font-weight: 800;
}

.spheric-button:hover,
.round-button:hover {
  opacity: 1;
  cursor: pointer;
}

.save {
  padding: 1em 1.5em;
  border: none;
  border-radius: 50px;
  color: white;
  font-weight: 900;
  cursor: pointer;
  background-color: var(--red);
}

.save:hover {
  background-color: #ad081b;
}

.pin-container .pin-column:first-child {
  margin-top: 150px;
}

.pin-container .pin-column:last-child {
  margin-top: 100px;
}

.offer-list-title {
  padding: 0px !important;
  font-family: roboto-regular;
  color: #553B8A;
  display: block;
  text-decoration: none;
  font-weight: bold;
  margin: 16px 0px;
}

@media (max-width: 1050px) {
  .pin-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .column:last-child {
    display: none;
  }
}

@media (max-width: 800px) {
  .pin-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .column:nth-child(3) {
    display: none;
  }
}

@media (max-width: 730px) {

  .content-wrapper:first-child {
    display: block;
  }

  .content-wrapper {
    display: none;
  }

  .merch-filter2 {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .merch-cont {
    justify-content: flex-start !important;
  }

  .merch-filter2>div {
    margin: 0px 0px 20px;
  }
}


@media (max-width: 550px) {
  .pin-container {
    grid-template-columns: 1fr;
    gap: 3em;
  }

  .column:nth-child(3) {
    display: flex;
  }

  .column:last-child {
    display: flex;
  }

}

footer {
  position: relative;
  z-index: 1;
  background: #553B8A;
  padding: 50px 0px;
}

#fl1-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20px;
  /* border-bottom: 1px solid #fff; */

}

#f1-layer1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.white-headtitle {
  color: #fff;
  font-family: roboto-bold;
  font-weight: normal;
}

.white-txt {
  color: #fff;
  font-family: roboto-medium;
  font-weight: normal;
}

#f1-layer2 {
  width: 100%;
  max-width: 345px;
}

#f1-layer2 .white-headtitle {
  margin: 0px;
  padding: 0px;
}

#f1-layer2 .subscribe-form {
  margin: 20px 0px;
}

.subscribe-form form {
  display: flex;
  align-items: center;
  height: 45px;
  width: 100%;
  background: #fff;
  justify-content: space-between;
  border-radius: 50px;
  overflow: hidden;
}

.subscribe-form form input[type='text'] {
  border: 0px;
  height: 100%;
  flex: 1;
  outline: none;
  padding: 0px 14px;
}

.subscribe-form form input[type='submit'] {
  background: #0DC2DF;
  border: 0px;
  height: 100%;
  color: #fff;
  border-radius: 50px;
  padding: 0px 20px;
}

#Footer-menu {
  display: flex;
  align-items: flex-start;
}

#Footer-menu {
  list-style: none;
  list-style-image: none;

}

#Footer-menu {
  margin: 0px;
  padding: 0px;
}

#Footer-menu .sub-menu {
  margin: 0px;
  padding: 0px;
}

#Footer-menu>li {
  padding: 0px 20px;
}

#Footer-menu>li:last-child {
  padding-right: 0px;
}

#Footer-menu>li>a {
  font-weight: bold;
}

#Footer-menu li:first-child ul {
  margin: 0px;
  padding: 0px;
}

#Footer-menu ul {
  list-style: none;
  list-style-image: none;
}

#Footer-menu li {
  margin: 10px 0px;
}

#Footer-menu li a {
  color: #fff;
  text-decoration: none;
}

#f12-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#fl2-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 40px;
}

#fl2-container .white-txt {
  max-width: 400px;
}

#socialmedia-links {
  display: flex;
  margin: 20px -7px 0px;
}

#socialmedia-links a {
  margin: 0px 7px;
}

#socialmedia-links img {
  width: 30px;
  height: auto;
}

#fl3-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 10px;
}

#footer-links2 {
  display: flex;
  align-items: center;
  margin: 0px -15px;
}

#footer-links2 ul {
  display: flex;
  list-style: none;
  list-style-image: none;
}

#footer-links2 a {
  text-decoration: none;
  color: #fff;
  margin: 0px 15px;
}

#offer-tags {
  display: flex;
  flex-wrap: wrap;
}

.offer-type {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #efefef;
  z-index: 1;
  padding: 8px 10px 4px;
  border-radius: 45px;
  min-width: 65px;
}

#offer-tags .offer-tagitem {
  margin: 10px;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-family: roboto-medium;
  transition: ease 0.3s all;
}

#offer-tags .offer-tagitem.active-offer {
  background: #fff;
  color: #000;
}

#offer-tags .offer-tagitem:hover {
  background: #fff;
  color: #000;
}

.slick-arrow {
  position: absolute;
  left: -5%;
  /* left:-10px; */
  top: 42%;
  z-index: 111;
}

.slick-arrow.slick-right-arrow {
  left: auto;
  right: -5%;
  /* right:-10px; */
}


.input-field {
  position: relative;
  min-width: 140px;
}

.dropdown.dropdown--image {
  display: inline-block;
  position: relative;
  height: 45px;
  font-size: 16px;
  color: #fff;
  width: 100%;
}

.dropdown__select.active {
  background-color: #9e9e9e;
}

.dropdown {
  display: inline-block;
  position: relative;
  height: 40px;
  font-size: 14px;
  color: #fff;
}

.dropdown--image .dropdown__select {
  /*background: #ffffff;*/
  cursor: pointer;
  padding-right: 40px;
  background: none !important;
}

.dropdown__select {
  background: #d3666a;
  cursor: pointer;
  padding: 10px 10px;
}

.dropdown__select:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%)
}

body {
  background: #fff;
}

body.home {
  border-top: 6px solid #000;
  background: none;
}



/* .dropdown__select.active:after{
  transform:translateY(-50%)rotate(-180deg);
} */
.dropdown__options-wrap.active:after {
  display: none;
}

.dropdown__select-wrap {
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
}

.dropdown__select-wrap i {
  display: none;
}

.dropdown--image .dropdown__select-wrap i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: auto;
  max-height: 30px;
  margin-right: 20px;
  padding-left: 10px;
}

.dropdown__select-wrap span {
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown--image .dropdown__select-wrap span {
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff !important;
  font-size: 1vw;
}

body.home .dropdown--image .dropdown__select-wrap span {
  color: #000 !important;
}

.dropdown__select-wrap {
  display: flex;
  align-items: center;

}

body.rtl .dropdown__select-wrap {
  flex-direction: row-reverse;
}

.dropdown__select-wrap img {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  margin: 0px 10px;
}

.dropdown__options-wrap {
  display: none;
  max-height: 194px;
  position: absolute;
  top: 60px;
  max-width: calc(100% + 200px);
  overflow: auto;
  display: flex;
  align-items: center;
}

.dropdown__options-wrap img {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  margin: 0px 10px;
}

body.rtl .dropdown__option {
  flex-direction: row-reverse !important;
}

.dropdown__option {
  height: 45px;
  padding: 8px;
  line-height: 25px;
  text-indent: 10px;
  display: flex;
  align-items: center;
}

.dropdown--image .dropdown__options-wrap {
  display: none;
  max-height: 200px;
  position: absolute;
  top: 70px;
  max-width: calc(100% + 200px);
  overflow: auto;
}

.dropdown--image .dropdown__options-wrap.active,
.dropdown__options-wrap.active {
  display: inline-block;
  z-index: 99999;
  width: 100%;
  margin: auto;
  border-bottom: none;
  background-color: #fff;
  top: 45px;
  cursor: pointer;
}

.dropdown__option i {
  display: none;
}

.dropdown--image .dropdown__option i {
  display: initial;
  vertical-align: middle;
  width: 24px;
  height: auto;
  max-height: 30px;
  margin-right: 10px;
}

.dropdown__option span {
  white-space: nowrap;
  font-size: 1vw;
  max-width: 82%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  color: #000;
}

.dropdown__option:last-child {
  border-bottom: none;
}

.dropdown__option:hover {
  background: #eddbdb;
}

/* faq*/
main.inside-page {
  padding-top: 120px;
}

.page-style {
  display: flex;
  margin-bottom: 80px;
}

div#maincontent {
  flex: 1;
  min-height: 500px;
}

.sidebar-style div#maincontent {
  padding: 0px 30px;
  flex-direction: row !important;
}

div#sidebar-left {
  min-width: 200px;
  border: 1px solid #DEDEDE;
  padding: 20px;
  border-radius: 15px;
}

div.menu-sideblock>a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0px;
  text-decoration: none;
}


.term-img {
  margin-right: 20px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.term-title {
  color: #616161;
  text-decoration: none;
}

.term-title.active {
  color: #553B8A;
  font-family: roboto-bold, ar-bold;

}

.faq-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0px;
}

.faq-item-title {
  color: #3B3B3B;
  text-decoration: none
}



/* autocomplete */
.autocomplete-container {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  max-width: 700px;
  margin: 50px auto;
}

.autocomplete {
  display: flex;
}

input,
button {
  font-family: inherit;
}

.autocomplete-input {
  border: 0px;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  line-height: 1.5;
  flex: 1;
  background: #F0F2F8;
  padding: 12px 20px 12px 25px;
}

.autocomplete-submit {
  border: 0px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F2F8;
}

.autocomplete-submit svg {
  width: 24px;
  height: 24px;
  fill: #553B8A;
}

.autocomplete-results {
  position: absolute;
  margin-top: -1px;
  border: 1px solid rgba(0, 0, 0, 0.54);
  padding: 4px 0;
  width: 100%;
  z-index: 1;
  background: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: none;
}

.autocomplete-result {
  cursor: default;
  padding: 4px 8px;
}

.autocomplete-result:hover {
  background: rgba(0, 0, 0, 0.12);
}

.autocomplete-result.selected {
  background: rgba(0, 0, 0, 0.12);
}

.search-result {
  margin-top: 64px;
  text-align: center;
}

.inside-maintitle {
  color: #553B8A;
}

.flash-ads {
  display: none !important;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  color: #553B8A;


}

.flash-ads b {
  font-family: roboto-bold;
}

.wp-block-columns {
  /* border: 1px solid #707070;
	border-radius: 20px; */
  /* padding: 20px; */
  /* box-sizing: border-box; */
}

.grey-list-style .faq-item {
  background: #EFEFEF;
  color: #343434;
  border: 0px;

  margin: 20px 0px;
  padding: 20px;
  border-radius: 20px;
}

.grey-list-style .faq-item-title {
  font-size: 18px;
}

.single h1.inside-maintitle {
  padding: 50px 0px 10px;
  margin: 0px;
}

.page-style {
  font-size: 18px;
  line-height: 26px;
  flex-direction: column;
}

.sidebar-style.page-style {
  flex-direction: row;
}



div#filter-lv1-types {
  display: flex;
  align-items: center;
  gap: 20px;
}

div#filter-lv1-types .rounder-item.active-b-item {
  background: #422A74;
  color: #fff;
}

.rounder-item {
  border: 1px solid #422A74;
  min-width: 230px;
  text-align: center;
  border-radius: 20px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: ease 0.3s all;
}

div.filter-lv1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

div.filter-lv1 .filter-title {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0px 50px;
  cursor: pointer;
}

.tag-item {
  background: #F0F2F8;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  margin: 0px 20px;
  border-radius: 13px;
  text-align: center;
  color: #496582;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  cursor: pointer;
}

.tag-item svg {
  margin-right: 20px;
}

.tag-item.active-tag {
  background: #422A74;
  color: #fff;
}

.tag-item.active-tag svg path {
  fill: #fff;
  stroke: #fff;
}

.tag-item.active-tag svg rect {
  fill: #fff;
}

.tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.page-id-5348 .filter-lv1 {
  margin: 78px 0px 30px;
}

.page-id-5348 .tags {
  margin: 20px 0px;
}

.offer-item.card-style {
  width: 252px;
  position: relative;
  padding: 14px;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  border-radius: 15px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
}

#offers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  animation: 0.5s ease-out 0s 1 slideInFromLeft;
  justify-content: center;

  /* align-items: center; */
}

.card-img {
  width: 100%;
  /* border-radius: 15px; */
  /* overflow: hidden; */
}

.card-img img {
  width: 100%;
  border-radius: 15px;
}

.brandlogo {
  background: #fff;
  border-radius: 100% !important;
}

.card-offertype {
  position: absolute;
  right: 14px;
  top: 14px;
  background: #fff;
  min-width: 70px;
  border-radius: 0px 0px 0px 20px;
  padding-left: 15px;
  padding-bottom: 5px;
  color: #553B8A !important;
  font-family: roboto-regular;
  font-size: 18px;
}

.card-offer-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.card-title {
  color: #553B8A;
  padding-top: 10px;
}

.card-desc {
  color: #1E1009;
}

.offer-img {
  width: 100%;
  height: auto;
  position: relative;
}

.offer-img img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.logo-inside1 {
  position: absolute;
  top: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.logo-inside1 img {
  height: 65%;
  width: auto;
}

#sidebar-right {
  width: 350px;
}

#sidebar-right .offer-img img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 100%;
  border: 1px solid #553B8A;
}

.offer-sidebar-list {
  display: flex;
  align-items: center;
  color: #707070;
}

.offer-sidebar-list p {
  color: #707070;
  font-size: 16px;
}

.offer-sidebar-img {
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.single-offer .page-style {
  padding-top: 60px;
}

.single-offer .page-style h1.inside-maintitle {
  padding-top: 0px;
}

.single-campaign .page-style {
  padding-top: 60px;

}

.single-campaign .page-style h1.inside-maintitle {
  padding-top: 0px;
}

.feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.feature-title {
  color: #553B8A;
  font-size: 40px;
  padding-bottom: 20px;
}

.feature-img {
  width: 50%;
}

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

.feature-subitem {
  width: 50%;
}

.category-460 .inside-maintitle {
  padding: 50px 0px;
}

.card-progress-current {
  width: 66.66666666666666%;
  height: 100%;
  background: #553B8A;
}

.card-progress {
  width: 100%;
  background: #DDD7E8;
  height: 9px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
}

#expirelayer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 51%);
  z-index: 1111;


}

div#expirelayer-text {
  display: inline-block;
  width: auto;
  background: #FF8800;
  padding: 10px 20px;
  border-radius: 0px 0px 20px 0px;
  color: #fff;
}

.shiftnav-toggle.shiftnav-toggle-button {
  display: none;
}

.site-branding .widget_polylang {
  display: none;
}

#block-5 {
  height: 41px;
}

#mobile-na {
  display: none;
  position: fixed;
  top: 0px;
  right: 4%;
  z-index: 11;
}

/* #mobile-na path {
  fill: #fff;
} */
.shiftnav-toggle-button {
  background: none !important;
}

.shiftnav .shiftnav-inner {
  background-image: url(images/logo.png) !important;
  background-repeat: no-repeat !important;
  background-position: 12px 0px;
  padding-top: 70px;
}

.shiftnav .shiftnav-panel-close {
  top: 30px;
  background: none !important;
}

.single-faq_inside #maincontent .wp-block-group {
  border: 1px solid #563B8A;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;

}

.single-faq_inside #maincontent .wp-block-group h3 {

  background: #563B8A;
  margin: 0px;
  padding: 20px 30px;
  color: #fff;
  font-weight: normal;
}

.single-faq_inside #maincontent .wp-block-columns {
  padding: 25px;
}

.banner-imge {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  border-radius: 25px;
  margin-top: 25px;
}

.feature-layout1 #maincontent {
  display: flex;
  align-items: flex-start;
  gap: 2em;
}

.feature-layout1 #maincontent-image {
  width: 35%;
}

.feature-layout1 #maincontent-image img {
  width: 100%;
  height: auto;
}

.feature-slide-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.feature-slide-container .feature-slide {
  width: 245px;
  background: #EFEFEF;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  text-decoration: none;
}

.feature-slide-container .feature-slide-image {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 200px;
  justify-content: center;

}

.feature-slide-container .feature-slide img {
  width: auto;
  height: 100%;
}

.feature-slide-container .feature-slide-title {
  font-family: roboto-bold;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  color: #313131;
}

.grey-color {
  background: #F8F8F8;
}

.people-viewed {
  padding-top: 40px;
  padding-bottom: 40px;
}





.benfits-section-container {
  position: relative;
  /* padding-top: 50px; */
}

.benfits-section {
  padding-top: 50px;
}

.bf-lt {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25%;
}

.bf-lm {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 25%;
}

.bf-lb {
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 0px;
  width: 25%;
}

.bf-rt {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25%;
  text-align: right;
}

.bf-rm {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 25%;
  text-align: right;
}

.bf-rb {
  position: absolute;
  right: 0px;
  top: auto;
  bottom: 0px;
  width: 25%;
  text-align: right;
}

.bf-img {
  width: 50%;
  margin: 0 25%;
}

.feature-layout2 #maincontent {
  min-height: auto;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 20px;
}

.feature-layout2 #maincontent p {
  font-size: 20px;
  line-height: 30px;
}

.feature-layout2 .wp-block-button__link {
  font-size: 20px;
}

.feature-layout2 .page-style {
  margin-bottom: 0px;
}

.cardsection-item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0px;
}

.feature-layout3 div#maincontent {
  padding: 0px;
  padding-top: 5vh;
  position: relative;
}

.rounder-txt {
  border-radius: 0px 15vw 0px 0px;
  padding: 30px;
}

.mainimg {
  position: absolute;
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  left: 10px;
  top: 0px;
  right: auto;
}

.mainimg img {
  width: 100%;
  height: auto;
}

.rounded-style-content .layout3-content {
  padding-left: 30%;
}

.rounded-style-content .layout3-rounder {
  padding-left: 30%;
}

.steps#features h2 {
  padding-bottom: 40px;
  font-size: 30px;
}

.feature-layout4 .rounder-txt {
  min-height: 30vh !important;
  margin-top: 50px;
}

.feature-layout4 .mainimg {
  right: 0px;
  left: auto;
}

.feature-layout4 .rounded-style-content .layout3-content {
  padding-left: 7%;
  padding-right: 30%;
  min-height: 43vh;
}

.feature-layout4 div#maincontent {
  min-height: 85vh;
}

.feature-layout5 div#maincontent {
  padding: 0px !important;
  padding-top: 10vh !important;
}

.feature-layout5 #maincontent-inside {
  padding: 0px 7% 0px 30px;
}

li.megamenu>ul.sub-menu {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  background: #FFFFFF;
  margin: 0px;
  padding: 20px 60px 50px 20px;
  list-style: none;
  list-style-image: none;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 530px;
  border-radius: 8px 8px 60px 8px;
  box-shadow: 10px 10px 10px rgb(0 0 0 / 16%);
  transition: ease 0.2s all;
}

li.megamenu:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

li.megamenu {
  position: relative;
}

li.megamenu ul.sub-menu li {
  width: 38%;
  margin: 0px 6% !important;
}

li.megamenu ul.sub-menu li a {
  color: #000000 !important;
  font-size: 1.1vw !important;
  font-family: roboto-medium !important;
  font-weight: normal;
}

li.megamenu ul.sub-menu ul.sub-menu {
  position: static !important;
  background: none;
  border: 0px;
  box-shadow: 0px 0px 0px;
  margin: 0px;
  padding: 0px;
  width: auto;
  padding: 10px 0px;
  display: block !important;
  padding-bottom: 0px;
  list-style: none;
  list-style-image: none;

}

li.megamenu ul.sub-menu ul.sub-menu a {
  font-family: roboto-regular !important;
  font-size: 0.9vw !important;
}

li.megamenu>ul>li {
  border-bottom: 1px solid #707070;
  padding: 10px 0px;
}

li.megamenu>ul>li:nth-last-child(2) {
  border-bottom: 0px;
}

li.megamenu>ul>li:last-child {
  border-bottom: 0px;
}

li.megamenu ul.sub-menu ul.sub-menu li {
  width: 100%;
  margin: 0px !important;
  margin-bottom: 5px !important;
}


header .container {
  height: 100%;
}

header #header-container {
  height: 100%;
}

header .site-branding {
  height: 100%;
}

.menu-mainmenu-container {
  display: flex;
  height: 100%;
  align-items: center;
}

header .menu {
  height: 100%;
  margin: 0px;
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
}

header #mainmenu-p1 {
  display: flex;
  align-items: center;
  height: 100%;
}

header .menu>li {
  display: flex;
  align-items: center;
  height: 100%;
}

.merc-list {
  overflow-x: hidden;
  height: 50vh;
  overflow-y: scroll;
  scrollbar-color: #553B8A #CECECE;
  scrollbar-width: thin;

}

.merc-list table {
  width: 100%;
}

/* .merch-item {
  display: flex;
  align-items: center;
  width: 100%;
} */

.merch-title {
  display: flex;
  align-items: center;
}

.merch-icon {
  margin-right: 10px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #CECECE;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #553B8A;
  border-radius: 20px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #553B8A;
}

@media screen and (max-width:700px) {
  .container {
    width: 100% !important;
  }

  /* footer,#features,header {
    display: none;
  } */
  .merch-catvv div {
    width: 10px !important;
  }

  li.megamenu ul.sub-menu li a {
    font-size: 20px !important;
  }

  /* #mobile-na,#why-reflect {
    display: none !important;
  }
  .shiftnav  {
    display: none !important;
  } */
}

.aboutus-img {
  /* background: url(https://reflectapp.com/wp-content/uploads/2022/10/vlcsnap-2022-03-23-13h42m43s250.png); */
  width: 100%;
  /* height: 78vh; */
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /* padding:0 7%; */
  box-sizing: border-box;
  position: relative;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.aboutus-img img {
  width: 100%;
  height: auto;
  border-radius: 20px;


}

.aboutus-title {
  color: #fff;
  font-size: 80px;
  left: 7%;
  top: 50%;
  font-family: roboto-bold;
  height: 88vh;
  display: flex;
  align-items: center;
  text-shadow: 0px 0px 10px #000;
}

.blue-container {
  background: #553b8a;
}

.blue-container div#maincontent {
  min-height: auto;
}

.blue-container .page-style {
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}

.blue-container div#maincontent h2 {
  color: #fff;
  font-size: 30px;
}

a.blue-bt {
  background: #553B8A;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
}

.green-container {
  background: #0DC2DF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
}

.green-container .green-maintitle {
  margin: 0px;
  padding: 0px;
}

.green-socialmedia {
  display: flex;
}

.green-socialmedia>div {
  margin: 0px 15px;
}

.green-container h2.green-maintitle {
  color: #fff;
  font-size: 50px;
}

.socialgroup {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.socialgroup .wp-block-columns {
  align-items: center !important;
  justify-content: center !important;
}

.socialgroup .wp-block-column {
  margin: 0px 20px;
}

.page-id-5545 #maincontent>h1#main-title {
  display: none;
}

.download-rf {
  background: #F8F8F8;
  padding-top: 20px;
}

.reflect-arabbank {
  padding-top: 20px;
  color: #fff;
}

.feature-layout2 h1 {
  color: #553B8A;
  font-size: 40px;
}

@media screen and (max-width:800px) {
  .nocontainer {
    padding: 0 7%;
  }
}


.header-arro {

  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: none;
}

.header-arro path {
  fill: #fff;
}

.home .header-arro path {
  fill: #553B8A;
}

.home .dropdown__select:after {
  border-top: 6px solid #553B8A;
}

#mainlogo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainlogo img {
  height: auto;
}

#mainlogo .by-arabBank {
  padding-left: 15px;
  color: #fff;
  font-size: 12px;
}

.home .by-arabBank {
  color: #000 !important;
}

.camgain-style {
  width: 400px !important;
  padding: 14px !important;
}

#newsletter-list {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

#newsletter-list>div {
  flex: 1.5;
}

#newsletter-list #newsletter-main-list {
  flex: 2;
}

.newsletter-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.wp-block-calendar table th {
  background: #553b8a;
  color: #fff;
}

.widget_calendar {
  box-shadow: 0px 0px 10px #ddd;
  padding: 12px;
  border-radius: 20px;
}

.wp-block-calendar table caption {
  padding-bottom: 10px;
  font-family: roboto-bold;
}

.wp-block-calendar table td {
  color: #553b8a;
}

.wp-block-calendar td {
  background: #FAFAFA;
}

.wp-block-calendar td.pad {
  background: #f0f0f0;
}

.wp-calendar-nav {
  display: none;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  border-color: #fff;
  font-family: roboto-bold;
}

.newletter-block {
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  padding: 0px 0px 20px;
  overflow: hidden;
  box-shadow: 0px 0px 10px #ddd;
}

.newletter-block .newsletter-title {
  font-family: 'roboto-bold';
  font-size: 20px;
  padding: 20px 20px 0px;
}

.newletter-block .newsletter-body {
  padding: 0px 20px;
  color: #666666;
  font-size: 15px;
}


.newsletter-action-list {
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 0px;
  display: flex;
}

.newsletter-action-item {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  color: #B1B1B1;
}

#newsletter-second-list .newletter-block {
  margin-bottom: 30px;
}

#newsletter-second-list .newletter-block:last-child {
  margin-bottom: 0px;
}

.newsletter-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nopadding {
  padding: 0px;
}

.newsletter-links {
  text-align: right;
  padding: 0px 20px;
}

.newsletter-links a.blue-bt {
  font-size: 14px;
  padding: 5px 135px;
}

.newletter-block-row {
  display: flex;
  align-items: center;
  padding: 0px;
  box-shadow: 0px 0px 0px;
  border-radius: 10px;
  margin: 30px 0px;
  background: none;
}

.newletter-block.newletter-block-row .newsletter-title {
  padding-top: 0px;
}

.whats-hot-amman {
  font-family: roboto-bold;
  color: #AEAEAE;
  font-weight: normal;
  padding-top: 20px;
}

.page-id-5619 #maincontent {
  padding-top: 50px;
}

.page-id-5619 #main-title {
  color: #553B8A;
  padding-bottom: 20px;
}

div#filter-lv2-types {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  opacity: 0;
  visibility: hidden;
}

div#filter-lv2-types.active-ft {
  opacity: 1;
  visibility: visible;
}

#filter-lv2-types>div {
  display: flex;
  align-items: center;
  gap: 10px;
}

#filter-lv2-types input {
  margin: 0px;
  padding: 0px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  padding: 20px 0px 35px;
}

.breadcrumbs .breadrumb-item {
  margin: 0px 12px 0px 0px;
  font-size: 17px;
  color: #553B8A;
}

.breadcrumbs .breadrumb-item::after {
  content: ">";
  margin-left: 12px;
}

.breadcrumbs .breadrumb-item:last-child::after {
  display: none;
}

.breadcrumbs .breadrumb-item a {
  text-decoration: none;
  color: #1E1009;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 5em;
}

.aboutus-content {
  color: #fff;
  font-size: 18px;
}

.aboutus-content p {
  color: #2E2E2E;
  line-height: 29px;
}

.aboutus-content h2 {
  font-size: 40px;
  color: #2E2E2E;
}


@keyframes mymove {
  from {
    height: 0px;
  }

  to {
    height: 100px;
  }
}

.white-style {
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 10px 40px;
  color: #654D95;
  border-radius: 20px;
}


@media screen and (max-width:970px) {
  #newsletter-list {
    flex-direction: column;
  }

}

@media screen and (max-width: 780px) {
  .green-container h2.green-maintitle {
    color: #fff;
    font-size: 30px;
  }
}


@media screen and (max-width: 500px) {
  main.inside-page {
    padding-top: 90px;
  }
}

.grouplist .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

.grouplist .wp-block-group__inner-container strong {
  font-size:
}

.table-style {
  background: #F8F8F8;
  padding: 25px;
  border-radius: 20px
}

.table-style td,
.table-style th {
  padding: 10px;
  border: 0px !important;
}

.table-style td {
  width: 33.33%;
  text-align: center;
}

.step-faq-contai {
  border: 1px solid #707070;
  border-radius: 30px;
}

.step-faq-contai-v2 {
  display: flex;
  gap: 30px;
  padding: 20px 30px;
}

.step-faq-images {
  display: flex;
  gap: 30px;
}

.step-faq-images img {
  width: 200px;
}

.step-faq-contai {
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 30px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}


.step-faq-contai h2 {
  background: #553b8a;
  display: block;
  margin: 0px;
  padding: 20px 30px;
  color: #fff;
}


.step-faq-text-par {
  margin-bottom: 40px;
}

.step-faq-text-par p {
  margin: 0px 0px 10px 0px;
}

.step-faq-text-par div {
  margin: 0px 0px 10px 0px;
}

.step-faq-text-no {
  color: #553B8A;
  font-size: 20px;
  font-family: roboto-bold;
}

.item3 {
  gap: 10px !important;
}

.subscribe-form-ib {
  margin: 20px 0px;
}

.subscribe-form-ib form {
  display: flex;
  /* overflow: hidden; */
}

.subscribe-form-ib .ib--element-container {
  flex: 1;
  margin: 0px;
}

.subscribe-form-ib .ib--input-label {
  display: none;
}

.subscribe-form-ib .ib--submit-button {
  width: 74px;
  height: 48px;
  padding: 0px;
  display: block;
  background: #0DC2DF;
  border-radius: 0px 20px 20px 0px;
}

.rtl .subscribe-form-ib .ib--submit-button {
  border-radius: 20px 0px 0px 20px;
}

.subscribe-form-ib input[type=email] {
  border-radius: 20px 0px 0px 20px;
}

.rtl .subscribe-form-ib input[type=email] {
  border-radius: 0px 20px 20px 0px;
  font-family: ar-bold;
}

.subscribe-form-ib .ib--submit-status-success {
  color: #fff;
}

.subscribe-form-ib .ib--form-container {
  margin: 0px;
  padding: 0px;
}

.subscribe-form-ib input {
  border: 0px;
}

/* .menu-item-6661 > a {
  opacity: 0;
}
.menu-item-6671 > a {
  opacity: 0;
} */
.hideitem>a {
  opacity: 0;
  visibility: hidden;
}

.nolink>a {
  cursor: inherit;
}

#mercv-list th {
  color: #422A74;
  position: sticky;
  background: white;
  position: sticky;
  top: 0;
}


.merch-filter2>div {
  display: flex;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}

.merch-filter2 {
  display: flex;
  align-items: flex-start;
}

.merch-filter2 img {
  width: 30px;
  height: auto;
  margin-left: 10px;
}

.merch-filter2>div>div {
  margin-left: 10px;
}

.merch-cont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0px;
  margin-bottom: 30px;
}

.merch-cont2 .autocomplete-container {
  margin-top: 20px;
}

.offerlis {
  display: flex;
  align-items: center;
  height: 30px;
}

.offerlis img {
  height: 100%;
  width: auto;
  margin-right: 20px;
}

.ui-autocomplete {
  list-style: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
  z-index: 1111;
  box-shadow: 0px 0px 10px #553b8a45;
  width: 100%;
  max-width: 300px;
  background: #fff;
  padding: 20px;
  overflow-y: scroll;
  max-height: 300px;

}

.ui-autocomplete li {
  cursor: pointer;
  padding-bottom: 5px;
}

input#brand-filter {
  padding: 15px 25px;
  border-radius: 20px;
  border: 1px solid #553b8a;
  font-size: 15px;
  width: 350px;
  background: #F0F2F8;
  border: 0px;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item>.shiftnav-target {
  text-transform: none !important;
}

.select-style select {
  background: none;
  border: 0px;
  height: 100%;
  outline: none;
  padding: 0px 0px;
  font-size: 15px;
}

.select-style {
  border: 0px;
  background: #f0f2f8;
  border-radius: 40px;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0px 10px;
}

#mercv-list td,
#mercv-list th {
  padding: 5px;
}


nav {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.pagination li {
  margin: 0 1px;
}

.pagination div {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 0.2em;
  text-decoration: none;
  cursor: pointer;
}

.pagination div[aria-current="page"] {
  background-color: #553b8a;
  color: #fff;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/* KEYFRAMES */


@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: .25;
    transform: scale(.75);
  }
}



/* PULSE BUBBLES */

.pulse-container {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.pulse-bubble {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #553b8a;
}

.pulse-bubble-1 {
  animation: pulse .4s ease 0s infinite alternate;
}

.pulse-bubble-2 {
  animation: pulse .4s ease .2s infinite alternate;
}

.pulse-bubble-3 {
  animation: pulse .4s ease .4s infinite alternate;
}
.faq-lists{
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px;
}

.backbutton{
  width: 20px;
  fill: #fff; 
  background-color: #422A74;
  padding: 2px 4px; 
  transform: rotate(180deg);
  margin-top: 5px;
  border-radius: 3px;
}
.backbuttonAr{
  width: 20px;
  fill: #fff; 
  background-color: #422A74;
  padding: 2px 4px; 
  transform: none;
  margin-top: 5px;
  border-radius: 3px;
}  
.banner-imge-mobile {
  display: none;
}