@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&display=swap");
/****************/
/* == Colors */
/*===================================== 
	-- initialization --
=====================================*/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    @extend .clear-styles;
}*/
body::-webkit-scrollbar,
.upload__img-wrap::-webkit-scrollbar,
.modal::-webkit-scrollbar,
.chat .chat-tabs .nav-pills::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
.chat .chat-tabs .tab-content .chat-content::-webkit-scrollbar,
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .search_box
  .search_result::-webkit-scrollbar,
.questions::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

body::-webkit-scrollbar-track,
.upload__img-wrap::-webkit-scrollbar-track,
.modal::-webkit-scrollbar-track,
.chat .chat-tabs .nav-pills::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track,
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .search_box
  .search_result::-webkit-scrollbar-track,
.chat .chat-tabs .tab-content .chat-content::-webkit-scrollbar-track,
.questions::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

body::-webkit-scrollbar-thumb,
.upload__img-wrap::-webkit-scrollbar-thumb,
.modal::-webkit-scrollbar-thumb,
.chat .chat-tabs .nav-pills::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-track,
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .search_box
  .search_result::-webkit-scrollbar-thumb,
.chat .chat-tabs .tab-content .chat-content::-webkit-scrollbar-thumb,
.questions::-webkit-scrollbar-thumb {
  background: #5c8b69;
  border-radius: 20px;
}

::selection {
  background: #5c8b69;
  color: #fff;
}

/* Safari */
::-moz-selection {
  background: #5c8b69;
  color: #fff;
}

.zero {
  margin: 0;
  padding: 0;
}

/* Firefox */
:-moz-placeholder,
.form-control::-moz-placeholder {
  color: #acacac;
}

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #acacac;
}

:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #acacac;
}
.container-fluid {
  max-width: 88%;
}
a,
a:hover,
a:link,
a:active,
a:focus,
a:visited {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: inherit;
  line-height: normal;
  margin: 0;
}

*:focus {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

main {
  /*padding-top: 78px;*/
}
@media screen and (max-width: 991px) {
  main {
    /*padding-top: 150px;*/
  }

  .top-bar .add-consult a {
    display: inline-block !important;
    width: max-content !important;
  }
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  direction: rtl;
  color: #000;
  font-family: Cairo, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  background-color: #fff;
  overflow-x: hidden;
}

.dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

li.dropdown .primaryBtn {
  cursor: pointer;
}
li.dropdown .primaryBtn .fa-chevron-down {
  position: relative;
  left: -6px;
  top: 3px;
}
li.dropdown .primaryBtn .profile {
  display: none;
}
@media screen and (max-width: 426px) {
  li.dropdown .primaryBtn .profile {
    display: block;
  }
}
li.dropdown .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  border: 0;
  min-width: 280px;
}
@media screen and (max-width: 426px) {
  li.dropdown .dropdown-menu {
    min-width: 250px;
  }
}
li.dropdown .drop-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
  padding: 15px 10px;
  border-bottom: 1px solid #e9e9e9;
}
li.dropdown .drop-link:hover {
  background: #e51f25;
}
li.dropdown .drop-link:hover span {
  color: #fff;
}
li.dropdown .drop-link:last-of-type {
  border-color: transparent;
}
li.dropdown .drop-link span {
  line-height: 29px;
  font-size: 15px;
  color: #000;
  margin-right: 10px;
}

.dropdown .primaryBtn {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.dropdown .primaryBtn::after {
  display: none !important;
}
.dropdown .primaryBtn .fa-chevron-down {
  position: relative;
  left: 0;
  top: 1px;
  color: #fff;
  font-size: 10px;
}
.dropdown .primaryBtn .profile {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.dropdown .primaryBtn .info {
  color: #fff;
}
.dropdown .primaryBtn .info span {
  opacity: 0.3;
  font-size: 15px;
}
.dropdown .primaryBtn .info p {
  white-space: nowrap;
  max-width: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dropdown .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  border: 0;
  min-width: 280px;
}
@media screen and (max-width: 426px) {
  .dropdown .dropdown-menu {
    min-width: 232px;
  }
}
.dropdown .drop-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
  padding: 15px 10px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.dropdown .drop-link:hover {
  background: #e51f25;
}
.dropdown .drop-link:hover span {
  color: #fff;
}
.dropdown .drop-link:hover span .num {
  background: #5c8b69;
}
.dropdown .drop-link:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dropdown .drop-link:last-of-type {
  border-color: transparent;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dropdown .drop-link span {
  font-size: 15px;
  color: #000;
  margin-right: 10px;
}
.dropdown .drop-link span .num {
  margin: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 11px;
  background: #e51f25;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.dropdown .drop-link.logout {
  background: rgba(255, 19, 19, 0.0588235294);
}
.dropdown .drop-link.logout:hover {
  background: #e51f25;
}

.dropdown-toggle::after {
  display: none;
}

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

.p-t {
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .p-t {
    padding-top: 0;
  }
}

.p-t-b {
  overflow: hidden;
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .p-t-b {
    padding: 30px 0;
  }
}

.p-t-0 {
  padding-top: 0;
}

.shared {
  padding: 10px 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  min-height: 42px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #5c8b69;
  background-color: #5c8b69;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
}
.shared .iconsm {
  transition: all 0.5s ease-in-out;
  margin-right: 5px;
}
.shared.seeAll {
  display: inline-flex;
}

.add-consultation.primaryBtn {
  background: #263248;
}

.primaryBtn:hover {
  background: #e51f25;
  border-color: #e51f25;
  color: #fff;
}

.secondaryBtn {
  background: #e51f25;
  color: #fff;
  border-color: #e51f25;
}
.secondaryBtn:hover {
  background: #5c8b69;
  border-color: #5c8b69;
  color: #fff;
}

.outlineBtn {
  background: transparent;
  border-color: #5c8b69;
  color: #5c8b69;
}
.outlineBtn:hover {
  background: #5c8b69;
  border-color: #5c8b69;
  color: #fff;
}

.desc {
  font-family: Cairo;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #828282;
}
.desc .desc * {
  font-family: Cairo;
  line-height: 28px;
}

.proForm .form-group {
  position: relative;
  margin-bottom: 16px;
}
.proForm .form-group .keys {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 93px;
}
.proForm .form-group .keys img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.proForm .form-group .keys .form-control {
  background-color: transparent;
  border-radius: 0;
  border-color: transparent;
  border-left: 1px solid #dbdbdb;
  padding: 0;
}
.proForm .form-group.withIcon .form-control {
  padding-right: 50px;
}
.proForm .form-group.withIcon .form-control.phone {
  padding-right: 100px;
}
.proForm .form-group.withIcon .fieldIcon {
  position: absolute;
  bottom: 14px;
  right: 13px;
}
.proForm .form-group.withIcon .select2-container .select2-selection--single {
  height: 48px;
  background: #fff;
}
.proForm
  .form-group.withIcon
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 48px;
}
.proForm .form-group .form-check {
  padding-right: 30px;
}
.proForm .form-group .form-check .form-check-input {
  float: right;
  margin-right: -30px;
  box-shadow: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.proForm .form-group .form-check .form-check-input.form-check-input:checked {
  background-color: #5c8b69;
  border-color: #5c8b69;
}
.proForm .form-group .form-check .form-check-label {
  cursor: pointer;
}
@media screen and (max-width: 360px) {
  .proForm .form-group .form-check .form-check-label {
    font-size: 12px;
  }
}
.proForm .control-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #393939;
  margin-bottom: 12px;
}
.proForm .control-label span {
  color: #eb5757;
}
.proForm .form-control {
  background-color: #fff;
  outline: 0;
  height: 48px;
  padding: 10px 32px;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #212529;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 4px 16px rgba(22, 22, 22, 0.1);
  border-radius: 8px;
}
.proForm .form-control::placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #7c7c8a;
}
@media screen and (max-width: 576px) {
  .proForm .form-control::placeholder {
    font-size: 13px;
  }
}
.proForm .form-control:focus,
.proForm .form-control:hover,
.proForm .form-control:active {
  border-color: #5c8b69;
}
.proForm .form-control.details {
  min-height: 130px;
  max-height: 130px;
  resize: none;
}
.proForm .note {
  font-size: 14px;
  margin-top: 14px;
}
.proForm .note span {
  color: #e51f25;
}
.proForm .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.proForm .showPassword {
  position: absolute;
  top: 50px;
  left: 20px;
  cursor: pointer;
}
.proForm .select2-container {
  direction: rtl;
  width: 100% !important;
}
.proForm .select2-container .select2-selection--single {
  height: 48px;
  background: rgba(255, 255, 255, 0.4);
  height: 48px;
  background: #ffffff;
  border: 1px solid #5c8b69;
  border-radius: 5px;
}
.proForm
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  display: flex;
  align-items: center;
  line-height: normal;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
}
.proForm
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  right: auto;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.proForm
  .select2-container
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url("../../images/arrowDown.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: none !important;
  height: 24px !important;
  width: 24px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}

