html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: myfont;
  src: url("../fonts/URW DIN Arabic Medium.ttf");
}
:root {
  --secondColor: rgb(191 211 231);
  --main-bg: #f5f5f5;
  --danger: rgb(241 79 79);
  --orange: rgb(255 183 43);
  --sec-main: rgb(128 209 206);
  --main: #8bcdcd;
  --main-solid: #479eaa;
  --gray: #a79d9d;
  --color-white: #fff;
}
body {
  direction: rtl;
  text-align: right;
  font-size: 16px !important;
  font-family: "myfont", sans-serif;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.container {
  max-width: 86% !important;
  margin: 0 auto !important;
}
@media (max-width: 1024px) {
  .container {
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}
.gray-col {
  color: var(--gray);
}
.font14 {
  font-size: 14px;
}
/* loader */
.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  z-index: 999999;
}
.loader img {
  width: 17%;
}
/* Track */
::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: var(--main);
  border-radius: 5px;
}
/* general classes */
.color-main {
  color: var(--main) !important;
}
.bg-main {
  background-color: var(--main-bg) !important;
}
.bg-blue {
  background-color: var(--main) !important;
}
.color-white {
  color: var(--color-white) !important;
}
.color-orange {
  color: var(--orange) !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-top-20 {
  margin: 20px 0;
}
a,
a:hover {
  text-decoration: none;
}
a {
  color: black;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: var(--main);
}
.up:hover,
.up:focus {
  -webkit-box-shadow: inset 0 -4.25em 0 0 var(--color-white);
  box-shadow: inset 0 -4.25em 0 0 var(--color-white);
  color: var(--main) !important;
}
.up.solid:hover,
.up.solid:focus {
  -webkit-box-shadow: inset 0 -4.25em 0 0 var(--color-white);
  box-shadow: inset 0 -4.25em 0 0 var(--color-white);
  color: var(--main-solid) !important;
}
.up2:hover,
.up2:focus {
  -webkit-box-shadow: inset 0 -4.25em 0 0 var(--main);
  box-shadow: inset 0 -4.25em 0 0 var(--main);
  color: var(--color-white) !important;
}
.font-bold {
  font-weight: bold;
}
/* general classes for login */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form__label {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  overflow: hidden;
}

.form__label .default_input {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 10px;
  border: 2px solid #fff;
  color: var(--color-white);
  /* border-radius: 6px; */
  outline: none;
  transition: all 0.3s ease-in-out;
  background: transparent;
}

.form__label .float__label {
  position: absolute;
  top: 24%;
  pointer-events: none;
  color: #a99e9e;
  right: 14px;
  -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
}

.form__label span:last-child {
  white-space: nowrap;
}

.form__label .float__label {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-white);
  font-weight: 400;
}

textarea.default_input5 + .float__label {
  top: 20px;
}

.default_input:focus + .float__label,
.default_input:not(:placeholder-shown) + .float__label {
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}

.default_input:focus-visible {
  outline-color: var(--main) !important;
}

textarea.default_input5:focus + .float__label,
textarea.default_input5:not(:placeholder-shown) + .float__label {
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}

input:focus,
:not(:placeholder-shown) {
  outline-color: var(--main) !important;
}

.default_input::-webkit-input-placeholder,
.input_footer input::-webkit-input-placeholder {
  opacity: 0;
}

.default_input:-ms-input-placeholder,
.input_footer input:-ms-input-placeholder {
  opacity: 0;
}

.default_input::-ms-input-placeholder,
.default_input5::-ms-input-placeholder,
.input_footer input::-ms-input-placeholder {
  opacity: 0;
}

.default_input::placeholder,
.default_input5::placeholder,
.input_footer input::placeholder {
  opacity: 0;
}

