/*** LTR websites ***/
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b50014;
  border-radius: 5px;
}

html,
body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-family: "Ropboto";
}

body {
  padding-top: 60px;
}

a {
  text-decoration: none;
}

.dv_bkground_contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.dv_bkground_cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.text-red {
  color: #b50014;
}

.bg-red {
  background-color: #b50014;
}

.text-blue {
  color: #0092d3;
}

.bg-blue {
  background-color: #0092d3;
}

.bg-green {
  background-color: #2aac2b;
}

.pointer {
  cursor: pointer;
}

@font-face {
  font-family: "Ropboto";
  src: url("../font/Roboto-Regular.ttf");
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px;
    padding-inline: 0;
  }
}
div#ui-datepicker-div {
  z-index: 50 !important;
}

/*** RTL websites ***/
.btn {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 14px;
}
.btn.unclickable {
  cursor: auto;
}
.btn:hover {
  color: #93A6B1 !important;
}

.btn-light {
  background-color: #fff;
  border: 1px solid #b50014;
  color: #b50014;
}
.btn-light:hover {
  background-color: #fff;
  border: 1px solid #b50014;
}

.btn-green {
  background-color: #227547;
  border: 1px solid #227547;
  color: #fff;
}
.btn-green:hover {
  background-color: #227547;
  border: 1px solid #227547;
}

.btn-red {
  background-color: #b50014;
  color: #fff;
}
.btn-red:hover {
  background-color: #b50014;
  border: 1px solid #b50014;
}
.btn-red-outline {
  background-color: #fff;
  border: 1px solid #b50014;
  color: #b50014;
}

.btn-gray {
  background-color: #93a6b1;
  color: #fff;
}
.btn-gray:hover {
  background-color: #93a6b1;
  border: 1px solid #93a6b1;
}
.btn-gray-outline {
  background-color: #fff;
  border: 1px solid #93a6b1;
  color: #93a6b1;
}

.btn-blue {
  background-color: #0092d3;
  color: #fff;
}
.btn-blue:hover {
  background-color: #0092d3;
  border: 1px solid #0092d3;
}
.btn-blue-outline {
  background-color: #fff;
  border: 1px solid #0092d3;
  color: #0092d3;
}

.icon_btn {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.icon_btn:hover .btn {
  transition: 0.3s ease-in-out;
  color: #93A6B1;
}
.icon_btn:hover .btn-light {
  background: #fff;
}
.icon_btn.active .btn-red {
  background-color: #fff;
  border: 1px solid #b50014;
  color: #b50014;
}
.icon_btn.active .btn-red:hover {
  background-color: #fff;
  border: 1px solid #b50014;
  color: #93A6B1;
}
.icon_btn.active .btn-red:has(img) {
  background: #b50014;
}
.icon_btn.active .btn-light {
  background-color: #b50014;
  border: 1px solid #fff;
  color: #fff;
}
.icon_btn.active .btn-light:hover {
  background-color: #b50014;
  border: 1px solid #b50014;
  color: #93A6B1;
}
.icon_btn.active .btn-light:has(img) {
  background: #fff;
}
.icon_btn.active .btn-red-outline {
  background-color: #b50014;
  color: #fff;
}
.icon_btn.active .btn-red-outline img {
  filter: brightness(0) invert(1);
}
.icon_btn img {
  width: 20px;
}
.icon_btn:hover .btn-red-outline {
  background-color: #b50014;
  color: #fff;
}
.icon_btn:hover .btn-red-outline img {
  filter: brightness(0) invert(1);
}
.icon_btn .btn:has(img) {
  width: 45px;
}
.icon_btn[disabled] .btn {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
}
.icon_btn[disabled] .btn-red-outline {
  color: #b50014;
}
.icon_btn[disabled] .btn-blue-outline {
  color: #0092d3;
}
.icon_btn[disabled]:hover .btn {
  color: #93A6B1;
}

.btn.grow {
  flex-grow: 1;
}

.btn-red-outline.dashed {
  border-style: dashed;
  background: #fff !important;
  color: #b50014 !important;
}
.btn-red-outline.active {
  background: #b50014 !important;
  color: #fff !important;
}

.btn-blue-outline.dashed {
  border-style: dashed;
  background: #fff !important;
  color: #0092d3 !important;
}
.btn-blue-outline.active {
  background: #0092d3 !important;
  color: #fff !important;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 transparent !important;
}

.form-control,
.form-select {
  height: 45px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.border-red {
  border: 0.5px solid #b50014;
}

.border-blue {
  border: 0.5px solid #0092d3;
}

.input-group .input-group-text {
  border: 1px solid #0092d3;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
}

.form-check-input:checked.check-red {
  background-color: #b50014;
  border-color: #b50014;
}
.form-check-input:checked.check-blue {
  background-color: #0092d3;
  border-color: #0092d3;
}

input[type=radio] + .btn {
  width: 45px;
  height: 45px;
}

.prom-form-val .btn-check:checked + .btn-blue-outline {
  background-color: #0092d3;
  color: #fff;
}

select.form-select {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.05643 5.99072C5.17673 6.11102 5.34514 6.17517 5.51355 6.17517C5.68196 6.17517 5.85038 6.11102 5.97067 5.99072L10.8145 1.10676C11.0631 0.850132 11.0631 0.44113 10.8065 0.184502C10.5579 -0.0560874 10.1569 -0.064107 9.90831 0.176482L5.51355 4.61134L1.11879 0.21658C0.870178 -0.0400481 0.461176 -0.0480677 0.196528 0.200541C-0.0601003 0.44915 -0.06812 0.866171 0.188509 1.1228C0.196528 1.13082 0.204548 1.13884 0.212567 1.14686L5.05643 5.99072Z' fill='%230092D3'/%3E%3C/svg%3E%0A") !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 16px;
}
select.form-select:focus {
  box-shadow: none;
}
select.form-select option {
  color: #000;
}

.input-group-icon .form-control {
  border-radius: 5px !important;
  padding-left: 40px;
}
.input-group-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-150%, 0);
  position: relative;
  z-index: 5;
}

table {
  border-radius: 5px;
}
table.border-blue {
  border: 2px solid #0092d3;
}
table > :not(caption) > * {
  border-width: 2px;
  border-width: 2px;
  height: 55px;
  vertical-align: middle;
  font-weight: bold;
  color: #0092d3;
}
table tr td:nth-child(even) {
  color: #b50014;
}