.social ul {
  display: flex;
}
.social ul li {
  display: inline-block;
  text-align: center;
  margin: 0 7px;
}
.social ul li a {
  background-color: #5c8b69;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  transition: all 0.5s ease-in-out;
}
.social ul li a.youtube:hover {
  background: #ff0000 !important;
}
.social ul li a.telegram:hover {
  background: #0088cc !important;
}
.social ul li a.instagram:hover {
  background: #c13584 !important;
}
.social ul li a.twitter:hover {
  background: #1da1f2 !important;
}
.social ul li a.facebook:hover {
  background: #1877f2 !important;
}
.social ul li a.whats:hover {
  background: #25d366 !important;
}
.social ul li a.pinterest:hover {
  background: #bd081c !important;
}
.social ul li a.linkedin:hover {
  background: #0077b5 !important;
}
.social ul li a.rss:hover {
  background: #f26522 !important;
}
@media screen and (max-width: 991px) {
  .social ul li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.social ul li a:hover {
  color: #fff;
}
.social ul li a:hover img {
  filter: brightness(55);
}

.sec_title {
  position: relative;
}
.sec_title .sub_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #5c8b69;
  margin-bottom: 24px;
}
.sec_title .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #393939;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.sec_title .title img {
  margin-left: 9px;
}

.main_title {
  font-family: Cairo;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
  color: #3c3c3c;
  text-align: center;
}
.main_title span {
  color: #5c8b69;
}
@media screen and (max-width: 991px) {
  .main_title {
    font-size: 32px;
  }
}

.swiper-buttons {
  position: absolute;
  z-index: 99999;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  min-width: 100px;
}

/* .swiper-button-prev,
.swiper-button-next {
  width: 31px;
  height: 74px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
} */
/* .swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 12px;
} */

.swiper-rtl .swiper-button-next:after {
  display: none !important;
}

.swiper-button-next {
  left: 0px !important;
}
.swiper-button-prev {
  right: 0px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  height: 10px;
  border-radius: 3px;
  width: 10px;
  background: #5c8b69;
  opacity: 1;
}
.swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  transform: rotate(45deg);
}

.pagination {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .pagination li {
    display: none;
  }
  .pagination li:first-child,
  .pagination li:last-child {
    display: block;
  }
}
.pagination a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #263246;
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
  margin-left: 7px;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.pagination a:hover,
.pagination a.active {
  background: #5c8b69;
  color: #fff;
}
.pagination .page-link {
  background: #263246;
  color: #fff !important;
  border: none;
  border-radius: 15px;
  margin-left: 7px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.pagination .page-link:hover {
  background: #5c8b69;
  color: #fff;
}
.pagination .page-item.active .page-link {
  background: #5c8b69;
  color: #fff;
}
.pagination .page-item.disabled .page-link {
  background: #6c757d;
  color: #fff;
  opacity: 0.6;
}

.generalTable table > :not(:first-child) {
  border: 0;
}
.generalTable table th,
.generalTable table td {
  border: 0;
  vertical-align: middle;
  width: 20%;
  min-width: 141px;
  height: 47px;
}
.generalTable table th.num,
.generalTable table td.num {
  padding-right: 28px;
}
.generalTable thead th {
  background-color: #31b979;
  color: #fff;
  font-size: 15px;
}
.generalTable tbody tr:nth-child(even) {
  background: rgba(49, 185, 121, 0.12);
}
.generalTable tbody td.amount {
  color: #31b979;
}
.generalTable tbody td.email,
.generalTable tbody td.name {
  font-family: Arial, Helvetica, sans-serif;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
  direction: rtl;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: #e51f25;
}

.select2-container .select2-search--inline .select2-search__field {
  min-height: 50px;
  max-height: 50px;
}

.select2-container--default .select2-selection--multiple {
  display: flex;
  align-items: center;
  height: 50px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  display: flex;
  align-items: center;
  background: #e51f25;
  color: #fff;
  height: 35px;
  border-radius: 0;
  border: 0;
  padding: 0 4px;
  padding-left: 21px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border: 0;
  color: #fff;
  left: 0;
  top: 1px;
  font-size: 20px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background: transparent;
  color: #5c8b69;
}

/* top top*/
.back-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 28px;
  cursor: pointer;
  display: none;
  z-index: 10;
}
.back-to-top-btn i {
  background: #e51f25;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-shadow: 0 0 14px 0 #e51f25;
  box-shadow: 0 0 14px 0 #e51f25;
}
.back-to-top-btn i:hover {
  background: #5c8b69;
  color: #fff;
  -webkit-box-shadow: 0 0 14px 0 #5c8b69;
  box-shadow: 0 0 14px 0 #5c8b69;
}

