@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #fff;
}

p {
  margin: 0;
  color: #fff;
}

input,
textarea,
a,
button {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #caab5c;
  color: #E3B34F;
}

a:hover {
  color: #caab5c;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "sst-arabic-bold";
  /* src: url(../fonts/SST-Arabic-Bold.ttf); */
  src: url(../fonts/inter-variableFont_opsz,wght.ttf);

}

@font-face {
  font-family: "sst-arabic-medium";
  /* src: url(../fonts/SST-Arabic-Medium.ttf); */
  src: url(../fonts/inter-variableFont_opsz,wght.ttf);
}

@font-face {
  font-family: "sst-arabic-regular";
  /* src: url(../fonts/SST-Arabic-Medium.ttf); */
  src: url(../fonts/inter-variableFont_opsz,wght.ttf);
}

@font-face {
  font-family: "telugu-mn";
  src: url(../fonts/Telugu-MN.ttc);
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  background-color: #1f1f1e;
  color: #fff;
}

html[dir="rtl"] .font-bold {
  font-family: "sst-arabic-bold";
}

html[dir="rtl"] .font-medium {
  font-family: "sst-arabic-medium";
}

html[dir="rtl"] body {
  text-align: right;
  direction: rtl;
  font-family: "sst-arabic-regular";
}

html[dir="ltr"] .font-bold {
  font-weight: 700;
}

html[dir="ltr"] .font-medium {
  font-weight: 500;
}

html[dir="ltr"] body {
  font-family: "sst-arabic-regular";
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  height: 50px;
  background-color: #151515;
  border: 0;
  border: 1px solid #7e7e7e;
  border-radius: 0px;
  box-shadow: none;
  padding: 8px 16px;
  font-size: 14px;
  color: #fff !important;
}

.form-control.form-sm {
  height: 45px;
}

.form-control:focus {
  box-shadow: none;
  background-color: #000 !important;
  border-color: #caab5c;
}

textarea.form-control {
  height: auto;
}

.main-wrapper {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.main-content {
  padding: 60px 0px;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

::-moz-placeholder {
  color: #fff !important;
  font-size: 14px !important;
}

:-ms-input-placeholder {
  color: #fff !important;
  font-size: 14px !important;
}

::placeholder {
  color: #fff !important;
  font-size: 14px !important;
}

::-moz-placeholder {
  color: #fff !important;
  font-size: 14px !important;
}

::-ms-placeholder {
  color: #fff !important;
  font-size: 14px !important;
}

::-o-placeholder {
  color: #fff !important;
  font-size: 14px !important;
}

::-webkit-placeholder {
  color: #fff !important;
  font-size: 14px !important;
}

.symbol {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
}

.symbol.symbol-20>img {
  width: 20px;
  max-width: 20px;
  height: 20px;
}

.symbol.symbol-25>img {
  width: 25px;
  max-width: 25px;
  height: 25px;
}

.symbol.symbol-30>img {
  width: 30px;
  max-width: 30px;
  height: 30px;
}

.symbol.symbol-40>img {
  width: 40px;
  max-width: 40px;
  height: 40px;
}

.symbol.symbol-50>img {
  width: 50px;
  max-width: 50px;
  height: 50px;
}

.symbol.symbol-60>img {
  width: 60px;
  max-width: 60px;
  height: 60px;
}

@media (max-width: 991px) {
  .symbol.symbol-60>img {
    width: 30px;
    height: 30px;
  }
}

.symbol.symbol-70>img {
  width: 70px;
  max-width: 70px;
  height: 70px;
}

@media (max-width: 991px) {
  .symbol.symbol-70>img {
    width: 40px;
    height: 40px;
  }
}

.symbol.symbol-80>img {
  width: 80px;
  max-width: 80px;
  height: 80px;
}

@media (max-width: 991px) {
  .symbol.symbol-80>img {
    width: 50px;
    height: 50px;
  }
}

.symbol.symbol-90>img {
  width: 90px;
  max-width: 90px;
  height: 90px;
}

@media (max-width: 991px) {
  .symbol.symbol-90>img {
    width: 60px;
    height: 60px;
  }
}

.symbol.symbol-100>img {
  width: 100px;
  max-width: 100px;
  height: 100px;
}

@media (max-width: 991px) {
  .symbol.symbol-100>img {
    width: 70px;
    height: 70px;
  }
}

.symbol.symbol-120>img {
  width: 120px;
  max-width: 120px;
  height: 120px;
}

@media (max-width: 991px) {
  .symbol.symbol-100>img {
    width: 90px;
    height: 90px;
  }
}

.loader-page {
  background: #f8f8f8;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-page span {
  position: absolute;
  display: inline-block;
  background-color: #caab5c;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
}

.loader-page span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  0% {
    transform: scale(0, 0);
    opacity: 0.8;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.text-dark {
  color: #000000 !important;
}

.text-blue {
  color: #35498e !important;
}

.bg-gray {
  background-color: #f7f7f7 !important;
}

.border-gray {
  border: 1px solid #d6dae8;
}

.text-gray {
  color: #777777 !important;
}

.text-red {
  color: #e72c2c !important;
}



.rounded-50 {
  border-radius: 50px;
}

.rounded-60 {
  border-radius: 60px;
}

.rounded-40 {
  border-radius: 40px;
}

.rounded-30 {
  border-radius: 30px;
}

.rounded-25 {
  border-radius: 25px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-5 {
  border-radius: 5px !important;
}

.box-shadow {
  box-shadow: 0px 1px 6px rgba(25, 41, 71, 0.06) !important;
}

.cursor-text {
  cursor: text;
}

@media (min-width: 992px) {
  .section-content {
    padding: 40px 0px;
  }
}

@media (max-width: 991px) {
  .section-content {
    padding: 25px 0px;
  }
}

@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #d6dae8 !important;
  }
}

@media (max-width: 991px) {
  .border-none-mobile {
    border: 0px !important;
  }
}

.input-icon {
  position: relative;
}

.input-icon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.input-icon.right .form-control {
  padding-inline-start: 45px;
}

.input-icon.right .icon {
  inset-inline-start: 15px;
}

.input-icon.left .form-control {
  padding-inline-end: 45px;
}

.input-icon.left .icon {
  inset-inline-end: 15px;
}

.text-underline {
  text-decoration: underline;
}

.bg-primary {
  background-color: #caab5c !important;
}

.text-primary {
  color: #caab5c !important;
}

.border-primary {
  border-color: #caab5c !important;
}

.text-blue {
  color: #003764 !important;
}

.dir-ltr {
  direction: ltr;
}

.btn {
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 0px;
  text-align: center;
}


@media (max-width: 991px) {
  .btn {
    font-size: 12px;
    min-width: auto;
    padding: 10px 20px;
  }
}

html[dir="rtl"] {
  font-family: "expoArabic-SemiBold";
}

.btn-primary {
  color: #000;
  background: #e3b34f;
  border: 0;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background: #a58b4b !important;
  border: 0;
  box-shadow: none !important;
}

.btn-second {
  color: #000000;
  background: transparent;
  border-color: #000000;
  padding: 12px 60px;
}

.btn-second:hover,
.btn-second:focus {
  color: #fff;
  background: #000000 !important;
  box-shadow: none !important;
}

.btn-black {
  color: #fff;
  background: #000000;
  border-color: #000000;
  border-radius: 0px;
}

.btn-black:hover,
.btn-black:focus {
  color: #fff;
  background: #000000 !important;
  box-shadow: none !important;
}

.btn-outline-primary {
  color: #caab5c;
  border-color: #caab5c;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #fff !important;
  background: #caab5c !important;
  border-color: #caab5c !important;
  box-shadow: none !important;
}

.btn-white {
  color: #003764;
  background: #fff;
  border-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
  color: #fff;
  background: #caab5c;
  border-color: #caab5c;
  box-shadow: none !important;
}

.btn-outline-white {
  color: #fff;
  border: 1px solid #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
  color: #fff;
  background: #caab5c;
  border-color: #caab5c;
  box-shadow: none !important;
}

.btn-gray {
  color: #707070;
  background: #eaecf3;
  border-color: #eaecf3;
}

.btn-gray:hover,
.btn-gray:focus {
  color: #fff;
  background: #caab5c;
  border-color: #caab5c;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-black {
  color: #fff;
  background: #262626;
  border-color: #262626;
}

.btn-black:hover,
.btn-black:focus {
  color: #fff;
  background: #0e0e0e;
  border-color: #0e0e0e;
}

.btn-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-icon.btn-sm {
  width: 26px;
  height: 26px;
}

.btn-outline-secondary {
  color: #777777;
  border-color: #e6e6e6;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px;
}

.bootstrap-select>.dropdown-toggle {
  background-color: #313131;
  border: 1px solid #7e7e7e;
  padding: 12px 50px 12px 20px;
  font-size: 14px;
  color: #fff !important;
  height: 46px;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
  color: rgba(0, 0, 0, 0.35) !important;
}

.bootstrap-select.select-small>.dropdown-toggle {
  padding: 10px 16px;
  height: 44px;
}

.bootstrap-select.rounded-10>.dropdown-toggle {
  border-radius: 10px;
}

.bootstrap-select.text-gray>.dropdown-toggle.bs-placeholder {
  color: #c2c8dd !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #313131 !important;
  border-color: #7e7e7e !important;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li.selected.active a:hover {
  color: #fff;
}

.bootstrap-select .dropdown-toggle::after {
  content: unset;
}

.bootstrap-select .dropdown-toggle::before {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  inset-inline-end: 10px;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.4rem 1.5rem;
  transition: all 0.2s ease-in-out;
  margin-bottom: 2px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  background-color: #313131;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background-color: #313131;
  border: 1px solid #7e7e7e;
  box-shadow: 0px 2px 10.45px 0.55px rgba(66, 66, 66, 0.0784313725);
}

.dropdown-menu {
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.1215686275);
  border: 0px solid rgba(221, 221, 221, 0.5019607843);
  min-width: 208px;
  text-align: right;
  -webkit-animation: animation-dropdown-menu-fade-in 0.4s ease 1,
    animation-dropdown-menu-move-up 0.4s ease-out 1;
  animation: animation-dropdown-menu-fade-in 0.4s ease 1,
    animation-dropdown-menu-move-up 0.4s ease-out 1;
}

.dropdown-menu.dropdown-lg {
  min-width: 350px;
  max-width: 100%;
}

@-webkit-keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.bootstrap-select.bg-transparent .dropdown-toggle {
  box-shadow: none;
}

.bootstrap-select.select-country>.dropdown-toggle {
  border: 0px solid #d6dae8 !important;
  border-radius: 8px !important;
}

html[dir="ltr"] .dropdown-menu {
  text-align: left;
}

@media (max-width: 991px) {
  .main-header {
    padding: 10px 0px;
    position: relative;
    background: #000;
    border-bottom: 1px solid #eaecf3;
  }

  .main-header .menu-nav {
    border-bottom: 1px solid #eaecf3;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .main-header .logo img {
    max-height: 35px;
  }

  .main-header .btn-outline-primary {
    padding: 10px;
    width: 100%;
  }

  .header-mobile__toolbar {
    color: #fff;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link.req {
    padding: 8px 20px !important;
  }

  .active-body {
    overflow: hidden;
  }

  .mobile-menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: rgba(51, 51, 51, 0.51);
    display: none !important;
  }

  .mobile-menu-overlay-active {
    visibility: visible;
  }

  .menu--mobile {
    min-width: 100px;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: #000;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
  }

  .menu--mobile>.container {
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 0px);
  }

  .menu--mobile .list-main-menu {
    width: 100%;
  }

  .menu--mobile .main-menu .menu_item {
    flex: auto;
  }

  .menu--mobile .main-menu .menu_item .menu_link {
    color: #707070 !important;
    padding: 10px 30px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
  }

  .menu--mobile .main-menu .menu_item .menu_link.active::before {
    position: absolute;
    content: "";
    right: 15px;
    height: 80%;
    background-color: #caab5c;
    width: 4px;
    border-radius: 5px;
  }

  .menu--mobile .main-menu .menu_item .btn {
    border-radius: 0px !important;
    width: 100%;
    font-weight: 600;
    padding: 10px 30px;
    text-align: right;
  }

  .menu--mobile .main-menu .menu_item .btn.btn-blue {
    color: #35498e;
    background: #fff;
    border-color: #fff;
  }

  .btn-close-header-mobile {
    color: #fff;
    cursor: pointer;
  }

  .menu-mobile-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

