@font-face {
  font-family: Al-Jazeera-Regular;
  src: url("../../fonts/Al-Jazeera-Arabic-Regular.ttf");
}

@font-face {
  font-family: Al-Jazeera-Bold;
  src: url("../../fonts/Al-Jazeera-Arabic-Bold.ttf");
}

@font-face {
  font-family: PNUBold;
  src: url("../../fonts/ArbFONTS-PNU-Bold.ttf");
}

@font-face {
  font-family: PNULight;
  src: url("../../fonts/ArbFONTS-PNU-Light.ttf");
}

@font-face {
  font-family: PNUMedium;
  src: url("../../fonts/ArbFONTS-PNU-Medium.ttf");
}

@font-face {
  font-family: PNURegular;
  src: url("../../fonts/ArbFONTS-PNU-Regular.ttf");
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: Al-Jazeera-Regular;
  font-weight: 400;
}

a {
  color: #7fbf47;
  transition: 0.5s;
}

.green {
  color: #7fbf47;
}

a:hover,
a:active,
a:focus {
  color: #6fa341;
  outline: none;
  text-decoration: none;
}

/* button {
  background-image: linear-gradient(
    to right,
    #7fbf47,
    #aad684,
    #7fbf47,
    #aad684,
    #7fbf47
  );
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  transition: all 0.4s ease-in-out;
} */

button:focus {
  outline: none !important;
}

