@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300&display=swap");
@import "all/bootstrap.min.css";
@import "all/select2.min.css";
@import "all/remixicon/remixicon.css";
@import "all/aos.min.css";
@import "all/venobox.min.css";
@import "all/swiper.min.css";
@import "all/swiperEffect.min.css";
@font-face {
  font-family: "calibri";
  src: url(".././fonts/calibri.woff2") format("woff2"), url(".././fonts/calibri.woff") format("woff"), url(".././fonts/calibri.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: unset;
  font-family: "calibri", sans-serif !important;
}

body {
  background-color: #f9f9f9 !important;
  font-family: "calibri", sans-serif !important;
  overflow-x: hidden !important;
}

p, h1, h2, h3, h4, h5, h6 {
  font-family: "calibri", sans-serif !important;
}

ul.list {
  line-height: 1.7;
  padding: 0 15px;
}

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

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.main-btn {
  padding: 13px 20px !important;
  background: linear-gradient(45deg, #FFC010, #FFAF2D, #FFA747, #FFA45E) !important;
  border-radius: 8px !important;
  color: hsl(0, 0%, 100%) !important;
  font-size: 16px !important;
  display: block ;
  display: flex ;
  align-items: center !important;
  justify-content: center !important;
  width: -moz-fit-content !important;
  width: fit-content ;
  transition: all 0.3s !important;
  border: 0;
}
.main-btn:hover {
  color: hsl(0, 0%, 100%) !important;
  background: linear-gradient(45deg, #FFA45E, #FFA747, #FFAF2D, #FFC010) !important;
}
.main-btn:focus {
  color: hsl(0, 0%, 100%);
}
.main-btn:active {
  scale: 0.95;
  color: hsl(0, 0%, 100%);
}
.main-btn.btn-outline {
  background: hsl(0, 0%, 100%);
  color: #969696;
  border: 2px solid #e1e1e1;
}
.main-btn.btn-outline:hover {
  color: hsl(0, 0%, 100%);
  background: #ffa746;
  border: 2px solid #ffa746;
}
.main-btn.btn-outline:hover svg.fill path {
  fill: hsl(0, 0%, 100%);
}
.main-btn.btn-outline:hover svg.stroke path {
  stroke: hsl(0, 0%, 100%);
}
.main-btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
}
.main-btn.btn-lg {
  padding: 15px 30px;
  font-size: 16px;
}
.main-btn.btn-block {
  width: 100%;
}
.main-btn.btn-min-width {
  min-width: 150px;
}
@media screen and (max-width: 992px) {
  .main-btn.btn-min-width {
    font-size: 14px;
  }
}
.main-btn.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.text-main {
  color: #ffa746 !important;
}

.bg-main {
  background-color: #ffa746 !important;
}

.border-main {
  border-color: #ffa746 !important;
}

.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.text-hover-main:hover {
  color: #ffa746;
}

.underline-offset {
  text-underline-offset: 5px;
}

.underline-offset-lg {
  text-underline-offset: 10px;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-head {
  position: relative;
}

.card {
  border-color: rgba(0, 0, 0, 0.0588235294);
}

main {
  overflow: hidden;
  position: relative;
  flex: 1 0 auto;

}

section:not(.no-padding) {
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 992px) {
  section:not(.no-padding) {
    padding: 130px 0 0;
  }
}

.translate-y {
  animation: ranslate-y 0.3s linear;
}

.scale {
  animation: scale 0.3s linear;
}

body.rtl * {
  font-family: "Tajawal", sans-serif;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ranslate-y {
  0% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(7px);
  }
}
@keyframes scale {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
.card-animation {
  animation: pounce 0.6s ease-in-out;
}

.back-drop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(45, 49, 77, 0.6);
  display: none;
}
.back-drop.show {
  display: block;
}

.grid {
  display: grid;
}

.grid-auto-150px {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.grid-auto-200px {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.grid-auto-250px {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

@media screen and (min-width: 1024px) {
  .grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .grid-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .grid-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .grid-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .grid-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

::-webkit-scrollbar {
  width: 0.5em;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(216, 216, 216, 0.768627451);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.input-group {
  flex-direction: column !important;
}

.form-label {
  font-size: 14px !important;
  color: #121212 !important;
  font-weight: 500 !important;
}

.form-control {
  border: 1px solid rgba(216, 216, 216, 0.768627451) !important;
  border-radius: 8px !important;
  padding: 10px 15px !important;
  width: 100% !important;
  font-size: 14px !important;
  color: #121212 !important;
  background-color: hsl(0, 0%, 100%) !important;
  transition: box-shadow 0.3s, border 0.3s !important;
}
.form-control:focus {
  border: 1px solid #ffa746 !important;
  box-shadow: 0 0 0 1px #ffa746 !important;
  background-color: hsl(0, 0%, 100%) !important;
}
.form-control::-moz-placeholder {
  font-size: 14px !important;
  color: rgba(87, 87, 87, 0.5529411765) !important;
}
.form-control::placeholder {
  font-size: 14px !important;
  color: rgba(87, 87, 87, 0.5529411765) !important;
}

.form-check-input {
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  height: 1rem !important;
  width: 1rem !important;
  position: relative;
  margin-top: 0 !important;
  cursor: pointer;
}
.form-check-input::after {
  scale: 0.8;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  content: "\eb7b";
  font-family: "remixicon";
  font-weight: 900;
  color: hsl(0, 0%, 100%);
  font-size: 11px;
  position: absolute;
  top: -1px;
  left: 0.12rem;
  right: 0;
  bottom: 0;
  margin: auto;
}
[dir=rtl] .form-check-input::after {
  left: auto;
  right: 0.12rem;
}
.form-check-input:focus {
  border-color: #ffa746;
  box-shadow: none;
}
.form-check-input:checked[type=checkbox] {
  border-color: #ffa746;
  background: #ffa746;
  box-shadow: none;
  background-image: none !important;
}
.form-check-input:checked[type=checkbox]::after {
  scale: 1;
  opacity: 1;
}

.fs-sm {
  font-size: 14px;
  color: #000;
}

.fs-xs {
  font-size: 12px;
  color: #000;
}

.fs-md {
  font-size: 16px;
  color: #000;
}

.leading-7 {
  line-height: 1.7;
}

.rotate-45 {
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .sm-mb-25px {
    margin-bottom: 25px;
  }
}

.skeleton {
  background-color: #e2e8f0;
  border-radius: 10px;
  position: relative;
  width: 10rem;
  height: 4rem;
  overflow: hidden;
}

.skeleton::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  content: "";
  animation: skeleton-animation 1.2s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 1;
}

@keyframes skeleton-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-gray {
  color: #575757;
}

.modal-header .btn-close {
  background-color: #f5f5f5;
}
.modal-header .btn-close:hover {
  background-color: rgba(216, 216, 216, 0.768627451);
}
.modal-header .btn-close:focus {
  box-shadow: none;
}
.modal-header .close {
  background-color: #f5f5f5;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: unset;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  border: 0;
    border-radius: .375rem;
    opacity: .5;
      padding: calc(var(--bs-modal-header-padding-y)* .5) calc(var(--bs-modal-header-padding-x)* .5) !important;
      margin: calc(var(--bs-modal-header-padding-y)* -.5) calc(var(--bs-modal-header-padding-x)* -.5) calc(var(--bs-modal-header-padding-y)* -.5) auto !important;
  
}
.modal-header .close:hover {
  background-color: rgba(216, 216, 216, 0.768627451);
}
.modal-header .close:focus {
  box-shadow: none;
}

.modal.mw-900px .modal-dialog {
  max-width: 900px;
}

.modal-content {
  border-radius: 10px;
  height: fit-content;
}

/* Transition for the modal dialog */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-in-out;
  transform: scaleY(0.7);
}

.modal.show .modal-dialog {
  transform: scaleY(1);
}

.badge {
  min-width: 20px;
  font-size: 10px;
}
.badge.full {
  border-radius: 15px;
  line-height: 1.3;
  font-weight: 400;
}
.badge.badge-danger {
  background: #ff3434;
  color: hsl(0, 0%, 100%);
}
.badge.badge-dark {
  background: #121212;
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  font-size: 14px;
  justify-content: center;
  
}

.icon_custom {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: unset;
}

.text-justify {
  text-align: justify;
}

.accordion-button {
  align-items: self-start;
  gap: 10px;
  line-height: 1.5;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #ffa746;
  background-color: #fff;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  filter: invert(1);
}

.mw-300px {
  max-width: 300px;
}

.mw-350px {
  max-width: 350px;
}

.mw-400px {
  max-width: 400px;
}

.mw-600px {
  max-width: 600px;
}

.min-w-150px {
  min-width: 150px;
}

.min-w-200px {
  min-width: 200px;
}

.min-w-250px {
  min-width: 250px;
}

.min-w-300px {
  min-width: 300px;
}

.min-w-350px {
  min-width: 350px;
}

.mb-6 {
  margin-bottom: 3.75rem;
}

.mb-7 {
  margin-bottom: 4.5rem;
}

.mb-10 {
  margin-bottom: 6.25rem;
}

.group {
  position: relative;
}
.group [type=password] {
  padding-right: 40px;
}
.group .icon_custom {
  cursor: pointer !important;
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%) !important;
  border-radius: 8px !important;
  transition: 0.3s !important;
}

.filter-section .nav-tabs {
  border-bottom: 0;
  margin: 50px 0 0;
}
.filter-section .nav-tabs .nav-item {
  flex-grow: 1;
}
.filter-section .nav-tabs .nav-item .nav-link {
  width: 100%;
  color: #121212;
  font-weight: 500;
  font-size: 16px;
  padding: 15px 20px 20px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.0588235294);
  border-right: 0;
  border-radius: 0;
  min-width: 150px;
  text-transform: uppercase;
  position: relative;
  background-color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 992px) {
  .filter-section .nav-tabs .nav-item .nav-link {
    border-right: 1px solid rgba(0, 0, 0, 0.0588235294);
    padding: 15px 20px;
    border-bottom: 0;
  }
}
.filter-section .nav-tabs .nav-item .nav-link:hover {
  background-color: #f9f9f9;
}
.filter-section .nav-tabs .nav-item .nav-link.active {
  background-color: #ffa746;
  color: hsl(0, 0%, 100%);
}
.filter-section .nav-tabs .nav-link.active {
  background-color: #ffa746;
  color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 767px) {
  .filter-section .nav-tabs .nav-item .nav-link {
    min-width: 220px;
  }
}
.filter-section .nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 26px;
  border-bottom-left-radius: 6px;
  border-left: 1px solid rgba(0, 0, 0, 0.0588235294);
}
[dir=rtl] .filter-section .nav-tabs .nav-item:first-child .nav-link {
  border-top-right-radius: 26px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.0588235294);
}
@media screen and (max-width: 992px) {
  .filter-section .nav-tabs .nav-item:first-child .nav-link {
    border-top-right-radius: 26px;
    border-bottom-left-radius: 0px;
  }
}
@media screen and (max-width: 992px) {
  [dir=rtl] .filter-section .nav-tabs .nav-item:first-child .nav-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.filter-section .nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 26px;
  border-bottom-right-radius: 6px;
  border-right: 1px solid rgba(0, 0, 0, 0.0588235294);
}

[dir=rtl] .filter-section .nav-tabs .nav-item:last-child .nav-link {
  border-top-left-radius: 26px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.0588235294);
}

@media screen and (max-width: 992px) {
  .filter-section .nav-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media screen and (max-width: 992px) {
  .filter-section .nav-tabs {
    display: none;
  }
}
.filter-section .tab-content {
  border: 1px solid rgba(0, 0, 0, 0.0588235294);
  padding: 9px 20px;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: relative;
  top: -7px;
  background: white;
  box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.075) !important;
}
@media screen and (max-width: 992px) {
  .filter-section .tab-content {
    top: 0px;
    border-radius: 8px;
  }
}
.filter-section .tab-content .select2 {
  width: 100% !important;
}
.filter-section .tab-content p {
  max-width: 700px;
  margin: auto;
  text-align: center;
  padding-left: 50px;
  color: #121212;
}
@media screen and (max-width: 992px) {
  .filter-section .tab-content p {
    padding-left: 0;
  }
}
.filter-section .tab-content .filter-btn {
  position: absolute;
  cursor: pointer;
  padding: 5px;
  border-radius: 8px;
}
.filter-section .tab-content .filter-btn:hover {
  background: #f5f5f5;
}
@media screen and (max-width: 992px) {
  .filter-section .tab-content .filter-btn {
    /* display: none !important; */
    margin-top: -30px;
    padding: 0
  }
}
@media screen and (max-width: 768px) {
  .filter-section .tab-content .filter-btn {
    margin-top: -38px;
    width: 5%;
  
  }
}
.filter-section .swiper-cont {
  position: relative;
  display: none;
  margin-top: -15px;
}
@media screen and (max-width: 992px) {
  .filter-section .swiper-cont {
    display: block;
  }
}
.filter-section .swiper-cont .filter-swiper {
  background: linear-gradient(45deg, #FFC010, #FFAF2D, #FFA747, #FFA45E);
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .filter-section .swiper-cont .filter-swiper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }
}
.filter-section .swiper-cont .dropdown {
  position: absolute;
  z-index: 2;
  /* right: 14px; */
  top: 15px;
  background: hsl(0, 0%, 100%);
  border-radius: 8px;
  padding: 5px;
  cursor: pointer;
  left : 14px;

}
.filter-section .swiper-cont .dropdown:hover {
  background: #f5f5f5;
}
.filter-section .swiper-cont .slide-title h3 {
  color: hsl(0, 0%, 100%);
  font-size: 1.2em;
  font-weight: 700;
}
.filter-section .filter-pagination {
  display: none;
}
@media screen and (max-width: 992px) {
  .filter-section .filter-pagination {
    display: flex;
  }
}
.filter-section .filter-pagination .swiper-pagination {
  position: relative;
  bottom: 0;
  /* margin: 12px 0; */
  z-index: 0;
  background: hsl(0, 0%, 100%);
  padding: 5px;
  border-radius: 8px;
}
.filter-section .filter-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffa746;
}