.box_shadow {
  box-shadow: 0px 0px 24px #0000000f;
}

.menu__submenu {
  right: 0;
  background-color: #fff;
  position: absolute;
  top: 155%;
  width: 100%;
  background-color: #fff;
  color: #5ec4c6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  min-width: 210px;
  z-index: 1;
  padding: 20px 20px;
  border-radius: 4px;
}

.menu__submenu .item-submenu:not(:last-of-type) .link-submenu {
  border-bottom: 1px solid #dadcde;
}

.menu__submenu .item-submenu .link-submenu {
  color: #999999;
  padding: 11px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  font-weight: 500;
}

.main-header .menu-container .main-menu .menu_item:hover .menu__submenu {
  opacity: 1;
  visibility: visible;
  top: 140%;
}

.pagination {
  margin-top: 40px;
  justify-content: center;
}

.pagination .page-item {
  margin: 0px 5px;
}

.pagination .page-item .page-link {
  color: #fff;
  border-radius: 50%;
  /* background-color: #313131; */
  background-color: transparent;
  margin: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 2px 2px 0; */
  box-shadow: none;
  border: 1px solid #7e7e7e;
}

.pagination li:not(:first-child):not(:last-child) .page-link {
  border: unset;

}

.pagination .page-item .page-link:hover {
  color: #fff;
  background-color: #caab5c;
  border-color: #caab5c;
}

.pagination .page-item.active .page-link {
  color: #e3b34f;
  background-color: #fff;
  border-color: #e3b34f;
}