p {
  padding: 0;
  margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #7fbf47;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 17px;
  bottom: 15px;
  transition: all 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/******common*******/

button {
  cursor: pointer;
}

.btn-group-toggle .active {
  background-color: #7fbf47 !important;
  color: #fff !important;
}

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

.one-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hidden {
  display: none;
}

ul {
  list-style: none;
  padding: 0;
}

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

.align-base {
  align-items: baseline;
}

.f-nowarp {
  flex-wrap: nowrap;
}

.p-rel {
  position: relative;
}

/**************end of common**********/

/**************color*****************/

.orange {
  color: #f26f22 !important;
}

.purple {
  color: #7fbf47 !important;
}

/******************top-carousal************************/

.top-carousel,
.top-carousel .carousel-inner,
.top-carousel .carousel-item {
  height: 70vh;
  margin-top: 41px !important;
  /* width: 1%; */
  /* margin: auto; */
  /* padding-left: 14px; */
  padding-inline: 1.5%;
}

.top-carousel img {
  height: 100%;
  width: 100%;
  /* margin: auto; */
  object-fit: cover;
  /* margin: auto; */
}

.top-carousel .carousel-caption {
  top: 140px;
  right: 50px !important;
  left: auto !important;
}

.gradients-main-slider {
  height: 100%;
  width: 99%;

  position: absolute;

  top: 0;
  /* background-image: linear-gradient(to bottom right, #7fbf4700, #7fbf47d1); */
}

.top-carousel .carousel-indicators {
  margin-bottom: 60px;
}

.top-carousel h1 {
  text-transform: uppercase;
  font-size: 65px;
  margin-bottom: 35px;
  font-family: Al-Jazeera-Bold;
}

.top-carousel h3 {
  margin-bottom: 35px;
  margin-inline: 5px;
}

.top-carousel h3 span {
  text-transform: uppercase;
  font-size: 28px;
  font-family: Al-Jazeera-Bold;
  padding: 0 10px;
}

.top-carousel .carousel-control-next,
.top-carousel .carousel-control-prev {
  width: 5%;
  color: gray;
  font-size: 25px;
  position: absolute;
  top: 47%;
  height: 10px;
}

.carousel-caption svg {
  width: 11px;
  margin: 0px 7px;
}

@media (max-width: 992px) {

  /* .top-carousel h1{
  margin-bottom: 95px;
} */
  .top-carousel h1 {
    font-size: 47px;
  }

  .top-carousel h3 span {
    text-transform: uppercase;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .top-carousel h1 {
    font-size: 48px;
  }

  .top-carousel .carousel-control-next,
  .top-carousel .carousel-control-prev {
    /* display: none; */
  }

  .top-carousel h3 span {
    text-transform: uppercase;
    font-size: 16px;
  }

  .top-carousel,
  .top-carousel .carousel-inner,
  .top-carousel .carousel-item {
    /* width: 100%;
        border-bottom-left-radius: 60% 20%;
        border-bottom-right-radius: 60% 20%;
        padding-left: 0;
        padding-inline: 5px; */
  }

  .top-carousel .carousel-control-next,
  .top-carousel .carousel-control-prev {
    font-size: 19px !important;
  }

  .gradients-main-slider {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .top-carousel h1 {
    font-size: 38px;
  }

  .top-carousel .carousel-caption {
    right: 0 !important;
    top: 35px;
  }
}

/***************************************all section*****************************************/

.btn-core {
  height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 0 7px 3px 7px;
  text-transform: uppercase;
  border-radius: 100%;
  transition: all ease-in-out 0.4s;
  transform: scale(1) translateY(0px);
}

.btn-core:hover {
  transform: scale(1.02) translateY(-3px);
}

.btn-core i {
  margin-left: 5px;
}

.btn-orange {
  height: 36px;
  font-size: 14px;
  background: #f26f22;
  border: 1px solid #f26f22;
}

.btn-orange:hover {
  box-shadow: 2px 4px 12px #44444480;
}

.btn-white {
  background: transparent;
  border: 1px solid #fff;
}

.section-h {
  color: #000;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Al-Jazeera-Bold;
  text-align: center;
}

.section-dark {
  background: #f4f4f4;
}

.section-green {
  background: #7fbf47;
}

.our-partner,
.news-section,
.last-news {
  padding: 50px 0 80px 0;
}

.our-services {
  padding: 0px 0 5px 0;
}

.our-services2 {
  padding-top: 120px !important;
}

.our-services2 .sec-h {
  background: transparent !important;
  padding-bottom: 20px !important;
}

.our-partner .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border-radius: 5px !important;
}

.new-h-banner {
  color: #fff;
}

/******************************partner******************************************/

.partner-img {
  text-align: center;
  margin: auto;
  max-width: 200px;
  margin-bottom: 20px;
}

.partner-img img {
  width: 100%;
  border-radius: 30px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.partner-img img:hover {
  transform: scale(1.02);
}

.our-partner .card img {
  text-align: center;
  margin: auto;
  max-width: 200px;
  margin-bottom: 20px;
  border-radius: 30px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.our-partner .card img:hover {
  transform: scale(1.02);
}

.our-partner .card .card-body {
  margin: 5px;
  padding: 3px;
  padding-bottom: 10px;
  box-shadow: 2px 2px 5px #bbb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: grab;
}

.our-partner .card:last-child>.card-body {
  border-bottom: none !important;
}

@media (max-width: 768px) {
  .our-partner .item {
    margin-inline: 35px !important;
  }
}

/************************************our services***************************************/

.services-img {
  text-align: center;
  margin: auto;
  max-width: 350px;
}

.our-services2 .services-img {
  text-align: center;
  margin: auto;
  max-width: 350px;
}

.services-img img {
  width: 90%;
  margin: 10px 0;
  max-width: 280px;
  margin: auto;
}

.services-p {
  /* color: #e2e2e2; */
  font-size: 20px;
  line-height: 42px;
  text-align: justify;
  text-align: right;
  display: flex;
  text-align: right;
  flex-direction: column;
  justify-content: center;
}

.our-services button {
  margin-top: 50px;
}

.our-services .section-h {
  padding: 40px 0 100px 0;
}

.our-services .logo-bg {
  position: absolute;
  right: 0;
  width: 650px;
  top: 50px;
  z-index: 1051;
}

.our-services h2 {
  border-bottom-width: 5px;
  border-image: linear-gradient(to left, #7fbf47, white) 1;
  border-bottom-style: solid;
  padding-bottom: 10px;
}

.our-services h2 {
  color: #000 !important;
  font-family: PNUBold;
}

.our-services h5 {
  font-size: 13px;
  color: #7fbf47;
  font-family: Al-Jazeera-Bold;
  border-right: 2px solid #7fbf47;
  padding-right: 3px;
}

.our-services h6 {
  font-size: 13px;
  color: rgba(128, 128, 128, 0.651);
}

.our-services .services-p p {
  color: black;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  direction: rtl;
  align-items: flex-start;
}

.our-services .nav {
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: -100px;
  margin-bottom: 50px !important;
}

.our-services.nav-pills {
  margin-bottom: 10px !important;
}

.our-services .nav-pills .nav-item {
  margin-bottom: 10px;
}

.our-services .nav-pills .nav-link {
  color: #6d6f72;
  border-radius: 0.25rem;
  background: #fff;
  font-size: 12px;
  margin: 0 10px;
  border-radius: 26px;
  line-height: 40px;
  border-radius: 40px 40px 40px 40px !important;
  padding: 23px 10px;

  text-align: center;
  border-radius: 100%;
  transition: all ease-in-out 0.4s;
  transform: translatey(0);
  width: 160px;
  height: 160px;
  /*border: 1px solid #bbb !important;
  */
  box-shadow: -2px -2px 10px #ebebeb75, 2px 2px 7px #8080808f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.our-services .nav-pills .nav-link:hover {
  transform: translatey(-10px);
  color: #7fbf47;
  background-color: #fff;
  border: 1px solid;
  border-color: #66af26 !important;
  -webkit-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -ms-transform: translatey(-10px);
  -o-transform: translatey(-10px);
}

.our-services .nav-pills .nav-link:hover h4 {
  color: #7fbf47;
}

.our-services .nav-pills .nav-link:hover .main-img {
  display: none !important;
}

.our-services .nav-pills .nav-link:hover .acive-img {
  display: inline !important;
}

.our-services .nav-pills .nav-link img {
  height: 50px;
  animation: scales 2s alternate infinite ease-in;
  margin-bottom: 10px;
}

.our-services .nav-pills .nav-link h4 {
  font-size: 15px;
  color: black;
  margin-bottom: 10px;
  transition: all ease-in-out 0.4s;
  border: 0px solid;
}

.our-services .nav-pills .nav-link h3 {
  color: #7fbf47;
  font-size: 13px;
  font-weight: bold;
}

.our-services .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #7fbf47;
  background-color: #fff;
  border: 1px solid;
  /* box-shadow: 0px 1px 22px #7fbf47; */
  border-color: #66af26 !important;
}

.our-services .nav-pills .nav-link.active h4,
.nav-pills .show>.nav-link h4 {
  color: #7fbf47 !important;
}

.acive-img {
  display: none;
  transition: all ease-in-out 0.4s;
}

.our-services .nav-pills .nav-link.active .acive-img {
  transition: all ease-in-out 0.4s;
  display: inline;
}

.our-services .nav-pills .nav-link.active .main-img {
  transition: all ease-in-out 0.4s;
  display: none;
}

@media (max-width: 576px) {
  .services-p {
    font-size: 16px;
  }

  .section-h {
    font-size: 28px;
  }

  .top-carousel img {}
}

@media (max-width: 992px) {
  .our-services .nav-pills .nav-link {
    width: 80px;
    height: 80px;
  }

  .our-services .nav-pills .nav-link img {
    height: 40px;
    margin-bottom: 10px;
  }

  .our-services .nav-pills .nav-link h4 {
    /* display: none; */
  }

  .our-services .nav {
    margin-top: -70px;
  }
}

@media (max-width: 600px) {
  .our-services .nav-pills .nav-link {
    width: 50px;
    height: 50px;
    padding: 10px 0;
    margin: 0 3px;
  }

  .our-services .nav-pills .nav-link img {
    /* height: 25px; */
    margin-bottom: 10px;
  }

  .our-services .nav {
    margin-top: -55px;
  }
}

/*****************************************services**********************************************/

.services-card {
  background: #7fbf47;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  padding-bottom: 0;
  margin-bottom: 20px;
  min-height: 330;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}

.services-card:hover {
  transform: scale(1.01);
}

.services-card p {
  color: #e2e2e2;
  font-size: 14px;
  padding: 10px 0 30px 0;
  height: 140px;
  overflow: hidden;
}

.services-card h4 {
  font-size: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Al-Jazeera-Regular;
}

.services-card img {
  height: 50px;
  margin: auto;
}

.services-card .btn-white {
  border: none;
}

/***************************************news*******************************************/

/* .news-section .card{
  background: transparent;
  border: none;
  padding: 15px;
  min-height: 520px;
  transition: all .4s ease-in-out;
  transform: scale(1.0);
}
.news-section .card:hover{
  transform: scale(1.01);
}
.news-section .card img{
  max-width: 350px;
  max-height: 350px;
  margin: auto;
  border-radius: 55px;
  box-shadow: 2px 4px 12px #444;
}
.news-section .card-body {
  padding: 25px 0;
}
.news-section .card p{
  color: #E2E2E2;
  text-align: justify;
  font-size: 12px;
}
.news-section h4{
  color: #fff;
  font-size: 16px;
  text-align: justify;
}
.news-section .owl-theme .owl-nav {
  margin: 0;
}
.news-section .owl-theme .owl-nav .owl-prev{
  float: left;
  margin-left: -20px;
  position: absolute;
  top: 25%;
  left: 0;
}
.news-section .owl-theme .owl-nav .owl-next{
  float: right;
  margin-right: -20px;
  position: absolute;
  top: 25%;
  right:0;
}
.news-section .owl-theme .owl-nav [class*='owl-'] {
  color: #cfcfcf40;
  font-size: 26px;
  background: transparent;
}
.news-card .card-body h4{
  font-family: Al-Jazeera-Regular;
}
@media (max-width: 576px) {
  .news-section .owl-theme .owl-nav [class*='owl-'] {
    display: none;
  }
} */

/*********************icon-scroll***********************/

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 26px;
  height: 40px;
  margin-left: 0;
  bottom: 10px;
  margin-top: -35px;
  border: 2px solid #fff;
  border-radius: 25px;
  left: calc(50% - 13px);
}

@media (max-width: 767px) {
  .icon-scroll {
    position: relative;
    display: none;
  }
}

.icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #7fbf47;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}

/*********************like*******************/

.like-btn {
  border: none;
  background: transparent;
}

.like-btn .fa-heart {
  font-size: 20px;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}

.like-btn:hover .fa-heart {
  color: #f55c5c;
  transform: scale(1.1);
}

.heart-fill i {
  font-weight: 900;
  color: #df0000;
}

/***********************************************/

.med-font {
  font-family: Al-Jazeera-Bold;
}

.light-font {
  font-family: PNULight;
}

.bold-font {
  font-family: Al-Jazeera-Bold;
}

.reg-font {
  font-family: Al-Jazeera-Regular;
}

/*************scrollbar*************/

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  border: 1px solid #f5f5f5;
}

/********************scrollbar end**************************/

/************search moodal************/

#searchModal .modal-dialog {
  top: 75px;
  right: 0;
  position: relative;
  margin: 0;
}

#searchModal .modal-content {
  max-width: 100%;
  height: 100vw !important;
}

