html {
  scroll-behavior: smooth;
}
: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: #f57110;
  --gray: #6d6969;
  --color-white: #fff;
}
body {
  direction: rtl;
  text-align: right;
  font-size: 16px !important;
  font-family: "Cairo", sans-serif;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}

.clamp-me {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 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;
}
.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;
}
/* start header */
.header {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 12%);
  padding: 7px 40px;
}
.links {
  display: flex;
  align-items: center;
  gap: 25px;
  font-weight: bold;
  transition: all 0.8s cubic-bezier(0.68, -0.3, 0.265, 1.3);
}
.logo img {
     width: 50px;
    margin-inline: auto;
    display: block;
}
.logo div.color-main{
    font-size:14px;
}
.flex-li {
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
  padding: 15px 0;
}
.icon-li {
  font-size: 12px;
}
.lang {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lang img {
  width: 44px;
}
.flex-lang {
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
}
.main-btn {
  display: block;
  text-align: center;
  width: 140px;
  padding: 10px 0;
  background-color: var(--main);
  color: var(--color-white);
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.main-btn2 {
  display: block;
  text-align: center;
  width: 140px;
  padding: 10px 0;
  background-color: transparent;
  color: var(--main);
  border: 1px solid var(--main);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.header-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}
.drop-down-lang {
  position: absolute;
  top: 45px;
  left: 10px;
  width: 100px;
  background-color: var(--color-white);
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 12%);
  text-align: center;
  z-index: 2;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(8px);
  visibility: hidden;
}
.flex-lang:hover .drop-down-lang {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.drop-down-lang li {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.drop-down-order {
  position: absolute;
  top: 50px;
  left: -180px;
  width: 240px;
  background-color: var(--color-white);
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 12%);
  text-align: center;
  z-index: 2;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(8px);
  visibility: hidden;
  pointer-events: none;
}
.flex-li:hover .drop-down-order {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.drop-down-order li {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.flex-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.flex-a:hover {
  padding-right: 12px;
}
.slider {
  height: calc(100vh - 108px);
  position: relative;
}
.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-item .item {
  height: calc(100vh - 108px);
}
.owl-prev {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.owl-next {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.owl-prev span,
.owl-next span {
  padding: 20px !important;
  border-radius: 50% !important;
  background-color: var(--color-white) !important;
  transition: all 0.3s ease-in-out;
}
.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: 60px;
  height: 60px;
  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;
}
.flex-center-spe {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: var(--color-white);
}
.flex-center-spe h1 {
  font-size: 45px;
}
.flex-center-spe p {
  font-size: 27px;
}
.flex-center-spe .main-btn {
  margin: 0 auto;
}
.slider .item {
  position: relative;
}
.slider .item > img {
  position: absolute;
  z-index: -1;
  width: 100%;
  filter: brightness(0.6);
}
.spe-edit {
  width: 170px;
  padding: 18px 0;
  font-size: 22px;
}
.owl-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--main);
  width: 13px;
  height: 13px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background-color: var(--color-white);
}
.img-cont-spe {
  position: relative;
}
.img-cont-spe img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}
.img-cont-spe::after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  top: -20px;
  left: -30px;
  border: 1px dashed var(--main);
  z-index: -1;
  border-radius: 10px;
}
.line-under {
  position: relative;
  padding-bottom: 14px;
  display: inline-block;
}
.line-under::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--main);
  width: 75%;
  height: 3px;
}
.who-p {
  font-size: 19px;
  line-height: 30px;
  color: var(--gray);
}
.font-bold {
  font-weight: bold;
}
.line-under2 {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
}
.line-under2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 15%;
  /* transform: translateX(-50%); */
  background-color: var(--main);
  width: 65%;
  height: 4px;
}
.adverse img {
  width: 100%;
  object-fit: scale-down;
  height: 150px;
  transition: all 0.6s ease-in-out;
}
.adverse img:hover {
  transform: rotate(360deg);
}
.boundle-img {
  background: url("../imgs/NoPath\ -\ Copy\ \(157\).png") no-repeat;
  background-size: cover;
  height: 370px;
  margin-top: 150px;
}
.boundle-box {
  padding: 40px 20px;
  border: 1px solid var(--main);
  background-color: var(--color-white);
  border-radius: 6px;
  transform: translateY(-80px);
}