.whatsAppFixed {
  left: 28px;
  display: block !important;
  position: fixed;
  bottom: 30px;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-self: center;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-shadow: 0 0 14px 0 #5c8b69;
  box-shadow: 0 0 14px 0 #5c8b69;
  background: #5c8b69;
}
.whatsAppFixed img {
  width: 30px;
}
.whatsAppFixed:hover {
  background: #000;
  color: #fff;
  -webkit-box-shadow: 0 0 14px 0 #000;
  box-shadow: 0 0 14px 0 #000;
}

/* loading screen*/
.loader-container {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #5c8b69;
  width: 100%;
  height: 100%;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  color: #fff;
  font-size: 70px;
}

.loader-16 {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  display: none;
}
.loader-16:before,
.loader-16:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  animation: 1s spin linear infinite;
}
.loader-16:before {
  transform: rotateX(70deg);
}
.loader-16:after {
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin {
  0%,
  100% {
    box-shadow: 0.2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 0.2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}
@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader {
  position: absolute;
  margin: -18px 0 0 -18px;
  border: 3.6px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
  animation: loader-spin 2s linear infinite reverse;
  -webkit-filter: url(#goo);
  filter: url(#goo);
  box-shadow: 0 0 0 1px #5fc4b4 inset;
}

.loader:before {
  content: "";
  position: absolute;
  -webkit-animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
  animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
  background: #fff;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  border-radius: 50%;
  width: 150%;
  height: 150%;
  top: 50%;
  left: -12.5%;
}

.fixed-icon {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #25d366;
  font-size: 22px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: fixed;
  bottom: 70px;
  left: 3%;
  z-index: 999;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 0 rgba(51, 153, 51, 0.4);
  animation: pulse 2s infinite;
}

/* SCSS 1. ADD VENDOR PREFIXES TO ANY CSS PROPERTY */
/* SCSS 2. VERTICAL CENTERING*/
/* SCSS 3. ABSOLUTE POSITIONING */
/* SCSS 4. TEXT SHORTENING*/
/* SCSS 4. TEXT SHORTENING*/
/*components*/
.main_header {
  width: 100%;
  /*position: fixed;*/
  /*top: 42px;*/
  /*z-index: 999;*/
  transition: all 0.5s ease-in-out;
  padding: 10px 0;
  background-color: #fff;
}
.main_header.header-fixed {
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(22, 22, 22, 0.1);
  padding: 5px 0;
  top: 0;
  position: fixed;
  z-index: 9;
}
.main_header.header-fixed .header_navbar .hamburger .line {
  background-color: #e51f25;
}
@media screen and (max-width: 991px) {
  .main_header {
    padding: 10px 0;
    top: 72px;
  }
}
.main_header .row {
  align-items: center;
}
.main_header .row .logo {
  display: block;
}
.main_header .row .logo img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .main_header .row .logo {
    text-align: left;
    width: 120%;
  }
}
.main_header .header_navbar .hamburger {
  display: none;
}
@media screen and (max-width: 991px) {
  .main_header .header_navbar .hamburger {
    display: inline-block;
    transform: scale(0.7);
  }
}
.main_header .header_navbar .hamburger:hover {
  cursor: pointer;
}
.main_header .header_navbar .hamburger.is-active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg) scale(0.7);
}
.main_header .header_navbar .hamburger.is-active .line:nth-child(2) {
  width: 0px;
}
.main_header .header_navbar .hamburger.is-active .line:nth-child(1),
.main_header .header_navbar .hamburger.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.main_header .header_navbar .hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}
.main_header .header_navbar .hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}
.main_header .header_navbar .hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #e51f25;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main_header .header_navbar .navbar-light {
  padding: 0;
}
.main_header .header_navbar .navbar-light .navbar-brand img {
  position: absolute;
  top: -62px;
}
@media screen and (max-width: 1440px) {
  .main_header .header_navbar .navbar-light .navbar-brand img {
    top: -6px;
    width: 106px;
  }
}
@media screen and (max-width: 991px) {
  .main_header .header_navbar .navbar-light .navbar-collapse {
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    top: 0;
    right: -100%;
    width: 40%;
    height: 100vh;
    border-radius: 0;
    background: #fff;
    z-index: 100;
    display: flex;
    align-items: center;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .main_header .header_navbar .navbar-light .navbar-collapse.show {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .main_header .header_navbar .navbar-light .navbar-collapse {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .main_header .header_navbar .navbar-light .navbar-collapse {
    width: 80%;
  }
}
.main_header .header_navbar .navbar-light .navbar-nav {
  background-color: #263248;
  border-radius: 1px;
  border-bottom: 3px solid #5a8966;
}
.navbar-nav .nav-item .nav-link:before {
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  top: 25%;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 991px) {
  .main_header .header_navbar .navbar-light .navbar-nav {
    border-radius: 0;
  }
}
@media screen and (min-width: 991px) {
  .main_header .header_navbar .navbar-light .navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
  /*.main_header .header_navbar .navbar-light .navbar-nav::after {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  top: 54px;*/
  /*  left: 50%;*/
  /*  width: 80%;*/
  /*  transform: translateX(-50%);*/
  /*  height: 1px;*/
  /*  background-color: #D9D9D9;*/
  /*  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);*/
  /*}*/
}
.main_header .header_navbar .navbar-light .navbar-nav .nav-item {
  position: relative;
}
.main_header .header_navbar .navbar-light .navbar-nav .nav-item.dropdown {
  cursor: pointer;
}
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .nav-item.dropdown
  .dropdown-menu {
  min-width: 160px;
  background-color: transparent;
  border-radius: 5px;
  padding-top: 8px;
  border: 0;
  box-shadow: 5px 5px 30px 5px rgba(219, 42, 53, 0.2);
}
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .nav-item.dropdown
  .dropdown-menu::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e51f25;
}
@media screen and (max-width: 991px) {
  .main_header
    .header_navbar
    .navbar-light
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu {
    position: absolute;
  }
}
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .nav-item.dropdown
  .dropdown-menu
  li:first-of-type {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .nav-item.dropdown
  .dropdown-menu
  li:last-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .nav-item.dropdown
  .dropdown-menu
  .drop-link {
  border: 0;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  background-color: #e51f25;
  border-radius: inherit;
}
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .nav-item.dropdown
  .dropdown-menu
  .drop-link:hover {
  background-color: #5c8b69;
}
.main_header .header_navbar .navbar-light .navbar-nav .nav-link {
  padding: 12px 20px !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 40px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .nav-link
  .drop-link:hover
  ~ .dropdown-menu {
  display: block;
}
@media screen and (max-width: 1200px) {
  .main_header .header_navbar .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .main_header .header_navbar .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    text-align: center;
    padding: 17px 0;
  }
}
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .nav-link
  .fa-chevron-down {
  position: relative;
  top: 1px;
  font-size: 11px;
  padding-right: 8px;
}
.main_header .header_navbar .navbar-light .navbar-nav .nav-link .fa-search {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .main_header .header_navbar .navbar-light .navbar-nav .nav-link .fa-search {
    font-size: 18px;
  }
}
.main_header .header_navbar .navbar-light .navbar-nav .nav-link.active,
.main_header .header_navbar .navbar-light .navbar-nav .nav-link:hover {
  /*color: #d1ffde;*/
  background-color: #5a8966;
}
@media screen and (max-width: 991px) {
  .main_header .header_navbar .navbar-light .navbar-nav {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-top: 50px;
  }
}
.main_header .header_navbar .navbar-light .navbar-nav .searchIcon {
  cursor: pointer;
}
.main_header .header_navbar .navbar-light .navbar-nav .search_box {
  padding: 50px 0;
  display: none;
  padding: 15px;
  position: absolute;
  width: 420px;
  margin-top: 50px;
  z-index: 40;
  left: 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e51f25;
  box-shadow: 5px 5px 30px 5px rgba(219, 42, 53, 0.2);
}
@media screen and (max-width: 991px) {
  .main_header .header_navbar .navbar-light .navbar-nav .search_box {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .search_box
  .search_result {
  margin-top: 15px;
  max-height: 200px;
  overflow-y: auto;
}
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .search_box
  .search_result
  li
  a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  display: block;
  padding: 10px 16px;
}
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .search_box
  .search_result
  li
  a:hover {
  background-color: #e51f25;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .main_header .header_navbar .navbar-light .navbar-nav .search_box {
    margin-top: 0;
    width: 95%;
  }
}
.main_header .header_navbar .navbar-light .navbar-nav .search_box .proForm {
  box-shadow: 0px 0px 40px rgba(23, 96, 135, 0.1019607843);
}
@media screen and (max-width: 991px) {
  .main_header .header_navbar .navbar-light .navbar-nav .search_box .proForm {
    box-shadow: 0px 0px 13px rgba(23, 96, 135, 0.3411764706);
  }
}
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .search_box
  .proForm
  .form-group
  .form-control {
  height: 65px;
  background-color: #fff;
  color: #000;
  padding-right: 40px;
}
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .search_box
  .proForm
  .form-group
  .form-control:focus,
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .search_box
  .proForm
  .form-group
  .form-control:hover {
  border-color: #5c8b69;
}
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .search_box
  .proForm
  .form-group
  i,
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .search_box
  .proForm
  .form-group
  img {
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  position: absolute;
}
.main_header
  .header_navbar
  .navbar-light
  .navbar-nav
  .search_box
  .proForm
  .form-group
  .primaryBtn {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  min-width: auto;
}
.main_header .aside-action {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .main_header .aside-action .shared {
    padding: 11px 12px;
  }
}
.main_header .aside-action .dropdown {
  cursor: pointer;
}
.main_header .aside-action .dropdown .fa-chevron-down {
  position: relative;
  top: 1px;
  font-size: 11px;
  padding-right: 8px;
}
.main_header .aside-action .dropdown .dropdown-menu {
  min-width: 160px;
  background-color: transparent;
  border-radius: 5px;
  border: 0;
  box-shadow: 5px 5px 30px 5px rgba(219, 42, 53, 0.2);
  transform: none !important;
  top: 111% !important;
  left: 0 !important;
  right: auto !important;
}
.main_header .aside-action .dropdown .dropdown-menu::after {
  display: none;
}
@media screen and (max-width: 991px) {
  .main_header .aside-action .dropdown .dropdown-menu {
    position: absolute;
  }
}
.main_header .aside-action .dropdown .dropdown-menu li:first-of-type {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.main_header .aside-action .dropdown .dropdown-menu li:last-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.main_header .aside-action .dropdown .dropdown-menu .drop-link {
  border: 0;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  background-color: #e51f25;
  border-radius: inherit;
}
.main_header .aside-action .dropdown .dropdown-menu .drop-link:hover {
  background-color: #5c8b69;
}

.over-nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.over-nav.is-active {
  display: block;
}

.over-search {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 30;
}
.over-search.is-active {
  display: block;
}
@media screen and (max-width: 991px) {
  .over-search.is-active {
    display: none;
  }
}

footer {
  background: #273649 url("../../images/footer_bg.png") no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 991px) {
  footer {
    padding: 40px 0;
  }
}
footer .desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  width: 42%;
  margin: 16px auto 27px;
}
@media screen and (max-width: 991px) {
  footer .desc {
    width: 100%;
  }
}
footer .social ul {
  justify-content: center;
}
footer .social ul li a {
  font-size: 13px;
  background-color: #fff;
  color: #273649;
}
footer .social ul li a:hover {
  color: #fff;
}

.breadCrumb {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .breadCrumb {
    height: 296px;
  }
}
.breadCrumb .content {
  display: inline-block;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .breadCrumb .content {
    margin-bottom: 40px;
  }
}
.breadCrumb .content::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: #5c8b69;
}
.breadCrumb .content h3 {
  font-family: Cairo;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 36px;
}
@media screen and (max-width: 991px) {
  .breadCrumb .content h3 {
    font-size: 25px;
  }
}
.breadCrumb p {
  font-family: Cairo;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .breadCrumb p {
    font-size: 30px;
    line-height: 45px;
  }
}

.login {
  display: flex;
}
@media screen and (max-width: 991px) {
  .login {
    display: block;
  }
}
.login .img {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .login .img {
    display: none;
  }
}
.login .img img {
  width: 100%;
  height: 100%;
}
.login .login-form {
  border-radius: 10px;
  padding: 65px 145px;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .login .login-form {
    padding: 50px 70px;
  }
}
@media screen and (max-width: 991px) {
  .login .login-form {
    padding: 30px 50px;
    width: 100%;
  }
}
@media screen and (max-width: 426px) {
  .login .login-form {
    padding: 20px;
  }
}
.login .login-form .sec_title .title {
  margin: 40px 0 28px;
  font-weight: 700;
  font-size: 24px;
  line-height: 45px;
  color: #1a202c;
}
.login .login-form .form-group .control-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #4a5568;
  margin-bottom: 6px;
}
.login .login-form .form-group .form-control {
  box-shadow: none;
  padding: 16px;
}
.login .login-form .form-group .form-control:focus,
.login .login-form .form-group .form-control:hover,
.login .login-form .form-group .form-control:active {
  border-color: #5c8b69;
}
.login
  .login-form
  .form-group
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 16px;
}
.login .login-form .form-group.fogetPass {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login .login-form .form-group.fogetPass .openForgetPassword {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #5c8b69;
  transition: all 0.5s ease-in-out;
}
.login .login-form .form-group.fogetPass .openForgetPassword:hover {
  color: #e51f25;
}
@media screen and (max-width: 360px) {
  .login .login-form .form-group.fogetPass .openForgetPassword {
    font-size: 12px;
  }
}
.login .login-form .form-group.fogetPass .form-check-input {
  border-radius: 50%;
}
.login .login-form .form-group.fogetPass .form-check-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  /* 800 */
  color: #2d3748;
}
.login .login-form .form-group.submit {
  margin: 20px 0 29px;
}
.login .login-form .form-group.submit .primaryBtn {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}
.login .login-form .form-group.submit .primaryBtn:hover {
  border-color: #5c8b69;
}
.login .login-form .form-group.type .control-label {
  display: block;
}
.login .login-form .form-group.type .btn-group {
  width: 100%;
}
.login .login-form .form-group.type .btn-group .btn-outline-primary {
  box-shadow: none;
  border-color: #e51f25;
  color: #000;
}
.login
  .login-form
  .form-group.type
  .btn-group
  .btn-check:active
  + .btn-outline-primary,