.m-checkbox {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

@media (max-width: 991px) {
  .m-checkbox {
    font-size: 12px;
    margin-bottom: 7px;
  }
}

/* Hide the browser's default checkbox */
.m-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.m-checkbox .checkmark {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  left: 0px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .m-checkbox .checkmark {
    width: 16px;
    height: 16px;
  }
}

/* Create the checkmark/indicator (hidden when not checked) */
.m-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.m-checkbox input:checked~.checkmark:after {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-checkbox .checkmark:after {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-color: #caab5c;
  color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

@media (max-width: 991px) {
  .m-checkbox .checkmark:after {
    width: 8px;
    height: 8px;
  }
}

.m-radio {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

@media (max-width: 991px) {
  .m-radio {
    font-size: 12px;
    margin-bottom: 7px;
  }
}

.m-radio .checkmark {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  left: 0px;
  top: 50%;
  border-radius: 50%;
  display: block;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .m-radio .checkmark {
    width: 16px;
    height: 16px;
    border-width: 1px;
  }
}

.m-radio .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Hide the browser's default radio */
.m-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Show the checkmark when checked */
.m-radio input:checked~.checkmark {
  /* background-color: #009444; */
  /* border-color: #009444; */
}

.m-radio input:checked~.checkmark:after {
  opacity: 1;
}

.m-radio .checkmark:after {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-color: #caab5c;
  color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

html[dir="rtl"] .m-checkbox {
  padding-right: 30px;
}

html[dir="rtl"] .m-checkbox .checkmark {
  right: 0px;
}

html[dir="rtl"] .m-radio {
  padding-right: 30px;
}

html[dir="rtl"] .m-radio .checkmark {
  right: 0px;
}

html[dir="ltr"] .m-checkbox {
  padding-left: 30px;
}

html[dir="ltr"] .m-checkbox .checkmark {
  left: 0px;
}

html[dir="ltr"] .m-radio {
  padding-left: 30px;
}

html[dir="ltr"] .m-radio .checkmark {
  left: 0px;
}

.breadcrumb {
  background: transparent;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
}

.breadcrumb .breadcrumb-item {
  color: #fff;
  font-weight: 500;
  font-family: "sst-arabic-medium";
}

@media (max-width: 991px) {
  .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}

.breadcrumb .breadcrumb-item a {
  font-family: "sst-arabic-regular";
  color: rgb(255, 255, 255);
  transition: color 0.2s ease-in-out;
}

.breadcrumb .breadcrumb-item a:hover {
  color: rgb(255, 255, 255);
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "\f053";
  font-family: "Font Awesome 6 pro";
  color: rgb(255, 255, 255);
  float: right;
  font-size: 12px;
  border-radius: 50%;
  padding: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-top: 0px;
  font-weight: bold;
}

html[dir='rtl'] .breadcrumb-item+.breadcrumb-item::before {
  margin-left: 8px;
  margin-right: 0px;
}

@media (max-width: 991px) {
  .breadcrumb-item+.breadcrumb-item::before {
    font-size: 14px;
    margin-top: 3px;
  }
}

@media (min-width: 992px) {
  .main-header {
    display: flex;
    align-items: center;
    top: 0px;
    right: 0;
    width: 100%;
    position: relative;
    height: 100px;
    z-index: 3;
    background: #000;
  }

  .main-header .logo {
    max-width: 280px;
  }

  .main-header .logo img {
    max-height: 70px;
  }

  .main-header .menu--mobile {
    display: flex;
    align-items: center;
    flex: auto;
  }

  .main-header .menu-container {
    position: relative;
  }

  .main-header .menu-container .main-menu .menu_item {
    display: inline-block;
    position: relative;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link {
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 45px;
    position: relative;
    color: #D5C06C;
    /* margin: 0px 15px; */
    margin: 0px 60px;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    /* font-size: 14px; */
    transition: all 0.2s ease-in-out;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link:not(.none-line)::before {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #caab5c;
    inset-inline-start: 0;
    bottom: 0;
    transition: all 0.2s ease-in-out;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link.link-profile {
    border-radius: 30px;
    border: 1px solid #ebebeb;
    padding: 2px 3px;
    -webkit-padding-end: 13px;
    padding-inline-end: 13px;
    line-height: 1;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link:hover,
  .main-header .menu-container .main-menu .menu_item .menu_link.active {
    color: #fff;
    background-color: transparent !important;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link:hover::before,
  .main-header .menu-container .main-menu .menu_item .menu_link.active::before {
    width: 20px;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link.btn {
    line-height: 24px;
    transition: all 0.4s ease-in-out;
    background-color: #ecf0f3;
    color: #003764;
  }

  .main-header .menu-container .dropdown-profile .dropdown-menu {
    width: 100%;
    border-radius: 5px 5px 30px 30px;
  }

  .main-header .menu-container .dropdown-profile .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0.8rem 1.5rem;
  }

  .main-header .menu-container .btn-primary {
    padding: 12px 50px;
  }

  .main-header .menu-container .btn-outline-secondary {
    border: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main-header .menu-container .main-menu .menu_item .menu_link {
    font-size: 12px;
  }
}

.top-header {
  padding: 7.5px 0px;
}

.top-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-header .toolbar-menu {
  display: flex;
  align-items: center;
}

.top-header .toolbar-menu li:not(:last-of-type) {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

.top-header .custome-toolbar-menu {
  display: flex;
  align-items: center;
}

.top-header .custome-toolbar-menu .toolbar-menu-item {
  position: relative;
}

.top-header .custome-toolbar-menu .toolbar-menu-item:not(:last-of-type) {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

.top-header .custome-toolbar-menu .bootstrap-select>.dropdown-toggle.bs-placeholder {
  background-color: #1f1f1e !important;
  border: none;
  color: #ffffff !important;
}

.top-header .custome-toolbar-menu .toolbar-menu-item:not(:last-of-type) {
  padding-right: 15px;
}

.top-header .custome-toolbar-menu .toolbar-menu-item:not(:last-of-type)::after {
  position: absolute;
  top: 20%;
  right: 0px;
  content: "";
  width: 1.6px;
  height: 60%;
  background: #fff;
  border-radius: 0px;
}

html[dir="rtl"] .top-header .custome-toolbar-menu .toolbar-menu-item:not(:last-of-type)::after {
  right: auto;
  left: 0px;
}

html[dir="ltr"] .top-header .custome-toolbar-menu .bootstrap-select>.dropdown-toggle {
  padding-right: 24px;
}

html[dir="rtl"] .top-header .custome-toolbar-menu .bootstrap-select>.dropdown-toggle {
  padding-left: 35px;
}

html[dir="ltr"] .top-header .custome-toolbar-menu .bootstrap-select .dropdown-toggle::before {
  right: 0px;
  left: auto;
}

.top-header .custome-toolbar-menu .bootstrap-select .dropdown-toggle::before {
  color: #fff;
}

.top-header .toolbar-menu li .custome-link {
  position: relative;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
}

.top-header .toolbar-menu li .custome-link img {
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
}

.top-header .toolbar-menu li .custome-link .new-items-count {
  position: absolute;
  top: -5px;
  right: -2px;
  background-color: #e02020;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 1px;
  text-align: center;
  font-size: 13px;
}

.top-header .toolbar-menu li .custome-link:hover {
  background-color: #caab5c;
}

.top-header .toolbar-menu li .custome-link:hover img {
  filter: brightness(0) invert(1);
}

.dropdown-profile .dropdown-menu {
  width: 100%;
}

@media (min-width: 1400px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}

.section {
  padding: 50px 0px;
}

@media (max-width: 991px) {
  .section {
    padding: 30px 0px;
  }
}

.bg-1 {
  background: url(../images/bg-branches.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/* .bg-map {
  background: url(../images/bg-map.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
} */

.bg-2 {
  background: url(../images/bg-arrivals.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-3 {
  background: url(../images/bg-offer.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 30px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 3px;
}

.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #caab5c;
}

.center-swiper-pagination {
  right: 50%;
  transform: translateX(50%);
}

.widget_item-branche {
  position: relative;
  -webkit-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  height: 400px;
}

.widget_item-branche .widget_item-image {
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  position: relative;
  height: 100%;
}

.widget_item-branche .widget_item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget_item-branche .widget_item-image:before {
  position: absolute;
  top: 0px;
  right: 0px;
  content: "";
  background-color: rgba(0, 0, 0, 0.208);
  width: 100%;
  height: 100%;
}

.widget_item-branche .widget_item-image:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.widget_item-branche:hover {
  transform: scale(1.01);
}

.widget_item-branche .widget_item-title {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%);
  padding: 10px 0px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: background-color 0.3s, border 0.3s;
  -o-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
  width: 170px;
  max-width: 170px;
  overflow: hidden;
  text-align: center;
}

.widget_item-branche .widget_item-title:hover {
  background-color: #caab5c;
  border-color: #caab5c;
}

.widget_item-branche .widget_item-title a {
  color: #fff;
}

/* .container-slider-stores .swiper-slide {
  height: 340px;
} */

.widget_item-stores {
  text-align: center;
  margin-bottom: 30px;
}

.widget_item-stores .widget_item-category {
  height: 260px;
  border: 1px solid #eee;
  position: relative;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  margin-bottom: 10px;
  background-color: #fff;
}

.widget_item-stores .widget_item-image {
  height: 260px;
  /* border: 1px solid #eee; */
  position: relative;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  margin-bottom: 10px;
  /* background-color: #fff; */
}

.widget_item-stores .widget_item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget_item-stores .widget_item-category:hover {
  box-shadow: 0 0 7px rgba(33, 33, 33, 0.2);
}

.widget_item-stores .widget_item-category .category-title {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  color: #5c5c5c;
  font-size: 30px;
}

.widget_item-stores .widget_item-name {
  max-height: 40px;
  min-height: 40px;
  overflow: hidden;
}

.widget_item-stores .widget_item-name a {
  color: #fff;
}

.widget_item-stores .widget_item-branche {
  max-height: 40px;
  min-height: 40px;
  overflow: hidden;
}

.widget_item-arrival {
  background-color: #393733;
  margin-bottom: 10px;
}

.widget_item-arrival .widget_item-info {
  padding: 10px;
}

.widget_item-arrival .widget_item-info .widget_item-title-1 a {
  color: #fff;
}

.widget_item-arrival .widget_item-info .widget_item-title-1 {
  max-height: 30px;
  overflow: hidden;
}

.widget_item-arrival .widget_item-info .widget_item-title-2 a {
  color: #D5D5D5;
  transition: color 3s;
}

.widget_item-arrival .widget_item-info .widget_item-title-2 a:hover,
.widget_item-arrival .widget_item-info .widget_item-title-2:hover {
  color: #caab5c;
}

.widget_item-arrival .widget_item-info .widget_item-title-2 {
  /* height: 70px; */
  height: 50px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #d5d5d5;
  font-size: 16px;
}

.main-header .menu-container .main-menu .menu_item .menu_link .widget_item-arrival .widget_item-info .widget_item-price a {
  color: #fff;
}

.widget_item-arrival .widget_item-info .widget_item-price a {
  color: #ffffff;
}

.widget_item-arrival .widget_item-info .widget_item-price {
  max-height: 45x;
  overflow: hidden;
  font-size: 20px !important;
}

.widget_item-arrival .widget_item-store {
  font-size: 14px;
}

.widget_item-arrival .widget_item-image {
  height: 340px;
  overflow: hidden;
  position: relative;
}

.widget_item-arrival .widget_item-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-width: 100%;
  overflow: hidden;
  transition: transform 0.6s;
  /* Animation */
}

.widget_item-arrival .widget_item-image:hover img {
  transform: scale(1.3);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide.swiper-slide-active .home-title,
.swiper-slide.swiper-slide-active .home-text,
.swiper-slide.swiper-slide-active .home-action,
.swiper-slide.swiper-slide-active .home-image,
.swiper-slide.swiper-slide-active .action-swiper {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-pagination-bullet {
  background: #bababa;
  opacity: 1;
}

.section-home {
  position: relative;
  height: calc(100vh - 175px);
  /*height:420px;*/
}

#map_container {
  width: 100%;
  height: 100%;
  display: none;
}

@media (max-width: 992px) {
  #map_container {
    height: 465px;
  }
}

.section-home .swiper-home .swiper-pagination {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: auto;
  left: unset;
}

@media (min-width: 992px) {
  .section-home .swiper-home .swiper-pagination {
    inset-inline-end: 100px;
    bottom: 50px;
  }
}

@media (max-width: 991px) {
  .section-home .swiper-home .swiper-pagination {
    inset-inline-end: 20px;
    bottom: 20px;
  }
}

.section-home .swiper-home .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.34);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .section-home .swiper-home .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 991px) {
  .section-home .swiper-home .swiper-pagination-bullet {
    left: 10px;
    bottom: 10px;
  }
}

.section-home .swiper-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

.title-section {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 28px;
  font-family: telugu-mn;
  font-weight: 600;
}

.title-section:not(.none-line):before {
  position: absolute;
  content: "";
  width: 162px;
  height: 13px;
  bottom: -20px;
  right: 50%;
  transform: translateX(50%);
  background: #ee9458;
  background: url(../images/bg-title-section.png);
}

.title-section.bg-right:before {
  inset-inline-start: 0;
  transform: unset;
}

.text-justify {
  text-align: justify;
}

.datetimepicker.dropdown-menu {
  border: 0 !important;
  margin: 0;
  border-radius: 4px;
  width: 240px;
  min-width: 14rem;
  padding: 10px;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  padding: 1rem 0.5rem;
  border-radius: 4px;
}

.datetimepicker table {
  width: 100%;
}

.datetimepicker table {
  margin: 0;
}

.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
  font-size: 10px;
}

.datetimepicker td,
.datetimepicker th {
  width: 35px;
  height: 30px;
  border-radius: 3px;
  font-weight: normal;
}

.datetimepicker thead th.prev,
.datetimepicker thead th.switch,
.datetimepicker thead th.next {
  color: #a7abc3;
  font-weight: 500;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
  cursor: pointer;
}

.datetimepicker th.switch {
  width: 145px;
}

.datetimepicker thead th.next>span,
.datetimepicker thead th.prev>span {
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 12px;
}

.datetimepicker thead th.prev .glyphicon,
.datetimepicker thead th.switch .glyphicon,
.datetimepicker thead th.next .glyphicon {
  color: #a7abc3;
}

.datetimepicker th span.glyphicon {
  pointer-events: none;
}

.datetimepicker thead th.prev:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
}

.datetimepicker thead th.next:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
}

.datetimepicker tbody tr>td.day {
  color: #6c7293;
}

.datetimepicker tbody tr>td.day.old {
  color: #a7abc3;
}

.datetimepicker tbody tr>td.day:hover {
  background: #f7f8fa;
}

.datetimepicker tbody tr>td.day.selected,
.datetimepicker tbody tr>td.day.active {
  background: #00acf1;
  color: #ffffff;
}

.datetimepicker-hours thead {
  display: none;
}

.datetimepicker table tr td span.active {
  background-color: #00acf1 !important;
  background: #00acf1 !important;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  font-size: 14px;
}

.social-dark li a {
  background-color: #212f3e;
  color: #fff;
}

.modal-content {
  border: 0;
  border-radius: 15px;
}

.modal-content .btn-close {
  margin-right: auto;
  display: flex;
  margin-left: -30px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 12px;
  }

  h6 {
    font-size: 10px;
  }

  .title-section {
    font-size: 30px;
  }
}

.full-height {
  position: relative;
}

@media (min-width: 992px) {
  .full-height {
    min-height: 100vh;
  }
}

::-moz-selection {
  background-color: #caab5c;
  color: #fff;
}

::selection {
  background-color: #caab5c;
  color: #fff;
}

.text-underline {
  text-decoration: underline;
}

.main-footer {
  padding: 50px 0px 0px;
  border-top: 1px solid rgba(112, 112, 112, 0.65);
}

.main-footer .footer-top {
  padding-bottom: 30px;
}

.main-footer .link-footer a {
  color: #ffffff99;
  display: inline-block;
  font-size: 13px;
  padding: 4px 10px;
  margin-bottom: 10px;
  position: relative;
  transition: color 200ms;
  font-family: telugu-mn;
}

.main-footer .link-footer a i {
  color: #caab5c !important;
}

.main-footer .link-footer a:hover {
  color: #caab5c !important;
}

.main-footer .footer-bottom {
  background: #000000;
  padding: 10px;
}

.main-footer .title-footer {
  font-family: telugu-mn;
}

.main-footer .footer-bottom p {
  color: #fff;
}

.social-media {
  display: flex;
  align-items: center;
}

.social-media li a {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #e9c97d;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out;
}

.social-media li a i {
  transition: color 0.3s ease-in-out;
}

.social-media li a.social-dark {
  background-color: #192947;
}

.social-media li a.social-dark i {
  color: #fff;
}

.social-media li:not(:last-of-type) {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

.social-media li a:hover {
  color: #fff;
}

.social-media li a:hover.fa {
  background-color: #3a5898;
}

.social-media li a:hover.ph {
  background-color: #caab5c;
}

.social-media li a:hover.tw {
  background-color: #1da1f2;
}

.social-media li a:hover.li {
  background-color: #0073b1;
}

.social-media li a:hover.yo {
  background-color: #ff0000;
}

.social-media li a:hover.wh {
  background-color: #00e676;
}

.social-media li a:hover.in {
  background-color: #bb00aa;
}

/*  */
.text-success {
  color: #37b284 !important;
}

.z-index-2 {
  z-index: 2;
}

.bootstrap-select {
  border-radius: 8px;
}

.bootstrap-select>.select-primary.dropdown-toggle {
  background-color: #caab5c !important;
  color: #fff !important;
  border-radius: 5px;
}

.bootstrap-select .select-primary.dropdown-toggle::before {
  color: #fff !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
  color: #000;
}

/*  */
.button-group .button {
  cursor: pointer;
  padding: 4px 15px;
  font-size: 18px;
  color: #fff;
  position: relative;
  border: 1px solid #fff;
  margin: 25px 0px;
}

.button-group .button:not(:last-of-type) {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

@media (max-width: 991px) {
  .button-group .button {
    padding: 4px 10px;
    font-size: 12px;
    -webkit-padding-start: 14px;
    padding-inline-start: 14px;
  }

  .button-group .button:not(:last-of-type) {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
  }
}

.button-group .button.is-checked {
  background-color: #caab5c;
  border-color: #caab5c;
}

.earth-loader {
  display: flex;
  justify-content: center !important;
  min-height: calc(100vh - 240px);
  align-items: center;
}

.earth-loader img {
  width: 200px;
  height: 200px;
}

#topScroll {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background-color: #1F1F1E;
  padding: 5px;
  border: 1px solid #caab5c;
  color: #caab5c;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 15px;
  transition: background-color 1s;
  z-index: 9999;
}

#topScroll:hover {
  color: #fff;
  background-color: #caab5c;
}

.offer-section {
  display: flex;
}

.offer-section .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px;
  align-items: center;
}

.offer-section .image {
  height: 350px;
  margin-left: auto !important;
}

.offer-section .info {
  text-align: center;
}

.offer-section .info .title {
  /* color: #914d42; */
  color: #000;
  font-size: 45px;
}

.offer-section .info .text {
  font-size: 30px;
  width: 60%;
}

html[dir="rtl"] .offer-section .image {
  margin-right: auto !important;
  margin-left: unset !important;
}

.offer-section .image img {
  height: 100%;
}

@media (max-width: 991px) {
  .offer-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .offer-section .image {
    height: 250px;
    order: 1;
    margin-left: unset !important;
    margin-right: unset !important;
  }

  .offer-section .info {
    order: 2;
  }

  .offer-section .info .text {
    width: 100%;
  }
}

.border-radius-0 {
  border-radius: 0px !important;
}

/* LTR */
html[dir="rtl"] .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-left: 20px;
}

html[dir="rtl"] .me-0 {
  margin-right: 0 !important;
}

html[dir="rtl"] .me-1 {
  margin-right: 0.25rem !important;
}

html[dir="rtl"] .me-2 {
  margin-right: 0.5rem !important;
}

html[dir="rtl"] .me-3 {
  margin-right: 1rem !important;
}

html[dir="rtl"] .me-4 {
  margin-right: 1.5rem !important;
}

html[dir="rtl"] .me-5 {
  margin-right: 3rem !important;
}

html[dir="rtl"] .me-auto {
  margin-right: auto !important;
}

html[dir="rtl"] .ms-0 {
  margin-left: 0 !important;
}

html[dir="rtl"] .ms-1 {
  margin-left: 0.25rem !important;
}

html[dir="rtl"] .ms-2 {
  margin-left: 0.5rem !important;
}

html[dir="rtl"] .ms-3 {
  margin-left: 1rem !important;
}

html[dir="rtl"] .ms-4 {
  margin-left: 1.5rem !important;
}

html[dir="rtl"] .ms-5 {
  margin-left: 3rem !important;
}

html[dir="rtl"] .ms-auto {
  margin-left: auto !important;
}

html[dir="rtl"] .pe-0 {
  padding-right: 0 !important;
}

html[dir="rtl"] .pe-1 {
  padding-right: 0.25rem !important;
}

html[dir="rtl"] .pe-2 {
  padding-right: 0.5rem !important;
}

html[dir="rtl"] .pe-3 {
  padding-right: 1rem !important;
}

html[dir="rtl"] .pe-4 {
  padding-right: 1.5rem !important;
}

html[dir="rtl"] .pe-5 {
  padding-right: 3rem !important;
}

html[dir="rtl"] .ps-0 {
  padding-left: 0 !important;
}

html[dir="rtl"] .ps-1 {
  padding-left: 0.25rem !important;
}

html[dir="rtl"] .ps-2 {
  padding-left: 0.5rem !important;
}

html[dir="rtl"] .ps-3 {
  padding-left: 1rem !important;
}

html[dir="rtl"] .ps-4 {
  padding-left: 1.5rem !important;
}

html[dir="rtl"] .ps-5 {
  padding-left: 3rem !important;
}

html[dir="rtl"] .text-start {
  text-align: left !important;
}

html[dir="rtl"] .text-end {
  text-align: right !important;
}

@media (min-width: 576px) {
  html[dir="rtl"] .me-sm-0 {
    margin-right: 0 !important;
  }

  html[dir="rtl"] .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="rtl"] .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="rtl"] .me-sm-3 {
    margin-right: 1rem !important;
  }

  html[dir="rtl"] .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="rtl"] .me-sm-5 {
    margin-right: 3rem !important;
  }

  html[dir="rtl"] .me-sm-auto {
    margin-right: auto !important;
  }

  html[dir="rtl"] .ms-sm-0 {
    margin-left: 0 !important;
  }

  html[dir="rtl"] .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="rtl"] .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="rtl"] .ms-sm-3 {
    margin-left: 1rem !important;
  }

  html[dir="rtl"] .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="rtl"] .ms-sm-5 {
    margin-left: 3rem !important;
  }

  html[dir="rtl"] .ms-sm-auto {
    margin-left: auto !important;
  }

  html[dir="rtl"] .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  html[dir="rtl"] .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .pe-sm-0 {
    padding-right: 0 !important;
  }

  html[dir="rtl"] .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="rtl"] .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="rtl"] .pe-sm-3 {
    padding-right: 1rem !important;
  }

  html[dir="rtl"] .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .pe-sm-5 {
    padding-right: 3rem !important;
  }

  html[dir="rtl"] .ps-sm-0 {
    padding-left: 0 !important;
  }

  html[dir="rtl"] .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .ps-sm-3 {
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .ps-sm-5 {
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .text-sm-start {
    text-align: left !important;
  }

  html[dir="rtl"] .text-sm-end {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  html[dir="rtl"] .me-md-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="rtl"] .me-md-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="rtl"] .me-md-3 {
    margin-right: 1rem !important;
  }

  html[dir="rtl"] .me-md-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="rtl"] .me-md-5 {
    margin-right: 3rem !important;
  }

  html[dir="rtl"] .me-md-auto {
    margin-right: auto !important;
  }

  html[dir="rtl"] .ms-md-0 {
    margin-left: 0 !important;
  }

  html[dir="rtl"] .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="rtl"] .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="rtl"] .ms-md-3 {
    margin-left: 1rem !important;
  }

  html[dir="rtl"] .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="rtl"] .ms-md-5 {
    margin-left: 3rem !important;
  }

  html[dir="rtl"] .ms-md-auto {
    margin-left: auto !important;
  }

  html[dir="rtl"] .pe-md-0 {
    padding-right: 0 !important;
  }

  html[dir="rtl"] .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="rtl"] .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="rtl"] .pe-md-3 {
    padding-right: 1rem !important;
  }

  html[dir="rtl"] .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .pe-md-5 {
    padding-right: 3rem !important;
  }

  html[dir="rtl"] .ps-md-0 {
    padding-left: 0 !important;
  }

  html[dir="rtl"] .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .ps-md-3 {
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .ps-md-5 {
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .text-md-start {
    text-align: left !important;
  }

  html[dir="rtl"] .text-md-end {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  html[dir="rtl"] .me-lg-0 {
    margin-right: 0 !important;
  }

  html[dir="rtl"] .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="rtl"] .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="rtl"] .me-lg-3 {
    margin-right: 1rem !important;
  }

  html[dir="rtl"] .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="rtl"] .me-lg-5 {
    margin-right: 3rem !important;
  }

  html[dir="rtl"] .me-lg-auto {
    margin-right: auto !important;
  }

  html[dir="rtl"] .ms-lg-0 {
    margin-left: 0 !important;
  }

  html[dir="rtl"] .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="rtl"] .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="rtl"] .ms-lg-3 {
    margin-left: 1rem !important;
  }

  html[dir="rtl"] .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="rtl"] .ms-lg-5 {
    margin-left: 3rem !important;
  }

  html[dir="rtl"] .ms-lg-auto {
    margin-left: auto !important;
  }

  html[dir="rtl"] .pe-lg-0 {
    padding-right: 0 !important;
  }

  html[dir="rtl"] .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="rtl"] .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="rtl"] .pe-lg-3 {
    padding-right: 1rem !important;
  }

  html[dir="rtl"] .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .pe-lg-5 {
    padding-right: 3rem !important;
  }

  html[dir="rtl"] .ps-lg-0 {
    padding-left: 0 !important;
  }

  html[dir="rtl"] .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .ps-lg-3 {
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .ps-lg-5 {
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .text-lg-start {
    text-align: left !important;
  }

  html[dir="rtl"] .text-lg-end {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .me-xl-0 {
    margin-right: 0 !important;
  }

  html[dir="rtl"] .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="rtl"] .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="rtl"] .me-xl-3 {
    margin-right: 1rem !important;
  }

  html[dir="rtl"] .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="rtl"] .me-xl-5 {
    margin-right: 3rem !important;
  }

  html[dir="rtl"] .me-xl-auto {
    margin-right: auto !important;
  }

  html[dir="rtl"] .ms-xl-0 {
    margin-left: 0 !important;
  }

  html[dir="rtl"] .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="rtl"] .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="rtl"] .ms-xl-3 {
    margin-left: 1rem !important;
  }

  html[dir="rtl"] .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="rtl"] .ms-xl-5 {
    margin-left: 3rem !important;
  }

  html[dir="rtl"] .ms-xl-auto {
    margin-left: auto !important;
  }

  html[dir="rtl"] .pe-xl-0 {
    padding-right: 0 !important;
  }

  html[dir="rtl"] .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="rtl"] .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="rtl"] .pe-xl-3 {
    padding-right: 1rem !important;
  }

  html[dir="rtl"] .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .pe-xl-5 {
    padding-right: 3rem !important;
  }

  html[dir="rtl"] .ps-xl-0 {
    padding-left: 0 !important;
  }

  html[dir="rtl"] .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .ps-xl-3 {
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .ps-xl-5 {
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .text-xl-start {
    text-align: left !important;
  }

  html[dir="rtl"] .text-xl-end {
    text-align: right !important;
  }
}

@media (min-width: 1400px) {
  html[dir="rtl"] .me-xxl-0 {
    margin-right: 0 !important;
  }

  html[dir="rtl"] .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="rtl"] .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="rtl"] .me-xxl-3 {
    margin-right: 1rem !important;
  }

  html[dir="rtl"] .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="rtl"] .me-xxl-5 {
    margin-right: 3rem !important;
  }

  html[dir="rtl"] .me-xxl-auto {
    margin-right: auto !important;
  }

  html[dir="rtl"] .ms-xxl-0 {
    margin-left: 0 !important;
  }

  html[dir="rtl"] .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="rtl"] .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="rtl"] .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  html[dir="rtl"] .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="rtl"] .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  html[dir="rtl"] .ms-xxl-auto {
    margin-left: auto !important;
  }

  html[dir="rtl"] .pe-xxl-0 {
    padding-right: 0 !important;
  }

  html[dir="rtl"] .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="rtl"] .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="rtl"] .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  html[dir="rtl"] .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  html[dir="rtl"] .ps-xxl-0 {
    padding-left: 0 !important;
  }

  html[dir="rtl"] .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .text-xxl-start {
    text-align: left !important;
  }

  html[dir="rtl"] .text-xxl-end {
    text-align: right !important;
  }
}