.star-cont img {
  width: 90px;
}
.boundle-box p {
  color: var(--gray);
  font-size: 15px;
  font-weight: 600;
}
.price {
  font-size: 17px;
  font-weight: bold;
}
.boundle-btn {
  width: 150px;
  margin-inline: auto;
}
.y-140 {
  transform: translateY(-140px);
}
.landing {
  padding: 50px 0;
  background: url("../imgs/shadooo.png") no-repeat;
  background-position-y: bottom;
  background-size: contain;
}
.landing-right .landing-title {
  background-color: var(--main);
  height: 100px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.landing-join {
  font-weight: bolder;
  margin-top: 10px;
}
.landing-right p {
  color: rgb(156, 150, 150);
  margin: 40px 0;
  font-size: 17px;
}
.downloads {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.downloads img {
  width: 160px;
  height: 60px;
  cursor: pointer;
}
.landing-left {
  background: url("../imgs/Rectangle\ 25850.png");
  background-repeat: no-repeat;
  background-size: 88%;
  background-position: 50%;
}
.landing-left img {
  width: 270px;
  margin-top: -25px;
}
/*end landing*/
/* general classes for login */
.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;
}
.margin-contact-a {
  margin: 0 auto !important;
}
.form-btn {
  width: 60%;
  margin: 0 auto;
}
.contact {
  position: relative;
}
.contact > img {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0.4);
  z-index: -1;
}
.pad-contact {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  font-weight: bold;
  font-size: 17px;
  background-color: #f8f8f8;
}
.foot-logo img {
  width: 120px;
}
.foot-links {
  display: flex;
  align-items: center;
  gap: 55px;
}
.foot-cont {
  display: flex;
  /*flex-direction: column;*/
  gap: 10px;
}
a.social {
  display: flex;
  align-items: center;
  gap: 8px;
  /*color: var(--main) !important;*/
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
a.social i {
  font-size: 23px;
}
.social a {
  color: var(--main) !important;
  transition: all 0.3s ease-in-out;
}
.social:hover {
  transform: translateX(-10px);
}
.drop-spee {
  top: -174px;
}
.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%);
  }
  .foot-links {
    display: none;
  }
  .nav-layer {
    position: fixed;
    top: 0px;
    left: 0;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    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);
  }
  .header-flex {
    display: flex;
    flex-direction: column;
  }
  .landing-left {
    margin: 60px 0;
  }
  .boundle-img {
    height: auto;
    padding: 40px;
  }
  .boundle-box {
    transform: translateY(0px) !important;
  }
}
.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%;
}
.media-spe {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 767px) {
    .footer{
        flex-direction : column;
        flex-wrap:wrap;
    }
    .foot-cont{
        flex-wrap:wrap;
        margin-bottom:10px;
    }
  .logo img {
    width: 60px;
  }
  .owl-item .item {
    height: calc(100vh - 72px);
  }
  .owl-nav {
    display: none;
  }
  .foot-logo img {
    width: 100px;
  }
  a.social {
    font-size: 14px;
  }
  .header {
    padding: 12px 15px;
  }
  .img-cont-spe::after {
    top: -15px;
    left: -6px;
  }
}
/*start charge account page*/
.top-head {
  position: relative;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--color-white);
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0px 6px;
  text-align: center;
}
.top-head img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.7);
  z-index: -1;
  object-fit: cover;
}
/* nav */
.slider_nav {
  background: transparent;
  border-radius: 8px;
  position: relative;
  height: 60px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid var(--main);
  font-weight: bold;
}

.slider_nav .slider_nav_link {
  position: relative;
  z-index: 2;
  width: 50%;
  height: 100%;
  text-align: center;
  display: block;
  line-height: 60px;
  color: var(--main);
  font-size: 17px;
}

.slider_nav .slider_nav_link.active {
  color: #fff;
}