#searchModal .modal-body {
  align-items: baseline;
}

#searchModal input {
  background-color: white;
  padding: 15px;
  width: 80%;
  /* border-radius: 20px; */
  height: 40px;
  border: none;
  border-bottom: 1px solid gray !important;
  text-align: center;
  color: #7fbf47;
}

#searchModal .ser-submit {
  border: 1px solid #c40a4d;
  background: #fff;
  color: #c40a4d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 5px;
  font-size: 14px;
  border-radius: 20px;
}

#searchModal p {
  text-align: right;
  color: #b2b2b2;
  margin: 15px 0px;
  font-size: 13px;
}

#searchModal .ser-result {
  max-height: 300px;
  margin: 10px;
  overflow-y: auto;
}

#searchModal .close {
  position: relative;
  top: 5px;
  right: 45%;
  font-size: 33px;
  padding: 14px 20px;
  background-color: #7fbf47;
  color: white;
  border-radius: 100%;
  opacity: 1;
}

#searchModal .ser-result {
  width: 80%;
  display: flex;
  flex-direction: column;
  /* align-content: stretch; */
  /* justify-content: space-evenly; */
  margin: auto;
  align-items: flex-end;
}

.modal-dialog {
  /* max-width: 100% !important; */
}

/*************************** nearby centers*******************************/

.nearby-centers-tabs {
  /* background-image: url(../../images/bg1.png); */
  background-position: top;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
}

.nearby-centers-tabs,
.prev-event {
  padding: 50px 0 80px 0;
}

.nearby-centers-tabs {
  min-height: 660px;
}

.nearby-centers-tabs .nav {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.nearby-centers-tabs .nav-pills {
  margin-bottom: 10px !important;
}

.nearby-centers-tabs .nav-pills .nav-link {
  color: #6d6f72;
  border-radius: 0.25rem;
  background: #fff;
  font-size: 12px;
  margin: 5px;
  border-radius: 26px;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  min-width: 95px;
  border: 1px solid #cacaca;
  text-align: center;
}

.nearby-centers-tabs .nav-pills .nav-link:hover {
  box-shadow: 0px 0px 5px gray;
}

.nearby-centers-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #7fbf47;
}