.result-section .container .result-card {
  padding: 20px;
  border-radius: 8px;
  background-color: hsl(0, 0%, 100%);
  transition: box-shadow 0.3s;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.result-section .container .result-card:hover {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  /* box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.075); */

}
.result-section .container .result-card.active {
  border: 2px solid #ffa746;
}
.result-section .container .result-card.active:hover {
  border: 2px solid #ffa746;
  box-shadow: none;
}
.result-section .container .result-card .body {
  display: flex;
  align-items: start;
  gap: 23px;
}
.result-section .container .result-card .body .content {
  flex-basis: 70%;
}
.result-section .container .result-card .body .content .title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #121212;
}
.result-section .container .result-card .body .content .more {
  width: -moz-fit-content;
  width: fit-content;
}
.result-section .container .result-card .body .content .more .icon_custom {
  transition: 0.3s !important;
}
.result-section .container .result-card .body .content .more .icon_custom.rotate {
  transform: translateX(5px) rotate(90deg) !important;
}
.result-section .container .result-card .body .content .more:hover .icon_custom {
  transform: translateX(5px) rotate(0deg) !important;
}
.result-section .container .result-card .body .content .more:hover .icon_custom.rotate {
  transform: translateX(5px) rotate(90deg) !important;
}
.result-section .container .result-card .body .img {
  width: 10rem;
  height: 130px;
  overflow: hidden;
  border: solid #ededed;
  border-radius: 8px;
}
.result-section .container .result-card .body .img img {
  flex-basis: 30%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: fill;
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .result-section .container .result-card .body .img {
    height: 100px;
  }
}
@media screen and (max-width: 992px) {
  .result-section .container .result-card .body .content {
    flex-basis: 100%;
  }
}
.result-section .container .result-card .actions .icon_custom {
  border: 1px solid rgba(216, 216, 216, 0.768627451);
  padding: 5px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.result-section .container .result-card .actions .icon_custom:first-child:hover {
  background-color: #f5f5f5;
}
.result-section .container .result-card .actions .icon_custom:first-child:hover svg g {
  stroke: #ffa746;
}
.result-section .container .result-card .actions .icon_custom:last-child:hover {
  background-color: #f5f5f5;
}
.result-section .container .result-card .actions .icon_custom:last-child:hover svg path {
  fill: #ffa746;
}
.result-section .container .result-card-skeleton {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 23px;
  border-radius: 8px;
}
.result-section .container .result-card-skeleton .content {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.result-section .container .result-card-skeleton .content .title {
  width: 70%;
  height: 20px;
}
.result-section .container .result-card-skeleton .content .desc {
  width: 90%;
  height: 15px;
}
.result-section .container .result-card-skeleton .img {
  width: 10rem;
  height: 130px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .result-section .container .result-card-skeleton .img {
    height: 100px;
  }
}
.result-section .container .result-card-skeleton .img img {
  flex-basis: 30%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .result-section .container .result-card-skeleton .content {
    flex-basis: 100%;
  }
}
.result-section .container .more-details .img {
  width: 10rem;
  height: 130px;
  overflow: hidden;
  border-radius: 8px;
  /* margin-bottom: 10px; */
  margin-bottom: -40px;
  border: solid #ededed;
}
.result-section .container .more-details .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.result-section .container .more-details .right .btn-icon {
  border: 2px solid #b0b0b0;
  border-radius: 50%;
  height: 40px;
  justify-content: center;
  width: 40px;
  display: flex;
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  transition: 0.3s;
}
.result-section .container .more-details .right .btn-icon:hover {
  border-color: #ffa746;
  background-color: #ffa746;
}
.result-section .container .more-details .right .btn-icon:hover svg:not(.fill) path {
  stroke: hsl(0, 0%, 100%);
}
.result-section .container .more-details .right .btn-icon:hover svg.fill path {
  fill: hsl(0, 0%, 100%);
}
.result-section .container .more-details .project-cards .p-card {
  border: 1px solid rgba(216, 216, 216, 0.768627451);
  border-radius: 8px;
  height: 270px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: block;
}
.result-section .container .more-details .project-cards .p-card .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: hsl(0, 0%, 100%);
  padding: 20px;
  border-radius: 8px;
  transition: 0.3s;
  transform: translateY(100%);
  position: relative;
  display: flex;
  justify-content: end;
  flex-direction: column;
  gap: 10px;
}
.result-section .container .more-details .project-cards .p-card .overlay h5 {
  font-size: 18px;
  margin: 0;
}
.result-section .container .more-details .project-cards .p-card .overlay p {
  font-size: 14px;
  margin: 0;
}
.result-section .container .more-details .project-cards .p-card:hover .overlay {
  opacity: 1;
  transition: 0.3s;
  transform: translateY(0);
}

.social-media {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(216, 216, 216, 0.768627451);
  border-radius: 50%;
  transition: 0.3s;
  margin-top: 35px;
}
.social-media .facebook_custom a:hover {
  background-color: #3b5998;
}
.social-media a:hover:nth-child(2) {
  background-color: #000000;
}
.social-media a:hover:nth-child(3) {
  background-color: #0077b5;
}
.social-media a:hover:nth-child(4) {
  background-color: #c13584;
}
.social-media a:hover:nth-child(5) {
  background-color: #ffa746;
}
.social-media a:hover svg path {
  fill: hsl(0, 0%, 100%);
}
.social-media a svg {
  width: 20px;
  height: 20px;
  fill: hsl(0, 0%, 100%);
}

/*=== >dropdown===*/
.dropdown span i {
  transition: 0.3s;
}
.dropdown span.show {
  color: #ffa746 !important;
}
.dropdown span.show i {
  transform: rotate(180deg);
  color: #ffa746;
}
.dropdown .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 0;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 7px 14px;
  font-size: 14px;
  transition: 0.3s;
}
[dir=rtl] .dropdown .dropdown-menu .dropdown-item {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
  }
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(216, 216, 216, 0.768627451) !important;
}
.dropdown .dropdown-menu .dropdown-item.active {
  background-color: rgba(216, 216, 216, 0.768627451) !important;
}
.dropdown .dropdown-menu .dropdown-item.disabled {
  color: #9d97b1 !important;
}
.dropdown .dropdown-menu .dropdown-item:focus {
  background-color: rgba(255, 175, 45, 0.0901960784) !important;
  color: #ffa746;
}