textarea.default_input {
  min-height: 150px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.textarea-spe {
  width: 100%;
  color: var(--color-white);
  padding: 15px 10px;
  min-height: 160px;
  background: transparent;
  border: 2px solid #fff;
}
.textarea-spe:focus {
  outline: none !important;
}
/*start header*/
.header {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 9;
}
.bg-white {
  background-color: #fff;
}
header {
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 8%);
}
.header-top {
  background-color: var(--main);
  font-size: 15px;
  padding: 7px 0;
}
.header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top a {
  color: var(--color-white);
}
.header-top-r {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.email-top {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-top-l select {
  background: transparent;
  color: var(--color-white);
  border: none;
  padding: 4px 4px 4px 10px;
}
.header-top-l select option {
  color: #000;
}
.header-top-l img {
  width: 24px;
}
.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.main-header .logo img {
  width: 90px;
}
.links {
  display: flex;
  align-items: center;
  gap: 40px;
}
.main-btns-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.main-btn {
  width: 150px;
  border-radius: 6px;
  background-color: var(--main-solid);
  color: var(--color-white);
  border: 1px solid transparent;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease-in-out;
  display: block;
}
.main-btn.light {
  background-color: var(--main);
  border: 1px solid transparent;
}
.main-btn.lg {
  width: 180px;
  padding: 12px 0;
}
.main-btn.xl {
  width: 200px;
  padding: 14px 0;
}
/*end header*/
/*start overview section*/
.section-pad {
  padding: 40px 0;
}
.main-h3 {
  color: var(--main-solid);
}
.overview-explain {
  font-size: 18px;
}
.main-p {
  line-height: 30px;
}
.img-overview img {
  width: 100%;
  height: 430px;
  object-fit: scale-down;
  /* object-fit: contain; */
}
.img-overview img.spe-over-h {
  height: 370px;
  object-fit: scale-down;
  /* object-fit: contain; */
}
.po-relative {
  position: relative;
}
@media (max-width: 1024px) {
  .apsolo-mini {
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    width: 100%;
    top: 0;
  }
}
.color-solid {
  color: var(--main-solid);
}
/*start specials section*/
.special-box {
  padding: 20px 15px;
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 8%);
  border-radius: 8px;
  display: flex;
  align-items: center;

  gap: 10px;
  height: 100%;
  flex-direction: column;
}
.special-box img {
  width: 65px;
}
/*start ready write section*/
.flex-groupme {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}
.sheild {
  width: 40px;
}
.ready-box {
  /* border: 1px solid  #ddd; */
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 8%);
  border-radius: 8px;
}
.readybox-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
.readybox-head img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.readybox-head-r {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ready-body img {
  width: 100%;
  height: 250px;
}
.card-p {
  padding: 0px 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* height: 68px; */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 50px;
}
.ready-box-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-top: 1px solid #f9f9f9;
}
.foot-comments,
.foot-price {
  display: flex;
  align-items: center;
  gap: 7px;
}
.gap-10 {
  gap: 10px;
}
/*start projects*/
.project-box {
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 12%);
  border-radius: 6px;
  padding: 15px 5px;
  text-align: center;
  height: 186px;
}
.project-box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  /* height: 100px; */
}
.proj-title {
  padding: 12px 0;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 7%);
  background-color: var(--color-white);
  transform: translateY(34px);
  border-radius: 5px;
}
/*start designers section*/
.designs-sec {
  background-color: #fafdfd;
  padding: 55px 0;
}
.all-slide-sec {
  background-color: var(--color-white);
  padding: 40px;
}
.slides-nums {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 80%; */
  /* direction: ltr; */
  flex-wrap: wrap;
  gap: 10px 0;
}
.real-num {
  width: 34px;
  height: 34px;
  background-color: transparent;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slides-num {
  position: relative;
  width: 120px;
  flex-shrink: 0;
  cursor: pointer;
}

.slides-num::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #ddd;
  right: 50%;
  top: 50%;
}
.slides-num:last-child:after {
  display: none;
}
.slides-num:last-child {
  width: fit-content;
}
.real-num.active {
  background-color: var(--main-solid);
  color: var(--color-white);
}
/* .owl-theme .owl-dots {
  position: absolute;
  bottom: -20px;
  right: 25%;
  transform: translateX(25%);
} */
.owl-prev {
  position: absolute !important;
  right: 15% !important;
  bottom: -30px;
}
.owl-next {
  position: absolute;
  left: 65%;
  bottom: -30px;
}
.owl-prev span,
.owl-next span {
  padding: 14px !important;
  border-radius: 50% !important;
  background-color: var(--color-white) !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--main);
}
.owl-prev span:hover,
.owl-next span:hover {
  background-color: var(--main) !important;
  color: var(--color-white) !important;
}
.slider .fa-chevron-right,
.slider .fa-chevron-left {
  font-size: 25px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main) !important;
}
button.owl-prev,
button.owl-next {
  border-radius: 50% !important;
}
span.fa-forward:hover,
span.fa-backward:hover {
  background: var(--main) !important;
  color: var(--color-white) !important;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: #b3e0e0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--main-solid);
}
.owl-dot.active .real-num {
  background-color: var(--main-solid);
  color: var(--color-white);
}
.all-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 50%;
  justify-content: center;
  transform: translateY(-10px);
}
.all-dots .dot-real {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  cursor: pointer;
}
.dot-real.active {
  background-color: var(--main-solid);
}
.best-e-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.best-e-top img {
  width: 85px;
}
.best-e-btm {
  display: flex;
  align-items: center;
  gap: 240px;
  justify-content: center;
  transform: translateY(-25px);
}
.best-e-btm img {
  width: 70px;
}
.margin-auto {
  margin-inline: auto;
}
.font21 {
  font-size: 21px;
}
.pro-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pro-top img {
  width: 37px;
}
.our-nums {
  padding: 20px 5px;
  border-top: 10px solid var(--main-solid);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.num-top {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f8f8;
  font-size: 18px;
}
/*start footer*/
.upper-footer {
  padding: 50px 0;
  background-color: #f3fafa;
}
.footer-inp {
  padding: 6px 8px;
  display: flex;
  align-items: center;
  background-color: var(--color-white);
  width: 70%;
  border-radius: 8px;
}
.real-inp-foot {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  height: 46px;
  padding: 0px 15px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.real-inp-foot-btn {
  width: 120px;
  height: 46px;
  border: 1px solid transparent;
  background-color: var(--main-solid);
  color: var(--color-white);
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.real-inp-foot::placeholder {
  color: var(--gray);
  transition: all 0.3s ease;
}
.real-inp-foot:focus::placeholder {
  opacity: 0;
}
.flex-apps {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.flex-apps img {
  width: 180px;
  height: 70px;
  border-radius: 8px;
}
.main-footer {
  padding: 50px 0;
}
.footer-colomn-me > img {
  width: 160px;
  margin-bottom: 12px;
}
.footer-colomn-me > h6 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-colomn-me li {
  margin-bottom: 26px;
}
.footer-colomn-me li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dot-foot {
  width: 6px;
  height: 6px;
  background-color: var(--main-solid);
  margin-top: 4px;
}
.dot-foot-icon {
  color: var(--main-solid);
}
.flex-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.flex-socials img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.sm-img {
  width: 20px;
  height: 25px;
}
.down-footer {
  background-color: var(--main-solid);
  color: var(--color-white);
  padding: 4px 0;
}
.down-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}
.down-footer-m {
  display: flex;
  align-items: center;
  gap: 25px;
}
.down-footer-m img {
  width: 45px;
}
@media (max-width: 1024px) {
  .down-footer .container {
    flex-direction: column;
  }
  .down-footer {
    padding: 8px 0;
  }
}
/*key code page*/
.main-title-real {
  font-size: 18px;
  color: var(--main);
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.main-title-real::after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 35px;
  height: 3px;
  background-color: var(--main);
  right: 0;
}
.main-input-cont h6 {
  color: #7d7777;
  position: relative;
  width: fit-content;
}
.main-input-cont h6::after {
  content: "*";
  position: absolute;
  color: red;
  left: -14px;
}
.main-input {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 14px;
  font-size: 14px;
}
.main-input::placeholder {
  color: var(--gray);
  transition: all 0.3s ease;
  font-size: 14px;
}
.main-input:focus::placeholder {
  opacity: 0;
}
@media (max-width: 767px) {
  .header-top-r {
    gap: 8px;
  }
}
.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
  /* position: relative; */
  /* border-right: 1px solid #ddd; */
}
.iti--separate-dial-code .iti__selected-flag::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #ddd;
  z-index: 99;
  right: -5px;
  /* border-right: 1px solid #ddd; */
}
.iti {
  width: 100%;
}
/*iti*/
.iti__country-list {
  position: absolute;
  left: calc(100% - 82px) !important;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 13px !important;
}
@media (max-width: 400px) {
  .iti__country-list {
    width: 285px !important;
    overflow: auto;
  }
}
#telephone {
  padding-right: 12px;
}
.flex-colom {
  flex-direction: column;
  gap: 10px;
}
/*start regester page*/
.upload-label {
  width: 90px;
  height: 80px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.upload-label img {
  width: 40px;
}
img.all-size {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.no-search .select2-search {
  display: none;
}
.select2-selection .select2-selection--single {
  height: 48px;
}
.select2-container {
  width: 100% !important;
}
.select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-selection--single {
  height: 48px;
  border: 1px solid #ddd;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 44px;
  color: var(--gray);
  font-size: 14px;
}
.main-input-cont {
  position: relative;
}
.main-float {
  position: absolute;
  top: 40px;
  left: 15px;
  pointer-events: none;
}
.select2-container .select2-selection--multiple {
  min-height: 48px;
  border: 1px solid #ddd;
}
.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 14px;
  position: absolute;
  top: 9px;
  right: 16px;
  font-family: "myfont", sans-serif;
  color: var(--gray) !important;
}
.select2-container--default.select2-container--focus
.select2-selection--multiple {
  border: 1px solid #ddd;
  min-height: 48px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  padding: 10px 30px;
  background-color: #ecf5f6;
  color: #000;
  border: none;
  border-radius: 15px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
  width: 20px;
  height: 20px;
  background-color: red;
  color: var(--color-white);
  border-radius: 50% !important;
  margin-right: 5px;
  transition: all 0.3s ease-in-out !important;
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
  background-color: var(--color-white);
  color: red;
}
.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--main);
}
.main-textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 12px;
  color: var(--gray);
  border-radius: 4px;
  resize: none;
  outline: none;
  font-size: 14px;
}
.main-textarea:focus {
  outline: 1px solid var(--main);
}
.main-textarea::placeholder {
  color: var(--gray);
  transition: all 0.3s ease;
}
.main-textarea:focus::placeholder {
  opacity: 0;
}
.flex-main-up {
  display: flex;
  align-items: center;
  gap: 10px;
}
.uplaod-img-main {
  width: 90px;
  height: 80px;
  border: 1px dashed #ccc;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  flex-shrink: 0;
}
.uplaod-img-main img {
  width: 40px;
}
.uploaded__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uploaded__area .file_ {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  margin: 7px;
  position: relative;
}