html[dir="ltr"] .text-start {
  text-align: right !important;
}

html[dir="ltr"] .text-end {
  text-align: left !important;
}

html[dir="ltr"] .me-0 {
  margin-left: 0 !important;
}

html[dir="ltr"] .me-1 {
  margin-left: 0.25rem !important;
}

html[dir="ltr"] .me-2 {
  margin-left: 0.5rem !important;
}

html[dir="ltr"] .me-3 {
  margin-left: 1rem !important;
}

html[dir="ltr"] .me-4 {
  margin-left: 1.5rem !important;
}

html[dir="ltr"] .me-5 {
  margin-left: 3rem !important;
}

html[dir="ltr"] .me-auto {
  margin-left: auto !important;
}

html[dir="ltr"] .ms-0 {
  margin-right: 0 !important;
}

html[dir="ltr"] .ms-1 {
  margin-right: 0.25rem !important;
}

html[dir="ltr"] .ms-2 {
  margin-right: 0.5rem !important;
}

html[dir="ltr"] .ms-3 {
  margin-right: 1rem !important;
}

html[dir="ltr"] .ms-4 {
  margin-right: 1.5rem !important;
}

html[dir="ltr"] .ms-5 {
  margin-right: 3rem !important;
}

html[dir="ltr"] .ms-auto {
  margin-right: auto !important;
}