.plus_minus_counter {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.plus_minus_counter span {
  cursor: pointer;
}
.plus_minus_counter .number {
  display: flex;
  gap: 7px;
}
.plus_minus_counter .minus,
.plus_minus_counter .plus {
  width: 45px;
  height: 45px;
  background: #fff;
  font-size: 25px;
  border: 1px solid #b50014;
  border-radius: 4px;
  display: inline-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plus_minus_counter input[type=number] {
  height: 45px;
  max-width: 70px;
  text-align: center;
  font-size: 26px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}
.plus_minus_counter input::-webkit-outer-spin-button,
.plus_minus_counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.radio-red input[type=radio]:checked {
  background-color: #b50014;
  border-color: #b50014;
}

.radio-blue .form-check-input:checked {
  background-color: #0092d3;
  border-color: #0092d3;
}

.form-control::-moz-placeholder {
  color: #93a6b1;
}

.form-control::placeholder {
  color: #93a6b1;
}

select.form-select {
  color: #93a6b1;
}
select.form-select option {
  color: #000;
}

.input-group:has(span.input-grup-text, input) span {
  margin-left: 15px !important;
  border-radius: 0.25rem !important;
}

.input-group:has(span.input-grup-text, input) input {
  border-radius: 0.25rem !important;
}

.floating_header_icon {
  position: relative;
  padding-top: 75px;
}
.floating_header_icon-icon {
  width: 130px;
  height: 130px;
  background: #0092d3;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  position: absolute;
  top: -75px;
  right: 50%;
  transform: translate(50%, 0);
}
.floating_header_icon-close {
  position: absolute;
  top: 10px;
  left: 10PX;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.modal-dialog:has(.floating_header_icon) {
  margin-top: 100px;
}

:root {
  --sw-anchor-active-primary-color: #b50014;
}

.sw-theme-dots > .nav-progress::after {
  background-color: #b50014;
}

.sw-theme-dots > .nav .nav-link.done::after {
  background: rgba(181, 0, 20, 0.5);
}

.sw .toolbar > .sw-btn {
  background-color: #b50014;
  border: #b50014;
}

.sw-theme-dots > .nav .nav-link::after {
  z-index: 20;
}

button.btn.sw-btn-next.sw-btn.disabled {
  display: none;
}

.wizard_submit {
  margin-right: auto;
}

button.btn.sw-btn-next.sw-btn {
  flex-grow: 1;
}

.sw-toolbar-elm.toolbar.toolbar-bottom {
  display: flex;
  padding-inline: 0;
  margin-inline: -5px;
  margin-top: 20px;
}

.sw-toolbar-elm.toolbar.toolbar-bottom button.btn.sw-btn-prev.sw-btn.disabled {
  display: none;
}

.sw-theme-dots > .nav .nav-link::after {
  border: 0;
}

.progress {
  height: 20px;
  border-radius: 0;
}
.progress .progress-bar {
  position: relative;
  overflow: hidden;
}
.progress .progress-bar::after {
  position: absolute;
  content: attr(data-lable);
  font-size: 14px;
  color: #fff;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

.ui-tabs > *, .ui-tabs > * {
  all: unset;
}

.top_header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.top_header-content {
  background-color: #b50014;
  padding-inline: 15px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_header-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: start;
  height: 60px;
}
.top_header-social li {
  margin-left: 8px;
  transition: 0.3s ease-in-out;
}
.top_header-social li:hover {
  transition: 0.3s ease-in-out;
  transform: translate(0, -3px);
}
.top_header-calc {
  margin-right: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_header-calc span {
  margin-right: 7px;
  color: #fff;
}
.top_header-currency {
  color: #fff;
  margin-right: 45px;
  cursor: pointer;
}
.top_header-currency .currency-dropdown-menu {
  min-width: auto;
}
.top_header-lang {
  color: #fff;
  margin-right: 45px;
  cursor: pointer;
}
.top_header-lang .lang-dropdown-menu {
  min-width: 130px;
}
.top_header-user_actions {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.top_header-user_actions .btn {
  color: #b50014;
  font-weight: bold;
  height: 40px;
}
.top_header-user_actions .btn:nth-child(2) {
  width: 150px;
}
.top_header-user_actions .user_info {
  cursor: pointer;
  padding: 5px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.top_header-user_actions .user_info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  gap: 10px;
}
.top_header-user_actions .user_info .profile-dropdown-menu {
  min-width: 250px;
  padding: 10px;
}
.top_header-user_actions .user_info .profile-dropdown-menu li {
  border-top: 1px solid #b50014;
  border-inline: 0;
  border-right: 0;
  border-left: 0;
}
.top_header-user_actions .user_info .profile-dropdown-menu li:hover {
  background: #b50014;
}
.top_header-user_actions .user_info .profile-dropdown-menu li:hover a {
  color: #fff;
  background-color: transparent;
}
.top_header-user_actions .user_info .profile-dropdown-menu li a {
  padding: 10px;
  color: #b50014;
}
.top_header-user_actions .user_info .profile-dropdown-menu li:first-child {
  border: 0;
}

.navbar {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 99;
}
.navbar-content {
  height: 100px;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding-inline: 15px;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #b50014;
  border-top: 0;
}
.navbar-menu {
  margin-right: 30px;
}
.navbar-menu ul:not(.has_dropdown-dropdown) {
  gap: 15px;
}
.navbar-menu ul:not(.has_dropdown-dropdown) > li {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-menu ul:not(.has_dropdown-dropdown) > li.active a {
  border-color: #b50014;
}
.navbar-menu ul:not(.has_dropdown-dropdown) > li a {
  color: #b50014;
  font-size: 20px;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease-in-out;
}
.navbar-menu ul:not(.has_dropdown-dropdown) > li .has_dropdown-dropdown {
  flex-direction: column;
  transition: 0.4s ease-in-out;
  display: none;
  background: #fff;
  min-width: 250px;
  position: absolute;
  right: 0;
  top: 100px;
  padding: 15px;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #b50014;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.navbar-menu ul:not(.has_dropdown-dropdown) > li .has_dropdown-dropdown li:not(:last-child) {
  border-bottom: 1px solid #b50014;
}
.navbar-menu ul:not(.has_dropdown-dropdown) > li .has_dropdown-dropdown li:last-child a {
  padding-bottom: 0;
}
.navbar-menu ul:not(.has_dropdown-dropdown) > li .has_dropdown-dropdown li a {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.navbar-menu ul:not(.has_dropdown-dropdown) > li .has_dropdown-dropdown li span {
  margin-right: 5px;
  font-size: 18px;
  color: #b50014;
  font-weight: normal;
  text-wrap: nowrap;
  transition: all 0.3s ease-in-out;
}
.navbar-menu ul:not(.has_dropdown-dropdown) > li .has_dropdown-dropdown li:hover span, .navbar-menu ul:not(.has_dropdown-dropdown) > li .has_dropdown-dropdown li.active span {
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  transform: translate(5px, 0);
}
.navbar-menu ul:not(.has_dropdown-dropdown) > li .has_dropdown-dropdown-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-menu ul:not(.has_dropdown-dropdown) > li:hover > a {
  transition: 0.3s ease-in-out;
  border-color: #b50014;
}
.navbar-menu ul:not(.has_dropdown-dropdown) > li:hover .has_dropdown-dropdown {
  display: flex;
}
.navbar-actions {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.navbar-actions .btn {
  height: 40px;
}
.navbar-actions-cart {
  cursor: pointer;
  position: relative;
}
.navbar-actions-cart img {
  width: 60px;
}
.navbar-actions-cart::after {
  content: attr(data-cart);
  position: absolute;
  right: 23.3px;
  top: -13px;
  color: #b50014;
  font-size: 17px;
  font-weight: bold;
}
.navbar-actions-cart::before {
  content: "";
  height: 55px;
  width: 1px;
  background: #b50014;
  position: absolute;
  right: -10px;
}

.navbar_modal .modal-dialog {
  transform: translate(0, 0) !important;
  max-width: 100%;
}
.navbar_modal .modal-dialog-centered {
  align-items: end;
  margin-bottom: 0;
  margin-top: 0;
  min-height: calc(100% - 0px);
}
.navbar_modal .modal-content {
  border-radius: 35px 35px 0px 0px;
  overflow: hidden;
  padding-top: 15px;
}
.navbar_modal .modal-body {
  border-radius: 35px 35px 0px 0px;
  padding: 0.5rem;
  height: calc(100vh - 50px);
}
.navbar_modal .modal-body-header {
  height: 50px;
  display: flex;
  align-items: center;
}
.navbar_modal .modal-body-lang_currency {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar_modal .modal-body-actions {
  margin-top: 25px;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.navbar_modal .modal-body-menu {
  margin-top: 15px;
}
.navbar_modal .modal-body-menu .mobile_menu a {
  color: #b50014;
  font-size: 18px;
  padding: 5px 5px;
  border-bottom: 1px solid #b50014;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.navbar_modal .modal-body-menu .mobile_menu a.no-accordion {
  padding: 10px 5px;
}
.navbar_modal .modal-body-menu .mobile_menu a .collapsed {
  flex: 1;
  padding: 5px 0;
}
.navbar_modal .modal-body-menu .mobile_menu a .accordion-button {
  padding: 5px 0;
  font-size: 18px;
  color: #b50014;
  background-color: transparent;
  box-shadow: inherit;
}
.navbar_modal .modal-body-menu .mobile_menu a .accordion-button::after {
  display: none;
}
.navbar_modal .modal-body-menu .mobile_menu a:has(.accordion-button:not(.collapsed)) {
  font-weight: bold;
}
.navbar_modal .modal-body-menu .mobile_menu a:has(.accordion-button:not(.collapsed)) img {
  transition: 0.3s ease-in-out;
  transform: rotate(45deg);
}
.navbar_modal .modal-body-menu .mobile_menu a img {
  transition: 0.3s ease-in-out;
  width: 17px;
}
.navbar_modal .modal-body-menu .mobile_menu-sub {
  padding: 0 10px;
}
.navbar_modal .modal-body-menu .mobile_menu-sub ul li.active a {
  font-weight: bold;
}
.navbar_modal .modal-body-menu .mobile_menu-sub ul li a {
  padding: 10px 5px;
}
.navbar_modal .modal-body-footer .icon_btn {
  margin-top: 25px;
  margin-bottom: 15px;
}
.navbar_modal .modal-body-footer .icon_btn .btn:nth-child(2) {
  min-width: 200px;
}
.navbar_modal .modal-body-footer .mobile_menu .accordion a.no-accordion:last-child {
  border: 0;
  padding-bottom: 0;
}
.navbar_modal .modal-body-footer .mobile_menu a {
  color: #0092d3;
  font-size: 18px;
  padding: 5px 5px;
  border-bottom: 1px solid #0092d3;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.navbar_modal .modal-body-footer .mobile_menu a.no-accordion {
  padding: 10px 5px;
}
.navbar_modal .modal-body-footer .mobile_menu a .collapsed {
  flex: 1;
  padding: 5px 0;
}
.navbar_modal .modal-body-footer .mobile_menu a .accordion-button {
  padding: 5px 0;
  font-size: 18px;
  color: #0092d3;
  background-color: transparent;
  box-shadow: inherit;
}
.navbar_modal .modal-body-footer .mobile_menu a .accordion-button::after {
  display: none;
}
.navbar_modal .modal-body-footer .mobile_menu a:has(.accordion-button:not(.collapsed)) {
  font-weight: bold;
}
.navbar_modal .modal-body-footer .mobile_menu a:has(.accordion-button:not(.collapsed)) img {
  transition: 0.3s ease-in-out;
  transform: rotate(45deg);
}
.navbar_modal .modal-body-footer .mobile_menu a img {
  transition: 0.3s ease-in-out;
  width: 17px;
}
.navbar_modal .modal-body-footer .mobile_menu-sub {
  padding: 0 10px;
}
.navbar_modal .modal-body-footer .mobile_menu-sub ul li.active a {
  font-weight: bold;
}
.navbar_modal .modal-body-footer .mobile_menu-sub ul li a {
  padding: 10px 5px;
}

@media (min-width: 992px) {
  .registration_modal .modal-lg {
    max-width: 1000px;
  }
}
.registration_modal .modal-body {
  padding: 35px;
}
.registration_modal .modal-body .close {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.registration_modal .modal-body-content {
  min-width: 650px;
  margin: auto;
}
.registration_modal .modal-body-content .registration_box-icon div {
  width: 100px;
  height: 100px;
  background: #0092d3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.registration_modal .modal-body-content .registration_box-icon h3 {
  font-size: 35px;
  text-align: center;
  margin-top: 15px;
}
.registration_modal .modal-body-content .registration_box-tabs {
  margin: auto;
  margin-top: 50px;
  justify-content: center;
  gap: 0px !important;
}
.registration_modal .modal-body-content .registration_box-tabs .icon_btn .btn {
  border-radius: 0;
  border: 1px solid #b50014;
}
.registration_modal .modal-body-content .registration_box-tabs .icon_btn.active .btn {
  background: #b50014;
  color: #fff;
}
.registration_modal .modal-body-content .registration_box-tabs .icon_btn .btn {
  min-width: 150px;
}
.registration_modal .modal-body-content .registration_box-form {
  margin-top: 50px;
}
.registration_modal .modal-body-content .registration_box-form form div[class^=col-md] {
  margin-bottom: 25px;
}
.registration_modal .modal-body-content .registration_box-form .login_third_method-or {
  background-color: #0092d3;
  height: 1px;
  position: relative;
  margin: 15px;
}
.registration_modal .modal-body-content .registration_box-form .login_third_method-or:after {
  content: "OR";
  color: #b50014;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.registration_modal .modal-body-content .registration_box-form .login_third_method .google_apple {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 30px 15px;
}
.registration_modal .modal-body-content .registration_box-form .login_third_method .google_apple .icon_btn {
  flex: 1;
}
.registration_modal .modal-body-content .registration_box-form .login_third_method .google_apple .icon_btn .btn {
  width: 100%;
}
.registration_modal .modal-body-content .registration_box-form .login_third_method .google_apple .icon_btn .btn-google,
.registration_modal .modal-body-content .registration_box-form .login_third_method .google_apple .icon_btn .btn-apple {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 500;
}
.registration_modal .modal-body-content .registration_box-form .login_third_method .google_apple .icon_btn .btn-google {
  border-color: #0092d3;
  color: #000;
}
.registration_modal .modal-body-content .registration_box-form .login_third_method .google_apple .icon_btn .btn-apple {
  border-color: #000;
  background: #000;
  color: #fff;
}
.registration_modal .modal-body-content .registration_box-form .agree_box {
  margin: 0 15px;
  background: #f5f7f8;
  padding: 15px;
}
.registration_modal .modal-body-content .registration_box-form .agree_box .form-check {
  margin-bottom: 15px;
}
.registration_modal .modal-body-content .registration_box-form .agree_box .form-check label {
  display: block;
  font-size: 15px;
  color: #93a6b1;
}
.registration_modal .modal-body-content .registration_box-form .agree_box .form-check input {
  accent-color: #b50014;
  transform: translate(0, -2px);
  margin-left: 10px;
}
.registration_modal .modal-body-content .registration_box-form .agree_box p {
  margin-right: 15px;
  font-size: 15px;
  color: #93a6b1;
}
.registration_modal .modal-body-content .registration_box-form .submit {
  width: calc(100% - 30px);
  margin: 25px auto;
  height: 48px;
}

ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-right: 15px;
}
ul.slick-dots button {
  background-color: #93a6b1 !important;
  border-radius: 50%;
  width: 15px !important;
  height: 15px !important;
}
ul.slick-dots button::before {
  display: none;
}
ul.slick-dots li.slick-active button {
  background-color: #b50014 !important;
}

.footer {
  min-height: 425px;
  background-color: #0d6692;
  display: flex;
  align-items: center;
  padding: 0 70px;
}
.footer_info {
  display: flex;
}
.footer_info-logo {
  width: 200px;
}
.footer_info-logo img {
  width: 100%;
}
.footer_info-call {
  margin-right: 30px;
}
.footer_info-call p {
  color: #fff;
  margin-bottom: 7px;
  font-weight: bold;
}
.footer_info-call p.head-office {
  margin-top: 22px;
}
.footer_info-call h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.footer_links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_links h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: bold;
}
.footer_links ul {
  margin-right: 15px !important;
}
.footer_links ul li {
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}
.footer_links ul li::marker {
  color: #fff;
}
.footer_links ul li:hover {
  transform: translate(10px, 0);
  transition: 0.3s ease-in-out;
  list-style-image: url("../media/duble-arrow.png");
}
.footer_links a {
  color: #fff;
}
.footer_actions {
  display: flex;
  flex-direction: column;
}
.footer_actions h3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.footer_actions-social h3 {
  margin-bottom: 15px;
}
.footer_actions-social ul {
  gap: 7px;
}
.footer_actions-payment h3 {
  margin-top: 35px;
  margin-bottom: 15px;
}
.footer_actions-payment ul {
  gap: 15px;
}
.footer_actions-app_store h3 {
  margin-top: 35px;
  margin-bottom: 15px;
}
.footer_actions-app_store ul {
  gap: 10px;
}

.copy_write {
  background-color: #0d6692;
  border-top: 1px solid #fff;
}
.copy_write .content {
  padding: 0 70px;
  min-height: 70px;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  justify-content: space-between;
  align-items: center;
}
.copy_write .content p {
  margin: 0;
}
.copy_write .content a {
  color: #fff;
  text-decoration: underline;
}

.page_content-no_banner {
  margin-top: 100px;
}

.border_box-icon {
  width: 170px;
  height: 170px;
  margin: auto;
  margin-bottom: -85px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.border_box-icon img {
  width: 100px;
}
.border_box-icon-red {
  background: #b50014;
}
.border_box-icon-blue {
  background: #0092d3;
}
.border_box-content {
  min-height: 300px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  border-radius: 15px;
  padding: 2vw;
  padding-top: 100px;
}
.border_box-content-blue {
  border: 2px solid #0092d3;
}
.border_box-content-red {
  border: 2px solid #b50014;
}
.border_box-content.no_border {
  border: 0;
}
.border_box .load_more {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
  align-items: center;
  color: #b50014;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.border_box .load_more.loading img {
  animation: spin 1s infinite;
}

.slider .carousel-item {
  /*height: 500px;*/
}
.slider_boxes {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.slider_boxes-content {
  overflow: hidden;
  min-height: 130px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_boxes-item {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.slider_boxes-item form {
  display: flex;
}
.slider_boxes-item span {
  font-size: 40px;
  font-weight: bold;
}
.slider_boxes-item span:nth-child(2) {
  margin-right: 15px;
}
.slider_boxes-item .donation_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_boxes-item .donation_box p:first-child {
  font-size: 14px;
  margin-left: 15px !important;
}
.slider_boxes-item .donation_box .form-control {
  width: 200px;
  margin-left: 20px;
}
.slider_boxes-item .donation_box .icon_btn div:nth-child(2) {
  width: 150px;
}
.slider_boxes-item.active {
  display: flex;
}
.slider .carousel-indicators-costome {
  all: unset !important;
  position: static !important;
}
.slider .carousel-control-next,
.slider .carousel-control-prev {
  opacity: 1;
}
.slider .carousel-control-next-icon,
.slider .carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}
.slider .carousel-indicators-indicators {
  bottom: 150px;
}
.slider .carousel-indicators-indicators button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #fff;
  background-color: transparent;
}
.slider .carousel-indicators-indicators button.active {
  background-color: #b50014;
}
.slider .carousel-control-next,
.slider .carousel-control-prev {
  bottom: 130px;
}

.promotion_campaigns {
  min-height: 700px;
  padding: 70px 0;
  background: #f5f7f8;
}
.promotion_campaigns-title h3 {
  font-weight: bold;
  font-size: 40px;
}
.promotion_campaigns-slide {
  margin-top: 50px;
}
.promotion_campaigns .promotion_box_item {
  border-radius: 10px;
  margin: 10px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.promotion_campaigns .promotion_box_item-card {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  min-height: 250px;
  border-radius: 10px;
}
.promotion_campaigns .promotion_box_item-card-thump {
  height: 250px;
  position: relative;
}
.promotion_campaigns .promotion_box_item-card-thump-tools {
  position: absolute;
  right: 10px;
  top: 10px;
}
.promotion_campaigns .promotion_box_item-card-thump-tools li {
  cursor: pointer;
}
.promotion_campaigns .promotion_box_item-card-thump-tools li div {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.promotion_campaigns .promotion_box_item-card-thump-tools li div img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.promotion_campaigns .promotion_box_item-card-timer {
  min-height: 145px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.promotion_campaigns .promotion_box_item-card-timer p {
  margin: 10px 0;
}
.promotion_campaigns .promotion_box_item-card-timer .countdown-container {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.promotion_campaigns .promotion_box_item-card-timer .countdown-container div[class^=count-] {
  background: #b50014;
  min-width: 50px;
  height: 50px;
  font-size: 30px;
  font-weight: 700;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.promotion_campaigns .promotion_box_item-card-timer .countdown-container div[class^=count-]:after {
  content: attr(data-lable);
  position: absolute;
  bottom: -28px;
  color: #b50014;
  font-size: 14px;
  right: 50%;
  transform: translate(50%, 0);
}
.promotion_campaigns .promotion_box_item-info {
  padding: 5px 0;
}
.promotion_campaigns .promotion_box_item-info .prom-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.promotion_campaigns .promotion_box_item-info .prom-des {
  font-weight: 700;
  margin-bottom: 30px;
}
.promotion_campaigns .promotion_box_item-info .prom-total {
  padding: 15px 0;
  border: solid #f5f7f8;
  border-width: 2px 0 2px 0;
  text-align: center;
  position: relative;
}
.promotion_campaigns .promotion_box_item-info .prom-total p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.promotion_campaigns .promotion_box_item-info .prom-total h3 {
  font-size: 36px;
}
.promotion_campaigns .promotion_box_item-info .prom-total .prom-line {
  background-color: #f5f7f8;
  position: absolute;
  right: 50%;
  max-width: 2px;
  height: 70px;
  transform: translate(50%, 0);
  padding: 0;
}
.promotion_campaigns .promotion_box_item-info .prom-form {
  margin-top: 15px;
}
.promotion_campaigns .promotion_box_item-info .prom-form-val .btn-blue-outline {
  color: #93a6b1;
  width: 48px;
  height: 48px;
}
.promotion_campaigns .promotion_box_item-info .prom-form-val .btn-check:checked + .btn-blue-outline {
  background-color: #0092d3;
  color: #fff;
}
.promotion_campaigns .promotion_box_item-info .prom-form .icon_btn .btn:nth-child(2) {
  flex-grow: 1;
}
.promotion_campaigns .promotion_box_item-info .prom-count-to-start {
  display: none;
}
.promotion_campaigns .promotion_box_item-info .prom-count-to-start .countdown-container {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: start;
  margin-bottom: 30px;
}
.promotion_campaigns .promotion_box_item-info .prom-count-to-start .countdown-container div[class^=count-] {
  background: #0092d3;
  min-width: 100px;
  height: 100px;
  font-size: 30px;
  font-weight: 700;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.promotion_campaigns .promotion_box_item-info .prom-count-to-start .countdown-container div[class^=count-]:after {
  content: attr(data-lable);
  position: absolute;
  bottom: -28px;
  color: #0092d3;
  font-size: 14px;
  right: 50%;
  transform: translate(50%, 0);
}
.promotion_campaigns .promotion_box-not_started .prom-count-to-start {
  display: block;
}
.promotion_campaigns .promotion_box-not_started .promotion_box_item-card-timer p {
  color: #93a6b1;
}
.promotion_campaigns .promotion_box-not_started .promotion_box_item-card-timer div[class^=count-] {
  background-color: #93a6b1;
}
.promotion_campaigns .promotion_box-not_started .promotion_box_item-card-timer div[class^=count-]::after {
  color: #93a6b1;
}
.promotion_campaigns .promotion_box-not_started .prom-total,
.promotion_campaigns .promotion_box-not_started .prom-form {
  display: none;
}
.promotion_campaigns .promotion_box-not_started .promotion_box_item-info {
  min-height: 395px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promotion_campaigns-one_box {
  margin-top: 50px;
}
.promotion_campaigns-one_box .promotion_box_item {
  margin-inline: 0;
}
.promotion_campaigns-one_box .promotion_box_item-card-thump {
  height: 400px;
}
.promotion_campaigns-one_box .promotion_box_item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  padding-left: 25px;
  position: relative;
}
.promotion_campaigns-one_box .promotion_box_item-info::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #93a6b1;
  top: 30px;
  bottom: 30px;
  left: 0;
}
.promotion_campaigns-one_box .prom-count-to-start .countdown-container {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: start;
  margin-bottom: 30px;
}
.promotion_campaigns-one_box .prom-count-to-start .countdown-container div[class^=count-] {
  background: #b50014;
  min-width: 100px;
  height: 100px;
  font-size: 30px;
  font-weight: 700;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.promotion_campaigns-one_box .prom-count-to-start .countdown-container div[class^=count-]:after {
  content: attr(data-lable);
  position: absolute;
  bottom: -28px;
  color: #b50014;
  font-size: 14px;
  right: 50%;
  transform: translate(50%, 0);
}
.promotion_campaigns-one_box .onebox_conatiner {
  position: relative;
}
.promotion_campaigns-one_box .onebox_conatiner .prom-total-container {
  display: flex;
  flex-direction: column;
  margin: 35px 0;
}
.promotion_campaigns-one_box .onebox_conatiner .prom-total-container_item {
  display: flex;
  align-items: flex-end;
  padding: 10px 0px 10px 0;
  margin: 5px 0;
  border-bottom: 1px solid #93a6b1;
}
.promotion_campaigns-one_box .onebox_conatiner .prom-total-container_item h3 {
  flex-grow: 1;
  padding-right: 15px;
  margin: 0;
  font-size: 37px;
  text-align: center;
}
.promotion_campaigns-one_box .onebox_conatiner .prom-total-container_item p {
  /*margin: 0;*/
  min-width: 125px;
  font-weight: bold;
}
.promotion_campaigns-one_box .onebox_conatiner .prom-total-count {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promotion_campaigns-one_box .promotion_box-not_started .prom-total-count {
  justify-content: center;
}
.promotion_campaigns-one_box .promotion_box-not_started .prom-total-count p.fw-bold.text-red {
  color: #0092d3;
}
.promotion_campaigns-one_box .promotion_box-not_started .countdown-container div[class^=count-] {
  background-color: #0092d3;
}
.promotion_campaigns-one_box .promotion_box-not_started .countdown-container div[class^=count-]::after {
  color: #0092d3;
}
.promotion_campaigns .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.promotion_campaigns .view-all-link {
  display: flex;
  justify-content: flex-end;
  margin-left: 15px;
  position: relative;
  z-index: 1;
  width: 50%;
  margin-right: auto;
}
.promotion_campaigns .view-all-link a {
  color: #0092d3;
  font-weight: 500;
  text-decoration: underline;
}
.promotion_campaigns .view-all-link a:hover {
  color: #000;
}
.promotion_campaigns-listing {
  background: transparent;
  min-height: auto;
  padding: 0;
  margin-bottom: 25px;
}

.latest_news {
  background: #f5f7f8;
  margin: 5px 0;
}
.latest_news-title {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  min-width: 150px;
}
.latest_news-slide {
  height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  flex-grow: 1;
}
.latest_news-slide #newsTicker {
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.latest_news-slide #newsTicker p {
  margin: 0;
  display: inline-block;
  padding-right: 100%;
  animation: tickerTape 50s linear infinite;
  font-size: 15px;
}
.latest_news-slide #newsTicker p:hover {
  animation-play-state: paused;
}
.latest_news-slide #newsTicker p span {
  position: relative;
}
.latest_news-slide #newsTicker p span a {
  display: inline-block;
  height: -moz-max-content;
  height: max-content;
}
.latest_news-slide img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 10px;
}
@keyframes tickerTape {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 0);
  }
}
.latest_news-row {
  display: flex;
}
.latest_news .acme-news-ticker {
  width: 100%;
  height: 70px;
}
.latest_news .acme-news-ticker-box {
  padding: 0;
}
.latest_news .TickerNews {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.latest_news span.latest_news-item {
  margin: 0 10px;
}

.latest_news_slider {
  background: #f5f7f8;
  padding-top: 50px;
  padding-bottom: 70px;
}
.latest_news_slider-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 500;
}
.latest_news_slider-slider .news_card {
  margin: 10px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 15px;
}
.latest_news_slider-slider .news_card-img {
  height: 300px;
  margin: -15px -15px 15px -15px;
  position: relative;
}
.latest_news_slider-slider .news_card-img-tools {
  position: absolute;
  right: 10px;
  top: 10px;
}
.latest_news_slider-slider .news_card-img-tools li div {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
}
.latest_news_slider-slider .news_card-img .video_link {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
.latest_news_slider-slider .news_card-body-title {
  font-weight: 600;
  font-size: 20px;
}
.latest_news_slider-slider .news_card-body-des {
  margin-top: 15px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latest_news_slider-slider .news_card-footer {
  margin-top: 15px;
}
.latest_news_slider-slider .news_card-footer .icon_btn .btn {
  min-width: 100px;
  display: flex;
  align-items: center;
  margin-right: auto;
}
.latest_news_slider-slider .news_card-footer .icon_btn .btn img {
  width: 10px;
  margin-right: 15px;
}

.donation_tabs {
  padding: 100px 0;
  padding-bottom: 50px;
}
.donation_tabs-tabs ul {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 0;
  margin-bottom: -100px;
}
.donation_tabs-tabs ul li {
  transition: 0.3s ease-in-out;
}
.donation_tabs-tabs ul li.active .tabs_box {
  background: #0092d3;
}
.donation_tabs-tabs ul li.active .tabs_box img {
  filter: brightness(0) invert(1);
}
.donation_tabs-tabs ul li.active .tabs_box p {
  color: #fff;
}
.donation_tabs-tabs ul li:hover .tabs_box {
  transition: 0.3s ease-in-out;
  background: #0092d3;
}
.donation_tabs-tabs ul li:hover .tabs_box img {
  filter: brightness(0) invert(1);
}
.donation_tabs-tabs ul li:hover .tabs_box p {
  color: #fff;
}
.donation_tabs-tabs ul li .tabs_box {
  background-color: #fff;
  cursor: pointer;
  border: 2px solid #0092d3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  height: 200px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.donation_tabs-tabs ul li .tabs_box img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.donation_tabs-tabs ul li .tabs_box p {
  margin-top: 15px;
  font-weight: 600;
  color: #0092d3;
}
.donation_tabs-mobile_tabs {
  display: none;
}
.donation_tabs-mobile_tabs-modal .mobile_menu .accordion a.no-accordion:last-child {
  border: 0;
  padding-bottom: 0;
}
.donation_tabs-mobile_tabs-modal .mobile_menu a {
  color: #0092d3;
  font-size: 18px;
  padding: 10px;
  border-bottom: 1px solid #b50014;
  border-top: 1px solid #b50014;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.donation_tabs-mobile_tabs-modal .mobile_menu a.no-accordion {
  padding: 10px 5px;
}
.donation_tabs-mobile_tabs-modal .mobile_menu a:last-child {
  border-bottom: 0;
}
.donation_tabs-mobile_tabs-modal .mobile_menu a:first-child {
  border-top: 2px solid #b50014;
}
.donation_tabs-mobile_tabs-modal .mobile_menu a .accordion-button {
  padding: 5px 0;
  font-size: 18px;
  color: #b50014;
  background-color: transparent;
  box-shadow: inherit;
}
.donation_tabs-mobile_tabs-modal .mobile_menu a .accordion-button::after {
  display: none;
}
.donation_tabs-mobile_tabs-modal .mobile_menu a img {
  max-width: 40px;
  margin-left: 15px;
}
.donation_tabs-mobile_tabs-modal .mobile_menu a:last-child() {
  border-bottom: 0;
}
.donation_tabs-mobile_tabs-modal .mobile_menu a.active {
  background-color: #0092d3;
}
.donation_tabs-mobile_tabs-modal .mobile_menu a.active .accordion-button {
  color: #fff !important;
}
.donation_tabs-mobile_tabs-modal .mobile_menu a.active img {
  filter: brightness(0) invert(1);
}
.donation_tabs-mobile_tabs.red-theme .mobile_menu a {
  color: #b50014;
  border-bottom: 1px solid #b50014;
  border-top: 1px solid #b50014;
}
.donation_tabs-mobile_tabs.red-theme .mobile_menu a:first-child {
  border-top: 2px solid #b50014;
}
.donation_tabs-mobile_tabs.red-theme .mobile_menu a .accordion-button {
  color: #b50014;
}
.donation_tabs-mobile_tabs.red-theme .mobile_menu a.active {
  background-color: #b50014;
}
.donation_tabs-mobile_tabs.red-theme .mobile_menu a.active img {
  filter: brightness(0) invert(1);
}
.donation_tabs-mobile_tabs.red-theme .mobile_menu a:hover {
  background-color: #b50014;
}
.donation_tabs-mobile_tabs.red-theme .mobile_menu a:hover .accordion-button {
  color: #fff;
}
.donation_tabs-mobile_tabs.red-theme .mobile_menu a:hover img {
  filter: brightness(0) invert(1);
}
.donation_tabs-content {
  min-height: 200px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border: 3px solid #0092d3;
  padding: 125px 2vw;
  padding-bottom: 50px;
}
.donation_tabs-association_projects-actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.donation_tabs .periodic_donation-wizard .btn-check:checked + .btn-blue-outline {
  background-color: #0092d3;
  color: #fff;
}
.donation_tabs .periodic_donation-wizard .sw-toolbar-elm.toolbar.toolbar-bottom {
  display: flex;
  padding-inline: 0;
  margin-inline: -5px;
  margin-top: 20px;
}
.donation_tabs .periodic_donation-wizard button.btn.sw-btn-next.sw-btn {
  flex-grow: 1;
}
.donation_tabs .periodic_donation-wizard-first {
  padding: 20px 0;
}
.donation_tabs .periodic_donation-wizard-second input[type=radio] + .btn {
  width: 120px;
  height: 120px;
  border-color: #93a6b1;
}
.donation_tabs .periodic_donation-wizard-second .btn-check:checked + .btn-blue-outline {
  background-color: #fff;
  color: #000;
  border-color: #0092d3;
}
.donation_tabs .periodic_donation-wizard-second .d-flex:has(.prom-form-val) label {
  flex-direction: column;
  gap: 10px;
}
.donation_tabs .periodic_donation-wizard-second .d-flex:has(.prom-form-val) label span {
  font-size: 17px;
}
.donation_tabs .periodic_donation-wizard-third input[type=radio] + .btn {
  width: 120px;
  height: 120px;
  border-color: #93a6b1;
}
.donation_tabs .periodic_donation-wizard-third .btn-check:checked + .btn-blue-outline {
  background-color: #fff;
  color: #000;
  border-color: #0092d3;
}
.donation_tabs .periodic_donation-wizard-third .d-flex:has(.prom-form-val) label {
  flex-direction: column;
  gap: 10px;
}
.donation_tabs .periodic_donation-wizard-third .d-flex:has(.prom-form-val) label span {
  font-size: 15px;
}
.donation_tabs .periodic_donation-wizard-third .payment_byclicking {
  background-color: #f5f7f8;
  margin: 15px 0;
  padding: 15px;
  border-radius: 7px;
}
.donation_tabs .periodic_donation-wizard-third .payment_byclicking ol {
  margin: 0;
}
.donation_tabs .periodic_donation-wizard-third .payment_byclicking ol li {
  margin-bottom: 15px;
}
.donation_tabs-gift_donation .gift_wizard-third .gift_wizard-gift_slide {
  position: relative;
  margin: 10px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.donation_tabs-gift_donation .gift_wizard-third .gift_wizard-gift_slide .form-check {
  position: absolute;
  left: 10px;
  top: 10px;
}
.donation_tabs-gift_donation .gift_wizard-forth input[type=radio] + .btn {
  width: 130px;
  height: 130px;
  border-color: #93a6b1;
}
.donation_tabs-gift_donation .gift_wizard-forth .btn-check:checked + .btn-blue-outline {
  background-color: #fff;
  color: #000;
  border-color: #0092d3;
}
.donation_tabs-gift_donation .gift_wizard-forth .d-flex:has(.prom-form-val) label {
  flex-direction: column;
  gap: 10px;
}
.donation_tabs-gift_donation .gift_wizard-forth .d-flex:has(.prom-form-val) label span {
  font-size: 17px;
}
.donation_tabs .mobile_tab_title {
  display: none;
}
.donation_tabs .mobile_tab_title .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.donation_tabs .mobile_tab_title img {
  width: 35px;
}

.donation_case-slider {
  padding: 5px;
  margin: 0 -15px;
  margin-top: 30px;
}

.donation_case-box {
  margin: 10px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  min-height: 500px;
  overflow: hidden;
  padding: 0 15px;
  padding-bottom: 15px;
}
.donation_case-thump {
  height: 250px;
  margin-inline: -15px;
  position: relative;
}
.donation_case-thump .tools {
  position: absolute;
  right: 10px;
  top: 10px;
}
.donation_case-thump .tools ul {
  padding: 0;
}
.donation_case-thump .tools li div {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.donation_case-thump .progress {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 20px;
  border-radius: 0;
}
.donation_case-thump .progress .progress-bar {
  position: relative;
  overflow: hidden;
}
.donation_case-thump .progress .progress-bar::after {
  position: absolute;
  content: attr(data-lable);
  font-size: 14px;
  color: #fff;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.donation_case-thump .select {
  position: absolute;
  left: 10px;
  top: 10px;
}
.donation_case-thump .select .form-check input {
  width: 22px;
  height: 22px;
}
.donation_case-thump .video_link {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
.donation_case-thump .video_link img {
  transition: all 0.3s ease-in-out;
}
.donation_case-thump .video_link:hover img {
  transform: scale(1.2);
}
.donation_case-count ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  margin-inline: -15px;
  padding: 5px 0;
}
.donation_case-count ul li {
  position: relative;
  flex: 1;
  margin: 0 5px;
}
.donation_case-count ul li:not(:first-child):after {
  content: "";
  position: absolute;
  width: 1px;
  background: #93a6b1;
  height: 50px;
  top: 10px;
  right: -5px;
}
.donation_case-count ul li div {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.donation_case-count ul li div p {
  margin: 0;
}
.donation_case-info {
  margin-bottom: 35px;
}
.donation_case-info h3 {
  font-weight: bold;
  font-size: 25px;
}
.donation_case-info p {
  font-size: 15px;
  font-weight: 500;
}
.donation_case-info-accepts {
  background: #0092d3;
  margin: 0 -15px 10px -15px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.donation_case-form div[class^=col-md] {
  padding: 0 8px;
}

.view-all-link {
  display: flex;
  justify-content: flex-end;
  margin-left: 15px;
  position: relative;
  z-index: 1;
  width: 50%;
  margin-right: auto;
}
.view-all-link a {
  color: #0092d3;
  font-weight: 500;
  text-decoration: underline;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.tab-content {
  height: auto !important;
}

.urgent_cases {
  padding: 50px 0;
}
.urgent_cases-content {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border: 3px solid #b50014;
  padding: 50px 2vw;
  padding-bottom: 50px;
}
.page_banner {
  position: relative;
}
.page_banner-content {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page_banner-content h3 {
  font-size: clamp(30px, 4vw, 50px);
  text-align: center;
}
.page_banner-video a {
  margin-bottom: 15px;
  display: block !important;
}
.page_banner .container {
  position: relative;
  position: absolute;
  bottom: 60px;
}
.page_banner .sponsers {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}
.page_banner .sponsers p {
  margin-bottom: 5px;
  font-size: 20px;
}

.breadcrumb-item {
  margin: 20px 0;
  color: #b50014;
  font-size: 20px;
}
.breadcrumb-item a {
  color: #b50014;
}
.breadcrumb-item.active {
  color: #b50014;
  font-weight: bold;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: ">" !important;
  color: #b50014;
}

.projetc_details-info {
  border: 2px solid #b50014;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-bottom: 25px;
}
.projetc_details-info:has(.projetc_details-info-share) {
  padding-bottom: 0;
}
.projetc_details-info .progress {
  height: 50px;
}
.projetc_details-info .progress ::after {
  font-size: 25px;
}
.projetc_details-info-count {
  padding: 15px 20px;
  border-bottom: 1px solid #93a6b1;
}
.projetc_details-info-count ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.projetc_details-info-count ul p {
  font-size: 18px;
  margin-bottom: 5px;
}
.projetc_details-info-count ul h4 {
  font-size: 30px;
  font-weight: bold;
}
.projetc_details-info-count ul li {
  flex: 1;
  text-align: center;
}
.projetc_details-info-count ul li:nth-child(2) {
  border-right: 1px solid #93a6b1;
  border-left: 1px solid #93a6b1;
}
.projetc_details-info-tabs {
  margin-top: 25px;
}
.projetc_details-info-tabs .ui-widget-content {
  border: 0;
  padding: 10px 5px;
}
.projetc_details-info-tabs ul {
  display: flex;
}
.projetc_details-info-tabs ul li {
  flex: 1;
}
.projetc_details-info-tabs ul li:not(.ui-state-active) a {
  color: #0092d3;
}
.projetc_details-info-tabs ul li a {
  color: #000;
}
.projetc_details-info-tabs .ui-tabs .ui-tabs-nav li {
  background: #fff;
  border: 1px solid #0092d3;
  margin: 0;
  height: 60px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projetc_details-info-tabs .ui-tabs .ui-tabs-nav li.ui-state-active {
  background-color: #0092d3;
}
.projetc_details-info-tabs .ui-tabs .ui-tabs-nav li a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projetc_details-info-tabs .ui-tabs .ui-tabs-nav li:nth-child(2) {
  border-width: 1px 0;
}
.projetc_details-info-tabs.red-theme .ui-tabs .ui-tabs-nav li.ui-state-active {
  background-color: #b50014;
}
.projetc_details-info-tabs.red-theme .ui-tabs .ui-tabs-nav li {
  border-color: #b50014;
  border: 1px solid #b50014 !important;
}
.projetc_details-info-tabs.red-theme ul li:not(.ui-state-active) a {
  color: #b50014;
}
.projetc_details-info-share {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #93a6b1;
}
.projetc_details-info-share .social_share,
.projetc_details-info-share .copy_project_link {
  display: flex;
  align-items: center;
  gap: 15px;
}
.projetc_details-info-share .social_share-icons,
.projetc_details-info-share .copy_project_link-icons {
  display: flex;
  gap: 10px;
}
.projetc_details-info-loginwith .login_third_method-or {
  background-color: #0092d3;
  height: 1px;
  position: relative;
  margin: 15px 0;
  margin-bottom: 25px;
}
.projetc_details-info-loginwith .login_third_method-or:after {
  content: "OR";
  color: #b50014;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: #fff;
  width: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.projetc_details-info-loginwith .login_third_method .google_apple {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.projetc_details-info-loginwith .login_third_method .google_apple .icon_btn {
  flex: 1;
}
.projetc_details-info-loginwith .login_third_method .google_apple .icon_btn .btn {
  width: 100%;
}
.projetc_details-info-loginwith .login_third_method .google_apple .icon_btn .btn-google,
.projetc_details-info-loginwith .login_third_method .google_apple .icon_btn .btn-apple {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 500;
}
.projetc_details-info-loginwith .login_third_method .google_apple .icon_btn .btn-google {
  border-color: #0092d3;
  color: #000;
}
.projetc_details-info-loginwith .login_third_method .google_apple .icon_btn .btn-apple {
  border-color: #000;
  background: #000;
  color: #fff;
}
.projetc_details-info-msg {
  background-color: rgba(147, 166, 177, 0.07);
  padding: 25px;
  border: 1px dashed #0092d3;
  border-radius: 7px;
}
.projetc_details-info-periodic .prom-form-val img {
  width: 45px;
}
.projetc_details-info-periodic input[type=radio] + .btn {
  width: 120px;
  height: 120px;
  border-color: #93a6b1;
  margin-top: 10px;
}
.projetc_details-info-periodic .btn-check:checked + .btn-blue-outline {
  background-color: #fff;
  color: #000;
  border-color: #0092d3;
}
.projetc_details-info-periodic .d-flex:has(.prom-form-val) label {
  flex-direction: column;
  gap: 10px;
}
.projetc_details-info-periodic .d-flex:has(.prom-form-val) label span {
  font-size: 17px;
}
.projetc_details-info-periodic .projetc_details-info-tabs .ui-tabs .ui-tabs-nav li {
  max-width: 200px;
  border-width: 1px;
}
.projetc_details-info-gift .gift_design_slider-item {
  position: relative;
  margin: 10px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.projetc_details-info-gift .gift_design_slider-item .form-check {
  position: absolute;
  left: 10px;
  top: 10px;
}
.projetc_details-info-gift .gift_information {
  margin-top: 50px;
}
.projetc_details-methods {
  border: 2px solid #b50014;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 25px;
}
.projetc_details-payment {
  border: 2px solid #b50014;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 25px;
}
.projetc_details-payment .total {
  border-bottom: 2px dashed #b50014;
  padding-bottom: 20px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.projetc_details-payment input[type=radio] + .btn {
  width: 103px;
  height: 103px;
  border-color: #93a6b1;
}
.projetc_details-payment input[type=radio] + .btn img {
  width: 70px !important;
  height: 30px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.projetc_details-payment input[type=radio] + .btn span {
  font-size: 12px;
}
.projetc_details-payment .btn-check:checked + .btn-blue-outline {
  background-color: #fff;
  color: #000;
  border-color: #0092d3;
}
.projetc_details-payment .btn-blue-outline img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.projetc_details-payment .d-flex:has(.prom-form-val) label {
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
}
.projetc_details-payment .d-flex.justify-content-start.gap-3.mt-4.flex-wrap {
  gap: 8px !important;
}
.projetc_details .gift_img_review {
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-bottom: 25px;
}
.projetc_details .gift_img_review img {
  width: 400px !important;
  margin: auto;
  display: block;
}

.cart_table {
  margin-top: 25px;
}
.cart_table-head {
  min-height: 50px;
  display: flex;
  border: 1px solid #93a6b1;
  text-align: center;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.cart_table-head .cell {
  padding: 0 10px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  color: #0092d3;
  position: relative;
}
.cart_table-head .cell:first-child {
  flex: 0 0 40%;
  gap: 15px;
}
.cart_table-head .cell:not(:first-child):after {
  position: absolute;
  content: "";
  height: 25px;
  width: 1px;
  background: #0092d3;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.cart_table-list {
  min-height: 100px;
  margin-top: 20px;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #93a6b1;
  text-align: center;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.cart_table-list .cell {
  padding: 0 10px;
  flex: 1;
  display: flex;
  align-items: center;
}
.cart_table-list .cell:not(:first-child) {
  justify-content: center;
}
.cart_table-list .cell:first-child {
  flex: 0 0 40%;
  gap: 15px;
}
.cart_table-list .cell .trash img {
  cursor: pointer;
  width: 30px;
  margin: 0 10px;
}
.cart_table-list .cell .cart_img {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
}
.cart_table-list .cell .cart_title {
  text-align: right;
}
.cart_result {
  background: #0092d3;
  display: flex;
  min-height: 50px;
  padding: 0 10px;
  margin-top: 15px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 7px;
  align-items: center;
}
.cart_result div {
  display: flex;
  align-items: center;
}
.cart_result div h4,
.cart_result div span {
  margin: 0 5px;
}
.cart_donation .projetc_details-info,
.cart_donation .projetc_details-payment {
  padding: 15px 0;
  border: 0;
  margin-top: 25px;
  box-shadow: none;
}
.cart_donation .projetc_details-payment .payment_box {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

@font-face {
  font-family: cairo;
  src: url("./assets/media/giftCard/Cairo.ttf");
}
svg text {
  font-family: cairo;
  font-weight: 600;
}
svg .bold {
  font-weight: bolder;
}

.donation_gift_page {
  max-width: 350px;
  margin: auto;
  display: block;
}

.border_box_sub {
  margin: 35px 0;
  position: relative;
}
.border_box_sub-title {
  position: absolute;
  top: 0;
  min-height: 60px;
  background: #b50014;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  color: #fff;
  right: 50%;
  transform: translate(50%, 0);
}
.border_box_sub-content {
  border: 1px solid #b50014;
  padding: 25px;
  padding-top: 75px;
  border-radius: 7px;
  font-size: 20px;
}
.border_box_sub-features {
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.border_box_sub-features-item {
  flex: 0 0 calc(33.33% - 25px);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border: 1px solid #b50014;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}

.objective_box-content {
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid #b50014;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.objective_box-content p {
  margin: 0;
  font-size: 20px;
  margin-top: 15px;
}
.objective_box-content-bg {
  width: 215px;
  height: 215px;
  margin: -10px;
  border-radius: 5px;
}
.objective_box-title {
  position: absolute;
  top: 0;
  min-height: 60px;
  right: 0;
  background: #b50014;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  color: #fff;
}

.team {
  margin-top: 50px;
}
.team_item {
  border-bottom: 2px solid #f5f7f8;
  padding: 40px 25px;
}
.team_item-name {
    display: block;
    text-align: center;
    width: 220px;
    margin: 30px 00px 10px 10px;
}
.team_item-img {
  width: 220px;
  height: 220px;
  border-radius: 5px;
  outline: 2px solid #b50014;
  outline-offset: 10px;
}
.supportive_sectors-content {
  margin: 25px 0;
  display: flex;
  align-items: baseline;
  gap: 25px 16px;
  flex-wrap: wrap;
}
.supportive_sectors-item {
  padding: 15px;
  border: 1px solid #b50014;
  border-radius: 7px;
  min-width: calc(25% - 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  flex: 0 0 calc(25% - 12px);
  transition: 0.3s ease-in-out;
}
.supportive_sectors-item .img-c {
  width: 170px;
  height: 170px;
  background: #b50014;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supportive_sectors-item p {
  font-weight: bold;
  color: #b50014;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.supportive_sectors-item:hover {
  transition: 0.3s ease-in-out;
  background: #b50014;
  color: #fff;
}
.supportive_sectors-item:hover p {
  color: #fff;
}
.supportive_sectors .ui-tabs .ui-tabs-nav {
  width: 40%;
}
.supportive_sectors .projetc_details-info-tabs .ui-tabs .ui-tabs-nav li {
  border: 1px solid #0092d3;
}
.supportive_sectors-details {
  margin-top: 50px;
}

.news_details {
  margin-top: 25px;
}
.news_details ul.slick-dots {
  justify-content: center;
}
.news_details-img {
  min-height: 45vw;
  border-radius: 7px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.news_details-info {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #0092d3;
  border-radius: 7px;
}
.news_details-info-box {
  flex-grow: 1;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.news_details-info-box:not(:first-child):before {
  content: "";
  top: 10px;
  bottom: 10px;
  position: absolute;
  width: 1px;
  background: #0092d3;
  right: 0;
}
.news_details-content {
  margin-top: 25px;
}
.news_details-content h3 {
  margin-bottom: 15px;
}

.media_pdf_resources {
  margin-top: 25px;
}
.media_pdf_resources .resource_box {
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  margin: 15px 0;
}
.media_pdf_resources .resource_box-img {
  min-height: 300px;
  position: relative;
  margin: -15px;
  margin-bottom: 0;
}
.media_pdf_resources .resource_box-img .tools {
  position: absolute;
  right: 10px;
  top: 10px;
}
.media_pdf_resources .resource_box-img .tools li div {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.media_pdf_resources .resource_box-logo {
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-top: -75px;
  margin-inline: auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.media_pdf_resources .resource_box-logo-end {
  margin-inline: unset;
  margin-right: auto;
  margin-left: 15px;
}
.media_pdf_resources .resource_box-title-naseem {
  padding-left: 150px;
  margin-top: -35px;
}
.media_pdf_resources .resource_box-title-naseem p {
  font-size: 25px;
}
.media_pdf_resources .resource_box-btn .icon_btn {
  margin: auto;
}
.media_pdf_resources .resource_box-btn .icon_btn .btn:nth-child(2) {
  min-width: 150px;
}
.media_pdf_resources .resource_box-player .maudio {
  width: 100%;
  margin: 0;
  background: transparent;
  border-radius: 0;
}
.media_pdf_resources .resource_box-player .maudio .progress-bar {
  width: 170px;
}
.media_pdf_resources .resource_box-player .maudio .audio-control {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px 10px 0;
}
.media_pdf_resources .resource_box-player .maudio .audio-control a.play {
  background: none;
  background-image: url("../vendors/audio/play.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  width: 25px;
  height: 25px;
}
.media_pdf_resources .resource_box-player .maudio.playing .audio-control a.play {
  background-image: url("../vendors/audio/puse.png");
}
.media_pdf_resources .resource_box-player .maudio .mute {
  background: none;
  display: block;
  background-image: url("../vendors/audio/vol.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  width: 25px;
  height: 25px;
  margin: 0;
  margin-right: 10px;
}
.media_pdf_resources .resource_box-player .maudio .mute.muted {
  background-image: url("../vendors/audio/mute.png") !important;
  background: none;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  width: 25px;
  height: 25px;
  margin: 0;
  margin-right: 10px;
}

.media_center_photo-item {
  margin: 25px 0;
  min-height: 290px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.media_center_photo-item .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  align-items: end;
  justify-content: center;
  transition: 0.3s ease-in-out;
  transform: scale(0);
  cursor: pointer;
}
.media_center_photo-item .overlay p {
  z-index: 1;
  margin-bottom: 30px;
  width: calc(100% - 70px);
  font-size: 20px;
  text-align: center;
}
.media_center_photo-item .overlay::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: solid 2px #b50014;
}
.media_center_photo-item .overlay::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-image: url("../media/zoom.png");
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  font-size: 25px;
  font-weight: bold;
}
.media_center_photo-item:hover .overlay {
  transform: scale(1);
}
.media_center_photo-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media_center_photo-modal-head img {
  cursor: pointer;
}
.media_center_photo-modal-body img {
  margin: 15px auto;
  display: block;
  width: calc(100% - 30px);
}
.media_center_video-item {
  margin: 25px 0;
  min-height: 290px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.media_center_video-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-image: url("../media/youtube-w.png");
  width: 90px;
  height: 90px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 25px;
  font-weight: bold;
}
.media_center_video-item .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  align-items: end;
  justify-content: center;
  transition: 0.3s ease-in-out;
  transform: scale(0);
  cursor: pointer;
  z-index: 1;
}
.media_center_video-item .overlay::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-image: url("../media/youtube.png");
  width: 90px;
  height: 90px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 25px;
  font-weight: bold;
}
.media_center_video-item:hover .overlay {
  transform: scale(1);
}
.media_center_video-item:hover::after {
  display: none;
}
.media_center_video-item .content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #b50014;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 2;
  color: #fff;
}
.media_center_video-item .content p {
  margin: 0;
}
.media_center_blue .media_center_photo-item .overlay::after {
  background-image: url("../media/etman/zoom.png");
}
.media_center_blue .media_center_photo-item .overlay::before {
  border-color: #0092d3;
}
.media_center_blue .content {
  background-color: #0092d3;
}
.media_center_albom-item {
  min-height: 400px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0;
}
.media_center_albom-item .cover {
  width: 200px;
  height: 250px;
  margin: 35px;
  background-repeat: no-repeat;
  background-position: center;
}
.media_center_albom-item .title {
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #b50014;
  border-top: 2px solid #93a6b1;
}

.testimonials {
  margin-top: 50px;
}
.testimonials-item {
  padding: 25px;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  margin: 60px 0;
  text-align: center;
}
.testimonials-item .photo {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin-top: -100px;
  margin-inline: auto;
  margin-bottom: 20px;
  border: 4px solid #0092d3;
}
.testimonials-item .btn {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  margin-top: 25px;
}

.copy_link {
  cursor: pointer;
}

.share {
  position: relative;
  cursor: auto;
}
.share_links {
  position: absolute;
  display: flex;
  right: 35px;
  top: 50%;
  transform: translate(0, -50%);
  gap: 10px;
  padding: 0 5px !important;
  display: none;
  transition: 0.3s ease-in-out;
}
.share:hover .share_links {
  display: flex;
  transition: 0.3s ease-in-out;
}
.share_icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.share_icon img {
  width: 15px;
}
.share_icon:first-child {
  background: #1974ec;
}
.share_icon:nth-child(2) {
  background: #000;
}
.share_icon:nth-child(3) {
  background: green;
}
.share_icon:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.succes_registration-link a {
  margin: 13px 0;
  background-color: #0092d3;
  height: 150px;
  padding: 15px 2vw;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.succes_registration-link a:hover {
  transition: 0.3s ease-in-out;
  box-shadow: 0px 0px 7px 0px rgb(0, 0, 0);
}
.succes_registration-info {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.succes_registration-info p {
  margin: 0;
}

.edit_profile form div[class^=col-md] {
  margin-bottom: 25px;
  margin-inline: auto;
}
.edit_profile .agree_box {
  margin: 0 15px;
  background: #f5f7f8;
  padding: 25px;
  display: flex;
  align-items: center;
  margin: 15px 0;
  border: 1px dashed #b50014;
  border-radius: 7px;
}
.edit_profile .agree_box .form-check {
  width: 100%;
}
.edit_profile .agree_box .form-check label {
  display: block;
  font-size: 15px;
}
.edit_profile .agree_box .form-check input {
  accent-color: #b50014;
  transform: translate(0, -2px);
  margin-left: 10px;
}

.my_wallet_table-content td,
.my_wallet_table-content th,
.my_wallet_table-content tr {
  text-align: center;
}
.my_wallet_table-content tr,
.my_wallet_table-content th {
  height: 45px !important;
  padding: 0;
}
.my_wallet_table-content table tr td {
  color: #000 !important;
  height: 60px;
}
.my_wallet_table-content img {
  width: 75px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.my_wallet_table-mobile .item {
  position: relative;
  min-height: 100px;
  border: 1px solid #0092d3;
  margin: 15px 0;
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.my_wallet_table-mobile .item .get_info {
  position: absolute;
  left: 10px;
  top: 10px;
}
.addamount.d-flex:has(.prom-form-val) label {
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
}
.addamount.d-flex:has(.prom-form-val) label img {
  width: 50px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.addamount input[type=radio] + .btn {
  width: 120px;
  height: 120px;
  border-color: #93a6b1;
}
.addamount .btn-check:checked + .btn-blue-outline {
  background-color: #fff;
  color: #000;
  border-color: #0092d3;
}

.dotted_info {
  padding: 10px;
  background: #f5f7f8;
  border: 2px dashed #b50014;
  border-radius: 7px;
}

.zakat_calculator-calculator {
  border-bottom: 2px solid #b50014;
  padding-bottom: 50px;
  margin-bottom: 35px;
}
.zakat_calculator-calculator .actions_tabs-item {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #0092d3;
}
.zakat_calculator-calculator .actions_tabs-item.active {
  background: #0092d3 !important;
  color: #fff;
}
.zakat_calculator-calculator .actions_tabs-item.active .value {
  background: #0092d3 !important;
  border-color: #fff !important;
  color: #fff !important;
}
.zakat_calculator-calculator .actions_tabs #mony-zakat .value {
  background: #3D7B00;
  border-color: #3D7B00;
  color: #fff;
}
.zakat_calculator-calculator .actions_tabs #gold-zakat .value {
  background: #FFE519;
  border-color: #FFE519;
  color: #000;
}
.zakat_calculator-calculator .actions_tabs #silver-zakat .value {
  background: #93a6b1;
  border-color: #93a6b1;
  color: #fff;
}
.zakat_calculator-donataion {
  border-bottom: 2px solid #b50014;
  padding-bottom: 50px;
  margin-bottom: 35px;
}
.zakat_calculator-select_user .projetc_details-info,
.zakat_calculator-select_user .projetc_details-payment {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.zakat_calculator-select_user .payment_box {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.zakat_calculator .form_box {
  border: 1px solid #93a6b1;
  padding: 40px 30px;
  border-radius: 15px;
}
.zakat_calculator .form_box .border-blue {
  border: 1px solid #93a6b1 !important;
}
.zakat_calculator .form_box .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_us {
  margin-top: 50px;
}
.contact_us > .row {
  border-bottom: 2px solid #0092d3;
}
.contact_us > .row > .col-lg-5 {
  border-left: 2px solid #0092d3;
}
.contact_us_info-list {
  margin-top: 50px;
}
.contact_us_info-list li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.contact_us_info-list li .icon {
  background: #0092d3;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.contact_us_info-list li .info p {
  margin-bottom: 5px;
}
.contact_us_info-list li .info > div {
  display: flex;
  gap: 20px;
  color: #b50014;
}
.contact_us_info-social {
  margin-top: 40px;
  margin-bottom: 30px;
  border: 0px solid #93a6b1;
  border-top-width: 1px;
}
.contact_us_info-social .col-md-7 {
  padding-top: 20px;
  padding-inline: 15px;
}
.contact_us_info-social .col-md-5 {
  padding-top: 20px;
  border: 0px solid #93a6b1;
  border-right-width: 1px;
}
.contact_us_form form {
  margin-top: 50px;
}
.contact_us_form form div[class^=col-md] {
  margin-bottom: 25px;
}

.number_book {
  margin: 50px 0;
}
.number_book_item {
  border: 2px solid #0092d3;
  min-height: 250px;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  margin: 25px 0;
}
.number_book_item-icon {
  background-color: #b50014;
  min-width: 150px;
  flex: 0 0 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.number_book_item-info {
  padding-right: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 60%;
}
.number_book_item-info .info_actions {
  gap: 15px;
}
.number_book_item-info .info_actions .btn {
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.number_book_item-info .info_actions .btn h4 {
  margin: 0;
  color: #000;
}
.number_book_item-actions {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.number_book_item-actions .btn {
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}

.etman {
  margin: 50px 0;
}
.etman_list-box {
  padding: 3vw;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 50px;
}
.etman_list .etman_list_item {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  min-height: 170px;
  display: flex;
  border-radius: 7px;
  overflow: hidden;
  margin: 25px 0;
  padding-right: 0;
}
.etman_list .etman_list_item .icon {
  background: #0092d3;
  flex: 0 0 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}
.etman_list .etman_list_item .info {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 25px;
}
.etman_list .etman_list_item .info li {
  list-style-image: url("../media/etman/arrow.svg");
  margin: 15px 0;
  padding-right: 5px;
  font-weight: 500;
}
.etman_list .etman_list_item .info h4 {
  font-size: 30px;
  color: #0092d3;
}
.etman_list .etman_list_item .info p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.etman_servicess {
  background: #f5f7f8;
  padding: 70px 0;
}
.etman_servicess-box .col-xl-4.col-lg-6.col-md-6 {
  margin: 15px 0;
}
.etman_servicess-box .serv_box {
  padding: 30px 50px;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
}
.etman_servicess-box .serv_box .icon {
  width: 140px;
  height: 140px;
  background: #0092d3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.etman_servicess-box .serv_box .info h4 {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}
.etman_servicess-box .serv_box .info ul {
  margin-top: 40px;
}
.etman_servicess-box .serv_box .info ul li {
  list-style-image: url("../media/etman/arrow.svg");
  margin: 15px 0;
  padding-right: 5px;
  font-weight: 500;
}
.etman_servicess-box .etmn-slider {
  display: none;
}
.etman_center_team {
  padding: 70px 0;
}
.etman_center_team-item {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  overflow: hidden;
  margin: 15px 0;
  padding: 15px;
}
.etman_center_team-item .team_img {
  height: 450px;
  margin: -15px;
  margin-bottom: 0;
}
.etman_center_team-item .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.etman_center_team-item .info h4 {
  font-size: 25px;
}
.etman_center_team-item .info p {
  font-size: 20px;
}
.etman_center_team-item .info .btn {
  width: 100px;
}
.etman_center_team-item .info .btn img {
  width: 10px;
  margin-right: 10px;
}
.etman_center_team .team_slider {
  display: none;
}
.etman_blog {
  background: #f5f7f8;
  padding: 70px 0;
}
.etman_blog .resource_box {
  background-color: #fff;
}
.etman_news .latest_news {
  background: #fff;
  border-bottom: 1px solid #93a6b1;
}
.etman_news .latest_news-title {
  position: relative;
}
.etman_news .latest_news-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 50px;
  width: 1px;
  background: #93a6b1;
}
.etman_news .latest_news_slider {
  background: #fff;
}
.etman_sponsers {
  background: #f5f7f8;
  padding: 70px 0;
}
.etman_sponsers-item {
  padding: 15px 20px;
  margin: 15px 0;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #0092d3;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.etman_sponsers-item img {
  width: 300px;
  margin-top: 35px;
}
.etman_sponsers-item span {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  font-size: 22px;
  background: #0092d3;
  color: #fff;
}
.etman_sponsers .book_appointment {
  padding: 15px 20px;
  margin: 15px 0;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #0092d3;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.etman_sponsers .book_appointment p {
  margin-top: 15px;
  margin-bottom: 20px;
}
.etman_sponsers .book_appointment .btn {
  width: 120px;
}
.etman_download_app {
  padding: 70px 0;
}
.etman_download_app-box {
  box-shadow: 0px 1px 30px 0px rgba(147, 166, 177, 0.4);
  min-height: 220px;
  padding: 35px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.etman_download_app-box h4 {
  font-size: 35px;
  font-weight: bold;
  margin: 0;
}
.etman_download_app-box .links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.etman_download_app-box .links img {
  width: 250px;
  transition: 0.3s ease-in-out;
}
.etman_download_app-box .links img:hover {
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
}
.etman_team {
  margin-top: 50px;
}
.etman_team-info {
  padding: 25px;
}
.etman_team-photo {
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  padding: 20px;
}
.etman_team-photo .team_photo {
  min-height: 500px;
  width: 500px;
}

.etman_bredcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.etman_bredcrumb .breadcrumb-item,
.etman_bredcrumb .breadcrumb {
  margin: 0;
}
.etman_bredcrumb .sponsers {
  margin-top: 10px;
  display: flex;
  gap: 15px;
  color: #0092d3;
  flex-wrap: wrap;
}
.etman_bredcrumb .sponsers > div img {
  border: 1px solid #0092d3;
  border-radius: 5px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.etman_bredcrumb .sponsers p {
  margin-bottom: 5px;
}

.border_box_etman {
  margin-top: 50px;
}

.show_all .row {
  display: flex !important;
}

.book_appointment {
  margin-top: 50px;
}
.book_appointment div[class^=col-md] {
  margin-bottom: 35px;
}
.book_appointment .agree_box {
  border: 1px dashed #0092d3;
  border-radius: 7px;
  background: #f5f7f8;
  padding: 15px;
}
.book_appointment .agree_box .form-check {
  margin-bottom: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.book_appointment .agree_box ul {
  margin-right: 15px;
}
.book_appointment .agree_box ul li {
  margin-bottom: 10px;
}
.book_appointment .icon_btn {
  min-width: 350px;
}
.book_appointment-success {
  width: 400px;
  text-align: center;
  padding: 25px;
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.etman_blog_all {
  margin-top: 50px;
}
.etman_blog_all .etman_blog {
  background: #fff;
}
.etman_blog_all-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.etman_blog_all-filter .btn {
  flex: 1 1 0px;
}
.etman_blog_all-filter-mobile {
  display: none;
}
.etman_blog_all-filter-mobile .mobile_menu a .accordion-button {
  color: #0092d3;
}

.my_appointments {
  margin-top: 50px;
}
.my_appointments .info_box {
  border: 1px dashed #0092d3;
  border-radius: 7px;
  background: #f5f7f8;
  padding: 25px;
}
.my_appointments .info_box ul {
  padding-right: 15px;
}
.my_appointments-search_form {
  margin: auto;
  margin-top: 50px;
  max-width: 600px;
  margin-bottom: 100px;
}
.my_appointments-search_form form {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 15px;
}
.my_appointments-search_form form > div {
  flex: 1 1 0px;
}
.my_appointments-result .status {
  width: 150px;
}
.my_appointments-result input[readonly] {
  background: #fff;
}
.my_appointments-result .form-control {
  margin-bottom: 50px;
}

.evaluation-step {
  display: flex;
  flex-direction: column;
}
.evaluation-step:not(.active) {
  display: none;
}
.evaluation-controls {
  display: flex;
  margin-top: 50px;
  gap: 15px;
}
.evaluation-controls button {
  min-width: 300px;
}
.evaluation .form-check-label {
  margin-top: 3px;
}
.evaluation .rating .prom-form-val input[type=radio] + .btn {
  width: 150px;
  height: 150px;
}
.evaluation .rating .prom-form-val input[type=radio]:checked + .btn span {
  color: #fff;
}
.evaluation .rating .prom-form-val input[type=radio]:checked + .btn img {
  filter: brightness(0) invert(1);
}
.evaluation .rating .prom-form-val label {
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
}
.evaluation .qusitons-item {
  padding-bottom: 15px;
  border-bottom: 2px solid #0092d3;
}

.etman_faqs {
  margin-top: 50px;
}
.etman_faqs .accordion-item {
  border: 0;
  margin-bottom: 25px;
}
.etman_faqs .accordion-item button {
  border: 1px solid #0092d3;
  border-radius: 7px !important;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.etman_faqs .accordion-item .accordion-button:not(.collapsed) {
  background: #0092d3;
  color: #fff;
}
.etman_faqs .accordion-item .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.etman_faqs .accordion-body {
  border: 0;
}

.etman_call_center {
  margin-top: 50px;
}
.etman_call_center-info ul {
  margin-top: 30px;
}
.etman_call_center-info ul li {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 25px;
}
.etman_call_center-info ul li .icon {
  width: 60px;
  height: 60px;
  background: #0092d3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.etman_call_center-info ul li .info {
  font-size: 18px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.etman_call_center-info ul li .info p {
  margin: 0;
}
.etman_call_center-info ul.d-flex {
  margin-bottom: 35px;
}
.etman_call_center-form form {
  margin-top: 30px;
}
.etman_call_center-form form div[class^=col-md] {
  margin-bottom: 25px;
}
.etman_call_center .box {
  padding: 25px;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  margin: 25px 0;
}

.volunteering_form {
  margin-top: 50px;
}
.volunteering_form div[class^=col-md] {
  margin-bottom: 25px;
}
.volunteering_form .input-group-text {
  margin-left: 15px;
  border-radius: 3px !important;
}
.volunteering_form-checkbox .form-check {
  margin-bottom: 15px;
}
.volunteering_form-checkbox label {
  margin-top: 2px;
  font-size: 18px;
}

#urgent-pdf .close {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
}
#urgent-pdf object {
  height: 85vh;
}
#urgent-pdf .form-check label {
  margin-top: 2px;
}
#urgent-pdf .actions {
  margin-top: 30px;
  margin-bottom: 20px;
}
#urgent-pdf .actions form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#urgent-pdf .actions form button {
  min-width: 200px;
}

.carrers {
  margin-top: 50px;
}
.carrers_item {
  padding: 25px 25px 50px 25px;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  border: 1px solid #0092d3;
}
.carrers_item .title {
  font-size: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b50014;
  text-align: center;
  padding-bottom: 15px;
}
.carrers_item .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin: 25px 0;
}
.carrers_item .icon_btn {
  max-width: 250px;
  margin: auto;
  margin-top: 50px;
}
.carrers_inner {
  margin-top: 50px;
}
.carrers_inner div[class^=col-md] {
  margin-bottom: 25px;
}
.carrers_inner [for=attach_cv] {
  min-width: 170px;
}
.carrers_success {
  max-width: 500px;
  text-align: center;
  padding: 25px;
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.carrers_success .icon_btn {
  margin: auto;
  width: 100%;
  max-width: 350px;
}
.carrers_success .btn {
  background-color: #b50014;
  border-color: #b50014;
}

.donation_methods {
  margin-top: 50px;
}
.donation_methods-box {
  position: relative;
  padding: 15px 25px;
  padding-right: 0;
  border-radius: 7px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  margin: 25px 0;
  border: 1px solid #0092d3;
  min-height: 300px;
  display: flex;
}
.donation_methods-box .icon {
  position: relative;
  width: 150px;
  flex: 0 0 150px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.donation_methods-box .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  bottom: 0px;
  width: 1px;
  background: #0092d3;
}
.donation_methods-box .info {
  flex-grow: 1;
  padding: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}
.donation_methods-box .info p {
  font-size: 20px;
}
.donation_methods-box .info .payment input[type=radio] + .btn {
  width: 120px;
  height: 120px;
  border-color: #93a6b1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: auto;
}
.donation_methods-box .info .payment .btn-check:checked + .btn-blue-outline {
  background-color: #fff;
  color: #000;
  border-color: #0092d3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.donation_methods-box .info .payment .btn-blue-outline img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.donation_methods-box .info .payment .d-flex:has(.prom-form-val) label {
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
}
.donation_methods-box .info_bank .row {
  display: flex;
  align-items: center;
}
.donation_methods-box .info_bank .note {
  border: 1px solid #b50014;
  padding: 20px;
  color: #b50014;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  justify-content: space-between;
  gap: 25px;
}
.donation_methods-box .info_bank .note p {
  font-size: 18px;
}
.donation_methods-box .info_bank .note ul {
  margin: 0;
}
.donation_methods-box .info_branch td {
  padding: 15px;
}
.donation_methods-box .info_branch-location {
  display: flex;
  gap: 15px;
  align-items: center;
}
.donation_methods-box .info_branch-location p {
  margin: 0;
  font-size: 15px;
}
.donation_methods-box .info_branch-location p:first-child {
  font-size: 18px;
}
.donation_methods-box .info_branch button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 350px;
  margin: auto;
}
.donation_methods-box .info_branch button img {
  width: 22px;
}
.donation_methods-box .info_branch button p {
  font-size: 16px;
}
.donation_methods-box .info .tel_btn {
  width: 100%;
  max-width: 250px;
}

.my_appointments-result button.btn.btn-blue-outline.w-100.unclickable {
  font-size: 18px;
}

.edit_profile .col-md-11:has(.btn) {
  width: 100%;
}

.donation_case-form p.mb-2.text-blue.fw-bold + .d-flex.align-content-center.justify-content-between {
  justify-content: flex-start !important;
  gap: 10px;
}

.promotion_box_item-info p.mb-2.text-blue.fw-bold + .d-flex.align-content-center.justify-content-between {
  justify-content: flex-start !important;
  gap: 10px;
}

.registration_modal.registration_modal-page .registration_box-tabs {
  gap: 0;
}
.registration_modal.registration_modal-page .registration_box-tabs .btn {
  border: 1px solid #b50014;
  border-radius: 0;
}

.supportive_sectors_cases {
  margin-top: 100px;
}

@font-face {
  src: url("../font/Cairo.ttf");
  font-family: cairo;
}
body {
  font-family: cairo;
}

.latest_news_slider-slider .news_card-footer .icon_btn .btn img {
  transform: rotate(180deg);
}

.input-group-icon img {
  transform: translate(150%, 0);
}

select.form-select {
  background-position: 1.5% center;
}

.countdown-container {
  direction: ltr;
  justify-content: end;
}

@media (min-width: 1601px) {
  .footer .col-md-4:has(.footer_info) {
    width: 27%;
  }
  .footer .col-md-5:has(.footer_links) {
    width: 46%;
  }
  .footer .col-md-3:has(.footer_actions) {
    width: 27%;
    padding-right: 30px;
  }
}
@media (max-width: 1600px) {
  .slider_boxes-item {
    flex-direction: column;
  }
  .slider_boxes-item .msg {
    margin-bottom: 15px;
  }
  .slider_boxes-item .msg span {
    font-size: 30px;
  }
  .footer {
    padding: 50px 0;
  }
  .footer .col-md-3:has(.footer_actions) {
    width: 100%;
  }
  .footer .col-md-4:has(.footer_info) {
    width: 40%;
  }
  .footer .col-md-5:has(.footer_links) {
    width: 60%;
  }
  .footer_actions {
    flex-direction: row-reverse !important;
    justify-content: space-between;
    align-items: center;
  }
  .footer_actions-social h3 {
    margin-top: 35px;
  }
  .footer_actions-app_store ul {
    flex-direction: row;
  }
  .col-md-6.mt-4:has(.form-check) {
    width: 100%;
  }
  .projetc_details-methods {
    padding: 30px;
  }
  .container {
    max-width: 1300px;
  }
  .navbar .navbar-menu {
    margin-right: 20px;
  }
  .navbar .navbar-menu ul {
    gap: 10px;
  }
  .navbar .navbar-menu ul li a {
    font-size: 16px;
  }
  .navbar .container {
    width: 100%;
    max-width: 99%;
  }
}
@media (min-width: 1351px) {
  .my_wallet_table-actions-mobile,
  .my_wallet_table-mobile {
    display: none;
  }
  .navbar-content {
    justify-content: space-between;
    flex: 1;
  }
  .navbar-actions {
    margin-right: unset;
    justify-content: end;
    flex: 1;
  }
}
@media (max-width: 1350px) {
  .my_wallet_table-actions,
  .add_balance_btn {
    display: none;
  }
  .my_wallet_table-actions-mobile:has(.icon_btn.mt-5) .icon_btn.mt-5,
  .my_wallet_table-actions-mobile:has(.icon_btn.mt-5) .icon_btn {
    margin-top: 1.5rem !important;
  }
  .my_wallet_table-actions-mobile {
    display: flex;
    justify-content: space-between;
    gap: 0 15px;
    flex-wrap: wrap;
  }
  .my_wallet_table-actions-mobile .icon_btn {
    flex: 0 0 300px;
  }
  .navbar-toggle {
    display: flex !important;
    flex: 1;
  }
  .navbar-menu {
    display: none;
  }
  .navbar-content {
    justify-content: space-between;
    flex: 1;
  }
  .navbar-actions {
    margin-right: unset;
    justify-content: end;
    flex: 1;
  }
  .my_wallet_table-content {
    display: none;
  }
  .tab_full_width {
    width: 100%;
  }
  .top_header-calc,
  .top_header .top_header-currency,
  .top_header .top_header-lang {
    margin-right: 30px;
  }
  .countdown-container div[class^=count-] {
    min-width: 80px !important;
    height: 80px !important;
  }
  .promotion_box_item-card-timer div[class^=count-] {
    min-width: 50px !important;
    height: 50px !important;
  }
  .promotion_campaigns-one_box .onebox_conatiner .prom-total-container {
    gap: 20px;
  }
  .promotion_campaigns-one_box .col-md-6.prom-total-count {
    width: 100% !important;
    flex-direction: row;
    margin-top: 15px;
    align-items: center;
    justify-content: space-around;
  }
  .promotion_campaigns-one_box .col-md-6:has(.promotion_box_item-info) {
    width: 100% !important;
  }
  .promotion_campaigns-one_box .promotion_box_item-info {
    padding-left: 0 !important;
  }
  .promotion_campaigns-one_box .promotion_box_item-info::after {
    display: none !important;
  }
  .promotion_campaigns-one_box .promotion_box_item-info {
    height: 350px !important;
  }
  .promotion_campaigns-one_box .promotion_box_item-card-thump {
    height: 350px !important;
  }
  .promotion_campaigns-one_box .col-md-5:has(.promotion_box_item-card) {
    width: 100% !important;
  }
  .promotion_campaigns-one_box .col-md-7:has(.row.onebox_conatiner) {
    width: 100% !important;
  }
  .promotion_campaigns-one_box .promotion_box_item-info {
    height: auto !important;
    padding-top: 15px;
  }
  .donation_tabs {
    padding: 100px 0;
    padding-bottom: 50px;
  }
  .donation_tabs-association_projects-actions.mx-3 {
    display: none;
    display: none;
  }
  .donation_tabs-mobile_tabs:not(.main_tabs) {
    display: block;
  }
  .donation_results-actions .col-md-3 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .footer .col-md-4:has(.footer_info) {
    width: 40%;
  }
  .footer .col-md-5:has(.footer_links) {
    width: 60%;
  }
  .footer_info-call p.head-office {
    margin-top: 20px;
  }
  .footer_info-call h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
  }
  .border_box_sub-features-item {
    flex: 0 0 calc(30.33% - 15px);
  }
  .supportive_sectors-item {
    min-width: calc(33.3% - 11px);
  }
  .number_book_item {
    position: relative;
    padding-top: 170px;
  }
  .number_book_item-icon {
    height: 120px;
    position: absolute;
    border-radius: 0 0 10px 10px;
    top: 0;
    right: 50%;
    transform: translate(50%, 0);
    flex: auto;
  }
  .number_book_item-info {
    flex: 0 0 50%;
    margin-bottom: 30px;
  }
  .number_book_item-actions {
    flex: auto;
    margin-bottom: 30px;
    gap: 15px;
  }
  .etman_download_app-box {
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }
  .etman_team div[class^=col-] {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .info_bank .note {
    margin-top: 15px;
  }
  .my_wallet_table-mobile span.text-red.text-decoration-underline {
    font-size: 20px;
  }
  .my_wallet_table-mobile .text-blue.d-flex.gap-3:has(span) {
    font-size: 22px;
    font-weight: bold;
  }
  .popover {
    display: none !important;
  }
  .contact_us .col-lg-5,
  .contact_us .col-lg-7 {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  div#mony-zakat-content form div[class^=col-] {
    margin-top: 20px;
  }
  .succes_registration .row .col-lg-8 {
    width: 80%;
  }
}
@media (min-width: 1025px) {
  .prev_gift_card {
    display: none;
  }
}
@media (max-width: 1024px) {
  .slider_boxes-item .donation_box p:first-child {
    display: none;
  }
  .slider_boxes-item .donation_box {
    width: 100%;
  }
  .slider_boxes-item form {
    justify-content: space-evenly;
    gap: 20px;
  }
  .slider div.carousel-item {
    height: 350px;
  }
  .slick-dots {
    margin: 0 !important;
  }
  .d-flex:has(.prom-form-val) {
    justify-content: flex-start !important;
    gap: 15px;
  }
  .donation_tabs {
    padding: 10px;
  }
  .donation_tabs-tabs ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
    margin-bottom: -80px;
    gap: 15px;
  }
  .donation_tabs-tabs ul li .tabs_box {
    width: 160px;
    height: 160px;
  }
  .donation_tabs-tabs ul li .tabs_box img {
    width: 70px;
  }
  .donation_tabs-tabs ul li .tabs_box p {
    margin-top: 5px;
  }
  .donation_tabs-content {
    padding: 15px;
    padding-top: 100px;
  }
  .donation_tabs-association_projects-actions {
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 !important;
  }
  .donation_tabs-association_projects-actions .icon_btn {
    width: 100%;
  }
  .donation_case-form .row:has(.col-6) .col-6 {
    padding-inline: 4px;
  }
  .donation_tabs .periodic_donation-wizard-second input[type=radio] + .btn {
    width: 100px;
    height: 100px;
  }
  .donation_tabs .periodic_donation-wizard-second input[type=radio] + .btn img {
    width: 50px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sw > .nav {
    flex-direction: row !important;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .sw-theme-dots > .nav::before {
    content: " ";
    position: absolute;
    top: 18px;
    right: 0;
    width: 100%;
    height: 5px;
  }
  .sw-theme-dots > .nav-progress::after {
    content: " ";
    position: absolute;
    top: 18px;
    right: 0;
    width: var(--sw-progress-width);
    height: 5px;
  }
  .donation_tabs-gift_donation .gift_wizard-forth input[type=radio] + .btn {
    width: 100px;
    height: 100px;
  }
  .donation_tabs-gift_donation .gift_wizard-forth input[type=radio] + .btn img {
    width: 50px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .donation_tabs-gift_donation .gift_wizard-forth .d-flex:has(.prom-form-val) label span {
    font-size: 12px;
  }
  .gift_wizard-forth .d-flex.justify-content-start.gap-3 {
    flex-wrap: wrap;
  }
  .text-red.mb-2.fw-bold {
    font-size: 18px;
    margin-bottom: 15px !important;
  }
  .urgent_cases-content {
    padding: 15px;
  }
  .my_wallet .add_balance_btn {
    display: none;
  }
  .my_wallet_table-actions {
    display: none;
  }
  .etman_blog_all-filter {
    display: none;
  }
  .etman_blog_all-filter-mobile {
    display: flex;
  }
  .registration_modal .modal-body-content {
    min-width: 100%;
  }
  div#registration_modal .modal-dialog {
    max-width: 800px;
  }
  .gift_img_review {
    display: none;
  }
  .my_wallet_table-actions-mobile:has(.icon_btn.mt-5) .icon_btn.mt-5,
  .my_wallet_table-actions-mobile:has(.icon_btn.mt-5) .icon_btn {
    flex: 0 0 25%;
  }
}
@media (min-width: 993px) {
  .text-red.mb-2.fw-bold {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 992px) {
  .medume-screen-show {
    display: block !important;
  }
  .medume-screen-hide {
    display: none !important;
  }
  .donation_case-form .row .col-md-6:first-child {
    width: 58.33333333%;
  }
  .donation_case-form .row .col-md-6:nth-child(2) {
    width: 41.66666667%;
  }
  .navbar-actions .icon_btn {
    display: none;
  }
  .navbar-actions-cart::before {
    display: none;
  }
  .mobile_tab_title {
    display: block !important;
  }
  .donation_tabs-mobile_tabs {
    display: block;
  }
  .donation_tabs-mobile_tabs.main_tabs {
    display: block !important;
    max-width: 90%;
    margin: auto;
  }
  .cart_table-head {
    display: none;
  }
  .cart_table-list {
    flex-wrap: wrap;
    padding: 20px 0;
    position: relative;
    padding-top: 80px;
  }
  .cart_table-list .cell:first-child {
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom: 25px;
  }
  .cart_table-list .cell:not(:first-child) {
    position: relative;
    padding-top: 50px;
    margin-top: 15px;
  }
  .cart_table-list .cell:not(:first-child)::after {
    content: attr(data-label);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #0092d3;
    font-weight: bold;
    font-size: 16px;
  }
  .donation_tabs-mobile_tabs {
    display: block;
  }
  .donation_results-actions {
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }
  .donation_results-actions .col-md-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .footer {
    padding: 30px;
  }
  .footer .col-md-4:has(.footer_info) {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer .col-md-5:has(.footer_links) {
    width: 100%;
    justify-content: center;
  }
  .footer_actions {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .border_box_sub-features-item {
    flex: 0 0 calc(50% - 15px);
  }
  .objective_box-content {
    flex-direction: column;
    gap: 30px;
    padding-top: 70px;
    text-align: center;
  }
  .supportive_sectors-item {
    min-width: calc(50% - 8px);
  }
  .contact_us > .row > .col-lg-5 {
    border: 0;
  }
  .number_book_item {
    position: relative;
    padding-top: 170px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .number_book_item-icon {
    height: 120px;
    position: absolute;
    border-radius: 0 0 10px 10px;
    top: 0;
    right: 50%;
    transform: translate(50%, 0);
    flex: auto;
  }
  .number_book_item-info {
    flex: 0 0 100%;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
  }
  .number_book_item-info .info_actions {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .number_book_item-actions {
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .etman_list_item {
    position: relative;
    padding-top: 170px;
    padding-bottom: 30px;
  }
  .etman_list_item .icon {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%, 0);
    padding: 25px !important;
    border-radius: 0 0 10px 10px;
  }
  .etman_list_item .info {
    padding: 0 30px !important;
  }
  .etman_list_item .info p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
  }
  .etman_servicess-box .row,
  .etman_center_team .row {
    display: none;
  }
  .serv_box {
    margin-bottom: 25px;
  }
  .etmn-slider,
  .team_slider {
    display: block !important;
  }
  .footer .col-md-5:has(.footer_links) {
    display: none;
  }
  .top_header-content .col-md-4 {
    display: none;
  }
  .top_header-content .col-md-8 {
    width: 100%;
  }
  .top_header-calc {
    margin-right: 30px;
  }
  .trash {
    position: absolute;
    left: 5px;
    top: 15px;
  }
  .succes_registration .row .col-lg-8 {
    width: 100%;
  }
}
@media (min-width: 920px) {
  .donation_tabs-mobile_tabs.main_tabs {
    display: none !important;
  }
}
@media (max-width: 919px) {
  .donation_tabs-tabs {
    display: none;
  }
  .donation_tabs-content {
    padding: 15px;
    padding-top: 35px;
  }
  .gift_design_slider-item label {
    width: 100%;
  }
  .my_wallet_table-actions-mobile:has(.icon_btn.mt-5) .icon_btn.mt-5,
  .my_wallet_table-actions-mobile:has(.icon_btn.mt-5) .icon_btn {
    flex: 0 0 100%;
  }
}
@media (min-width: 770px) {
  .navbar_modal .modal-body {
    padding: 1rem;
  }
}
@media (max-width: 769px) {
  .container,
  .container-sm {
    max-width: 700px;
  }
  .footer {
    padding: 30px;
  }
  .footer .col-md-4:has(.footer_info) {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer .col-md-5:has(.footer_links) {
    width: 100%;
    justify-content: center;
  }
  .footer_actions {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .slider .carousel-item {
    height: 350px !important;
  }
  .registration_modal .modal-lg {
    max-width: 85%;
  }
  .registration_modal .modal-body-content {
    min-width: auto;
  }
  .d-flex:has(.prom-form-val) {
    justify-content: flex-start !important;
    gap: 15px;
  }
  .latest_news_slider-title {
    font-size: 16px;
  }
  .latest_news_slider .news_card {
    margin-bottom: 15px;
  }
  .latest_news-title {
    font-size: 25px;
  }
  .donation_tabs {
    padding: 10px;
  }
  .donation_tabs-tabs ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
    gap: 10px;
  }
  .donation_tabs-tabs ul li .tabs_box {
    width: 80px;
    height: 80px;
  }
  .donation_tabs-tabs ul li .tabs_box img {
    width: 50px;
  }
  .donation_tabs-tabs ul li .tabs_box p {
    display: none;
  }
  .donation_tabs-content {
    padding: 15px;
  }
  .donation_tabs-association_projects-actions {
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 !important;
  }
  .donation_tabs-association_projects-actions .icon_btn {
    width: 100%;
  }
  .donation_case-form .row:has(.col-6) .col-6 {
    padding-inline: 4px;
  }
  .donation_tabs .periodic_donation-wizard-second input[type=radio] + .btn {
    width: 100px;
    height: 100px;
  }
  .donation_tabs .periodic_donation-wizard-second input[type=radio] + .btn img {
    width: 50px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sw > .nav {
    flex-direction: row !important;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .sw-theme-dots > .nav::before {
    content: " ";
    position: absolute;
    top: 18px;
    right: 0;
    width: 100%;
    height: 5px;
  }
  .sw-theme-dots > .nav-progress::after {
    content: " ";
    position: absolute;
    top: 18px;
    right: 0;
    width: var(--sw-progress-width);
    height: 5px;
  }
  .donation_tabs-gift_donation .gift_wizard-forth input[type=radio] + .btn {
    width: 100px;
    height: 100px;
  }
  .donation_tabs-gift_donation .gift_wizard-forth input[type=radio] + .btn img {
    width: 50px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .donation_tabs-gift_donation .gift_wizard-forth .d-flex:has(.prom-form-val) label span {
    font-size: 12px;
  }
  .gift_wizard-forth .d-flex.justify-content-start.gap-3 {
    flex-wrap: wrap;
  }
  .text-red.mb-2.fw-bold {
    font-size: 18px;
    margin-bottom: 15px !important;
  }
  .prom-line {
    display: none;
  }
  .donation_case-slider {
    margin-top: 10px;
  }
  .urgent_cases {
    padding: 50px 0;
  }
  .urgent_cases-content {
    padding: 25px 15px;
    padding-bottom: 50px;
  }
  .urgent_cases-content h3.text-red.mb-2.fw-bold {
    font-size: 25px !important;
    margin-bottom: 0 !important;
  }
  .slider_boxes-item .msg span {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .cart_table-list .cell:not(:first-child)::after {
    top: 10px;
  }
  .border_box_sub-features-item {
    flex: 0 0 calc(100% - 15px);
  }
  .contact_us_info-social .col-md-5 {
    border-width: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .copy_write {
    padding: 15px 0;
    text-align: center;
  }
  .copy_write .content {
    justify-content: center;
    gap: 15px;
    padding: 0 25px;
  }
  .donation_methods-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px !important;
  }
  .donation_methods-box .icon::after {
    display: none;
  }
  .payment .d-flex {
    align-items: center;
    justify-content: center !important;
  }
  .donation_methods-box .info {
    padding: 0;
  }
  .info_bank table tr td {
    border-right: 0;
    border-left: 0;
  }
  .info_bank table {
    border: 0;
  }
  .info_branch table tbody tr td:first-child {
    width: 70%;
    display: inline-block;
  }
  .info_branch table tbody tr td:nth-child(2) {
    width: 30%;
    display: inline-block;
  }
  .info_branch table tr td:last-child {
    width: 100%;
    display: inline-block;
    padding-bottom: 30px;
    padding-inline: 0;
  }
  .info_branch table tr td {
    border-right: 0;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50%;
  }
  .info_branch table {
    border: 0;
  }
  .info_branch-location div {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .donation_methods-box .info_branch button {
    margin-top: 15px;
    max-width: 100%;
  }
  .info_branch .table-bordered > :not(caption) > * {
    border-width: 2px 0;
    border-top: 0;
    border-color: #b50014;
  }
  .donation_methods-box .info_branch-location img {
    width: 25px;
  }
  .info_branch .table-bordered > :not(caption) tr:last-child {
    border: 0;
  }
  .donation_methods-box .info .tel_btn {
    max-width: 100%;
    margin: 15px 0;
  }
  .footer_actions {
    flex-direction: column !important;
  }
  .footer_actions-social h3 {
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
  }
  .footer_actions-app_store ul {
    flex-direction: row;
  }
  .footer_actions-app_store h3 {
    text-align: center;
  }
  .projetc_details-info {
    padding: 20px 15px;
  }
  .projetc_details-info-count {
    padding-inline: 0;
  }
  .projetc_details-info-count ul h4 {
    font-size: 25px;
  }
  .volunteering_form div[class^=col-md]:has(.form-check-label) {
    margin-bottom: 0;
  }
  .evaluation-controls button {
    min-width: auto;
    flex: 0 0 calc(50% - 7px);
  }
  .donation_type .row {
    gap: 15px;
  }
  .cart_table-list .cell:nth-child(2),
  .cart_table-list .cell:nth-child(3) {
    flex: 0 0 50%;
  }
  .cart_table-list .cell:last-child {
    flex: 0 0 100%;
    padding: 25px 35px;
    display: flex;
    border-top: 1px solid #93a6b1;
    margin-top: 30px;
    padding-bottom: 0;
  }
  .cart_table-list .cell:last-child h4 {
    width: 100%;
    text-align: left;
  }
  .cart_table-list .cell:last-child::after {
    top: 25px !important;
    right: 30px;
    display: block;
    font-size: 19px;
    width: -moz-max-content;
    width: max-content;
  }
  .my_wallet_table-actions-mobile .icon_btn {
    flex: 0 0 200px;
  }
  .donation_tabs-quick_donation-actions.mt-4 form .row div[class^=col-md]:nth-child(2), .donation_tabs-quick_donation-actions.mt-4 form .row div[class^=col-md]:nth-child(3) {
    width: 50%;
  }
  .donation_tabs-quick_donation-actions.mt-4 form .row div[class^=col-md]:nth-child(4), .donation_tabs-quick_donation-actions.mt-4 form .row div[class^=col-md]:nth-child(5), .donation_tabs-quick_donation-actions.mt-4 form .row div[class^=col-md]:nth-child(6) {
    display: none;
  }
  .slider .carousel-indicators-indicators {
    bottom: 190px;
  }
}

@media (max-width: 650px) {
  .footer_links {
    display: none;
  }
  .col-md-6.prom-total-count {
    flex-direction: column !important;
  }
  .supportive_sectors-item {
    min-width: 230px;
  }
  .supportive_sectors-item p {
    text-align: center;
  }
  .supportive_sectors-item .img-c {
    width: 120px;
    height: 120px;
  }
  .supportive_sectors-item .img-c img {
    width: 60px;
  }
  .supportive_sectors .ui-tabs .ui-tabs-nav {
    width: 98%;
  }
  .supportive_sectors .ui-tabs .ui-tabs-nav li {
    width: 50%;
  }
  .supportive_sectors .supportive_sectors-content {
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
  }
  .supportive_sectors .supportive_sectors-item {
    min-width: calc(50% - 5px);
    min-height: auto;
  }
  .supportive_sectors .supportive_sectors-item .img-c {
    width: 80px;
    height: 80px;
  }
  .supportive_sectors .supportive_sectors-item .img-c img {
    width: 40px;
  }
  .supportive_sectors .supportive_sectors-item p {
    font-weight: bold;
    font-size: 15px;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .etman_download_app-box .links {
    justify-content: center;
  }
  .etman_download_app {
    padding: 20px 0;
  }
  .etman_download_app-box h4 {
    font-size: 25px;
  }
  .border_box-content {
    margin-bottom: 30px;
  }
  .number_book_item-actions {
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 15px;
  }
  .number_book_item-actions .btn {
    max-width: 430px;
  }
  .number_book_item-actions a,
  .number_book_item-actions div {
    display: block;
    margin: 0 auto;
    flex: auto;
  }
  .etman_center_team .mb-4.d-flex.align-items-center.justify-content-between {
    flex-wrap: wrap;
    gap: 7px;
  }
  .latest_news-row {
    display: flex;
    flex-direction: column;
  }
  .latest_news-title {
    height: 50px;
    margin: 15px 0;
  }
  .etman_blog_all-filter-mobile button.btn.btn-blue-outline.w-50.m-auto {
    width: 100% !important;
  }
  .projetc_details-info-tabs .ui-tabs .ui-tabs-nav li {
    height: 45px;
  }
  .top_header-content .container {
    display: none;
  }
  .top_header-calc {
    margin-right: 30px;
  }
  .objective_box-title {
    right: 50%;
    transform: translate(50%, 0);
    border-radius: 0 0 7px 7px;
  }
  .carrers_inner .col-md-6 button.icon_btn {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .border_box_sub img {
    max-width: 100%;
  }
  .navbar-toggle img {
    width: 40px;
  }
  .navbar-logo img {
    width: 200px;
  }
  .navbar-actions-cart img {
    width: 45px;
  }
  .navbar_modal .modal-body {
    border-radius: 35px 35px 0px 0px;
    padding: 0.4rem;
  }
  .footer_info {
    flex-direction: column;
  }
  .footer_info-logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer_info-logo img {
    width: 170px;
  }
  .footer_info-call {
    margin: 0;
    margin-top: 20px;
    text-align: center;
  }
  .footer_info-call h3 {
    display: inline-block;
    margin: 5px 15px;
  }
  .footer_info-call p.head-office {
    margin-top: 20px;
  }
  .footer_links {
    display: none;
  }
  .footer_actions {
    flex-direction: column !important;
    text-align: center;
  }
  .footer_actions-social h3 {
    margin-top: 0;
  }
  .footer_actions-social ul:first-of-type img {
    width: 50px;
  }
  .footer_actions-app_store ul {
    flex-direction: row;
  }
  .slider_boxes-item .donation_box .text-red {
    display: none;
  }
  .slider_boxes-item .donation_box .form-control {
    width: 150px !important;
  }
  .slider_boxes-item .msg {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .slider_boxes-item .msg span {
    font-size: 25px;
  }
  .registration_modal .modal-lg {
    max-width: 100%;
  }
  .registration_modal .modal-body-content {
    min-width: auto;
  }
  .registration_modal .login_third_method .google_apple {
    flex-direction: column;
  }
  .promotion_campaigns .promotion_box_item-info .prom-des {
    font-weight: 700;
    margin-bottom: 15px;
  }
  p.mb-2.text-blue.fw-bold {
    margin-top: 15px;
  }
  .prom-total {
    margin-top: 0;
  }
  .d-flex:has(.prom-form-val) {
    justify-content: flex-start !important;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .promotion_box_item-card-thump {
    height: 250px !important;
  }
  .promotion_box_item-info {
    padding: 0 !important;
  }
  .promotion_box_item-info::after,
  .prom-line {
    display: none;
  }
  .promotion_box_item-card {
    margin-bottom: 15px;
  }
  .promotion_box_item-info {
    min-height: auto !important;
  }
  .promotion_campaigns-one_box .onebox_conatiner .prom-total-container {
    margin: 15px 0 !important;
  }
  .latest_news-title {
    height: 50px;
  }
  .latest_news-slide {
    height: 70px;
  }
  .latest_news .js-marquee {
    height: auto;
  }
  .countdown-container div[class^=count-] {
    min-width: 70px !important;
    height: 70px !important;
  }
  .footer {
    padding: 15px;
  }
  .promotion_campaigns-title h3 {
    font-size: 27px;
  }
  .prom-total p {
    margin-top: 21px !important;
    margin-bottom: 10px !important;
  }
  .donation_tabs-mobile_tabs h5 {
    font-size: 16px;
  }
  .donation_tabs {
    padding: 0;
  }
  .donation_case-count ul li div p {
    margin: 0;
    font-size: 14px;
  }
  .cart_table-list .cell:not(:first-child)::after {
    top: 10px;
  }
  .cart_result {
    flex-direction: column;
    padding: 10px;
    gap: 10px;
  }
  .team_item {
    flex-direction: column;
    text-align: center;
  }
  .my_wallet_table-mobile .item {
    justify-content: space-between;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
    text-align: center;
  }
  .etman_bredcrumb {
    flex-direction: column;
    margin-top: 115px;
    gap: 15px;
  }
  .etman_team-photo {
    width: 100%;
    margin: 0 15px;
  }
  .team_photo {
    min-height: 500px;
    width: 100%;
  }
  .book_appointment .icon_btn {
    min-width: 100%;
  }
  .book_appointment-success {
    width: 100%;
  }
  .payment .d-flex {
    align-items: center;
    justify-content: center !important;
  }
  .info_branch table tbody tr td:first-child,
  .info_branch table tbody tr td:nth-child(2) {
    width: 100%;
    display: inline-block;
    padding-inline: 0;
  }
  .ui-tabs .ui-tabs-nav {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  .ui-tabs .ui-tabs-nav a {
    font-size: 14px;
  }
  .projetc_details-info-tabs .ui-tabs .ui-tabs-nav {
    display: flex;
    flex: 0 0 50%;
    flex-direction: column;
    gap: 7px 0;
  }
  .ui-tabs-nav li {
    border-width: 1px !important;
  }
  .projetc_details-info-share {
    padding: 20px 0;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .social_share,
  .copy_project_link {
    flex-direction: column;
  }
  .ui-tabs .ui-tabs-nav li {
    max-width: 100% !important;
  }
  .projetc_details-payment .text-blue.d-flex.gap-2:has(h5, span) {
    flex-direction: column;
    align-items: center;
  }
  .projetc_details-payment .total:has(h4 + h4) {
    flex-direction: column;
    gap: 10px;
  }
  .evaluation-controls {
    flex-direction: column;
  }
  .evaluation-controls button {
    min-width: auto;
    flex: 0 0 calc(100% - 15px);
  }
  .promotion_campaigns {
    padding: 30px 0;
  }
  .promotion_campaigns-one_box {
    margin-top: 25px;
  }
  .promotion_box_item-info .d-flex:has(.prom-form-val) {
    justify-content: flex-start !important;
  }
  .donation_case-form .d-flex.align-content-center.justify-content-between {
    justify-content: flex-start !important;
  }
  ul.slick-dots {
    align-items: center;
    justify-content: center;
  }
  .view-all-link {
    margin: 35px auto 0 auto !important;
    width: 100%;
    text-align: center;
    justify-content: center !important;
  }
  .registration_modal .modal-body {
    padding: 15px;
  }
  li.breadcrumb-item,
  .breadcrumb-item a {
    font-size: 15px;
  }
  .border_box-icon {
    width: 150px;
    height: 150px;
  }
  .border_box-icon img {
    width: 75px;
  }
  .border_box-content > h2 {
    font-size: 19px;
  }
  .projetc_details-info-tabs div#tabs-fea h6 span:first-child {
    display: block;
    margin-bottom: 5px;
  }
  .projetc_details-info-tabs div#tabs-fea h6 span:nth-child(2) {
    margin: 0 !important;
  }
  .projetc_details-methods .d-flex:has(.prom-form-val) {
    justify-content: flex-start !important;
  }
}
@media (max-width: 470px) {
  .my_wallet_table-actions-mobile .icon_btn {
    flex: 0 0 100%;
  }
  .donation_tabs-quick_donation-actions.mt-4 form .row div[class^=col-md]:nth-child(2), .donation_tabs-quick_donation-actions.mt-4 form .row div[class^=col-md]:nth-child(3) {
    width: 100% !important;
  }
}
@media (max-width: 400px) {
  .slider_boxes-item form {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    gap: 20px;
  }
  .slider_boxes-item .donation_box {
    width: 100%;
  }
  .slider_boxes-item .donation_box .form-control {
    margin: 0;
    width: 120px !important;
  }
  .footer_actions-app_store ul {
    flex-direction: column;
  }
  .footer_info-call h3 {
    display: inline-block;
    margin: 5px 10px;
  }
  .registration_modal .modal-body-content .registration_box-tabs {
    gap: 5px;
  }
}
@media (max-width: 350px) {
  .projetc_details-info-tabs .ui-tabs .ui-tabs-nav {
    flex-direction: column;
  }
  .projetc_details-info-tabs .ui-tabs .ui-tabs-nav li {
    width: 100% !important;
  }
  .cart_table-list .cell:not(:first-child) {
    flex: 0 0 100%;
    border-top: 1px solid #93a6b1;
  }
  .cart_table-list .cell:first-child {
    flex-direction: column;
  }
  .donation_tabs-mobile_tabs:has(.urgent_association) div[class^=col] {
    width: 100% !important;
    margin-top: 15px;
  }
  .registration_modal.registration_modal-page .registration_box-tabs {
    flex-direction: column;
  }
  .registration_modal.registration_modal-page .registration_box-tabs .btn {
    width: 100% !important;
  }
  .slider .carousel-indicators-indicators {
    bottom: 200px;
  }
}/*# sourceMappingURL=style-ar.css.map */

.exec_team_item {
  display: flex;
  align-items: center;
  gap: 35px;
  border-bottom: 2px solid #f5f7f8;
  padding: 40px 0;
}

@media (max-width: 576px) {
  .team_item-img {
    width: 220px;
    height: 220px;
    border-radius: 5px;
    outline: 2px solid #b50014;
    outline-offset: 10px;
    margin: 0% 15% 0% 0%;
 }
 .team_item-name{
  width: 100%;
 }
}