.login
  .login-form
  .form-group.type
  .btn-group
  .btn-check:checked
  + .btn-outline-primary,
.login .login-form .form-group.type .btn-group .btn-outline-primary.active,
.login
  .login-form
  .form-group.type
  .btn-group
  .btn-outline-primary.dropdown-toggle.show,
.login .login-form .form-group.type .btn-group .btn-outline-primary:active,
.login .login-form .form-group.type .btn-group .btn-outline-primary:hover {
  background-color: #e51f25;
  border-color: #e51f25;
  color: #fff;
}
.login .login-form .form-group.terms .openForgetPassword {
  color: #5c8b69;
  font-weight: 700;
}
.login .login-form .havAcc {
  text-align: center;
  color: #616161;
}
@media screen and (max-width: 991px) {
  .login .login-form .havAcc {
    font-size: 16px;
  }
}
.login .login-form .havAcc a {
  color: #e51f25;
  transition: all 0.3s ease-in-out;
}
.login .login-form .havAcc a:hover {
  color: #5c8b69;
}
@media screen and (max-width: 360px) {
  .login .login-form .havAcc a {
    display: block;
  }
}

/*pages*/
.main-slider {
  overflow: hidden;
  position: relative;
}
.main-slider img {
  width: 100%;
}
.main-slider .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 296px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .main-slider .swiper-slide {
    height: auto;
  }
}
.main-slider .swiper-slide .slider-content {
  padding: 43px 0 24px;
}
@media screen and (max-width: 991px) {
  .main-slider .swiper-slide .slider-content {
    padding: 43px 0;
    text-align: center;
  }
}
.main-slider .swiper-slide .slider-content .title {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  padding-right: 20px;
  border-right: 3px solid;
}
@media screen and (max-width: 991px) {
  .main-slider .swiper-slide .slider-content .title {
    display: inline-block;
  }
}
.main-slider .swiper-slide .slider-content .desc {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 30px 0 24px;
}
.main-slider .swiper-slide .slider-content .primaryBtn {
  display: inline-flex;
  background-color: #fff;
  border-color: #fff;
  color: #5c8b69;
  min-width: 101px;
}
.main-slider .swiper-slide .slider-content .primaryBtn:hover {
  background-color: #5c8b69;
  border-color: #5c8b69;
  color: #fff;
}
.main-slider .swiper-buttons {
  bottom: 114px;
  left: auto;
  right: 0;
  position: static;
  transform: none;
}
.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
  width: 48px;
  height: 48px;
  background-color: #5c8b69;
  color: #fff;
}

