@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          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.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #0b0e1d;
}

p {
  margin: 0;
  color: #0b0e1d;
}

input,
textarea,
a,
button {
  outline: none !important;
}

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

a {
  color: #69b970;
}

a:hover {
  color: #69b970;
}

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;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

a {
  text-decoration: none;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semi-bold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-black {
  font-weight: 900 !important;
}

body {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  background-color: #ffffff;
  color: #0b0e1d;
  font-family: 'Tajawal', sans-serif;
}

::-moz-selection {
  background-color: #69b970;
  color: #FFF;
}

::selection {
  background-color: #69b970;
  color: #FFF;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  color: #2f2f2f;
  font-size: 12px;
  margin-bottom: 8px;
}

.form-control {
  height: 46px;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 16px;
  font-size: 14px;
  color: #283946;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border-color: #69b970;
}

textarea.form-control {
  height: auto;
}

.main-wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.bg-primary {
  background-color: #69b970 !important;
}

.text-primary {
  color: #69b970 !important;
}

.border-primary {
  border-color: #69b970 !important;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.main-content {
  padding: 60px 0px;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-webkit-input-placeholder {
  color: #969696 !important;
  font-size: 14px !important;
}

:-ms-input-placeholder {
  color: #969696 !important;
  font-size: 14px !important;
}

::-ms-input-placeholder {
  color: #969696 !important;
  font-size: 14px !important;
}

::placeholder {
  color: #969696 !important;
  font-size: 14px !important;
}

::-moz-placeholder {
  color: #969696 !important;
  font-size: 14px !important;
}

::-ms-placeholder {
  color: #969696 !important;
  font-size: 14px !important;
}

::-o-placeholder {
  color: #969696 !important;
  font-size: 14px !important;
}

::-webkit-placeholder {
  color: #969696 !important;
  font-size: 14px !important;
}

.symbol {
  display: inline-block;
  -ms-flex-negative: 0;
  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-120 > img {
    width: 70px;
    height: 70px;
  }
}

.symbol.symbol-130 > img {
  width: 130px;
  max-width: 130px;
  height: 130px;
}

@media (max-width: 991px) {
  .symbol.symbol-120 > img {
    width: 70px;
    height: 70px;
  }
}

.symbol.symbol-140 > img {
  width: 140px;
  max-width: 140px;
  height: 140px;
}

@media (max-width: 991px) {
  .symbol.symbol-120 > img {
    width: 70px;
    height: 70px;
  }
}

.loader-page {
  background: #f8f8f8;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  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;
}

.loader-page span {
  position: absolute;
  display: inline-block;
  background-color: #69b970;
  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% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
            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;
  }
}

.bg-primary-2 {
  background-color: #e94770;
}

.text-primary-2 {
  color: #e94770;
}

.bg-gray {
  background-color: #f7f7f7 !important;
}

.text-dark {
  color: #000000 !important;
}

.text-green {
  color: #07E1C6 !important;
}

.bg-light {
  background-color: #F7FAFD !important;
}

.text-gray {
  color: #7E7E7E !important;
}

.text-gray-2 {
  color: #cacac9 !important;
}

.text-red {
  color: #FF5D5D !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 !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-5 {
  border-radius: 5px !important;
}

.border {
  border-color: #D6DAE8 !important;
}

.border-bottom {
  border-color: #D6DAE8 !important;
}

.border-top {
  border-color: #D6DAE8 !important;
}

.border-start {
  border-color: #D6DAE8 !important;
}

.border-end {
  border-color: #D6DAE8 !important;
}

.box-shadow {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(2, 2, 2, 0.05) !important;
          box-shadow: 0px 10px 20px 0px rgba(2, 2, 2, 0.05) !important;
}

.cursor-text {
  cursor: text;
}

@media (min-width: 992px) {
  .section-content {
    padding: 60px 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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

html[dir="ltr"] .input-icon.right .form-control {
  padding-right: 45px;
}

html[dir="ltr"] .input-icon.right .icon {
  right: 15px;
}

html[dir="ltr"] .input-icon.left .form-control {
  padding-left: 45px;
}

html[dir="ltr"] .input-icon.left .icon {
  left: 15px;
}

html[dir="rtl"] .input-icon.right .form-control {
  padding-left: 45px;
}

html[dir="rtl"] .input-icon.right .icon {
  left: 15px;
}

html[dir="rtl"] .input-icon.left .form-control {
  padding-right: 45px;
}

html[dir="rtl"] .input-icon.left .icon {
  right: 15px;
}

.text-green {
  color: #28A745 !important;
}

.text-underline {
  text-decoration: underline;
}

.label {
  display: inline-block;
  color: #FFF;
  padding: 0px 9px;
  border-radius: 30px;
  font-weight: 500;
}

.label-blue {
  background-color: #9ad1d4;
}

.label-yellow {
  background-color: #fed167 !important;
}

.label-red {
  background-color: #e94770 !important;
}

.label-green {
  background-color: #69b970 !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-sze-22 {
  font-size: 22px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-10 {
  font-size: 10px !important;
}

.shadow {
  -webkit-box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.btn {
  padding: 12px 38px;
  font-size: 14px;
  border-radius: 8px;
  color: #000;
}

@media (max-width: 991px) {
  .btn {
    font-size: 14px;
    padding: 8px 30px;
  }
}

.btn-primary {
  color: #fff;
  background-color: #69b970;
  border: 0;
}

.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #458f4b;
}

.btn-primary-2 {
  color: #fff;
  background-color: #ef476f;
  border: 0;
}

.btn-primary-2:hover, .btn-primary-2:focus {
  background-color: #e03d63;
  color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-outline-white {
  color: #FFF;
  border: 1px solid #FFF;
}

.btn-black {
  background-color: #2F2F2F;
  color: #FFF;
  -webkit-transition: background-color .2s ease-in-out , color .2s ease-in-out;
  transition: background-color .2s ease-in-out , color .2s ease-in-out;
}

.btn-black:hover {
  background-color: #000;
  color: #FFF;
}

.btn-white {
  background-color: #fff;
  color: #0b0e1d;
  -webkit-transition: background-color .2s ease-in-out , color .2s ease-in-out;
  transition: background-color .2s ease-in-out , color .2s ease-in-out;
}

.btn-white:hover {
  background-color: #69b970;
  color: #FFF;
}

.btn-light-blue {
  background-color: #9ad1d4;
  color: #fff;
  -webkit-transition: background-color .2s ease-in-out , color .2s ease-in-out;
  transition: background-color .2s ease-in-out , color .2s ease-in-out;
}

.btn-light-blue:hover {
  background-color: #75b3b7;
  color: #FFF;
}

.btn-danger {
  color: #fff;
  background-color: #e94770;
  border-color: #e94770;
}

.btn-danger:hover {
  color: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #d43c62;
  border-color: #d43c62;
}

.btn-light-yellow {
  color: #fff;
  background-color: #fed167;
  border-color: #fed167;
}

.btn-light-yellow:hover {
  color: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #edc059;
  border-color: #edc059;
}

.btn-outline-primary {
  color: #69b970;
  border-color: #69b970;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #fff;
  background-color: #69b970;
  border-color: #69b970;
}

.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 .filter-option {
  font-weight: 500;
}

.bootstrap-select > .dropdown-toggle {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  padding: 12px 16px;
  font-size: 14px;
  color: #0A0E1C !important;
  height: 46px;
  border-radius: 4px;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #969696 !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;
}

.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 free";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #212529;
  font-weight: 900;
  font-size: 12px;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  text-align: left;
  padding: 0.4rem 1.5rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 2px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #35498E !important;
  background-color: #EAECF3;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #fff !important;
  border-color: #69b970 !important;
  -webkit-box-shadow: 0px 2px 10.45px 0.55px #42424214;
          box-shadow: 0px 2px 10.45px 0.55px #42424214;
}

.dropdown-menu {
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 32px #0000001f;
          box-shadow: 0px 3px 32px #0000001f;
  border: 0px solid #dddddd80;
  text-align: right;
  min-width: 208px;
  -webkit-animation: animation-dropdown-menu-fade-in .4s ease 1, animation-dropdown-menu-move-up .4s ease-out 1;
  animation: animation-dropdown-menu-fade-in .4s ease 1, animation-dropdown-menu-move-up .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 {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-select > .dropdown-toggle.btn-primary {
  background-color: #6d4bd7 !important;
  border: 1px solid #6d4bd7 !important;
  color: #ffffff !important;
}

.bootstrap-select > .dropdown-toggle.btn-primary:before {
  color: #FFF;
}

@media (max-width: 992px) {
  .main-header {
    padding: 10px 0px;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
  }
  .main-header .menu-nav {
    margin-bottom: 10px;
  }
  .main-header .logo img {
    max-height: 35px;
  }
  .main-header .btn-outline-primary {
    padding: 10px;
    width: 100%;
  }
  .header-mobile__toolbar {
    color: #000;
  }
  .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);
  }
  .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: 9999;
    background: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    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 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .menu--mobile .main-menu .menu_item .menu_link {
    color: #707070 !important;
    font-weight: 600;
    padding: 10px 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    position: relative;
  }
  .menu--mobile .main-menu .menu_item .menu_link.active {
    color: #69b970 !important;
  }
  .menu--mobile .main-menu .menu_item .btn {
    border-radius: 0px !important;
    width: 100%;
    padding: 10px 30px;
    text-align: start;
  }
  .menu--mobile .main-menu .menu_item .btn.btn-outline-white {
    color: #000;
    border: 1px solid #000;
  }
  .btn-close-header-mobile {
    color: #000;
    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;
  }
  .main-header .menu-container .main-menu.menu-tools .menu_item:not(.dropdown) .menu_link {
    padding: 0px 25px;
  }
  .main-header .menu-container .main-menu.menu-tools .menu_item:not(.dropdown) .menu_link img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
    height: 24px;
    width: 24px;
  }
}

.pagination {
  margin-top: 40px;
}

.pagination .page-item {
  margin: 0px 3px;
}

.pagination .page-item .page-link {
  color: #69b970;
  border-radius: 50%;
  background-color: #FFF;
  margin: 0;
  font-size: 18px;
  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;
  padding: 1px;
  height: 30px;
  border: 0;
  width: 30px;
  color: #a6a6a6;
}

.pagination .page-item .page-link:hover {
  color: #fff;
  background-color: #9ad1d4 !important;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #9ad1d4 !important;
}

.m-checkbox {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
}

@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: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #e4e4e4;
  left: 0px;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 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 {
  border-color: #69b970;
}

.m-checkbox input:checked ~ .checkmark:after {
  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;
}

.m-checkbox .checkmark:after {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: #69b970;
  border-radius: 2px;
  font-weight: bold;
  content: "\f00c";
  font-family: "Font Awesome 6 free";
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 991px) {
  .m-checkbox .checkmark:after {
    width: 8px;
    height: 8px;
  }
}

.m-radio {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
}

@media (max-width: 991px) {
  .m-radio {
    font-size: 12px;
    margin-bottom: 7px;
  }
}

.m-radio .checkmark {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  left: 0px;
  top: 50%;
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #69b970;
}

@media (max-width: 991px) {
  .m-radio .checkmark {
    width: 16px;
    height: 16px;
    border-width: 1px;
  }
}

.m-radio .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .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 {
  border-color: #69b970;
}

.m-radio input:checked ~ .checkmark:after {
  opacity: 1;
}

.m-radio .checkmark:after {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 12px;
  content: "";
  width: 8px;
  height: 8px;
  color: #FFF;
  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;
  border-radius: 50%;
  background-color: #69b970;
}

html[dir="rtl"] .m-checkbox {
  padding-right: 25px;
}

html[dir="rtl"] .m-checkbox .checkmark {
  right: 0px;
}

html[dir="rtl"] .m-radio {
  padding-right: 25px;
}

html[dir="rtl"] .m-radio .checkmark {
  right: 0px;
}

html[dir="ltr"] .m-checkbox {
  padding-left: 25px;
}

html[dir="ltr"] .m-checkbox .checkmark {
  left: 0px;
}

html[dir="ltr"] .m-radio {
  padding-left: 25px;
}

html[dir="ltr"] .m-radio .checkmark {
  left: 0px;
}

.breadcrumb .breadcrumb-item {
  color: #0b0e1d;
}

.breadcrumb .breadcrumb-item a {
  color: #0b0e1d;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #69b970;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-right: .5rem;
  padding-left: 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  content: "/";
  font-family: "iconfont";
  color: #0b0e1d;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 22px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 7px;
  margin-top: 0px;
  float: right;
}

@media (max-width: 991px) {
  .breadcrumb {
    font-size: 10px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    width: auto;
    height: auto;
    margin-left: 7px;
    margin-top: -4px;
  }
}

@media (min-width: 992px) {
  .main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 15px;
    right: 0;
    width: 100%;
    position: absolute;
    height: 100px;
    z-index: 3;
  }
  .main-header.internal {
    position: relative;
    height: 160px;
    top: 0;
    background-color: #69b970;
  }
  .main-header .logo img {
    max-height: 85px;
  }
  .main-header .menu--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 35px;
    position: relative;
    color: #fff;
    margin: 0px 8px;
    padding: 0px 11px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .main-header .menu-container .main-menu .menu_item .menu_link:hover, .main-header .menu-container .main-menu .menu_item .menu_link.active {
    color: #000;
    background-color: #FFF;
  }
  .main-header .menu-container .main-menu .menu_item .btn {
    padding: 10px 40px;
    border-radius: 8px;
    font-size: 15px;
  }
  .main-header .menu-container .main-menu .menu_item .btn:hover {
    color: #FFF;
    background-color: #69b970;
    border-color: #69b970;
  }
  .main-header .menu-container .main-menu.menu-tools .menu_item:not(.dropdown) .menu_link {
    padding: 0;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    border-radius: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 24px;
  }
  .main-header .menu-container .main-menu.menu-tools .menu_item:not(.dropdown) .menu_link img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    height: 24px;
  }
  .main-header .menu-container .main-menu.menu-tools .menu_item:not(.dropdown) .menu_link:hover {
    background-color: #b8b8b81c;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main-header .menu-container .main-menu .menu_item .menu_link {
    font-size: 12px;
  }
}

.dropdown.dropdown-lang .dropdown-menu {
  min-width: 138px;
}

.dropdown-lg .dropdown-menu {
  min-width: 400px;
}

@media (max-width: 567px) {
  .dropdown-lg .dropdown-menu {
    min-width: 300px;
  }
}

.main-header .menu-container .main-menu .dropdown .menu_link {
  border-radius: 6px;
  border: 1px solid transparent;
  color: #fff;
}

@media (min-width: 992px) {
  .main-header .menu-container .main-menu .dropdown .menu_link {
    padding: 9px 20px;
    line-height: 1.5;
  }
}

.main-header .menu-container .main-menu .dropdown .menu_link::before {
  content: unset !important;
}

.main-header .menu-container .main-menu .dropdown .menu_link.show, .main-header .menu-container .main-menu .dropdown .menu_link:hover {
  border-color: #69b970;
}

.main-header .menu-container .main-menu .dropdown .dropdown-menu {
  border-radius: 8px;
}

.main-header .menu-container .main-menu .dropdown .dropdown-menu .dropdown-item {
  font-weight: 500;
  padding: 0.6rem 1.1rem;
  color: #707070;
}

.main-header .menu-container .main-menu .dropdown .dropdown-menu .dropdown-item.active {
  color: #0A0E1C !important;
}

@media (max-width: 991px) {
  .main-header .menu-container .main-menu.menu-tools .menu_item:not(.dropdown) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .main-header .menu-container .main-menu.menu-tools .symbol {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
}

.main-header .menu-container .main-menu.menu-tools .menu_item:not(.dropdown) .menu_link .badge {
  background-color: #e94770;
  border-radius: 50%;
  position: absolute;
  inset-inline-start: -8px;
  top: -3px;
  font-size: 12px;
  padding: 0.34em 0.6em;
  line-height: 1;
}

@media (max-width: 991px) {
  .main-header .menu-container .main-menu.menu-tools .menu_item:not(.dropdown) .menu_link .badge {
    inset-inline-start: 12px;
    top: -9px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}

.section {
  padding: 50px 0px;
}

.section-home {
  background: url(../images/bg-home.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #69b970;
  position: relative;
}

.section-home ::-moz-selection {
  background-color: #ef476f;
  color: #FFF;
}

.section-home ::selection {
  background-color: #ef476f;
  color: #FFF;
}

.section-home .home-title,
.section-home .home-title-entry {
  text-shadow: 0px 5px 7px rgba(31, 30, 24, 0.3);
}

.section-home .home-form {
  position: relative;
}

.section-home .home-form .form-control {
  height: 70px;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(31, 30, 24, 0.2);
          box-shadow: 0px 5px 7px 0px rgba(31, 30, 24, 0.2);
  border-radius: 7px;
  font-size: 20px;
}

.section-home .home-form .form-btn {
  position: absolute;
  padding: 1px 25px;
  background-color: #ef476f;
  height: 100%;
  top: 0;
  inset-inline-end: 0;
  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: 20px;
  color: #FFF;
  border-radius: 7px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .section-home {
    min-height: 800px;
    padding: 150px 0 150px;
  }
  .section-home .home-title {
    font-size: 67px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
  }
  .section-home .home-title::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: -2;
    background-color: #e94770;
    top: -46px;
    inset-inline-start: -16px;
  }
  .section-home .home-title-entry {
    font-size: 40px;
    margin-bottom: 55px;
    z-index: 1;
    position: relative;
  }
  .section-home .home-text {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .section-home .home-title {
    margin-bottom: 20px;
  }
  .section-home .home-text {
    margin-bottom: 20px;
  }
  .section-home .home-image img {
    max-height: 200px;
  }
}

@media (min-width: 992px) {
  .title-section {
    font-size: 28;
  }
}

@media (max-width: 991px) {
  .title-section {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .section-service {
    margin-top: -170px;
  }
}

.widget__item-serv {
  padding: 51px 10px 57px;
  background-color: #FFF;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  display: block;
  z-index: 1;
  position: relative;
}

.widget__item-serv .widget__item-icon {
  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;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}

.widget__item-serv .widget__item-icon::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-filter .2s ease-in-out;
  transition: -webkit-filter .2s ease-in-out;
  transition: filter .2s ease-in-out;
  transition: filter .2s ease-in-out, -webkit-filter .2s ease-in-out;
}

.widget__item-serv .widget__item-icon img {
  max-height: 90px;
}

.widget__item-serv .widget__item-title {
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.widget__item-serv.widget-1 .widget__item-icon::before {
  background: url(../images/service/bg-serive-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.widget__item-serv.widget-2 .widget__item-icon::before {
  background: url(../images/service/bg-serive-2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.widget__item-serv.widget-3 .widget__item-icon::before {
  background: url(../images/service/bg-serive-3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.widget__item-serv.widget-4 .widget__item-icon::before {
  background: url(../images/service/bg-serive-4.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.widget__item-serv:hover .widget__item-icon img {
    filter: brightness(0) invert(1);
}

.widget__item-serv:hover {
  background-color: #e94770;
}

.widget__item-serv:hover .widget__item-icon::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.widget__item-serv:hover .widget__item-title {
  color: #FFF;
}

@media (max-width: 991px) {
  .widget__item-serv {
    padding: 31px 10px 27px;
  }
}

.swiper-pagination {
  z-index: 3;
  bottom: -5px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.swiper-pagination-bullet {
  margin: 0px 2px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #69b970;
}

.swiper-action .swiper-prev {
  right: -40px;
}

.swiper-action .swiper-next {
  left: -40px;
}

.swiper-action .swiper-prev,
.swiper-action .swiper-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #8b8b8b;
  font-size: 14px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(31, 30, 24, 0.1);
          box-shadow: 0px 5px 7px 0px rgba(31, 30, 24, 0.1);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  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;
}

.swiper-action .swiper-button-disabled {
  opacity: .5;
  pointer-events: none;
}

@media (min-width: 991px) {
  .swiper-container.swiper-category {
    padding: 0px 10px;
  }
}

.widget__item-category {
  padding: 29px 15px 25px;
  background-color: #FFF;
  -webkit-transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  display: block;
  border: 5px solid;
  margin: 30px 15px;
}

.widget__item-category .widget__item-icon {
  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;
  width: 65px;
  height: 65px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}

.widget__item-category .widget__item-icon::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f4f4f4;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.widget__item-category .widget__item-icon img {
  max-height: 50px;
  -webkit-transition: -webkit-filter .2s ease-in-out;
  transition: -webkit-filter .2s ease-in-out;
  transition: filter .2s ease-in-out;
  transition: filter .2s ease-in-out, -webkit-filter .2s ease-in-out;
}

.widget__item-category .widget__item-title {
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  height: 48px;
  overflow: hidden;
}

.widget__item-category.widget-1 {
  border-color: #99d1d4;
}

.widget__item-category.widget-1:hover {
  background-color: #99d1d4;
}

.widget__item-category.widget-1:hover .widget__item-icon::before {
  background-color: #83b8bb;
}

.widget__item-category.widget-2 {
  border-color: #69b970;
}

.widget__item-category.widget-2:hover {
  background-color: #69b970;
}

.widget__item-category.widget-2:hover .widget__item-icon::before {
  background-color: #55a15c;
}

.widget__item-category.widget-3 {
  border-color: #fed167;
}

.widget__item-category.widget-3:hover {
  background-color: #fed167;
}

.widget__item-category.widget-3:hover .widget__item-icon::before {
  background-color: #deb556;
}

.widget__item-category.widget-4 {
  border-color: #ef476f;
}

.widget__item-category.widget-4:hover {
  background-color: #ef476f;
}

.widget__item-category.widget-4:hover .widget__item-icon::before {
  background-color: #e01430;
}

.widget__item-category.widget-5 {
  border-color: #0b0d1d;
}

.widget__item-category.widget-5:hover {
  background-color: #0b0d1d;
}

.widget__item-category.widget-5:hover .widget__item-icon::before {
  background-color: #000;
}

.widget__item-category:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(140, 140, 140, 0.5);
          box-shadow: 0px 0px 30px rgba(140, 140, 140, 0.5);
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.widget__item-category:hover .widget__item-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.widget__item-category:hover .widget__item-title {
  color: #FFF;
}

@media (max-width: 991px) {
  .widget__item-category {
    margin: 30px 10px;
  }
}

.bg-circle {
  position: relative;
  z-index: 1;
}

.bg-circle::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 20px;
  top: 0;
  height: 100%;
  background: url(../images/bg-curcle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

@media (max-width: 991px) {
  .bg-circle::before {
    width: 100%;
  }
}

.text-light-blue {
  color: #9ad1d4 !important;
}

.widget__item-product {
  border: 1px solid #f0f0f0;
  -webkit-transition: -webkit-box-shadow .2s ease-in-out;
  transition: -webkit-box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  position: relative;
  border-radius:10px;
  overflow:hidden;
}

.widget__item-product .widget__item-action {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.widget__item-product .widget__item-action .widget__item-cart,
.widget__item-product .widget__item-action .widget__item-link {
  width: 45px;
  height: 45px;
  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;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  border-radius: 50%;
  margin: 0px 3px;
  -webkit-box-shadow: 0px 0px 30px rgba(16, 40, 40, 0.4);
          box-shadow: 0px 0px 30px rgba(16, 40, 40, 0.4);
}

.widget__item-product .widget__item-action .widget__item-cart img,
.widget__item-product .widget__item-action .widget__item-link img {
  width: 20px;
}

.widget__item-product .widget__item-action .widget__item-cart {
  background-color: #ef476f;
}

.widget__item-product .widget__item-action .widget__item-cart img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.widget__item-product .widget__item-action .widget__item-link {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  background-color: #FFF;
}

.widget__item-product .widget__item-image {
  height: 210px;
  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;
  padding: 10px;
  background-color: #f0f0f0;
  position: relative;
}

.widget__item-product .widget__item-image img {
  max-height: 190px;
}

@media (max-width: 991px) {
  .widget__item-product .widget__item-image {
    height: 150px;
  }
  .widget__item-product .widget__item-image img {
    max-height: 110px;
  }
}

.widget__item-product .widget__item-content {
  padding: 20px 5px;
}

.widget__item-product .widget__item-title a {
  color: #3b3b3b;
}

@media (max-width: 991px) {
  .widget__item-product .widget__item-content {
    padding: 10px 5px;
  }
  .widget__item-product .widget__item-title {
    font-size: 14px;
  }
}

.widget__item-product:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(212, 212, 212, 0.45);
          box-shadow: 0px 0px 40px rgba(212, 212, 212, 0.45);
}

.widget__item-product:hover .widget__item-action .widget__item-cart,
.widget__item-product:hover .widget__item-action .widget__item-link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.widget__item-country {
  margin: 20px 15px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.widget__item-country::before {
  z-index: 1;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#0b0d1d), color-stop(65%, rgba(5, 6, 14, 0.515844)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #0b0d1d 0%, rgba(5, 6, 14, 0.515844) 65%, rgba(0, 0, 0, 0) 100%);
  content: "";
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.widget__item-country .widget__item-image {
  position: relative;
  padding-top: 160%;
  height: 0;
}

.widget__item-country .widget__item-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.widget__item-country .widget__item-title {
  position: absolute;
  bottom: 30px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 1;
  color: #FFF;
  width: 100%;
  text-align: center;
  padding: 0px 10px;
  transition: all .2s ease-in-out;
}

.widget__item-country:hover .widget__item-title{
  bottom: 50%;
  transform: translate(50% ,50%);
}

.widget__item-country:hover {
  -webkit-box-shadow: 0px 0px 20px #5e5e5e99;
          box-shadow: 0px 0px 20px #5e5e5e99;
}

.widget__item-country:hover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #1e873c;
  opacity: .7;
}

@media (max-width: 991px) {
  .widget__item-country {
    margin: 20px 10px;
  }
  .widget__item-country .widget__item-image {
    padding-top: 140%;
  }
}

.clip-path {
  z-index: 1;
  position: relative;
  padding: 40px 70px;
}

.clip-path::before {
  content: "";
  z-index: -1;
  background-color: #ffd166;
  -webkit-clip-path: polygon(0 0, 61% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 61% 0, 100% 100%, 0% 100%);
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  inset-inline-end: 0;
}


html[dir="ltr"] .clip-path{
  -webkit-clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 10% 100%);
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 10% 100%);
}
@media (max-width: 991px) {
  .clip-path {
    padding: 20px;
  }
  .clip-path::before {
    width: 100%;
    height: 100%;
  }
}

.widget__item-certific .widget__item-image {
  position: relative;
  padding: 20px;
}

.widget__item-certific .widget__item-image::before {
  background: url(../images/service/bg-serive-3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.widget__item-certific .widget__item-jop {
  color: #fed167;
}

.bg-certific {
  background: url(../images/bg-certific.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-action.swiper-action-certific .swiper-next, .swiper-action.swiper-action-certific .swiper-prev {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  font-size: 20px;
}

.swiper-action.swiper-action-certific .swiper-next::before, .swiper-action.swiper-action-certific .swiper-prev::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fedf94;
  z-index: -1;
}

.swiper-action.swiper-action-certific .swiper-prev::before {
  right: -8px;
}

.swiper-action.swiper-action-certific .swiper-next::before {
  left: -8px;
}

.widget__item-store {
  margin: 30px 15px;
}

.widget__item-store .widget__item-image {
  background-color: #FFF;
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(2, 2, 2, 0.05);
          box-shadow: 0px 10px 20px 0px rgba(2, 2, 2, 0.05);
  height: 156px;
  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;
  padding: 0px 10px;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.widget__item-store .widget__item-image img {
  max-height: 120px;
}

.widget__item-store .widget__item-fav {
  width: 53px;
  height: 53px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  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;
  -webkit-box-shadow: 0px 0px 30px #10282866;
          box-shadow: 0px 0px 30px #10282866;
}

.widget__item-store .widget__item-fav img {
  width: 25px;
}

.widget__item-store:hover .widget__item-image {
  background-color: #cacaca;
  -webkit-box-shadow: 0px 0px 40px #c5c5c5;
          box-shadow: 0px 0px 40px #c5c5c5;
}

.widget__item-store:hover .widget__item-fav {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.widget__item-info .widget__item-number {
  font-size: 60px;
  font-weight: 900;
  color: #ef476f;
  position: relative;
}

@media (max-width: 991px) {
  .widget__item-info .widget__item-number {
    font-size: 30px;
  }
}

.widget__item-info .widget__item-number::before {
  background: url(../images/service/bg-serive-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  z-index: -1;
  width: 68px;
  height: 68px;
  top: 50%;
  right: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-download {
  position: relative;
  z-index: 1;
}

.section-download::before, .section-download::after {
  position: absolute;
  height: 60%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

@media (max-width: 991px) {
  .section-download::before, .section-download::after {
    height: 100%;
  }
}

.section-download::before {
  z-index: -1;
  width: 80%;
  -webkit-clip-path: polygon(31% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(31% 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #ef476f;
}

.section-download::after {
  z-index: -2;
  width: 100%;
  background-color: #69b970;
}

.section-download-new {
  position: relative;
  z-index: 1;
  margin: 100px 0px ;
}

.section-download-new::before, .section-download-new::after {
  position: absolute;
    height: 300px;
    right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}


.section-download-new::before {
  z-index: -1;
  width: 30%;
  background-color: #ef476f;
}

.section-download-new::after {
  z-index: -2;
  width: 100%;
  background-color: #f5fafb;
}

.section-download-new img{

    width : 150px;
}

.section-download-new .container{

    padding-top: 90px;
    padding-bottom: 90px!important;
}

.section-download-new .phone{

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 31%;
    width: 800px;
}


@media (max-width: 991px) {
    .section-download-new::before, .section-download-new::after {
        height: 100%;
        width: 100%;
        -webkit-clip-path: unset ;
        clip-path: unset ;
    }

    .section-download-new::before {
        z-index: -1;
        background-color: #ef476f;
    }

    .section-download-new::after {
        z-index: -2;
        background-color: #f5fafb;
    }



    .section-download-new .phone{

        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 31%;
        width: 800px;
        max-height: unset;
    }

}




.full-height {
  position: relative;
}

@media (min-width: 992px) {
  .full-height {
    min-height: 100vh;
  }
}

.bg-login {
  background: url(../images/bg-login.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  position: fixed;
  inset-inline-end: 0;
  height: 100%;
  width: 38%;
  text-align: left;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bg-login.right {
  inset-inline-end: unset;
  inset-inline-start: 0;
}

.bg-login::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(105, 185, 112, 0.9);
}

.bg-login .btn-white:hover {
  background-color: #ef476f;
}

.login-form {
  position: relative;
}

@media (min-width: 992px) {
  .login-form::before {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    -webkit-box-shadow: 0px 0px 10px  #EEE;
            box-shadow: 0px 0px 10px  #EEE;
    width: 130%;
    height: 100%;
    top: 0;
    z-index: -1;
  }
  .login-form.right::before {
    left: 0;
    right: auto;
  }
}

@media (max-width: 991px) {
  .login-form {
    padding: 10px 15px;
  }
}

html[dir="rtl"] .form-select {
  background-position: 12px center;
}

.input-icon.right .icon.phone {
  left: 0px;
  z-index: 1;
}

.input-icon.right .icon.phone .dropdown-toggle {
  height: 44px;
}

.input-icon.right .icon.phone .dropdown-menu .dropdown-item {
  text-align: center;
}

html[dir="rtl"] .input-icon.right .icon.phone {
  left: 1px;
  z-index: 1;
}

html[dir="left"] .input-icon.right .icon.phone {
  right: 1px;
  z-index: 1;
}

.header-page {
  background: url(../images/bg-title.png);
  background-position: 20% bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #f7f7f7;
  padding: 60px 0px;
  position: relative;
}

.header-page.bg-none {
  background: none;
  background-color: #f7f7f7;
}

.header-page .header-image {
  position: absolute;
  inset-inline-end: 10px;
  top: 30px;
}

@media (max-width: 991px) {
  .header-page {
    background-size: 70%;
    padding: 20px 0px;
  }
}

#map {
  height: 340px;
  width: 100%;
}

.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 0 !important;
}

.gm-style .gm-style-iw-d {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  padding: 20px !important;
  max-height: unset !important;
  overflow: unset !important;
}

.gm-style {
  font-family: 'Tajawal', sans-serif !important;
}

.icon-edit {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 20px;
  height: 20px;
  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: #ef476f;
  color: #FFF;
}

.bg-light-blue {
  background-color: #99d1d4 !important;
}

.w-20 {
  width: 20px;
}

.h-20 {
  height: 20px;
}

.w-35 {
  width: 35px;
}

.h-35 {
  height: 35px;
}

.w-100px {
  width: 100px;
}

.h-100px {
  height: 100px;
}

.inset-5 {
  inset-inline-end: 5px !important;
}

.menu-profile {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}

.menu-profile ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  padding: 19px 15px;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.menu-profile ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFF;
  opacity: .2;
  bottom: 0;
  right: 0;
}

.menu-profile ul li a.active, .menu-profile ul li a:hover {
  color: #FFF;
}

.switch {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 23px;
  top: 7px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c7c7c7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider.round {
  border-radius: 34px;
}

.switch input:checked + .slider {
  background-color: #e7e7e7;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 3px;
  bottom: -3px;
  background-color: #c4c4c4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
  background-color: #69b970;
}

.upload-dropzone {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
}

.dropzone {
  border: 1px dashed #bfbfbf;
  background-color: #f7f7f7;
  border-radius: 0px;
  text-align: center;
}

.dropzone .icon,
.dropzone .title {
  display: block;
  color: #3f3d3d;
  text-align: center;
}

.text-danger {
  color: #e94770 !important;
}

.image-cart img {
  max-height: 50px;
}

.image-cart.image-small img {
  max-height: 30px;
}

.table.table-cart > :not(:last-child) > :last-child > * {
  border-bottom-color: #e3e3e3;
}

.table.table-cart {
  vertical-align: middle;
  border-color: #e3e3e3;
}

@media (max-width: 991px) {
  .table.table-cart thead {
    display: none;
  }
}

.table.table-cart thead th {
  border-bottom: 0px solid #edf4f7 !important;
  color: #FFF;
  background-color: #fed167;
  padding: 4px 10px;
}

.table.table-cart tr td {
  color: #a4a4a4;
  font-weight: 500;
  font-size: 14px;
}

@media (min-width: 992px) {
  .table.table-cart tr td {
    padding: 20px 15px;
  }
}

@media (max-width: 991px) {
  .table.table-cart tr {
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
  }
  .table.table-cart tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .table.table-cart tr td[data-title]:before {
    content: attr(data-title);
    font-size: inherit;
    font-weight: 400;
  }
  .table.table-cart tr td,
  .table.table-cart tr th {
    padding: 10px 10px;
    font-size: 12px;
  }
  .image-cart img {
    max-height: 30px;
  }
}

hr {
  background-color: #e3e3e3;
  opacity: 1;
  height: 2px !important;
}

.filter-product {
  border-radius: 20px;
  padding: 7px 20px 5px 10px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.filter-product.active {
  background-color: #EDF4F7;
}

.filter-product .filter-header {
  cursor: pointer;
}

.filter-product .filter-header .filter-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #555555;
}

.filter-product .filter-header .filter-title::before {
  position: absolute;
  content: "";
  inset-inline-start: -17px;
  top: 8px;
  width: 7px;
  height: 7px;
  border: 1px solid #49494c;
  border-radius: 50%;
}

.filter-product .filter-header:not(.collapsed) .filter-title {
  color: #003764;
}

.filter-product .filter-header:not(.collapsed) .filter-title::before {
  border-width: 4px;
  border-color: #69b970;
}

.filter-product .filter-body ul {
  margin: 10px 0px;
}

.filter-product .filter-body ul li a {
  color: #49494c;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 14px;
  position: relative;
}

.filter-product .filter-body ul li a:hover, .filter-product .filter-body ul li a.active {
  color: #000;
}

.filter-product .filter-body ul li a::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border: 1px solid #49494c;
  border-radius: 50%;
}

.filter-country li a {
  position: relative;
  display: block;
  color: #555555;
  font-size: 16px;
  padding: 7px 20px 5px 10px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.filter-country li a::before {
  position: absolute;
  content: "";
  inset-inline-start: 0px;
  top: 17px;
  width: 7px;
  height: 7px;
  border: 1px solid #49494c;
  border-radius: 50%;
}

.filter-country li a.active::before {
  border-width: 4px;
  border-color: #69b970;
}

.irs {
  font-family: 'Tajawal', sans-serif;
}

.irs--flat {
  height: 40px;
  margin-top: -20px;
  margin-bottom: 40px;
  padding: 0px 15px;
}

.irs--flat .irs-handle {
  top: 26px;
  width: 10px;
  height: 10px;
  background-color: #69b970;
  border-radius: 50%;
}

.irs--flat .irs-bar {
  top: 29px;
  height: 5px;
  background-color: #69b970;
}

.irs--flat .irs-line {
  top: 30px;
  height: 2px;
  background-color: #e3e3e3;
  border-radius: 4px;
}

.irs--flat .irs-handle > i:first-child {
  display: none;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: #999999;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  padding: 0px 12px;
  background-color: #fff;
  border-radius: 4px;
  top: 49px;
  direction: ltr;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none;
}

.select-filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-filter .title-filter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.select-filter .btn.dropdown-toggle.btn-light {
  background-color: transparent;
  border: 0;
  padding: 0;
  height: 22px;
  min-width: 50px;
  color: #99d1d4 !important;
  -webkit-margin-start: 11px;
          margin-inline-start: 11px;
}

.select-filter .bootstrap-select .dropdown-toggle::before {
  left: unset !important;
  inset-inline-end: -10px !important;
}

.select-filter .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: center;
}

.product-display .btn-display {
  color: #ebebeb;
  font-size: 18px;
}

.product-display .btn-display.active {
  color: #fed167;
}

@media (min-width: 992px) {
  .filter-product-header {
    margin-top: 60px;
  }
}

.widget__item-product.product-solid {
  pointer-events: none;
}

.widget__item-product.product-solid .widget__item-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #9ad1d4;
  left: 0;
  z-index: 1;
  opacity: .7;
}

.widget__item-product .widget__item-sold {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2px 11px;
  z-index: 1;
}

.data-rating span {
  color: #CFCFCF;
  font-size: 16px;
}

.data-rating span i {
  margin: 0px 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: #f7d019;
  font-weight: bold;
}

@media (min-width: 576px) {
  .modal-dialog.modal-small {
    max-width: 360px;
    margin: 1.75rem auto;
  }
}

.input-activate {
  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;
  direction: ltr;
}

.input-activate .form-control {
  width: 70px;
  height: 45px;
  text-align: center;
  margin: 0px 7px;
}

.widget__item-product.product-mazad .widget__item-image {
  padding-bottom: 50px;
  height: 235px;
}

.widget__item-product.product-mazad .countDown {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  background-color: #fed167;
}

.table-2.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #f0f0f0;
}

.table-2 thead td {
  color: #969696;
  font-size: 12px;
}

.table-2 tbody tr td {
  padding: 15px 5px;
  color: #303030;
  font-weight: bold;
}

@media (max-width: 991px) {
  .table-2 tbody tr td {
    font-size: 12px;
  }
}

.scroll {
  position: relative;
}

#ModalMazad .scroll {
  max-height: 310px;
}

.modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
}

#ModalOrder .table > :not(caption) > * > *,
#ModalOrderDetails .table > :not(caption) > * > * {
  border-bottom-width: 0px;
}

#ModalOrder .m-radio .checkmark,
#ModalOrderDetails .m-radio .checkmark {
  height: 14px;
  width: 14px;
  border-radius: 2px;
  background-color: #ebebeb;
  border: 0px solid #69b970;
}

#ModalOrder .m-radio .checkmark:after,
#ModalOrderDetails .m-radio .checkmark:after {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #fed167;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 560px;
  }
}

.swiper-container.gallery-images {
  background-color: #f7f7f7;
  text-align: center;
}

.swiper-container.gallery-images .image-single-product {
  padding: 20px;
}

.swiper-container.gallery-images .image-single-product img {
  max-height: 100%;
}

.gallery-thumbs .image-thumbs {
  background-color: #f7f7f7;
  text-align: center;
  padding: 10px;
  height: 55px;
  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;
  border: 2px solid #f7f7f7;
  cursor: pointer;
}

.gallery-thumbs .image-thumbs img {
  max-height: 100%;
}

.gallery-thumbs .swiper-slide.swiper-slide-active .image-thumbs {
  border: 2px solid #69b970;
}

.gallery-thumbs-2 {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.gallery-thumbs-2 .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.gallery-thumbs-2 .swiper-wrapper .swiper-slide {
  margin-bottom: 10px;
  height: 90px !important;
}

.gallery-thumbs-2 .swiper-wrapper .swiper-slide .image-thumbs {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
}

.slider__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slider__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}

.slider__prev:focus,
.slider__next:focus {
  outline: none;
}

.slider__thumbs {
  height: calc(400px - 96px);
}

.slider__images {
  height: 400px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f7f7f7;
}

.slider__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider__images .slider__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  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;
  padding: 20px;
}

.slider__images .slider__image img {
  max-height: 100%;
}

.slider__thumbs .slider__image {
  background-color: #f7f7f7;
  padding: 10px;
  width: 65px;
  height: 65px;
  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;
}

.slider__thumbs .slider__image img {
  max-height: 100%;
}

@media (max-width: 767.98px) {
  .slider__col {
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
  .slider .countdown timer .title {
    -webkit-margin-start: 6px;
    margin-inline-start: 3px;
    -webkit-margin-end: 22px;
    margin-inline-end: 11px;
  }
  .slider__images {
    height: 250px;
  }
}

.qty {
  height: 35px;
  background-color: #f7f7f7;
  padding: 0px 20px;
}

.qty .number {
  background-color: #f7f7f7;
  text-align: center;
  width: 50px;
  height: 35px;
  border: 0px solid #EBEBEB;
  border-radius: 6px;
  margin: 0px 12px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #5c5c5c;
  font-size: 28px;
}

.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty .minus,
.qty .add {
  cursor: pointer;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  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: #99d1d4;
  border: 0px solid #F2F2F2;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #FFF;
}

.countdown timer {
  width: 100%;
  padding: 8px;
  background-color: #fed167;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.countdown timer span:not(.title) {
  font-size: 20px;
  font-weight: 700;
}

.countdown timer .title {
  -webkit-margin-start: 6px;
          margin-inline-start: 6px;
  -webkit-margin-end: 22px;
          margin-inline-end: 22px;
}

@media (min-width: 992px) {
  .widget__item-product.product-mazad .widget__item-image img {
    max-height: 175px;
  }
}

.widget__item-product.product-mazad timer {
  width: 100%;
  padding: 8px;
  background-color: #fed167;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget__item-product.product-mazad timer span:not(.title) {
  font-size: 14px;
  font-weight: 700;
}

.widget__item-product.product-mazad timer .title {
  font-size: 10px;
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

@media (max-width: 991px) {
  .widget__item-product.product-mazad timer span:not(.title) {
    font-size: 12px;
    font-weight: 700;
  }
  .widget__item-product.product-mazad timer .title {
    font-size: 10px;
    -webkit-margin-start: 1px;
            margin-inline-start: 1px;
    -webkit-margin-end: 3px;
            margin-inline-end: 3px;
  }
}

.modal-content {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.modal-content .modal-header .modal-title {
  font-size: 18px;
}

.info-mazad [class*="col-"] {
  position: relative;
}

.info-mazad [class*="col-"]:not(:last-of-type)::before {
  position: absolute;
  content: "";
  inset-inline-end: 0;
  width: 2px;
  height: 130%;
  background: -webkit-linear-gradient(top, #FFF 0, #fdefc9 40%, #fdefc9 60%, #FFF 100%);
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.next-product, .prev-product {
  position: relative;
}

.dropdown-prevNextProduct {
  position: absolute;
  top: 150%;
  right: 0%;
  width: 350px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.dropdown-prevNextProduct .image-product {
  max-height: 50px;
}

@media (max-width: 991px) {
  .dropdown-prevNextProduct {
    width: 100%;
  }
}

.next-product:hover > .dropdown-prevNextProduct, .prev-product:hover > .dropdown-prevNextProduct {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.alert-cart {
  background-color: #f7f7f7;
  border-top: 2px solid #69b970;
}

.zoom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding-top: 100%;
  position: relative;
  width: 100%;
}

.zoom::before, .zoom::after {
  background-clip: content-box;
  background-color: #fff;
  border: 10px solid rgba(0, 0, 0, 0.5);
  border-width: 12px 6px;
  content: '';
  height: 6px;
  left: 20px;
  pointer-events: none;
  position: absolute;
  top: 20px;
  width: 20px;
}

.zoom::before {
  border: 0;
  height: 20px;
  margin: 5px 0 0 13px;
  width: 6px;
  z-index: 20;
}

.zoom__inner {
  background-color: #000;
  border: 10px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.zoom__image {
  display: block;
  width: 100%;
}

.zoom--zoomed::before {
  display: none;
}

.zoom--zoomed .zoom__inner {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.zoom--zoomed .zoom__inner::-webkit-scrollbar {
  height: 0 !important;
  width: 0 !important;
}

.zoom--zoomed .zoom__image {
  width: 200%;
}

@media (min-width: 768px) {
  .zoom {
    float: left;
    height: 200px;
    margin: 0 20px 20px 0;
    padding-top: 0;
    width: 200px;
  }
  .zoom:hover, .zoom:focus {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoom:hover .zoom__image-over, .zoom:focus .zoom__image-over {
    display: block;
  }
  .zoom__image-over {
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    display: none;
    height: 398px;
    left: 100%;
    margin-left: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 398px;
  }
  .zoom__image-over-inner {
    background-repeat: none;
    background-size: cover;
    display: block;
    height: 800px;
    width: 800px;
  }
  .zoom--zoomed:hover, .zoom--zoomed:focus {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
  }
}

.clear {
  clear: both;
}

.main-footer {
  background: url(../images/bg-footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 7px solid #9ad1d4;
  background-color: #f7f7f9;
  border-bottom: 7px solid #ef476f;
}

@media (max-width: 991px) {
  .main-footer {
    padding: 30px 0px 20px;
  }
}

@media (min-width: 992px) {
  .main-footer {
    padding: 60px 0px;
  }
}

.main-footer .title-footer {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.main-footer .title-footer::before {
  position: absolute;
  content: "";
  height: 4px;
  background-color: #69b970;
  width: 27px;
  bottom: 0;
  inset-inline-start: 0;
}

.main-footer .link-footer a {
  color: #000000;
  display: inline-block;
  padding: 5px 0px;
  position: relative;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

.main-footer .link-footer a:hover {
  color: #69b970 !important;
}

@media (max-width: 991px) {
  .main-footer .link-footer li:not(:last-of-type) {
    margin: 0px 10px;
  }
  .main-footer .link-footer li a {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .main-footer .link-footer li a {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media li a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0px 2px;
  color: #fff;
  background-color: #69b970;
  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: 18px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.social-media li a i {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.social-media li:not(:last-of-type) {
  margin-right: 10px;
}

.social-media li a:hover {
  color: #fff;
  background-color: #ef476f;
}

html[dir="rtl"] .social-media li:not(:last-of-type) {
  margin-left: 10px;
  margin-right: 0;
}

.qr-code {
  background-color: #FFF;
  width: 100px;
  height: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qr-code img {
  max-height: 90px;
}

@media (max-width: 991px) {
  .image-responsive {
    max-height: 150px;
  }
  .section {
    padding: 30px 0px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 13px;
  }
  h6 {
    font-size: 12px;
  }
  .title-section {
    font-size: 22px;
  }
  .main-header .dropdown-menu {
    min-width: 100% !important;
  }
  .main-header .list-menu-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-header .list-menu-account .dropdown,
  .main-header .list-menu-account .dropend,
  .main-header .list-menu-account .dropstart,
  .main-header .list-menu-account .dropup {
    position: static;
  }
}

html[dir="ltr"] .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-left: 20px;
}

html[dir="ltr"] .dropdown-menu {
  text-align: left;
}

html[dir="ltr"] .me-0 {
  margin-right: 0 !important;
}

html[dir="ltr"] .me-1 {
  margin-right: .25rem !important;
}

html[dir="ltr"] .me-2 {
  margin-right: .5rem !important;
}

html[dir="ltr"] .me-3 {
  margin-right: 1rem !important;
}

html[dir="ltr"] .me-4 {
  margin-right: 1.5rem !important;
}

html[dir="ltr"] .me-5 {
  margin-right: 3rem !important;
}

html[dir="ltr"] .me-auto {
  margin-right: auto !important;
}

html[dir="ltr"] .ms-0 {
  margin-left: 0 !important;
}

html[dir="ltr"] .ms-1 {
  margin-left: .25rem !important;
}

html[dir="ltr"] .ms-2 {
  margin-left: .5rem !important;
}

html[dir="ltr"] .ms-3 {
  margin-left: 1rem !important;
}

html[dir="ltr"] .ms-4 {
  margin-left: 1.5rem !important;
}

html[dir="ltr"] .ms-5 {
  margin-left: 3rem !important;
}

html[dir="ltr"] .ms-auto {
  margin-left: auto !important;
}

html[dir="ltr"] .pe-0 {
  padding-right: 0 !important;
}

html[dir="ltr"] .pe-1 {
  padding-right: .25rem !important;
}

html[dir="ltr"] .pe-2 {
  padding-right: .5rem !important;
}

html[dir="ltr"] .pe-3 {
  padding-right: 1rem !important;
}

html[dir="ltr"] .pe-4 {
  padding-right: 1.5rem !important;
}

html[dir="ltr"] .pe-5 {
  padding-right: 3rem !important;
}

html[dir="ltr"] .ps-0 {
  padding-left: 0 !important;
}

html[dir="ltr"] .ps-1 {
  padding-left: .25rem !important;
}

html[dir="ltr"] .ps-2 {
  padding-left: .5rem !important;
}

html[dir="ltr"] .ps-3 {
  padding-left: 1rem !important;
}

html[dir="ltr"] .ps-4 {
  padding-left: 1.5rem !important;
}

html[dir="ltr"] .ps-5 {
  padding-left: 3rem !important;
}

html[dir="ltr"] .text-start {
  text-align: left !important;
}

html[dir="ltr"] .text-end {
  text-align: right !important;
}

@media (min-width: 576px) {
  html[dir="ltr"] .me-sm-0 {
    margin-right: 0 !important;
  }
  html[dir="ltr"] .me-sm-1 {
    margin-right: .25rem !important;
  }
  html[dir="ltr"] .me-sm-2 {
    margin-right: .5rem !important;
  }
  html[dir="ltr"] .me-sm-3 {
    margin-right: 1rem !important;
  }
  html[dir="ltr"] .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="ltr"] .me-sm-5 {
    margin-right: 3rem !important;
  }
  html[dir="ltr"] .me-sm-auto {
    margin-right: auto !important;
  }
  html[dir="ltr"] .ms-sm-0 {
    margin-left: 0 !important;
  }
  html[dir="ltr"] .ms-sm-1 {
    margin-left: .25rem !important;
  }
  html[dir="ltr"] .ms-sm-2 {
    margin-left: .5rem !important;
  }
  html[dir="ltr"] .ms-sm-3 {
    margin-left: 1rem !important;
  }
  html[dir="ltr"] .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="ltr"] .ms-sm-5 {
    margin-left: 3rem !important;
  }
  html[dir="ltr"] .ms-sm-auto {
    margin-left: auto !important;
  }
  html[dir="ltr"] .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir="ltr"] .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  html[dir="ltr"] .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  html[dir="ltr"] .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html[dir="ltr"] .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html[dir="ltr"] .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html[dir="ltr"] .pe-sm-0 {
    padding-right: 0 !important;
  }
  html[dir="ltr"] .pe-sm-1 {
    padding-right: .25rem !important;
  }
  html[dir="ltr"] .pe-sm-2 {
    padding-right: .5rem !important;
  }
  html[dir="ltr"] .pe-sm-3 {
    padding-right: 1rem !important;
  }
  html[dir="ltr"] .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="ltr"] .pe-sm-5 {
    padding-right: 3rem !important;
  }
  html[dir="ltr"] .ps-sm-0 {
    padding-left: 0 !important;
  }
  html[dir="ltr"] .ps-sm-1 {
    padding-left: .25rem !important;
  }
  html[dir="ltr"] .ps-sm-2 {
    padding-left: .5rem !important;
  }
  html[dir="ltr"] .ps-sm-3 {
    padding-left: 1rem !important;
  }
  html[dir="ltr"] .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="ltr"] .ps-sm-5 {
    padding-left: 3rem !important;
  }
  html[dir="ltr"] .text-sm-start {
    text-align: left !important;
  }
  html[dir="ltr"] .text-sm-end {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  html[dir="ltr"] .me-md-1 {
    margin-right: .25rem !important;
  }
  html[dir="ltr"] .me-md-2 {
    margin-right: .5rem !important;
  }
  html[dir="ltr"] .me-md-3 {
    margin-right: 1rem !important;
  }
  html[dir="ltr"] .me-md-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="ltr"] .me-md-5 {
    margin-right: 3rem !important;
  }
  html[dir="ltr"] .me-md-auto {
    margin-right: auto !important;
  }
  html[dir="ltr"] .ms-md-0 {
    margin-left: 0 !important;
  }
  html[dir="ltr"] .ms-md-1 {
    margin-left: .25rem !important;
  }
  html[dir="ltr"] .ms-md-2 {
    margin-left: .5rem !important;
  }
  html[dir="ltr"] .ms-md-3 {
    margin-left: 1rem !important;
  }
  html[dir="ltr"] .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="ltr"] .ms-md-5 {
    margin-left: 3rem !important;
  }
  html[dir="ltr"] .ms-md-auto {
    margin-left: auto !important;
  }
  html[dir="ltr"] .pe-md-0 {
    padding-right: 0 !important;
  }
  html[dir="ltr"] .pe-md-1 {
    padding-right: .25rem !important;
  }
  html[dir="ltr"] .pe-md-2 {
    padding-right: .5rem !important;
  }
  html[dir="ltr"] .pe-md-3 {
    padding-right: 1rem !important;
  }
  html[dir="ltr"] .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="ltr"] .pe-md-5 {
    padding-right: 3rem !important;
  }
  html[dir="ltr"] .ps-md-0 {
    padding-left: 0 !important;
  }
  html[dir="ltr"] .ps-md-1 {
    padding-left: .25rem !important;
  }
  html[dir="ltr"] .ps-md-2 {
    padding-left: .5rem !important;
  }
  html[dir="ltr"] .ps-md-3 {
    padding-left: 1rem !important;
  }
  html[dir="ltr"] .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="ltr"] .ps-md-5 {
    padding-left: 3rem !important;
  }
  html[dir="ltr"] .text-md-start {
    text-align: left !important;
  }
  html[dir="ltr"] .text-md-end {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  html[dir="ltr"] .me-lg-0 {
    margin-right: 0 !important;
  }
  html[dir="ltr"] .me-lg-1 {
    margin-right: .25rem !important;
  }
  html[dir="ltr"] .me-lg-2 {
    margin-right: .5rem !important;
  }
  html[dir="ltr"] .me-lg-3 {
    margin-right: 1rem !important;
  }
  html[dir="ltr"] .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="ltr"] .me-lg-5 {
    margin-right: 3rem !important;
  }
  html[dir="ltr"] .me-lg-auto {
    margin-right: auto !important;
  }
  html[dir="ltr"] .ms-lg-0 {
    margin-left: 0 !important;
  }
  html[dir="ltr"] .ms-lg-1 {
    margin-left: .25rem !important;
  }
  html[dir="ltr"] .ms-lg-2 {
    margin-left: .5rem !important;
  }
  html[dir="ltr"] .ms-lg-3 {
    margin-left: 1rem !important;
  }
  html[dir="ltr"] .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="ltr"] .ms-lg-5 {
    margin-left: 3rem !important;
  }
  html[dir="ltr"] .ms-lg-auto {
    margin-left: auto !important;
  }
  html[dir="ltr"] .pe-lg-0 {
    padding-right: 0 !important;
  }
  html[dir="ltr"] .pe-lg-1 {
    padding-right: .25rem !important;
  }
  html[dir="ltr"] .pe-lg-2 {
    padding-right: .5rem !important;
  }
  html[dir="ltr"] .pe-lg-3 {
    padding-right: 1rem !important;
  }
  html[dir="ltr"] .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="ltr"] .pe-lg-5 {
    padding-right: 3rem !important;
  }
  html[dir="ltr"] .ps-lg-0 {
    padding-left: 0 !important;
  }
  html[dir="ltr"] .ps-lg-1 {
    padding-left: .25rem !important;
  }
  html[dir="ltr"] .ps-lg-2 {
    padding-left: .5rem !important;
  }
  html[dir="ltr"] .ps-lg-3 {
    padding-left: 1rem !important;
  }
  html[dir="ltr"] .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="ltr"] .ps-lg-5 {
    padding-left: 3rem !important;
  }
  html[dir="ltr"] .text-lg-start {
    text-align: left !important;
  }
  html[dir="ltr"] .text-lg-end {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  html[dir="ltr"] .me-xl-0 {
    margin-right: 0 !important;
  }
  html[dir="ltr"] .me-xl-1 {
    margin-right: .25rem !important;
  }
  html[dir="ltr"] .me-xl-2 {
    margin-right: .5rem !important;
  }
  html[dir="ltr"] .me-xl-3 {
    margin-right: 1rem !important;
  }
  html[dir="ltr"] .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="ltr"] .me-xl-5 {
    margin-right: 3rem !important;
  }
  html[dir="ltr"] .me-xl-auto {
    margin-right: auto !important;
  }
  html[dir="ltr"] .ms-xl-0 {
    margin-left: 0 !important;
  }
  html[dir="ltr"] .ms-xl-1 {
    margin-left: .25rem !important;
  }
  html[dir="ltr"] .ms-xl-2 {
    margin-left: .5rem !important;
  }
  html[dir="ltr"] .ms-xl-3 {
    margin-left: 1rem !important;
  }
  html[dir="ltr"] .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="ltr"] .ms-xl-5 {
    margin-left: 3rem !important;
  }
  html[dir="ltr"] .ms-xl-auto {
    margin-left: auto !important;
  }
  html[dir="ltr"] .pe-xl-0 {
    padding-right: 0 !important;
  }
  html[dir="ltr"] .pe-xl-1 {
    padding-right: .25rem !important;
  }
  html[dir="ltr"] .pe-xl-2 {
    padding-right: .5rem !important;
  }
  html[dir="ltr"] .pe-xl-3 {
    padding-right: 1rem !important;
  }
  html[dir="ltr"] .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="ltr"] .pe-xl-5 {
    padding-right: 3rem !important;
  }
  html[dir="ltr"] .ps-xl-0 {
    padding-left: 0 !important;
  }
  html[dir="ltr"] .ps-xl-1 {
    padding-left: .25rem !important;
  }
  html[dir="ltr"] .ps-xl-2 {
    padding-left: .5rem !important;
  }
  html[dir="ltr"] .ps-xl-3 {
    padding-left: 1rem !important;
  }
  html[dir="ltr"] .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="ltr"] .ps-xl-5 {
    padding-left: 3rem !important;
  }
  html[dir="ltr"] .text-xl-start {
    text-align: left !important;
  }
  html[dir="ltr"] .text-xl-end {
    text-align: right !important;
  }
}

@media (min-width: 1400px) {
  html[dir="ltr"] .me-xxl-0 {
    margin-right: 0 !important;
  }
  html[dir="ltr"] .me-xxl-1 {
    margin-right: .25rem !important;
  }
  html[dir="ltr"] .me-xxl-2 {
    margin-right: .5rem !important;
  }
  html[dir="ltr"] .me-xxl-3 {
    margin-right: 1rem !important;
  }
  html[dir="ltr"] .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="ltr"] .me-xxl-5 {
    margin-right: 3rem !important;
  }
  html[dir="ltr"] .me-xxl-auto {
    margin-right: auto !important;
  }
  html[dir="ltr"] .ms-xxl-0 {
    margin-left: 0 !important;
  }
  html[dir="ltr"] .ms-xxl-1 {
    margin-left: .25rem !important;
  }
  html[dir="ltr"] .ms-xxl-2 {
    margin-left: .5rem !important;
  }
  html[dir="ltr"] .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  html[dir="ltr"] .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="ltr"] .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  html[dir="ltr"] .ms-xxl-auto {
    margin-left: auto !important;
  }
  html[dir="ltr"] .pe-xxl-0 {
    padding-right: 0 !important;
  }
  html[dir="ltr"] .pe-xxl-1 {
    padding-right: .25rem !important;
  }
  html[dir="ltr"] .pe-xxl-2 {
    padding-right: .5rem !important;
  }
  html[dir="ltr"] .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  html[dir="ltr"] .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="ltr"] .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  html[dir="ltr"] .ps-xxl-0 {
    padding-left: 0 !important;
  }
  html[dir="ltr"] .ps-xxl-1 {
    padding-left: .25rem !important;
  }
  html[dir="ltr"] .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  html[dir="ltr"] .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  html[dir="ltr"] .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="ltr"] .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  html[dir="ltr"] .text-xxl-start {
    text-align: left !important;
  }
  html[dir="ltr"] .text-xxl-end {
    text-align: right !important;
  }
}

html[dir="ltr"] .bootstrap-select .dropdown-toggle::before {
  right: 15px;
}

html[dir="ltr"] .bootstrap-select .dropdown-toggle .filter-option {
  text-align: left;
}

html[dir="rtl"] .text-start {
  text-align: right !important;
}

html[dir="rtl"] .text-end {
  text-align: left !important;
}

html[dir="rtl"] .me-0 {
  margin-left: 0 !important;
}

html[dir="rtl"] .me-1 {
  margin-left: 0.25rem !important;
}

html[dir="rtl"] .me-2 {
  margin-left: 0.5rem !important;
}

html[dir="rtl"] .me-3 {
  margin-left: 1rem !important;
}

html[dir="rtl"] .me-4 {
  margin-left: 1.5rem !important;
}

html[dir="rtl"] .me-5 {
  margin-left: 3rem !important;
}

html[dir="rtl"] .me-auto {
  margin-left: auto !important;
}

html[dir="rtl"] .ms-0 {
  margin-right: 0 !important;
}

html[dir="rtl"] .ms-1 {
  margin-right: 0.25rem !important;
}

html[dir="rtl"] .ms-2 {
  margin-right: 0.5rem !important;
}

html[dir="rtl"] .ms-3 {
  margin-right: 1rem !important;
}

html[dir="rtl"] .ms-4 {
  margin-right: 1.5rem !important;
}

html[dir="rtl"] .ms-5 {
  margin-right: 3rem !important;
}

html[dir="rtl"] .ms-auto {
  margin-right: auto !important;
}

html[dir="rtl"] .pe-0 {
  padding-left: 0 !important;
}

html[dir="rtl"] .pe-1 {
  padding-left: 0.25rem !important;
}

html[dir="rtl"] .pe-2 {
  padding-left: 0.5rem !important;
}

html[dir="rtl"] .pe-3 {
  padding-left: 1rem !important;
}

html[dir="rtl"] .pe-4 {
  padding-left: 1.5rem !important;
}

html[dir="rtl"] .pe-5 {
  padding-left: 3rem !important;
}

html[dir="rtl"] .ps-0 {
  padding-right: 0 !important;
}

html[dir="rtl"] .ps-1 {
  padding-right: 0.25rem !important;
}

html[dir="rtl"] .ps-2 {
  padding-right: 0.5rem !important;
}

html[dir="rtl"] .ps-3 {
  padding-right: 1rem !important;
}

html[dir="rtl"] .ps-4 {
  padding-right: 1.5rem !important;
}

html[dir="rtl"] .ps-5 {
  padding-right: 3rem !important;
}

@media (min-width: 576px) {
  html[dir="rtl"] .me-sm-0 {
    margin-left: 0 !important;
  }
  html[dir="rtl"] .me-sm-1 {
    margin-left: 0.25rem !important;
  }
  html[dir="rtl"] .me-sm-2 {
    margin-left: 0.5rem !important;
  }
  html[dir="rtl"] .me-sm-3 {
    margin-left: 1rem !important;
  }
  html[dir="rtl"] .me-sm-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="rtl"] .me-sm-5 {
    margin-left: 3rem !important;
  }
  html[dir="rtl"] .me-sm-auto {
    margin-left: auto !important;
  }
  html[dir="rtl"] .ms-sm-0 {
    margin-right: 0 !important;
  }
  html[dir="rtl"] .ms-sm-1 {
    margin-right: 0.25rem !important;
  }
  html[dir="rtl"] .ms-sm-2 {
    margin-right: 0.5rem !important;
  }
  html[dir="rtl"] .ms-sm-3 {
    margin-right: 1rem !important;
  }
  html[dir="rtl"] .ms-sm-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="rtl"] .ms-sm-5 {
    margin-right: 3rem !important;
  }
  html[dir="rtl"] .ms-sm-auto {
    margin-right: auto !important;
  }
  html[dir="rtl"] .pe-sm-0 {
    padding-left: 0 !important;
  }
  html[dir="rtl"] .pe-sm-1 {
    padding-left: 0.25rem !important;
  }
  html[dir="rtl"] .pe-sm-2 {
    padding-left: 0.5rem !important;
  }
  html[dir="rtl"] .pe-sm-3 {
    padding-left: 1rem !important;
  }
  html[dir="rtl"] .pe-sm-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="rtl"] .pe-sm-5 {
    padding-left: 3rem !important;
  }
  html[dir="rtl"] .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  html[dir="rtl"] .ps-sm-0 {
    padding-right: 0 !important;
  }
  html[dir="rtl"] .ps-sm-1 {
    padding-right: 0.25rem !important;
  }
  html[dir="rtl"] .ps-sm-2 {
    padding-right: 0.5rem !important;
  }
  html[dir="rtl"] .ps-sm-3 {
    padding-right: 1rem !important;
  }
  html[dir="rtl"] .ps-sm-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="rtl"] .ps-sm-5 {
    padding-right: 3rem !important;
  }
  html[dir="rtl"] .text-sm-start {
    text-align: right !important;
  }
  html[dir="rtl"] .text-sm-end {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  html[dir="rtl"] .me-md-0 {
    margin-left: 0 !important;
  }
  html[dir="rtl"] .me-md-1 {
    margin-left: 0.25rem !important;
  }
  html[dir="rtl"] .me-md-2 {
    margin-left: 0.5rem !important;
  }
  html[dir="rtl"] .me-md-3 {
    margin-left: 1rem !important;
  }
  html[dir="rtl"] .me-md-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="rtl"] .me-md-5 {
    margin-left: 3rem !important;
  }
  html[dir="rtl"] .me-md-auto {
    margin-left: auto !important;
  }
  html[dir="rtl"] .ms-md-0 {
    margin-right: 0 !important;
  }
  html[dir="rtl"] .ms-md-1 {
    margin-right: 0.25rem !important;
  }
  html[dir="rtl"] .ms-md-2 {
    margin-right: 0.5rem !important;
  }
  html[dir="rtl"] .ms-md-3 {
    margin-right: 1rem !important;
  }
  html[dir="rtl"] .ms-md-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="rtl"] .ms-md-5 {
    margin-right: 3rem !important;
  }
  html[dir="rtl"] .pe-md-0 {
    padding-left: 0 !important;
  }
  html[dir="rtl"] .pe-md-1 {
    padding-left: 0.25rem !important;
  }
  html[dir="rtl"] .pe-md-2 {
    padding-left: 0.5rem !important;
  }
  html[dir="rtl"] .pe-md-3 {
    padding-left: 1rem !important;
  }
  html[dir="rtl"] .pe-md-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="rtl"] .pe-md-5 {
    padding-left: 3rem !important;
  }
  html[dir="rtl"] .ps-md-0 {
    padding-right: 0 !important;
  }
  html[dir="rtl"] .ps-md-1 {
    padding-right: 0.25rem !important;
  }
  html[dir="rtl"] .ps-md-2 {
    padding-right: 0.5rem !important;
  }
  html[dir="rtl"] .ps-md-3 {
    padding-right: 1rem !important;
  }
  html[dir="rtl"] .ps-md-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="rtl"] .ps-md-5 {
    padding-right: 3rem !important;
  }
  html[dir="rtl"] .text-md-start {
    text-align: right !important;
  }
  html[dir="rtl"] .text-md-end {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  html[dir="rtl"] .me-lg-0 {
    margin-left: 0 !important;
  }
  html[dir="rtl"] .me-lg-1 {
    margin-left: 0.25rem !important;
  }
  html[dir="rtl"] .me-lg-2 {
    margin-left: 0.5rem !important;
  }
  html[dir="rtl"] .me-lg-3 {
    margin-left: 1rem !important;
  }
  html[dir="rtl"] .me-lg-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="rtl"] .me-lg-5 {
    margin-left: 3rem !important;
  }
  html[dir="rtl"] .me-lg-auto {
    margin-left: auto !important;
  }
  html[dir="rtl"] .ms-lg-0 {
    margin-right: 0 !important;
  }
  html[dir="rtl"] .ms-lg-1 {
    margin-right: 0.25rem !important;
  }
  html[dir="rtl"] .ms-lg-2 {
    margin-right: 0.5rem !important;
  }
  html[dir="rtl"] .ms-lg-3 {
    margin-right: 1rem !important;
  }
  html[dir="rtl"] .ms-lg-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="rtl"] .ms-lg-5 {
    margin-right: 3rem !important;
  }
  html[dir="rtl"] .ms-lg-auto {
    margin-right: auto !important;
  }
  html[dir="rtl"] .pe-lg-0 {
    padding-left: 0 !important;
  }
  html[dir="rtl"] .pe-lg-1 {
    padding-left: 0.25rem !important;
  }
  html[dir="rtl"] .pe-lg-2 {
    padding-left: 0.5rem !important;
  }
  html[dir="rtl"] .pe-lg-3 {
    padding-left: 1rem !important;
  }
  html[dir="rtl"] .pe-lg-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="rtl"] .pe-lg-5 {
    padding-left: 3rem !important;
  }
  html[dir="rtl"] .ps-lg-1 {
    padding-right: 0.25rem !important;
  }
  html[dir="rtl"] .ps-lg-2 {
    padding-right: 0.5rem !important;
  }
  html[dir="rtl"] .ps-lg-3 {
    padding-right: 1rem !important;
  }
  html[dir="rtl"] .ps-lg-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="rtl"] .ps-lg-5 {
    padding-right: 3rem !important;
  }
  html[dir="rtl"] .text-lg-start {
    text-align: right !important;
  }
  html[dir="rtl"] .text-lg-end {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .me-xl-0 {
    margin-left: 0 !important;
  }
  html[dir="rtl"] .me-xl-1 {
    margin-left: 0.25rem !important;
  }
  html[dir="rtl"] .me-xl-2 {
    margin-left: 0.5rem !important;
  }
  html[dir="rtl"] .me-xl-3 {
    margin-left: 1rem !important;
  }
  html[dir="rtl"] .me-xl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="rtl"] .me-xl-5 {
    margin-left: 3rem !important;
  }
  html[dir="rtl"] .me-xl-auto {
    margin-left: auto !important;
  }
  html[dir="rtl"] .ms-xl-0 {
    margin-right: 0 !important;
  }
  html[dir="rtl"] .ms-xl-1 {
    margin-right: 0.25rem !important;
  }
  html[dir="rtl"] .ms-xl-2 {
    margin-right: 0.5rem !important;
  }
  html[dir="rtl"] .ms-xl-3 {
    margin-right: 1rem !important;
  }
  html[dir="rtl"] .ms-xl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="rtl"] .ms-xl-5 {
    margin-right: 3rem !important;
  }
  html[dir="rtl"] .ms-xl-auto {
    margin-right: auto !important;
  }
  html[dir="rtl"] .pe-xl-0 {
    padding-left: 0 !important;
  }
  html[dir="rtl"] .pe-xl-1 {
    padding-left: 0.25rem !important;
  }
  html[dir="rtl"] .pe-xl-2 {
    padding-left: 0.5rem !important;
  }
  html[dir="rtl"] .pe-xl-3 {
    padding-left: 1rem !important;
  }
  html[dir="rtl"] .pe-xl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="rtl"] .pe-xl-5 {
    padding-left: 3rem !important;
  }
  html[dir="rtl"] .ps-xl-0 {
    padding-right: 0 !important;
  }
  html[dir="rtl"] .ps-xl-1 {
    padding-right: 0.25rem !important;
  }
  html[dir="rtl"] .ps-xl-2 {
    padding-right: 0.5rem !important;
  }
  html[dir="rtl"] .ps-xl-3 {
    padding-right: 1rem !important;
  }
  html[dir="rtl"] .ps-xl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="rtl"] .ps-xl-5 {
    padding-right: 3rem !important;
  }
  html[dir="rtl"] .text-xl-start {
    text-align: right !important;
  }
  html[dir="rtl"] .text-xl-end {
    text-align: left !important;
  }
}