html[dir="ltr"] .pe-0 {
  padding-left: 0 !important;
}

html[dir="ltr"] .pe-1 {
  padding-left: 0.25rem !important;
}

html[dir="ltr"] .pe-2 {
  padding-left: 0.5rem !important;
}

html[dir="ltr"] .pe-3 {
  padding-left: 1rem !important;
}

html[dir="ltr"] .pe-4 {
  padding-left: 1.5rem !important;
}

html[dir="ltr"] .pe-5 {
  padding-left: 3rem !important;
}

html[dir="ltr"] .ps-0 {
  padding-right: 0 !important;
}

html[dir="ltr"] .ps-1 {
  padding-right: 0.25rem !important;
}

html[dir="ltr"] .ps-2 {
  padding-right: 0.5rem !important;
}

html[dir="ltr"] .ps-3 {
  padding-right: 1rem !important;
}

html[dir="ltr"] .ps-4 {
  padding-right: 1.5rem !important;
}

html[dir="ltr"] .ps-5 {
  padding-right: 3rem !important;
}

@media (min-width: 576px) {
  html[dir="ltr"] .me-sm-0 {
    margin-left: 0 !important;
  }

  html[dir="ltr"] .me-sm-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="ltr"] .me-sm-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="ltr"] .me-sm-3 {
    margin-left: 1rem !important;
  }

  html[dir="ltr"] .me-sm-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="ltr"] .me-sm-5 {
    margin-left: 3rem !important;
  }

  html[dir="ltr"] .me-sm-auto {
    margin-left: auto !important;
  }

  html[dir="ltr"] .ms-sm-0 {
    margin-right: 0 !important;
  }

  html[dir="ltr"] .ms-sm-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="ltr"] .ms-sm-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="ltr"] .ms-sm-3 {
    margin-right: 1rem !important;
  }

  html[dir="ltr"] .ms-sm-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="ltr"] .ms-sm-5 {
    margin-right: 3rem !important;
  }

  html[dir="ltr"] .ms-sm-auto {
    margin-right: auto !important;
  }

  html[dir="ltr"] .pe-sm-0 {
    padding-left: 0 !important;
  }

  html[dir="ltr"] .pe-sm-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="ltr"] .pe-sm-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="ltr"] .pe-sm-3 {
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .pe-sm-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .pe-sm-5 {
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  html[dir="ltr"] .ps-sm-0 {
    padding-right: 0 !important;
  }

  html[dir="ltr"] .ps-sm-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="ltr"] .ps-sm-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="ltr"] .ps-sm-3 {
    padding-right: 1rem !important;
  }

  html[dir="ltr"] .ps-sm-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="ltr"] .ps-sm-5 {
    padding-right: 3rem !important;
  }

  html[dir="ltr"] .text-sm-start {
    text-align: right !important;
  }

  html[dir="ltr"] .text-sm-end {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  html[dir="ltr"] .me-md-0 {
    margin-left: 0 !important;
  }

  html[dir="ltr"] .me-md-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="ltr"] .me-md-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="ltr"] .me-md-3 {
    margin-left: 1rem !important;
  }

  html[dir="ltr"] .me-md-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="ltr"] .me-md-5 {
    margin-left: 3rem !important;
  }

  html[dir="ltr"] .me-md-auto {
    margin-left: auto !important;
  }

  html[dir="ltr"] .ms-md-0 {
    margin-right: 0 !important;
  }

  html[dir="ltr"] .ms-md-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="ltr"] .ms-md-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="ltr"] .ms-md-3 {
    margin-right: 1rem !important;
  }

  html[dir="ltr"] .ms-md-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="ltr"] .ms-md-5 {
    margin-right: 3rem !important;
  }

  html[dir="ltr"] .pe-md-0 {
    padding-left: 0 !important;
  }

  html[dir="ltr"] .pe-md-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="ltr"] .pe-md-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="ltr"] .pe-md-3 {
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .pe-md-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .pe-md-5 {
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .ps-md-0 {
    padding-right: 0 !important;
  }

  html[dir="ltr"] .ps-md-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="ltr"] .ps-md-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="ltr"] .ps-md-3 {
    padding-right: 1rem !important;
  }

  html[dir="ltr"] .ps-md-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="ltr"] .ps-md-5 {
    padding-right: 3rem !important;
  }

  html[dir="ltr"] .text-md-start {
    text-align: right !important;
  }

  html[dir="ltr"] .text-md-end {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  html[dir="ltr"] .me-lg-0 {
    margin-left: 0 !important;
  }

  html[dir="ltr"] .me-lg-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="ltr"] .me-lg-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="ltr"] .me-lg-3 {
    margin-left: 1rem !important;
  }

  html[dir="ltr"] .me-lg-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="ltr"] .me-lg-5 {
    margin-left: 3rem !important;
  }

  html[dir="ltr"] .me-lg-auto {
    margin-left: auto !important;
  }

  html[dir="ltr"] .ms-lg-0 {
    margin-right: 0 !important;
  }

  html[dir="ltr"] .ms-lg-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="ltr"] .ms-lg-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="ltr"] .ms-lg-3 {
    margin-right: 1rem !important;
  }

  html[dir="ltr"] .ms-lg-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="ltr"] .ms-lg-5 {
    margin-right: 3rem !important;
  }

  html[dir="ltr"] .ms-lg-auto {
    margin-right: auto !important;
  }

  html[dir="ltr"] .pe-lg-0 {
    padding-left: 0 !important;
  }

  html[dir="ltr"] .pe-lg-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="ltr"] .pe-lg-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="ltr"] .pe-lg-3 {
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .pe-lg-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .pe-lg-5 {
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .ps-lg-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="ltr"] .ps-lg-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="ltr"] .ps-lg-3 {
    padding-right: 1rem !important;
  }

  html[dir="ltr"] .ps-lg-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="ltr"] .ps-lg-5 {
    padding-right: 3rem !important;
  }

  html[dir="ltr"] .text-lg-start {
    text-align: right !important;
  }

  html[dir="ltr"] .text-lg-end {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  html[dir="ltr"] .me-xl-0 {
    margin-left: 0 !important;
  }

  html[dir="ltr"] .me-xl-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="ltr"] .me-xl-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="ltr"] .me-xl-3 {
    margin-left: 1rem !important;
  }

  html[dir="ltr"] .me-xl-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="ltr"] .me-xl-5 {
    margin-left: 3rem !important;
  }

  html[dir="ltr"] .me-xl-auto {
    margin-left: auto !important;
  }

  html[dir="ltr"] .ms-xl-0 {
    margin-right: 0 !important;
  }

  html[dir="ltr"] .ms-xl-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="ltr"] .ms-xl-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="ltr"] .ms-xl-3 {
    margin-right: 1rem !important;
  }

  html[dir="ltr"] .ms-xl-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="ltr"] .ms-xl-5 {
    margin-right: 3rem !important;
  }

  html[dir="ltr"] .ms-xl-auto {
    margin-right: auto !important;
  }

  html[dir="ltr"] .pe-xl-0 {
    padding-left: 0 !important;
  }

  html[dir="ltr"] .pe-xl-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="ltr"] .pe-xl-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="ltr"] .pe-xl-3 {
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .pe-xl-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .pe-xl-5 {
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .ps-xl-0 {
    padding-right: 0 !important;
  }

  html[dir="ltr"] .ps-xl-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="ltr"] .ps-xl-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="ltr"] .ps-xl-3 {
    padding-right: 1rem !important;
  }

  html[dir="ltr"] .ps-xl-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="ltr"] .ps-xl-5 {
    padding-right: 3rem !important;
  }

  html[dir="ltr"] .text-xl-start {
    text-align: right !important;
  }

  html[dir="ltr"] .text-xl-end {
    text-align: left !important;
  }
}