.main_section .main_bg {
  position: relative;
  background-image: url("../../images/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .main_section .main_bg {
    height: 250px;
  }
}
.main_section .main_bg > img {
  width: 100%;
  min-height: 200px;
  display: none;
}
.main_section .main_bg .av_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    to bottom right,
    rgba(92, 139, 105, 0.45),
    rgb(92, 139, 105)
  );
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}
.main_section .main_bg .av_img img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  min-height: auto;
}
.main_section .nav-pills {
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 20px;
}
.main_section .nav-pills .nav-link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #838282;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  top: 2px;
}
.main_section .nav-pills .nav-link.active,
.main_section .nav-pills .nav-link:hover,
.main_section .nav-pills .show > .nav-link {
  color: #e51f25;
  border-color: #e51f25;
}
.main_section .general_ques .add_head .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #5c8b69;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.main_section .general_ques .add_head .title img {
  margin-left: 10px;
}
.main_section .general_ques .add_head .desc {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: #393939;
  margin-bottom: 20px;
}
.main_section .general_ques .add_head .desc span {
  color: #e51f25;
}
.main_section .general_ques .search {
  margin: auto;
  margin-top: -25px;
  width: 98%;
}
.main_section .general_ques .search .form-group .primaryBtn {
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 120px;
  min-height: 40px;
  padding: 8px 10px;
}
.main_section .general_ques .search .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
}
.main_section .general_ques .search .actions .form-check {
  padding: 0;
  display: flex;
  align-items: center;
}
.main_section .general_ques .search .actions .form-check .form-check-input {
  margin: 0;
  float: none;
  width: 16px;
  height: 16px;
  box-shadow: none;
}
.main_section
  .general_ques
  .search
  .actions
  .form-check
  .form-check-input:checked {
  background-color: #5c8b69;
  border-color: #5c8b69;
}
.main_section .general_ques .search .actions .form-check .form-check-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7c7c8a;
  padding-right: 12px;
  cursor: pointer;
}
.main_section .general_ques .search .actions .primaryBtn {
  position: static;
  transform: none;
}
.main_section .general_ques.add-cons .search {
  width: 90%;
  margin-top: -130px;
}
@media screen and (max-width: 991px) {
  .main_section .general_ques.add-cons .search {
    margin-top: -25px;
  }
}
.main_section .general_ques.add-cons .search .form-control {
  height: 117px;
}
@media screen and (max-width: 991px) {
  .main_section .general_ques.add-cons .search .form-control {
    height: 50px;
  }
}
.main_section.new_sec .general_ques .search {
  margin-top: 32px;
}