.slider_nav .after_span {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  background-color: var(--main);
  border-radius: 7px;
  height: 100%;
  z-index: 0;
  -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);
}

.slider_nav .qestions.active ~ .after_span {
  -webkit-margin-start: 51%;
  margin-inline-start: 51%;
}
/* main inputs in website */

/* general classes for login */
.form__label6 {
  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__label6 .main-icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  color: #202020;
  font-size: 15px;
}

.form__label6 .default_input6 {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 1px solid var(--main);
  color: #000;
  border-radius: 5px;
  outline: none;
  transition: all 0.3s ease-in-out;
  background: var(--color-white);
  padding-right: 40px;
}

.form__label6 .float__label6 {
  position: absolute;
  top: 29%;
  pointer-events: none;
  color: #a99e9e;
  right: 40px;
  -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__label6 span:last-child {
  white-space: nowrap;
}

.form__label6 .float__label6 {
  font-size: 14px;
  font-weight: bold;
  color: var(--gray);
  font-weight: 400;
}

textarea.default_input6 + .float__label6 {
  top: 20px;
}

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

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

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

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

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

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

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

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.iti--allow-dropdown {
  width: 100%;
  height: 50px;
}
#telephone,
#telephone2 {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid var(--main);
  font-size: 14px;
  padding-right: 40px;
}
.iti__country-list {
  position: absolute;
  left: calc(100% - 82px) !important;
  z-index: 2;
  /* width: 80%; */
  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;
}
/*****************dfdsfdsf****************/
.setting .iti.iti--allow-dropdown {
  width: 100%;
}

.setting .iti.iti--allow-dropdown .iti__flag-container {
  right: 0;
  width: 90px;
}

.setting .iti.iti--allow-dropdown #telephone {
  padding-right: 100px !important;
  padding-left: 10px !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-right: 6px;
  margin-left: 0;
  color: #989898;
}

.setting .iti__arrow {
  margin-right: 6px;
  margin-left: 0px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #989898;
  transition: all 0.2s;
}

.iti__arrow.iti__arrow--up {
  margin-left: 0px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #989898;
  border-top: 0;
}

.iti__country-list::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 25px;
}