@media (min-width: 1400px) {
  html[dir="ltr"] .me-xxl-0 {
    margin-left: 0 !important;
  }

  html[dir="ltr"] .me-xxl-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="ltr"] .me-xxl-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="ltr"] .me-xxl-3 {
    margin-left: 1rem !important;
  }

  html[dir="ltr"] .me-xxl-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="ltr"] .me-xxl-5 {
    margin-left: 3rem !important;
  }

  html[dir="ltr"] .me-xxl-auto {
    margin-left: auto !important;
  }

  html[dir="ltr"] .ms-xxl-0 {
    margin-right: 0 !important;
  }

  html[dir="ltr"] .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="ltr"] .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="ltr"] .ms-xxl-3 {
    margin-right: 1rem !important;
  }

  html[dir="ltr"] .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="ltr"] .ms-xxl-5 {
    margin-right: 3rem !important;
  }

  html[dir="ltr"] .ms-xxl-auto {
    margin-right: auto !important;
  }

  html[dir="ltr"] .pe-xxl-0 {
    padding-left: 0 !important;
  }

  html[dir="ltr"] .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="ltr"] .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="ltr"] .pe-xxl-3 {
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .pe-xxl-5 {
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .ps-xxl-0 {
    padding-right: 0 !important;
  }

  html[dir="ltr"] .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="ltr"] .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="ltr"] .ps-xxl-3 {
    padding-right: 1rem !important;
  }

  html[dir="ltr"] .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="ltr"] .ps-xxl-5 {
    padding-right: 3rem !important;
  }
}