@media (min-width: 1400px) {
  html[dir="rtl"] .me-xxl-0 {
    margin-left: 0 !important;
  }
  html[dir="rtl"] .me-xxl-1 {
    margin-left: 0.25rem !important;
  }
  html[dir="rtl"] .me-xxl-2 {
    margin-left: 0.5rem !important;
  }
  html[dir="rtl"] .me-xxl-3 {
    margin-left: 1rem !important;
  }
  html[dir="rtl"] .me-xxl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="rtl"] .me-xxl-5 {
    margin-left: 3rem !important;
  }
  html[dir="rtl"] .me-xxl-auto {
    margin-left: auto !important;
  }
  html[dir="rtl"] .ms-xxl-0 {
    margin-right: 0 !important;
  }
  html[dir="rtl"] .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }
  html[dir="rtl"] .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }
  html[dir="rtl"] .ms-xxl-3 {
    margin-right: 1rem !important;
  }
  html[dir="rtl"] .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="rtl"] .ms-xxl-5 {
    margin-right: 3rem !important;
  }
  html[dir="rtl"] .ms-xxl-auto {
    margin-right: auto !important;
  }
  html[dir="rtl"] .pe-xxl-0 {
    padding-left: 0 !important;
  }
  html[dir="rtl"] .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }
  html[dir="rtl"] .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }
  html[dir="rtl"] .pe-xxl-3 {
    padding-left: 1rem !important;
  }
  html[dir="rtl"] .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="rtl"] .pe-xxl-5 {
    padding-left: 3rem !important;
  }
  html[dir="rtl"] .ps-xxl-0 {
    padding-right: 0 !important;
  }
  html[dir="rtl"] .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }
  html[dir="rtl"] .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }
  html[dir="rtl"] .ps-xxl-3 {
    padding-right: 1rem !important;
  }
  html[dir="rtl"] .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="rtl"] .ps-xxl-5 {
    padding-right: 3rem !important;
  }
}