.uploaded__area .file_ img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.uploaded__area .file_ video {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.uploaded__area .file_ .docs_file {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #eee;
  color: crimson;
  font-size: 30px;
  position: relative;
}

.uploaded__area .file_ .play-button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

.uploaded__area .file_ .play-button img {
  width: 100%;
  height: 100%;
}
.uploaded__area .file_ .remove_media {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  line-height: 22px;
  background-color: crimson;
  color: #fff;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
}
.uploaded__area .file_ .remove_media:hover {
  background-color: #fff;
  color: crimson;
}
.flex-if-now {
  display: flex;
  align-items: center;
}
.flex-if-now label {
  padding-right: 5px;
}
label {
  margin-bottom: 0;
}
.flex-if-now input {
  width: 16px;
  height: 16px;
  accent-color: var(--main-solid);
}
.dont-have {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.dont-have a {
  text-decoration: underline;
}
.main-reg-a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 240px;
  border-radius: 14px;
  background-color: #f3fafa;
  color: var(--main);
  transition: all 0.3s ease-in-out;
}
.main-reg-a:hover {
  color: var(--color-white) !important;
  background-color: var(--main-solid);
  transform: translateY(-10px);
}
.decoration-yes {
  text-decoration: underline;
}
a.decoration-yes:hover {
  text-decoration: underline;
}
.flex-log-bet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.defer-main-btn {
  background-color: var(--color-white);
  color: var(--main-solid);

}
.defer-main-btn:hover {
  transform: translateY(-6px);
}
.gray-col-dark {
  color: #7d7777;
}
/*start faqs*/
.collapse-spe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  color: var(--main);
  border: 1px solid var(--main);
  border-radius: 4px;
}
.dafeult-faq-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #daecee;
  color: var(--main-solid);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.collapse.show .card {
  border: 1px solid var(--main-solid);
  border-radius: 0;
}
.card-body {
  background-color: var(--main-solid);
  color: var(--color-white);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
}
.collapse-spe[aria-expanded="true"] {
  padding: 10px;
  color: var(--color-white);
  background-color: var(--main-solid);
  border-color: var(--main-solid);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.collapse-spe[aria-expanded="true"] .dafeult-faq-icon {
  color: var(--color-white);
  background-color: #6bb0ba;
}
/*start notification page*/
.noti-box {
  display: flex;
  align-items: center;
  gap: 25px;
  background-color: #f9fcfc;
  padding: 15px 25px;
  border-radius: 8px;
}
.noti-box-right {
  flex-shrink: 0;
}
.noti-box-right img {
  width: 60px;
}
.noti-box-right .fa-bell {
  font-size: 24px;
}
.flex-noti {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}
.noti-box-left {
  font-weight: 600;
}

/*end  notification page*/
/*start  financial page*/
.price-f-box {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  justify-content: center;
  background-color: var(--main);
  color: var(--color-white);
  height: 160px;
  border-radius: 15px;
  flex-direction: column;
  font-size: 29px;
}
.font20 {
  font-size: 20px;
}
.flex-with-gap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
/****************** Start Data Table **************/

.data {
  border-radius: 5px;
  overflow: hidden;
  padding-top: 10px;
}
.table {
  width: 100% !important;
}

table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#myTable_wrapper .row {
  --bs-gutter-x: 0;
}

.data table.table {
  border-bottom: 1px solid #dddddd;
}

.data .table thead {
  background-color: var(--main);
  /* transform: translateY(-14px); */
  font-size: 13px !important;
}

.data .table thead tr {
  color: var(--gray);
}
.table td,
.table th {
  border: none !important;
}

table.dataTable thead tr th {
  padding: 20px 10px;
  border-bottom: none;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
  background-color: var(--color-white);
  border-bottom: 1px solid #ddd !important;
}

table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}

.data .table > tbody > tr {
  color: #000;
}

.data .table > tbody > tr.odd {
  background-color: #fff !important;
}