.questions .question {
  min-height: 58px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #393939;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  padding-right: 24px;
  margin-bottom: 12px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.questions .question .time {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #838282;
}
.questions .question .checked {
  margin-left: 15px;
}
.questions .question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 48px;
  background-color: #e51f25;
  border-radius: 30px;
  height: 48px;
  transform: translateY(-50%);
}
.questions .question:hover {
  background-color: rgba(229, 31, 37, 0.15);
}
.questions .question.done:hover {
  background-color: rgba(92, 139, 105, 0.15);
}
.questions .question.done::after {
  background-color: #5c8b69;
}

.more {
  margin-top: 24px;
}
.more a {
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  color: #e51f25;
  display: inline-flex;
  background-color: transparent;
  border-color: transparent;
}
.more a:hover {
  background-color: #5c8b69;
  color: #fff;
}

.departments .department {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  color: #fff;
  min-height: 127px;
  border-radius: 8px;
  margin-bottom: 16px;
  position: relative;
}
.departments .department .head {
  position: relative;
  z-index: 2;
  background-color: #263246;
  border: 8px solid #5a8966;
  border-radius: 50%;
  width: 100%;
  min-height: 127px;
  height: 160px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*border-radius: 8px;*/
}
/*.departments .department::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-image: url("../../images/pattern.png");*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  border-radius: 8px;*/
/*  z-index: 0;*/
/*  opacity: 0.2;*/
/*}*/

.most_read {
  background-color: rgba(92, 139, 105, 0.1);
}

.advisors_cards .advisors_card {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .advisors_cards .advisors_card {
    margin-bottom: 20px;
  }
}
.advisors_cards .advisors_card .avatar {
  min-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: 24px;
}
@media screen and (max-width: 991px) {
  .advisors_cards .advisors_card .avatar {
    min-width: 70px;
    width: 70px;
    height: 70px;
  }
}
.advisors_cards .advisors_card .info .title {
  font-weight: 700;
  color: #5c8b69;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 4px;
}
.advisors_cards .advisors_card .info .desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #393939;
}