.select2-dropdown {
  z-index: 9999 !important;
}

/*------ Preloader -----*/
.preloader {
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 999999 !important;
  background-color: hsl(0, 0%, 100%) !important;
  display: flex ;
  justify-content: center !important;
  align-items: center !important;
}

.c-name {
  color: #121212;
  font-weight: 700;
  margin: 0 !important;
}
.c-name span {
  color: #ffa746;
}

@media screen and (max-width: 767px) {
  .c-name {

    margin: 0 !important;
  }
}
.gap-14px {
  gap: 14px;
}

.required:after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: #f1416c;
  padding: 0 0.25rem;
  font-weight: bold;
}

input[type=file]::file-selector-button {
  margin-right: 20px !important;
  border: none;
  background: #ffa746;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.rounded-8 {
  border-radius: 10px;
}

.mh-500px {
  max-height: 500px;
}

.accordion-item {
  /* border: 1px solid rgba(0, 0, 0, 0.0588235294); */
  border: 0px solid rgba(0, 0, 0, 0.0588235294);
  /* background-color: unset; */
}

.unstyled-accordion .accordion-item {
  border: 0;
}

.unstyled-accordion .accordion-item .accordion-body {
  padding: 0 10px;
}
.unstyled-accordion .accordion-item .accordion-button {
  padding: 10px;
}
.unstyled-accordion .accordion-item .accordion-button::after {
  content: none;
}
.unstyled-accordion .accordion-item .accordion-button .icon_custom {
  transition: 0.3s !important;
}
.unstyled-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: hsl(0, 0%, 100%);
  color: #121212;
}
.unstyled-accordion .accordion-item .accordion-button:not(.collapsed) .icon_custom {
  transform: rotate(45deg);
}

