:root {
  --theme-secondary-blue-color: #2448b3;
  --theme-primary-green-color: #34a853;
  --theme-fields-bg-color: #f5f6f8;
  --theme-para-color: #696984;
  --primary-text: #121212;
  --theme-color: #34a853;
}

body {
  margin: 0 auto;
  font-size: 16px;
  padding: 0 !important;
  font-family: "Poppins", sans-serif;
  color: #000;
  /* overflow-x: hidden; */
}

.webpage {
  overflow-x: hidden;
}

::selection {
  background-color: var(--theme-secondary-blue-color);
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
}

a,
button {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  outline: 0;
  color: #000;
  text-decoration: none;
}

a {
  color: var(--theme-primary-green-color);
}

a:hover {
  outline: none;
  color: #1d1d1d;
  text-decoration: none;
}

.wow {
  visibility: hidden;
}

.clear {
  clear: both;
}

img:not(table img) {
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

p {
  font-size: 16px;
  color: var(--theme-para-color);
}

figure {
  margin: 0 auto;
  display: block;
  text-align: center;
}

body.scroll-off {
  overflow: hidden;
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-heading {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.form-control::-webkit-input-placeholder {
  color: var(--theme-para-color);
}

.form-control::-moz-placeholder {
  color: var(--theme-para-color);
}

.form-control:-ms-input-placeholder {
  color: var(--theme-para-color);
}

.form-control:-moz-placeholder {
  color: var(--theme-para-color);
}

/*==================== User Dropdown Start ===================*/

.user_dropdown {
  display: inline-block;
  margin-left: 25px;
}

.user_dropdown > a {
  color: #494949;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.user_dropdown img {
  height: 45px;
  width: 45px;
  min-height: 45px;
  min-width: 45px;
  max-width: 45px;
  border-radius: 50%;
  border: 2px solid var(--theme-primary-green-color);
}

.user_dropdown .dropdown-menu.show {
  display: block;
  left: auto;
  width: 160px;
  overflow-x: hidden;
  padding-bottom: 0;
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  color: rgba(255, 255, 255, 0.6);
  right: 1px;
  box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
  font-size: 12px;
  border-radius: 9px;
  border: 0;
}

.user_name > div {
  white-space: nowrap;
  max-width: calc(160px - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  color: #494949;
  text-transform: capitalize;
  font-size: 15px;
}

.user_name {
  padding: 0 10px;
  border-bottom: 1px solid #e9ecef;
}

.user_name small {
  color: #a2a2a2;
  text-transform: lowercase;
}

.user_name .user_email {
  margin-top: -10px;
}

.user_dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user_dropdown ul li {
  display: block;
}

.user_dropdown ul li a {
  color: #494949;
  text-transform: capitalize;
  font-size: 14px;
  padding: 5px 10px;
  /* padding-left: 20px; */
  display: block;
  border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
  margin-right: 5px;
}

.user_dropdown ul li a:hover {
  color: #000;
}

/*==================== User Dropdown End ===================*/

/* *** loader css start ****  */

.loader-wrapper {
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.loader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
  content: "";
  width: 100px;
  height: 100px;
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1.5s infinite linear;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* *** loader css end  ****  */

/*==================== Header Start ===================*/

#header {
  height: 95px;
  display: flex;
  align-items: center;
  z-index: 1023;
  position: relative;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  background: 0 0 !important;
  background-color: #fff !important;
}

#header.is-sticky {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  height: 65px;
  border-bottom: 1px solid #ededed;
}

#header.is-sticky.awake {
  transform: translateY(0%);
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

#header.is-sticky.inner_pages_head,
#header.inner_pages_head {
  height: 65px;
}

#header > .container-fluid > .navbar {
  padding-left: 0;
  padding-right: 0;
}

#header .navbar-brand img {
  max-height: 62px;
  width: auto;
}

#header .navbar-expand-lg .navbar-nav .nav-item {
  margin-right: 40px;
}

#header .navbar-expand-lg .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

#header .nav-link {
  position: relative;
  padding: 0;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: var(--theme-primary-green-color);
}

/* #header .navbar-expand-lg .navbar-nav .nav-link:hover:before,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before {
    color: #000;
    transform: scaleX(1);
}

#header .navbar-expand-lg .navbar-nav .nav-link:before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
} */

#header .dropdown-toggle::after {
  border: none;
  /* height: 8px;
  width: 11px; */
  /* background-image: url(../img/dots-elementpng); */
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: 3px;
}

#header .extra_nav {
  margin-left: 30px;
}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
  margin-right: 10px;
}

#header .extra_nav .nav-item:list-child {
  margin-right: 0px;
}

#header .extra_btn:hover {
  background-color: rgba(255, 255, 255, 0.24);
}

#header .header_filled_btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  padding: 8px 15px;
  background-color: var(--theme-primary-green-color);
  color: #fff;
  margin: 0 0 0 23px;
}

#header .header_filled_btn:hover {
  background-color: var(--theme-secondary-blue-color);
  color: #fff !important;
}

#header .header_border_btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

#header .header_border_btn:hover {
  background-color: #000;
  color: #fff !important;
}

.header_border_btn:before,
.header_filled_btn:before {
  display: none;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

#header .flag_ico {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 13px;
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
  padding-left: 32px;
  padding-right: 5px;
  width: auto;
  font-weight: 400;
  color: #000;
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
  width: 21px;
  height: auto;
  vertical-align: text-top;
}

#header .for_mobile {
  display: none;
}

#header .for_desktop {
  display: block;
}

/*#header .dropdown-item:hover {
    background-color: #30383d;
    color: rgba(255,255,255,0.60);
}*/
.message-link {
  margin-right: 26px;
  margin-left: 10px;
  position: relative;
}

.langugae_filter {
  position: relative;
}

.lang_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 120px;
  background-color: #fff;
  color: rgba(255, 255, 255, 0.6);
  right: 0;
  box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
  font-size: 15px;
  border-radius: 9px;
  border: 0;
  margin: 0;
  padding: 4px 0 6px 0;
}

.lang_country {
  position: relative;
  cursor: pointer;
}

#header .nav-link i {
  font-size: 11px;
  font-weight: 600;
  margin: 0 0 0 5px;
}

.dropdown-toggle.lang_drop {
  border: 0;
  background: transparent;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  right: 0;
  left: auto;
}

/* #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding: 8px 0 8px 36px;
    color: #8B96A5;
} */
.lang_country {
  position: relative;
  padding: 5px 13px 5px 39px;
  color: #494949;
  border-bottom: 1px solid #e9e9e9;
}

.lang_country .flag_ico img {
  max-width: 19px;
  vertical-align: text-top;
}

.lang_country:last-child {
  border-bottom: 0;
}

#header .lang_dropdown .flag_ico {
  left: 13px;
}

.lang_country:hover {
  color: var(--theme-primary-green-color);
  background-color: transparent;
}

.navbar-brand {
  font-size: 0;
  margin: 0 auto 0 0;
}

/* 
.langugae_filter:hover .lang_dropdown {
    display: block;
} */
/*==================== Header End ===================*/

/*==================== Footer login Signup Section ===================*/

.footer-logsign-link {
  position: relative;
}

.footer-logsign-link:after,
.footer-logsign-link:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
}

.footer-logsign-link:before {
  background-color: #df1f26;
  left: 0;
}

.footer-logsign-link:after {
  background-color: #ec2027;
  right: 0;
}

.footer-signin-link a,
.footer-signup-link a {
  height: 150px;
  align-items: center;
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}

.footer-signup-link a {
  background-color: #df1f26;
  padding-left: 0px;
}

.footer-signin-link a {
  background-color: #ec2027;
}

.footer-signin-link a span,
.footer-signup-link a span {
  color: #fff;
  font-size: 36px;
  width: 100%;
}

.footer-signin-link a p,
.footer-signup-link a p {
  color: #fff;
  font-size: 15px;
  width: 100%;
  margin-bottom: 0;
}

.footer-signup-link a span.footer-link-arrow,
.footer-signin-link a span.footer-link-arrow {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  background-color: #d42027;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 23px;
  transition: 0.5s all;
}

.footer-signup-link a:hover span.footer-link-arrow,
.footer-signin-link a:hover span.footer-link-arrow {
  background-color: #fff;
  color: #d42027;
}

/*==================== Footer login Signup Section ===================*/

/*==================== Footer ===================*/

.footer-block figure {
  margin: 0 0 20px;
  display: inline-block;
  max-width: 219px;
}

.footer-para {
  margin: 0 0 0;
  max-width: 310px;
}

.footer-para p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.cts_no {
  font-size: 15px;
  padding: 0 80px 0 0;
}

.cts_no p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}

.copyright {
  padding: 21px 0;
  border-top: 1px solid #262626;
  color: #737777;
  font-size: 14px;
  margin-top: 30px;
}

.copyright-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
}

.social-links {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

.social-links a {
  color: #b8b9bb;
}

.social-links a:hover {
  color: var(--theme-primary-green-color);
}

.newsletter-form .form-control {
  height: 45px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
  background: transparent;
  border: 0;
  border-radius: 3px;
  padding-right: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.relative-box {
  position: relative;
  top: 7px;
}

.relative-box .subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #827e7e;
  height: 45px;
  font-size: 20px;
  background: no-repeat;
}

.relative-box .subscribe-btn:hover {
  color: #d42027;
}

footer h6 {
  font-size: 16px;
  color: #fff;
  margin: 0 0 23px;
  font-weight: 600;
  position: relative;
}

ul.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-links li {
  margin: 3px 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

ul.footer-links li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

ul.footer-links li a:hover {
  color: var(--theme-primary-green-color);
}

ul.footer-links.socialize li a {
  position: relative;
  padding-left: 25px;
}

ul.footer-links.socialize li a i {
  position: absolute;
  left: -9px;
  width: 30px;
  text-align: center;
  top: -4px;
  color: #959595;
  font-size: 17px;
}

.footer_wrapper {
  background: #12151b;
  padding: 55px 0 0;
  /* border-top: 1px solid #eeeeee; */
}

.subscribe_text {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

.navbar {
  padding: 0;
  justify-content: right;
}

#top-button {
  display: inline-block;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

.back_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #2196f3;
  display: none;
  border: #2196f3 1px solid;
  z-index: 1;
  border-radius: 4px;
}

.back_top span {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}

.back_top span svg {
  width: 22px;
  height: 21px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.back_top:hover {
  border-color: #2196f3;
  color: #2196f3;
  background-color: #fff;
}

.back_top:hover span {
  color: #2196f3;
}

/*==================== Footer ===================*/

#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
  padding-right: 25px;
}

.mobiledrop {
  position: absolute;
  right: 0px;
  top: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
}

/* Custom Select */

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
  height: 21px;
  width: 21px;
  min-width: 21px;
  margin: 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 2px solid #cccccc;
  border-radius: 5px;
  background: transparent;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
  border: 2px solid var(--theme-primary-green-color);
  background: var(--theme-primary-green-color);
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
  content: "\f00c";
  height: 100%;
  color: #fff;
  font-family: "Font-awesome-5-pro";
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.custom_checkbox label {
  color: #3d3d3d !important;
}

/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
  position: absolute;
  /* left: -9999px; */
  appearance: none;
}

.custom_radio [type="radio"]:checked + label,
.custom_radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #3d3d3d;
}

.custom_radio [type="radio"]:checked + label:before,
.custom_radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 100%;
  background: #fff;
}

.custom_radio [type="radio"]:checked + label::after,
.custom_radio [type="radio"]:not(:checked) + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--theme-primary-green-color);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom_radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom_radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-control {
  height: 50px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  background-color: var(--theme-fields-bg-color);
  border-radius: 10px;
  border: 0;
  padding: 13px 25px;
}

.form-control:focus {
  color: #000;
  background-color: var(--theme-fields-bg-color);
  outline: 0;
  box-shadow: none;
}

.btn-primary {
  text-align: center;
  background: var(--theme-primary-green-color);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 13px 30px;
  border: 0;
}

.btn-primary:hover {
  color: #fff;
  background: var(--theme-secondary-blue-color);
}

.btn-secondary {
  background: var(--theme-secondary-blue-color);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 12px 30px;
  text-align: center;
  border: 0;
}

.btn-secondary:hover {
  color: #fff;
  background: var(--theme-primary-green-color);
}

.custom_select_block .ms-dd .ms-dd-header {
  height: 45px;
  font-size: 16px;
  color: rgb(66 66 66 / 60%);
  font-weight: 400;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #b1b1b1;
  overflow: hidden;
  width: 100%;
}

.custom_select_block .ms-dd .ms-dd-header .option-selected {
  height: 45px;
  padding: 10px 25px;
  width: 100%;
}

.custom_select_block .ms-dd .ms-list-option.option-selected,
.ms-dd .ms-optgroup ul .ms-list-option.option-selected {
  background: #ffffff;
}

.custom_select_block .ms-dd {
  width: 100%;
}

.custom_select_block .ms-dd .ms-dd-arrow {
  margin-top: -5px;
  right: 25px;
}

/* Select2 */

.floating-label {
  font-size: 16px;
  font-weight: 400;
  color: #475f7b;
  opacity: 1;
  top: 16px;
  left: 20px;
  pointer-events: none;
  position: absolute;
  transition: 240ms;
  margin-bottom: 0;
  z-index: 1;
}

.floating-diff .floating-label {
  opacity: 0;
}

.floating-diff.focused .floating-label {
  opacity: 1;
}

.form-group.focused .floating-label {
  opacity: 1;
  color: #7b7f82;
  top: 4px;
  left: 19px;
  font-size: 12px;
}

.form-group.focused select.form-control {
  padding-top: 21px;
}

.float-checkradio {
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  padding: 8px 19px;
  transition: 0.3s;
  min-height: 55px;
}

.float-checkradio.focused {
  padding-top: 21px;
}

/*--------select2-css----*/
.select2Part .floating-label {
  opacity: 0;
}

.select2Part.focused .floating-label {
  opacity: 1;
}

.select2multiple .floating-label {
  opacity: 1;
}