.data .table > tbody > tr.even {
  background-color: #fff !important;
}
.data .table > tbody > tr.odd .activate-spe {
  padding: 7px;
  border-radius: 15px;
  background-color: #d7f5e8;
  color: #3fcc8f;
}
.data .table > tbody > tr.even .activate-spe {
  padding: 7px;
  border-radius: 15px;
  background-color: #f5d7df;
  color: #cc3c63;
}
.data .table > tbody > tr > td {
  text-align: center;
  padding: 13px;
  vertical-align: middle;
  /* border-bottom: 1px solid #f9f9f9 !important; */
  font-size: 14px;
  white-space: normal;
}

.data .table > tbody > tr > td > img {
  width: 75px;
  height: 60px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child {
  background-color: #fff;
  border-top: 1px solid #0000004a;
  border-bottom: 1px solid #0000004a;
  padding: 20px;
}

table.dataTable > tbody > tr.child span.dtr-title {
  margin-left: 15px;
}

.data .table > tbody > tr > td.drop-co > i,
.data .table > tbody > tr i {
  cursor: pointer;
  padding: 5px;
}

.data .table tbody .drop-co,
.dtr-data {
  position: relative;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  background-color: var(--main);
}

table.dataTable.dtr-inline.collapsed
> tbody
> tr.parent
> td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
> tbody
> tr.parent
> th.dtr-control:before {
  background-color: #8c4e4e;
}

#myTable_filter {
  display: none;
}

.dataTables_empty {
  padding: 20px !important;
  color: var(--main);
}

table thead .sorting:last-of-type::after,
table thead .sorting:last-of-type::before,
table thead .sorting:first-of-type::after,
table thead .sorting:first-of-type::before {
  display: none !important;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
}

table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: none;
}

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3,
table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: none;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  left: 10px;
  right: unset;
  opacity: 0.5;
  font-size: 15px;
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 1;
  color: #fff;
}

#myTable_wrapper .row:last-of-type {
  align-items: center;
  background-color: #fff;
  padding: 8px 15px;
  /* transform: translateY(-14px); */
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
  margin: 5px 0;
  font-size: 14px;
  color: #000;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 5px 0;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  direction: ltr;
  margin: 2px 0;
  justify-content: flex-start;
}

div.dataTables_wrapper
div.dataTables_paginate
ul.pagination
.page-item:first-child
.page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  font-size: 13px;
}

div.dataTables_wrapper
div.dataTables_paginate
ul.pagination
.page-item:last-child
.page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 13px;
}

.page-item:not(:first-child) .page-link {
  margin-right: 0px;
}

div.dataTables_wrapper
div.dataTables_paginate
ul.pagination
.page-item:not(:last-child)
.page-link {
  margin-right: 4px;
  font-size: 14px;
}

div.dataTables_wrapper
div.dataTables_paginate
ul.pagination
.page-item
.page-link {
  color: var(--main);
  border: 1px solid #f3f3f3;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.dataTables_paginate ul.pagination .page-item.active .page-link,
div.dataTables_paginate ul.pagination .page-link:hover {
  z-index: 3;
  background-color: var(--main);
  border-color: var(--main);
  color: #fff !important;
}

div.dataTables_wrapper
div.dataTables_paginate
ul.pagination
.page-item
.page-link:focus {
  outline: 0;
  box-shadow: none;
}

div.dataTables_wrapper
div.dataTables_paginate
ul.pagination
.page-item.next
.page-link
i,
div.dataTables_wrapper
div.dataTables_paginate
ul.pagination
.page-item.previous
.page-link
i {
  font-weight: 600;
}
/* .data .dataTables_info{
  display: none;
} */
.brown-col {
  color: #cfa657;
}
.red-col {
  color: #e27676;
}
.table-search {
  width: 400px;
}

.sec-input {
  height: 48px;
  position: relative;
}

.sec-input .input-me {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  outline: none;
  padding: 0px 10px;
  background-color: #f7f7f7;
  border-radius: 5px;

  color: #000;
}

.sec-input .input-me::placeholder {
  color: var(--gray);
  font-size: 14px;
  transition: all 0.3s ease;
}

.sec-input .input-me:focus {
  border-color: var(--main);
}

.sec-input .input-me:focus::placeholder {
  opacity: 0;
}
.main-icon-ta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  color: var(--main);
  font-size: 14px;
  cursor: pointer;
  pointer-events: none;
}
@media (max-width: 467px) {
  .table-search {
    width: 300px;
  }
}