#tabs-carousel p {
  color: #000;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  font-family: "PNUMedium";
}

#tabs-carousel .distance-span {
  color: #000;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
}

#tabs-carousel .tabs-card,
.prev-event .prev-card {
  background: #fff;
  border: none;
  margin: 0 10px;
}

#tabs-carousel .tabs-item {
  padding-bottom: 20px;
}

#tabs-carousel .tabs-card {
  max-height: 100%;
  height: 100%;
  border-radius: 13px;
  --tw-shadow: 0 3px 20px 0 rgb(0 0 0 / 11%);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-border-radius: 13;
  -moz-border-radius: 13;
  -ms-border-radius: 13;
  -o-border-radius: 13;
}

#tabs-carousel iframe {
  width: 220px;
  height: 220px;
  border: 1px solid #7fbf47;
  border-radius: 5px;
}

#tabs-carousel h6 {
  color: gray;
  font-size: 11px;
}

#tabs-carousel .addressDetails {
  text-align: right;
  border-bottom: 1px solid #80808099;
  margin-bottom: 10px;
}

.btn-problem {
  background-color: #7fbf47;
  color: white;
  padding: 5px 10px;
  transition: all ease-in-out 0.4s;
  width: 100%;
  box-shadow: 0px 0px 5px rgba(128, 128, 128, 0);
  font-size: 13px;
  margin-bottom: 15px;
}

.btn-problem:hover {
  box-shadow: 0px 0px 5px gray;
}

.btn-change-add {
  background-color: #7fbf47;
  color: white;
  padding: 7px 43px;
  transition: all ease-in-out 0.4s;
  width: 100%;
  box-shadow: 0px 0px 5px rgb(128 128 128 / 0%);
  margin-right: auto;
  font-size: 13px;
}

.btn-change-add:hover {
  box-shadow: 0px 0px 5px gray;
  color: white;
}

.a-change-add {
  margin-right: auto;
}

.btn-change-add img {
  width: 15px;
  margin-left: 5px;
}

#tabs-carousel .tabs-card img {
  width: 15px;
  float: right;
  margin-left: 15px;
}

#tabs-carousel .btn-white,
.prev-event .btn-white {
  height: 35px;
  font-size: 13px;
  margin-bottom: 35px;
}

.nearby-centers-tabs .owl-theme .owl-nav,
.prev-event .owl-theme .owl-nav {
  margin: 0;
}

.nearby-centers-tabs .owl-theme .owl-nav .owl-prev,
.prev-event .owl-theme .owl-nav .owl-prev,
.our-partner .owl-theme .owl-nav .owl-prev {
  float: left;
  margin-left: -30px;
  position: absolute;
  top: 40%;
  left: 0;
  color: #fff;
}

.nearby-centers-tabs .owl-theme .owl-nav .owl-next,
.prev-event .owl-theme .owl-nav .owl-next,
.our-partner .owl-theme .owl-nav .owl-next {
  float: right;
  margin-right: -30px;
  position: absolute;
  top: 40%;
  right: 0;
  color: #fff;
}

.nearby-centers-tabs .owl-theme .owl-nav [class*="owl-"],
.prev-event .owl-theme .owl-nav [class*="owl-"],
.our-partner .owl-theme .owl-nav [class*="owl-"] {
  color: #ececec;
  font-size: 19px;
  background: #ffffff;
  border-radius: 100%;
  padding: 1px 10px;
}

.nearby-centers-tabs .card-body,
.prev-event .card-body {
  bottom: 0;
  color: #fff;
}

/* .nearby-centers-tabs .card-body h4 ,.prev-event .card-body h4{
  font-size: 20px;
  font-family: 'PNUMedium';
  color: #7fbf47;
} */

@media (max-width: 576px) {

  .nearby-centers-tabs .owl-theme .owl-nav [class*="owl-"],
  .prev-event .owl-theme .owl-nav [class*="owl-"] {
    display: none;
  }

  .nearby-centers-tabs .mob-flex-col {
    flex-direction: column-reverse;
  }
}

.gray {
  color: #6d6f72;
  font-size: 38px;
}

/* ********************** ****************************** */

.top-carousel-core-progress,
.top-carousel-core-progress .carousel-inner,
.top-carousel-core-progress .carousel-item {
  height: 100vh;
}

.top-carousel-core-progress img {
  height: 100%;
}

.top-carousel-core-progress .carousel-caption {
  top: 35%;
}

.top-carousel-core-progress h1 {
  text-transform: uppercase;
  font-size: 44px;
  font-family: MONTSERRAT-BOLD;
}

.top-carousel-core-progress h2 {
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 32px;
  margin: 20px 0;
}

.top-carousel-core-progress h3 {
  font-weight: lighter;
  font-size: 29px;
}

@media (max-width: 992px) {
  .top-carousel-core-progress .carousel-caption {
    top: 26%;
  }

  .top-carousel-core-progress h1 {
    margin-bottom: 25px;
    font-size: 40px;
  }

  .top-carousel-core-progress h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .top-carousel-core-progress h3 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .top-carousel-core-progress h1 {
    font-size: 44px;
    margin-bottom: 25px;
  }

  .top-carousel-core-progress h2 {
    font-size: 27px;
  }

  .top-carousel-core-progress h3 {
    font-size: 23px;
  }
}

@media (max-width: 576px) {
  #countdown li p {
    font-size: 11px;
  }

  .title-date {
    font-size: 13px !important;
  }

  .top-carousel-core-progress h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .top-carousel-core-progress h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .top-carousel-core-progress h3 {
    font-size: 20px;
  }
}

.top-carousel-core-progress .carousel-control-next,
.top-carousel-core-progress .carousel-control-prev {
  width: 5%;
}