footer {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.0588235294);
  background-color: hsl(0, 0%, 100%);
}

header {
  position: sticky;
  top: 0;
  background-color: hsl(0, 0%, 100%);
  border-bottom: 1px solid rgba(216, 216, 216, 0.2509803922);
  z-index: 1040;
  
}
@media screen and (min-width: 577px) {
  header .container{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
  @media screen and (max-width: 767px) {
  header {
    background-color: hsl(0, 0%, 100%);
  }
}
@media screen and (max-width: 992px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
}
header .navbar {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
header .navbar .logo {
  display: flex;
  align-items: center;
  margin-left: 29px;
}
header .navbar .logo a {
  padding: 0;
  height: 40px;
  width: 170px;
  display: flex;
  align-items: center;
  margin: 0;
}
/* @media screen and (max-width: 992px) { */
  @media (max-width: 640px) {
  header .navbar .logo a {
    height: 30px;
    width: 150px;
    
  }
  header .navbar{
    padding: 10px 0 !important;
  }
}

header .navbar .logo a img {
  width: 100%;
  /* height: 100%; */
  margin-right: 10px;
  max-width: 100%;
  max-height: 160%;
}
header .navbar .logo a span {
  position: absolute;
  font-size: 10px;
  font-style: italic;
  left: -59px;
  bottom: -7px;
  font-family: cursive;
}
@media screen and (max-width: 992px) {
  header .navbar .logo a span {
    position: relative;
    font-size: 8px;
    left: 0;
    bottom: -18px;
  }
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #121212;
  font-size: 17px;
  position: relative;
  transition: border-radius 0.4s;
  border-radius: 3px;
  padding: 5px 8px 7px 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  line-height: 1.5;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: hsl(0, 0%, 100%);
  background: linear-gradient(45deg, #FFC010, #FFAF2D, #FFA747, #FFA45E);
  border-radius: 10px;
}
header .navbar .navbar-nav .nav-item.active .nav-link {
  color: hsl(0, 0%, 100%);
  background: linear-gradient(45deg, #FFC010, #FFAF2D, #FFA747, #FFA45E);
  border-radius: 15px;
}
@media screen and (max-width: 992px) {
  header .navbar .navbar-nav {
    display: none;
  }
}
header .navbar .right {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 29px;
}
header .navbar .right .wish-list {
  position: relative;
  border: 1px solid rgba(216, 216, 216, 0.768627451);
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 5px 10px;
  gap: 5px;
  transition: 0.3 ease;
  cursor: pointer;
}
header .navbar .right .wish-list:hover {
  background-color: #f5f5f5;
}
@media screen and (max-width: 992px) {
  header .navbar .right .wish-list {
    display: none;
  }
}
header .navbar .right .wish-list .count {
  position: absolute;
  top: -5px;
  right: -5px;
}
/* header .navbar .right .login-btn {
  color: #121212;
  font-size: 15px;
  position: relative;
  transition: 0.3s;
  border-radius: 8px;
  padding: 7px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  line-height: 1.5;
  background-color: #f5f5f5;
} */
/* header .navbar .right .login-btn:hover {
  background-color: rgba(216, 216, 216, 0.768627451);
} */
@media screen and (max-width: 992px) {
  header .navbar .right {
    display: none;
  }
}
header .mobile-menu-toggler {
  display: none;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  header .mobile-menu-toggler {
    display: block;
  }
}
header .mobile-menu-toggler .x {
  display: none;
}
header .mobile-menu-toggler.open .x {
  display: block;
}
header .mobile-menu-toggler.open .bar {
  display: none;
}
header .mobile-header-icon {
  position: relative;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffa746;
}
header .mobile-header-icon .badge {
  position: absolute;
  top: -5px;
  right: -5px;
}

.mobile-menu {
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 0 20px;
  padding: 20px 0;
  text-align: center;
  position: fixed;
  z-index: 9999;
  top: 100px;
  left: 0;
  background-color: hsl(0, 0%, 100%);
  border-radius: 5px;
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.0588235294);
  transform: translate(0px, 50px);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu.show {
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
}
.mobile-menu ul li .nav-link {
  padding: 15px;
  border-radius: 8px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.mobile-menu ul li .nav-link:hover {
  color: #ffa746;
  background-color: #f5f5f5;
}
.mobile-menu .footer {
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  justify-content: space-around;
  border-top: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.mobile-menu .footer .nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
  min-width: 100px;
  background-color: #f5f5f5;
  border-radius: 8px;
  justify-content: center;
}
.mobile-menu .footer .nav-link:last-child {
  background-color: #ffa746;
  color: hsl(0, 0%, 100%);
}
.mobile-menu .footer .nav-link:hover img {
  transform: rotate(90deg);
}
.mobile-menu .footer .nav-link img {
  width: 10px;
  height: 10px;
  rotate: 2deg;
  transition: 0.3s;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-item.active .page-link {
  background: #ffa746;
  color: hsl(0, 0%, 100%);
  border: 1px solid #ffa746;
}
.pagination .page-item .page-link {
  border-radius: 50% !important;
  border: 1px solid rgba(216, 216, 216, 0.768627451);
  color: #121212;
  transition: 0.3s;
  min-width: 46px;
  display: flex;
  justify-content: center;
  min-height: 46px;
  align-items: center;
}
.pagination .page-item .page-link:hover {
  background: #ffa746;
  color: hsl(0, 0%, 100%);
}
.pagination .page-item .page-link:hover svg path {
  fill: hsl(0, 0%, 100%);
}
.pagination .page-item .page-link.disabled {
  cursor: not-allowed;
  color: rgba(216, 216, 216, 0.768627451);
  background: #f5f5f5;
}
.pagination .page-item .page-link:focus {
  outline: none;
  box-shadow: 0 0 5px 0 #ffa746;
}

.swiper-carousel {
  padding: 17px 0;
  max-width: 1200px;
}
.swiper-carousel .swiper-slide {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  max-width: calc(100% - 48px);
}
.swiper-carousel .swiper-carousel-animate-opacity {
  height: 100%;
}
.swiper-carousel .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-carousel img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  max-width: 150px !important;
}
@media (max-width: 640px) {
  .swiper-carousel .swiper-button-next,
  .swiper-carousel .swiper-button-prev {
    display: none !important;
  }
}

@media (max-width: 992px) {

main {
  padding-top: 80px;
}
.tab-content .dropdown{
  /* display: none; */
  margin-top: 30px;
  margin-left: -8px;
}

}
.faqs-page main section h1 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.faqs-page main section h1 span {
  position: relative;
}
.faqs-page main section h1 span img {
  position: absolute;
  bottom: -24px;
  right: 0;
}/*# sourceMappingURL=main.css.map */


.btn.btn-primary {
  background: linear-gradient(45deg, #FFC010, #FFAF2D, #FFA747, #FFA45E) !important;
}

/* .login-content{
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;

} */

#page-message {
  margin: 0 auto !important;
}
#page-app{
  margin: 0 auto !important;

}

@media (max-width: 992px) {
  .page-content-wrapper .container {
    padding: 0 !important;
  }
}
.more-details{
  background-color: hsl(0, 0%, 100%);
  box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 8px;
  padding: 20px 20px 1px 20px;
}


body[data-route*="app/uconnect-settings/"] .layout-main-section .section-bod .control-input .btn-xs[data-fieldname="service_provider"],
body[data-route*="app/uconnect-settings/"] .layout-main-section .section-bod .control-input .btn-xs[data-fieldname="property_search"],
body[data-route*="app/uconnect-settings/"] .layout-main-section .section-bod .control-input .btn-xs[data-fieldname="marketplace"],
body[data-route*="app/uconnect-settings/"] .layout-main-section .section-bod .control-input .btn-xs[data-fieldname="project_manager"]
{
    border: 0px;
    width: 100%;
    height: 60px;
    background-color: #fff !important;
    color: #C8C8C8;
    font-size: 16px;
    white-space: normal;
    border-radius: 0px;
    border-left: 1px solid #E6E6E6;

    width: 113%;
    /* height: 115%; */
    padding: 7%;
    border-radius: 25px 0px 0px 25px;
    /* margin-bottom: -13px; */

}
.vbox-close{
  font-size: 30px;
}

.vbox-share {
  display: none;
}
.vbox-bottom{
  display: none;
}
.vbox-overlay{
  font-weight: bold !important;
  --vbox-tools-color:#fff !important;
} 



@media (min-width: 576px) {
  .modal-dialog {
      max-width: 60% !important;
  }

}
@media (max-width: 992px) {

  .msgprint-dialog .modal-content{
    width: initial;
    height: 80%;
    margin: auto;
  }

  .row, .form-section .section-body, .dialog-assignment-row {
    /* padding: inherit; */
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .badge.badge-dark{
    font-size: 12px !important;
  }
}

.tooltip_s {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}

.tooltip_s .tooltiptext_s {
  visibility: hidden;
  width: 120px;
  text-align: center;
  /* padding: 5px 0; */

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin-top: 60px;
  color: darkgray;
  font-size: 14px;
}

.tooltip_s:hover .tooltiptext_s {
  visibility: visible;
}
.success-footer{
  display: none;
}



@media (min-width: 576px) {
  h2 {
      margin-bottom: 2.75rem;
  }
}


.p-row{
  margin-bottom: -20px !important;
}

.multiselectt{
  margin-left: inherit !important;
  align-items: center;
}
.multiselectt_child{
  margin: 3px;
  padding: 7px !important;
}

/* .p-row .badge.badge-dark{
  margin: 0px 5px;
} */

.navbar-brand{
  height: auto !important;
}
.tooltip-content{
  display: none !important;
}

.slider-image{
    width: 20%; 
}

.slider-btn{
    /* padding-top: 8px;
    padding-bottom: 8px; */
    text-align: center;
    box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.075) !important;
    border: 1px solid rgba(0, 0, 0, 0.0588235294) !important;
    width: 48%;
    background-color: #fff;
    color: #000 !important;
    display: inline-block !important;
    padding: 6px !important;
    margin: 4px 2px 4px 2px !important;
    border-radius: 8px !important;
   }

.slider-btn:hover{
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important; */
  box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.075) !important;
  background-color: #ffa746 !important;
  /* background: linear-gradient(45deg, #FFC010, #FFAF2D, #FFA747, #FFA45E) !important; */


}
.slider-btn:focus{
  box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.075) !important;
  background-color: #ffa746 !important;
  /* background: linear-gradient(45deg, #FFC010, #FFAF2D, #FFA747, #FFA45E) !important; */

}
.slider-btn:active {
  box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.075) !important;
  background-color: #ffa746 !important;
  /* background: linear-gradient(45deg, #FFC010, #FFAF2D, #FFA747, #FFA45E) !important; */

}
.slider-m{
    justify-content: center !important;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: row;
    -webkit-box-pack: center;
    box-sizing: inherit;
}

.filter-section .slider-b {
  position: relative;
  overflow-x: hidden; 
  margin: auto;
  background-color: #fff; 
  /* display: inline-block !important; */
  text-align: -webkit-center;
   margin-top: -36px;
}
@media screen and (max-width: 768px) {
  .tab-pane {
    margin-top: -7px;
  }
  .filter-d{
    margin-top: 9px !important;
  }
  .filter-srch{
    margin-top: -24px !important;
  }
  .tab-pane .ql-editor.read-mode{
    margin-bottom: -20px !important;
  }
}


  
  /* .slider {
    margin: 0 auto;
    padding: 0;
    width: 800px;
    height: 400px;
    position: relative;
    overflow: hidden; */


  .bullets {
    width: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
    z-index: 1;    
  }

  .bullets li {
      list-style-type: none;
      display: inline;
      color: #fff;
      cursor: pointer;
      padding: 0 5px;      
      font-size: 20px;      
      font-family: sans-serif;          
    }

  .swiper-cont .prev,
  .swiper-cont .next{
    text-decoration: none !important;
    color: #fff;
    position: absolute;  
    z-index: 1;
    font-size: 30px;
    top: 37%;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  }
  .swiper-cont .prev{
    left: 20px;
  }
  .swiper-cont .next{
    right: 20px;
  }