.consulting_index .department {
  text-align: center;
}
.consulting_index .department .head .title {
  display: block;
  font-weight: 600;
  margin-bottom: 14px;
}
.consulting_index .department .head img {
  margin-left: 8px;
}
.consulting_index .department .head .num {
  font-weight: 600;
  color: #fff;
}
.consulting_index .department::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/payttern2.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.single {
  position: relative;
}
.single .question_title {
  margin-bottom: 32px;
  min-height: 117px;
  border: 0.7px solid #e3e3e3;
  box-shadow: 0px 4px 16px rgba(22, 22, 22, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #393939;
}
.single .question_body {
  position: relative;
}
.single .question_body .content {
  margin-bottom: 40px;
}
.single .question_body .main_title {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #273649;
  text-align: right;
}
.single .question_body .s_action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}
@media screen and (max-width: 426px) {
  .single .question_body .social ul li a {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}
.single .question_body .social.actions ul li a {
  width: auto;
  height: auto;
  display: block;
  border-radius: 0;
  background-color: transparent;
  color: #5c8b69;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
@media screen and (max-width: 768px) {
  .single .question_body .social.actions ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .single .question_body .social.actions ul li a {
    font-size: 16px;
  }
}
.single .question_body .social.actions ul li a span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
}
.single .question_body .accordion .accordion-item {
  background-color: transparent;
  border: 0;
}
.single .question_body .accordion .accordion-item .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  background: rgba(229, 31, 37, 0.15);
  border: 1px solid #eeeeee;
  border-radius: 8px;
  box-shadow: none;
  padding: 6px 12px;
  padding-left: 47px;
  color: #0a0a0a;
  margin-bottom: 8px;
  min-height: 42px;
  flex-wrap: wrap;
}
.single .question_body .accordion .accordion-item .accordion-button .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #e51f25;
}
.single .question_body .accordion .accordion-item .accordion-button .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single .question_body .accordion .accordion-item .accordion-button .items li {
  margin-left: 24px;
}
.single
  .question_body
  .accordion
  .accordion-item
  .accordion-button
  .items
  a.value {
  font-weight: bold;
  text-decoration: underline;
}
.single
  .question_body
  .accordion
  .accordion-item
  .accordion-button
  .items
  .value {
  color: #e51f25;
}
.single
  .question_body
  .accordion
  .accordion-item
  .accordion-button
  .items
  .value
  img {
  position: relative;
  top: -1px;
}
.single .question_body .accordion .accordion-item .accordion-button .date {
  color: #e51f25;
}
.single .question_body .accordion .accordion-item .accordion-button::after {
  margin-left: 0;
  position: absolute;
  left: 10px;
  background-image: url("../../images/arrowDown_red.svg");
}
.single .question_body .accordion .accordion-item .accordion-body {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 16px 27px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .single .question_body .accordion .accordion-item .accordion-body {
    padding: 16px;
  }
}
.single .question_body .accordion .accordion-item .accordion-body .desc {
  font-family: Cairo !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  color: #393939;
  text-align: justify;
}
.single .question_body .accordion .accordion-item .accordion-body .desc * {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  font-family: Cairo !important;
}
.single .question_body .accordion .accordion-item .accordion-body::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 97%;
  background-color: #e51f25;
  border-radius: 30px;
  transform: translateY(-50%);
}
.single .question_body .accordion.ans .accordion-item .accordion-button {
  background-color: rgba(92, 139, 105, 0.15);
}
.single .question_body .accordion.ans .accordion-item .accordion-button .title,
.single .question_body .accordion.ans .accordion-item .accordion-button .date {
  color: #5c8b69;
}
.single .question_body .accordion.ans .accordion-item .accordion-button::after {
  background-image: url("../../images/arrowDown_green.svg");
}
.single .question_body .accordion.ans .accordion-item .accordion-body .desc {
  font-weight: 400;
}
.single .question_body .accordion.ans .accordion-item .accordion-body .desc * {
  font-weight: 400;
}
.single .question_body .accordion.ans .accordion-item .accordion-body::after {
  background-color: #5c8b69;
}
.single .question_body .accordion.comment .accordion-item .accordion-button {
  background-color: rgba(39, 54, 73, 0.15);
}
.single
  .question_body
  .accordion.comment
  .accordion-item
  .accordion-button
  .title {
  color: #e51f25;
}
.single
  .question_body
  .accordion.comment
  .accordion-item
  .accordion-button
  .date {
  color: #273649;
}
.single
  .question_body
  .accordion.comment
  .accordion-item
  .accordion-button::after {
  background-image: url("../../images/arrowDown_gray.svg");
}
.single
  .question_body
  .accordion.comment
  .accordion-item
  .accordion-body
  .desc {
  font-weight: 400;
}
.single
  .question_body
  .accordion.comment
  .accordion-item
  .accordion-body
  .desc
  * {
  font-weight: 400;
}
.single
  .question_body
  .accordion.comment
  .accordion-item
  .accordion-body::after {
  background-color: #273649;
}

.generalModal .modal-content {
  border-radius: 8px;
  border: 0;
}
.generalModal .modal-body {
  padding: 0;
  border-radius: 8px;
}
.generalModal .modal-body .head {
  background-color: #5c8b69;
  padding: 43px 32px;
  text-align: center;
  position: relative;
  border-radius: 8px;
}
.generalModal .modal-body .head .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.generalModal .modal-body .head .btn-close {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../images/x.svg");
  opacity: 1;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.generalModal .modal-body .head .btn-close:hover {
  background-color: #e51f25;
}
.generalModal .modal-body .m_content {
  padding: 30px 90px;
}
@media screen and (max-width: 991px) {
  .generalModal .modal-body .m_content {
    padding: 25px;
  }
}
.generalModal .modal-body .m_content .proForm .form-group .control-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #4a5568;
  margin-bottom: 6px;
}
.generalModal .modal-body .m_content .proForm .form-group .form-control {
  box-shadow: none;
  padding: 16px;
}
.generalModal .modal-body .m_content .proForm .form-group .form-control:focus,
.generalModal .modal-body .m_content .proForm .form-group .form-control:hover,
.generalModal .modal-body .m_content .proForm .form-group .form-control:active {
  border-color: #5c8b69;
}
.generalModal .modal-body .m_content .proForm .form-group.submit {
  margin: 18px 0 0;
}
.generalModal .modal-body .m_content .proForm .form-group.submit .primaryBtn {
  width: 50%;
  margin: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .generalModal .modal-body .m_content .proForm .form-group.submit .primaryBtn {
    width: 70%;
  }
}
.generalModal
  .modal-body
  .m_content
  .proForm
  .form-group.submit
  .primaryBtn:hover {
  border-color: #5c8b69;
}
.generalModal .modal-body .rate_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 37px;
  color: #4a5568;
}
.generalModal .modal-body .rate {
  display: flex;
  justify-content: center;
  margin: 18px 0 8px;
  direction: ltr;
}
.generalModal .modal-body .rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.generalModal .modal-body .rate:not(:checked) > label {
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.generalModal .modal-body .rate:not(:checked) > label:before {
  content: "★ ";
}
.generalModal .modal-body .rate > input:checked ~ label {
  color: #e51f25;
}
.generalModal .modal-body .rate:not(:checked) > label:hover,
.generalModal .modal-body .rate:not(:checked) > label:hover ~ label {
  color: #e51f25;
}
.generalModal .modal-body .rate > input:checked + label:hover,
.generalModal .modal-body .rate > input:checked + label:hover ~ label,
.generalModal .modal-body .rate > input:checked ~ label:hover,
.generalModal .modal-body .rate > input:checked ~ label:hover ~ label,
.generalModal .modal-body .rate > label:hover ~ input:checked ~ label {
  color: #e51f25;
}
.generalModal.added .modal-dialog {
  align-items: flex-end;
}
.generalModal.added .modal-body {
  padding: 17px;
}
.generalModal.added .done {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Cairo;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #5c8b69;
}
.generalModal.added .done img {
  margin-left: 10px;
}
.generalModal.added .btn-close {
  position: absolute;
  left: 25px;
  top: 19px;
}

.profile_sec {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .profile_sec {
    margin-bottom: 20px;
  }
}
.profile_sec .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile_sec .profile_info {
  display: flex;
}
.profile_sec .profile_info .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    to bottom right,
    rgba(92, 139, 105, 0.45),
    rgb(92, 139, 105)
  );
  position: relative;
}
.profile_sec .profile_info .img .profile_img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.profile_sec .profile_info .img .edit {
  position: absolute;
  top: 5px;
  right: 0;
}
.profile_sec .profile_info .text {
  margin-right: 24px;
}
.profile_sec .profile_info .text .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #5c8b69;
}
.profile_sec .profile_info .text .desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #393939;
}
.profile_sec .states {
  display: flex;
  margin-top: 5px;
}
.profile_sec .states li {
  min-height: 45px;
  border: 1px solid #e51f25;
  border-radius: 8px;
  padding: 9px 12px;
  color: #393939;
}
.profile_sec .states li span {
  color: #e51f25;
}
.profile_sec .states li:not(:last-of-type) {
  margin-left: 12px;
}
.profile_sec .states li.add {
  min-height: auto;
  border: 0;
  padding: 0;
}
.profile_sec .states li.add .btn {
  min-height: 45px;
}