html[dir="rtl"] .bootstrap-select .dropdown-toggle::before {
  left: 15px;
}

html[dir="rtl"] .bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
}

html[dir="rtl"] .dropdown-menu .dropdown-item {
  text-align: right;
}

@media (max-width: 991px) {
  html[dir="rtl"] .menu--mobile {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  html[dir="rtl"] .menu-mobile-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

html[dir="rtl"] .tab-lang li:not(:last-of-type) {
  margin-left: 12px;
  margin-right: 0px;
}

@media (min-width: 992px) {
  html[dir="rtl"] .main-header .menu-container .main-menu.list-main-menu .menu_item .menu_link::before {
    right: 0;
    left: auto;
  }
}

html[dir="rtl"] .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

html[dir="rtl"] .swiper-container-rtl .swiper-button-next .fa-chevron-right:before {
  content: "\f053";
}

html[dir="rtl"] .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

html[dir="rtl"] .swiper-container-rtl .swiper-button-prev .fa-chevron-left:before {
  content: "\f054";
}

html[dir="rtl"] .menu--mobile .main-menu .menu_item .btn {
  text-align: right;
}

html[dir="rtl"] .border-end {
  border-left: 1px solid;
  border-right: 0 !important;
}

html[dir="rtl"] .border-start {
  border-right: 1px solid;
  border-left: 0 !important;
}

html[dir="rtl"] .main-chat_content .main-chat_header {
  border-radius: 10px 0px 0px 0px;
}

html[dir="rtl"] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
html[dir="rtl"] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

html[dir="rtl"] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

html[dir="rtl"] .select-country.bootstrap-select > .dropdown-toggle {
  border-radius: 0 3px 3px 0;
}

html[dir="rtl"] .rotate-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 992px) {
  html[dir="rtl"] .offset-lg-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
}

.btn-blue{
  background-color: #9cd2d5;
  color: #FFF;
}
.btn-blue:hover{
  background-color: #81b8ba !important;
  color: #FFF !important;
}
.widget__item-help .widget__item-title {
  background-color: #f7f7f7;
  padding: 20px 25px;
  cursor: pointer;
}
.widget__item-help .widget__item-title i{
  color: #9cd2d5;
}
.widget__item-help .widget__item-title:not(.collapsed) i::before{
  content: "\f068";
}
.widget__item-subsc .widget__item-head{
  background-color: #69b970;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.widget__item-subsc .widget__item-head::before{
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background: url(../images/bg.png);
  bottom: -40px;
  left: -80px;
  z-index: -1;
  width: 150px;
  height: 130px;
  background-size: contain;
}
.widget__item-subsc .widget__item-body{
  background-color: #f7f7f7;
  padding: 35px 20px;
}
.widget__item-subsc .widget__item-body .widget__item-desc{
  min-height: 42px;
  height: 180px;
}

.line{
  width: 26px;
  height: 3px;
  background-color: #fed167;
  margin: 18px auto 10px;
}
.or{
  color: #FFF;
  background-color: #9cd2d5;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.widget__item-notifi .widget__item-icon{
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  border-radius: 50%;
  position: relative;
}
.widget__item-notifi .widget__item-icon .none-read{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #69b970;
  display: block;
}
.widget__item-notifi:not(:last-of-type) {
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.icon-lightcase {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #99d1d4;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: #FFF;
}
.icon-lightcase:hover {
  background-color: #84bbbe;
  color: #FFF;
}
/*# sourceMappingURL=main.css.map */