.top-carousel-core-progress .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: none;
  border-bottom: none;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.top-carousel-core-progress .carousel-indicators .active {
  background: #f26f22;
  opacity: 1;
}

.top-carousel-core-progress .carousel-indicators {
  bottom: 35px;
}

/**********************************************************/

.prev-event {
  padding: 50px 0 80px 0;
  background-color: #f4f4f4;
}

.prev-event p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  height: 97px;
  overflow: auto;
  text-align: right;
  text-shadow: 2px 2px 4px #000000c4;
  padding: 0 20px;
}

.prev-event .prev-card {
  background: transparent;
  border: none;
  margin: 0 10px;
}

.prev-event .prev-card img {
  width: auto;
  height: 350px !important;
  height: 100%;
  border-radius: 5px;
  margin: auto;
  max-width: 100%;
  border-radius: 15px;
}

.prev-event .owl-theme .owl-nav {
  margin: 0;
}

.prev-event .owl-theme .owl-nav .owl-prev {
  float: left;
  margin-left: -30px;
  position: absolute;
  top: 40%;
  left: 0;
  color: #fff;
}

.prev-event .owl-theme .owl-nav .owl-next,
.our-partner .owl-theme .owl-nav .owl-next {
  float: right;
  margin-right: -30px;
  position: absolute;
  top: 40%;
  right: 0;
  color: #fff;
}

.prev-event .owl-theme .owl-nav [class*="owl-"],
.our-partner .owl-theme .owl-nav [class*="owl-"] {
  color: #ccc;
  font-size: 26px;
  background: transparent;
}

.our-partner .card {
  background: transparent;
  border: none;
  /* margin-bottom: auto; */
  height: 50%;
  /* border-bottom: 1
px
solid #bbb; */
  border-radius: 0;
}

