/* Constant styles  */
.package_card_container .title {
  font-size: 20px;
  font-weight: bold;
}
.package_card_container.type .btn_container {
  height: 89.8px !important;
  filter: drop-shadow(
    3.7302000523px 2.7976000309px 0.9325500131px rgba(0, 0, 0, 0.75)
  );
  background: #e5e6e7;
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  margin-top: 0px;
}
.package_card_container.type button {
  min-height: 45.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: auto;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.package_card_container.type.first_type button {
  background: #7ecdec;
  background: linear-gradient(-167deg, #7ecdec 0%, #3e8dfc 100%);
}
.package_card_container.type.first_type .items .item {
  background: #7ecdec;
  background: linear-gradient(
    -167deg,
    rgba(126, 205, 236, 0.1921568627) 0%,
    rgba(62, 141, 252, 0.2117647059) 100%
  );
}
.package_card_container.type.first_type .items .item .badge {
  background-color: #3e8dfc;
}
.package_card_container.type.second_type button {
  background: #fd1791;
  background: linear-gradient(-90deg, #fd1791 0%, #c12b97 44.89%, #91399d 100%);
}
.package_card_container.type.second_type .items .item {
  background: #5a1e80;
  background: linear-gradient(
    -176deg,
    rgba(90, 30, 128, 0.2274509804) 0%,
    rgba(163, 84, 141, 0.0941176471) 100%
  );
}
.package_card_container.type.second_type .items .item .badge {
  background-color: #c12b97;
}
.package_card_container.type.third_type button {
  background: #ffc010;
  background: linear-gradient(-90deg, #ffc010 0%, #ff6d00 100%);
}
.package_card_container.type.third_type .items .item {
  background: #ffc010;
  background: linear-gradient(
    -90deg,
    rgba(255, 191, 16, 0.2117647059) 0%,
    rgba(255, 111, 0, 0.2117647059) 100%
  );
}
.package_card_container.type.third_type .items .item .badge {
  background-color: #ff6d00;
}
.package_card_container.type.fourth_type button {
  background: #5a1e80;
  background: linear-gradient(
    -176deg,
    #5a1e80 0%,
    #3b31c5 44.89%,
    #a3548d 100%
  );
}
.package_card_container.type.fourth_type .items .item {
  background: #5a1e80;
  background: linear-gradient(
    -176deg,
    rgba(90, 30, 128, 0.2274509804) 0%,
    rgba(163, 84, 141, 0.1098039216) 100%
  );
}
.package_card_container.type.fourth_type .items .item .badge {
  background-color: #5a1e80;
}

.car_info .service_card::after {
  content: '' !important;
}
.car_info .content .wrapper .booking_cards {
  grid-template-columns: repeat(2, 1fr);
}
.car_info .content .wrapper .booking_cards .service_card {
  position: relative;
}
.car_info .content .wrapper .booking_cards .service_card .card_content {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
.car_info
  .content
  .wrapper
  .booking_cards
  .service_card
  .card_content:has(input[type='radio']:checked) {
  background: rgba(94, 201, 255, 0.23) !important;
  border: none;
}
.car_info
  .content
  .wrapper
  .booking_cards
  .service_card:has(input[type='radio']:checked) {
  color: #fff;
  background: rgba(94, 201, 255, 0.23) !important;
  border: none;
}
.car_info
  .content
  .wrapper
  .booking_cards
  .service_card:has(input[type='radio']:checked)
  p {
  color: #000;
}
.car_info
  .content
  .wrapper
  .booking_cards
  .service_card:has(input[type='radio']:checked)
  span {
  color: #5ec9ff;
}
@media (max-width: 800px) {
  .car_info .content .wrapper .booking_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.car_info .content .wrapper .booking_cards .card_title,
.car_info .content .wrapper .booking_cards .price {
  color: #5ec9ff;
}
.car_info .content .wrapper .booking_cards .price {
  font-weight: bold;
}
.car_info .content .wrapper .service_card {
  border-color: rgba(112, 112, 112, 0.41);
  border-width: 0.5px;
  border-style: solid;
  border-radius: 14px;
  background: #ffffff;
  min-width: 300px;
}

.custom-select.booking {
  padding: 25px 20px;
  display: flex;
  align-items: center;
  background-color: #fff !important;
  border-color: #5ec9ff;
}

.order_summary .login_container .login-form {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.order_summary .invoice_summary,
.order_summary .order_summary_info {
  background-color: #f4f4f4;
}
.order_summary label {
  font-size: 18px;
  font-weight: bold;
}
.order_summary .login-form .form-control {
  border-color: #5ec9ff;
  border-width: 0.5px;
  border-style: solid;
  border-radius: 10px;
  background: #f9f9f9;
}
.order_summary .order_summary_info .content {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .order_summary .order_summary_info .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.order_summary .order_summary_info .content p {
  color: #535353;
}
.order_summary .order_summary_info .content .card_item {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-color: rgba(112, 112, 112, 0.41);
  border-width: 0.5px;
  border-style: solid;
  border-radius: 6px;
  align-content: center;
  justify-content: center;
  background: #ffffff;
}
.order_summary .order_summary_info .content .card_item img {
  margin: auto;
}
.order_summary .order_summary_info .content .card_item .edit_icon {
  position: absolute;
  right: -5px;
  top: -5px;
}
.order_summary .main_title {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 20px;
}
.order_summary .price {
  font-size: 20px;
  font-weight: normal;
}
.order_summary .title {
  font-size: 18px;
  font-weight: bold;
}

@font-face {
  font-family: conr;
  src: url('../fonts/CoconNextArabic-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: conl;
  src: url('../fonts/Cocon-Next-Arabic-Light.otf');
  font-display: swap;
}
@font-face {
  font-family: conb;
  src: url('../fonts/CoconNextArabic-Bold.ttf');
  font-display: swap;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
  transition: all 0.4s ease-in;
font-family: conr;

  direction: ltr;
}

body {
font-family: conr;

  line-height: normal !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

a,
button {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* // Constant Styles */
ul {
  margin-bottom: 0;
}

.form-control {
  border-radius: 7px;
  background-color: rgba(245, 247, 250, 0.386);
}
.form-control:focus {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.2);
}

p {
  font-size: 1.1rem;
  color: #000;
}

/* Main Style */
.btn-style {
background-color: #5ec9ff;
padding: 21px 35px;

  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
border: 1px solid #5ec9ff;
border-radius: 42px;

}
.btn-style:hover {
color: #5ec9ff;
background-color: white;
border-color: #5ec9ff;

}

.btn-style-rounded {
background-color: #5ec9ff;

  padding: 18px 47px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
border-radius: 35px;

  text-align: center;
border: 1px solid #5ec9ff;

}
.btn-style-rounded:hover {
color: #5ec9ff;

  background-color: #fff;
border-color: #5ec9ff;

}

.card-img {
  height: 100vh;
  position: relative;
}
.card-img .img-parent {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.card-img .img-parent img,
.card-img .img-parent video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.section_header {
  margin: 20px 0;
}
.section_header h5 {
  font-size: 2rem;
}

.personal-img {
  position: relative;
  margin-bottom: 20px;
}
.personal-img .per {
  width: 200px;
  height: 130px;
  border-radius: 11px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}
.personal-img .upload-btn-wrapper {
  position: relative;
  margin: 0;
  cursor: pointer !important;
}
.personal-img .btn {
  color: #5ec9ff;
  cursor: pointer !important;
  text-align: left;
  font-size: 12px;
  z-index: 9;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 165px;
}
.personal-img .btn i,
.personal-img .btn span {
  color: #fff;
}
.personal-img .btn i {
  margin-top: -3px;
  font-size: 1.2rem;
}
.personal-img .btn img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.personal-img .btn:disabled {
  display: none;
}
.personal-img .upload-btn-wrapper input[type='file'] {
  font-size: 100px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.personlaimg-h4 {
  margin-left: 10px;
}

.side-active {
  height: 100vh;
  overflow: hidden;
}
.side-active .bg-side-open {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 4;
}

.splash-active {
  height: 100vh;
  overflow: hidden;
}

/* splash */
.splash {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
background-color: #5ec9ff;

  z-index: 99;
}
.splash .wrapper {
  width: 200px;
  height: 60px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
.splash .circle {
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  right: 15%;
  transform-origin: 50%;
-webkit-animation: circle 0.5s alternate infinite ease;

animation: circle 0.5s alternate infinite ease;


}
@-webkit-keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}

@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
.splash .circle:nth-child(2) {
  right: 45%;
-webkit-animation-delay: 0.2s;

animation-delay: 0.2s;


}
.splash .circle:nth-child(3) {
  right: auto;
  left: 15%;
-webkit-animation-delay: 0.3s;

animation-delay: 0.3s;


}
.splash .shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  right: 15%;
  filter: blur(1px);
-webkit-animation: shadow 0.5s alternate infinite ease;

animation: shadow 0.5s alternate infinite ease;


}
@-webkit-keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}

@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.splash .shadow:nth-child(4) {
  right: 45%;
-webkit-animation-delay: 0.2s;

animation-delay: 0.2s;


}
.splash .shadow:nth-child(5) {
  right: auto;
  left: 15%;
-webkit-animation-delay: 0.3s;

animation-delay: 0.3s;


}
.splash .wrapper span {
  position: absolute;
  top: 75px;
  font-family: "Lato";
  font-size: 20px;
  letter-spacing: 12px;
  color: #fff;
  right: 15%;
}

/* menu icon */
.menu_icon {
  left: 0;
  width: 45px;
  height: 45px;
background-color: #5ec9ff;

  border-radius: 50%;
position: relative;


  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 9;
  display: none;
  align-items: center;
  /* Icon 1 */
}
.menu_icon #nav-icon1,
.menu_icon #nav-icon2,
.menu_icon #nav-icon3,
.menu_icon #nav-icon4 {
  width: 1.6rem;
  height: 0.7rem;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu_icon #nav-icon1 span,
.menu_icon #nav-icon3 span,
.menu_icon #nav-icon4 span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: 0.45s ease-in-out;
}
.menu_icon #nav-icon1 span:nth-child(1) {
  top: 0px;
}
.menu_icon #nav-icon1 span:nth-child(2) {
  top: 8px;
  right: unset;
  left: 0;
}
.menu_icon #nav-icon1.open span:nth-child(1) {
  top: 5px;
  transform: rotate(-135deg);
  width: 100%;
}
.menu_icon #nav-icon1.open span:nth-child(2) {
  top: 5.5px;
  transform: rotate(135deg);
}

/* side_nav */
.side-nav {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  width: 300px;
  max-width: 100%;
  margin: auto;
  position: fixed;
  box-shadow: 0 7px 19px rgba(0, 0, 0, 0.13);
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  left: -100%;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  overflow: auto;
}
.side-nav .side-wrapper {
height: 50vh;

}
.side-nav .close-nav {
  position: absolute;
  top: 10px;
  left: 10px;
}
.side-nav .logo {
  text-align: center;
  margin-bottom: 30px;
}
.side-nav .side-links {
  height: 100%;
  overflow: auto;
  margin-top: 10px;
}
.side-nav .side-links ul {
  height: 100%;
}
.side-nav .side-links ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.side-nav .side-links ul li a {
  color: #000;
  display: block;
  padding: 10px 5px;
  font-size: 1rem;
}
.side-nav .side-links ul li.active {
background-color: #5ec9ff;

}
.side-nav .side-links ul li.active a {
  color: #fff;
}
.side-nav .side-links ul .login-item a {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 20px;
  text-align: center;
}
.side-nav .side-links ul .signup-item a {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  color: #5ec9ff;
}
.side-nav .option {
  margin-top: 20px;
}
.side-nav .option li {
  margin-top: 10px;
}
.side-nav .option li a {
  padding: 10px 5px;
  color: #fff;
  border: 1px solid #5ec9ff;
}
.side-nav .person-info {
  text-align: center;
}
.side-nav .person-info .card-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
}
.side-nav .person-info .card-img img {
  border-radius: 50%;
}
.side-nav .person-info a {
  margin: 10px;
}


.side-nav-open {
  left: 0;
}

.open-profile-sidebar {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: none;
}

.nice-select {
  float: none !important;
  background-color: transparent;
}

.splashscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: white;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.splashscreen .loading {
  display: flex;
  gap: 12px;
}
.splashscreen .loading div {
  width: 20px;
  height: 20px;
  background: #5ec9ff;
  border-radius: 50%;
  box-shadow: 0 -0.4rem rgba(202, 196, 204, 0.1) inset;
  -webkit-animation: cycle 1s ease-in-out infinite;
          animation: cycle 1s ease-in-out infinite;
}
.splashscreen .loading div:nth-child(1) {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.splashscreen .loading div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.splashscreen .loading div:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes cycle {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes cycle {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}

.splashscreen_none {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.search-screen {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  display: flex;
  align-items: center;
opacity: 0;
visibility: hidden;
z-index: -1;
transition: all 0.3s ease-in-out;

}
.search-screen .form-control {
  height: 50px;
  background-color: #fff;
  border: 0.5 solid #535353;
}
.search-screen .btn-style {
  border-radius: 10px;
  padding: 15px 40px;
  margin-top: 20px;
}
.search-screen .close {
  position: absolute;
  top: 50px;
  left: 100px;
  z-index: 4;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.search-screen-active {
  opacity: 1;
  visibility: visible;
  z-index: 6;
}

.slick-arrow {
  z-index: 5;
top: unset;
bottom: 64px;
width: 40px;
height: 35px;

  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  border: 1px solid #fff;
border-radius: 3px;
box-shadow: 0 7px 9px rgba(0, 0, 0, 0.16);

}
.slick-arrow::before {
color: #000;
font-size: 1.1rem;

  transition: all 0.3s ease-in-out;
}
.slick-arrow.slick-next {
right: 250px;

}
.slick-arrow.slick-next::before {
content: '\f105';
margin-right: 5px;

}
.slick-arrow.slick-prev {
right: 200px;

}
.slick-arrow.slick-prev::before {
  content: "\f104";
  margin-left: 5px;
}
.slick-arrow:hover {
  background-color: #5ec9ff;
}
.slick-arrow:hover::before {
  color: #fff;
}
.slick-arrow:focus {
  background-color: #5ec9ff;
}

.slick-arrow:focus::before {
  color: #fff;
}

/* ================================================================ */
.section-header h5 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  color: #5ec9ff;
}
.section-header h5::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -50px;
  width: 41px;
  height: 3px;
  background-color: #5ec9ff;
  border-radius: 5px;
}

/* ================================================================ */
.custom-navbar {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 25px 0;
}
.custom-navbar .logo img {
  width: 200px;
}
.custom-navbar .links li {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .custom-navbar .links li {
    margin-left: 25px;
  }
}
.custom-navbar .links li a {
  padding: 5px 17px;
  font-size: 1.1rem;
  color: #fff;
border-radius: 16px;
cursor: pointer;

}
.custom-navbar .links li.active a {
  background-color: #5ec9ff;
}
.custom-navbar .links li:hover a {
  background-color: #5ec9ff;
  color: #fff;
}
.custom-navbar .navbar-option li {
  margin-left: 14px;
}
.custom-navbar .navbar-option .person-icon .card-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.custom-navbar .navbar-option .person-icon .card-img img {
  border-radius: 50%;
}
.custom-navbar .navbar-option .btn-style {
  border-radius: 22px;
  font-size: 1rem;
  font-family: conl;
  min-width: auto;
  width: auto;
  padding: 10px 14px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.custom-navbar .navbar-option .btn-style:hover {
  background-color: transparent;
  color: #fff;
}
.custom-navbar .navbar-option .btn-style.new-account {
  background-color: transparent;
  color: #fff;
}
.custom-navbar .navbar-option .btn-style.new-account:hover {
  background-color: #fff;
  color: #5ec9ff;
}




.custom-navbar-position {
  position: relative;
  background-color: #000000;
}

/* ================================================================ */
.header {
  position: relative;
  overflow: hidden;
direction: ltr;

}
.header .container {
  position: relative;
  z-index: 8;
}
.header .header-slider {
  margin-bottom: 0;
}
.header .header-content {
  position: relative;
height: 100%;

  display: flex;
  align-items: center;
z-index: 5;
position: relative;
z-index: 8;
direction: ltr;

}
.header .header-content .wrappe {
  position: relative;
  z-index: 8;
}
.header .header-content .wrappe h6 {
  color: #5ec9ff;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.header .header-content .wrappe h6::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -50px;
  width: 41px;
  height: 3px;
  background-color: #5ec9ff;
  border-radius: 5px;
}
.header .header-content .wrappe h5,
.header .header-content .wrappe p {
  color: #fff;
}
.header .header-content .wrappe h5 {
  font-size: 2.5rem;
  font-family: conb;
  margin: 15px 0;
}
.header .header-content .wrappe .btn-style {
  background-color: #fff;
  padding: 15px 50px;
  color: #000;
  border-color: #fff;
  margin-top: 30px;
}
.header .header-content .wrappe .btn-style:hover {
  background-color: transparent;
  color: #fff;
}
.header .card-img {
  overflow: hidden;
}
.header .card-img .dokhan {
  position: absolute;
bottom: -350px;
left: -900px;
z-index: 1;

}
.header .slick-dots {
  bottom: 50px;
  display: flex;
justify-content: flex-start;
right: 200px;

  align-items: center;
margin-bottom: 0;

}
.header .slick-dots li {
  margin: 0;
  width: 25px;
  height: 4px;
  margin-left: 10px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.header .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 25px;
  height: 4px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.header .slick-dots li button::before {
  width: 10px;
  background-color: #5ec9ff;
  width: 100%;
  height: 100%;
  padding: 0;
  content: "";
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.header .slick-dots li.slick-active {
  height: 8px;
  width: 8px;
}
.header .slick-dots li.slick-active button {
  height: 8px;
  width: 8px;
}
.header .slick-dots li.slick-active button:before {
  border-radius: 50%;
}

/* ================================================================ */
.main-department {
  padding: 25px 0;
  box-sizing: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ececec;
}

.department-card .card-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
overflow: hidden;

}
.department-card img {
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.department-card span {
  margin-left: 10px;
  color: #000;
}

.dep-color-1 {
  background-color: #f9d906;
}

.dep-color-2 {
  background-color: #49c6d6;
}

.dep-color-3 {
  background-color: #fbb150;
}

.dep-color-4 {
  background-color: #1bbc9b;
}

.dep-color-5 {
  background-color: #f05a24;
}

.like .liked {
  display: none;
  color: red;
}

.active-like .disliked {
  display: none;
}
.active-like .liked {
  display: block;
  color: red;
}

/* ================================================================ */
.newews-announcement {
  background-color: #f2f2f2;
}
.newews-announcement .announsment-wrapper {
  margin-top: 32px;
  margin-bottom: 70px;
}
.newews-announcement .announsment-wrapper .head h5 {
  margin-bottom: 20px;
}
.newews-announcement .announcment-cards-wrap {
  margin-top: 150px;
}

.announsment-wrapper-filter .nice-select {
  height: 45px;
  line-height: 32px;
  width: 210px;
  text-align: left !important;
  background-color: #fff;
border-radius: 3px;
border: 0.5px solid #707070;

}
.announsment-wrapper-filter .nice-select .list {
  width: 100%;
}
.announsment-wrapper-filter .nice-select .list .option {
  text-align: left !important;
}
.announsment-wrapper-filter .form-group {
  margin-left: 19px;
}
.announsment-wrapper-filter .form-group label {
  cursor: pointer;
}
.announsment-wrapper-filter .form-group label input {
  position: absolute;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.announsment-wrapper-filter .form-group label .card-check {
  background-color: #fff;
  border: 0.5px solid #707070;
  border-radius: 3px;
  height: 45px;
  display: flex;
padding: 0 21px;

align-items: center;

}
.announsment-wrapper-filter .form-group label .card-check img {
  margin-left: 16px;
  width: 20px;
}
.announsment-wrapper-filter .form-group input[type=checkbox]:checked ~ .card-check {
  background-color: #000;
  color: #fff;
}
.announsment-wrapper-filter .form-group input[type=checkbox]:checked ~ .card-check img {
  filter: brightness(0) invert(1);
}
.announsment-wrapper-filter form {
  flex-wrap: wrap;
}

.announcement-cards {
  padding: 60px 0;
  padding-bottom: 0;
}

.onecategory-card {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11);
  border-radius: 7px;
  margin-bottom: 31px;
  position: relative;
  margin-bottom: 100px;
}
.onecategory-card .like {
  position: absolute;
top: 20px;
right: 22px;
cursor: pointer;

}
.onecategory-card .like .wrap {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
}
.onecategory-card .like .wrap i {
  font-size: 1.3rem;
}
.onecategory-card .card-img {
  width: 270px;
  height: 250px;
  position: relative;
  top: -50px;
  left: 20px;
}
.onecategory-card .card-body {
  padding: 19px 20px 59px 57px;
  padding-bottom: 0;
  position: relative;
}
.onecategory-card .card-body h5 {
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.onecategory-card .card-body ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.onecategory-card .card-body ul li {
  margin-bottom: 34px;
  width: 50%;
}
.onecategory-card .card-body ul li span {
  font-size: 1rem;
  color: #8e8e8e;
  font-family: conl;
  margin-left: 5px;
}
.onecategory-card .card-body ul li i {
  color: #5ec9ff;
}
.onecategory-card .card-body .price {
  display: flex;
  align-items: center;
}
.onecategory-card .card-body .price h5 {
  direction: rtl;
  margin: 0;
  margin-right: 10px;
}
.onecategory-card .card-body .btn-style {
  padding: 12px 35px;
  background-color: #5ec9ff;
  border: 1px solid #5ec9ff;
  color: #fff;
  border-radius: 9px;
}
.onecategory-card .card-body .btn-style:hover {
  color: #5ec9ff;
  background-color: #fff;
  border-color: #5ec9ff;
}

.filter {
  padding-top: 65px;
}
.filter .head {
  margin-bottom: 30px;
}
.filter .filter-form .accordion {
  background-color: transparent;
}
.filter .filter-form .accordion .accordion-header,
.filter .filter-form .accordion .accordion-item,
.filter .filter-form .accordion .accordion-button {
  background-color: transparent;
  color: #000;
  border: 0;
  font-size: 1.1rem;
}
.filter .filter-form .accordion .accordion-header:focus,
.filter .filter-form .accordion .accordion-item:focus,
.filter .filter-form .accordion .accordion-button:focus {
  outline: 0 !important;
  box-shadow: none;
  border: 0 !important;
}
.filter .filter-form .accordion .accordion-body {
  background-color: transparent;
}
.filter .filter-form .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
.filter .filter-form .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.filter .filter-form .alldepartment {
  justify-content: space-between;
}
.filter .filter-form .alldepartment input[type=checkbox] {
  position: relative;
width: 40px;
height: 15px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: rgba(3, 3, 3, 0.285);
outline: none;
border-radius: 2rem;
cursor: pointer;

}
.filter .filter-form .alldepartment input[type=checkbox]::before {
  content: "";
width: 18px;
height: 18px;
border-radius: 50%;
background: #fff;

position: absolute;
top: 50%;
transform: translate(0, -50%);

left: 0;



transition: 0.5s;

}
.filter .filter-form .alldepartment input[type=checkbox]:checked::before {
  left: 65%;
  background: #fff;
}
.filter .filter-form .alldepartment input[type=checkbox]:checked {
  background: rgb(3, 3, 3);
}
.filter .filter-form .form-group {
  border-bottom: 1px solid rgba(112, 112, 112, 0.422);
  padding-top: 15px;
}
.filter .filter-form .form-group .form-input {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}
.filter .filter-form .form-group .form-input input {
  cursor: pointer;
}
.filter .filter-form .form-group .form-input label {
  font-family: conl;
  margin-left: 10px;
cursor: pointer;

}

/* ================================================================ */
.login-page {
  padding: 45px 0;
  background-color: white;
}
.login-page .header {
  text-align: center;
}
.login-page .header h5 {
  font-size: 1.9rem;
  font-weight: bold;
}
.login-page .form-inputs-header {
  font-size: 1.3rem;
  color: #000;
  margin-left: 0;
}
.login-page .form-inputs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page .form-inputs .form-group {
  width: 78px;
  height: 85px;
  margin: 0 9px;
}
.login-page .form-inputs .form-group .form-control {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 0;
  padding-top: 18px;
  font-size: 2.5rem;
}
.login-page .form-inputs .form-group .form-control:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}
.login-page .form-inputs .form-group .form-control::-moz-placeholder {
  color: #8e8e8e;
  font-size: 2.5rem;
}
.login-page .form-inputs .form-group .form-control::placeholder {
  color: #8e8e8e;
  font-size: 2.5rem;
}

.login-form {
  background-color: #f4f4f4;
  padding: 50px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.login-form .form-control {
  height: 61px;
  border-radius: 10px;
  background-color: #f9f9f9;
  border: 0.5px solid #535353;
}
.login-form .form-group {
  margin-top: 50px;
}
.login-form .form-group label {
  margin-bottom: 10px;
}
.login-form .btn-style {
  background-color: #5ec9ff;
  color: #fff;
  border-radius: 10px;
  border-color: #5ec9ff;
  width: 100%;
  text-align: center;
}
.login-form .btn-style:hover {
  background-color: #fff;
  color: #5ec9ff;
}
.login-form .forget-password {
  margin-top: 16px;
  margin-bottom: 80px;
}
.login-form .forget-password a {
  text-decoration: underline;
  color: #000000;
}
.login-form .dont-hava-account {
  text-align: center;
  margin-top: 25px;
}
.login-form .dont-hava-account a {
  font-family: conb;
  color: #000000;
}
.login-form .dont-hava-account a span {
  color: #535353;
  font-family: conl;
}
.login-form .btn-signup {
  margin-top: 60px;
}

.login-strip {
  background-image: url("../images/loginimg.png");
  height: 100%;
  padding: 166px 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  text-align: center;
position: relative;

}
.login-strip .logo {
  position: relative;
  z-index: 2;
}
.login-strip::after {
content: '';

  position: absolute;
top: 0;
right: 0;

  width: 100%;
height: 100%;
background-image: linear-gradient(to center, rgba(0, 0, 0, 0.64), white);
background: rgba(255, 255, 255, 0);
background: linear-gradient(
  -180deg,
  rgba(255, 255, 255, 0) 30%,
  rgba(94, 201, 255, 0.71) 100%
);
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;

}

/* ================================================================ */
.department-page .announcement-cards .section-header {
  display: flex;
  align-items: center;
}
.department-page .announcement-cards .section-header h6,
.department-page .announcement-cards .section-header h5 {
  font-size: 1.2rem;
  margin-right: 10px;
  margin-bottom: 0;
}
.department-page .announcement-cards .section-header h5 {
  margin-left: 10px;
}

/* ================================================================ */
.profile-owner-page .profile-picture {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: -100px;
}

.profile-owner-page .profile-picture .card-img {
  width: 158px;
  height: 124px;
  border-radius: 11px;
}
.profile-owner-page .profile-picture .card-img img {
  border-radius: 11px;
}
.profile-owner-page .profile-picture h5 {
  color: #5ec9ff;
  text-align: center;
  font-size: 1.2rem;
  font-family: conb;
}
.profile-owner-page .profile-picture p {
  text-align: center;
}
.profile-owner-page .profile-picture p i {
  color: #5ec9ff;
  margin-right: 5px;
}



.profile-owner-page .profile-picture p span,
.profile-owner-page .profile-picture p a {
  color: #000;
  font-family: conl;
}

/* ================================================================ */
.all-department {
  padding: 102px 0;
}
.all-department .section-header {
  margin-bottom: 50px;
}
.all-department .department-card {
  margin-bottom: 50px;
}

/* ================================================================ */
.notification-page {
  background-color: #f2f2f2;
  padding: 65px 0;
}
.notification-page .head {
  margin-bottom: 90px;
}
.notification-page .head h5 {
  font-size: 3rem;
  font-family: conb;
}
.notification-page .wrapper ul li {
  margin-bottom: 21px;
}
.notification-page .wrapper ul li a {
  margin-bottom: 30px;
  padding: 18px;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.notification-page .wrapper ul li a p {
  padding-left: 75px;
  -webkit-line-clamp: 3 !important;
  line-height: 35px;
  font-family: conl;
}
.notification-page .wrapper ul li a .date {
  padding-left: 75px;
  color: #5c5c5c;
}
.notification-page .wrapper ul li a.active {
  background-color: rgb(255, 255, 255);
}
.notification-page .wrapper ul li a::before {
  content: "\f0f3";
  position: absolute;
  top: 18px;
  color: #5ec9ff;
  left: 18px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 5px;
}

/* ================================================================ */
.profile-inner-chats {
  background-color: #f2f2f2;
  padding: 65px 0;
  padding-bottom: 200px;
}
.profile-inner-chats .head {
  margin-bottom: 90px;
}
.profile-inner-chats .head h5 {
  font-size: 3rem;
  font-family: conb;
}

.innerchat-card {
  display: flex;
  align-items: flex-start;
border-radius: 13px;
padding: 20px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
background-color: #fff;
margin-top: 44px;

}
.innerchat-card .card-img {
  width: 103px;
  height: 109px;
  margin-right: 25px;
  flex: none;
box-shadow: 0 px 2px rgba(0, 0, 0, 0.16);

}
.innerchat-card .card-img img {
  border: 1px solid #5ec9ff;
  border-radius: 13px;
}
.innerchat-card .card-body h5 {
  color: #5ec9ff;
  margin: 0;
  font-size: 1rem;
}
.innerchat-card .card-body .time {
  margin: 13px 0;
}
.innerchat-card .card-body .time i,
.innerchat-card .card-body .time span {
  font-size: 0.6rem;
  color: #6a6a6a;
}
.innerchat-card .card-body p {
  color: #6c6c6c;
  font-size: 0.8rem;
  -webkit-line-clamp: 2 !important;
  margin: 0;
}
.innerchat-card.active {
  background-color: rgba(152, 152, 152, 0.17);
}

/* ================================================================ */
/* ================================================================ */
.profile-chats {
  padding: 90px 0;
}
.profile-chats .wrapper {
  border: 0;
  background-color: transparent;
  padding-top: 0;
}
.profile-chats .head {
margin-bottom: 30px;

}
.profile-chats .head h5 {
  font-size: 3rem;
  font-family: conb;
}
.profile-chats .chat-header {
  display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 32px;

}
.profile-chats .chat-header .card-img {
  width: 112px;
  height: 92px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 13px;
}
.profile-chats .chat-header .card-img img {
  border-radius: 13px;
}
.profile-chats .chat-body {
  height: calc(100vh - 203px);
  overflow: auto;
  padding: 0 20px;
}
.profile-chats .chat-message-form .input-group {
  height: 84px;
}
.profile-chats .chat-message-form .input-group input {
  border: 1px solid #5ec9ff;
}
.profile-chats .chat-message-form .input-group-text {
  background-color: #5ec9ff;
  border: 1px solid #5ec9ff;
  width: 106px;
  display: flex;
  align-items: center;
justify-content: center;


}

.chat-message {
  margin-bottom: 100px;
}
.chat-message .message {
  padding: 29px 23px 60px 23px;
  margin-bottom: 16px;
  width: 60%;
  border-radius: 13px;
}
.chat-message .message p {
  font-size: 1rem;
}
.chat-message .time {
  color: rgba(0, 0, 0, 0.36);
}
.chat-message .time i {
  margin-right: 10px;
  color: #5ec9ff;
}
.chat-message.message-sent .message {
  background-color: rgba(83, 83, 83, 0.238);
  border-bottom-right-radius: 0;
}
.chat-message.message-sent .message p {
color: #fff;

}
.chat-message.message-receive .message {
  margin-left: auto;
  background-image: linear-gradient(to right, #0d0d0d, #0d0d0d, #0d0d0d, rgba(113, 113, 113, 0.9));
  border-bottom-right-radius: 0;
}
.chat-message.message-receive p {
  color: #fff;
}
.chat-message.message-receive .time {
  text-align: right;
}

/* ================================================================ */
.faq-page {
  padding-top: 41px;
  background-color: #f2f2f2;
  padding: 65px 0;
  padding-bottom: 81px;
}
.faq-page .faq-head {
  text-align: center;
  margin-bottom: 80px;
}
.faq-page .faq-head h5 {
  margin-bottom: 50px;
  font-size: 3rem;
  color: #000;
}
.faq-page .wrapper {
  border: 0;
  border-radius: 24px;
  border-color: rgba(128, 128, 128, 0.16);
  border-width: 1px;
  border-style: solid;
  border-radius: 17px;
  background: #f9f9f9;
  padding: 30px 60px;
}
.faq-page .wrapper .accordion-item {
  background-color: transparent;
  border-bottom-color: rgba(112, 112, 112, 0.24);
}
.faq-page .wrapper .accordion-item .accordion-header {
  padding: 15px 0;
}
.faq-page .wrapper .accordion-item .accordion-button {
  background-color: transparent;
  font-size: 1.3rem;
}
.faq-page .wrapper .accordion-item .accordion-button:focus {
  outline: none !important;
  border-color: transparent !important;
  box-shadow: none;
}
.faq-page .wrapper .accordion-item .accordion-body .content {
  padding: 28px 18px;
  border-radius: 13px;
  background: rgba(45, 46, 129, 0.09);
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
}
.faq-page .wrapper .accordion-item .accordion-body .content p {
  color: #2d2e81;
  font-size: 18px;
  margin: 0;
}
.faq-page .wrapper .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
}

/* ================================================================ */
.terms-condition-page {
  padding-top: 41px;
  background-color: #f2f2f2;
  padding: 65px 0;
  padding-bottom: 81px;
}
.terms-condition-page .about-patform-head {
  text-align: center;
}
.terms-condition-page .about-patform-head h5 {
  color: #000;
  font-size: 3rem;
  margin-bottom: 44px;
}
.terms-condition-page .terms-condition-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 54px 60px;
  border-color: rgba(83, 83, 83, 0.12);
  border-width: 0.5px;
  border-style: solid;
  border-radius: 6px;
  background: #f9f9f9;
}
.terms-condition-page .terms-condition-content ul li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}
.terms-condition-page .terms-condition-content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #5ec9ff;
  border-radius: 50%;
}
.terms-condition-page .terms-condition-content ul li p {
  color: #000;
}

/* ================================================================ */
.myaccount-profile {
  background-color: #f2f2f2;
  padding-bottom: 200px;
}

.profile-sidebar {
  background-color: #f7f7f7;
  padding: 40px 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-color: rgba(67, 67, 67, 0.26);
  border-width: 1px;
  border-style: solid;
  border-radius: 17px;
}
.profile-sidebar .profile-picture .card-img {
  width: 140px;
  height: 117px;
  border-radius: 15px;
  margin: auto;
}
.profile-sidebar .profile-picture .card-img img {
  border-radius: 15px;
}
.profile-sidebar .close-sidebar {
  display: none;
}
.profile-sidebar .side-list {
  margin-top: 60px;
}
.profile-sidebar .side-list li a {
  display: block;
  padding: 20px 20px;
  width: 100%;
}
.profile-sidebar .side-list li a i {
  margin-right: 14px;
  color: #323e48;
  transition: all 0.3s ease-in-out;
}
.profile-sidebar .side-list li a span {
  color: #323e48;
  transition: all 0.3s ease-in-out;
}
.profile-sidebar .side-list li a:hover {
  background-color: rgba(94, 201, 255, 0.13);
  color: #5ec9ff;
}
.profile-sidebar .side-list li a:hover i,
.profile-sidebar .side-list li a:hover span {
  color: #5ec9ff;
}
.profile-sidebar .side-list li a.active {
  background-color: rgba(94, 201, 255, 0.13);
}
.profile-sidebar .side-list li a.active i,
.profile-sidebar .side-list li a.active span {
  color: #5ec9ff;
}

.profile-left-data.profile-chats {
  padding: 90px 0;
}

.profile-left-data {
  padding: 0 62px;
  padding-right: 0;
}
.profile-left-data .onecategory-card .card-img {
  height: 240px;
}
.profile-left-data .onecategory-card .card-body {
  padding-bottom: 0;
}
.profile-left-data .onecategory-card .like .wrap {
  border-radius: 5px;
  background-color: #fff;
}
.profile-left-data .onecategory-card .like .wrap i {
  color: red;
}
.profile-left-data .onecategory-card .edit {
  background-color: #00114e;
  border-radius: 9px;
padding: 10px 15px;
margin-left: auto;
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin-right: 30px;

}
.profile-left-data .onecategory-card .edit a {
  color: #fff;
}
.profile-left-data .onecategory-card .edit a i {
  margin-right: 5px;
}

.profile-user-data .head {
  text-align: center;
color: #000;
margin: 60px 0;

}
.profile-user-data .head h5 {
  font-size: 3rem;
}
.profile-user-data .form-group {
  margin-bottom: 26px;
}
.profile-user-data .form-group label {
  margin-bottom: 12px;
  color: #000;
}
.profile-user-data .form-group label i {
  color: #5ec9ff;
  margin-right: 13px;
}
.profile-user-data .form-group .form-control {
  height: 60px;
  background-color: #f9f9f9;
}
.profile-user-data .form-group .form-control::-moz-placeholder {
  color: #8d8d8d;
  font-size: 0.9rem;
}
.profile-user-data .form-group .form-control::placeholder {
  color: #8d8d8d;
  font-size: 0.9rem;
}
.profile-user-data .btn-options {
  margin-top: 46px;
}
.profile-user-data .btn-options a {
  border-radius: 10px;
  width: 506px;
  max-width: 100%;
display: block;
background-color: #5ec9ff;
border-color: #5ec9ff;

}
.profile-user-data .btn-options a:hover {
  color: #5ec9ff;
  background-color: transparent;
}
.profile-user-data .btn-change-pass a {
  margin-top: 44px;
  background-color: transparent;
  color: #5ec9ff;
  border-color: #5ec9ff;
}
.profile-user-data .btn-change-pass a:hover {
  color: #fff;
background-color: #5ec9ff;

}
.profile-user-data .personal-img {
  position: relative;
  margin-bottom: 20px;
}
.profile-user-data .personal-img .per {
  width: 200px;
  height: 130px;
  border-radius: 11px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #f0f0f0;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}
.profile-user-data .personal-img .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  cursor: pointer !important;
  position: absolute;
  transform: none !important;
  right: unset;
  top: unset;
  left: 0;
  bottom: -10px;
}
.profile-user-data .personal-img .btn {
  color: #5ec9ff;
  cursor: pointer !important;
  text-align: left;
  padding: 0;
  font-size: 12px;
  background-color: #5ec9ff;
  z-index: 9;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
padding: 5px;

  border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
width: 33px;
height: 33px;

}
.profile-user-data .personal-img .btn i,
.profile-user-data .personal-img .btn span {
  color: #fff;
}
.profile-user-data .personal-img .btn i {
  margin-top: -3px;
  font-size: 1.2rem;
}
.profile-user-data .personal-img .btn:disabled {
  display: none;
}
.profile-user-data .personal-img .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
right: 0;
top: 0;
opacity: 0;
cursor: pointer;

}
.profile-user-data .personal-img h5 {
  margin-top: 50px;
}

/* ================================================================ */
.myaccountannousment .onecategory-card .like {
  border-radius: 5px;
}
.myaccountannousment .onecategory-card .like .wrap {
  background-color: #000000;
}
.myaccountannousment .onecategory-card .like i {
  color: #000000;
}

/* ================================================================ */
.profile-settings {
  background-color: #fff;
  padding: 30px;
}
.profile-settings h5 {
  margin-bottom: 15px;
}
.profile-settings .form-group {
  margin-top: 0;
  margin-bottom: 0;
margin-top: 10px;

}

/* ================================================================ */
.new-announsment-page {
  background-color: #f2f2f2;
  padding: 65px 30px;
  min-height: 100vh;
}
.new-announsment-page .new-announsment-wrapper .head {
  margin-bottom: 60px;
}
.new-announsment-page .new-announsment-wrapper .head h5 {
  color: #000;
  font-size: 3rem;
  margin-top: 35px;
}
.new-announsment-page .new-announsment-wrapper .form-group {
  margin-bottom: 50px;
}
.new-announsment-page .new-announsment-wrapper .form-group label {
  margin-bottom: 15px;
}
.new-announsment-page .new-announsment-wrapper .form-control,
.new-announsment-page .new-announsment-wrapper .nice-select {
  height: 70px;
  border-radius: 7px;
  border: 0.5px solid #c5c5c5;
  background: #f9f9f9;
}
.new-announsment-page .new-announsment-wrapper .nice-select {
  line-height: 65px;
  text-align: left !important;
}
.new-announsment-page .new-announsment-wrapper textarea.form-control {
  height: 153px;
}
.new-announsment-page .moda_images .images_file {
  display: flex;
  align-items: center;
flex-wrap: wrap;

}
.new-announsment-page .moda_images .card-img {
  width: 143px;
  height: 120px;
  margin-right: 13px;
  margin-bottom: 13px;
  border-radius: 6px;
}
.new-announsment-page .moda_images .card-img img {
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.new-announsment-page .moda_images .card-img video {
  width: 100%;
  height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 5px;
transition: all 0.3s ease-in-out;

}
.new-announsment-page .moda_images .card-img:hover img {
  transform: scale(1.5);
}
.new-announsment-page .moda_images label {
  cursor: pointer;
}
.new-announsment-page .moda_images .custom_input_file {
  width: 143px;
  height: 120px;
  background: #fafafa;
  border-radius: 8px;
  display: flex;
  align-items: center;
justify-content: center;

padding-top: 10px;
margin-bottom: 13px;
cursor: pointer;
position: relative;
overflow: hidden;

}
.new-announsment-page .moda_images .custom_input_file img {
  width: 35px;
}
.new-announsment-page .moda_images .custom_input_file input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.new-announsment-page .choose-main-image {
  margin-bottom: 33px;
}
.new-announsment-page .choose-main-image .card-img {
  width: 143px;
  height: 120px;
  border-radius: 15px;
  margin-right: 20px;
}
.new-announsment-page .choose-main-image .card-img img {
  border-radius: 15px;
}
.new-announsment-page .btn-submit {
  text-align: center;
}
.new-announsment-page .btn-submit .btn-style {
  background-color: #5ec9ff;
  border-radius: 10px;
  text-align: center;
  border-color: #5ec9ff;
  color: #fff;
  width: 400px;
  margin: auto;
  max-width: 100%;
}
.new-announsment-page .btn-submit .btn-style:hover {
  color: #5ec9ff;
  background-color: #fff;
  border-color: #5ec9ff;
}


/* ================================================================ */
.announcment-details-page {
  background-color: #f2f2f2;
  padding: 65px 0;
  min-height: 100vh;
}
.announcment-details-page .announcemnt-image .card-img {
  height: 400px;
}
.announcment-details-page .announcment-details-page-content {
  padding-top: 35px;
}
.announcment-details-page .boxcolor {
  background-color: #fff;
  padding: 23px 39px;
  padding-bottom: 35px;
  margin-bottom: 15px;
}
.announcment-details-page .dtails-info {
  position: relative;
}
.announcment-details-page .dtails-info .option {
  position: absolute;
top: 20px;
right: 20px;

}
.announcment-details-page .dtails-info .option i {
  font-size: 1.5rem;
}
.announcment-details-page .dtails-info .option a {
  margin-right: 10px;
}
.announcment-details-page .dtails-info .price h5 {
  font-size: 2.3rem;
  margin-bottom: 20px;
  color: #5ec9ff;
  direction: rtl;
  text-align: left;
}
.announcment-details-page .dtails-info .title {
  font-size: 1.5rem;
  color: #000000;
  font-family: conb;
}
.announcment-details-page .dtails-info li {
  margin-right: 30px;
}
.announcment-details-page .dtails-info li p {
  margin: 0;
  font-family: conl;
  color: #8e8e8e;
}
.announcment-details-page .dtails-info li span {
  margin-right: 10px;
}
.announcment-details-page .dtails-info li i {
  color: #5ec9ff;
  margin-right: 5px;
}
.announcment-details-page .dtails-info .warning {
  position: absolute;
  right: 20px;
  bottom: 35px;
}
.announcment-details-page .announcment-description h5 {
  font-family: conb;
  font-size: 1.5rem;
}
.announcment-details-page .announcment-description p {
  color: #535353;
  margin-top: 15px;
  line-height: 25px;
  width: 90%;
  font-size: 1rem;
}
.announcment-details-page .annousment-holder .img-name .card-img {
  width: 100px;
  height: 78px;
  border-radius: 9px;
margin-right: 15px;

}
.announcment-details-page .annousment-holder .img-name .card-img img {
  border-radius: 9px;
}
.announcment-details-page .annousment-holder .img-name .name h5 {
  font-size: 1.2rem;
  color: #535353;
  font-family: conl;
}
.announcment-details-page .annousment-holder .img-name a {
  color: #5ec9ff;
  font-size: 1rem;
  font-family: conl;
}
.announcment-details-page .annousment-holder .contact-details a {
  border: 1px solid #fe0000;
  padding: 17px;
  border-radius: 9px;
  color: #000000;
  margin-left: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
width: 170px;
max-width: 100%;

}
.announcment-details-page .annousment-holder .contact-details a i {
  margin-right: 5px;
}
.announcment-details-page .annousment-holder .contact-details a.phone {
  background-color: #5ec9ff;
color: #fff;

}
.announcment-details-page .filter {
  padding-top: 0;
}
.announcment-details-page .addcomments .form-control {
  background-color: #fff;
  height: 200px;
  border-radius: 9px;
  border: 1px solid #535353;
  margin-top: 30px;
  font-family: conl;
  padding: 20px;
  margin-bottom: 33px;
}
.announcment-details-page .addcomments .btn-style {
  background-color: #5ec9ff;
  border-radius: 5px;
  border-color: #5ec9ff;
}
.announcment-details-page .addcomments .btn-style img {
  margin-right: 30px;
}
.announcment-details-page .addcomments .btn-style:hover {
  background-color: #fff;
color: #5ec9ff;

}
.announcment-details-page .addcomments .btn-style:hover img {
  filter: brightness(0) invert(0);
}

/* ================================================================ */
.contact-content {
  position: relative;
}
.contact-content .contactimg {
  position: absolute;
left: 0;
top: 141px;

}
.contact-content .form-control {
  height: 50px;
  font-family: conl;
  background-color: #fff;
  border: 0.5pa solid #535353;
  margin-top: 15px;
}
.contact-content form {
  background-color: #262626;
  padding: 41px 104px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  position: relative;
  z-index: 4;
  margin-top: 141px;
  margin-bottom: 141px;
}
.contact-content form h5 {
  text-align: center;
  color: #fff;
font-size: 2.5rem;
font-family: conb;

}
.contact-content form textarea.form-control {
  height: 137px;
}
.contact-content .btn-submit .btn-style {
  border-radius: 10px;
margin-top: 30px;

}

.about-site {
  text-align: center;
  padding: 50px 0;
}
.about-site .head {
  margin-bottom: 50px;
}
.about-site .head h5 {
  font-size: 2.3rem;
  font-family: conb;
}
.about-site .logo {
  margin-bottom: 25px;
}
.about-site p {
  font-size: 1.1rem;
  font-family: conl;
  width: 60%;
  margin: auto;
  line-height: 25px;
}
.about-site .social {
  margin-top: 70px;
  text-align: center;
}
.about-site .social ul {
  justify-content: center;
}
.about-site .social li {
  margin: 0 5px;
}
.about-site .social li a img {
  width: 45px;
}

.funun {
  padding: 15px 0;
  text-align: center;
  background-image: linear-gradient(to top, #0039b5, #02284a);
  margin-top: 30px;
}
.funun img {
  width: 170px;
}
.funun h5 {
  color: #fff;
}

/* ================================================================ */
/* footer */
.footer {
  padding: 13px 0 29px 0;
  position: relative;
  overflow: hidden;
}
.footer .footer_logo_content {
  width: 80%;
  font-family: conl;
}
.footer .footer_logo_content img {
  margin-bottom: 15px;
}
.footer .footer_logo,
.footer .footer_follow,
.footer .footer_links,
.footer .footer_conten,
.footer .download-app {
  position: relative;
z-index: 2;

}
.footer .footer_logo {
  text-align: left;
}
.footer .footer_conten p {
  text-align: left;
}
.footer h5 {
  font-family: conb;
  font-size: 1.1rem;
}
.footer .footer_links h5 {
  margin-bottom: 32px;
}
.footer .footer_links ul {
  align-items: center;
}
.footer .footer_links ul li {
  width: 100%;
  margin-bottom: 24px;
}
.footer .footer_links ul li a {
  color: #000000;
  font-family: conl;
}
.footer .footer_follow {
  margin-top: 65px;
}
.footer .footer_follow h5 {
  text-align: center;
  font-family: conl;
}
.footer .footer_follow ul li {
  margin: 0 10px;
}
.footer .download-app {
  margin-top: 50px;
}
.footer .download-app a {
  display: inline-block;
  width: 100px;
  margin: 5px;
}
.footer .download-app h5 {
  font-family: conl;
}


/* ================================================================ */
input[type=number],
input[type=email] {
  text-align: left;
}

.search-mobile {
  display: none;
}

/* ================================================================ */
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .custom-navbar .logo img {
    width: 100px;
  }
  .custom-navbar .links li {
    margin-left: 30px;
  }
  .custom-navbar .links li a {
    padding: 5px 8px;
  }
  .slick-arrow.slick-prev,
.header .slick-dots {
    right: 50px;
  }
  .slick-arrow.slick-next {
    right: 100px;
  }
}
@media (max-width: 991px) {
  .custom-navbar .links,
.custom-navbar .navbar-option {
    display: none !important;
  }
  .search-mobile {
    display: block;
  }
  .announsment-wrapper-filter .form-group {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 20px;
  }
  .onecategory-card {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .onecategory-card .card-img {
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
  }
  .onecategory-card .card-body {
    padding: 40px 20px;
  }
  .newews-announcement .announcment-cards-wrap {
    margin-top: 40px;
  }
  .onecategory-card .card-body ul li {
    width: 100%;
  }
  .menu_icon {
    display: flex;
    align-items: center;
  }
  .custom-navbar .logo-links {
    justify-content: space-between;
  }
  .announcment-details-page .dtails-info .warning {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  .annousment-holder .annousment-holder-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start !important;
  }
  .annousment-holder .contact-details {
    margin-top: 10px;
    display: flex;
flex-wrap: wrap;

  }
.annousment-holder .contact-details a {
  margin-left: 0 !important;
  margin-right: 10px !important;
  margin-top: 10px;
}

.announcment-details-page .dtails-info ul {
  flex-direction: column;
  align-items: flex-start !important;
}

.announcment-details-page .dtails-info ul li {
  margin-bottom: 10px;
}

.contact-content form {
  padding: 40px;
}

.about-site p {
  width: 100%;
}

.search-screen .close {
  left: 50px;
}



.login-strip_container {
  order: -1;
}

.login-strip {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

  .login-strip::after {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .login-form {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@media (max-width: 600px) {
  .chat-message .message {
    width: 90%;
  }
  .faq-page .wrapper {
    padding: 25px 20px;
  }
  .login-form {
    padding: 30px;
  }
  .profile-left-data {
    padding: 0 0;
  }
  .profile-left-data .onecategory-card .card-body {
    padding-bottom: 30px;
  }
  .profile-left-data.profile-settings {
    padding: 30px;
  }
  .profile-owner-page .profile-picture {
    margin-top: 0;
  }
}
.profile-left-data.notification-page-page {
  padding: 0;
}

/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* ================================================================ */
/* Shared styles  */
.login-strip {
  background-position: center;
  background-size: cover;
}

.slick-arrow::before, .notification-page .wrapper ul li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.notification-page .wrapper ul li a p, .innerchat-card .card-body p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

body {
  font-family: "Almarai", sans-serif;
  font-family: "El Messiri", sans-serif;
}

.custom-navbar-position {
  background-color: #ffffff;
}
.custom-navbar-position .links li a {
  color: #000000;
  font-size: 20;
  font-weight: 500;
}

.custom-navbar .links li.active a {
  background: none;
  color: #5ec9ff;
}

.new_account_btn {
  border: none;
  outline: none;
  border-radius: 4px 1,;
  background: #7fceec;
  background: linear-gradient(-90deg, #7fceec 0%, #3988fe 100%);
  -webkit-border-radius: 4px 1,;
  -moz-border-radius: 4px 1,;
  -ms-border-radius: 4px 1,;
  -o-border-radius: 4px 1,;
  padding: 7px 15px 9px 33px;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  display: flex;
  text-wrap: nowrap;
}

.logo,
.logo a,
.logo img {
  width: 89px;
  height: 109px;
}

.footer {
  background: white;
}
.footer a,
.footer p,
.footer h5 {
  color: #000000;
}

.login_container {
  border-color: rgba(67, 67, 67, 0.26);
  border-width: 1px;
  border-style: solid;
  border-radius: 17px;
}

textarea {
  resize: none;
}

.wallet_input input {
  width: 400px;
  margin: auto;
  max-width: 100%;
}
.wallet_input input .wallet_input_title {
  font-size: 20px;
}

.my_wallet_page .my_wallet_title {
  font-size: 30px;
}
.my_wallet_page .my_wallet_header {
  border-radius: 6px;
  background: rgba(94, 201, 255, 0.06);
  padding: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.my_wallet_page .my_wallet_header .caption {
  color: #5EC9FF;
}
.my_wallet_page .my_wallet_header .caption .number {
  font-weight: bold;
  font-size: 40px;
}
.my_wallet_page .my_wallet_header .caption .currency {
  font-size: 35px;
}
.my_wallet_page .my_wallet_header .caption .title {
  font-size: 18px;
}
.my_wallet_page .my_wallet_header .btn-submit .btn-style {
  width: 237px;
}
.my_wallet_page .my_wallet_wrapper {
  border-color: rgba(83, 83, 83, 0.12);
  border-width: 0.5px;
  border-style: solid;
  border-radius: 6px;
  background: #f9f9f9;
  padding: 40px 0;
}

.editimg_icon {
  background-color: #2D2E81;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  align-items: center;
  text-align: center;
filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
top: -5px;
right: -5px;

}

.myaccount-profile .content .profile-left-data {
  padding: 20px 30px;
}
@media (max-width: 991px) {
  .myaccount-profile .content .main_profile_content {
    max-width: 100% !important;
  }
}

.myaccount-profile .login_container {
  background-color: #f7f7f7;
}

.myaccount-profile .form-group input {
  width: 506px;
  max-width: 100%;
}




.presents_header .item {
  background-color: #ECECEC;
  height: 67px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  max-width: 100%;
  cursor: pointer;
}
.presents_header .item a {
  font-size: 20px;
  color: #000;
}
.presents_header .item.active {
  background: rgba(94, 201, 255, 0.16);
}
.presents_header .item.active a {
  color: #5ec9ff;
}
.presents_header .item:hover {
  background: rgba(94, 201, 255, 0.16);
}
.presents_header .item:hover a {
  color: #5ec9ff;
}
.no_data {
  font-size: 25px;
  color: #5ec9ff;
}




.presents_sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 217px;
  max-width: 100%;
  background-color: #5ec9ff;
  border-radius: 26px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-align: right;
  color: #ffffff;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
}

.presents2.my_wallet_wrapper img {
  width: 118px;
  height: 127px;
}
.presents2.my_wallet_wrapper .info .title {
  font-size: 20px;
  font-weight: bold;
}
.presents2.my_wallet_wrapper .info .sentto .title {
  font-size: 18px;
  font-weight: normal;
}
.presents2.my_wallet_wrapper .info .sentto .number {
  font-size: 18px;
  font-weight: bold;
}

.map {
  height: 100vh;
  position: relative;
}



.map .home_map_btn {
  position: absolute;
  bottom: 59px;
  right: 50%;
  transform: translateX(50%);
  width: 450px;
max-width: 100%;

}
.map .home_map_btn button {
  border-radius: 8px;
  width: 450px;
  max-width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.slider .carousel-item {
  min-height: 464.6px;
  background-image: linear-gradient(to bottom, rgba(38, 38, 38, 0.5), rgba(38, 38, 38, 0.5)), url(./../images/homesliderbg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .carousel-item .content {
  padding: 60px 0px;
}
.slider .carousel-item .content .sub_title {
  font-size: 20px;
  font-weight: bold;
color: #5ec9ff;

}
.slider .carousel-item .content .title {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}
.slider .carousel-item .content .description {
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
}
.slider .carousel-item .content .action_part .action_title {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
}
.slider .carousel-item .content .action_part .start_btn {
  height: 61px;
  display: flex;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #d70000;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  font-size: 26px;
  font-weight: normal;
  color: white;
}
.slider .home.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -45px;
}
.slider .home.carousel-indicators button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  opacity: 0.34;
  background: #3e8dfc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 0;
}
.slider .home.carousel-indicators button.active {
  background-color: #5ec9ff;
  opacity: 1;
}

.my_booking .my_booking_card {
  padding: 20px 10px;
}
.my_booking .my_booking_card .card_img img {
  width: 214px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.my_booking .my_booking_card .info .order_num .title,
.my_booking .my_booking_card .info .order_num .code {
  font-size: 20px;
  font-weight: bold;
color: #000000;

}
.my_booking .my_booking_card .info .model_info .title {
  font-size: 18px;
  font-weight: normal;
  color: #434343;
}
.my_booking .my_booking_card .info .model_info .code {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.my_booking .my_booking_card .info .other_info .title {
  font-size: 18px;
  font-weight: 500;
  color: #434343;
}

.my_booking .my_booking_card .info .payment_info .title {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}

.my_booking .my_booking_card .info .payment_info .code {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.my_booking .my_booking_card .info .payment_info img {
  width: unset;
  height: unset;
}

.my_booking .my_booking_card .info img {
  width: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.my_booking .my_booking_card .status_part {
  align-content: baseline;
}
.my_booking .my_booking_card .status_part img {
  width: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.my_booking .my_booking_card .status_part .status {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
  height: 42px;
  border-color: #000000;
  border-width: 1px;
  border-radius: 21px;
  font-size: 16px;
  font-weight: normal;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
}
.my_booking .my_booking_card .status_part .status.pending {
  color: #57cef9;
  background: rgba(94, 201, 255, 0.15);
}

.my_booking .my_booking_card .status_part .status.inprogress {
  background: rgba(5, 165, 80, 0.12);
  color: #05a550;
}

.my_booking .my_booking_card .status_part .date {
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  color: #868686;
}

.my_booking_2 .my_booking_card .status_part span.status.rate {
  background-color: #ff7f00;
  color: #fff;
}


.my_booking .total {
  font-size: 18px;
  font-weight: bold;
}
li {
  list-style: none;
}


.okey_btn {
  border-radius: 10px;
  background: #5ec9ff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 400px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5ec9ff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 61px;
}
.okey_btn a {
  color: #fff;
}
.okey_btn:hover {
  background-color: #fff;
  border-color: #5ec9ff;
}
.okey_btn:hover a {
  color: #5ec9ff;
}

.rate .stars i {
  color: #FF7F00;
}
.rate textarea {
  height: 109px !important;
}

.my_cars .btn-style {
  padding: 10px 35px;
  border: 1px solid #5ec9ff;
  background-color: #5ec9ff !important;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  color: #fff !important;
}
.my_cars .btn-style:hover {
  color: #5ec9ff !important;
  background-color: #fff !important;
}
.my_cars .status_part img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.my_cars input[type='radio'] {
  accent-color: rgba(0, 0, 0, 0);
}

.my_cars .logout_icon {
  width: 25px !important;
  height: 19px !important;
}

footer {
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.9),
      rgb(255, 255, 255)
    ),
    url(./../images/footerbg.svg) !important;
  margin-top: 20px !important;
  border: 1px solid rgba(105, 105, 105, 0.46);
}

.booking .slider .carousel-item {
  background-image: url('./../images/bookingbg.jpg');
}

.booking .booking_card {
  background-color: #f4f4f4;
}

.booking .booking_card.extra_services {
  background-image: url('./../images/bookingextrabg.jpg');
  color: #fff;
  background-repeat: no-repeat;
  min-height: 100%;
  background-size: cover;
}

.booking .booking_card.extra_services .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .booking .booking_card.extra_services .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .booking .booking_card.extra_services .content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.booking .booking_card.extra_services .content .service_card {
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  border-radius: 25px;
  opacity: 1;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #000;
}

.booking .booking_card.extra_services .content .service_card .card_title {
  font-size: 25px;
  font-weight: bold;
}

.booking .booking_card.extra_services .content .service_card .price {
  color: #5ec9ff;
}

.booking .booking_card.extra_services .content .service_card .price .number {
  font-size: 25px;
  font-weight: 600;
}

.booking .booking_card.extra_services .content .service_card .price .currency {
  font-size: 16px;
  font-weight: normal;
}

.booking .booking_card.extra_services .content .service_card img {
  width: 70px;
  height: 70px;
}

.booking .my_wallet_title {
  font-size: 25px;
  font-weight: 600;
}

.booking .content label {
  font-size: 20px;
  font-weight: bold;
}
.booking .content textarea {
  background-color: white;
  height: 165px;
  border: 1px solid #5ec9ff;
  border-radius: 8px;
}

div.nice-select {
  padding: 20px auto;
  background-color: #f9f9f9 !important;
}

.payment .item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}




.payment .img_card {
  position: relative;
  width: 97px;
  height: 97px;
  padding: 26px;
  background-color: #ECECEC;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment .img_card input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}
.payment .img_card:has(input[type=radio]:checked) {
  border: 1px solid #5ec9ff;
  box-shadow: 0px 3px 6px #7ECDEC;
  background-color: #fff;
}
.payment .title {
  font-size: 20px;
  font-weight: 600;
}

.table_container {
  overflow-x: scroll;
}
.table_container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.table_container::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.table_container::-webkit-scrollbar-thumb {
  background-color: rgb(148, 225, 248);
  border-radius: 10px;
}

.table_container::-webkit-scrollbar-thumb:hover {
  background-color: #5ec9ff;
}

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




.table_content thead td,
.table_content td {
  text-align: center;
padding: 8px;
border-left: 1px solid #ccc;
border-right: 1px solid #d4d4d4;

}
.table_content tbody {
  border-bottom: 1px solid #d4d4d4;
}

.table_content td {
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}




.table_content thead label {
  margin: auto;
}
.table_content thead td {
  background-color: #ECECEC;
  height: 113px;
  margin: auto;
}
.table_content td label {
  color: #434343;
}
.table_content thead {
  border-bottom: 1px solid #ccc;
}
.table_content thead td:first-of-type {
  border-top-left-radius: 10px;
  border-left: none;
}
.table_content thead td:last-of-type {
  border-top-right-radius: 10px;
  border-right: none;
}
.table_content input[type=radio] {
  /* display: none; */
width: 100%;




  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  cursor: pointer;
}
.table_content label {
  display: block;
  cursor: pointer;
  padding: 8px;
}
.table_content thead input[type='radio']:checked + label {
  background: #ffffff;
  color: #83d5ff;
  border-radius: 50%;
  height: 95px;
  width: 95px;
  display: grid;
  align-items: center;
}

.table_content input[type='radio']:checked + label {
  color: #83d5ff;
}

.package_card_container .btn_container {
  height: 119.8px;
  filter: drop-shadow(
    3.7302000523px 2.7976000309px 0.9325500131px rgba(0, 0, 0, 0.75)
  );
  background: #e5e6e7;
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  margin-top: 0px;
}




.package_card_container .btn_container .type {
  height: 45.1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.package_card_container .btn_container .type.first_type {
  background: #7ecdec;
  background: linear-gradient(-167deg, #7ecdec 0%, #3e8dfc 100%);
}

.package_card {
  background-color: white;
  z-index: 99;
  width: 253px;
  max-width: 100%;
  box-shadow: 0px 3px 6px #2e3d43;
  min-height: 500px;
text-align: center;




  padding-top: 149px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding: 20px;
  border-top-left-radius: 151px;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-top: 70px;
}
.package_card .items .item {
  height: 41px;
  background: rgba(69, 147, 250, 0.3490196078);
  display: flex;
  align-items: center;
}
.package_card .items .item .badge {
  background-color: #5ec9ff;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.package_card .card_btn {
  height: 54.5px;
  border-radius: 11.8378000259px;
  background: #7ecdec;
  background: linear-gradient(-90deg, #7ecdec 0%, #3e8dfc 100%);
}

.service_card:has(input[type=radio]:checked) {
  background-color: #5ec9ff;
  color: #fff;
}
.service_card .card_content {
  border-radius: 25px;
  padding: 30px;
  overflow: hidden;
}
.service_card .card_content input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  padding-bottom: 20px;
  padding-left: 20px;
}
.service_card .card_content:has(input[type='radio']:checked) {
  background-color: #5ec9ff;
  color: #fff;
}
.service_card .card_content:has(input[type='radio']:checked) p {
  color: #fff;
}

.service_card .card_content:has(input[type='radio']:checked) .price {
  color: #ffffff !important;
}

.service_card::after {
  content: url('./../images/cardplus.svg');
  position: absolute;
  bottom: -25px;
  left: -5px;
}




@media screen and (max-width: 500px) {
  .myaccount-profile .form-group input, .btn-style,.profile-user-data .btn-options a {
    max-width: 300px !important;
  }
}
.profile-user-data  .btn-style{
  margin-left: unset !important;
  margin-right: auto !important;
}