.iti__country-list::-webkit-scrollbar-track {
  border-radius: 25px;
  background-color: transparent;
}
/* .inp-spe {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
}  */
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 0;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
.default_input6:focus {
  border: 2px solid var(--main);
}
.relative-co {
  position: relative;
}
.icon-float {
  position: absolute;
  top: 10px;
  color: var(--main);
  right: 12px;
  font-size: 20px;
}
.icon-float2 {
  position: absolute;
  top: 12px;
  color: var(--gray);
  left: 12px;
  font-size: 18px;
}
.forget-pass {
  font-size: 16px;
  color: var(--gray);
  letter-spacing: 1px;
}
.submit-btn {
  width: 50%;
  height: 50px;
  background-color: var(--main);
  color: var(--color-white);
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.flex-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-regester-cont {
  width: 140px;
  height: 140px;
  border-radius: 8px;
  margin: 0px auto;
  position: relative;
}
.img-regester-cont img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  /* object-fit: cover; */
}
.img-edit {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: var(--main);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -25px;
  top: 40px;
  cursor: pointer;
}
.img-edit .fa-pen-to-square {
  font-size: 16px;
}
.main-select {
  font-size: 15px;
  width: 100%;
  height: 50px;
  border: 1px solid var(--main);
  color: var(--gray);
  border-radius: 5px;
  outline: none;
  transition: all 0.3s ease-in-out;
  background: var(--color-white);
  padding-right: 40px;
}
select.main-select:focus {
  border: 2px solid var(--main);
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.icon-float2 .fa-chevron-down {
  font-size: 13px;
}
.top-sele {
  top: 10px;
}
.icon-float-spe {
  cursor: pointer;
}
.flex-agree {
  display: flex;
  align-items: center;
  gap: 12px;
}
.flex-agree input {
  width: 30px;
  height: 30px;
  accent-color: #eb7117;
}
.flex-agree label {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main);
  color: var(--main);
  font-size: 22px;
  position:relative;
  z-index:-1;
}
/*.default_textarea{*/
/*  width: 100%;*/
/*  padding: 10px;*/
/*  padding-right: 40px;*/
/*  outline: none !important;*/
/*}*/
/*.form__label6.text-area-m .float__label6{*/
/*  top: 12px !important;*/
/*}*/
/*.form__label6.text-area-m:focus + .float__label6,*/
/*.form__label6.text-area-m:not(:placeholder-shown) + .float__label6 {*/
/*  -webkit-transform: translateX(150%);*/
/*  transform: translateX(150%);*/
/*}*/
.textarea-spe.spe-textarea-m{
  border: 1px solid var(--main) !important;
  padding-right: 35px !important;
  color: var(--gray) !important;
}
.form__label .float__label.def-lab{
  color: var(--gray) !important;
  top: 12px !important;
  right: 40px !important;
}
/*start key code*/
.main-title {
  width: 40%;
  padding: 16px 0;
  background-color: var(--main);
  color: var(--color-white);
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 1px;
}
.under-title {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.code-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.code-img img {
  width: 170px;
  height: 140px;
}
.code-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  direction: ltr;
}
.code {
  /* caret-color: transparent; */
  /* caret-shape: var(--main); */
  background-color: #f8f8f8;
  border-radius: 5px;
  font-size: 15px;
  height: 50px;
  width: 50px;
  border: 1px solid #eee;
  margin: 1%;
  text-align: center;
  font-weight: 300;
  -moz-appearance: textfield;
}
@media (max-width: 767px) {
  .main-title {
    width: 70%;
    font-size: 17px;
    padding: 17px 0;
  }
}
.btn-modal {
  width: 85%;
  border-radius: 5px;
  font-size: 24px;
}
.don-t {
  font-size: 23px;
}
.modal2-spe img {
  width: 140px;
}
.modal-dialog-spe2 {
  top: 25%;
}
.main-color {
  color: var(--main) !important;
}
.all-radio {
  display: flex;
  align-items: center;
  gap: 40px;
  color: var(--gray);
}
.all-radio input {
  width: 20px;
  height: 20px;
  accent-color: #eb7117;
}
.all-radio label {
  margin-bottom: 0 !important;
}
.radio-right {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 19px;
}
.main-label {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 1px solid var(--main);
  color: var(--gray);
  border-radius: 5px;
  outline: none;
  transition: all 0.3s ease-in-out;
  background: var(--color-white);
  padding-right: 40px;
}
.modal {
  z-index: 99999999;
}
.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;
}
.font-22 {
  font-size: 22px;
}
.map-btn {
  width: 50%;
  margin: 10px auto;
}
.text-lab {
  font-size: 14px;
  transform: translateY(4px);
}
.spe-float i {
  top: 15px;
  font-size: 17px;
}
.order-box {
  padding: 15px 22px;
  border-radius: 10px;
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 16%);
  background-color: var(--color-white);
}
.order-time {
  color: var(--gray);
  text-align: left;
  font-weight: 600;
}
.img-order-cont img {
  width: 150px;
  border-radius: 10px;
  height: 130px;
  object-fit: contain;
}
.img-order-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-num {
  font-weight: bold;
}
.order-name {
  color: var(--gray);
  font-size: 13px;
}
.order-case {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
}
.or-flex {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--gray);
}
.red {
  color: red;
}
.order-box .main-btn {
  margin-inline: auto;
  width: 70%;
}
.card-title {
  font-weight: 600;
  font-size: 22px;
  padding: 12px 0;
  /* box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 16%); */
  border-bottom: 2px solid #f0f0f0;
}
.card-white {
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 20%);
}
.card-white-body {
  padding: 16px 10px;
}
.card-t,
.card-f {
  padding: 15px 5px;
  border-bottom: 2px solid #f0f0f0;
  border-left: 2px solid #f0f0f0;
}
.card-t {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 1px;
}
.card-right.text-center{
  height: 100%;
}
.card-f {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: var(--gray);
  font-size: 17px;
  height: calc(100% - 61px);
}
.card-pad .col-md-6 {
  padding: 0 !important;
}
.card-pad .row {
  margin-right: 0;
  margin-left: 0;
}
.ro-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
}
.icon-f-cared {
  color: var(--main);
}
.para-w {
  width: 350px;
}
.p-speee {
  padding: 12px 25px;
}
@media (max-width: 767px) {
  .para-w {
    width: 100%;
  }
}
.font600 {
  font-weight: 600;
}
.img-btm img {
  width: 100%;
  height: 180px;
  border-radius: 8px;
}
.font22 {
  font-size: 22px;
}
.flex-all-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: var(--gray);
  font-weight: 600;
}
.flex-all-new::after {
  content: "";
  width: 98%;
  height: 0px;
  border-top: 1px solid var(--gray);
  position: absolute;
  top: 16px;
  z-index: -2;
}
.flex-all-new-current::before {
  content: "";
  width: 33%;
  height: 0px;
  border-top: 2px solid var(--main);
  position: absolute;
  top: 16px;
  right: 0px;
  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 var(--color-white);
}
.real-circle.cir-active {
  /*background-color: var(--main);*/
  border: 3px solid var(--main);
  color: var(--color-white);
  font-size: 18px;
}
.main-cir {
  color: #000;
}
.flex-box {
  font-size: 14px;
  color: var(--gray);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-part {
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #f8f8f8;
}
.flex-part .fa-star {
  color: #ffb300;
}
.flex-part .fa-paper-plane {
  color: var(--main);
}
.transports .img-order-cont img {
  width: 130px;
  height: 120px;
}
.flex-info-tr {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.flex-info-tr .flex-box {
  width: 260px;
  margin-inline: auto;
}
.flex-info-tr .flex-box .flex-part {
  box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 8%);
}
.font-16 {
  font-size: 16px;
}
.go-chat {
  display: block;
  margin-inline: auto;
  padding: 15px 20px;
  font-size: 19px;
  border-radius: 4px;
  background-color: #f8f8f8;
  color: #000;
  border: 1px solid transparent;
}
.go-chat .fa-comments {
  color: #ffb300;
}
.go-chat:hover {
  color: #ffb300 !important;
  border: 1px solid #ffb300;
}
.font-spe-tr {
  font-size: 21px;
  font-weight: 600;
}
.sub-order {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comp-info img {
  width: 90%;
  height: 220px;
  border-radius: 10px;
}
.card-d {
  padding: 15px 5px;
  border-bottom: 2px solid #f0f0f0;
  border-left: 2px solid #f0f0f0;
  height: calc(100% - 59px);
}
.gray {
  color: var(--gray);
}
.flex-all-new-finished::before {
  content: "";
  width: 90%;
  height: 0px;
  border-top: 2px solid var(--main);
  position: absolute;
  top: 16px;
  right: 30px;
  z-index: -1;
}
.img-btm2 {
  width: 90%;
  margin: 0 auto;
}
.img-btm2 img {
  width: 100%;
  height: 330px;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .img-btm2 {
    width: 100%;
  }
  .comp-info img {
    width: 100%;
  }
  .top-head {
    height: 140px;
    font-size: 23px;
  }
}
.flex-submit-spe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.submit-btn-ac {
  width: 270px;
  display: inline-block;
  margin-inline: auto;
  padding: 18px 0;

  background-color: var(--main);
  color: var(--color-white);
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.red-btn {
  background-color: red;
}
.red-btn:hover {
  color: red !important;
}
/*switch*/
.switch {
  width: 50px;
  cursor: pointer;
}

.switch .main-div {
  width: 50px;
  padding: 5px 6px;
  background-color: #ddd;
  border-radius: 25px;
}
.switch .main-div span {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #f8f8f8;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: translateX(-22px);
}

.switch-con input:checked ~ .switch .main-div span {
  transform: translateX(0px);
  background-color: #fff;
}
.switch-con input:checked ~ .switch .main-div {
  background-color: var(--main);
}
/*switch*/
.switch2 {
  width: 50px;
  cursor: pointer;
}

.switch2 .main-div {
  width: 50px;
  padding: 5px 6px;
  background-color: #ddd;
  border-radius: 25px;
}
.switch2 .main-div span {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #f8f8f8;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: translateX(-22px);
}

.switch-con2 input:checked ~ .switch2 .main-div span {
  transform: translateX(0px);
  background-color: #fff;
}
.switch-con2 input:checked ~ .switch2 .main-div {
  background-color: var(--main);
}
/*switch*/
.switch3 {
  width: 50px;
  cursor: pointer;
}

.switch3 .main-div {
  width: 50px;
  padding: 5px 6px;
  background-color: #ddd;
  border-radius: 25px;
}
.switch3 .main-div span {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #f8f8f8;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: translateX(-22px);
}

.switch-con3 input:checked ~ .switch3 .main-div span {
  transform: translateX(0px);
  background-color: #fff;
}
.switch-con3 input:checked ~ .switch3 .main-div {
  background-color: var(--main);
}
.flex-row-sett {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #f8f8f8;
}
.privacy {
  font-weight: 600;
  line-height: 30px;
  font-size: 18px;
}
.flex-all-new-waiting::before {
  content: "";
  width: 65%;
  height: 0px;
  border-top: 2px solid var(--main);
  position: absolute;
  top: 16px;
  right: 0px;
  z-index: -1;
}
/*@media (min-width: 567px) {*/
/*  .modal-dialog {*/
/*    max-width: 670px !important;*/
/*  }*/
/*}*/

.rate-box {
  padding: 10px;
}
.rate-box > img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
}
.rate-box h6 {
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
}
.inner-spe-text {
  font-size: 13px;
  color: var(--gray);
  margin: 8px 0;
}
.text-area-spp textarea {
  width: 80%;
  border: 1px solid var(--gray);
  padding: 8px;
  border-radius: 5px;
  box-shadow: 0px 1px 6px 1px rgb(0 0 0 / 22%);
}
.text-area-spp textarea:focus {
  border: 2px solid var(--main);
  outline: none;
}
/*start who us page*/
.rate-spe {
  display: flex;
  align-items: center;
  justify-content: center;
}
.who-us-p {
  line-height: 32px;
  font-size: 23px;
  color: var(--gray);
  display: block;
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .who-us-p {
    width: 100%;
  }
}
.col-box img {
  width: 100%;
  height: 370px;
}
.col-box-p {
  text-align: center;
  color: var(--gray);
  width: 70%;
  display: block;
  margin-inline: auto;
}
.whallet-p {
  text-align: center;
  color: var(--gray);
  font-size: 17px;
}
.wallet-img {
  text-align: center;
}
.wallet-img img {
  width: 180px;
  height: 180px;
}
.duration-w {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}

.pad-card .default_input6 {
  padding-right: 15px !important;
}
.pad-card .float__label6 {
  right: 15px !important;
  font-size: 15px;
  letter-spacing: 1px;
}
.btn-lg-spe {
  width: 190px;
  padding: 14px 0;
}
.noti {
  position: relative;
}
.noti img {
  width: 25px;
}
.dot-spe {
  position: absolute;
  top: -3px;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff725e;
}
.make-grean {
  background-color: #05c52b;
}
.make-grean:hover {
  color: #05c52b !important;
}
.make-red {
  background-color: red;
}
.make-red:hover {
  color: red !important;
}
/*start notification page*/
.noti-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #f8f8f8;
  padding: 15px 25px;
  border-radius: 8px;
}
.noti-box-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: var(--main);
  color: var(--color-white);
  border-radius: 50%;
  flex-shrink: 0;
}
.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;
}
/* add animation to notification bell */
.notification.active i {
  -webkit-animation: bell-animation 4s infinite ease-in-out;
  animation: bell-animation 4s infinite ease-in-out;
}