.prev-event .card-body {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: right;
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: linear-gradient(180deg, #73bd1e00, #7fbf4736) !important;
  border-radius: 0 0 15px 15px;
  width: 100%;
}

.prev-event .card-body h4 {
  background-image: none;
  padding: 5px 20px;
  text-align: right;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 10px auto;
  margin-bottom: 10px;
  color: #fff;
  font-family: "PNUBold";
  border-radius: 0 0 15px 15px;
  background-image: linear-gradient(180deg, #7fbf47b8, #7fbf47);
  vertical-align: middle !important;
  display: inline;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

@media (max-width: 576px) {
  .prev-event .owl-theme .owl-nav [class*="owl-"] {
    display: none;
  }
}

/*******************news***********************/

.news-cards {
  background: #fff;
  padding: 30px 0;
  margin: 30px 0;
}

.news-sec {
  background-image: url(../../images/news_back.png);
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  padding: 90px 0 40px !important;
}

#newsHeader {
  background-image: url(../../images/emp_back.png);
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  padding: 150px 0 84px !important;
}

.centers {
  /* background-image: url(../../images/news_back.png);
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  padding: 166px
  0 40px
  !important; */
}

.centersHeader {
  background-image: url(../../images/center_back.png);
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  padding: 150px 0 78px !important;
  color: white;
  margin-top: -45px;
}

.page-num {
  display: flex;
  align-content: center;
  justify-content: center;
  align-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.page-num button {
  border: none;
  background-color: #fff;
  margin: 5px;
  padding: 0 15px;
  min-width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 8px #66666638;
  transform: scale(1);
  transition: all 0.6s ease-in-out;
}

.page-num button:hover {
  transform: scale(1.03);
  box-shadow: 2px 2px 8px #66666682;
}

.page-num .page-active {
  color: #fff;
  font-weight: bold;
  box-shadow: 1px 4px 4px #9c9c9c;
  background: #707070;
}

.centers .tabs-item {
  margin-bottom: 30px;
}

/******************************/

.f-rev {
  flex-direction: row-reverse;
}

.index-top-modal {
  z-index: 8888 !important;
  background: #404040de;
}

.index-top-modal .modal-dialog {
  max-width: 100% !important;
  background: transparent;
  border: none;
}

.index-top-modal .loan-number {
  background-color: #7fbf47;
  color: #fff;
  text-align: center;
  max-width: 270px;
  border-radius: 5px;
  padding: 10px 15px 5px;
  margin: 5px auto;
  font-size: 18px;
  font-weight: 700;
  font-family: "Al-Jazeera-Bold";
}

.index-top-modal .loan-card {
  text-align: center;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}

.index-top-modal .modal-content {
  background: transparent;
  border: none;
  padding: 40px;
}

.index-top-modal h1 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 0;
  font-family: "Al-Jazeera-Bold";
  margin-bottom: 15px;
}

.index-top-modal .loan-par {
  color: #fff;
  direction: rtl;
  text-align: justify;
  font-size: 18px;
  margin: 15px 0 30px;
}

.index-top-modal .btn-green {
  margin-bottom: 15px;
  border-radius: 3px;
  color: #fff;
  padding: 5px 15px;
  background-color: #7fbf47;
  transition: all ease-in-out 0.4s;
  transform: scale(1) translateY(0px);
}

.index-top-modal .btn-green:hover {
  background-color: #5f8d36;
  box-shadow: 2px 2px 6px #00000030;
  transform: scale(1.01) translateY(-3px);
}

.index-top-modal img {
  width: 30px !important;
}

.index-top-modal .loan-date p {
  margin: 0 6px;
  font-size: 18px;
}

.index-top-modal .loan-date {
  margin: 30px 0;
}

.index-top-modal .ben-num {
  color: #7fbf47;
  background-color: #eee;
  text-align: center;
  max-width: 270px;
  border-radius: 5px;
  padding: 10px 15px 5px;
  margin: 5px auto;
  font-size: 22px;
  font-weight: 700;
  font-family: "Al-Jazeera-Bold";
}

.index-top-modal h5 {
  font-size: 22px;
  margin-bottom: 20px;
}

.index-top-modal .fa-info-circle {
  color: rgb(182, 182, 182);
  margin-left: 20px;
  font-size: 24px;
}

.index-top-modal .loan-status {
  color: rgb(182, 182, 182);
  margin: 30px 0;
}

.index-top-modal .loan-status span {
  text-decoration: underline;
  font-size: 18px;
}

.index-top-modal h4 {
  font-family: "Al-Jazeera-Bold";
}

.index-top-modal a .fa-chevron-left {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  border: 1px solid #7fbf47;
  transition: all ease-in-out 0.4s;
  transform: scale(1) translateY(0px);
}

.index-top-modal a .fa-chevron-left:hover {
  transform: scale(1.01) translateY(-3px);
}

.index-top-modal .loan-not-delivered {
  visibility: hidden;
}

.index-top-modal .owl-theme .owl-nav {
  margin: 0;
}

.index-top-modal .owl-theme .owl-nav .owl-prev {
  float: left;
  margin-left: -30px;
  position: absolute;
  top: 40%;
  left: 0;
  color: #fff;
}

.index-top-modal .owl-theme .owl-nav .owl-next,
.our-partner .owl-theme .owl-nav .owl-next {
  float: right;
  margin-right: -30px;
  position: absolute;
  top: 40%;
  right: 0;
  color: #fff;
}

.index-top-modal .owl-theme .owl-nav [class*="owl-"],
.our-partner .owl-theme .owl-nav [class*="owl-"] {
  color: #717171;
  font-size: 26px;
  background: transparent;
}

.index-top-modal .debt-h5 {
  margin-bottom: 20px;
  font-size: 20px;
}

.debt-modal .ben-num {
  margin-bottom: 30px;
}

.index-top-modal .transfer-type {
  font-size: 22px;
}

.index-top-modal .transfer-type img {
  width: 30px !important;
  display: inline-block !important;
}

.index-top-modal .ben-num p {
  font-size: 16px;
  flex-grow: 1;
  flex-basis: 0;
  margin: 3px 0;
  text-align: right;
}

.index-top-modal .text-gray {
  color: #666;
}

.index-top-modal .underline {
  text-decoration: underline;
}

.index-top-modal .outbound-transfer {
  background-color: #707070;
}

.index-top-modal .transfer-done {
  color: #b7b7b7;
}

/* #loan-carousel, #debt-carousel, #transfer-carousel {
  display: none;
} */

/*********************************/

.btn-chat {
  background: #7fbf47;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  box-shadow: 2px 2px 6px #00000030;
  position: fixed;
  bottom: 65px;
  right: 15px;
  z-index: 88888;
  padding: 5px;
  text-align: center;
  transition: all ease-in-out 0.4s;
  transform: scale(1) translateY(0px);
}

.btn-chat:hover {
  transform: scale(1.01) translateY(-3px);
  box-shadow: 2px 2px 8px #00000050;
}

.btn-chat img {
  width: 30px;
  margin: 8px auto;
}

.chat-modal .modal-body {
  padding: 0;
}

.chat-modal .modal-content {
  position: fixed;
  bottom: 125px;
  right: 15px;
  top: auto;
  width: 300px;
  height: calc(100vh - 290px);
  border-radius: 30px;
  border: 1px solid #fff;
  background: #404040de;
  overflow: hidden;
}

.ticket-chat-part {
  max-height: calc(100vh - 350px);
  height: 100%;
  min-height: calc(100vh - 350px);
  overflow: auto;
}

.reply-part {
  display: flex;
  position: fixed;
  bottom: 19px;
  /* left: 0; */
  right: 143px;
  z-index: 100000;
  width: 252px !important;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 10px;
}

.max-w-600 {
  max-width: 600px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.reply-input {
  position: relative;
  flex-grow: 1;
}

.reply-part button {
  border: none;
  background: #7fbf47;
  color: #3a3939;
  width: 32px;
  height: 32px;
  margin: 0 5px;
  padding: 7px;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}

.reply-part button:hover {
  transform: scale(1.02);
}

.reply-input button {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #7fbf47;
  background: transparent;
  border: none;
}

.reply-input input {
  background: #e0e0e0;
  margin-left: 5px;
  border: none;
  border-radius: 30px;
  height: 40px;
  width: 95%;
  direction: rtl;
  padding: 0 20px 0 50px;
}

.all-tickets {
  max-height: 710px;
  overflow-y: auto;
  margin-bottom: 30px;
}

.all-tickets .ticket-card:not(.active) .green {
  color: #777 !important;
}

.ticket-chat {
  background: #fff;
  padding: 20px 0;
  position: relative;
  margin-bottom: 30px;
}

.ticket-chat .yellow {
  color: #fff;
  background-color: #7fbf47;
  text-align: center;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 20px auto;
  padding: 5px 20px;
  font-size: 12px;
}

.all-reply {
  padding: 20px 10px 10px;
  height: calc(100vh - 350px);
  overflow: auto;
}

.one-reply {
  display: flex;
  margin-bottom: 20px;
}

.one-reply .reply-user {
  flex-grow: 1;
  font-weight: 700;
}

.one-reply .reply-text {
  background: #fff;
  padding: 15px 30px;
  border-radius: 25px;
  width: 90%;
}

.one-reply .reply-time {
  color: #bbb;
  font-weight: 700;
  font-size: 12px !important;
}

.one-reply .reply-time i {
  color: #7fbf47;
}

.one-reply .reply-date {
  margin: 0 20px 0 5px;
}

.one-reply .reply-content {
  font-size: 13px;
  direction: rtl;
  text-align: right;
  margin-bottom: 0;
}

.my-reply {
  flex-direction: row-reverse;
}

.my-reply .reply-text {
  background: #eefaf8;
}

.my-reply .reply-text>.d-flex {
  flex-direction: row-reverse;
}

.my-reply .reply-user {
  text-align: right;
}

.my-reply .reply-time {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.my-reply .reply-date {
  margin: 0 5px 0 20px;
}

.one-reply img,
.one-reply video {
  max-height: 120px;
  max-width: 120px;
  margin: auto;
  display: block;
}

.upload-btn-wrapper {
  position: relative;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.2s;
}

.animatedFadeInUp {
  opacity: 0;
}

/* .fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
} */

/*************circle moves********************/

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.mover {
  margin: 0 auto 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 315px;
  right: 43%;
  border-radius: 50%;
  box-sizing: border-box;
  /* transform-origin: 50% 10px; */
  animation: spin 3s infinite;
}

.mover-times {
  margin: 0 auto 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 12px;
  right: 48%;
  animation: spin 10s infinite linear;
}

.mover-times2 {
  margin: 0 auto 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 375px;
  right: 45%;
  animation: spin 12s infinite linear;
}

.mover-times3 {
  margin: 0 auto 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 620px;
  right: 2%;
  animation: spin 18s infinite linear;
}

.mover-square {
  margin: 0 auto 0;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 610px;
  right: 25%;
  animation: spin 6s infinite linear;
}

/********************scale animation**********************/

@keyframes scales {
  0% {
    transform: scale(0.94);
  }

  100% {
    transform: scale(1.08);
  }
}

.mover2 {
  animation: scales 2s alternate infinite ease-in;
}

.mover img,
.mover2 img,
.mover3 img,
.mover-times img,
.mover-times2 img,
.mover-times3 img,
.mover-square img {
  width: 100%;
}

.mover3 {
  margin: 0 auto 0;
  width: 250px;
  height: 250px;
  animation: scales 3s alternate infinite ease-in;
  position: absolute;
  top: 325px;
  right: 24%;
}

/**********************gradient**************************/
button {
  /* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
  background-image: linear-gradient(to right,
      #9ddf63,
      #64ae23,
      #7fbf47,
      #64ae23,
      #9ddf63);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}

button:hover {
  transform: scale(1.015);
  box-shadow: 0px 4px 12px #8b8b8b90;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/********************************************************************/
/* #banner {
  min-height: 100vh;
  padding: 50px 0 10px 0;
  background: url(../images/bg.png) no-repeat;
  background-position: top right;
  background-size: 48%;
} */

@media (max-width: 992px) {
  .mover3 {
    margin: 0 auto 0;
    width: 150px;
    height: 150px;
    animation: scales 3s alternate infinite ease-in;
    position: absolute;
    top: 325px;
    right: 26%;
  }

  /* #banner {
    background-size: 58%;
  } */
}

@media (max-width: 768px) {
  .mover3 {
    width: 100px;
    height: 100px;
    top: 325px;
    right: 2%;
  }

  /* 
  #banner {
    background: none;
    text-align: center;
  } */

  .mover2 {
    width: 120px;
    height: 120px;
    top: 45px;
    left: 2%;
    right: auto;
  }

  .mover {
    top: 315px;
    right: auto;
    left: 8%;
  }

  .mover-times {
    top: 12px;
    left: 10%;
  }

  .mover-times2 {
    top: 375px;
    left: 5%;
  }

  .mover-times3 {
    top: 620px;
    left: 2%;
    right: auto;
  }

  .mover-square {
    top: 610px;
    right: 5%;
  }

  .copy-right {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
  }
}

.new-card {}

.new-card img {
  max-height: 300px;
  object-fit: cover;
  box-shadow: 1px 4px 6px rgb(187 187 187 / 47%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.new-section {
  flex-direction: row-reverse;
}

.new-card span {
  font-size: 14px;
}

.new-card .new-details {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0 0px 0;
}

.new-card h6 {
  margin-right: 20px;
  border-right: 2px solid gray;
  padding-right: 17px;
  color: gray;
}

.new-card h5 {
  /* padding-right: 11px; */
  border-right: none !important;
}

.new-card svg {
  width: 12px;
  height: 14px;
  transform: rotateZ(180deg);
}

.new-card svg,
.new-card i {
  margin-left: 5px;
}

.new-page h1 {
  background-image: url(../../images/news_back.png);
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  padding: 150px 0 78px !important;
  color: white;
  margin-top: 0;
}

.related-news {
  display: flex;
  margin-bottom: 15px;
  flex-direction: row-reverse;
}

.related-news img {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.related-news div {
  display: flex;
  margin-inline: 7px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-align: right;
  padding-block: 10px;
}

.related-news div h4 {
  color: black;

  font-size: 14px;
}

.related-news div span {
  color: #a4a4a4;
  font-size: 13px;
  text-align: inherit;
  width: 100%;
}

.related-news img {
  transform: scale(1);
  transition: all ease-in-out 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.related-news:hover img {
  transform: scale(1.05);
  transition: all ease-in-out 0.3s;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.related-news h4 {
  transition: all ease-in-out 0.3s;
}

.related-news:hover h4 {
  color: #7fbf47;
}

.new-section h3 {
  border-bottom-width: 5px;
  border-image: linear-gradient(to left, #7fbf47, white) 1;
  border-bottom-style: solid;
  padding-bottom: 10px;
  text-align: right;
}

#centers-headers {
  background-image: url(../../images/emp_back.png);
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  padding: 150px 0 84px !important;
  color: white !important;
}

.serives-page-card {
  text-align: center;
  box-shadow: 1px 1px 4px #bbbbbba6;
  border-radius: 5px;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-top: 26px;
}

.serives-page-card img {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  margin-bottom: 15px;
  box-shadow: 0px 0px 5px 2px #80808085;
  transform: rotateZ(0deg);
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
}

.serives-page-card h2 {
  color: #000 !important;
  font-family: PNUBold;
  font-size: 18px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  padding-bottom: 13px;
  border-image: linear-gradient(to right, white, #7fbf47, white) 1;
}

.serives-page-card p {
  color: gray;
  font-size: 14px;
  height: 84px;
  overflow: auto;
  line-height: 2;
}

.serives-page-card {
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.serives-page-card:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#banner-client {
  background-image: url(../../images/mid-banner.jpg);
  padding: 80px;
  color: white;
  text-align: right;
}

#banner-client h5 {
  font-size: 35px;
  color: white;
  font-family: Al-Jazeera-Bold;
  border-right: none;
  padding-right: 3px;
  margin-bottom: 31px;
  text-transform: capitalize;
  display: none;
  font-weight: bold;
}

#banner-client h4 {
  font-size: 49px;
  text-align: center;
  padding: 10px;
  margin-left: auto;
}

#banner-client p {
  line-height: 2;
  font-size: 17px;
  letter-spacing: 1px;
}

#banner-client .row {
  align-items: center !important;
}

/* responsive */
@media (max-width: 768px) {
  .top-carousel .carousel-caption {
    width: 100%;
    text-align: center;
  }

  #banner-client {
    background-size: cover;
  }

  #banner-client .row {
    flex-direction: column-reverse;
  }

  #banner-client {
    padding: 10px;
  }

  #banner-client h4 {
    font-size: 30px;
  }

  #banner-client h5 {
    font-size: 26px;
    margin-bottom: 2px;
  }

  #banner-client p {
    line-height: 1.5;
    font-size: 13px;
  }

  .our-services .nav-pills .nav-link h4 {
    font-size: 12px;
  }

  .our-services .nav-pills .nav-link {
    width: 130px;
    height: 130px;
  }

  .app-sec {
    margin-top: 26px;
  }

  .fabs {
    left: 0 !important;
  }

  .back-to-top {
    /* left: 15px !important; */
  }

  .chat.is-visible {
    bottom: 84px;
    right: 42px;
  }

  /* new */
  .map-det .row {
    flex-direction: column-reverse;
    padding: 10px !important;
  }

  .map-det img {
    display: none;
  }

  .map-det {
    padding: 10px 0px !important;
  }
}

.map-det-header {
  text-align: right;
}

.remittances-tabs li {
  margin-bottom: 10px;
}

.our-services .row .col-md-6 .map-det {
  height: 100% !important;
}

.our-services .row .col-md-6 {
  display: flex !important;
}

.btn-location,
.btn-problem {
  animation: none !important;
  -webkit-animation: none !important;
}

@media (max-width: 1130px) {
  #header nav li a {
    padding: 0 10px !important;
  }
}