@media (max-width: 991px) {
  html[dir="ltr"] .menu--mobile {
    right: 0;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  html[dir="ltr"] .menu-mobile-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

html[dir="ltr"] .page-search .search-header::before {
  transform: scaleX(-1);
}

html[dir="ltr"] .dropdown .search-dropdown-menu {
  right: 0 !important;
  top: 15px !important;
  /* left: auto !important; */
}

html[dir="ltr"] .dropdown .search-dropdown-menu.dropdown-menu-end {
  left: 0 !important;
  top: 15px !important;
  /* right: auto !important; */
}

html[dir="rtl"] .dropdown .search-dropdown-menu {
  left: 0 !important;
  top: 15px !important;
}

html[dir="rtl"] .dropdown .search-dropdown-menu.dropdown-menu-end {
  right: 0 !important;
  top: 15px !important;
}

@media (min-width: 992px) {
  html[dir="ltr"] .widget_item-card-2 .widget_item-price {
    border-right: 1px solid #b4c0ce;
    border-left: 0px solid #b4c0ce;
  }
}

/* html[dir="ltr"] .bootstrap-select .dropdown-toggle::before {
  left: 5px;
  right: auto;
} */

/* html[dir="ltr"] .bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
} */

html[dir="ltr"] .breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
  padding-right: 0px;
}

html[dir="ltr"] .breadcrumb-item+.breadcrumb-item::before {
  content: "\f054";
  float: left;
}

html[dir="rtl"] .fa-arrow-right:before {
  content: "\f060";
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 1400px;
    max-width: 100%;
  }
}

.bg-black {
  background-color: #000 !important;
}

.widget-filter {
  border-bottom: 1px solid #ebebeb29;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.page-banner {
  position: relative;
  z-index: 1;
}

.page-banner::before {
  /* position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #181818;
  opacity: 0.5;
  z-index: -1; */
}

.page-header {
  background: url(../images/bg-header.png);
  background-color: #e3b34f;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: #000;
}

.widget_item-cart {
  border: 1px solid #525252;
  padding: 30px;
  position: relative;
}

.widget_item-cart .widget_item-image img {
  width: 100px;
  height: 100px;
}

.widget_item-cart .widget_item-remove {
  position: absolute;
  top: 20px;
  inset-inline-end: 20px;
  display: flex;
  align-items: center;
  background: transparent;
  color: #ffffff38;
  font-size: 18px;
  z-index: 1;
  cursor: pointer;
}

.widget_item-cart .widget_item-check {
  position: absolute;
  top: 25px;
  left: 30px;
  inset-inline-end: 20px;
  display: flex;
  align-items: center;
  background: transparent;
  color: #ffffff38;
  font-size: 18px;
  z-index: 1;
  cursor: pointer;
}

.widget_item-cart .widget_item-image.image-small img {
  width: 45px;
  height: 45px;
}

.qty {
  overflow: hidden;
  height: 48px;
}

.qty input[type="number"]::-webkit-outer-spin-button,
.qty input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty input[type="number"] {
  -moz-appearance: textfield;
}

.qty .minus,
.qty .add {
  width: 48px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
}

.qty .number {
  width: 70px;
  height: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial;
  background-color: transparent;
  color: #fff;
}

.qty .minus {
  background-color: #f7f8fa;
}

.qty .add {
  background-color: #e3b34f;
}

.bg-dark-light {
  background-color: #2a2a29;
}

.text-green {
  color: #80c998;
}

.payment .payment-img {
  /* width: 85px; */
  /* height: 55px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* background-color: #fff; */
  margin-inline-end: 20px;
  margin-bottom: 5px;
}

.payment .payment-img img {
  max-height: 80px;
}

.bootstrap-select>.dropdown-toggle.btn-white {
  background-color: #ffffff !important;
  color: #000 !important;
}

.bootstrap-select .dropdown-toggle.btn-white::before {
  color: #000 !important;
}

.verifi-input input {
  width: 60px;
  height: 60px;
}

.nav-account li a {
  display: block;
  padding: 16px 0;
  color: #9a9a9a;
  font-size: 16px;
}

.nav-account li a:hover,
.nav-account li.active a {
  color: #e3b34f;
}