@-webkit-keyframes bell-animation {
  0%,
  100% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(-30deg);
  }
}

@keyframes bell-animation {
  0%,
  100% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(-30deg);
  }
}
/*end  notification page*/
@media (max-width: 400px) {
  .iti__country-list {
    width: 285px !important;
    overflow: auto;
  }
}
.flex-submit-spe-d a {
  text-align: center;
}
.form-wallet {
  width: 90%;
}
@media (max-width: 767px) {
  .form-wallet {
    width: 100%;
  }
}
.links a.active {
  color: var(--main);
}
.foot-links a.active {
  color: var(--main);
}
/*transporter  website*/
.flex-col-gr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.three-main .slider_nav .after_span {
  width: 33.3%;
}
.three-main .slider_nav .slider_nav_link {
  width: 33.3%;
}
.three-main .slider_nav .qestions.active ~ .after_span {
  -webkit-margin-start: 33.3%;
  margin-inline-start: 33.3%;
}
.three-main .slider_nav .qestions2.active ~ .after_span {
  -webkit-margin-start: 67.3%;
  margin-inline-start: 67.3%;
}
@media (max-width: 767px) {
  .three-main .slider_nav {
    height: 45px;
  }
  .three-main .slider_nav .slider_nav_link {
    line-height: 45px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {}
.left-line2 {
  font-size: 23px;
}
.show-if-now2,
.hide-if2 {
  display: none;
}
.go-chat {
  transition: all 0.3s ease-in-out;
}
.modal2-spe img.img-truck {
  width: 70%;
  height: 220px;
}
@media (min-width: 567px) {
  .modal-dialog-truck {
    max-width: 570px !important;
  }
}
.wid-85 {
  width: 85%;
  margin-inline: auto;
}
.modal-dialog-spe2-truck {
  top: 18%;
}
.make-gray {
  background-color: #989898;
}
.make-gray:hover {
  color: #989898 !important;
}
@media (max-width: 767px) {
  .flex-center-spe h1 {
    font-size: 26px;
  }
  .flex-center-spe p {
    font-size: 16px;
  }
  .flex-items-center-spe {
    padding: 0px 8px;
  }
  .spe-edit {
    width: 160px;
    padding: 12px 0;
    font-size: 19px;
  }
  .boundle-img {
    padding: 30px 5px;
  }
}

.collapseBox {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.collapseBox .collapseBtn {
  color: #99A8AF;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  border: 0;
  text-align: start;
}

.collapseBox .collapseContent {
  display: none;
  color: #99A8AF;
}

.collapseBox.expanded {
  overflow: hidden;
}

.collapseBox.expanded .collapseBtn {
  color: #fff;
}
.address{
  border: 0;
  width: 100%;
}
.address:focus{
  outline: none;
}
.content{
  min-height: 90vh;
}
/* new style */
.flex-bet-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  flex-wrap: wrap;
}
.radious-div{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main);
}
.radious-div img{
  width: 100%;
}
.flex-open-modal{
  display: flex;
  align-items: center;
  gap: 12px;
}
.font18{
  font-size: 18px;
}
.operation-box{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 10px;
}
.pad-desk{
  padding: 0px 40px;
}
.img-cont-main-m{
  background-color: var(--main);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-cont-main-m img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.abs-mark-del{
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--color-white);
  background-color: red;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}
.min-wid-aut{
  min-width: 150px;
}
.margin-auto{
  margin: 0 auto;
}
.steps-col{
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.circle-empty{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--main);
}
.shadow-flex{
  display: flex;
  gap: 42px;
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 12%);
  padding: 20px;
  border-radius: 6px;
}
.map-main{
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 12%);
  border-radius: 6px;
}
.line-empty{
  height: 100px;
  width: 2px;
  background-color: var(--main);
}
.abs-road{
  position: absolute;
  top: 60px;
  right: -17px;
  min-width: 80px;
  background-color: #fff;
}
.main-btn.xl{
  width: 215px;
}
.flex-group-me{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.color-red{
  color: red;
}
.flex-sm-gap-abs{
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 12px;
}
.abs-fav-main{
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px ;
  font-size: 18px;
  cursor: pointer;
}
.gray-col{
  color: var(--gray);
}
.flex-sm-gap{
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-rad{
  width: 18px;
  height: 18px;
  accent-color: #eb7117;
}
.pad-desk{
  padding: 0px 30px;
}
.flex-big-gap{
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
.radious-div{
  font-size: 19px;
  color: var(--main);
}
.shadow-white-main{
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 12%);
}
.flex-bet-border{
  padding: 12px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add-btn-area{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: var(--main);
  color: #fff;
  border: 1px solid transparent;
}
.text-def-area{
  width: 100%;
  border: none;
  outline: none;

}
.collapsed-div-main{
  padding: 10px;
}
.flex-end-btns{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flex-tabs-main{
  display: flex;
  align-items: center;
}
.tabs-inside .nav{
  justify-content: center;
  border: none;
}
.tabs-inside .nav-item{
  width: 50%;
}
.tabs-inside .nav-tabs .nav-link{
  border: 1px solid #ddd !important;
  padding: 12px;
  text-align: center;
  font-size: 19px;
}
.tabs-inside .nav-tabs .nav-item.show .nav-link, .tabs-inside .nav-tabs .nav-link.active{
  border: 2px solid var(--main) !important;
  color: var(--main);
  font-weight: bold;
}
.flex-ancor{
  padding: 15px;
  border-radius: 6px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 1px 6px 1px rgb(0 0 0 / 12%);
}
.flex-sm-ancor{
  display: flex;
  gap: 10px;
}
.def-ancor-img{
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
.flex-ancor .flex-box{
  gap: 10px;
}
.user-ancor-name{
  font-size: 17px;
  font-weight: bold;
}
.submit-btn-ac.percent{
  width: 50%;
}
.car-new-main-img{
  width: 100%;
  height: 240px;
  border-radius: 8px;
}
/* neeeeeeeeeeeeeeeeeeeeeeeew*/
.def-head-main {
  margin: auto;
  display: block;
  width: fit-content;
}
.spe-pad-main{
  padding-right: 10px !important;
  border: 1px solid #ddd !important;
}
.spe-pad-main + .float__label6{
  right: 10px !important;
}
.flex-sm-gap{
  display: flex;
  align-items: center;
  gap: 40px;
}
.flex-choose-inp{
  display: flex;
  align-items: center;
  gap: 4px;
}
.main-rad{
  width: 16px;
  height: 16px;
  accent-color: #eb7117;
}
.flatpickr-calendar.open{
  z-index: 999999999999999 !important;
}
.plus-btn{
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: var(--main);
  color: #fff;
  border: none;
  outline: none;
}
.appended-div{
  position: relative;

}
.appended-div-main{
  padding: 40px 0;
}
.red-btn-main{
  background-color: red !important;
  position: absolute;
  top: 0;
  left: 0;
}
/* style */
.flex-span {
  display: inline-block;
}
.select2-container .select2-selection--multiple {
  min-height: 45px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.select2-container--default .select2-selection--single{
  height: 48px !important;
  padding: 6px;
}
.img-flag{
  width: 40px;
}
.select2-container{
  width: 130px !important;
}
.select2-search--dropdown{
  display: none !important;
}
.main-inp-cont{
  position: relative;
}
.select-icon {
  position: absolute;
  z-index: 9;
  top: 30px;
  left: 1px;
}
.select-icon2 {
  position: absolute;
  z-index: 7;
  top: 30px;
  left: 1px;
}
.select-icon3{
  position: absolute;
  z-index: 4;
  top: 30px;
  left: 1px;
}
.pac-target-input {
  width: 50%;
  position: absolute;
  margin-top: 8px;
  right: 72px;
  height: 40px;
  z-index: 9;
  padding: 8px;
}
.sear-in{
  position: relative;
}
.custom-map-control-button{
  position: absolute;
  top: 10px !important;
  left: 200px !important;
  padding: 10px;
  border: none;
  border: 1px solid transparent;
  background-color: var(--main);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
@media (max-width: 1024px) {
  .custom-map-control-button{
    top: 60px !important;
    left: 10px !important;
  }
      .footer{
        flex-direction : column;
        flex-wrap:wrap;
    }
    .foot-cont{
        flex-wrap:wrap;
        margin-bottom:10px;
    }
}
.transparent-btn{
  background: transparent;
  border: none;
  color: var(--main);
}
.links li a{
    font-size:15px;
}
a .icon-foot{
    color:  var(--main) !important;
}