.floating-group.focused
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding-bottom: 7px;
  margin: 0;
  padding-top: 17px;
  padding-left: 0px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered:before {
  border: none;
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=")
    no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
  top: 26px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  left: auto;
  top: 0;
  right: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  padding-right: 30px;
  padding-left: 0px;
  background-color: #ebf0fe;
  margin-right: 5px;
  border: 0px solid #aaa;
  margin-top: 9px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus {
  background-color: #dc3545;
  color: #e4e4e4;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: #ee343a;
  color: #fff;
  padding: 1px;
  top: 7px;
  right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border-right: 0;
  justify-content: center;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-right: 10px;
  font-size: 13px;
  font-weight: 300;
  padding-left: 10px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove
  span {
  line-height: 11px;
  height: 17px;
  /* width: 1px; */
  padding-right: 1px;
  border-radius: 50%;
  display: flex;
  font-weight: 300;
  justify-content: center;
}

.floating-group .select2-container--focus .select2-selection__rendered {
  padding-top: 20px !important;
}

.floating-group .select2-container--focus .select2-selection__rendered {
  padding-top: 20px !important;
}

.floating-group .select2-container--below .select2-selection__rendered {
  padding-top: 20px !important;
}

.floating-group .select2-container--below .select2-selection--multiple {
  padding-top: 20px !important;
}

.floating-group .select2-container--above .select2-selection__rendered {
  padding-top: 20px !important;
}

.floating-group .select2-container--above .select2-selection--multiple {
  padding-top: 20px !important;
}

.floating-group .select2-selection--multiple .select2-selection__rendered {
  padding-top: 20px !important;
}

.select2-dropdown {
  border: 0px solid #aaa;
  box-shadow: 0 9px 9px rgba(0, 0, 0, 0.1);
  margin-top: 3px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #dfe3e7;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #dfe3e7;
  padding-left: 19px;
  padding-bottom: 9px;
}

.select2-container .select2-selection--multiple {
  min-height: 55px;
}

.select2-container .select2-selection--single {
  min-height: 55px;
  border: 1px solid #dfe3e7;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 16px;
  line-height: 1;
  margin-left: 0;
  padding-left: 0px;
  font-size: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=)
    no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
  top: 26px;
}

.select2-selection__rendered li:first-child {
  margin-left: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 19px;
  padding-right: 20px;
  font-size: 15px;
  color: #000;
  padding-top: 10px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  font-weight: 300;
}

.select2-results__option {
  font-size: 15px;
  font-weight: 300;
}

/*select2*/
.form-group {
  position: relative;
  margin-bottom: 25px;
}

.login_wrapper .form-control {
  width: 100%;
  padding: 16px;
  min-height: 50px;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #ededed;
}

.error_message {
  font-size: small;
  color: red;
}

/* .is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), .25);
} */

/* .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 19px;
    padding-top: 21px;
    min-height: 55px;
    font-size: 1rem;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
} */
/* 
select.form-control {
    padding-top: 10px;
    transition: 0.15s;
} */

/* ======= Go to Top Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background-color: #fff;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.07);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.arrowTop {
  position: absolute;
  top: 16px;
  left: 17px;
}

.arrowTop path {
  fill: #1295d6;
}

/* .progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-weight: normal;
    color: transparent;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
} */
.progress-wrap svg.progress-circle path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: transparent;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* .progress-wrap::after {
    color: #1e90ff;
} */
.progress-wrap svg.progress-circle path {
  stroke: #1e90ff;
}

/* End */

.profile-switch-link {
  background: #f3f5fb;
  padding: 10px 17px;
  border-radius: 5px;
  font-weight: 600;
  color: #0b0967;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
}

.profile-switch-link:hover {
  color: var(--theme-primary-green-color);
}

.profile-switch svg {
  margin-left: 6px;
}

.profile-switch {
  margin-left: 40px;
}

/* Login Sign Up */

.toggle-password.password_show .password_showIcon {
  display: flex;
}

.toggle-password.password_show .password_hideIcon {
  display: none;
}

.input_icon {
  position: absolute;
  top: 0;
  left: 18px;
  transform: translateY(50%);
}

.password_icon {
  position: absolute;
  right: 30px;
  top: 18px;
  display: flex;
  cursor: pointer;
}

.password_showIcon {
  display: none;
}

.input_iconBox {
  position: relative;
}

.login_logoBox {
  text-align: center;
  padding-bottom: 50px;
}

.login_logoBox img {
  max-height: 66px;
}

.login_title {
  color: var(--primary-text);
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 500;
}

.login_subTitle {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 6px;
}

.loginTitleBox {
  text-align: center;
  padding-bottom: 44px;
}

.form-label {
  color: var(--primary-text);
  font-size: 14px;
  font-weight: 500;
}

.forget_pass {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 400;
}

.form-check-label.custom-control-label {
  color: var(--primary-text);
  font-size: 14px;
  font-weight: 400;
}

.forgot_terms {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.Account_Switch {
  color: #3e3e3e;
  margin: 0;
  font-size: 14px;
  text-align: center;
  padding-top: 46px;
}

.Account_Switch .SignUp_select {
  color: #000;
}

.Account_Switch .SignUp_select:hover {
  color: var(--theme-primary-green-color);
}

.login_sign_up_block {
  max-width: 450px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.login_wrapper {
  overflow-x: hidden;
  height: 100vh;
  min-height: 100%;
  background-color: #f3f5fb;
}

.login_contentBox {
  height: 100%;
}

.custom-checkbox .form-check-input {
  border: 1px solid #bdc4cd;
  min-width: 24px;
  height: 24px;
  margin: 0;
  width: 24px;
  cursor: pointer;
}

.custom-checkbox .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color) !important;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-checkbox .form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.custom-checkbox .form-check-input:focus {
  border-color: #bdc4cd;
  box-shadow: none;
}

.input_iconBox .form-control {
  padding-right: 46px;
}

.login_leftSlide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  align-items: end;
  position: fixed;
  min-height: 100vh;
  height: 100%;
  width: 50%;
  top: 0;
}

.login_leftTitle {
  color: #fff;
  font-size: 70px;
  font-weight: 400;
  font-family: "Noto Serif Display", sans-serif;
  margin-bottom: 16px;
}

.login_leftDesc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

/* .login_slideBox {
    max-width: 460px;
} */

.login-slideBtn.swiper-button-next {
  width: 56px;
  height: 56px;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 50%;
  right: -68px;
  background-color: transparent;
}

.login-slideBtn.swiper-button-next:hover {
  border: 1px solid var(--theme-color);
}

.login-slideBtn.swiper-button-prev:hover {
  border: 1px solid var(--theme-color);
}

.login-slideBtn.swiper-button-prev {
  width: 56px;
  left: -60px;
  height: 56px;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 50%;
  background-color: transparent;
}

.login_textSlide .swiper-button-next:after,
.login_textSlide .swiper-rtl .swiper-button-prev:after {
  content: "none";
  color: #fff;
  font-size: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.2328 16.4569C12.9328 16.7426 12.9212 17.2173 13.2069 17.5172C13.4926 17.8172 13.9673 17.8288 14.2672 17.5431L13.2328 16.4569ZM19.5172 12.5431C19.8172 12.2574 19.8288 11.7827 19.5431 11.4828C19.2574 11.1828 18.7827 11.1712 18.4828 11.4569L19.5172 12.5431ZM18.4828 12.5431C18.7827 12.8288 19.2574 12.8172 19.5431 12.5172C19.8288 12.2173 19.8172 11.7426 19.5172 11.4569L18.4828 12.5431ZM14.2672 6.4569C13.9673 6.17123 13.4926 6.18281 13.2069 6.48276C12.9212 6.78271 12.9328 7.25744 13.2328 7.5431L14.2672 6.4569ZM19 12.75C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25V12.75ZM5 11.25C4.58579 11.25 4.25 11.5858 4.25 12C4.25 12.4142 4.58579 12.75 5 12.75V11.25ZM14.2672 17.5431L19.5172 12.5431L18.4828 11.4569L13.2328 16.4569L14.2672 17.5431ZM19.5172 11.4569L14.2672 6.4569L13.2328 7.5431L18.4828 12.5431L19.5172 11.4569ZM19 11.25L5 11.25V12.75L19 12.75V11.25Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
}

.login_textSlide .swiper-button-prev:after,
.login_textSlide .swiper-rtl .swiper-button-next:after {
  content: "none";
  color: #fff;
  font-size: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7672 7.5431C11.0672 7.25744 11.0788 6.78271 10.7931 6.48276C10.5074 6.18281 10.0327 6.17123 9.73276 6.4569L10.7672 7.5431ZM4.48276 11.4569C4.18281 11.7426 4.17123 12.2173 4.4569 12.5172C4.74256 12.8172 5.21729 12.8288 5.51724 12.5431L4.48276 11.4569ZM5.51724 11.4569C5.21729 11.1712 4.74256 11.1828 4.4569 11.4828C4.17123 11.7827 4.18281 12.2574 4.48276 12.5431L5.51724 11.4569ZM9.73276 17.5431C10.0327 17.8288 10.5074 17.8172 10.7931 17.5172C11.0788 17.2173 11.0672 16.7426 10.7672 16.4569L9.73276 17.5431ZM5 11.25C4.58579 11.25 4.25 11.5858 4.25 12C4.25 12.4142 4.58579 12.75 5 12.75V11.25ZM19 12.75C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25V12.75ZM9.73276 6.4569L4.48276 11.4569L5.51724 12.5431L10.7672 7.5431L9.73276 6.4569ZM4.48276 12.5431L9.73276 17.5431L10.7672 16.4569L5.51724 11.4569L4.48276 12.5431ZM5 12.75H19V11.25H5V12.75Z' fill='%23fff'/%3E%3C/svg%3E");

  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
}

.login_textSlide {
  width: 100%;
  position: relative;
  padding: 0 255px 57px 45px;
}

.right_relativeSlide {
  position: absolute;
  right: 118px;
  bottom: 110px;
}

.login_textSlide .swiper.loginSwiper {
  width: 100%;
  margin: 0;
}

.congratulations-content .modal-content {
  background-color: #fff;
  max-width: 464px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}

.congratulations-content .modal-header,
.congratulations-content .modal-footer {
  border: 0;
  padding-top: 24px;
}

.congratulations-content .modal-body {
  position: relative;
  padding: 0px 28px 32px;
}

.congratulations-content .modal-dialog {
  max-width: 392px;
}

.success_bgImg {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.successImg {
  max-width: 260px;
  margin: 52px auto 38px;
}

.successImg img {
  width: auto;
  height: 99px;
  border-radius: 50px;
}

.success_title {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}

.success-subtext {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px;
}

.continue_btnBox .btn-primary {
  padding: 14px 30px;
}

.login-with {
  z-index: 1;
  margin: 40px auto;
  position: relative;
  font-size: 14px;
  color: #3e3e3e;
  text-align: center;
}

.login-with::after {
  content: "";
  position: absolute;
  top: 10px;
  height: 1px;
  background-color: rgba(61, 61, 61, 0.15);
  width: 100%;
  z-index: -1;
  left: 0;
  right: 0;
}

.login-with span {
  background: #f3f5fb;
  padding: 0 11px;
}

.social-login {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.social-login a {
  background: #e9f8ff;
  border: 1px solid #0091de;
  border-radius: 10px;
  width: 85px;
  height: 65px;
  text-align: center;
  line-height: 59px;
}

.social-login a:hover {
  border: 1px solid var(--theme-primary-green-color);
}

/* Choose role */
.Login_InputBox.categorySellBox {
  margin: 11px 0 52px;
}

.categorySellBox .select_category_box {
  border: 1px solid #fff;
  padding: 30px 10px 25px;
  height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.select_category_box.active {
  border: 1px solid var(--theme-primary-green-color);
}

.loginUser-icons {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  /* color: var(--theme-primary-green-color); */
  /* background-color: #EEF5FD; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

/* .categorySellBox input:checked + .form-check-label .loginUser-icons {
    color: #fff;
    background-color:var(--theme-primary-green-color);
  } */

.categorySellBox input:checked + .form-check-label .user_subTitle {
  color: var(--theme-primary-green-color);
}

.user_subTitle {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: normal;
}

/* .form-check-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
} */

.categorySellBox .form-check .form-check-input {
  position: absolute;
  top: -15px;
  border: 2px solid #d0d6dc;
  right: -12px;
  height: 29px;
  width: 29px;
  display: none;
}

.categorySellBox .form-check .form-check-input:checked {
  display: block;
}

.CaptainListBox .categorySellBox {
  display: flex;
  justify-content: space-between;
}

.categorySellBox .form-check-input:checked::before {
  content: "\f00c";
  height: 100%;
  font-family: "Font-awesome-5-pro";
  position: absolute;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  border-radius: 100%;
  background-color: var(--theme-primary-green-color);
  border: 2px solid var(--theme-primary-green-color);
}

.categorySellBox .form-check-input:checked {
  border: 1px solid var(--theme-primary-green-color);
  background-color: var(--theme-primary-green-color);
}

.categorySellBox .form-check-input:focus {
  border-color: var(--theme-primary-green-color);
  outline: 0;
  box-shadow: none;
}

.otp-block {
  margin-bottom: 52px;
}

.otpRow {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

.otp_verification .form-control {
  color: #000 !important;
  font-size: 37px;
  font-weight: 600;
  /* display: inline-block; */
  text-align: center;
  /* margin-right: 32px; */
  /* width: 85px; */
  /* min-width: 85px; */
  height: 90px;
  padding: 0;
  /* flex: 0 0 25%; */
}

.resend-otp {
  font-size: 17px;
}

.resend-otp a {
  color: var(--theme-primary-green-color);
  text-decoration: underline;
}

.timer {
  color: var(--theme-primary-green-color);
  font-size: 16px;
  margin: 33px auto -15px;
  text-align: center;
}

/* Hero Banner */
.hero-banner {
  padding: 40px 0;
  background: rgb(4, 2, 115);
  background: linear-gradient(
    90deg,
    rgba(4, 2, 115, 1) 0%,
    rgba(52, 168, 83, 1) 100%
  );
  min-height: 700px;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 402px;
  height: 193px;
  background-image: url(../img/hero-left.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 302px;
  height: 553px;
  background-image: url(../img/hero-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-title {
  font-size: 57px;
  font-weight: 600;
  color: #fff;
}

.hero-subtitle {
  font-size: 21px;
  color: #fff;
  margin: 0 0 40px;
}

.hero-form {
  position: relative;
  margin: 0 0 35px;
  z-index: 10;
}

.hero-form .form-control {
  height: 70px;
  border-radius: 50px;
  font-size: 18px;
  padding-right: 62px;
}

.search-submit {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  background: transparent;
}

.hero-imgs {
  position: relative;
  height: 625px;
  z-index: 1;
}

.h-img2 img,
.h-img1 img,
.h-img3 img {
  height: 100%;
  width: 100%;
}

.h-img1 {
  border-radius: 50%;
  overflow: hidden;
  width: 376px;
  height: 376px;
  min-width: 376px;
  position: absolute;
  bottom: 30px;
  left: 140px;
  z-index: 2;
  /* -webkit-animation: slide_up_down 3s ease-in-out infinite alternate both;
    animation: slide_up_down 3s ease-in-out infinite alternate both; */
}

.h-img2 {
  border-radius: 50%;
  overflow: hidden;
  width: 340px;
  height: 340px;
  min-width: 340px;
  z-index: 1;
  position: relative;
  /* -webkit-animation: scale_up_down 10s ease-in-out infinite alternate both;
    animation: scale_up_down 10s ease-in-out infinite alternate both; */
}

.h-img3 {
  border-radius: 50%;
  overflow: hidden;
  width: 218px;
  height: 218px;
  min-width: 218px;
  position: absolute;
  top: 260px;
  right: -31px;
  /* -webkit-animation: slide_up_down 3s ease-in-out infinite alternate both;
    animation: slide_up_down 3s ease-in-out infinite alternate both; */
}

.scale_up_down {
  -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
  animation: scale_up_down 1s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.slide_up_down {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.dotsImg::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: -150px;
  width: 622px;
  z-index: -1;
  height: 488px;
  background-image: url(../img/dots-element.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.chat-msg-element a {
  background-color: var(--theme-secondary-blue-color);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: inline-block;
  min-width: 80px;
  text-align: center;
  line-height: 77px;
}

.chat-msg-element a:hover {
  background-color: var(--theme-primary-green-color);
}

.chat-msg-element {
  text-align: right;
  margin-right: 65px;
  position: absolute;
  z-index: 999;
  top: 270px;
  right: 0;
  /* transform: translateY(-50%); */
  /* text-align: right; */
  /* margin-right: 65px; */
  /* margin-top: -41px; */
  /* position: relative; */
}

/* .chat-msg-element {
  text-align: right;
  margin-right: 65px;
  position: fixed;
  z-index: 999;
  top: 33%;
  right: 0;
  transform: translateY(-50%); 
} */

/* why-sec */
.why-section {
  padding: 0px 0px 140px 0px;
}

.why-head {
  font-size: 55px;
  margin: 0 0 37px;
}

.why-head span {
  font-weight: 700;
}

.why-para,
.why-para p {
  font-size: 18px;
  color: var(--theme-para-color);
  padding-right: 80px;
  line-height: 1.7;
}

.icon-head {
  font-size: 20px;
  margin: 0 0 8px;
  font-weight: 600;
  color: #17232f;
}

.icon-para {
  font-size: 14px;
  color: var(--theme-para-color);
}

.why-options {
  display: flex;
  gap: 25px;
  padding: 24px 0 26px;
  border-bottom: 1px solid #d7d7d7;
  margin-top: 0;
}

.icon-box hr {
  margin-top: 20px;
  margin-bottom: 30px;
  border-color: #d7d7d7;
  opacity: 1;
}

.b-left-1 {
  border-left: 1px solid #d7d7d7;
  padding-left: 39px;
}

.why-left-sec {
  position: relative;
}

@media (min-width: 992px) {
  .why-left-sec::before {
    position: absolute;
    content: "";
    top: 100%;
    right: -10px;
    width: 406px;
    height: 252px;
    margin-top: 65px;
    background-image: url(../img/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.why-icon {
  flex: 0 0 70px;
  width: 70px;
}

.refer-title {
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 28px;
}

.refer-text p {
  font-size: 18px;
  color: var(--theme-para-color);
  line-height: 1.7;
}

.refer-btn {
  margin-top: 30px;
}

.refer-section {
  margin: 90px auto;
}

.refer-btn a {
  font-size: 16px;
  border-radius: 10px;
  background-color: var(--theme-primary-green-color);
  text-align: center;
  padding: 10px 30px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  min-width: 170px;
}

.refer-btn a:hover {
  background-color: var(--theme-secondary-blue-color);
}

.refer-graphics {
  -webkit-animation: slide_up_down 3s ease-in-out infinite alternate both;
  animation: slide_up_down 3s ease-in-out infinite alternate both;
}

/* Testimonials */
.testimonials-section {
  padding: 94px 0 74px;
  position: relative;
  background-image: url(../img/tsmbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
  color: #fff;
}

.testimonials-section::before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}

.tsm-heading {
  margin: 0 0 30px;
  font-weight: 400;
  color: #fff;
  font-size: 34px;
  text-align: center;
}

.tsm-heading span {
  font-weight: 700;
}

.tsm-para {
  text-align: center;
  max-width: 837px;
  margin: 0 auto 54px;
}

.tsm-para p {
  font-weight: 300;
  color: #fff;
  font-size: 19px;
}

.swiper-button-next.swiper-button-disabled {
  /* opacity: 1; */
  /* background: transparent; */
}

.nextSlide_btn.swiper-button-next {
  right: 0;
}

.swiper-button-next,
.swiper-button-prev {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
}

.prevSlide_btn.swiper-button-prev {
  left: 0;
}

.car_slide_box {
  position: relative;
  padding: 0 48px;
}

.testimonials-section .swiper-button-next,
.testimonials-section .swiper-button-prev {
  margin-top: -20px !important;
}

.tsm-box {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(33px);
  -webkit-backdrop-filter: blur(33px);
  padding: 20px;
  border-radius: 10px 10px 0 10px;
  margin-bottom: 25px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px;
  color: #000;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--theme-primary-green-color);
}

.tsm-box::after {
  content: "";
  position: absolute;
  bottom: -21px;
  right: 0;
  width: 22px;
  height: 21px;
  background-image: url(../img/corner.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.auth-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
}

.auth-box-inner {
  display: flex;
  align-items: center;
  gap: 19px;
  color: #fff;
}

.auth-box-inner figure {
  margin: 0 0 0;
  flex: 0 0 50px;
  border-radius: 50%;
  overflow: hidden;
}

.auth-box-inner figure img {
  height: 50px;
  width: 50px;
  min-width: 50px;
}

.authName {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.reiews {
  white-space: nowrap;
}

.auth-text {
  margin: 15px 0 0;
}

.auth-text p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  display: -webkit-box;
  max-width: 100%;
  height: 85px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .review_Swiper_slide {
  padding: 0 0 40px;
} */

/* Featured Service Css */
.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.featured_serviceBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.section-heading {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
}

.section-heading span {
  font-weight: bold;
}

.section-subText {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 19px;
}

.featured_serviceBox {
  max-width: 837px;
}

.featured_service_rightBox {
  margin-top: 12px;
  flex: 0 0 117px;
}

.btn-primary.font-weight {
  font-weight: 500;
  padding: 11px 27px;
  display: inline-block;
  white-space: nowrap;
}

.featured-slideContent,
.team-slideContent {
  margin-top: 64px;
  position: relative;
}

.outer-swiper {
  padding: 5px;
  width: 30px;
  height: 30px;
  /* margin-top: 0; */
  background-color: var(--theme-primary-green-color);
  border-radius: 50%;
}

.outer-swiper::after {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.swiper-buttonBox .swiper-button-prev.outer-swiper {
  left: -64px;
  right: auto;
}

.swiper-buttonBox .swiper-button-next.outer-swiper {
  left: auto;
  right: -64px;
}

.featu_serviceCardBox {
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  /* min-width: 340px; */
}

.featu_serviceImg {
  min-height: 434px;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.7s ease-in-out;
  overflow: hidden;
}

.featu_serviceImg img {
  width: 100%;
  height: 434px;
}

.featu_serviceImg:hover {
  transform: scale(1.1);
}

.featu_serviceImg::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff00 40%, #000000);
  border-radius: 10px;
  z-index: 1;
}

.featu_serviceCardDetails {
  position: absolute;
  bottom: 18px;
  z-index: 4;
  left: 14px;
  right: 14px;
}

.service_imgBox {
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  margin: 0;
}

.service_imgBox img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.service-userName {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 125px;
}

.rights-box {
  display: flex;
  align-items: center;
  gap: 3px;
}

.reviewsNo {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  display: block;
}

.rights-icon {
  color: #fbc418;
  display: inline-flex;
}

.rights-icon svg {
  height: 14px;
}

.Aed-text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.Aed-text span {
  font-weight: 400;
}

.card-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  background-color: rgb(255 255 255 / 30%);
  padding: 5px 22px;
  border-radius: 50px;
}

.card-btn:hover {
  color: #fff;
  background-color: rgb(255 255 255 / 30%);
}

.featu_serviceBox {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.featu_serviceInfoBox {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin-top: 3px;
  flex: auto;
}

/* Featured Service Css End */

/* Services We Offer css */
.section-box {
  text-align: center;
  max-width: 837px;
  margin: 0 auto 50px;
}

.card-box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 31px 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.card-icons {
  width: 92px;
  height: 92px;
  min-width: 92px;
  background-color: rgb(52 168 83 / 8%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-bottom: 18px;
}

.card-icons img {
  max-height: 45px;
}

.services_cardTitle {
  color: #5a5a5a;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.row-gap {
  row-gap: 23px;
}

.card-box:hover {
  background-color: var(--theme-primary-green-color);
}

.card-box:hover .card-icons {
  background-color: #fff;
}

.card-box:hover .services_cardTitle {
  color: #fff;
}

/* Services We Offer css end */

/* ==== popular_service css  ===== */
.popular_serviceWrapp {
  background-color: #f5fbf7;
  padding: 50px 0 77px;
  margin: 70px 0 70px;
  position: relative;
}

.popular_serviceWrapp::before {
  position: absolute;
  content: "";
  top: 34px;
  left: 0;
  width: 70px;
  height: 370px;
  background-image: url(../img/shap-left.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.popular_serviceWrapp::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 105px;
  height: 370px;
  background-image: url(../img/shap-right.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.popular_serviceSlide {
  position: relative;
}

.popular_serviCardBox {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  /* min-width: 340px; */
}

.popular_serviDetails {
  padding: 12px 20px 16px;
  min-height: 117px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.popular_serviTitle {
  color: #17232f;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 19px;
}

.review_Swiper_slide .popular_serviTitle {
  min-height: 48px;
}

.popular_serviImg {
  /* min-height: 253px; */
  margin: 0;
  cursor: pointer;
  overflow: hidden;
}

.popular_serviImg img {
  width: 100%;
  height: 253px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.7s ease-in-out;
}

.popular_serviImg:hover img {
  transform: scale(1.1);
}

/* ==== popular_service css end ===== */

/* =======  How Does it Work Css   ======== */

.work-section {
  background-color: #f5fbf7;
  padding: 60px 0;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

.work-section::before {
  position: absolute;
  content: "";
  top: 58px;
  left: 0;
  width: 197px;
  height: 487px;
  background-image: url(../img/shap-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.work-section::after {
  position: absolute;
  content: "";
  top: 142px;
  right: 0;
  width: 190px;
  height: 459px;
  background-image: url(../img/shap-img01.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.count_No {
  color: #3ad19e;
  font-size: 50px;
  font-weight: bold;
  display: block;
}

.count_No.greenColor {
  color: #00a07b;
}

.count_No.tralColor {
  color: #00949f;
}

.count_No.blueColor {
  color: #0085b5;
}

.work-subTitle {
  color: #17232f;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.work-subText {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.work-detailsBox {
  background-color: #ffffff;
  width: 300px;
  height: 300px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}

.work-dataBox {
  text-align: center;
  position: relative;
  padding-block: 80px;
}

span.count_No {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.our-work .col-lg-3:nth-child(odd) .count_No {
  top: 0;
  bottom: unset;
}

.our-work .col-lg-3:nth-child(odd) .arrow-icons {
  top: 75px;
  bottom: unset;
}

.arrow-icons {
  position: absolute;
  right: -102px;
  z-index: 1;
  bottom: 75px;
  width: 185px;
}

.our-work .col-lg-3:last-child .arrow-icons {
  display: none;
}

/* =======  How Does it Work Css End   ======== */
.outer-swiper:hover {
  background-color: var(--theme-secondary-blue-color);
}

/*  */
/* ==== Profile Page Css ==== */
.banner-sectoin {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 48px 0;
  /* margin-bottom: 60px; */
  position: relative;
}

.page_banner_heading {
  color: #fff;
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}

.breadcrumb-box .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-item {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.breadcrumb-item a {
  color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: none;
  color: #fff;
  content: "-";
  font-weight: 500;
  font-size: 14px;
  padding-right: 10px;
}

/* dashbord side css */
.app .flex-content {
  display: flex;
  z-index: 1;
  position: relative;
}

.side_nav {
  width: 320px;
  flex: 0 0 320px;
  padding: 0;
  transition: all 0.1s ease;
}

.app.is-folded .side_nav {
  flex: 0 0 112px;
  padding: 25px 18px;
  padding-right: 0;
  transition: all 0.2s ease-in;
}

.content-right {
  padding-left: 36px;
  flex: 0 0 auto;
  width: calc(100% - 360px);
}

.folded {
  border-radius: 50px;
  background: rgba(0, 128, 255, 0.2);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
}

.dashIconFold {
  display: none;
}

.app.is-folded .folded {
  margin: 0 auto 10px 12px;
}

.profile-details {
  text-align: center;
  margin-bottom: 28px;
  padding-top: 30px;
}

.app.is-folded .profile-details {
  display: none;
}

.user_profile_img {
  height: 112px;
  width: 112px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ffffff;
  margin: 0 auto 7px;
  display: block;
}

.MyUser_name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.dash-nav-li {
  padding: 19px 16px;
  border-left: 4px solid transparent;
}

.dashboard-nav {
  background: #00207d;
  border-radius: 10px;
  padding: 0 22px 20px;
}

.dashboard-nav-item {
  color: #ccd2e5;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
}

.subMenuLink:not(.collapsed) .arrowIconSubmenu svg {
  transform: rotate(180deg);
}

.subMenuLink .arrowIconSubmenu svg {
  transition: transform 0.2s ease-in-out;
}

.dashboard-nav-item .icon_holder {
  position: absolute;
  left: 0;
}

.dash-nav-li.active {
  border-left: 4px solid var(--theme-primary-green-color);
  background: rgb(255 255 255 / 10%);
}

.dash-nav-li.active .dashboard-nav-item {
  color: #ffffff;
}

.dash-nav-li.active .icon_holder svg {
  color: #ffffff;
}

.dashboard-nav-item.subMenuLink {
  color: rgb(255 255 255 / 80%);
}

.arrowIconSubmenu svg {
  color: #ccd2e5;
}

.subMenuSide {
  list-style: none;
  padding: 20px 0 0 36px;
  margin-bottom: 0;
}

.drop-link {
  color: #ccd2e5;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.drop-link:hover {
  color: var(--theme-color);
}

.drop-items {
  margin-bottom: 16px;
}

.drop-items:last-child {
  margin-bottom: 0;
}

.dash-nav-li.active:hover .dashboard-nav-item {
  color: var(--theme-primary-green-color);
}

.dash-nav-li.active:hover .icon_holder svg {
  color: var(--theme-primary-green-color);
}

.dashboard-nav-item:hover {
  color: var(--theme-primary-green-color);
}

.dashboard-nav-item:hover .icon_holder svg {
  color: var(--theme-primary-green-color);
}

.icon_holder svg {
  color: #ccd2e5;
  width: 24px;
}

.dashboard-nav-item.subMenuLink {
  display: flex;
  justify-content: space-between;
}

.theiaStickySidebar:after {
  content: "";
  display: table;
  clear: both;
}

.app.is-folded .dashboard-nav-item span {
  display: none;
}

/* dashbord side end */

.dash-borderBox {
  border: 1px solid #c8c9d1;
  position: relative;
  border-radius: 10px;
  padding: 40px 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* .theme-borderBox {
    border-top:1px solid #D2D2DA;
    padding-top: 22px;
    display: flex;
    gap: 15px;
    justify-content: end;
    margin-top: auto;
} */
.theme-borderBox {
  border-top: 1px solid #d2d2da;
  padding-top: 22px;
  display: flex;
  gap: 15px;
  justify-content: end;
  position: absolute;
  bottom: 25px;
  width: calc(100% - 100px);
  /* margin-top: auto; */
}

.btn-primary.theme-btn {
  display: inline-block;
  width: 295px;
  font-weight: 600;
  padding: 14px;
}

/*======= tabs CSS ==========*/
.setup-tabsBox #pills-tab {
  display: flex;
  align-items: center;
  gap: 42px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d2d2da;
  margin-bottom: 0;
  flex: auto;
  overflow-x: auto;
  flex-wrap: nowrap;
}

.setup-tabsBox .nav-link {
  position: relative;
  padding: 0;
  color: var(--theme-para-color);
  font-size: 19px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

.nav-item {
  flex-shrink: 0;
}

.setup-tabsBox .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: none;
  color: var(--theme-primary-green-color);
}

.setup-tabsBox .nav-link:hover {
  color: var(--theme-primary-green-color);
}

.setup-tabsBox .nav-link.active::before {
  content: "";
  width: 100%;
  background-color: var(--theme-primary-green-color);
  bottom: -13px;
  height: 4px;
  position: absolute;
  border-radius: 25px 25px 0 0;
}

/*====== tabs CSS END ===========*/

.profile-section {
  margin-top: 97px;
}

/* ========   Profile CSS   =========== */
.avatar-upload {
  position: relative;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 6px;
  z-index: 1;
  bottom: 0px;
}

.avatar-upload .avatar-edit .Upload_input {
  display: none;
}

.avatar-upload .avatar-edit .Upload_input + .Upload_icon {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: var(--theme-primary-green-color);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-upload .avatar-edit .Upload_input + .Upload_icon:hover {
  background-color: var(--theme-secondary-blue-color);
  border: 2px solid #fff;
}

.avatar-upload .avatar-preview {
  width: 117px;
  height: 117px;
  position: relative;
  border-radius: 100%;
  background-color: var(--theme-primary-green-color);
  padding: 3px;
  overflow: hidden;
}

.avatar-preview img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.myProfile_upload {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column;
}

.profile-title {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

/* ========  Profile CSS END  ======== */
.form_input_box {
  margin-top: 54px;
}

.abs-button {
  /* height: 100vh; */
  /* height: 100%; */
  /* display: flex; */
  /* flex-direction: column; */
  padding: 0 0 89px;
}

.form-control.font-size {
  font-size: 14px;
  color: #3e3e40;
}

.chat-msg-element a svg {
  width: 40px;
}

.change_passwordSection {
  margin-top: 47px;
}

/* ==== Profile Page Css End ==== */
/* ======  notification Css   ===== */
.notifi_items {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.notifi_list {
  background-color: #f3f5fb;
  border-radius: 15px;
  padding: 30px 19px 30px 24px;
  margin-bottom: 25px;
  display: flex;
  gap: 23px;
}

.notifi_list:last-child {
  margin-bottom: 0;
}

.notifImg {
  width: 56px;
  flex: 0 0 56px;
  height: 57px;
  margin: 0;
}

.notifImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  /* border: 1px solid var(--theme-color); */
}

.notifiTitle {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  display: inline-block;
}

.notifiTitle:hover {
  color: var(--theme-primary-green-color);
}

.notifTime {
  color: #424242;
  font-size: 13px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
}

.notifi_info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
}

.notifi_infoBox {
  flex: auto;
}

.notifi-subText {
  color: var(--theme-para-color);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

/* ======  notification Css  end  ===== */

/* settings page css */
.settings-items {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.settings_listing {
  background-color: var(--theme-fields-bg-color);
  border-radius: 10px;
  padding: 25px 17px 25px 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}

.settings_listing:last-child {
  margin-bottom: 0;
}

.page_links {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

.page_links:hover {
  color: var(--theme-primary-green-color);
}

.action_btnEdite svg {
  color: #425465;
}

.action_btnEdite:hover svg {
  color: var(--theme-primary-green-color);
}

.action_btnEdite.dropdown-toggle::after {
  border: 0 !important;
}

.action_btnEdite {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.action-dropdown {
  min-width: 314px;
  border: 0;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 3px 20px 0px;
  padding: 16px;
}

.action-dropdown.language_dropdown {
  min-width: 190px;
}

.action-dropdown .dropdown-item {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 11px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e3e8e7;
}

.action-dropdown li:last-child .dropdown-item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.action-dropdown .dropdown-item:focus,
.dropdown-item:hover {
  color: var(--theme-primary-green-color) !important;
  background-color: transparent !important;
}

.action_btnEdite svg {
  width: 24px;
  color: #1e1e1e;
  margin-left: 2px;
}

.switch_time {
  display: flex;
}

.plan_time input[type="checkbox"] {
  width: 0;
  height: 0;
  visibility: hidden;
}

.plan_time input:checked ~ label {
  background-color: var(--theme-primary-green-color);
}

.plan_time label {
  width: 43px;
  height: 21px;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 22px;
  background: #9c9c9c;
  transition: 0.5s;
  box-shadow: 0 0 20px #477a8550;
}

.plan_time label::after {
  content: "";
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: 0.5s;
}

.plan_time input:checked ~ label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
  background-color: #ffffff;
}

.settings_drodwanBox .form-check {
  padding-left: 0;
  margin-bottom: 0;
}

.settings_drodwanBox .form-check-input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border: 1px solid #5a5a5a;
  cursor: pointer;
}

.settings_drodwanBox .form-check-input:checked {
  background-color: #ffffff;
  border-color: var(--theme-primary-green-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2334A853'/%3e%3c/svg%3e");
  background-size: 20px;
}

.settings_drodwanBox .form-check-input:focus {
  box-shadow: none;
}

.right-arrowIcons svg {
  color: #1e1e1e;
  cursor: pointer;
  width: 24px;
}

.right-arrowIcons:hover svg {
  color: var(--theme-primary-green-color);
}

.settings_section {
  padding-top: 47px;
}

.popup-wrapper .modal-dialog {
  max-width: 449px;
}

.popup-wrapper .modal-content {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 42px;
}

.popup-wrapper .modal-header {
  padding: 0;
  border-bottom: 0;
  /* position: relative; */
}

.popup-wrapper .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2071 7.20702C18.5976 6.81649 18.5976 6.18333 18.2071 5.7928C17.8166 5.40228 17.1834 5.40228 16.7929 5.7928L12 10.5857L7.20711 5.79289C6.81658 5.40237 6.18342 5.40237 5.79289 5.79289C5.40237 6.18342 5.40237 6.81658 5.79289 7.20711L10.5857 12L5.79289 16.7928C5.40237 17.1833 5.40237 17.8165 5.79289 18.207C6.18342 18.5975 6.81658 18.5975 7.20711 18.207L12 13.4142L16.7929 18.2071C17.1834 18.5976 17.8166 18.5976 18.2071 18.2071C18.5976 17.8166 18.5976 17.1834 18.2071 16.7929L13.4142 12L18.2071 7.20702Z' fill='%23425465'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 26px;
  padding: 0 !important;
  margin: 0 !important;
  opacity: unset;
  position: absolute;
  top: -22px;
  right: -22px;
}

.btn-close:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2071 7.20702C18.5976 6.81649 18.5976 6.18333 18.2071 5.7928C17.8166 5.40228 17.1834 5.40228 16.7929 5.7928L12 10.5857L7.20711 5.79289C6.81658 5.40237 6.18342 5.40237 5.79289 5.79289C5.40237 6.18342 5.40237 6.81658 5.79289 7.20711L10.5857 12L5.79289 16.7928C5.40237 17.1833 5.40237 17.8165 5.79289 18.207C6.18342 18.5975 6.81658 18.5975 7.20711 18.207L12 13.4142L16.7929 18.2071C17.1834 18.5976 17.8166 18.5976 18.2071 18.2071C18.5976 17.8166 18.5976 17.1834 18.2071 16.7929L13.4142 12L18.2071 7.20702Z' fill='%2344cbea'/%3E%3C/svg%3E%0A");
  z-index: 9999;
}

.popup-wrapper .modal-body {
  padding: 0;
}

.deleteAccount-block {
  text-align: center;
}

.delete-icon {
  max-width: 51px;
  margin: 0 auto 34px;
}

.delete-icon img {
  height: 60px;
}

.post_detailsBox {
  margin-bottom: 14px;
}

.modal-subTitle {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1px;
}

.modal-subText {
  color: #7a7a7d;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}

.modal-buttonBox {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.btn-primary.border-btn {
  color: var(--primary-color);
  background-color: transparent;
}

.theme-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  padding: 11px 12px;
  width: 126px;
  display: inline-block;
  border: 1px solid var(--theme-primary-green-color);
  background: var(--theme-primary-green-color);
}

.theme-btn.border-color {
  color: var(--theme-primary-green-color);
  background: transparent;
}

.theme-btn:hover {
  color: var(--theme-primary-green-color);
  background: transparent;
}

.theme-btn.border-color:hover {
  color: #ffffff;
  background: var(--theme-primary-green-color);
}

/* settings page css end */

.dashboard-section.section-padding {
  padding-top: 35px;
}

.default-heading {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 26px;
}

.about-page p {
  line-height: 1.8;
}

.f-h {
  font-size: 20px;
  font-weight: 500;
  margin: 38px 0 10px;
}

.about-page hr {
  margin-top: 30px;
  margin-bottom: -6px;
  border-color: #d2d2da;
  opacity: 1;
}

.about-figure img {
  border-radius: 10px;
}

.imgEffect {
  margin: 0;
  display: block;
  text-align: left;
  padding: 0 112px 0 35px;
  position: relative;
  z-index: 1;
}

.imgEffect:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: -60px;
  width: 210px;
  height: 105px;
  background-image: url(../img/c-effect2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.imgEffect:after {
  z-index: -1;
  content: "";
  position: absolute;
  right: 80px;
  bottom: -60px;
  width: 210px;
  height: 105px;
  background-image: url(../img/c-effect1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.dot-image {
  position: absolute;
  top: -60px;
  right: 32px;
  z-index: -1;
}

.mission-section {
  margin-top: 120px;
  margin-bottom: 70px;
}

.founder-section {
  background-color: #f5fbf7;
}

.founder-element {
  position: relative;
  min-height: 460px;
}

.founder-element figure {
  position: absolute;
  left: 0;
  bottom: 0;
}

.founder-element figure img {
  max-height: 560px;
  width: auto;
}

.founder-block {
  max-width: 860px;
  margin: 0 0 0 auto;
  border-left: 20px solid var(--theme-primary-green-color);
  padding: 80px 0 0 40px;
  position: relative;
}

.line-element {
  height: 130px;
  margin: 0 0 0 auto;
  width: 8px;
  background-color: var(--theme-primary-green-color);
}

.founder {
  font-size: 24px;
  margin: 0 0 15px;
  font-weight: 500;
}

.team-pic img {
  width: 232px;
  height: 23px;
  min-height: 232px;
  border-radius: 100px 100px 100px 0;
  margin: 0 auto 27px;
}

.teamName {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
}

.team-desig {
  text-align: center;
  font-size: 14px;
  color: var(--theme-para-color);
}

.team-slideContent .swiper-buttonBox .swiper-button-next.outer-swiper {
  right: 0;
  top: 100px !important;
}

.team-slideContent .swiper-buttonBox .swiper-button-prev.outer-swiper {
  left: 0;
  top: 100px !important;
}

.mt-c-20 {
  padding-top: 30px;
}

.contact_leftBox {
  border-radius: 10px;
  background: var(--theme-fields-bg-color);
  padding: 30px;
  margin-right: 25px;
}

.contact_leftImg {
  padding: 78px 0;
  text-align: center;
}

.contact_infoBox {
  display: flex;
  gap: 10px 50px;
}

.contact_mailBox {
  display: flex;
  gap: 15px;
}

.contact_nameTitle {
  color: var(--theme-para-color);
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.contact_nameMail {
  color: var(--primary-text);
  font-size: 15px;
  font-weight: 600;
  word-break: break-all;
  display: block;
}

.contact_nameMail:hover {
  color: var(--theme-primary-green-color);
}

.contact_inputBox textarea.form-control {
  height: 151px;
  resize: none;
}

.mw-295 {
  min-width: 295px;
}

.contact-page .setup-tabsBox .nav-pills {
  margin-bottom: 50px !important;
}

.faq_content_box .accordion-item {
  border-radius: 5px;
  margin-bottom: 20px;
  border: 0;
  overflow: hidden;
  background: #fff;
  /* box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06); */
  border: 1px solid #ededed;
}

.accordion-flush .accordion-item:first-child {
  border-top: 1px solid #ededed;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #ededed;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2334A853'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
  padding: 0 27px 10px;
}

.faq_content_box .accordion-button {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding: 25px;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}

.accordion-button:not(.collapsed) {
  color: green;
}

/* LoginSing css */

.login-icons {
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin: 0 auto 40px;
}

.login-icons img {
  width: 100%;
  height: 100%;
}

.LoginSing-dataBox {
  margin-bottom: 32px;
}

.modal-subTitle.mb-13 {
  margin-bottom: 13px;
}

.modal-subTitle.mb-6 {
  font-size: 24px;
  margin-bottom: 6px;
}

.referUser {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.referUser-img {
  width: 190px;
  min-width: 190px;
  height: 97px;
  margin: 0 auto 28px;
}

.referUser-img img {
  width: 100%;
  height: 100%;
}

.refer-info {
  max-width: 342px;
  text-align: center;
  margin: 0 auto 44px;
}

.popup-wrapper.theme-modal .modal-content {
  padding: 0;
}

.popup-wrapper.theme-modal .modal-header {
  padding-top: 49px;
}

.popup-wrapper.theme-modal .modal-body {
  padding: 0 24px 44px;
}

.popup-wrapper .modal-content {
  position: relative;
}

.popup-wrapper .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2071 7.20702C18.5976 6.81649 18.5976 6.18333 18.2071 5.7928C17.8166 5.40228 17.1834 5.40228 16.7929 5.7928L12 10.5857L7.20711 5.79289C6.81658 5.40237 6.18342 5.40237 5.79289 5.79289C5.40237 6.18342 5.40237 6.81658 5.79289 7.20711L10.5857 12L5.79289 16.7928C5.40237 17.1833 5.40237 17.8165 5.79289 18.207C6.18342 18.5975 6.81658 18.5975 7.20711 18.207L12 13.4142L16.7929 18.2071C17.1834 18.5976 17.8166 18.5976 18.2071 18.2071C18.5976 17.8166 18.5976 17.1834 18.2071 16.7929L13.4142 12L18.2071 7.20702Z' fill='%23425465'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 26px;
  padding: 0 !important;
  margin: 0 !important;
  opacity: unset;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
}

.form-label.font-size {
  font-size: 18px;
}

.copy_text {
  position: absolute;
  right: 16px;
  top: 15px;
  color: var(--theme-primary-green-color);
}

.copy_text:hover {
  color: var(--theme-secondary-blue-color);
}

.copy_text svg {
  width: 24px;
}

.form-control.refer_linkCode {
  height: 56px;
  border: 1px dashed var(--theme-primary-green-color);
  padding-right: 45px;
}

.card-icons {
  width: 92px;
  min-width: 92px;
  height: 92px;
  background-color: rgb(52 168 83 / 8%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0 auto 18px;
}

.card-icons img {
  height: 45px;
}

.current-level {
  background: #f1f9f3;
  white-space: nowrap;
  display: flex;
  gap: 11px;
  padding: 5px 18px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #5a5a5a;
}

.level-icon {
  padding: 0 5px 0 21px;
  border-radius: 30px;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 3px;
  position: relative;
}

.level-icon svg {
  border: 4px solid #fff;
  box-sizing: content-box;
  position: absolute;
  left: 4px;
  border-radius: 50%;
}

.level-label {
  background: #fff;
  border-radius: 0 30px 30px 0;
  padding: 1px 8px 1px 9px;
  font-weight: normal;
}

.pointsbar {
  margin: 0;
  overflow: hidden;
  counter-reset: step;

  display: flex;
  padding: 0 0 0 0;
  width: 100%;
}

.pointsbar li {
  list-style-type: none;
  color: #3e3e40;
  font-size: 13.5px;
  width: 25%;
  position: relative;
  text-align: center;
}

.pointsbar li span {
  color: #bbbbbf;
  display: block;
}

/* .pointsbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #fff;
    background: #679b9b;
    border-radius: 3px;
    margin: 0 auto 5px auto;
} */

.pointsbar li:after {
  content: "";
  width: 100%;
  height: 6px;
  background: var(--theme-fields-bg-color);
  position: absolute;
  left: -50%;
  top: 15px;
  z-index: 1;
}

.pointsbar li:first-child:after {
  content: none;
}

.pointsbar li.active {
  color: #ff9a76;
}

.pointsbar li.active:before,
.pointsbar li.active:after {
  background: #ff9a76;
  color: white;
}

.level_icons {
  width: 32px;
  height: 32px;
  margin: 0 auto 10px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 11px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 30px;
  z-index: 99;
  position: relative;
}

.progress {
  max-width: 378px;
  overflow: visible;
  width: 100%;
  margin: 0 auto;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  background: transparent;
}

.points-bar {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin-top: 31px;
}

.progress-bar span {
  position: absolute;
  right: -26px;
  font-size: 12px;
  color: #464b70;
  top: -51px;
  min-width: 85px;
}

.progress-bar {
  overflow: visible;
  position: relative;
  color: #000;
  white-space: wrap;
  border-radius: 16px;
  z-index: 99;
}

.user_dropdown .dropdown-menu.drop-menuBox {
  width: 214px;
  padding: 18px 16px !important;
}

.drop-menuBox .dropdown_link {
  color: #000000;
  text-transform: capitalize;
  font-size: 14px;
  border-bottom: 1px solid #e3e8e7;
  font-weight: 500;
  padding: 0 0 12px 28px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}

.drop-menuBox .dropdown_link:hover {
  color: #ff0000;
}

.user_dropdown .ion-android-person {
  position: absolute;
  left: 0;
  margin: 0;
}

.user_dropdown ul li:last-child .dropdown_link {
  padding: 0 0 0 28px;
  margin-bottom: 0;
  border-bottom: 0;
}

/* Service Provider */
.arrowIcon svg {
  width: 17px;
}

.service_providerWrapper .dashboard-nav {
  padding: 0 22px 40px;
}

.dashboard-nav-item {
  display: block;
}

.dash-bgColorBox {
  background-color: #f3f5fb;
  padding: 36px 30px;
  border-radius: 10px;
}

.service_providerWrapper .setup-tabsBox .tabs-Box #pills-tab {
  border: 0;
  gap: 0;
  padding-bottom: 0;
  justify-content: start;
  margin-left: auto;
  margin-bottom: 29px;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.service_providerWrapper
  .setup-tabsBox
  .tabs-Box
  #pills-tab::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.service_providerWrapper
  .setup-tabsBox
  .tabs-Box
  #pills-tab::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.service_providerWrapper
  .setup-tabsBox
  .tabs-Box
  #pills-tab::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.service_providerWrapper .setup-tabsBox .tabs-Box .nav-link.active::before {
  display: none;
}

.service_providerWrapper .setup-tabsBox .tabs-Box .nav-link {
  color: #0b0967;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  padding: 15px 32px;
  background-color: #ffffff;
  white-space: nowrap;
}

.service_providerWrapper .setup-tabsBox .tabs-Box .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #4a3aff;
  color: #ffffff;
}

.dash-whiteBox {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 44px 30px;
}

.service_providerWrapper .myProfile_upload {
  margin: 16px 0 60px;
}

.service_providerWrapper .profile-title {
  font-size: 20px;
}

.verify-btn {
  position: absolute;
  right: 16px;
  top: 16px;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.form-control.border-input {
  border: 1px solid #ece6e6;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 16px;
  color: #3e3e40;
  width: 100%;
}

.form-control:disabled {
  background-color: var(--theme-fields-bg-color);
  border-color: var(--theme-fields-bg-color);
  opacity: 1;
}

.rowGap {
  --bs-gutter-x: 8px;
}

.form-control.border-input.padding-right {
  padding-right: 58px;
}

.form_buttonBox {
  display: flex;
  margin-top: 35px;
  gap: 20px;
}

.theme_button {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 33px;
  border: 0;
  display: inline-block;
  border-radius: 10px;
  background-color: #f3f5fb;
  transition: all 0.5s ease;
}

.theme_button.save-btn {
  color: #ffffff;
  background-color: var(--theme-primary-green-color);
}

.theme_button.save-btn:hover {
  color: #111111;
  background-color: #f3f5fb;
}

.theme_button:hover {
  color: #ffffff;
  background-color: var(--theme-primary-green-color);
}

.service_providerWrapper .nav-item {
  flex-shrink: 0;
}

.delete_icons {
  width: 50px;
  height: 50px;
  color: #ff0000;
  background-color: #ffeded;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  margin-top: 30px;
}

.delete_icons:hover {
  color: #ffffff;
  background-color: var(--theme-secondary-blue-color);
}

.delete_icons svg {
  width: 24px;
  height: 24px;
}

.form_categoryBox {
  display: flex;
  gap: 20px;
}

.row-class {
  flex: auto;
}

.add-btn {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  padding: 12px 15px 10px;
  width: 152px;
  text-align: center;
  line-height: normal;
  transition: all 0.5s ease;
}

.add-btn:hover {
  color: #ffffff;
  background-color: var(--theme-primary-green-color);
}

.add-btn span {
  margin-right: 2px;
}

.form_buttonBox.theme_buttonBox {
  justify-content: space-between;
}

.buttonBox {
  display: flex;
  gap: 20px;
}

.form-control.border-input.textarea_input {
  height: 133px;
  resize: none;
}

.service_providerWrapper .settings_listing {
  background-color: #ffffff;
}

.service_providerWrapper .action_btnEdite svg {
  width: 18px;
}

.load_moreBox {
  text-align: center;
  margin-top: 70px;
}

.more-btn {
  color: #7a7a7d;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  border: 1px solid #7a7a7d;
  padding: 8px 24px;
  border-radius: 6px;
  transition: all 0.5s ease-in;
}

.more-btn:hover {
  color: #ffffff;
  border-color: var(--theme-primary-green-color);
  background-color: var(--theme-primary-green-color);
}

.featured_serviceWrapp .swiper-pagination {
  display: none;
}

.react-tel-input .flag-dropdown {
  background-color: #fff;
  border: 1px solid #ece6e6;
  border-radius: 3px 0 0 3px;
}

.css-13cymwt-control,
.css-t3ipsp-control {
  border: 1px solid #ece6e6 !important;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 0;
  min-height: 48px !important;
  height: 48px !important;
  color: #3e3e40;
  width: 100%;
  box-shadow: unset !important;
}

.rmsc .dropdown-container {
  border: 1px solid #ece6e6 !important;
  box-shadow: unset !important;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  padding: 4px 0;
  color: #3e3e40;
  min-height: 48px !important;
  height: 48px !important;
  width: 100%;
}

.css-13cymwt-control:hover,
.rmsc .dropdown-container:hover .css-13cymwt-control:focus-visible,
.rmsc .dropdown-container:focus-visible,
.css-13cymwt-control:focus-within,
.rmsc .dropdown-container:focus-within,
.css-13cymwt-control:focus-visible,
.rmsc .dropdown-container:focus-visible {
  border-color: #ece6e6 !important;
  box-shadow: unset !important;
  outline: 0 !important;
  min-height: 48px !important;
}

.icon-para pre {
  white-space: break-spaces;
}

.react-tel-input .form-control {
  height: 50px;
  border: 0;
  background: var(--theme-fields-bg-color);
  width: 100%;
  border-radius: 10px;
}

.react-tel-input .flag-dropdown {
  background-color: var(--theme-fields-bg-color);
  border: 0;
  border-radius: 10px 10px 10px 10px;
}

.contact_continueBtn {
  margin-top: 20px;
}

/* cms heading */
.cmsContent h1,
.cmsContent h2,
.cmsContent h3,
.cmsContent h4,
.cmsContent h5,
.cmsContent h6 {
  margin: 30px 0 10px 0;
}

.cmsContent ul,
.cmsContent ol {
  margin: 15px 0;
}

.cmsContent p {
  margin: 0px;
}

.message-link svg path {
  fill: #000;
  stroke: #000;
}

.notify-link svg path {
  fill: #000;
}

/* service */
.arrow_whiteSpace {
  padding: 0;
}

.arrow_whiteSpace .swiper-button-prev.outer-swiper {
  left: -50px;
}

.arrow_whiteSpace .swiper-button-next.outer-swiper {
  right: -50px;
}

.servicesOfferDiv {
  padding-bottom: 52px;
  border-bottom: 1px solid #d2d2da;
  margin-bottom: 33px;
  margin-top: 55px;
}

.servicesOfferDiv .popular_serviCardBox {
  border: 1px solid #d2d2da;
  height: 100%;
}

.service_subText {
  font-size: 14px;
  color: #5a5a5a;
}

.arrow_whiteSpace .card-box {
  margin-block: 25px;
}

.ExploreOfferDiv {
  padding-bottom: 89px;
}

/*  */
.provider_filterBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.proid_filterDiv {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.provider_cardBox {
  border-radius: 10px;
  background: var(--theme-fields-bg-color);
  padding: 20px 16px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.provider_userImg img {
  width: 69px;
  height: 69px;
  min-width: 69px;
  border-radius: 50%;
  object-fit: cover;
}

.provi_userName {
  color: #151515;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.provi_userLevel span {
  color: #464b70;
  font-size: 10px;
  font-weight: 600;
  background-color: #fff;
  padding: 0px 6px 0px 0px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  height: 15px;
  line-height: 11px;
  min-width: 56px;
}

.provi_userLevel span svg {
  margin-right: 3px;
}

.provi_userLevel {
  color: #3e3e40;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 4px;
}

.provider_cardFlex {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

.proName_ratting {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3px;
  align-items: baseline;
}

.provi_userRating {
  display: flex;
  align-items: center;
  color: #151515;
  gap: 5px;
  font-size: 14px;
  white-space: nowrap;
}

.provi_categoText {
  color: #7a7a7d;
  font-size: 14px;
  padding-top: 4px;
  font-weight: 400;
}

.provi_categoText strong {
  color: #3e3e40;
}

.provi_categoText a {
  color: #bbbbbf;
}

.provi_viewDltBox h4 {
  color: #151515;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.provi_viewDltBox h4 span {
  font-weight: 500;
}

.css-ttgsjq-MuiSlider-track,
.css-188mx6n-MuiSlider-root {
  color: #34a853 !important;
}

.provi_viewDltBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(210, 210, 218, 0.5);
  padding-top: 16px;
  margin-top: auto;
}

.provid_recommended {
  background: linear-gradient(95deg, #363482 3.08%, #3d8450 96.4%);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
}

.provid_recommended .provi_userName,
.provid_recommended .provi_userLevel,
.provid_recommended .provi_viewDltBox h4 {
  color: #fff;
}

.provid_recommended .provi_categoText strong,
.provid_recommended .provi_categoText a {
  color: #fff;
}

.provid_recommended .provi_categoText {
  color: #f5f5f5;
}

.provid_recommended .provi_userRating {
  color: #f5f5f5;
}

.recommended_cardBtn.btn-primary {
  background: #fff;
  color: var(--theme-primary-green-color);
}

.recommended_cardBtn.btn-primary:hover {
  color: #fff;
  background: var(--theme-secondary-blue-color);
}

.recommendedTag {
  border-radius: 0px 0px 0px 13px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  color: #52a06a;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 11px;
}

.loadButton {
  color: #7a7a7d;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
  border: 1px solid #7a7a7d;
  padding: 9px 26px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.loadButton:hover {
  color: var(--theme-primary-green-color);
  border: 1px solid var(--theme-primary-green-color);
}

.loadMoreButton {
  margin: 50px 0 80px;
}

.provider_userDlt {
  width: 100%;
}

.search-icon {
  position: absolute;
  top: 11px;
  right: 11px;
  background-color: transparent;
  border: 0;
}

.serch_inputIcon {
  position: relative;
}

.serch_inputIcon .form-control {
  padding-right: 42px;
}

.offcanvas_theme .offcanvas-header {
  border-bottom: 1px solid #bbbbbf;
  margin: 10px 20px;
  padding: 15px 0;
}

.event-fildsTitle {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-bottom: 17px;
}

.tag_event_box {
  border-bottom: 1px solid var(--theme-fields-bg-color);
  margin-bottom: 32px;
  padding-bottom: 20px;
}

.ratingFilterDiv {
  padding: 0;
  list-style: none;
  margin: 0;
}

.ratingFilterDiv li a {
  border-radius: 10px;
  background: var(--theme-fields-bg-color);
  display: flex;
  margin-bottom: 12px;
  font-size: 14px;
  padding: 16px 16px;
  line-height: 1;
  align-items: center;
  gap: 5px;
  border: 0;
}

.offcanvas_theme .offcanvas_buttonBox {
  display: flex;
  gap: 16px;
  padding: 20px;
}

.offcanvas_borderBtn {
  border: 1px solid var(--theme-primary-green-color);
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-primary-green-color);
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 21px;
  transition: all 0.5s ease;
  text-align: center;
  flex: 1;
}

.offcanvas_solidBtn:hover {
  border: 1px solid var(--theme-primary-green-color);
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-primary-green-color);
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 21px;
  transition: all 0.5s ease;
  text-align: center;
}

.offcanvas_solidBtn,
.offcanvas_borderBtn:hover {
  border: 1px solid var(--theme-primary-green-color);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s ease;
  background-color: var(--theme-primary-green-color);
  border-radius: 6px;
  padding: 10px 21px;
  text-align: center;
  flex: 1;
}

.offcanvas_theme .event_offcanTitle {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

/*  */
.proviDltImg img {
  width: 100%;
  height: 580px;
  border-radius: 10px;
  object-fit: cover;
}

.proviDltImg {
  position: relative;
}

.recomme_tag {
  border-radius: 14px 0px 14px 0px;
  background: linear-gradient(95deg, #040273 3.08%, var(--theme-color) 96.4%);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
  line-height: 1;
}

.proviNameBox h3 {
  color: #151515;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 4px;
}

.proviNameBox .provi_userLevel {
  font-size: 16px;
}

.proviNameBox .provi_userLevel span {
  font-size: 11px;
  background-color: var(--theme-fields-bg-color);
}

.ratingDltBox {
  color: #74788d;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 7px;
}

.proviDetailsName {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.proviAedText {
  color: #151515;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.proviAedText span {
  font-weight: 500;
}

.total_proBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: var(--theme-fields-bg-color);
  padding: 16px 20px;
  margin: 39px 0 27px;
}

.total_checkMark {
  background: #fff;
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 12px;
}

.total_proCompleted h4 {
  color: #151515;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 4px;
}

.total_proCompleted span {
  color: #7a7a7d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.total_proCompleted {
  text-align: end;
}

.cleaning_serviceFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.cleaning_serviceFlex h4 {
  color: #151515;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.cleaning_serviceFlex h4 span {
  font-weight: 500;
}

.btn-primary.bookNowFont {
  font-size: 18px;
  width: 100%;
  display: inline-block;
}

.serviceBookNow {
  margin-top: 35px;
}

/*  */
.post_rightButton {
  border-top: 1px solid #d2d2da;
  padding-top: 24px;
  text-align: end;
}

.uploadFileBox {
  background-color: var(--theme-fields-bg-color);
  border-radius: 10px;
  border: 0;
  padding: 15px 25px;
  height: 151px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
}

.uploadFileText {
  color: var(--theme-color);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.documentPdfBox {
  background-color: var(--theme-fields-bg-color);
  border-radius: 10px;
  border: 0;
  padding: 13px 25px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.documentPdfCut {
  border: 0;
  background: transparent;
}

.documentPdfIcon {
  color: #3e3e40;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 7px;
}

.thankUser-img {
  width: 82px;
  min-width: 82px;
  height: 82px;
  margin: 0 auto 28px;
}

.thank_userDlt {
  border-radius: 10px;
  border: 1px solid #c9c9d1;
  background: #fff;
  display: flex;
  padding: 14px 16px;
  gap: 18px;
}

.thank_userImg img {
  width: 62px;
  height: 62px;
  min-width: 62px;
  object-fit: cover;
  border-radius: 50%;
}

.thank_userDlt {
  border-radius: 10px;
  border: 1px solid #c9c9d1;
  background: #fff;
  display: flex;
  padding: 14px 16px;
  gap: 18px;
  margin: 36px 0 32px;
}

.thank_userDlt .provi_userLevel {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 4px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.thank_userDlt .provi_userLevel span {
  background-color: #f5f6f8;
}

.thankSelect_cate {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.SubCategory_select {
  color: #3e3e40;
  font-size: 16px;
  font-weight: 500;
  margin-block: 5px;
}

.thankCategory_select {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #3e3e40;
  font-size: 16px;
  font-weight: 500;
}

.thankCategory_select li {
  border-right: 1px solid #3e3e40;
  padding-right: 10px;
  line-height: normal;
}

.thankCategory_select li:last-child {
  border-right: 0;
}

.dateTimeDiv {
  display: flex;
  align-items: center;
  background-color: var(--theme-fields-bg-color);
  border-radius: 10px;
  padding-right: 28px !important;
}

[dir="rtl"] .plan_time .form-check-input {
  margin-left: 0;
}

/*  */
.job_submitedCard {
  border-radius: 10px;
  background: #f5f6f8;
  padding: 14px 23px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.job_submitedCard .hourly_aedBox {
  margin-top: auto;
}

.jobEditId {
  display: flex;
  align-items: baseline;
  gap: 10px 5px;
  padding-bottom: 5px;
  justify-content: space-between;
}

.jobEditId span {
  color: #3e3e40;
  font-size: 14px;
  font-weight: 400;
}

.job_editRemove {
  display: flex;
  align-items: center;
  gap: 12px;
}

.job_editRemove button {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}

.job_workName {
  color: #000;
  font-size: 20px;
  margin: 0;
  font-weight: 500;
}

.job_workMultipal {
  color: #3e3e40;
  font-size: 16px;
  font-weight: 500;
  margin-block: 5px;
}

.jobDescription {
  color: #696984;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}

.hourly_aedBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.hourlyAedDay {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.hourlyAedDay span {
  font-weight: 400;
  font-size: 14px;
}

.hourlyPrice_local {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hourlyPriceBtn {
  border-radius: 10px;
  background: rgba(0, 32, 125, 0.1);
  color: #00207d;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  padding: 4px 10px;
}

.jobLocalBox {
  display: flex;
  align-items: center;
  gap: 6px;
  border-right: 1px solid;
  padding-right: 8px;
  color: #3e3e40;
  font-size: 13px;
  font-weight: 500;
}

.jobViewDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e5e7ec;
  padding-top: 12px;
  margin-top: 12px;
  gap: 6px;
}

.job_editRemove a,
.job_editRemove button {
  color: #5b5b5b;
}

.job_editRemove a:hover,
.job_editRemove button:hover {
  color: var(--theme-color);
}

.bidReceivedText {
  color: #3e3e40;
  font-size: 14px;
  font-weight: 400;
}

.jobSubmittedDate {
  color: #3e3e40;
  font-size: 14px;
  font-weight: 400;
}

.pdfDesignBox {
  border-radius: 5px;
  border: 1px solid #e5e7ec;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 45px;
  padding: 6px 12px;
  width: fit-content;
  margin: 8px 0 5px;
  color: #3e3e40;
  font-size: 14px;
  font-weight: 400;
}

.bottomReceivedBox {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 7px;
}

.jobUserBox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.jobDlt_userImg img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.jobUserNameText {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.level_reviewDiv {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  gap: 10px;
}

.level_reviewDiv .ratingDltBox {
  border-left: 1px solid #000;
  line-height: 1;
  padding-left: 11px;
}

.jobLeftButton {
  display: flex;
  align-items: center;
  gap: 9px;
}

.jobLeftButton .offcanvas_borderBtn,
.jobLeftButton .offcanvas_solidBtn {
  padding: 10px 34px;
}

.hourlyAED {
  display: flex;
  align-items: center;
  gap: 10px;
}

.work_millstoneTitle {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin: 18px 0 20px;
}

.tableBGBox {
  border-radius: 10px;
  background: #fff;
  padding: 11px 30px;
  margin-bottom: 18px;
}

/* Table  Css */

.tableBGBox thead tr th {
  color: #0b0967 !important;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 5px !important;
}

.tableBGBox tbody tr td {
  color: #212121 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 13px 5px !important;
  white-space: nowrap;
}

.tableBGBox .table {
  --bs-table-border-color: rgba(0, 0, 0, 0.08);
}

.tableStatus {
  padding: 2px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
}

.paddingTag {
  background: rgba(187, 187, 191, 0.2);
  color: #7a7a7d;
}

.tableViewText {
  color: #00207d;
  font-weight: 400;
  text-decoration-line: underline;
}

.viewAllMill {
  color: #34a853;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
  display: block;
  width: fit-content;
  margin-left: auto;
}

.tableDescription {
  max-width: 200px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  margin: 0;
}

/* New Css */
.referrals_pointBox {
  border-radius: 10px;
  background-color: rgba(52, 168, 83, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='872' height='106' viewBox='0 0 872 106' fill='none'%3E%3Cpath d='M199.5 -7.49964C211.5 16.0004 259.9 67.9004 333.5 45.5004C425.5 17.5004 441 -16.4996 515.5 31.5004C590 79.5004 718 9.50036 730.5 -7.49964C743 -24.4996 1003.63 -27.4852 782.5 105.5C353.5 363.5 -24.5 -112.5 -24.5 98.5L-20.5 -17L199.5 -7.49964Z' stroke='%2334A853' stroke-opacity='0.3' stroke-dasharray='5 5'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  margin-bottom: 17px;
  gap: 14px;
}

.referral_totalPoint {
  color: #00207d;
  font-size: 29px;
  font-weight: 600;
}

.referral_totalPoint span {
  font-size: 16px;
  font-weight: 400;
}

.referral_icon {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(6, 116, 36, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.referrals_expoint {
  display: flex;
  align-items: center;
  gap: 16px;
}

.referral_items {
  padding: 0;
  margin: 0;
  list-style: none;
}

.referral_list {
  border-radius: 10px;
  background: #f5f6f8;
  margin-bottom: 17px;
  padding: 16px 22px;
  display: flex;
  gap: 17px;
}

.referralImg {
  margin: 0;
}

.referralImg img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  min-width: 50px;
  border-radius: 50%;
}

.referral_infoMail {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 5px 15px;
  flex-wrap: wrap;
}

.referral_name {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  display: inline-block;
}

.referral_infoMail li {
  color: #7a7a7d;
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid;
  padding-right: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.referral_infoMail li:last-child {
  border-right: 0;
  padding-right: 0;
}

.referral_infoBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.referralExpoint {
  text-align: end;
}

.referExpoint {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.referralExpoint span {
  color: #7a7a7d;
  font-size: 14px;
  font-weight: 400;
}

.greenRefer {
  color: #34a853;
}

/*  */
.sorting-box {
  border-radius: 10px;
  border: 1px solid #d2d2da;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  padding: 6px 14px;
  display: flex;
  align-items: center;
  width: fit-content;
  min-width: 195px;
}

.sorting-box .form-label {
  color: #141414;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.sorting-box .form-select {
  color: #141414;
  font-size: 16px;
  border: 0;
  padding: 6px 30px 6px 10px;
  height: auto;
  background-position: right 0.3rem center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23141414' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.sorting-box .form-select:focus {
  box-shadow: none;
}

.searchJoFilterBox {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.searchJoFilterBox {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 29px;
}

.filter_title {
  color: #0b0967;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.jobFilter_box {
  background: #fff;
  padding: 20px;
  height: 100%;
}

.filterCategoryTitle {
  color: #141414;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.filter_tabs_select .nav-tabs .nav-link {
  border: 1px solid rgba(20, 20, 20, 0.1) !important;
  background: #fff;
  color: #393f47;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 23px;
}

.filter_tabs_select .nav-tabs .nav-item:first-child .nav-link {
  border-radius: 2px 0px 0px 2px;
}

.filter_tabs_select .nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0px 2px 2px 0px;
}

.filter_tabs_select .nav-tabs .nav-link.active {
  border: 1px solid #00207d !important;
  background: rgba(0, 32, 125, 0.2);
  color: #00207d;
  font-weight: 400;
}

.filter_tabs_select .nav-tabs {
  border: 0;
}

.filterRadioBox .form-check-label {
  color: #393f47;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
}

.filterRadioBox {
  margin-block: 12px;
  max-height: 250px;
  overflow-y: auto;
}

.filterRadioBox .form-check {
  margin-bottom: 8px;
}

.filterRadioBox .form-check-input {
  border-color: rgba(20, 20, 20, 0.3);
}

.filterRadioBox .form-check-input:checked {
  background-color: #00207d;
  border-color: #00207d;
}

.form-check-input:focus {
  border-color: rgba(20, 20, 20, 0.3);
  box-shadow: none;
}

.filter_categoryList {
  margin-bottom: 30px;
}

.provi_categoText a {
  margin-left: 5px;
  font-weight: 500;
  text-transform: capitalize;
}

.job_leftImg img {
  width: 72px;
  height: 72px;
  min-width: 72px;
  object-fit: cover;
  border-radius: 10px;
}

.job_nameUser {
  color: #0b0967;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.job_nameUser strong {
  white-space: nowrap;
}

.job_resumeName {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 4px;
}

.job_fildText {
  color: rgba(20, 20, 20, 0.7);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}

.job_leftImg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.job_whiteBox {
  background: #fff;
  padding: 18px 21px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 27px;
}

.job_whiteBox:last-child {
  margin-bottom: 0;
}

.newJob_infoDlt {
  flex: auto;
}

.newJob_userName {
  color: #00207d;
  font-size: 11px;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
}

.provi_userLevel span {
  background-color: #f5f6f8;
}

.jobAed {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.jobAed span {
  color: #141414;
}

.jobFixedPrice {
  border-radius: 3px;
  background: #00207d;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
}

.jobHourAgo {
  border-radius: 3px;
  background: rgba(0, 32, 125, 0.16);
  color: #00207d;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
}

.jobHoure_priceDiv {
  display: flex;
  align-items: center;
  gap: 5px 12px;
  margin: 6px 0 9px;
  flex-wrap: wrap;
}

.job_newDescriptio {
  color: rgba(20, 20, 20, 0.7);
  font-size: 16px;
  font-weight: 400;
  margin: 6px 0 0;
}

.job_viewDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  gap: 10px;
}

.job_acceptBTn {
  border-radius: 4px;
  background: #34a853;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  padding: 9px 23px;
  display: inline-block;
  white-space: nowrap;
}

.job_acceptBTn:hover {
  background: #0e7529;
  color: #fff;
}

.viewMoreBTn:hover {
  background: #d5dbec;
  color: #00207d;
}

.job_rejectBTn:hover {
  background: #e7cece;
}

.job_rejectBTn {
  border-radius: 4px;
  background: #ffeded;
  color: #f00;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  padding: 9px 23px;
  display: inline-block;
  white-space: nowrap;
}

.viewMoreBTn {
  border-radius: 4px;
  background: #f3f5fb;
  color: #00207d;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  padding: 9px 23px;
  display: inline-block;
  white-space: nowrap;
}

.job_acceptReject {
  display: flex;
  align-items: center;
  gap: 10px;
}

.viewJobBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  flex: auto;
}

.jobSearch_box .form-control {
  border-radius: 10px;
  border: 1px solid #d2d2da;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  padding-left: 55px;
  width: 100%;
}

.jobSearch_box {
  width: 100%;
  position: relative;
}

.jobSearchIcon {
  position: absolute;
  left: 20px;
  border: 0;
  padding: 0;
  background-color: transparent;
  top: 11px;
}

.view_paragrapBox {
  display: flex;
  align-items: self-end;
  gap: 10px;
}

.jobNameHoure {
  display: flex;
  align-items: center;
  gap: 10px;
}

/*  */
.serviceOffcanvas.offcanvas {
  width: 49% !important;
  background: #fff;
  border: 0;
  box-shadow: 0px 0px 67.5px 58px rgba(224, 232, 255, 0.69);
}

.offcanvas-backdrop {
  background-color: transparent;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 1 !important;
}

.serviceOffcanvas .offcanvas-body {
  padding: 0 67px 20px;
}

.serviceOffcanvas .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 33C26.2843 33 33 26.2843 33 18C33 9.71573 26.2843 3 18 3C9.71573 3 3 9.71573 3 18C3 26.2843 9.71573 33 18 33Z' stroke='%2300207D' stroke-width='3.75'/%3E%3Cpath d='M21.75 14.25L14.25 21.75M14.25 14.25L21.75 21.75' stroke='%2300207D' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  margin: 10px 15px 0;
}

.serviceOffcanvas .btn-close:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 33C26.2843 33 33 26.2843 33 18C33 9.71573 26.2843 3 18 3C9.71573 3 3 9.71573 3 18C3 26.2843 9.71573 33 18 33Z' stroke='%2300207D' stroke-width='3.75'/%3E%3Cpath d='M21.75 14.25L14.25 21.75M14.25 14.25L21.75 21.75' stroke='%2300207D' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  opacity: 0.6;
}

.job_offcanvasImage img {
  width: 116px;
  min-width: 116px;
  height: 116px;
  border-radius: 4px;
  object-fit: cover;
}

.job_offcanvasImage {
  margin: 0 0 17px;
  text-align: left;
}

.jobDetailsOffList .job_nameUser {
  font-size: 35px;
  font-weight: 600;
}

.jobDetailsOffList .job_fildText {
  font-size: 22px;
  margin-block: 10px;
  display: block;
}

.jobDetailsOffList .jobAed {
  font-size: 22px;
}

.jobDetailsOffList {
  margin-bottom: 40px;
}

.jobOffcanvasHead {
  color: #0b0967;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
}

.jobOffcanvasDesc {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.jobOffcan_infoText {
  margin: 0;
  padding-left: 17px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.jobDetailsOff_pdf {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.jobDetailsOff_pdf .form-check-label {
  color: #000;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  padding-left: 10px;
}

.jobDetailsOff_pdf .form-check-input {
  width: 30px;
  height: 30px;
  margin-top: 0;
  vertical-align: middle;
  background-color: #00207d;
  border: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2300207D'/%3e%3c/svg%3e");
}

.jobDetailsOff_pdf .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #00207d;
  border-color: #00207d;
}

.edit_rightIcon {
  border-radius: 5px;
  border: 1px solid #dee3f0;
  background: #fff;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
}

.textArea_height {
  height: 154px !important;
}

.textArea_position {
  position: absolute;
  right: 12px;
  top: 105px;
}

.red_borderInput:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.offCan_inputBox {
  margin-top: 26px;
}

.offCan_inputBox .form-control {
  padding-right: 47px;
}

.submintBidBtn {
  border-radius: 10px;
  background: #34a853;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  padding: 11px 19px;
  border: 1px solid #34a853;
}

.submintBidBtn:hover {
  background: #fff;
  color: #34a853;
}

.jobAssign_btn {
  text-align: center;
  background: var(--theme-primary-green-color);
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  border: 0;
  font-size: 14px;
  padding: 9px 20px;
}

.jobAssign_btn::after {
  margin-left: 10px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7559 0.244119C14.4305 -0.0813189 13.9028 -0.081319 13.5774 0.244119L7.5 6.32153L1.42259 0.244117C1.09715 -0.0813207 0.569516 -0.0813207 0.244079 0.244117C-0.0813579 0.569553 -0.081358 1.09719 0.244079 1.42263L6.91074 8.0893C7.23618 8.41473 7.76382 8.41473 8.08926 8.0893L14.7559 1.42263C15.0814 1.09719 15.0814 0.569555 14.7559 0.244119Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 13px;
  width: 15px;
  height: 15px;
  border: 0;
}

.jobAssign_chat {
  border-radius: 5px;
  border: 1px solid #e5e7ec;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  padding: 11px 23px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
}

.jobAssign_flexBox {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-block: 25px;
}

/*  */
.assign_drop_box.show {
  display: block;
  position: relative;
  background: #fff;
  filter: drop-shadow(0px 10px 60px rgba(38, 45, 118, 0.08));
  border: 0;
  border-radius: 10px;
  margin-top: 11px;
  padding: 14px 16px;
  transition: all 0.5s ease-out;
  transform: translate(0, 0px);
  z-index: 1;
}

.assign_drop_box.hide {
  transform: translate(0, -5px);
  z-index: -1;
  position: relative;
  padding: 0 16px;
  height: 0;
}

.assignjob_list {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 32, 125, 0.1);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.assign_drop_item li:last-child .assignjob_list {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.assign_drop_item {
  padding: 0;
  list-style-type: none;
  margin: 0;
  max-height: 210px;
  overflow-y: auto;
}

.assignjob_list img {
  width: 46px;
  min-width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%;
}

.assignJob_name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

figure.about-figure img {
  min-height: 370px;
}

.review_Swiper_slide .popular_serviCardBox {
  max-width: 348px;
}

h2.no-record-title {
  font-size: 24px;
  color: black;
  margin-bottom: 10px;
}

.no-recorad {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-block: 30px;
}

.job_resumeFlex {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: end;
}

.job_resumeFlex a img,
.job_resumeFlex a svg {
  width: 34px;
  max-width: 29px;
  max-height: 38px;
}

.job_resumeFlex .pdfDesignBox {
  padding: 6px;
  width: 50px;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}

.ReceivedCollapse svg {
  transform: rotate(0deg);
}

.ReceivedCollapse.collapsed svg {
  transform: rotate(180deg);
}

.filter_clear {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.filter_clear button {
  border: 0;
  font-size: 14px;
  background-color: transparent;
  color: #007027;
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 6px;
}

.offcanvas_rigthSidebar .offcanvas.offcanvas-end {
  width: 580px;
  border-left: 0;
}

/* Hero input css start */
.input_collapse {
  position: absolute;
  top: 72px;
  width: 100%;
}

.collapse_body {
  border-radius: 20px;
  padding: 20px 30px;
}

.collapse_body .nav-tabs {
  gap: 10px;
}

.collapse_body .nav-item {
  width: 48%;
}

.collapse_body .nav-link,
.collapse_body .nav-link:hover {
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  padding: 15px 10px;
  width: 100%;
  color: var(--theme-color);
  white-space: nowrap;
}

.collapse_body .nav-link.active {
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  border-radius: 10px;
  color: #fff;
}

.collapse_body .nav-link svg {
  margin-left: 6px;
}

.collapse_body .nav-link.active svg {
  transform: rotate(180deg);
}

.search_list_block {
  padding-top: 20px;
}

.search_list_track {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  max-height: 300px;
  overflow-y: auto;
}

.search_list_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #bbbbbf40;
  padding: 20px 10px;
}

.search_list_items:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.search_list_category {
  font-size: 16px;
  font-weight: 400;
  color: #3e3e40;
  margin-bottom: 0;
}

.category_view {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
}

.provider_img_block {
  display: flex;
  align-items: center;
  gap: 18px;
}

.provider_img {
  width: 56px;
  height: 56px;
}

.provider_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.provider_tab .search_list_category {
  font-size: 20px;
  color: #121212;
}

.dateTimeDiv .form-control:not(:last-child) {
  border-right: 1px solid #c8c9d1;
  border-radius: 0;
}

.dateTimeDiv .form-control:first-child {
  border-radius: 10px 0 0 10px;
}

.dateTimeDiv .form-control:last-child {
  border-radius: 0 10px 10px 0;
}

.language_title {
  display: inline-block;
  padding-top: 3px;
}

.message-link a svg {
  max-width: 26px;
  max-height: 26px;
}

/* Hero input css end */

.priceFilterCounter p {
  background: #f5f6f8;
  color: #000;
  padding: 5px 10px;
  min-width: 90px;
  text-align: center;
  border-radius: 7px;
  font-weight: 600;
  display: flex;
  gap: 7px;
  align-items: center;
}

.priceFilterCounter {
  display: flex;
  justify-content: space-between;
}

.priceFilterCounter p span {
  min-width: 50px;
  display: inline-block;
  text-align: left;
}

.jobSubFlex .hourly_aedBox {
  margin-top: auto;
}

.jobSubFlex.job_submitedCard {
  display: flex;
  flex-direction: column;
}

/*  */
/*  */
.table_bgBox {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.08);
  padding: 16px 25px;
  margin-top: 22px;
}

thead tr th {
  color: #0b0967 !important;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  padding: 12px 5px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

tbody tr td {
  color: #212121 !important;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 400;
  padding: 12px 5px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.table_status {
  padding: 2px 12px;
  border-radius: 20px;
  text-align: center;
  width: fit-content;
}

.table_requested {
  color: #0a66c2;
  background: rgba(10, 102, 194, 0.1);
}

.table_funded {
  color: #34a853;
  background: rgba(52, 168, 83, 0.1);
}

.table_released {
  color: #faa515;
  background: rgba(250, 165, 21, 0.1);
}

.table_cancelled {
  color: #c70a0a;
  background: rgba(199, 10, 10, 0.1);
}

.table_linkTag {
  color: #00207d;
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
}

.table_editIcon {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #dee3f0;
  background: #fff;
  color: #00207d;
}

.table_editIcon:hover {
  color: #34a853;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.table_editIcon::after {
  display: none;
}

.table_flexDiv {
  display: flex;
  align-items: center;
  gap: 16px;
}

.table_desc {
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paymentTerms_select {
  display: flex;
  align-items: center;
  gap: 10px;
}

.paymentTerms_select .form-check-label {
  color: #0b0967;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  min-width: 130px;
  text-align: center;
  padding: 6px 10px;
  cursor: pointer;
}

.paymentTerms_select .form-check {
  padding-left: 0;
  margin-bottom: 0;
}

.paymentTerms_select
  .form-check-input:checked[type="radio"]
  + .form-check-label {
  background: rgba(11, 9, 103, 0.2);
}

.paymentTerms_btn {
  border-radius: 10px;
  background: #0b0967;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 18px;
  border: 0;
  padding: 10px 27px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.drop_customeBox .dropdown-toggle::after {
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='9' viewBox='0 0 18 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9181 0.949219L10.3981 7.46922C9.62812 8.23922 8.36813 8.23922 7.59813 7.46922L1.07812 0.949219' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 18px;
  width: 18px;
  height: 18px;
  border: 0;
  border: 0;
}

.drop_customeBox .dropdown-menu {
  border-radius: 10px;
  background: #fff;
  padding: 5px;
  margin-block: 7px !important;
  border: 0;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1);
}

.submit_paymentFlex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.addOffCanvasBtn button {
  border-radius: 5px;
  background: #0b0967;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 17px;
  border: 0;
}

.addOffCanvasBtn {
  text-align: end;
  margin-block: 30px;
}

.pdfDesignBox a img {
  max-width: 30px;
}

.form_modalMax.popup-wrapper .modal-dialog {
  max-width: 600px;
}

.modal-title h4 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.52px;
  margin: 0;
}

.form_modalMax.popup-wrapper .modal-content {
  padding: 25px 30px;
}

.form_modalMax.popup-wrapper .btn-close {
  top: 25px;
  right: 25px;
}

.serviceProviderTitle {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
  margin-block: 8px;
}

.btn-border {
  text-align: center;
  background-color: transparent;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-primary-green-color);
  padding: 12px 30px;
  border: 1px solid var(--theme-primary-green-color);
}

.btn-border:hover {
  border: 1px solid var(--theme-secondary-blue-color);
  background-color: var(--theme-secondary-blue-color);
  color: #fff;
}

.service_proTitle h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}

.mark_asCompletedBtn {
  text-align: end;
  border-top: 1px solid #d2d2da;
  padding-top: 30px;
  margin-top: 30px;
}

.mark_asCompletedBtn .offcanvas_solidBtn,
.mark_addMore .offcanvas_borderBtn {
  padding: 10px 35px;
}

.rating_star_box .css-dqr9h-MuiRating-label {
  font-size: 40px;
  color: #fbc418;
  margin: 0 auto;
}

.rating_star_box {
  background: #f5f6f8;
  padding: 21px 38px;
  border-radius: 10px;
}

.rating_star_input {
  display: flex !important;
  justify-content: space-between;
  width: 100% !important;
}

.minHeightText {
  min-height: 214px !important;
}

.activecls {
  color: #34a853;
}

.table_dropBox .dropdown-menu.show {
  display: block;
  border: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.table_dropBox .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #00207d !important;
}

.table_dropBox .dropdown-menu .dropdown-item {
  font-size: 15px;
}

.viewMilestoneList {
  padding: 0;
  list-style: none;
  width: 100%;
  margin: 30px 0 10px;
}

.viewMilesItem {
  display: flex;
  padding-bottom: 15px;
  gap: 10px;
}

.viewMilesItem h4 {
  flex: 0 0 48%;
  color: #000;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.viewMilesItem h6 {
  margin: 0;
  flex: 0 0 52%;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.table-responsive {
  min-height: 194px;
}

span.newTag {
  border-radius: 8px;
  background: #34a853;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 1px 16px;
}

.notification-counter {
  background: #c10c0c;
  color: #fff;
  font-size: 11px;
  width: fit-content;
  min-width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1px;
  right: -6px;
  border-radius: 30px;
  padding: 1px 2px;
  height: 16px;
}

.notify-link {
  position: relative;
}

/*  */
.inputSearchIcon {
  position: absolute;
  left: 14px;
  top: 13px;
  border: 0;
  background-color: transparent;
  padding: 0;
}

.jobSearchInputBox {
  width: 100%;
}

.jobSearchInputBox .form-control.border-input {
  border-radius: 10px;
  border: 1px solid #d2d2da;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  padding-left: 44px;
}

.btn-border.padd_borderBtn {
  padding: 10px 25px;
}

/* ============chat-page-css-start================ */

.dashChatInner {
  position: relative;
  height: 93vh;
  min-height: 500px;
}

.chat-section {
  padding: 60px 0;
}

.messageChatBox .dropdown-menu.drop-menu {
  position: absolute !important;
  margin: 5px 0 0 !important;
  border-top: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.messageChatBox .btn.right-arrow {
  padding: 20px 20px 16px;
}

.dashChatSidebar {
  width: 372px;
  background: #f0f2f7;
  position: absolute;
  left: 0;
  height: 100%;
  transition: all 0.5s;
  border-radius: 12px;
}

.list-discussions {
  overflow-y: auto;
  z-index: 10;
  height: calc(100% - 85px);
}

.dashChatChatting {
  height: 100%;
  width: calc(100% - 385px);
  margin-left: 385px;
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  border: 1px solid #c9c9d1;
}

.chat_right_box {
  height: 93vh;
}

.dashChatChatting .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dashChatChatting .avatar,
.dashChatChatting .avatar > img {
  background: #f5f6fa;
  display: inline-block;
  position: relative;
  line-height: 0;
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  border-radius: 50%;
  min-width: 2.75rem;
}

.dashChatChatting .message-body {
  width: 45%;
}

.action-filter {
  padding: 0;
  border: 0;
  background: none;
  position: absolute;
  right: 6px;
  top: 10px;
}

.dashChatChattingInner .action-filter.dropdown-toggle::after {
  border: 0;
}

.dashChatChatting .message-content {
  color: #171c1b;
  font-size: 14px;
  font-weight: 400;
  padding: 20px;
  display: inline-block;
  border-radius: 20px 20px 20px 0;
  background-color: #f5f6f8;
  position: relative;
  cursor: pointer;
}

.dashChatChatting .message-content:hover .btn-meeting {
  display: block;
}

.dashChatChatting .btn-meeting {
  display: none;
}

.dashChatChatting .message-right .message-row .message-content .opacity-65 {
  color: rgba(255, 255, 255, 0.8);
}

.dashChatChatting .message-content:before {
  content: "";
  position: absolute;
  left: -17px;
  bottom: -10px;
  background-image: url("../images/left-corner.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 28px;
}

.dashChatChatting .message-right .message-row .message-content::before {
  left: unset;
  right: -13px;
  background-image: url("../images/right-corner.png");
  top: 0;
}

.dashChatChatting .message-content h6 {
  color: #000;
}

.dashChatChatting .opacity-65 {
  font-size: 12px;
  color: #758a89;
  font-weight: 400;
}

.dashChatChatting .small,
.dashChatChatting small {
  font-size: 86.667%;
  font-weight: 400;
}

.dashChatChatting .message {
  margin-bottom: 16px;
}

.dashChatChatting .message.message-right {
  flex-direction: row-reverse;
}

.dashChatChatting .message-right .message-row .message-content {
  background-color: rgba(226, 238, 232, 1);
  border-radius: 20px 20px 0 20px;
  text-align: left;
}

.dashChatChatting .message-divider {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.dashChatChatting::-webkit-scrollbar,
.dashChatSidebar::-webkit-scrollbar,
.dashChatChattingInner::-webkit-scrollbar {
  /* display: none; */
}

.dashChatChattingInner::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.dashChatChattingInner::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.dashChatChattingInner::-webkit-scrollbar-thumb {
  background: #e3e8e7;
}

/* Handle on hover */
.dashChatChattingInner::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.dashChatChattingInner {
  overflow-y: auto;
}

.dashChatChatting .dashChatChattingInner {
  padding: 50px 50px 0 50px;
  height: calc(100% - 140px);
  position: relative;
  overflow: scroll;
  top: 110px;
}

.dashChatChatting .dashChatChattingInner.docUpload {
  height: calc(100% - 210px);
}

.chat-header {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  background: #fff;
  border-radius: 12px 12px 0 0;
}

.chat-header h6 {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 0;
  flex: auto;
}

.chatUserName {
    font-size: 15px;
    margin-bottom: 6px;
    color: #171c1b;
}
.chat-header span {
  font-size: 13px;
  color: #707070;
}

.chat-footer {
  position: absolute;
  background-color: #ffff;
  padding: 10px 22px 25px;
  /* border-top: 1px solid rgba(0, 0, 0, 0.10); */
  /* border-left: 2px solid rgba(0, 0, 0, 0.10); */
  bottom: 0;
  width: 100%;
  border-radius: 0 0 12px 12px;
}

.chat-footer .btn-minimal {
  color: rgba(33, 37, 41, 0.35);
  font-size: 25px;
  outline: none !important;
  box-shadow: none !important;
}

.chat-footer .btn.btn-ico {
  /* height: calc(1.6em + .5rem + 2px);
      width: calc(1.6em + .5rem + 2px); */
  font-size: 20px;
  outline: 0;
  box-shadow: unset;
}

.chat-footer textarea {
  outline: none !important;
  box-shadow: none !important;
  color: #7f808c;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  overflow-wrap: break-word;
  resize: none;
  min-height: 50px !important;
  padding: 14px 71px 13px 22px;
  border-radius: 6px;
  border: 1px solid #e3e8e7 !important;
}

.chat-footer textarea::placeholder {
  color: #171c1b;
}

.send-emoji {
  padding: 0;
  border: 0;
  background: none;
  position: absolute;
  top: 12px;
  left: 16px;
  color: #758a89;
  display: inline-flex;
}

.send-emoji:hover {
  color: #eba901;
}

.typing-dots {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  padding: 0 10px;
  font-size: 60px;
  display: flex;
  height: 20px;
  align-items: flex-end;
}

.typing-dots span {
  opacity: 0;
}

.typing-dots span:nth-child(1) {
  -webkit-animation: 1s type-animation infinite 0.33333s;
  animation: 1s type-animation infinite 0.33333s;
}

.typing-dots span:nth-child(2) {
  -webkit-animation: 1s type-animation infinite 0.66666s;
  animation: 1s type-animation infinite 0.66666s;
}

.typing-dots span:nth-child(3) {
  -webkit-animation: 1s type-animation infinite 0.99999s;
  animation: 1s type-animation infinite 0.99999s;
}

@-webkit-keyframes type-animation {
  50% {
    opacity: 1;
  }
}

@keyframes type-animation {
  50% {
    opacity: 1;
  }
}

.dashChatSection .border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.dashChatSection .border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.dashChatChatting .chat-header .avatar,
.dashChatChatting .chat-header .avatar > img {
  height: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  width: 2rem;
}

.list-discussions .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0;
  border-radius: 0;
}

.list-discussions .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0 18px 10px;
}

.media.mediaChatdiscover {
  border-top: 1px solid #e3e8e7;
  padding-top: 20px;
}

.list-discussions .badge-top-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  font-size: 12px;
  background-color: #dd0000;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
}

.list-discussions .avatar,
.list-discussions .avatar > img {
  height: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  width: 2rem;
  border-radius: 50%;
}

.badge-top-right.new-badge {
  background: #d0ed81;
  padding: 3px 19px 3px 19px;
}

.badge-circle {
  position: relative;
  border-radius: 50%;
  padding: 0;
  vertical-align: middle;
  height: 1.75rem;
  width: 1.75rem;
  min-width: 1.75rem;
}

.dashChatSection .media {
  align-items: center;
}

.list-discussions .card-body .media-body p {
  margin-bottom: 0;
  color: #707070;
  font-size: 14px;
  margin-top: auto;
}

.list-discussions .card-body .media-body .chatdesc p {
  font-size: 13px;
  color: #6f6c90;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
}

.list-discussions .card-body .media-body h6 {
  color: #171c1b;
  font-size: 16px;
  font-weight: 600;
  padding-right: 60px;
}

.last-time {
  color: #758a89;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.small.msg-time {
  font-size: 12px;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.chatdesc {
  margin: 5px 0 0;
}

.dashChatSidebar .form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.8rem + 2px);
  padding: 10px 10px 10px 41px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 50px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none !important;
  box-shadow: none !important;
}

i#stepBackwedMsg {
  color: #2448b3;
  margin-right: 15px;
  flex: 0 0 20px;
}

.chatHeadPadding {
  display: flex;
  align-items: center;
}

.dashChatSidebar .input-group {
  position: relative;
  max-width: 257px;
  margin: 0 auto;
}

.dashChatSidebar .input-group .input-group-append {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.dashChatSidebar .input-group .input-group-append i {
  color: #9b9b9b;
}

.dashChatSidebar .text-reset.nav-link {
  position: relative;
  border-left: 6px solid transparent;
}

.dashChatSidebar .text-reset.nav-link {
  position: relative;
}

.dashChatSidebar .nav-link:hover,
.dashChatSidebar .nav-link.active {
  background-color: rgba(52, 168, 83, 0.1);
  border-left: 6px solid #34a853;
}

.green-text {
  color: #03ac2b;
}

.user-online {
  position: absolute;
  left: 2px;
  top: 0px;
  width: 8px;
  height: 8px;
  background-color: #4cd43e;
  border-radius: 50%;
  display: inline-block;
}

.left-side-header {
  padding: 4px 12px;
  border-radius: 12px 12px 0 0;
  margin: 20px 20px 17px 20px;
}

.msg-head-check.with-text span {
  padding-left: 30px;
  font-size: 14px;
  display: block;
  line-height: 21px;
}

.dropdown-menu.checkbox-menu {
  padding: 0px 10px;
  min-width: 180px;
}

.dropdown-menu.checkbox-menu .msg-head-check {
  margin: 11px 0;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown.display-inline {
  display: inline-block;
  margin: 0 6px 0 0;
}

.left-side-header h5 {
  display: inline;
  font-size: 17px;
}

.all-checked {
  margin: 0 0 0 5px;
}

.all-checked:hover svg {
  color: #132b3e;
}

.media-body figure {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.media-body figure img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.dashChatSidebar .media-body {
  position: relative;
  padding-left: 55px;
}

.meet-stats {
  font-size: 13px;
  font-weight: 300;
}

.meet-stats {
  position: absolute;
  top: 0;
  right: 0;
}

.meet-types {
  font-size: 13px;
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
  margin: 0;
}

.mtb-5 {
  margin: 3px 0 0;
}

.meet-stats.times {
  font-size: 12px;
  color: #cac8c8;
}

.dashChatSidebar .text-truncate {
  padding-right: 27px;
}

.list-discussions .card .msg-head-check {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.list-discussions .card .msg-head-check .form-group {
  margin: 0;
}

.chat-intro {
  background: #f4fafc;
  font-size: 12px;
  color: #6c6c6c;
  line-height: 20px;
  padding: 10px;
}

.pd-5 {
  padding: 0 5px;
}

.btn.btn-meeting {
  /* position: absolute; */
  top: 8px;
  right: 0;
  font-size: 11px;
  border: 0;
}

.btn-meeting .btn-action-filter {
  font-size: 18px;
  border: 0;
}

.btn.btn-meeting:hover {
  color: #000;
  border: 0;
}

.hero-section.hero-messages {
  min-height: 450px;
}

.message-content-block {
  position: relative;
  padding: 0 0 0 50px;
}

.message-content-block figure {
  position: absolute;
  left: 0;
  top: 2px;
  width: 40px;
  height: 40px;
}

.message-content-block figure img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.dashChatChatting .message.message-right .message-content-block {
  position: relative;
  /* padding: 0 56px 0 0; */
  padding: 0 5px 0 0;
  text-align: end;
}

.dashChatChatting .message.message-right .message-content-block figure {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  width: 40px;
  height: 40px;
}

.btn-send-msg {
  background: none;
  border: 0;
  color: #4d9e93;
  padding: 0;
  position: absolute;
  top: 11px;
  right: 14px;
  display: inline-flex;
}

.btn-send-msg:hover {
  color: #2448b3;
}

.datewise-row {
  text-align: center;
  margin: 20px auto;
  font-size: 13px;
  color: #999;
  position: relative;
  /* z-index: 1; */
}

.datewise-row span {
  background: #fff;
  padding: 0 10px;
}

.datewise-row:before {
  content: "";
  background: #f0f0f0;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  top: 10px;
}

.count-col {
  position: absolute;
  top: 0;
  right: 12px;
  width: auto;
  height: auto;
  padding: 0;
}

/* width */
.list-discussions::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.list-discussions::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.list-discussions::-webkit-scrollbar-thumb {
  background: #e3e8e7;
}

/* Handle on hover */
.list-discussions::-webkit-scrollbar-thumb:hover {
  background: #e3e8e7;
}

.custom_checkbox.check-type2 input[type="checkbox"] {
  height: 16px;
  width: 16px;
  min-width: 16px;
  margin: 2px 16px 0 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 1px solid #626262;
  border-radius: 2px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.custom_checkbox.check-type2 input[type="checkbox"]:checked {
  border: 1px solid #d0ed81;
  background-color: #d0ed81;
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
  color: #626262;
}

.custom_checkbox.check-type2 input[type="checkbox"]:checked::before {
  font-size: 11px;
  background-color: transparent;
  top: 1px;
}

.chatsearch::before {
  content: "\f002";
  top: 50%;
  left: 16px;
  position: absolute;
  font-family: Font-Awesome-5-Pro;
  font-weight: 400;
  font-size: 16px;
  color: #aaaaaa;
  transform: translateY(-50%);
}

.chat-footer textarea.form-control {
  height: auto !important;
}

.fa-arrow-left {
  cursor: pointer;
}

.chatsearch {
  position: relative;
}

.media_btn {
  right: 55px;
  background: unset;
  color: #676767;
  font-family: Font-Awesome-5-Pro;
  font-weight: 900;
  width: auto;
  height: auto;
  font-size: 20px;
  margin-top: 0;
}

.media_btn:hover {
  color: #132b3e;
  background: unset;
}

/* .media-body-right {
  display: flex;
  justify-content: space-between;
} */
i {
  font-family: Font-Awesome-5-Pro;
  font-weight: 900;
}

.media_main_box {
  display: flex;
  gap: 10px;
}

.media_main_box button {
  background: transparent;
  border: 0;
}

.media_main_box button:hover svg {
  fill: #132b3e;
}

.media_main_box .dropdown-toggle::after {
  display: none;
}

.media_main_box.btn-meeting {
  padding: 0;
}

.media_main_box .dropdown-menu.show {
  display: block;
  inset: unset !important;
  right: 0 !important;
  top: 0 !important;
}

.message_status svg {
  height: 16px;
  width: 16px;
}

.message_status.cheked svg {
  fill: #03a9f4;
}

.message_status.only_send svg {
  fill: #ddd;
}

.message_status.no_data_on svg {
  fill: #ddd;
}

.text-truncate.profile {
  position: relative;
  overflow: inherit;
}

.text-truncate.profile .users_dataInfo {
  padding-left: 63px;
}

.text-truncate.profile .user_names {
  color: #171c1b;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.text-truncate.profile .user_label {
  color: #465352;
  font-size: 13px;
  font-weight: 400;
}

.chatsearch .search-icon-input {
  height: 48px !important;
}

.media_main_box button svg {
  height: 24px;
  width: 24px;
}

.message-img {
  height: 130px;
  width: 130px;
  object-fit: cover;
}

.user_name_track {
  justify-content: flex-start !important;
  gap: 7px;
}

.messageChatBox.sidebar-leftContent .form-control {
  padding: 10px 20px !important;
  border: 1px solid #e3e8e7;
}

.user_chat_box {
  gap: 8px;
}

.user_chat_box .user_name_track:first-child:after {
  content: "";
  background: #7a7a7d;
  height: 18px;
  width: 2px;
  right: 4px;
  margin-top: 3px;
  margin-left: 2px;
}

.video_call_box {
  width: fit-content;
  float: right;
  cursor: pointer;
}

.chat-header-inner-box {
  border-bottom: 1px solid #e3e8e7;
  margin: 23px 20px 0 30px;
  padding: 0 10px 23px 10px;
}

.file_share_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-64%);
  right: 52px;
  border: none;
  padding: 0;
  background: transparent;
  line-height: 1;
}

/* ============chat-page-css-end================ */

.cht-icn {
  cursor: pointer;
}

.card_box {
  padding: 35px 40px;
}

.card_box .jobEditId {
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.card_title {
  padding-top: 5px;
}

.list_box {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list_items {
  color: #6f6c90;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: start;
  gap: 10px;
  padding-bottom: 13px;
}

.list_items svg {
  min-width: 14px;
  margin-top: 5px;
}

.card_box .job_workMultipal {
  color: #6f6c90;
  font-size: 15px;
}

.card_box .jobDescription p {
  color: #6f6c90;
  font-size: 14px;
  margin-top: 10px;
}

.card_box .jobViewDetails {
  justify-content: center;
  border: none;
  padding-top: 0;
  margin-top: 24px;
}

.card_box .btn-primary {
  padding: 6px 20px;
  border-radius: 7px;
  min-width: 155px;
}

.card_box .job_workName {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.whatsincludes {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.whatsincludes svg {
  display: none;
}

.year-month-btn .btn-primary {
  min-width: 100px;
}

.promotion_plan_card .jobDescription p {
  margin: 0;
}

.transaction_notifi_list_box .notifImg {
  width: 62px;
  height: 62px;
  min-width: 62px;
  background-color: #c8102e1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.transaction_notifi_list_box .notifImg img {
  width: 24px;
  height: 24px;
}

.transaction_notifi_list_box.green_box .notifImg {
  background-color: #34a8531a;
}

.transaction_notifi_list_box .notifi_info {
  margin-bottom: 0;
}

.transaction_notifi_list_box .notifi-subText p {
  margin-bottom: 0;
}

.transaction_notifi_list_box .notifi-subText {
  margin-bottom: 0;
}

.transaction_notifi_list_box .notifi_info h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.transaction_notifi_list_box .notifTime {
  color: #3e3e40;
  font-size: 15px;
}

.transaction_notifi_list_box .notifTime p {
  color: #bc1414;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.notifi_list.transaction_notifi_list_box.green_box .notifTime p {
  color: #34a853;
}

.transaction_notifi_list_box {
  background: #f5f6f8;
  border-radius: 0;
  padding: 26px 20px;
  margin-bottom: 16px;
}

.notification_main_box {
  padding: 40px 30px;
  background-color: #f3f5fb;
  border: none;
  border-radius: 10px;
}

.notification_main_box .notifi_items {
  background: #fff;
  padding: 30px;
}

.padding-top {
  padding-top: 50px;
}

.earning_main_box {
  border: none;
  background: #f3f5fb;
  padding: 40px 30px;
}

.earning_main_box .notifi_list {
  background: #fff;
  border-radius: 0;
}

.earning_main_box .notifi_list {
  padding: 26px 20px;
}

.job_name {
  color: #0b0967;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

.job_description_track {
  color: #3e3e40;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.project_status_left {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.project_status_box {
  background-color: #f3f5fb;
  padding: 5px 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.project_status_label {
  color: #3e3e40;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
}

.project_date_box {
  display: flex;
  gap: 10px;
  color: #3e3e40;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.project_price_label {
  background: #fff;
  height: 70px;
  width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #34a853;
  font-size: 20px;
  font-weight: 600;
}

.earning_main_box .notifi_info {
  margin-bottom: 0;
}

.my-chat-icon-box .notification-counter {
  right: unset;
  left: 14px;
}

.mark_asCompletedBtn_bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.mark_asCompletedBtn_bx p {
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: left;
}

.mark_asCompletedBtn_bx button {
  flex: none !important;
}

/*  */

.dash_mian_box {
  padding: 30px;
}

.dash-head-card-box {
  padding-bottom: 40px;
}

.dash-card-block {
  display: flex;
  gap: 20px;
  padding: 18px 16px;
  border-radius: 10px;
}

.orange_bg {
  background: #ffe0e6;
}

.pink_bg {
  background-color: #ffeae6;
}

.green_bg {
  background-color: #d9f7df;
}

.purple_bg {
  background-color: #f2e8ff;
}

.card-img-track img {
  width: 60px;
  height: 60px;
  min-width: 60px;
}

.card-title-track {
  margin-bottom: 0;
  color: #17232f;
  font-size: 18px;
  font-weight: 600;
}

.card-status {
  color: #696984;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.chart-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 22px 10px 40px;
  height: 100%;
}

.chart-head-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  align-items: center;
}

.chart-box-title {
  color: #0b0967;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.chart-select-box {
  border-radius: 7.422px;
  border: 1px solid #a8b4d0;
  color: #8f98b1;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.346px;
  outline: none !important;
  padding: 7px 10px;
}

.circle-chart canvas {
  width: 254px !important;
  height: 254px !important;
  min-height: 254px !important;
  margin: auto;
}

.newJob_card_block {
  background-color: #fff;
  border-radius: 12px;
  padding: 26px 30px;
}

.jobs-filter-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 17px;
}

.filter_icon_track {
  background-color: #34a8531a;
  border-radius: 10px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter_icon_track svg {
  width: 20px;
  height: 20px;
}

.job-filter-title {
  color: #0b0967;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.job-card-box {
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  padding: 14px 20px;
  margin-bottom: 16px;
}

.job-card-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.job-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  gap: 12px;
  margin-bottom: 0;
}

.common_track {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.common_text {
  color: #464b70;
  font-size: 10px;
  font-weight: 400;
  background: #f5f6f8;
  padding: 3px 4px 3px 8px;
  border-radius: 0 10px 10px 0px;
  margin-left: -7px;
}

.common_icon {
  background: #f5f6f8;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.job-price-track {
  margin-bottom: 0;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.job-price-track span {
  font-size: 14px;
  font-weight: 400;
}

.job-position-track {
  color: #3e3e40;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding-top: 5px;
}

.job-description-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 10px 0;
}

.job-description-track p {
  font-size: 14px;
  max-width: 315px;
  margin-bottom: 0;
}

.job-description-track .job_acceptBTn {
  padding: 12px 15px;
  text-transform: capitalize;
}

.local-status {
  border-radius: 8px;
  background-color: #00207d1a;
  color: #00207d;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.26px;
  padding: 4px 18px;
}

.card-footer-box {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.aed-box {
  display: flex;
  gap: 5px;
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 500;
}

.aed-box span {
  color: #141414;
}

.location-track {
  color: #3e3e40;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
}

.location-track svg {
  margin-top: 3px;
}

.location-track svg {
  margin-right: 5px;
}

.service_providerWrapper .jobFilter_main_box .nav-item {
  flex: 0 0 48%;
}

.jobFilter_main_box .filter_tabs_select .nav-tabs .nav-link {
  width: 100%;
  white-space: nowrap;
}

/* video call css start */

.min-heightChat {
  min-height: 770px;
}

.video_callContetn {
  position: relative;
  height: 100%;
}

.video_userCall img {
  width: 100%;
  max-height: 770px;
  min-height: 770px;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
}

.video_call_me {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}

.video_call_me video {
  width: 243px;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
}

.video_bottomBox {
  padding: 10px 40px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 44px;
  background: rgb(255 255 255 / 12%);
  width: fit-content;
  border-radius: 100px;
  margin: 0 auto;
}

.video_call_menu {
  color: #fff;
}

.video_call_menu:hover {
  color: #0161fd;
}

.video_callEnd {
  background-color: #ed3b51;
  width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  border-radius: 50%;
}

.video_callEnd:hover {
  background-color: #d42136;
}

.video_menuList {
  position: absolute;
  bottom: 49px;
  left: 0;
  right: 0;
  z-index: 99;
}

.video_userCall {
  position: relative;
  display: flex;
}

.video_userCall:before {
  content: "";
  background: linear-gradient(
    181deg,
    rgba(255, 255, 255, 0) 0.97%,
    #000 296.92%
  );
  border-radius: 12px;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
}

.active-plan {
  background-color: var(--theme-secondary-blue-color) !important;
  color: #fff !important;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 8px !important;
  cursor: default !important;
}

.videoCall_main_box {
  display: flex;
}

/* .videoCall_main_box .video_call_me {
  position: unset;
} */
.videoCall_main_box .video_call_me > div {
  height: 200px !important;
  width: 200px !important;
}

.videoCall_main_box .video_call_me > div > div {
  background-color: transparent !important;
}

.videoCall_main_box .video_userCall > div {
  height: calc(100vh - 235px) !important;
  z-index: 22;
  border-radius: 10px;
  background: transparent !important;
  flex: 1;
  /* border-radius: 0px !important; */
}

.locationDropDown {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.locationDropDown > div {
  font-size: 14px;
  padding: 4px 10px;
}

.flag-dropdown {
  background-color: #cd1a1a !important;
  border-radius: 0 !important;
  height: fit-content;
  top: 50% !important;
}

.phone_number .selected-flag .arrow {
  left: 22px !important;
  width: 10px !important;
  height: 10px !important;
  background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.46967 0.331182C0.762563 0.0382886 1.23744 0.0382886 1.53033 0.331182L7 5.80085L12.4697 0.331181C12.7626 0.038288 13.2374 0.038288 13.5303 0.331181C13.8232 0.624074 13.8232 1.09895 13.5303 1.39184L7.53033 7.39184C7.23744 7.68473 6.76256 7.68473 6.46967 7.39184L0.46967 1.39184C0.176776 1.09895 0.176776 0.624075 0.46967 0.331182Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  border: none !important;
  background-size: 10px;
}

.phone_number .form-control {
  border: 1px solid #ece6e6;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 16px;
  color: #3e3e40;
}

.backBtn {
  border: none;
  background: transparent;
  margin-bottom: 20px;
}

.backBtn svg {
  width: 25px;
  height: 25px;
}

.subscription-plan-head {
  display: flex;
  gap: 10px;
}

.subscription-plan-main-box {
  padding: 30px;
}

.subscription-plan-main-box .jobEditId {
  justify-content: space-between;
  align-items: center;
}

.paln-price-track {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: #2448b3;
}

.paln-price-track sub {
  color: #00207d;
  font-weight: 400;
  font-size: 12px;
}

.subscription_plan_box {
  background-color: #fff;
  padding: 55px 40px;
  border-radius: 10px;
  height: 100%;
}

.plan_expir_text {
  font-size: 16px;
  margin-bottom: 0;
  display: flex;
  gap: 5px;
  text-transform: capitalize;
}

.year-month-btn {
  max-width: 400px;
  margin: auto;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(52 168 83 / 20%);
  border-radius: 60px;
}

.year-month-btn button {
  flex: 1;
  padding: 8px;
  border-radius: 30px;
  margin: 5px !important;
}

.year-month-btn button:active {
  border-color: transparent !important;
}

.promotion_plan_head {
  justify-content: space-between !important;
}

.promotion_price {
  font-weight: 700;
  font-size: 16px;
}

.subscription_plan_box.active {
  border: 1px solid #00207d;
  position: relative;
}

.background-gray {
  background-color: #f5f6f8;
}

.promotion_plan_card {
  background-color: #fff;
  position: relative;
  padding: 50px 25px;
}

.plan_expir_heading {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.date_track {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 0;
  color: #6f6c90;
  font-size: 14px;
  font-weight: 500;
}

.purchase_expire_date_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 35px;
}

.promotion_plan_card.active {
  border: 1px solid #2448b3;
}

/* video call css end */
.service_providers_card_section .featu_serviceImg {
  min-height: 350px;
}

.service_providers_card_section .featu_serviceImg img {
  height: 350px;
}

.message:last-child {
  margin-bottom: 40px;
}

.error {
  color: red;
  font-size: 14px;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 10px;
}

.featuredSwiper_box .swiper-wrapper .swiper {
  width: 100% !important;
}

.user_chat_box .user_name_track {
  width: fit-content;
}

/* transaction filter css start */
.filter_box {
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter_track:first-child {
  width: 28%;
}

.filter_track {
  width: 24%;
}

.filter_track select.form-control {
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.9201 8.9502L13.4001 15.4702C12.6301 16.2402 11.3701 16.2402 10.6001 15.4702L4.08008 8.9502" stroke="%23121212" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 18px;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 18px;
}

.filter_track .form-control {
  background-color: #fff;
  padding: 10px 18px;
  font-size: 14px;
}

.filter_label {
  text-transform: capitalize;
  padding-bottom: 5px;
  color: #121212;
  font-size: 14px;
  font-weight: 500;
}

/* transaction filter css end */
.upload_data_bx {
  max-height: 200px;
  overflow: auto;
  gap: 0px 10px;
  border: 1px solid #e3e8e7;
  padding: 10px;
  border-top: 0;
  border-radius: 5px;
}

.upload_data_bx::-webkit-scrollbar {
  width: 4px;
}

.datepicker_section .rs-input::placeholder {
  color: #000;
}

/* Track */
.upload_data_bx::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.upload_data_bx::-webkit-scrollbar-thumb {
  background: #e3e8e7;
}

/* Handle on hover */
.upload_data_bx::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.datepicker_section .rs-picker-input-group {
  border: none;
  height: 100%;
  border-radius: 10px;
}

.datepicker_section input {
  background-color: transparent;
}

.filter_btn_box {
  margin: 20px 0 20px auto;
}

.filter_btn_box .offcanvas_buttonBox {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: end;
}

/*  */
.account_card {
  padding: 10px 22px 25px;
  border-radius: 10px;
  position: relative;
  background-color: #f5f6f8;
  height: 100%;
}

.account_label {
  color: #3e3e40;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.account_label_status {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.account_status {
  position: absolute;
  top: 7px;
  right: 7px;
  background-color: #007027;
  color: #ffff;
  border-radius: 5px;
  font-size: 13px;
  padding: 5px 10px;
}

.account_card_inner {
  margin-bottom: 10px;
}

.card-btn-box {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.cardBtnTrack {
  font-weight: 500;
  font-size: 14px;
  color: #697687;
  background-color: transparent;
  border: none;
  padding: 0;
  border-right: 1px solid;
  padding-right: 6px;
}

.cardBtnTrack:last-child {
  border-right: 0;
  padding-right: 0;
}

.waiting-approval {
  background-color: #ffd889;
  color: #000;
}

.add-acc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_new_account svg {
  display: block;
  margin: auto;
}

.add_title {
  color: #000;
}

.payout_tabs_box {
  display: flex;
  gap: 10px 20px;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 8px;
  border-bottom: 1px solid #d2d2da;
}

.payout_btn {
  padding: 0;
  color: var(--theme-para-color);
  font-size: 19px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  background: transparent;
  border: none;
  border-bottom: 4px solid transparent;
  position: relative;
}

.payout_btn.active {
  color: var(--theme-primary-green-color);
}

.payout_btn.active::before {
  content: "";
  width: 100%;
  background-color: var(--theme-primary-green-color);
  bottom: -13px;
  height: 4px;
  position: absolute;
  border-radius: 25px 25px 0 0;
}

.payout-data-section {
  padding-top: 40px;
}

.payout-data-section thead tr th,
.payout-data-section tbody tr td {
  padding: 12px 14px !important;
}

.payout-data-section tbody tr td:not(:first-child) {
  text-align: center;
}

.add-bank-btn {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.add-bank-btn button {
  width: fit-content;
  min-width: fit-content;
}

.services-wrapper {
  padding-top: 70px;
}

.userImg_track {
  margin-bottom: 0;
}

.userImg_track img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 50%;
}

.cursor-pointer {
  cursor: pointer;
}

.payout-data-section table {
  vertical-align: middle;
}

.upload-img-block img {
  width: 70px;
  height: 70px;
  object-fit: fill;
}

.flex-none {
  flex: none;
}

.iconTrack {
  cursor: pointer;
  color: #7e8299;
  background-color: #f3f6f9;
  border-color: #f3f6f9;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.iconTrack svg {
  color: #3699ff;
}

.iconTrack:hover {
  background-color: #3699ff;
  border-color: #3699ff;
  color: #fff;
}

.iconTrack:hover svg,
.iconTrack:hover .svg-icon-danger svg,
.iconTrack:hover .svg-icon-success svg,
.iconTrack:hover.delete svg {
  color: #fff;
}

.iconTrack .svg-icon-danger svg {
  color: #f64e60;
}

.iconTrack .svg-icon-success svg {
  color: #1bc5bd;
}

.iconTrack.delete svg {
  color: #f64e60;
}

.view_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
}

.view_tab_btn {
  display: flex;
  gap: 5px;
}

.view_tab_track {
  border-radius: 10px;
  background: #fff;
  padding: 5px;
  margin-block: 7px !important;
  border: 0;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1);
}

.view_tab_track .nav-link {
  color: #0b0967;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  min-width: 130px;
  text-align: center;
  padding: 6px 10px;
  cursor: pointer;
  border: none !important;
}

.view_tab_track .nav-link.active {
  background: rgba(11, 9, 103, 0.2);
}

/* 27 Nov 2024 */

.save-card-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d2d2da;
  padding: 16px 12px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.save-card-box .form-check-input[type="radio"] {
  height: 30px;
  width: 30px;
  min-width: 30px;
  margin-right: 8px;
}

.save-card-box .form-check-input:checked::before {
  content: "\f00c";
  color: #ffffff;
  font-family: "Font-awesome-5-pro";
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.save-card-box .form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: none;
}

.form-check-input:checked {
  background-color: #2448b3;
  border-color: #2448b3;
}

.save-card-box .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
}

.delete-save-card-icon .delete-card-actionBtn {
  color: #000000;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(208 28 40 / 5%);
  border-radius: 50px;
  margin: 0 auto;
}

.delete-save-card-icon .delete-card-actionBtn:hover {
  background-color: #d11a2a;
  color: #fff;
}

.payment-popup-group .view_tab_track .nav-link {
  border-radius: 10px 10px 0 0;
}

.payment-popup-group .view_tab_track {
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin-block: unset;
  border-bottom: 1px solid #d2d2da;
  box-shadow: unset;
  margin: 20px 0 10px !important;
}

.payment-popup-group .nav-link.active {
  background: #2448b3;
  color: #fff;
}

.payment-popup-group .view_tab_track .nav-link {
  font-size: 15px;
  min-width: 150px;
  padding: 8px 10px;
}

/*  */
.strip_card iframe {
  height: 50px !important;
}

/* iframe .ElementsApp, 
.ElementsApp .InputElement {
  border-radius: 10px;
  padding: 22px 10px !important;
}
.InputContainer .InputElement {
  top: 10px !important;
  left: 7px !important;
} */
.cardNo_data {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 152px;
}

.createnewpost_for_home {
  display: block;
  text-align: center;
}

.pNames {
  display: block;
  /* min-width: 150px; */
  width: 220px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-element {
  border-radius: 10px;
  background: #fff;
  padding: 8px 20px;
}

.actionBtns {
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}

.actionBtns a svg {
  width: 21px;
  height: 21px;
}

.actionBtns a {
  color: #5b5b5b;
}

.actionBtns a.active {
  color: #00207d;
}

.actionBtns a.active path {
  fill: #00207d;
  stroke: #fff;
}

.actionBtns a.active path.activeFill {
  fill: #00207d;
  stroke: #00207d;
}

.rvw-counts {
  display: inline-block;
}

.rvw-counts svg {
  width: 21px;
  margin-top: -3px;
}

.c-flag {
  display: inline-block;
  margin-right: 8px;
}

.c-flag img {
  width: 22px;
  height: 21px;
  border-radius: 10px;
}

.chat-btn {
  background: var(--theme-primary-green-color);
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 9px;
}

.chat-btn:hover {
  color: #fff;
}

.chat-btn.disabled {
  background: #6f6f6f;
}

.bid-insights .job_leftImg img {
  min-width: 100px;
  height: 100px;
  width: 100px;
}

.heading-style1 {
  color: #141414;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px;
}

.bid-insights .job_nameUser {
  color: #0b0967;
  font-size: 18px;
  font-weight: 600;
}

.rating-nav {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.stars-svg {
  position: relative;
  margin-top: -2px;
  white-space: nowrap;
}

.bid-ratings {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.bid-country {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 400;
}

.bid-country img {
  width: 20px;
  height: 19px;
  margin-right: 3px;
}

.bid-insights .job_fildText {
  color: #141414;
  font-size: 15px;
  font-weight: 600;
  margin: 16px 0 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
}

.bid-insights .job_nameUser span {
  color: #0b0967;
  font-size: 22px;
  font-weight: 600;
}

.bid-desc {
  color: rgba(20, 20, 20, 0.7);
  font-size: 16px;
  font-weight: 400;
}

.borderLine {
  width: 1px;
  background: rgba(91, 91, 91, 0.6);
  display: inline-block;
  margin: 0 5px;
  height: 20px;
}

.bid-insights .job_nameUser span {
  white-space: nowrap;
}

.progress-block .progress {
  max-width: 100%;
  margin: 0 0 14px;
  height: 32px;
  position: relative;
  top: 0;
  border-radius: 10px;
  background: rgba(0, 32, 125, 0.08);
}

.progress-block .progress-bar {
  color: #000;
  background-color: #00207d;
  border-radius: 10px;
}

.p-percent {
  position: absolute;
  top: -24px;
  right: 0;
}

.heading-style2 {
  color: #141414;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}

.white-box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  height: calc(100% - 67px);
  padding: 20px;
  margin-bottom: 30px;
}

.earn-block {
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  padding: 25px 12px;
  color: #5b5b5b;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
}

.earn-title {
  color: #00207d;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 5px;
}

.progress-title {
  color: #141414;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 8px;
}

.skill-block {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
  padding: 10px 14px;
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.skill-title {
  color: #141414;
  font-size: 14px;
  font-weight: 400;
}

.skill-text {
  white-space: nowrap;
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 500;
}

.skill-text.earnings-skill {
  color: #00207d;
  font-weight: 700;
}

.progress-bar.bg-success {
  background: rgb(25, 135, 84);
  background: linear-gradient(
    -90deg,
    rgba(25, 135, 84, 1) 50%,
    rgba(0, 32, 125, 1) 50%
  );
}

.paymentRefunded_label {
  margin-bottom: 0;
  font-size: 16px;
  color: #0b0967;
  font-weight: 700;
  text-align: end;
  text-transform: capitalize;
  margin-top: 5px;
}

.active_rating {
  border: 1px solid #34a853 !important;
}

/* Reviews Section Css Start */
.review-section {
  padding: 60px 0 0;
}

.proDlt_title {
  color: #121212;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 26px;
}

.rating_box {
  display: flex;
  gap: 33px;
}

.ratingLeft-section {
  flex: 0 0 172px;
}

.rating-number {
  color: #121212;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 16px;
  display: block;
}

.rating_stars {
  display: flex;
  gap: 9px;
  margin-bottom: 3px;
}

.ratting_reviewTotel {
  color: #686972;
  font-size: 20px;
  display: block;
  font-weight: 500;
}

.ratingRight-section {
  border-radius: 16px;
  background: #fff;
  padding: 18px 26px;
  flex: auto;
  box-shadow: 0px 4px 40px 0px rgba(13, 19, 73, 0.06);
}

.rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ratingRight-section .rating-row span {
  color: #686972;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  min-width: 10px;
  text-align: center;
}

.ratingRight-section .progress-bar {
  background-color: #f2f2f2;
  border-radius: 10px;
  width: 85%;
  height: 6px;
  margin: 0;
  position: relative;
}

.ratingRight-section .progress {
  background-color: #34a853;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  right: unset;
}

.rating_redioSelect .nav-tabs {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  border-bottom: 0px;
  margin-bottom: 24px;
}

.rating_redioSelect .nav-item svg {
  color: var(--theme-primary-green-color);
}

.rating_redioSelect .nav-link.active {
  background-color: var(--theme-primary-green-color);
  color: #fff;
}

.rating_redioSelect .nav-link.active svg {
  color: #fff;
}

.rating_redioSelect .nav-item button {
  border: none !important;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #eceef4;
  background: #f2f3f7;
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1;
  padding: 9px 18px;
}

.reviewInCard {
  border-radius: 16px;
  background: var(--white-color);
  box-shadow: 0px 4px 40px 0px rgba(13, 19, 73, 0.06);
  padding: 22px 24px;
  margin-bottom: 14px;
}

.ReviewUserInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.ReviewsUImg {
  display: flex;
  align-items: center;
  gap: 10px;
}

span.rating_dateTag {
  color: #686972;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.ReviewsUImg img,
.ReviewsUImg .avatar-image {
  border-radius: 50%;
  border: 1px solid rgba(251, 102, 45, 0.1);
  width: 42px;
  height: 42px;
  object-fit: cover;
}

.ReviewsUImg h4 {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.rating_startFlex {
  display: flex;
  gap: 6px;
}

.rating_startFlex span {
  color: #686972;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 11px;
}

.rating_startFlex span {
  color: #686972;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 11px;
}

.rating_cardDesc {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.rating_redioSelect .tab-content {
  max-height: 400px;
  overflow: auto;
}

/* Custom scrollbar styles */
.rating_redioSelect .tab-content::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}

.rating_redioSelect .tab-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Background of the scrollbar track */
  border-radius: 5px;
}

.rating_redioSelect .tab-content::-webkit-scrollbar-thumb {
  background: #888;
  /* Color of the scrollbar thumb */
  border-radius: 5px;
}

.rating_redioSelect .tab-content::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Darker color on hover */
}

/* Reviews Section Css End */
.budget_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.budget_bx:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.budget_bx span {
  font-size: 14px;
}

.budget_track {
  display: flex;
  align-items: center;
  gap: 5px;
}

.budget_track span {
  font-weight: 500;
}

.final-price-track {
  color: #00207d;
  font-weight: 600 !important;
}

/*  */
.search-layout {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
}

.box {
  flex: 1;
}

.search-input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.search-btn {
  background-color: #007bff;
  color: white;
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.search-btn:hover {
  background-color: #0056b3;
}

.custom-dropdown-menu {
  position: absolute !important;
  left: 0;
  /* Ensures dropdown aligns to the right */
}

.searchDrop > div {
  width: 100%;
}

.custom-dropdown-button {
  width: 100%;
  background: #fff !important;
  text-align: left;
  justify-content: start !important;
  height: 50px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  border-radius: 12px 0 0 12px !important;
}

.custom-dropdown-button:focus {
  box-shadow: none !important;
}

.search-layout .search-input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 0 12px 12px 0;
  height: 50px;
  background: #fff;
  border: 0;
  padding: 16px;
  font-size: 16px;
  outline: 0 !important;
  border-left: 1px solid #dddddd42;
}

.search-layout .search-input:focus-visible {
  outline: 0 !important;
}

.search-layout {
  display: flex;
  gap: 0;
  align-items: center;
  backdrop-filter: blur(40px);
  border-radius: 20px;
  max-width: 590px;
  z-index: 9;
  position: relative;
}

.inputSecondBox {
  flex: 1 1 100%;
}

.custom-dropdown-menu ul {
  margin-block: 0 !important;
}

.btn-primary {
  font-size: 15px;
  padding: 10px 25px;
}

.search-layout .box:last-child {
  position: absolute;
  right: 16px;
}

.custom-dropdown-menu ul li > div li {
  white-space: normal;
}

.proviDlUserImg {
  padding: 15px 0 0 0;
  background: #e3e3e3;
  border-radius: 10px;
  height: 100%;
  max-height: 390px;
  min-height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.proviDlUserImg img.dummyimage {
  padding: 0;
  height: 290px;
  width: 290px;
  border-radius: 50%;
  object-fit: contain;
  margin: auto;
}

.proviDlUserImg img {
  margin-top: 0;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  border-radius: 5px;
  margin-top: 0;
}

.budgetInput_block .form-control {
  padding: 0 14px;
}

.ImgCroper_box .ReactCrop {
  width: 100%;
  height: 100%;
}

.ImgCroper_box .ReactCrop img {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  object-fit: contain;
}

.form-control[type="email"] {
  padding-right: 40px;
}

.levelText_Track {
  display: flex !important;
  justify-content: center;
}

.marq {
  color: red;
  background: #ff00000a;
  padding: 5px 0;
}

.request_fund {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.chatHeader_right_box {
  display: flex;
  justify-content: end;
  gap: 20px;
  align-items: center;
}

.chatDropDown_box .action-filter {
  position: unset;
}

.chatDropDown_box .action-filter::after {
  display: none;
}

.headSelect_box {
  display: flex;
  justify-content: end;
  margin-top: -20px;
  margin-bottom: 15px;
  max-width: 240px;
  margin-left: auto;
}

.job_rightInfoText {
  color: #3e3e40;
  font-size: 14px;
  display: flex;
  height: 100%;
  gap: 10px;
  flex-wrap: wrap;
}

.faqSection {
  padding-top: 60px;
}

figure.about-figure.h-310 img {
  max-height: 310px;
  width: 100%;
  object-fit: cover;
}

.horizontal-card {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 32px;
  padding: 37px 28px;
  flex-direction: row;
  box-shadow: 0px 10px 60px 0px rgba(38, 45, 118, 0.08);
}

.horizontal-card .card-icons {
  flex: 0 0 92px;
  height: 92px;
  margin-bottom: 0;
}

.horizontal-card > div {
  flex: 1 1 calc(100% - 92px);
  width: 100%;
  text-align: left;
}

.my-60 {
  margin: 60px 0;
}

.services-wrapper.mb-60 {
  margin-bottom: 60px;
}

.fingertips-section .services_cardTitle {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.services_cardinfo {
  color: #696984;
  font-size: 20px;
  font-weight: 400;
  margin: 16px 0 0;
}

.card-box:hover .services_cardinfo {
  color: #fff;
}

.services_cardTitle {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.horizontal-card .services_cardinfo {
  margin-top: 0;
}

/*  */

.left-line::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #34a853;
  border-radius: 50%;
}

.left-line::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
  border-left: 2px dashed #b3b3b3;
}

.left-line {
  position: relative;
  padding-left: 61px;
  padding-block: 115px;
}

.roundShap.h-350 img {
  height: 350px;
  position: relative;
  z-index: 1;
}

.about-figure.roundShap {
  position: relative;
}
.about-figure.roundShap:after {
  content: "";
  position: absolute;
  width: 512px;
  height: 512px;
  background: rgb(52 168 83 / 10%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.about-figure.roundShap::before {
  content: "";
  position: absolute;
  width: 574px;
  height: 574px;
  background: rgb(52 168 83 / 5%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.about-bg-light {
  background: #f4fff7;
  margin-top: 30px;
  padding-block: 120px;
}
.left-line.right-side-shap {
  padding-left: 12px;
  padding-right: 61px;
}

.right-side-shap.left-line::before {
  left: unset;
  right: 20px;
}
.right-side-shap.left-line::after {
  left: unset;
  right: -5px;
}

.right-side-shap {
  text-align: end;
}

.default-headingTitle {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.max-80p {
  max-width: 80%;
  margin: auto;
}

.join-team {
  background: #34a853;
  color: #fff;
  padding-block: 48px;
  position: relative;
}
.join-team::after {
  content: "";
  left: 0;
  background-image: url(../img/join-left-shap.png);
  background-repeat: no-repeat;
  width: 210px;
  position: absolute;
  height: 100%;
  top: 0;
  user-select: none;
}
.join-team::before {
  content: "";
  right: 0;
  background-image: url(../img/join-right-shap.png);
  background-repeat: no-repeat;
  width: 220px;
  position: absolute;
  height: 100%;
  left: auto;
  top: 0;
  user-select: none;
}

.join-team .default-heading {
  color: #fff;
  margin: 0 0 6px;
}
.join-team.about-page p {
  color: #fff !important;
  max-width: 800px;
}

.refer-btn.join-free-btn a {
  min-width: 150px;
  background: #fff;
  color: #34a853;
  font-size: 16px;
  font-weight: 600;
}
.join-team.refer-btn {
  margin-top: 26px;
}

.message-counter {
    position: absolute;
    top: 12px;
    right: 18px;
    background: red;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.total_price_text {
  margin: 0;
  margin-right: auto;
  display: block;
  color: #0b0967;
  font-size: 18px;
  font-weight: 500;
  }