#header nav li a {
  text-wrap: nowrap;
}

.wa-tooltip {
  position: fixed;
  z-index: 99999999;
  right: 20px;
  bottom: 70px;
  font-family: sans-serif;
}

/* WhatsApp Floating Button */
.wa-btn {
  background: #25d366;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}

.wa-btn:hover {
  transform: scale(1.05);
}

.wa-btn img {
  width: 28px;
  height: 28px;
}

/* WhatsApp List (hidden by default) */
.wa-list {
  position: absolute;
  bottom: 70px;
  right: 0;
  flex-direction: column;
  background: #fff;
  min-width: 220px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* When active (opened) */
.wa-list.active {
  opacity: 1;
  transform: translateY(0);
}

/* List Items */
.wa-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  text-decoration: none;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
  white-space: nowrap;
}

.wa-list a:last-child {
  border-bottom: none;
}

.wa-list a:hover {
  background: #f5f5f5;
}

/* Flag icons */
.wa-list img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

/* Optional span styling */
.wa-list a span {
  margin-left: auto;
  font-size: 13px;
  color: #666;
}




.language-selector {
  position: relative;
  display: inline-block;
}

.dropdown-btn {
  /* background: transparent; */
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
}

header.header-fixed.dropdown-btn {
  color: #000;
}

.dropdown-btn .flag {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
}

.dropdown-list {
  display: flex;
  min-width: 100px;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  height: fit-content;
  min-height: 0px;
  opacity: 0;
  pointer-events: none;
  background: white;
  color: black;
  list-style: none;
  padding: 8px 0;
  margin: 4px 0;
  border-radius: 4px;
  z-index: 100;
  border: 1px solid lightgray;
  transition: all 0.3s ease-in-out;
}

.dropdown-list.active {
  opacity: 1;
  min-height: 80px;
  pointer-events: auto;
}

.dropdown-list li {
  padding: 6px 12px;
  display: flex !important;
  align-items: center;
  gap: 6px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.dropdown-list li:hover {
  background: #f0f0f0;
}

.dropdown-list .flag {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}


#google_translate_element {
  display: none !important;
}

.skiptranslate,
.goog-te-gadget,
.goog-te-combo {
  display: none !important;
}

body {
  margin: 0;
  padding: 0;
}


iframe.goog-te-banner-frame,
iframe.skiptranslate {
  display: none !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

.cards-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* exactly 4 columns */
  gap: 30px;
  max-width: 1200px;
  padding: 50px 0;
}


.contact-card {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
}

.card-header {
  background: white;
  padding: 0;
  border-bottom: 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 6px;
}

.avatar {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 5%;
  background: linear-gradient(135deg, #ffffff, #fef7f7, #f7f7f7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  border: 3px solid #f8f9fa;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.role {
  color: #6c757d;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.name {
  color: #212529;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
}

.website {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 25px;
}

.whatsapp-button {
  background-image: linear-gradient(to right, #9ddf63, #64ae23, #7fbf47, #64ae23, #9ddf63);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  justify-content: center;
}

.whatsapp-button:hover {
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.whatsapp-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}


@media (max-width: 768px) {
  .cards-container {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  body {
    padding: 20px;
  }
}