@media (max-width: 991px) {
  .menu-account {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    transition: all 0.3s ease-in-out;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }

  .menu-account.active {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
  }
}

.table-custom {
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0 20px;
}

.table-custom .image-order img {
  width: 40px;
  height: 40px;
}

.table-custom .image-order img:not(:last-of-type) {
  margin-inline-end: 10px;
}

.table-custom thead tr th {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.table-custom tbody tr td {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px;
}

.table-custom thead tr th,
.table-custom tbody tr td {
  border: 0;
}

@media (max-width: 991px) {
  .table thead {
    display: none;
  }

  .table tbody tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid rgba(238, 238, 238, 0.406);
  }

  .table tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }

  .table tbody tr td::before {
    content: attr(data-title);
    font-size: 12px;
    font-weight: 400;
  }
}

.nav.nav-order .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.nav.nav-order .nav-item .nav-link.active {
  color: #fff;
  background-color: transparent;
  position: relative;
}

.nav.nav-order .nav-item .nav-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e3b34f;
  bottom: 0px;
  left: 0;
}

@media (max-width: 991px) {
  .nav.nav-order .nav-item .nav-link::before {
    bottom: 0px;
  }

  .nav.nav-order .nav-item .nav-link {
    padding: 0.5rem 0.2rem;
    font-size: 10px;
  }

  .nav.nav-order .nav-item .nav-link {
    margin-inline-end: 4px;
  }
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-align: start;
}

.profile-about {
  padding: 50px 30px 30px;
  border: 1px solid #525252 !important;
}

.profile-about .title {
  position: absolute;
  top: -20px;
  background-color: #1f1f1e;
  padding: 0px 10px;
}

.profile-image img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 5px solid #1f1f1e;
}

@media (min-width: 992px) {
  .mt-n110 {
    margin-top: -110px;
  }
}

@media (max-width: 991px) {
  .profile-image img {
    width: 100px;
    height: 100px;
  }

  .profile-about {
    padding: 20px 10px 15px;
  }
}

.data-rating span {
  color: #cfcfcf;
  font-size: 12px;
}

.data-rating span i:not(:last-of-type) {
  -webkit-margin-end: 2px;
  margin-inline-end: 2px;
}

.data-rating span[data-rating="1"] i:nth-child(-n + 1),
.data-rating span[data-rating="2"] i:nth-child(-n + 2),
.data-rating span[data-rating="3"] i:nth-child(-n + 3),
.data-rating span[data-rating="4"] i:nth-child(-n + 4),
.data-rating span[data-rating="5"] i:nth-child(-n + 5) {
  color: #d6b300;
  font-weight: bold;
}

.label-colors input {
  display: none;
}

.label-colors .label-color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.label-colors .label-color::before {
  position: absolute;
  content: "";
  width: 135%;
  height: 135%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #cbcbcb;
  border-radius: 50%;
}

.label-colors input:checked+.label-color::before {
  border-color: #f9d749;
}

.label-colors .label-color:not(:last-of-type) {
  margin-inline-end: 20px;
}

.brand-image img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.image-single-product {
  position: relative;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.image-single-product img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.image-thumbs {
  position: relative;
  /* cursor: pointer; */
  overflow: hidden;
  /* background-color: #fff; */
}

.image-thumbs img {
  height: 100;
  width: 100%;
  object-fit: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .image-single-product {
    height: 300px;
  }
}

.widget_item-reviews .widget_item-image img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.ampopup-content {
  background: #FFF !important;
  min-width: 237px;
  border-radius: 15px;
  border: 2px solid #E3B34F;
  height: auto !important;
}

.widget_item-faq {
  border: 1px solid #7e7e7e;
}

.widget_item-faq .widget_item-title:not(.collapsed) .fa-plus::before {
  content: "\f068";
}

.text-white {
  color: #ffffff !important;
}

.bg-home {
  background: url('../images/bg-home-2.png');
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.bg-home::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .83;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: linear-gradient(140deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

/* .bg-map {
  background: url('../images/bg-map-2.png');
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: auto;
} */

.btn-favorite {
  position: absolute;
  top: 15px;
  inset-inline-end: 25px;
  z-index: 2;
  width: 55px;
  height: 55px;
  background-color: #FFF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  box-shadow: 0 0 10px #eaeaea;
  font-size: 21px;
}


.bg-home {
  background: url('../images/bg-home-2.png');
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-home::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .83;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: linear-gradient(140deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.bg-section-map {
  background: url('../images/bg-map-2.png');
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: auto;
}

.favourite-product i {
  color: #E3B34F;
}


/* 
 */

.section-home-2 {
  background: url(../images/home/bg-home-2.png);
  /* background: url(../images/home/bg-home.png); */
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  background-position: bottom;
  background-repeat: no-repeat;
  /* background-size: 100%; */
  padding: 95px 0px;
}

@media (max-width: 991px) {
  .section-home-2 {
    background-position: inherit;
    background-size: cover;
  }
}

.widget_item-tab {
  /* background-color: #393733; */
  background-color: #CFB76F;
  border-radius: 10px;
  /* border-bottom: 2px solid #cea75e; */
  /* padding: 30px 10px 25px; */
  padding: 30px 20px 25px;
  transition: background-color 0.2s ease-in-out;
}

.widget_item-tab:hover {
  background-color: #d8be70;
}

.widget_item-tab .widget_item-icon {
  /* background-color: rgba(235, 178, 52, 0.2);
  width: 108px;
  height: 108px; */

  background-color: #AD932B;
  width: 77px;
  height: 77px;

}

.tab .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.tab .nav-item .nav-link.active {
  color: #cea75e;
  background-color: transparent;
}

.widget_item-secure:not(:last-of-type) {
  margin-bottom: 50px;
}

.widget_item-secure .widget_item-icon {
  width: 100px;
  height: 100px;
  transition: background-color 0.2s ease-in-out;
}

.widget_item-secure:hover .widget_item-icon {
  background-color: #cea75e !important;
}

.widget_item-secure .widget_item-title {
  transition: color 0.2s ease-in-out;
}

.widget_item-secure:hover .widget_item-title {
  color: #cea75e;
}

.widget_item-tools {
  border: 1px solid #707070;
  padding: 65px 100px;
  transition: border-color 0.2s ease-in-out;
}

.widget_item-tools .widget_item-icon {
  width: 100px;
  height: 100px;
}

.widget_item-tools .widget_item-store {
  width: 85px;
}

.widget_item-tools:hover {
  border-color: #fff;
}

.widget_item-help .widget_item-icon {
  width: 100px;
  height: 100px;
  transition: background-color 0.2s ease-in-out;
}

.widget_item-help:hover .widget_item-icon {
  background-color: #000 !important;
}

.section-help {
  background: url(../images/home/bg-help.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e3b34f;
}

.widget__item-faq {
  background-color: #393733;
  border-radius: 5px;
  border-radius: 4px;
}

.widget__item-faq:hover .widget__item-head.collapsed {
  background-color: #e3b34f;
}

.widget__item-faq .widget__item-head {
  padding: 20px 25px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.widget__item-faq .widget__item-head:not(.collapsed) .fa-plus::before {
  content: "\f068";
}

.widget__item-faq .widget__item-head:not(.collapsed) .widget__item-title {
  color: #e3b34f;
}

.bg-title {
  background: url(../images/home/bg-title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.bg-text {
  /* background: url(../images/home/bg-text.png);
  background-position: 80% 100%;
  background-repeat: no-repeat;
  background-size: contain; */
  background: url(../images/home/bg-text.png);
  background-position: 60% 100%;
  background-repeat: no-repeat;
  background-size: 55%;
  padding-bottom: 80px;
}

.text-primary-2 {
  color: #C38402 !important;
}

@media (max-width: 991px) {
  .section-home-2 .home-image {
    width: 270px;
  }
}

.container-slider-stories .swiper-button-actions {
  position: absolute;
  top: 50%;
  width: 110%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 1;

}

.container-slider-stories .swiper-button-prev,
.container-slider-stories .swiper-button-next {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
}

html[dir='rtl'] .border-end {
  border-right: unset !important;
  border-left: 1px solid #dee2e6 !important;
}

html[dir='rtl'] .fa-chevron-right:before {
  content: "\f053";
}

.widget-filter-header.active .fa-chevron-right:before {
  content: "\f078";
}