.profile .info_box {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  position: relative;
  padding: 20px 24px;
}
.profile .info_box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 97%;
  background-color: #5c8b69;
  border-radius: 30px;
  transform: translateY(-50%);
}
.profile .info_box .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #5c8b69;
  margin-bottom: 12px;
  margin-top: 20px;
}
.profile .info_box .title:first-of-type {
  margin-top: 0;
}
.profile .info_box .personal_info .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #0a0a0a;
}
.profile .info_box .personal_info .desc .name {
  min-width: 123px;
  display: inline-block;
}
.profile .info_box .personal_info .desc .value {
  color: #e51f25;
}
.profile .info_box .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #393939;
}

.edit_profile .proForm .form-group .upload-profile-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(
    to bottom right,
    rgba(92, 139, 105, 0.45),
    rgb(92, 139, 105)
  );
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .edit_profile .proForm .form-group .upload-profile-image {
    margin-bottom: 25px;
  }
}
.edit_profile .proForm .form-group .upload-profile-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
}
.edit_profile .proForm .form-group .upload-profile-image .profile-pic {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
}
.edit_profile .proForm .form-group .upload-profile-image .file-upload {
  display: none;
}
.edit_profile .proForm .form-group .upload-profile-image .p-image {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.edit_profile .proForm .form-group .upload-profile-image .upload-button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(185, 185, 185, 0.1607843137);
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit_profile .proForm .form-group .control-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #4a5568;
  margin-bottom: 6px;
}
.edit_profile .proForm .form-group .form-control {
  box-shadow: none;
  padding: 16px;
}
.edit_profile .proForm .form-group .form-control:focus,
.edit_profile .proForm .form-group .form-control:hover,
.edit_profile .proForm .form-group .form-control:active {
  border-color: #5c8b69;
}
.edit_profile .proForm .form-group.submit {
  margin: 18px 0 0;
}
.edit_profile .proForm .form-group.submit .primaryBtn {
  width: 50%;
  margin: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .edit_profile .proForm .form-group.submit .primaryBtn {
    width: 70%;
  }
}
.edit_profile .proForm .form-group.submit .primaryBtn:hover {
  border-color: #5c8b69;
}

.single .question_body .accordion .accordion-item.custom .accordion-button {
  padding-left: 12px;
}
.single
  .question_body
  .accordion
  .accordion-item.custom
  .accordion-button::after {
  display: none;
}

.single .question_body .accordion .accordion-item.custom .arrow_down {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.asVisitor .text-danger {
  font-size: 11px;
  margin-top: 4px;
}

/*only ar*/
.breadCrumb__content .breadcrumb-item::after,
.pagination a i {
  transform: scaleX(-1);
}

.services::after,
.common::after,
.articles_page .aside-sec .types ul li .type .arrow {
  transform: scaleX(-1);
}

.proForm .form-group.range .irs--flat .irs-from,
.proForm .form-group.range .irs--flat .irs-to,
.proForm .form-group.range .irs--flat .irs-single {
  direction: ltr;
}

.shared .iconsm {
  transform: rotate(180deg);
}

.sec_title .title,
.company_features .company_feature .title,
.process .process_box .title {
  letter-spacing: normal;
}
.top-bar {
  background: #000;
  color: #fff;
  padding: 6px 0;
}
.top-bar .add-consult a {
  background-color: #5a8966;
  color: #fff;
  padding: 6px 15px;
}
.main-color {
  color: #5a8966;
}
.questions {
  max-height: 500px;
  overflow: auto;
  padding-left: 2px;
}
.animation_btn {
  -webkit-animation-name: animation;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;

  animation-name: animation;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
  background-color: #f00;
}

@-webkit-keyframes animation {
  0% {
    background-color: #e51f25;
  }
  50.0% {
    background-color: #263248;
  }
  100.0% {
    background-color: #e51f25;
  }
}

@keyframes animation {
  0% {
    background-color: #e51f25;
  }
  50.0% {
    background-color: #263248;
  }
  100.0% {
    background-color: #e51f25;
  }
}

/* new changes */

.advisors_card .avatar .img-fluid {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.advisors_card .avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    to bottom right,
    rgba(92, 139, 105, 0.45),
    rgb(92, 139, 105)
  );
  position: relative;
}

.single .question_body .accordion .accordion-item .accordion-body .desc * {
  font-family: Cairo !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 30px !important;
  color: #393939 !important;
}

.single .question_body .accordion .accordion-item .accordion-body .desc {
  font-family: Cairo !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 30px !important;
  color: #393939 !important;
  text-align: justify !important;
}

#cke_notifications_area_description-,
.cke_notifications_area,
#cke-e5d1e1c5b42ff137b741a1c0b9c4cae33 {
  display: none !important;
}

.btn-close {
  color: #fff !important;
  font-size: 1rem;
  cursor: pointer;
  filter: invert(1); /* This makes the default black icon white */
  opacity: 1;
}

#image-container-swiper img {
  width: 150px;
  height: 150px;
}

@media screen and (max-width: 991px) {
  #image-container-swiper img {
    width: 100px;
    height: 100px;
  }
}

.single-consaltation-image-container {
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .single-consaltation-image-container {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: "Simplified";
  src: url("/fonts/SimplifiedArabic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


/* Adjust line-height for readability */
p {
  line-height: 1.8 !important;
}

/* Style for specific text areas (if needed) */
.Readex {
  font-family: "Simplified", sans-serif !important;
}