@media (max-width: 390px) {
  .table-search {
    width: 260px;
  }
}
/*end  financial page*/
.img-contact-main {
  padding: 20px;
}
.img-contact-main img {
  width: 100%;
  /* object-fit: scale-down; */
  height: 360px;
  object-fit: contain ;
}
@media (max-width: 767px) {
  .mobile-none {
    display: none;
  }
}
.wrap-imgs {
  flex-wrap: wrap;
  gap: 25px;
}
.wrap-imgs img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.wrap-imgs img:hover {
  transform: translateY(-5px);
}
.all-colom-me-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  border-left: 1px solid var(--main);
  min-height: 140px;
}
.gap-spe {
  gap: 5px;
}
.no-border-me .col-lg-2 .all-colom-me-2 {
  border-left: none;
}
.no-border-me .col-lg-2,
.no-border-me .col-lg-3 {
  padding: 0 !important;
}
/*add new product page*/
.flex-colom-dit {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.flex-colom-dit {
  width: 100%;
  min-height: 120px;
  padding: 10px;
  border: 1px dashed #ccc;
  background-color: #fafbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.modal-img-m {
  width: 180px;
}
.x-mark-fal {
  position: absolute;
  top: 25px;
  right: 40px;
  font-size: 26px;
  color: #9c0b0b;
  cursor: pointer;
}
.font18 {
  font-size: 18px;
}
.w-80 {
  width: 80%;
}
.bg-ggr {
  background-color: #f9f9f9;
}
.add-rr {
  margin-right: 10%;
}
/* start user info */
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  border: 1px solid #f5f5f5;
  width: 160px;
  padding: 11px 0;
  text-align: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--main);
  color: var(--color-white);
}
.nav-tabs {
  justify-content: center;
}
.radues-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.small-v-img {
  width: 22px;
}
.upload-label2 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
}
.upload-label2 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.abs-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--main);
  color: var(--color-white);
  position: absolute;
  font-size: 12px;
  right: 5px;
  bottom: 10px;
}
.open-change {
  text-align: left;
  display: block;
  margin-top: 4px;
}
a.red-col:hover {
  color: #9c0b0b;
  transform: translateY(-4px);
}
.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
  padding-right: 12px;
}
@media (max-width: 767px) {
  .nav-tabs .nav-link {
    margin-bottom: 15px;
  }
}
.bg-gray {
  background-color: #becccc;
}
.bg-gray:hover {
  color: red !important;
  border-color: red;
}
.report-btn {
  background: transparent;
  border: none;
  color: #9c0b0b;
  outline: none;
  flex-shrink: 0;
}
.add-reply {
  color: var(--main);
  text-decoration: underline;
}
.spe-flex-comm {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.user-comm-i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.main-card-b {
  padding: 20px;
  border: 1px solid #ddd;
  height: 650px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-behavior: smooth;
}
.main-card-b2 {
  padding: 20px;
  border: 1px solid #ddd;
  scroll-behavior: smooth;
}
.comment-box {
  padding: 10px 14px;
  position: relative;
}
.comment-box-add {
  padding: 10px;
  background-color: #fbfbfb;
  border-radius: 3px;
  position: relative;
  margin-right: 35px;
}
.text-ar-div {
  width: 100%;
  display: flex;
  gap: 10px;
  background-color: #fbfbfb;
  padding: 12px 10px;
  align-items: flex-end;
}
textarea.reply-me {
  border: none;
  outline: none;
  background: transparent;
}
textarea.reply-me:focus {
  border: none;
  outline: none;
  background: transparent;
}
.absfalse {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: red;
  color: var(--color-white);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
}
.comm-real2 {
  white-space: pre-line;
}
.valid-me {
  font-size: 13px;
}
.form-stiky {
  position: sticky;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: var(--color-white);
}
.flex-contain-now {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}
.flex-w-gap {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.font15 {
  font-size: 15px;
}
.no-shrink {
  flex-shrink: 0;
}
.spe-contain-p {
  width: 65%;
  color: var(--gray);
}
@media (max-width: 767px) {
  .spe-contain-p {
    width: 100%;
  }
  .flex-contain-now {
    flex-wrap: wrap;
  }
}
.fle-main-page-c {
  display: flex;
  overflow: hidden;

  gap: 40px;
}
.main-card {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.single-f input {
  accent-color: var(--main-solid);
  width: 14px;
  height: 14px;
  transform: translateY(1px);
}
.float-filer {
  width: 280px;
  flex-shrink: 0;
}
.filer-title {
  font-size: 18px;
  color: var(--main);
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f5f5f5;
}
.filer-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 45px;
  height: 3px;
  background-color: var(--main);
  right: 0;
}
.single-f {
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
}
.single-f:last-child {
  border-bottom: none;
}
.single-f label {
  padding-right: 5px;
}
.info-det-box {
  padding: 20px;
  border-bottom: 2px solid #f5f5f5;
}
.info-det-box:last-child {
  border-bottom: none;
}
.flex-gap-mm {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* range slider*/
.selector {
  position: relative;
  padding: 20px;
  width: 400px;
  color: #7e7e7e;
}

.selector ul {
  position: relative;
  display: block;
  overflow: auto;
  min-width: 138px;
  max-height: 200px;
  background: #fff;
  list-style: none;
  white-space: inherit;
  padding-right: 17px;
  width: calc(100% + 17px);
}

.selector li {
  position: relative;
  padding: 3px 20px 3px 25px;
  cursor: pointer;
}

.selector li:before {
  position: absolute;
  top: 50%;
  left: 0;
  top: 4px;
  display: inline-block;
  margin-right: 9px;
  width: 17px;
  height: 17px;
  background-color: #f4f4f4;
  border: 1px solid #d5d5d5;
  content: "";
}

.selector li[data-selected="1"]:before {
  border: 1px solid #d7d7d7;
  background-color: #fff;
}

.selector li[data-selected="1"]:after {
  position: absolute;
  top: 50%;
  left: 3px;
  top: 11px;
  display: inline-block;
  width: 4px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  background: none;
  color: #39c9a9;
  content: "";
  -webkit-transform: rotate(40deg) translateY(-50%);
  transform: rotate(40deg) translateY(-50%);
}

.selector li:hover {
  color: #aaa;
}

.selector li .total {
  position: absolute;
  right: 0;
  color: #d7d7d7;
}

.selector .price-slider {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 17px;
}

@media (min-width: 768px) {
  .selector .price-slider {
    padding-top: 8px;
  }
}

.selector .price-slider:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  color: #39c9a9;
  content: attr(data-currency);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.selector #slider-range {
  width: 90%;
  margin-bottom: 30px;
  border: none;
  background: #f7f7f7;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .selector #slider-range {
    width: 100%;
  }
}

.selector .ui-slider-handle {
  border-radius: 50%;
  background-color: var(--main);
  border: none;
  top: -14px;
  width: 28px;
  height: 28px;
  outline: none;
}

@media (min-width: 768px) {
  .selector .ui-slider-handle {
    top: -7px;
    width: 16px;
    height: 16px;
  }
}

.selector .ui-slider-range {
  background-color: var(--main);
}

.selector .slider-price {
  position: relative;
  display: inline-block;
  padding: 0px 8px;
  width: 100px;
  background-color: #e2f7f2;
  line-height: 28px;
  text-align: right;
}

.selector .slider-price:before {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 12px;
  margin-top: 0;
  color: var(--main);
  content: attr(data-currency);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.selector .show-all {
  position: relative;
  padding-left: 25px;
  color: #39c9a9;
  cursor: pointer;
  line-height: 28px;
}

.selector .show-all:after,
.selector .show-all:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -1px;
  color: #39c9a9;
  width: 10px;
  border-bottom: 1px solid;
}

.selector .show-all:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.selector.open ul {
  max-height: none;
}

.selector.open .show-all:after {
  display: none;
}
.selector .price-slider {
  width: 220px;
}
/* project details */
.top-links a,
.top-links {
  color: var(--main) !important;
}
.flex-all-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: var(--gray);
  padding-right: 100px;
  width: 80%;
  overflow: hidden;
}
.flex-all-new::after {
  content: "";
  width: 100%;
  height: 0px;
  border-top: 1px solid var(--gray);
  position: absolute;
  top: 16px;
  right: 0;
  z-index: -2;
}
/* .flex-all-new::before {
  content: "";
  width: 14%;
  height: 0px;
  border-top: 2px solid var(--main);
  position: absolute;
  top: 16px;
  right: 0px;
  z-index: 1;
} */
.cir-active {
  position: relative;
}
.cir-active::before {
  content: "";
  width: 400px;
  height: 0px;
  border-top: 2px solid var(--main);
  position: absolute;
  top: 13px;
  left: 27px;
  z-index: -1;
}
.real-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ddd;
  /* position: relative;
  z-index: 2; */
}
.real-circle.cir-active {
  border: 2px solid var(--main);
}
.main-cir {
  color: #000;
}
.sm-cir {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ddd;
}
.real-circle.cir-active .sm-cir {
  background-color: var(--main);
}
.circle-text {
  transform: translateX(38%);
}
.main-sh-card {
  padding: 25px;
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 10%);
}
.desc-p {
  padding: 10px 12px;
  background-color: #f5f5f5;
}
.flex-files {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.myfile {
  width: 110px;
  height: 110px;
  border-radius: 8px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  flex-direction: column;
}
.myfile img {
  width: 25px;
}
.file-im-img {
  width: 110px;
  height: 110px;
  border-radius: 8px;
}
.pepole-f {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pepole-f img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.star-f {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.fle-big-gap {
  display: flex;
  align-items: center;
  gap: 70px;
  flex-wrap: wrap;
}
.fle-sm-g {
  display: flex;
  align-items: center;
  gap: 25px;
}
.bo-pr {
  font-size: 15px;
  width: 85px;
  padding: 8px 0;
  border-radius: 5px;
  background-color: var(--main);
  text-align: center;
  color: var(--color-white);
}
.main-b-card {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 7px;
  line-height: 28px;
}
.bg-red {
  background-color: #e27474;
  color: var(--color-white);
}
.bg-red:hover {
  color: #e27474 !important;
}
.flex-50 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 4px;
}
.flex-50-real {
  width: 50%;
  color: var(--gray);
}
.col-black {
  color: black !important;
}
.share-imgs {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.share-imgs img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .main-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.h-perfect {
  min-height: 160px;
}
.bg-trans {
  background: transparent;
}
.flex-50-left-box.real {
  background-color: var(--main);
  color: var(--color-white);
  padding: 8px;
  border-radius: 4px;
  font-size: 15px;
}
.main-grid-2 {
  display: grid;
  grid-template-columns: 65% 32%;
  gap: 3%;
}
.gro-price {
  width: 100%;
  background-color: var(--main-solid);
  color: var(--color-white);
  padding: 11px 0;
  border-radius: 5px;
  text-align: center;
}
.flex-start {
  justify-content: flex-start;
}
.font10 {
  font-size: 10px;
}
.flex-sm-gap {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.loop-border {
  padding: 14px 22px;
  border-bottom: 1px solid #ddd;
}
.loop-border:last-of-type {
  border-bottom: none;
}
.border-c-spe {
  border: 1px solid #ddd;
  width: 100%;
}
.betw-50 {
  justify-content: space-between;
}
.left-cart {
  padding: 20px;
  background-color: #fbfdfd;
  border-radius: 8px;
}
.data.data-now2 .table thead {
  background: transparent;
}
.btn-dele-t {
  background: transparent;
  border: none;
  color: gray;
  transition: all 0.3s ease-in-out;
}
.btn-dele-t:hover {
  color: red;
}

.data.data-now2 .table > tbody > tr > td {
  padding: 16px;
}
.flex-cart-tta {
  display: flex;
  gap: 20px;
}
.flex-cart-tta-img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
.text-st {
  text-align: right;
}
.data.data-now2 .table thead th {
  text-align: right;
}
.data.data-now2 .table > tbody > tr > td {
  text-align: right;
}
.data.data-now2 .table thead {
  border-bottom: 1px solid #ddd;
}
.if-show-aply2 {
  display: none;
}
.mr-spe {
  margin-right: 4px;
}
.font12 {
  font-size: 12px;
  margin-top: 3px;
}
.main-nav-me22 {
  border-radius: 8px !important;
  width: 240px !important;
  padding: 14px 0 !important;
  background-color: #ebf4f6;
}
.between-g {
  gap: 30px;
}
.nav-tabs .nav-item.show .main-nav-me22,
.nav-tabs .main-nav-me22.active {
  background-color: var(--main-solid);
}
.defi-tap {
  list-style: none;
}
.card-main-user {
  border: 1px solid #ddd;
  padding: 20px;
}
.skill-per {
  border-radius: 24px;
  background-color: #ebf4f6;
  padding: 10px 16px;
  border-top-left-radius: 4px;
}
.flex-sm-gap-user {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.show-comments,
.show-products {
  display: none;
}
.main-btn.tab-sp {
  background-color: #ebf4f6;
  color: black;
}
.main-btn.active {
  background-color: var(--main-solid);
  color: var(--color-white);
}
.share-tap-btn {
  cursor: pointer;
}
.fit-con {
  width: fit-content;
  margin-inline: auto;
}
.recieve-me {
  background-color: var(--main);
  color: var(--color-white);
  padding: 8px;
  border-radius: 4px;
}
.img-pay-m img {
  width: 100%;
  height: 200px;
}
.flex-pay-cc {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.flex-pay-cc input {
  width: 16px;
  height: 16px;
  accent-color: var(--main-solid);
}
.flex-pay-cc label {
  padding-right: 5px;
}
.spe-pp {
  padding: 10px 30px;
}
/* .gray-col-imp{
  color: var(--gray) !important;
} */
.top-links.gray-col-imp a,
.gray-col-imp {
  color: var(--gray) !important;
}
.top-links.gray-col-imp a:hover {
  color: var(--main) !important;
}
.order-taps .nav-tabs .nav-link {
  width: 280px;
}
.proj-card {
  padding: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.flex-my-u {
  display: flex;
  align-items: center;
  gap: 10px;
}
.flex-my-u-big {
  display: flex;
  align-items: center;
  gap: 55px;
  color: var(--gray);
  flex-wrap: wrap;
}
.m-spe-me {
  margin-right: 20px;
}
.card-bet-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  gap: 15px;
}
.flex-sm-bbt {
  display: flex;
  align-items: center;
  gap: 25px;
  /* flex-wrap: wrap; */
}
.img-bet {
  width: 190px;
  height: 110px;
  flex-shrink: 0;
}
.no-shrink {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .card-bet-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .flex-sm-bbt {
    flex-wrap: wrap;
  }
}
.bg-red {
  background-color: #e27474;
  color: var(--color-white) !important;
}
.recieve-me.bg-red:hover {
  color: var(--color-white) !important;
}
.done-done {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.done-done img {
  width: 24px;
  height: 24px;
}
.done-ff {
  display: flex;
  align-items: center;
  gap: 12px;
}
a.under-repo {
  text-decoration: underline;
  color: #e27474;
}
.book-store-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px;
  border-bottom: 1px solid #ddd;
}
.right-store {
  display: flex;
  gap: 10px;
}
.redi-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  flex-shrink: 0;
}
p {
  margin-bottom: 0;
}
.bars {
  display: none;
}
@media (max-width: 1024px) {
  .links {
    position: fixed;
    padding-top: 60px;
    top: 0px;
    right: 0px;
    width: 250px;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 12%);
    background: var(--color-white);
    justify-content: flex-start;
    gap: 40px;
    z-index: 9999999;
    transition: all 0.8s cubic-bezier(0.68, -0.3, 0.265, 1.3);
    transform: translateX(100%);
  }
  .bars {
    display: block;
    cursor: pointer;
    position: relative;
    height: 22px;
    width: 30px;
  }
  .bars span {
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    background-color: #000;
  }
  .bars span:first-child {
    top: 0;
  }
  .bars span:nth-child(2) {
    top: 10px;
  }
  .bars span:last-child {
    top: 20px;
  }
  .bar-tog span:nth-child(2) {
    opacity: 0;
  }
  .bar-tog span:first-child {
    top: 6px;
    background-color: var(--main);
    transform: rotate(45deg);
  }
  .bar-tog span:last-child {
    top: 6px;
    background-color: var(--main);
    transform: rotate(-45deg);
  }
  .slideto {
    transform: translatex(0);
  }
  .main-btn {
    width: 95px;
    font-size: 13px;
  }
  .main-header .main-btn{
    width: 85px;
    padding: 7px 4px;
    font-size: 12px;
  }
  .main-btns-header {
    gap: 8px;
  }
  .main-header .logo img {
    width: 60px;
    padding: 8px 0;
  }
}
.flex-header-instead {
  display: flex;
  align-items: center;
  gap: 33px;
}
.cart-top-flex {
  display: flex;
  align-items: center;
  gap: 2px;
}
.cart-real img {
  width: 20px;
}
.flex-profile-d img {
  width: 46px;
  height: 46px;
  border-radius: 5px;
}
.message-me i {
  font-size: 22px;
  color: var(--gray);
}
.flex-profile-d {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .best-e-top img {
    width: 62px;
  }
  .best-e-btm {
    gap: 150px;
  }
  .best-e-btm img {
    width: 50px;
  }
  .flex-header-instead {
    gap: 14px;
  }
  .flex-profile-d,
  .cart-top-flex {
    flex-direction: column;
    font-size: 12px;
  }
  .cart-te {
    font-size: 10px;
    text-align: center;
  }
  .header-top-l {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-top-l img {
    flex-shrink: 0;
  }
  .header-top-r {
    font-size: 12px;
  }
}
.rela-p {
  position: relative;
}
.dot-radu {
  position: absolute;
  top: -7px;
  right: -4px;
  background-color: var(--main);
  color: var(--color-white);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dot-radu.red-b {
  background-color: #e27474;
}
.pro-nnma {
  text-align: center;
}
.footer-inp {
  margin-bottom: 12px;
}
.my-drop-now {
  position: absolute;
  top: 60px;
  right: -120px;
  z-index: 1;
  /* padding: 6px 14px; */
  border: 1px solid #ddd;
  background-color: var(--color-white);
  border-radius: 7px;
  opacity: 0;
  transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  visibility: hidden;
  transform: scale(0);
  pointer-events: none;
  width: 220px;
}
.my-drop-now.show-drop {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: scale(1);
}
.flex-in-drop {
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.flex-in-drop.active {
  background-color: var(--main-solid);
  color: var(--color-white);
}
.red-drop {
  color: #9c0b0b;
  transition: all 0.3s ease-in-out;
}
.red-drop:hover {
  color: red;
}
@media (max-width: 767px) {
  .my-drop-now {
    top: 80px;
    width: 180px;
    right: -90px;
  }
}
.ready-box {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.abs-link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.ready-box:hover {
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .owl-next {
    position: absolute;
    left: 15%;
    bottom: -70px;
  }
  .owl-prev {
    position: absolute !important;
    right: 15% !important;
    bottom: -70px;
  }
  .all-dots {
    display: none;
  }
  .footer-inp {
    width: 100%;
  }
  .all-slide-sec {
    padding: 15px;
  }
}
.flex-socials a:hover {
  transform: translateY(-5px);
}
.google-play {
  display: flex;
  width: 200px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 12px;
  background-color: var(--color-white);
  border-radius: 4px;
}
a.google-play:hover {
  color: black;
  transform: translateY(-7px);
}
.footer-colomn-me li a:hover {
  transform: translateX(-8px);
}
.menu-list-me {
  width: 120px;
  padding: 10px 0;
  background-color: var(--main-solid);
  color: var(--color-white);
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;

  display: none;
}
.fle-main-page-c {
  position: relative;
}
.float-filer {
  -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
}

@media (max-width: 1024px) {
  .float-filer {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 2;
    background-color: var(--color-white);
    transform: translateX(140%);
    height: 100%;
    /* width: 0; */
  }
  .menu-list-me {
    display: block;
  }
  .layer-spe {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    z-index: 1;
    -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
    transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
    transform: translateX(-140%);
  }
  .layer-spe.show-layer {
    transform: translateX(0%);
  }
}
.float-filer.float-filer-show {
  transform: translateX(0);
}
@media (max-width: 340px) {
  .float-filer {
    width: 250px;
  }
}
.info-det-box {
  position: relative;
}
@media (max-width: 767px) {
  .flex-all-new {
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    padding-right: 0px;
  }
  .circle-text {
    transform: translateX(0%);
  }
  .cir-active::before {
    display: none;
  }
  .flex-all-new::after {
    display: none;
  }
  .fle-big-gap {
    gap: 20px;
  }
  .main-grid-2 {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-bottom: 12px;
  }
  .uplaod-img-main2 {
    flex-direction: column;
    gap: 5px;
  }
}
.float-filer {
  overflow-y: auto;
  overflow-x: clip;
}
.overflowx_auto {
  overflow-x: auto;
  overflow-y: clip;
}
a.card-bet-flex:hover {
  color: black;
}
.links a.active {
  padding: 12px 8px;
  background-color: #ecf5f6;
  border-radius: 5px;
}
.product-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .product-flex {
    flex-wrap: wrap;
  }
}
.product-flex-r {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.product-flex-r img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.real-sm-ffl,
.sm-flex-pro {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--gray);
  flex-wrap: wrap;
}
/*owl cars*/
.oute-owl-product {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
}

.owl-product {
  border: 1px solid #eee;
  overflow: hidden;
}

.owl-product .item {
  width: 100%;
  height: 480px;
  position: relative;
}

.owl-product img,
.navigation-img-wrapper > div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 10px;
}

.btn_Fancy {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: var(--main);
  color: #ffffff !important;
  padding: 2px 15px;
  font-size: 20px;
}

.navigation-img-wrapper {
  display: flex;
  gap: 10px;
  overflow: auto;
  flex-direction: column;
  flex-shrink: 0;
  max-height: 480px;
}

.navigation-img-wrapper > div {
  border: 1px solid #eee;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s linear 0s;
  width: 145px;
  height: 115px;
  overflow: hidden;
  min-height: 80px;
  border-radius: 8px;
}

.navigation-img-wrapper > div.active {
  border-color: var(--main);
  opacity: 1;
}
.defi-owl .owl-dots {
  display: none;
}
@media (max-width: 767px) {
  .oute-owl-product {
    flex-direction: column;
  }
  .navigation-img-wrapper {
    flex-direction: row;
  }
  .main-sh-card {
    padding: 10px;
  }
  .owl-product .item {
    height: 350px;
  }
}
.pro-value {
  display: flex;
  align-items: center;
  gap: 15px;
}
.img-expal {
  width: 110px;
  height: 70px;
  border-radius: 4px;
}
.product-flex-r-ex {
  display: flex;
  /* align-items: center; */
  gap: 15px;
}
.people-info22 {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-bottom: 15px;
}
.add-cart-my-img {
  margin-left: 30px;
}
.share-imgs a:hover {
  transform: translateY(-5px);
}
.before-sale {
  color: var(--gray);
  text-decoration: line-through;
}
.min-100 {
  min-width: 100px;
}
/*start pagination*/
.pagination ul li {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}

.pagination ul li.active,
.pagination ul li:hover {
  background-color: var(--main) !important;
  color: #fff;
}
.pag-list-real {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.hidden-img {
  position: relative;
  width: fit-content;
}
.hidden-img img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
.hidden-img .remove-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.img-upload-show {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.real-ff-file {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background-color: #eee;
  color: red;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 10px;
}
.real-circle.done::after {
  content: "";
  width: 400px;
  height: 0px;
  border-top: 2px solid var(--main);
  position: absolute;
  top: 13px;
  /* z-index: -5; */
}
/* .flex-all-new .circle-spe{
  position: relative !important;
  z-index: 3 !important;
} */
@media (max-width: 767px) {
  .real-circle.done::after{
    display: none;
  }
}
/*client style*/
.client-only-reg{
  display: flex;
  align-items: center;
  gap: 30px;
}
.client-only-reg-r{
  display: flex;
  align-items: center;
}
.client-only-reg-r input{
  width: 16px;
  height: 16px;
  accent-color: var(--main-solid);
}
.client-only-reg-r label{
  padding: 7px;
}

/*lang*/
.my-drop-now2 {
  position: absolute;
  top: 35px;
  right: -75px;
  z-index: 1;
  border: 1px solid #ddd;
  background-color: var(--color-white);
  border-radius: 7px;
  opacity: 0;
  transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  visibility: hidden;
  transform: scale(0);
  pointer-events: none;
  width: 140px;
  text-align: center;
}
.my-drop-now2.show-drop {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: scale(1);
}
.flex-in-drop2 {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.flex-in-drop2.active {
  background-color: var(--main-solid);
  color: var(--color-white);
}
.flex-profile-d2{
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.flex-profile-d2 .pro-nnma{
  color: var(--color-white);
}
.my-drop-now2 a{
  color: #000 ;
}

.jq-ry-container {
  z-index: 1;
}
/* pagination */
.pagination{
  margin-top: 18px;
  justify-content: center;
}
.page-item{
  margin-left: 10px;
}
.page-item.active .page-link{
  background-color: var(--main-solid);
  border-color: var(--main-solid);
}
.page-link{
  color: var(--main-solid);
  border-radius: 3px;
}
.page-link:hover{
  color: var(--main-solid);
}
.readybox-head-time{
  font-size: 12px;
}
.page-con-main{
  width: 100%;
}
.not-found-div{
  padding: 15px 30px;
  background-color:  transparent;
  color: #dc3545;
  text-align: center;
  width: 90%;
  margin-inline: auto;
  border-radius: 6px;
}
.header-top .in-f-text{
  padding: 10px;
}
.email-icon{
  color: #fff !important;
}
.pad-prom , .our-nums {
  padding: 12px;
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 7%);
  border-radius: 7px;
  height: 100%;
}
.main-btn.lg.gap-10{
  background: transparent !important;
  color: var(--main) !important;
  border: 1px solid var(--main);
  font-weight: bold;
}
.main-btn.lg.gap-10:hover{
  transform: translateY(-7px);
}
.single-f input[type=radio]{
  margin-bottom: 22px;
}
.table td, .table th{
  text-align: center;
}
.message-me .fa-comments ,  .message-me .fa-bell{
  color: #ddd;
}
.cart-real .fa-cart-shopping{
  font-size: 22px;
  color: #ddd;
}
@media (max-width: 767px) {
  body {
    font-size: 15px !important;
  }
  h3{
    font-size: 22px !important;
  }
  h2{
    font-size: 23px !important;
  }
  .overview-explain{
    font-size: 17px !important;
  }
}
.project-box{
  overflow: hidden;
}