:root {
  --mycolor: #002147;
  --color: #777777;
  --background: #2A9DF4;
  --font-size: 48px;
  --paragraph: 14px;
  --fomt-weight: 600;
  --WorkSans: "Work Sans";
  --title: 36px;
  --sucess: #DFF0FD;
  --white: #fff;
  --product: 24px;
  --collection: #002147;
  --green: #1F4B3F;
  --solution: 20px;
  --medium: 500;
  --regular: 400;
  --light: 300;
  --bold: 700;
  --funation: #444;
  --light-sky: #C5DEF3;

}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.dark-blue {
  color: var(--collection);
}

.modal-footer .btn-primary {
  background: var(--mycolor);
  border-color: var(--mycolor);
}

.modal-footer .btn-primary:hover {
  background: var(--background);
  border-color: var(--background);
}


.h-40 {
  height: 40px !important;
}

a {
  text-decoration: none;
}

.light-gray-text {
  color: var(--color);
}

.list-style-none {
  list-style: none;
}

.border-dashed {
  border: 1px dashed #C5DEF3 !important;
}

.border-color-light {
  border-color: #DFF1FE !important;
}

.relative {
  position: relative;
}

body {
  font-family: var(--WorkSans);
}

img {
  max-width: 100%;
}

.fw-semibold {
  font-weight: 600;
}

.fw-normal {
  font-weight: 400;
}

.load-more {
  border-radius: 10px;
  color: var(--collection);
  background-color: var(--light-sky);
  transition: all 0.5s ease;
  font-size: 14px;
}

.load-more:hover {
  color: #fff;
  background-color: var(--background);
}

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

.bg-blue {
  background-color: var(--background);
}

.text-blue {
  color: var(--background);
}

.text-blue-light {
  color: #C5DEF3;
}

.bg-blue-light {
  background-color: #dff1fe;
}

.header img {
  width: 212px;
}

.header .dropdown-menu[data-bs-popper] {
  left: -47px;
}

.post-button.btn {
  width: 113px;
  background: var(--background);
  color: white;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--WorkSans);
}

.hiring {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--WorkSans);
  color: var(--mycolor);
}

.post-button.btn:hover {
  background: white;
  border: 1px solid #2A9DF4;
  color: #2A9DF4;
}

.reliable .btn {
  font-size: 16px;
  font-weight: 400;
  color: var(--mycolor);
  font-family: var(--WorkSans);
}

.affordable {
  font-size: 48px;
  font-weight: var(--fomt-weight);
  font-family: var(--WorkSans);
  color: var(--mycolor);
}

.talented {
  font-size: var(--paragraph);
  font-weight: 400;
  font-family: var(--WorkSans);
  color: var(--color);
  padding-top: 9px;
  margin-bottom: 0;
}

.tradesperso .form-control {
  padding: 13px;
  border-radius: 50px;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  font-family: var(--WorkSans);
}

.form-control::placeholder {
  color: #000;
}

.tradesperso #addon-wrapping {
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.cta-box {
  background: url(../images/left-lines.png) no-repeat left center;
}

.search {
  margin: 0 auto;
  max-width: 570px;
}

.input-container {
  height: 56px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #fff
}

.input-container input {
  border: none;
  width: 100%;
  height: 100%;
  color: #000000;
  font-weight: 300;
  padding: 0 20px;
  font-size: 16px;
  font-family: var(--WorkSans);
  background: #fff;
}

.Builder {
  font-size: 22px;
  background: var(--background);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #ffffffde;
  right: 6px;
  top: 6px;
  cursor: pointer;
}

.main-banner-inner {
  background: var(--sucess);
  border-radius: 50px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-banner .banner-inner {
  background: var(--sucess);
  border-radius: 50px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  /*background-image: url('../images/background.png'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 0px !important;
}

.receive {
  border: 1px solid black;
  height: 100%;
  border: 1px solid #E3E9E7;
  border-radius: 30px;
}

.excellent h4 {
  font-size: var(--title);
  color: var(--mycolor);
  font-family: var(--WorkSans);
}

.excellent p {
  font-size: var(--paragraph);
  font-family: var(--WorkSans);
  color: var(--funation);
  font-weight: var(--regular);
}

.border-box h4 {
  font-size: var(--product);
  color: var(--background);
  font-family: var(--WorkSans);
  font-weight: var(--medium);
}

.border-box p {
  font-size: var(--paragraph);
  font-family: var(--WorkSans);
  color: var(--funation);
  font-weight: var(--regular);
}

.budget.btn {
  background: var(--background);
  height: 50px;
  padding: 23px;
  border-radius: 50px;
  padding: 0px 8px 0px 15px;
  color: white;
  font-size: var(--paragraph);
  font-weight: var(--medium);
  font-weight: var(--WorkSans);
  padding-top: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.professional {
  background: var(--mycolor);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.square-button .btn.green:focus {
  box-shadow: none;
}

.action-button .btn:focus {
  box-shadow: none;
}

.budget.btn:hover {
  background: var(--background);
}

.budget.btn:focus {
  box-shadow: none;
}

.ready h4 {
  font-size: var(--product);
  font-family: var(--WorkSans);
  color: #fff;
}

.ready p {
  font-size: var(--paragraph);
  font-family: var(--WorkSans);
  font-weight: var(--regular);
  color: #fff;
}

.Trusted {
  background: var(--mycolor);
}

.started {
  font-size: var(--paragraph);
  color: var(--background);
  font-weight: var(--regular);
  font-family: var(--WorkSans);
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 46px;
}

.tradeperson h4 {
  font-size: var(--title);
  color: var(--mycolor);
  font-family: var(--WorkSans);
}

.category h4 {
  font-size: 36px;
  color: var(--background);
  font-weight: var(--regular);
  font-family: var(--WorkSans);
}

.category p {
  font-size: var(--paragraph);
  color: var(--green);
  font-weight: var(--regular);
  font-family: var(--WorkSans);
  line-height: 0;
}

.aaroww-right {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--mycolor);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: white;
}

.aaroww-right i {
  transition: all 0.5s ease;
}

.aaroww-right:hover i {
  transform: rotate(90deg);
}

.image-box .img-fluid {
  background: white;
  border-radius: 50%;
  border: 7px solid white;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.carrer {
  margin-left: -52px;
}

.budget.btn:hover {
  background-color: #fff;
  border: 1px solid white;
  color: var(--mycolor);
}

.budget.btn:hover .professional {
  background-color: var(--background);
}

.aaroww-right:hover {
  background: var(--background);
  color: var(--white);
}

.dedicated p {
  font-size: var(--paragraph);
  color: var(--mycolor);
  font-weight: var(--regular);
  font-family: var(--WorkSans);
  text-transform: uppercase;
  margin-bottom: 0px;
}

.dedicated h4 {
  font-size: 36px;
  color: var(--mycolor);
  font-weight: var(--regular);
  font-family: var(--WorkSans);
  line-height: 1;
  margin: 0px;
}

.step-count {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #F2F5F4;
  padding: 30px 43px 27px 43px;
  margin: 0 auto;
  position: relative;
}

.iner {
  display: flex;
  justify-content: center;
}

.step-count:hover {
  background: var(--background);
}

.step-count:hover .dedicated p,
.step-count:hover .dedicated h4 {
  color: #fff;
}

.dotted-line {
  width: 100%;
  height: 2px;
  border-top: 1px dashed #A0A6A7;
  position: absolute;
  top: 63px;
  left: 0;
  right: 0;
}

.dotted-line::before,
.dotted-line::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  background: #2a9df4;
  border-radius: 50%;
  top: -15px;
}

.dotted-line::after {
  right: 0;
  left: auto;
}

.business {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #F2F5F4;
  padding: 30px 43px 27px 43px;
  margin: 0 auto;
  position: relative;
}

.consistent h4 {
  font-size: 24px;
  color: (--green);
  color: var(--green);
  font-family: var(--WorkSans);
  font-weight: var(--regular);
  text-transform: uppercase;
}

.consistent p {
  color: var(--color);
  font-size: 16px;
  font-weight: var(--regular);
  font-family: var(--WorkSans);
}

.budget.warted {
  background: var(--mycolor);
}

.professional.ted {
  background: var(--background);
}

.budget.warted:hover {
  background: var(--background);
  color: white;
}

.hire-tradeperson .btn:hover {
  background: #fff;
  color: var(--collection);
}

.budget.warted:hover .professional.ted {
  background: var(--mycolor);
}

.get-started {
  position: relative;
  background: url(../images/left-shadow.png) no-repeat left bottom, url(../images/right-shadow.png) no-repeat top right;
}

.banner {
  position: relative;
}

.trades h4 {
  font-size: var(--title);
  color: var(--mycolor);
  font-family: var(--WorkSans);
  text-transform: capitalize;
}

.trades p {
  font-size: var(--paragraph);
  color: var(--color);
  font-weight: var(--regular);
  font-family: var(--WorkSans);
  text-transform: capitalize;
}

.owl-item {
  width: 100%;
  margin-right: 10px;
}

.carousel-image .img-fluid {
  border-radius: 10px 10px 0px 0px;
}

.card-text h4 {
  font-size: 20px;
  color: var(--collection);
  font-family: var(--WorkSans);
  text-transform: capitalize;
}

.card-text p {
  font-size: 16px;
  color: var(--funation);
  font-family: var(--WorkSans);
  font-weight: var(--regular);
  margin-bottom: 0;
}

.card-text span {
  color: var(--background);
}

.roofers h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-family: var(--WorkSans);
  margin-bottom: 0;
}

.roofers p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  font-family: var(--WorkSans);
  text-transform: capitalize;
}

.stream-roofers {
  width: 40px;
  height: 40px;
  background: var(--background);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.leaarn {
  background: var(--mycolor);
  padding: 16px 14px 1px 12px;
  border-radius: 0 0 13px 13px;
}

.card-text {
  background: #F5F7F8;
  padding: 13px;
}

.stream-roofers:hover {
  background-color: white;
  color: var(--background);
  border: 1px solid var(--background);
}

.owl-nav {
  position: absolute;
  top: 0.;
  top: -146px;
  right: 0;
}

.owl-nav .fa-solid.fa-arrow-left {
  width: 42px;
  height: 42px;
  background: var(--background);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  box-shadow: 0px 1px 3px 2px #e1dada;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: no-repeat;
}

.owl-next .fa-solid.fa-arrow-right {
  width: 42px;
  height: 42px;
  background: var(--background);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  box-shadow: 0px 1px 3px 2px #e1dada;
}

.owl-prev .fa-solid.fa-arrow-left:hover {
  background: white;
  color: var(--background);
  border: 1px solid var(--background);
}

.owl-next .fa-solid.fa-arrow-right:hover {
  background: white;
  color: var(--background);
  border: 1px solid var(--background);
}

.wing {
  color: var(--mycolor);
  font-family: var(--WorkSans);
  font-weight: var(--regular);
  text-transform: capitalize;
}

.opportunities {
  background: #F5F7F8;
  padding: 88px 32px 0px 40px;
  height: 95%;
  border-radius: 30px;
  margin-top: 20px;
}

.h-base.adad.wing {
  font-size: 14px;
  padding-top: 14px;
}

.fusebox-image h4 {
  font-size: var(--solution);
  font-family: var(--WorkSans);
  text-transform: capitalize;
}

.garge {
  font-size: var(--paragraph);
  font-family: var(--WorkSans);
  font-weight: var(--regular);
}

.information {
  background: var(--mycolor);
  padding: 32px 26px 77px 26px;
  border-radius: 16px;
  min-height: 400px;
}

.Side {
  font-size: 12px;
}

.jobs-wale:focus {
  box-shadow: none;
}

.post-button.post-button:focus {
  box-shadow: none;
}

.BuilderWing:focus {
  box-shadow: none;
}

.support .owl-nav {
  display: none;
}

.allowing h4 {
  font-size: 36px;
  font-family: var(--WorkSans);
  text-transform: capitalize;
}

.phonePosting {
  font-size: var(--paragraph);
  font-family: var(--WorkSans);
  font-weight: var(--regular);
  text-transform: capitalize;
  padding-top: 0 !important;
}

.leave .img-fluid {
  position: absolute;
  bottom: 0px;
}

.app-section {
  background: var(--background);
  border-radius: 60px;
}

.support {
  margin-top: 11rem;
}

.change-image {
  padding-top: 85px;
  padding-bottom: 85px;
}

.border-trade {
  border: 1px solid var(--background);
  padding-top: 25px;
  border-radius: 10px;
}

.footer-menu li {
  list-style: none;
  padding-top: 12px
}

.footer-menu a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 300 !important;
  font-family: var(--WorkSans);
  color: white;
  transition: all 0.5s ease;
}

.footer-menu {
  padding-left: 0;
  padding-top: 0px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.footer {
  background: var(--mycolor);
}

.Quality {
  border-bottom: none !important;
}

.footer-menu a:hover {
  color: var(--background);
}

.Limited {
  font-size: 14px;
  font-family: var(--WorkSans);
  font-weight: 300;
}

.Terms {
  color: white;
  padding: 9px;
}

.Terms a {
  color: white;
}

.Terms a :hover {
  color: var(--background);
}

.testimonials .owl-carousel::after {
  content: '';
  position: absolute;
  width: 62px;
  height: 47px;
  background-image: url('../images/cot.svg');
  background-repeat: no-repeat;
  top: -20px;
  right: -21px;
  left: auto;
  display: none;
}

.testimonials .owl-carousel::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 47px;
  background-image: url('../images/vector.svg');
  background-repeat: no-repeat;
  z-index: 222;
  bottom: -20px;
  left: -21px;
  top: auto;
  display: none;
}

.budget.leted {
  background: var(--background);
}

.professional.ted.more {
  background: var(--mycolor);
}

.budget.leted:hover {
  background: var(--mycolor);
  border: 1px solid var(--mycolor);
}

.budget.leted:hover .professional.ted.more {
  background: var(--background);
}

.banner-sec .banner-inner {
  /**background-image: url('../images/about-upgarde.png');background-repeat: no-repeat;background-position: center center;background-size: contain;**/
  width: 100%;
  padding: 15px 30px;
  position: relative;
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--sucess);
  border-radius: 20px;
}

.banner-sec .banner-inner .affordable {
  font-size: 30px;
  text-transform: capitalize;
}

.job-faq .text-secondary {
  font-size: 14px;
}

.banner-sec .banner-inner .budget.btn .professional {
  width: 30px;
  height: 30px;
}

.banner-sec .banner-inner .budget.btn {
  height: 34px;
  padding: 0px 1px 0px 10px;
  font-size: 14px;
  gap: 5px;
}

.single-lead .first-section-new {
  padding: 10px 15px !important;
  margin-bottom: 10px;
  border-radius: 10px 10px 0px 0px;
  color: #2a9df4;
  border-bottom: 1px solid rgba(42, 157, 244, 0.15);
}

.banner-sec .banner-inner p.talented {
  font-size: 14px;
}

.banner-inner.t::after {
  content: '';
  position: absolute;
  width: 52px;
  height: 52px;
  background: var(--background);
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 48px;
}

::placeholder {
  color: #666 !important;
}

.text-gray {
  color: #666;
}

.search-container {
  display: flex;
  align-items: center;
  position: relative;
}

.toggle-icon {
  font-size: 24px;
  cursor: pointer;
}

.search-input-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: width 0.3s ease, opacity 0.3s ease;
  width: 0;
  opacity: 0;
  margin-left: 10px;
}

.search-container.active .search-input-wrapper {
  width: 250px;
  opacity: 1;
}

.search-input {
  width: 100%;
  padding: 9px 36px 9px 12px;
  border: 0px;
  border-radius: 10px;
  font-size: 14px;
  box-sizing: border-box;
  background: #dff1fe;
}

.search-button-inside {
  position: absolute;
  right: 8px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.search-container.active span#toggleSearchBtn .search-icon {
  display: none;
}

.search-container span#toggleSearchBtn .cross-icon {
  display: none;
}

.search-container.active span#toggleSearchBtn .cross-icon {
  display: block;
}

/* 15/07/2025*/
.testimonials .owl-nav {
  display: none;
}

/* buttton */

.first-section-new {
  font-size: 18px;
  font-family: var(--WorkSans);
  font-weight: var(--regular);
  color: var(--background);
}

.tab-Plumber {
  font-size: 14px;
  font-family: var(--WorkSans);
  color: var(--color);
  font-weight: var(--regular);
}

.scroll {
  width: 28px;
  height: 28px;
  background-color: var(--mycolor);
  border-radius: 6px;
  color: #ffffffe0;
  justify-content: center;
  display: flex;
  align-items: center;
}

.left-leads .single-lead .scroll {
  width: 24px;
  height: 24px;
  padding: 4px;
}

.single-lead {
  width: 100%;
  background: #EEF6FC;
  border-radius: 10px;
  padding: 0px;
  margin-top: 13px;
  cursor: pointer;
  padding-bottom: 5px;
}

.single-lead>.d-flex {
  padding: 0px 15px;
}

.single-lead:hover,
.single-lead.active {
  background-color: var(--background);
}

.single-lead:hover .first-section-new,
.single-lead.active .first-section-new {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.single-lead:hover .tab-Plumber,
.single-lead.active .tab-Plumber {
  color: #fff;
}

.tab-upgrade .tab-buttons {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.action-button .btn {
  font-size: 15px;
  font-family: var(--WorkSans);
  color: var(--mycolor);
  border-radius: 10px;
  border: 1px solid var(--background);
  padding: 8px 10px;
}

.action-button .btn:hover,
.action-button .btn.active {
  font-size: 15px;
  font-family: var(--WorkSans);
  color: var(--mycolor);
  border-radius: 10px;
  border: 1px solid var(--mycolor);
  background: var(--mycolor);
  color: white;
}

.btn.undo-search:hover {
  color: #007bff;
}

.hover-white:hover {
  background: #fff;
  color: var(--background) !important;
}


.helpdesk {
  background: var(--background);
  border-radius: 10px;
  padding: 17px 15px;
}

.williams h4 {
  font-size: var(--solution);
  font-weight: var(--regular);
  font-family: var(--WorkSans);
}

.banner-inner.t.led::after {
  top: 0px;
}

.task-detail {
  border: 1px solid #DFF1FE;
  border-radius: 10px;
  padding: 20px 25px;
}

.source h4 {
  font-size: var(--paragraph);
  font-family: var(--WorkSans);
  font-weight: var(--regular);
  color: #444;
}

.job-box .accordion-item {
  background: transparent;
  border: 1px solid #DFF1FE;
  border-radius: 0px 8px 8px 8px;
  padding: 24px 3px 53px 3px;
}

.unlock-button .milesunlock.btn {
  font-size: 14px;
  color: #32A071;
  font-family: var(--WorkSans);
  font-weight: var(--regular);
  border: 1px solid #32A071;
  background: #5BBB7B3D;
  padding: 8px 17px 8px 17px;
}

.reliable .btn:focus {
  box-shadow: none;
}

.image-map .img-fluid {
  border-radius: 12px;
}

.job-box .nav-tabs .nav-link {
  background: #DFF1FE;
  font-size: 16px;
  color: #000000;
  font-weight: var(--regular);
  font-family: var(--WorkSans);
  border: 1px solid #DFF1FE;
  border-radius: 10px 10px 0px 0px;
}

.job-box .nav-tabs .nav-link.active {
  border: 1px solid var(--mycolor);
  font-size: 16px;
  font-weight: var(--regular);
  font-family: var(--WorkSans);
  color: #fff;
  background: var(--mycolor);
  border-radius: 10px 10px 0px 0px;
}

.tab-upgrade .res-lead-drop {
  background: var(--background);
  color: #fff;
  padding: 13px;
  font-size: 16px;
  font-family: var(--WorkSans);
  font-weight: 500;
}

.job-box .nav-tabs {
  border-bottom: 0px solid #dff1fe;
}

.subtle {
  border: 1px solid #C5DEF3;
  border-radius: 10px;
  padding: 13px;
}

.subtle a {
  text-decoration: none;
}

.dealer:hover {
  background: #DFF1FE;
}

.dealer:hover .visible {
  color: #002147;
}

.dealer:hover .decision.wel,
.chat-sidebar .active .decision.wel p,
.chat-sidebar .active .decision.wel small,
.dealer.active-tradesperson .decision.wel p,
.dealer.active-tradesperson .decision.wel small, .dealer.active, .chat-sidebar .dealer:hover small, .chat-sidebar .dealer:hover .name-chat a {
  color: white !important;
}

.dealer:hover .circle-border {
  background: #C5DEF3;
  color: #002147;
}

#radiusRange::-webkit-slider-runnable-track {
  background: #dddddd;
  height: 3px;
  border-radius: 5px;
}

#radiusRange::-webkit-slider-thumb {
  background: #2a9df4;
  /* Blue thumb */
  border: none;
  height: 16px;
  width: 16px;
  margin-top: -7px;
  border-radius: 50%;
  cursor: pointer;
}

#radiusRange::-moz-range-track {
  background: #dddddd;
  height: 3px;
  border-radius: 5px;
}

#radiusRange::-moz-range-thumb {
  background: #2a9df4;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  cursor: pointer;
}

.range-dropdown.active {
  display: block;
}

.subtle .dealer:hover path,
.subtle .dealer.active-tradesperson path {
  color: #fff;
}

.surrounded h4 {
  font-size: var(--solution);
  font-weight: var(--regular);
  color: var(--mycolor);
}

.discuss {
  font-size: 14px;
  color: #A0A6A7;
  font-weight: var(--regular);
  font-family: var(--WorkSans);
}

.circle-border {
  width: 28px;
  height: 28px;
  background: var(--mycolor);
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
}

.hover-color-white:hover{color: #fff !important;}
.single-job .bg-secondary {color: #191919;}
.dealer {
  background: #fff;
  border-radius: 10px;
  padding: 14px 23px;
  border: 1px solid #E3E9E7;
}

.dealer.dark:hover,
.dealer.dark.active-tradesperson,
.chat-sidebar .active {
  background: var(--background);
}

.dealer.dark:hover .circle-border {
  background: #fff;
  color: var(--background);
}

.visible {
  font-size: var(--paragraph);
  font-weight: var(--regular);
  color: var(--mycolor);
}

.action-button.sort .btn {
  background-color: #DFF1FE;
  border: 0px solid #DFF1FE;
  border-radius: 10px;
}

.action-button.sort .btn:hover {
  background: var(--background);
}

.action-button.sort .btn:hover path {
  fill: #fff
}

.task-detail h4 {
  font-size: var(--product);
  color: var(--mycolor);
  font-weight: var(--regular);
  font-family: var(--WorkSans);
  text-transform: capitalize;
}

.banner-inner.t.led.Scotland::after {
  right: 8rem;
  top: -3px;
}

.data-content {
  position: relative;
  font-size: 14px;
  font-weight: var(--regular);
  font-family: var(--WorkSans);
  background: var(--mycolor);
  color: white;
  padding: 8px 15px 8px 25px;
  margin-right: -25px;
}

.square-button .btn.blue:focus {
  box-shadow: none;
}

.square-button .btn.green.red:focus {
  box-shadow: none;
}

.jobs-wale {
  font-size: 18px;
  font-weight: var(--regular);
  font-family: var(--WorkSans);
  background: #C5DEF3;
  border-radius: 10px;
  padding: 10px 58px;
  border: 1px solid #C5DEF3;
}

.square-button .btn.green.red {
  background: #EE6E762B;
}

.border-map.gren {
  background: #5BBB7B;
}

.lock {
  width: 30px;
  border-radius: 50%;
  background: var(--background);
  padding: 5px;
  color: #fff;
  height: 30px;
}

.profile-left {
  background: var(--background);
  border-radius: 10px;
  padding: 30px 0px 69px 0px
}

.detais h5 {
  font-family: var(--WorkSans);
  font-size: 16px;
}

.border-deatails {
  border-bottom: 1px solid #ffffff69;
}

.profile-data.active {
  color: #000;
}

.prices {
  font-size: 20px;
  font-family: var(--WorkSans);
  color: var(--mycolor);
  font-weight: 500;
}

.form-contact label {
  font-size: 14px;
  font-family: var(--WorkSans);
  color: #000000;
  font-weight: 400;
}

.form-contact input.form-control,
.form-contact select,
.form-contact textarea {
  font-size: 14px;
  font-family: var(--WorkSans);
  font-weight: var(--regular);
  background-color: #DFF1FE;
  border-radius: 10px;
  padding: 11px 13px;
  width: 100%;
  border: 1px solid #DFF1FE;
  margin-top: 7px;
  color: #444;
}

.form-contact div#address-search-container .mapboxgl-ctrl-geocoder {
  box-shadow: none;
  background: #dff1fe;
  padding: 4px 13px;
  border-radius: 10px;
}

.form-contact div#address-search-container .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon {
  top: 13px;
}

.form-contact div#address-search-container .mapboxgl-ctrl-geocoder ul.suggestions {
  box-shadow: none;
  background: #dff1fe;
}

.form-contact div#address-search-container .mapboxgl-ctrl-geocoder ul.suggestions li.active {
  background: #fff !important;
}

.trade a {
  color: white;
  text-decoration: none;
}

.trade a.verify {
  margin: 0 0 0 85px;  
  text-decoration: underline;
}

.trade a.verify:hover {
text-decoration: none;
}

.form-contact input:focus {
  box-shadow: none;
  background-color: #DFF1FE;
  border: 1px solid #DFF1FE;
}

.profile-form {
  border: 1px solid #DFF1FE;
  border-radius: 10px;
  padding: 26px;
}

.BuilderWing {
  background: var(--mycolor);
  color: white;
  padding: 12px 45px;
  font-size: 16px;
  font-weight: 400;
}

.BuilderWing:hover {
  color: white;
  background: var(--background);
}

.jobs-wale:hover {
  background: var(--mycolor);
  color: #fff;
  border: 1px solid var(--mycolor);
}

.Support h5 {
  font-weight: var(--regular);
  font-family: var(--WorkSans);
  font-size: 16px;
}

.data-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 18.5px solid transparent;
  border-bottom: 18.5px solid transparent;
  border-left: 13px solid white;
}

.dummy h3 {
  font-size: var(--paragraph);
  font-family: var(--WorkSans);
  color: #444444;
  font-weight: var(--regular);
}

.dummy h4 {
  font-size: var(--solution);
  font-family: var(--WorkSans);
  font-weight: var(--regular);
}

.dummy p {
  font-size: 14px;
  color: var(--color);
  font-family: var(--WorkSans);
  font-weight: var(--regular);
}

.Miles p {
  font-size: var(--paragraph);
  font-family: var(--WorkSans);
  color: var(--color);
  font-weight: var(--regular);
}

.symbols {
  color: var(--background);
  font-family: var(--WorkSans);
}

.materials {
  width: 28px;
  height: 28px;
  background: var(--mycolor);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.leage {
  font-size: 26px;
  font-weight: var(--regular);
  font-family: var(--WorkSans);
}

.decision h5 {
  font-size: 18px;
  font-family: var(--WorkSans);
}

.decision p {
  font-size: 14px;
  font-weight: var(--regular);
  font-family: var(--WorkSans);
}

.Waiting {
  background-color: var(--background);
  border-radius: 10px;
  padding: 12px 16px;
}

.Waiting.ing {
  background: var(--mycolor);
  padding: 12px 16px;
}

.single-job {
  border: 1px solid #C5DEF3;
  border-radius: 10px;
  padding: 19px;
}

.bristol .iconify.iconify--material-symbols {
  color: white;
  font-size: 21px;
}

.square-button .btn {
  padding: 7px 10px;
  border-radius: 4px;
  line-height: 1;
  min-height: auto;
  font-size: 12px;
  font-weight: 500;
}

.square-button .blue {
  background: #dff1fe;
  color: #002147;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 12px;
}

.square-button .green {
  background: #5BBB7B3D;
  color: rgb(50, 160, 113);
  display: inline-block;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 12px;
}

.square-button .btnblue svg path {
  color: var(--background);
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 12px;
}

.square-button .btngreen svg path {
  color: #32A071;
}

.unlock-button .milesunlock.btn {
  font-size: 14px;
  color: #32A071;
  font-family: var(--WorkSans);
  font-weight: var(--regular);
  border: 2px solid #32A071;
}

.unlock-button .iconify.iconify--basil {
  color: #4ead85;
}

.Detail p {
  font-size: 12px;
  font-weight: var(--regular);
  font-family: var(--WorkSans);
}

.pen-icon {
  font-size: 20px;
}

.first-section-new.issue {
  color: var(--mycolor);
}

.border-map {
  background: var(--background);
  color: var(--white);
  border-radius: 10px;
}

.border-map ul li {
  font-size: 12px;
  display: inline-flex;
  border-right: 1px solid var(--white);
  padding-right: 10px;
  padding-left: 5px;
}

.border-map ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.encouraged {
  font-size: 14px;
  font-weight: var(--regular);
  font-family: var(--WorkSans);
  color: var(--mycolor);
}

.icon-loaction {
  color: var(--mycolor);
}

.exploration {
  border-bottom: 1px solid #e3e9e7;
  padding-bottom: 9px;
}

.exploration a {
  color: var(--mycolor);
  text-decoration: none;
}

.willaian {
  background: var(--background);
  color: var(--white);
  padding: 10px 43px;
  border-radius: 10px;
  font-size: 18px;
  font-family: var(--WorkSans);
  font-weight: 400;
  border: 1px solid var(--background);
}

.job-box a {
  color: var(--mycolor);
  text-decoration: none;
}

.job-box a[disabled] {
  cursor: no-drop;
}

.job-box a[disabled] .dealer {
  background: #e3e3e3;
}

.job-box a[disabled] .dealer .visible {
  color: #8b8b8b;
}

.job-box a[disabled] .dealer .circle-border {
  background: #fff;
  color: #cfcfcf;
}

.willaian:hover {
  background-color: var(--mycolor);
  border: 1px solid var(--mycolor);
  color: var(--white);
}

.willaian:focus {
  box-shadow: none;
}

.willaian.button {
  background: var(--mycolor);
  border: 1px solid var(--mycolor);
}

.willaian.button:hover {
  background: var(--background);
  border: 1px solid var(--background);
}

.Description-map {
  background: #DFF1FE;
  border-radius: 10px;
  padding: 17px 21px;
}

.mix-panel__header {
  width: 50%;
}

.thumbnail-pics {
  min-height: 200px;
  max-height: 200px;
}

.thumbnail-pics img {
  object-fit: contain;
}

.dropzone-container .dropzone {
  border: 2px dashed #2a9df4;
  background: #ffffffdb;
}

.filter-dropdown .dropdown-menu {
  background: var(--background);
  border-color: var(--background);
}

.filter-dropdown .dropdown-menu a {
  color: var(--white);
  font-size: 14px;
}

.filter-dropdown .dropdown-menu a:hover {
  background: var(--collection);
  color: var(--white);
}

input[type="range"] {
  background: none !important;
  border: none !important;
}

.job-pics img {
  border-radius: 20px;
  overflow: hidden;
  width: 140px;
  height: 140px;
  position: relative;
  display: block;
  z-index: 10;
  object-fit: cover;
}

.job-pics a.item {
  border: 1px solid #c1c1c1;
  border-radius: 20px;
  background: #fff;
}

.blue-wrap {
  background-color: #DFF1FE;
  border-radius: 20px;
}

.blue-btn {
  background: var(--background) !important;
}

.blue-btn:hover {
  background: var(--collection) !important;
}


/************ login start here ************/
.login-1 {
  top: 0;
  bottom: 0;
  opacity: 1;
  z-index: 999;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  /**background: url(../images/login-left-bg.png) no-repeat left bottom, url(../images/login-right-bg.png) no-repeat top right;**/
  background-color: var(--sucess);
}

.login-1 .form-inner {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 70px 80px;
  background: var(--white);
  position: relative;
  z-index: 0;
}

.login-1 .form-section a {
  text-decoration: none;
}

.login-1 .form-section .form-box {
  width: 100%;
  text-align: left;
  position: relative;
}

.login-1 .form-section .form-control {
  padding: 14.5px 0;
  font-size: 16px;
  outline: none;
  background: transparent !important;
  color: #424242;
  border-radius: 0;
  border: none;
  border-bottom: solid 2px #bdbdbd;
}

.login-1 .form-section input {
  display: block;
}

.login-1 .form-section .form-check {
  margin-bottom: 0;
  padding-left: 25px;
  font-size: 16px;
  color: #424242;
}

.login-1 .form-section .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  vertical-align: top;
  border: 2px solid #c5c3c3;
  border-radius: 0;
}

.login-1 .form-section a.forgot-password {
  font-size: 16px;
  color: #424242;
}

.login-1 .form-section a {
  text-decoration: none;
}

.login-1 .form-section .extra-login {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 10px 0 35px !important;
}

.login-1 .form-section .extra-login::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  content: "";
}

.login-1 .form-section .extra-login>span {
  width: auto;
  float: none;
  display: inline-block;
  padding: 1px 20px;
  z-index: 1;
  position: relative;
  font-size: 14px;
  color: #424242;
  text-transform: capitalize;
  background: var(--white);
}

.profile-dropdown .dropdown-toggle i {
  font-size: 18px;
  color: var(--background);
  min-width: 18px;
  display: inline-block;
}

.profile-dropdown .dropdown-menu {
  background: var(--background);
  border-color: var(--background);
}

.profile-dropdown .dropdown-menu a {
  color: var(--white);
}

.profile-dropdown .dropdown-menu a:hover {
  background: var(--collection);
  color: var(--white);
}

.contact-img img {
  border-radius: 10px;
}

/* -------------------------------- 

  Slide In Panel 
  
  -------------------------------- */
.mix-main-content {
  text-align: center;
}

.mix-main-content h1 {
  font-size: 2rem;
  color: #000000;
  padding: 4em 0;
}

.slider-button .mix-btn {
  position: relative;
  display: inline-block;
  background-color: var(--background);
  color: #ffffff;
  font-size: 17px;
  font-family: var(--WorkSans);
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 10px;
  border: 1px solid var(--background);
}

.slider-button .mix-btn.js-mix-panel-trigger:hover {
  background: var(--mycolor);
  border: 1px solid var(--mycolor);
}

.slider-button .mix-btn.js-mix-panel-trigger {
  text-decoration: none;
}

.mix-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}

.mix-panel::after {
  /* overlay layer */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.mix-panel.mix-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.mix-panel.mix-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.mix-panel__header h1 {
  color: #000000;
  padding-left: 5%;
  font-weight: bold;
}

.mix-panel--from-right .mix-panel__header {
  right: 0;
}

.mix-panel--from-left .mix-panel__header {
  left: 0;
}

.mix-panel--is-visible .mix-panel__header {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.mix-panel__close::before,
.mix-panel__close::after {
  /* close icon created in CSS */
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #000000;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mix-panel__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mix-panel__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mix-panel__close:hover::before,
.mix-panel__close:hover::after {
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.mix-panel__close:hover::before {
  -webkit-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  transform: rotate(220deg);
}

.mix-panel__close:hover::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mix-panel--is-visible .mix-panel__close::before {
  -webkit-animation: mix-close-1 0.6s 0.3s;
  animation: mix-close-1 0.6s 0.3s;
}

.mix-panel--is-visible .mix-panel__close::after {
  -webkit-animation: mix-close-2 0.6s 0.3s;
  animation: mix-close-2 0.6s 0.3s;
}

@-webkit-keyframes mix-close-1 {

  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes mix-close-1 {

  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes mix-close-2 {

  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes mix-close-2 {

  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.mix-panel__container {
  position: relative;
  width: 90%;
  height: 100%;
  top: 0;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.mix-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 124px;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.mix-panel--from-right .mix-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mix-panel--from-left .mix-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mix-panel--is-visible .mix-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.mix-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.mix-panel__content p {
  font-size: 1.4rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}

.mix-panel__content p:first-of-type {
  margin-top: 0;
}

.featured-trades .owl-nav button:hover {
  background: none !important;
}

.contact-queries {
  border: 1px solid var(--sucess);
}

.contact-queries input {
  background-color: var(--sucess) !important;
  height: 40px;
  border: 0px;
  font-size: 14px;
  display: block;
}

.contact-queries select {
  background-color: var(--sucess);
  height: 40px;
  border: 0px;
  font-size: 14px;
}

.contact-queries textarea {
  background-color: var(--sucess);
  height: 90px;
  border: 0px;
  resize: none;
  font-size: 14px;
}

.left-leads {
  max-height: 1180px;
  overflow-y: auto;
}

.profile-left .border-deatails .active {
  background-color: var(--mycolor);
}

.profile-left .border-deatails .menu-div:hover {
  background-color: var(--mycolor);
}

.contact-queries input#file {
  height: auto;
}

.contact-queries label {
  font-size: 13px;
}

.chat-not .iconify {
  font-size: 20px !important;
  color: #2a9df4;
}

.notify-dropdown .dropdown-toggle {
  padding: 0px;
}

.notify-dropdown .dropdown-toggle::after {
  display: none;
}

.chat-not span.count {
  position: absolute;
  background: #000;
  font-size: 12px;
  width: 18px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  right: -10px;
  top: -5px;
}

.post-job-body {
  background: var(--sucess);
}

.step-inner {
  background: white;
  padding: 30px;
  border-radius: 10px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.step-inner button {
  background: var(--background);
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid transparent;
}

.step-inner button:hover {
  background: var(--collection);
}

.step-inner button:disabled {
  background: #ccc;
}

.step-inner .budget.btn:hover {
  background-color: #002147;
  color: #fff;
}

.notification-dropdown {
  min-width: 320px;
  max-height: 400px;
  overflow-y: auto;
}


.notification-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.notification-item.unread {
  background-color: rgba(13, 110, 253, 0.05);
}

.notification-item.success {
  border-left-color: #198754;
}

.notification-item.warning {
  border-left-color: #ffc107;
}

.notification-item.danger {
  border-left-color: #dc3545;
}

.notification-item.info {
  border-left-color: #0dcaf0;
}

.notification-icon {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 14px;
  background-color: rgb(33 150 243);
  margin-right: 5px !important;
  margin-top: 3px;
}

.notification-item h6 {
  font-size: 12px;
  color: #002147 !important;
}

.notification-item p {
  font-size: 12px;
  line-height: 14px;
  color: #666;
  max-width: 270px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notification-item {
  padding: 10px !important;
}

.notification-dropdown .btn-light {
  font-size: 12px;
  background: #2196f3;
  color: #fff;
  transition: all 0.5s ease;
}

.notification-dropdown .btn-light:hover {
  background: var(--collection);
  color: #fff;
}



.notification-time {
  font-size: 0.75rem;
  color: #6c757d;
}

.notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
}

.notify-dropdown .notification-dropdown {
  left: inherit !important;
  right: 0 !important;
}

.step-inner .step-inner .radio-group {
  text-align: left;
}

.step-inner .radio-group,
.step-inner .checkbox-group {
  text-align: left;
}

.step-inner .radio-group label,
.step-inner .checkbox-group label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 5px 0;
  border-radius: 5px;
  cursor: pointer;
}

.step-inner .radio-group label {
  display: block;
  padding: 10px;
  border: 1px solid #F3F5F0;
  margin: 5px 0;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.step-inner .radio-group label span,
.step-inner .checkbox-group label span {
  font-size: 12px;
  display: block;
}

.step-inner input[type="radio"],
.step-inner input[type="checkbox"] {
  display: none;
}

.step-inner input[type="radio"]:checked+label,
.step-inner input[type="checkbox"]:checked+label {
  border-color: var(--background);
  background: var(--sucess);
}

.step-inner input[type="radio"]:checked+label::after,
.step-inner input[type="checkbox"]:checked+label::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--background);
  margin-left: auto;
  position: absolute;
  right: 10px;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
}

section.post-job {
  min-height: calc(100vh - 76px);
  display: flex;
  justify-content: center;
  /**background: url(../images/login-left-bg.png) no-repeat left bottom, url(../images/login-right-bg.png) no-repeat top right;**/
  background-color: var(--sucess);
  padding: 30px 0px 76px 0px;
}

form#multiStepForm {
  width: 100%;
}

.post-job-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 76px);
  flex-direction: column;
}

.uppercase {
  text-transform: uppercase;
}

.step-heading h2 {
  color: var(--funation);
}

.step-heading p {
  color: var(--color);
}

.step-inner select,
.step-inner input {
  background-color: var(--sucess);
  border: none;
  height: 50px;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
}

.step-inner textarea {
  background-color: var(--sucess);
  border: none;
  height: 150px;
  resize: none;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  color: #444;
  border-radius: 5px;
}

.step-inner textarea:focus,
.step-inner textarea:focus-visible,
.step-inner input:focus,
.step-inner input:focus-visible {
  outline: none;
  border: 0px;
}

.step-inner button.prev-step {
  background: none;
  border: 1px solid var(--background);
  color: var(--background) !important;
}

.step-inner button.prev-step:hover {
  background-color: var(--collection);
  border: 1px solid var(--collection);
  color: var(--white) !important;
}

/*** Password  START ***/
.password-meter {
  position: relative;
}

.password-meter .d-flex {
  display: flex;
  margin: 10px 0;
}

.password-meter-progress {
  height: 5px;
  margin-right: 5px;
  background-color: #e9ecef;
  border-radius: 3px;
  transition: all 0.3s ease;
  flex-grow: 1;
}

.password-meter-progress.active {
  background-color: #28a745 !important;
}

.text-muted {
  font-size: 12px;
  margin-top: 5px;
  color: #6c757d;
}

.bg-secondary {
  background-color: #e9ecef !important;
}

.bg-active-success {
  background-color: #28a745 !important;
}

.h-5px {
  height: 5px !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

/* PASSWORD ENDS */

.border-blue {
  border: 1px solid var(--background);
}

.home-link .btn {
  color: var(--background);
}

.home-link .btn:hover {
  background: var(--background);
  color: var(--white);
}

.single-job h3 a {
  color: var(--background);
}

.single-job h3 a:hover {
  color: var(--collection);
}

.manage-acc-btn {
  background: var(--background);
  color: var(--white);
}

.manage-acc-btn:hover {
  background: var(--collection);
  color: var(--white);
}

.plan-name {
  background: var(--collection);
  color: var(--white);
  border-radius: 10px 10px 0px 0px;
}

.plan-amount {
  font-size: 28px;
  color: var(--background);
}

.plan-content ul {
  padding-left: 0px;
}

.plan-content ul li {
  list-style: none;
  color: var(--color);
}

.plan-action .plan-button {
  background: var(--background);
  color: var(--white);
  border: none;
}

.plan-action .plan-button:hover {
  background: var(--collection);
  color: var(--white);
  border: none;
}

.text-white {
  color: var(--white);
}

input:focus-visible,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}


.loader-sec {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  transition: 0.3s linear;
  backdrop-filter: blur(2px);
}

.loader-sec:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.1);
}



.prfile-pic {
  width: 80px;
  height: 80px;
  background-color: #999999;
  border: 2px solid #ffffff;
  color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
}

.pic-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-btn input[type="file"] {
  opacity: 0 !important;
  right: 0;
  cursor: pointer;
}


.otp-inputs input {
  width: 60px;
  height: 60px;
}

.swal2-icon.custom-icon-red {
  border-color: #f78383;
  color: #f78383;
}

.swal2-confirm.custom-confirm-btn {
  background-color: var(--mycolor);
  border-radius: 50px;
}

.swal2-confirm.custom-confirm-btn:hover {
  background: var(--background);
  color: white;
}


.trades-list .btn-edit {
  background: #5eb9ff;
  color: #fff;
}

.trades-list .btn-dlt {
  background: rgb(249 121 121);
  color: #fff;
}

.trades-list .btn-edit:hover {
  background: #2a9df4;
  color: #fff;
}

.trades-list .btn-dlt:hover {
  background: rgb(255 53 53);
  color: #fff;
}

.trades-list .certi-img {
  height: 125px;
  width: 125px;
}

.trades-list .certi-img img {
  object-fit: cover;
}

.trades-list .switch {
  width: 65px;
}

.trades-list .switch--horizontal input {
  width: 65px;
  left: 0;
  height: 32px;
}

.trades-list .switch--horizontal .toggle-outside {
  left: 0;
  width: 65px;
  height: 32px;
}

.trades-list .switch--horizontal .toggle-inside {
  height: 20px;
  width: 20px;
  top: 6px;
  left: 8px;
}

.trades-list .switch--horizontal .toggle-outside {
  background: #d9d9d9;
}

.trades-list .switch--horizontal .toggle-outside .toggle-inside {
  background: #ffffff;
  box-shadow: 0 0 5px 1px #3333;
}

.trades-list .switch--horizontal input~input:checked~.toggle-outside {
  background: var(--background);
}

.trades-list .switch--horizontal input~input:checked~.toggle-outside .toggle-inside {
  left: 38px;
  background: #ffffff;
  box-shadow: 0 0 5px 1px #3333;
}

.job-faq .faq-item:last-child {
  border-color: transparent !important;
}

.btn-view {
  background: #dff1fe;
  border-radius: 7px;
}

.btn-view:hover {
  background: var(--background);
  color: #fff;
}

.btn-view i {
  color: var(--background);
}

.btn-view:hover i {
  color: #fff;
}

.chat-sidebar {
  max-height: 500px;
}



/* Chat panel css start */
.chat-panel .card {
  background: #fff;
  transition: .5s;
  border: 0;
  margin-bottom: 0;
  border-radius: 10px;
  position: relative;
  width: 100%;
  border: 1px solid #C5DEF3;
}

.chat-panel .chat-app .people-list {
  width: 280px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  z-index: 7
}

.chat-panel .chat-app .chat {
  margin-left: 0;
  border-radius: 10px 10px 0px 0px;
}

.chat-search {
  height: 65px;
  border-bottom: 1px solid #f4f7f6;
}

.chat-panel .people-list {
  -moz-transition: .5s;
  -o-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s
}

.chat-panel .people-list .chat-list {
  max-height: 500px;
  min-height: 500px;
  overflow: auto;
}

.chat-panel .people-list .chat-list li {
  padding: 5px;
  list-style: none;
  border-radius: 3px;
  margin-bottom: 8px;
}

.chat-panel .people-list .chat-list li:hover {
  background: var(--background);
  cursor: pointer
}

.chat-panel .people-list .chat-list li.active {
  background: var(--background);
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.chat-panel .people-list .chat-list li:hover .name,
.chat-panel .people-list .chat-list li.active .name,
.chat-panel .people-list .chat-list li:hover .status,
.chat-panel .people-list .chat-list li.active .status {
  color: #fff;
}

.chat-panel .people-list .chat-list li .name {
  font-size: 14px;
  line-height: 1.3;
}

.chat-panel .people-list .chat-list img {
  width: 35px;
  border-radius: 50%
}

.chat-panel .people-list img {
  float: left;
  border-radius: 50%
}

.chat-panel .people-list .about {
  float: left;
  padding-left: 8px
}

.chat-panel .people-list .status {
  color: #999;
  font-size: 11px
}

.chat-panel .chat .chat-header {
  padding: 10px 15px;
  border-bottom: 1px solid #f4f7f6;
  height: 65px;
  background: #2196F3;
  border-radius: 10px 10px 0px 0px;
}

.chat-panel .chat .chat-header img {
  float: left;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
}

.chat-panel .chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  color: #fff;
  line-height: 1;
}

.chat-panel .chat .chat-header .chat-about small {
  color: #fff !important;
}

.ribbon {
  position: absolute;
  left: var(--right, 0px);
  top: var(--top, 0px);
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
}

.ribbon.check>.content {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 40% 100%, 0 calc(100% - 12px));
}

.ribbon>.content {
  color: white;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400;
  background: var(--color, #2ca7d8) linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
  padding: 8px 2px 4px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
  width: var(--width, 50px);
  min-height: var(--height, 36px);
  transition: clip-path 1s, padding 1s, background 1s;
  font-size: 12px;
  padding: 5px;
}

.btn-red {
  color: #dc3545;
  background: rgba(220, 53, 69, 0.15);
}

.square-button .btn-red {
  color: #dc3545;
  background: rgba(220, 53, 69, 0.15);
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 12px;
}

.square-button .btn-red:hover {
  color: #dc3545;
  background: rgba(220, 53, 69, 0.15);

}

.btn-red:hover {
  background: #dc3545;
  color: #fff;
}

.chat-panel .chat .chat-history {
  padding: 20px;
  border-bottom: 2px solid #fff;
  max-height: 450px;
  min-height: 450px;
  overflow: auto;
}

.chat-panel .chat .chat-history ul {
  padding: 0
}

.chat-panel .chat .chat-history ul li {
  list-style: none;
  margin-bottom: 10px
}

.chat-panel .chat .chat-history ul li:last-child {
  margin-bottom: 0px
}

.chat-panel .chat .chat-history .message-data {
  margin-bottom: 15px
}

.chat-panel .chat .chat-history .message-data img {
  border-radius: 40px;
  width: 30px
}

.chat-panel .chat .chat-history .message-data-time {
  color: #434651;
  padding-left: 6px;
  font-size: 10px;
}

.chat-panel .chat .chat-history .message {
  color: #444;
  padding: 5px 10px;
  line-height: 26px;
  font-size: 13px;
  border-radius: 7px;
  display: inline-block;
  position: relative;
}

.text-dark-gray {
  color: #444;
}

.chat-panel .chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: 0px
}

.chat-panel .chat .chat-history .my-message {
  background: #efefef
}

.chat-panel .chat .chat-history .my-message:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #efefef;
  border-width: 10px;
  margin-left: -10px
}

.chat-panel .chat .chat-history .other-message {
  background: #e8f1f3;
  text-align: left
}

.chat-panel .chat .chat-history .other-message:after {
  border-bottom-color: #e8f1f3;
  left: auto;
  right: 6px;
}

.chat-panel .chat .chat-message {
  padding: 10px;
  background: hsl(206deg 100% 73.3% / 27%);
  border-radius: 0 0 8px 8px;
}

.no-resize {
  resize: none;
}

.chat-panel .chat .chat-message textarea {
  padding: 15px 20px;
  height: 53px !important;
  background: #fff !important;
}

.chat-panel .chat .chat-message textarea::placeholder {
  color: rgb(90, 90, 90);
  opacity: 1;
}

.chat-panel .chat .chat-message textarea::-ms-input-placeholder {
  color: rgb(90, 90, 90);
}

.chat-panel .chat .chat-message .send-btn {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #2a9df4;
}

.chat-panel .chat .chat-message .send-btn:hover {
  background: #fff;
}

.chat-panel .chat .chat-message .send-btn i {
  color: #fff;
}

.chat-panel .chat .chat-message .send-btn:hover i {
  color: var(--background);
}

.chat-panel .online,
.chat-panel .offline,
.chat-panel .me {
  margin-right: 2px;
  font-size: 8px;
  vertical-align: middle
}

.chat-panel .online {
  color: #86c541
}

.chat-panel .offline {
  color: #d3d2d2
}

.chat-panel .me {
  color: #1d8ecd
}

.chat-panel .float-right {
  float: right
}

.chat-panel .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.message-form label:hover i {
  color: #1d8ecd;
}

.job-box .chat-sidebar .visible img {
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  border: 1px solid #eee;
}

.trade #certificate-info a {
  color: var(--background);
  text-decoration: underline;
}

.avatar-60 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.job-box .subtle .dealer .avatar-60 {
  min-width: 60px;
}

.avatar-60 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: inherit !important;
}

.reviews-pics a.task-photo img {
  width: auto !important;
  max-height: 50px;
  border-radius: 5px;
}

.featured-trades .card-text {
  min-height: 160px;
}

.featured-trades .card-text p {
  font-size: 14px;
}

/* Modal Styles */
.terms-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.terms-modal-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.terms-modal-content {
  background: white;
  border-radius: 12px;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: modalSlideIn 0.3s ease-out;
}

.terms-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 16px 24px;
  border-bottom: 1px solid #e5e7eb;
}

.terms-modal-header h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2937;
}

.terms-modal-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  color: #6b7280;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.terms-modal-close:hover {
  background: #f3f4f6;
  color: #374151;
}

.terms-modal-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(-20px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.profile-pic-full{width: 100%; max-width: 300px; margin-top: 10px; margin-bottom: 10px; border-radius: 50% !important; max-width: 200px;}
.sticky-top{position:sticky; top: 0;}
.profile-form .iti .iti__selected-flag {border-radius: 10px 0px 0px 10px; height: 45px;}

/* Mobile Responsive */
@media (max-width: 768px) {
  .terms-modal-overlay {
    padding: 10px;
    align-items: flex-start;
    padding-top: 20px;
  }

  .terms-modal-content {
    max-height: 95vh;
    border-radius: 8px;
  }

  .terms-modal-header {
    padding: 16px 16px 12px 16px;
  }

  .terms-modal-header h2 {
    font-size: 1.25rem;
  }

  .terms-modal-body {
    padding: 16px;
  }

  .sticky-top{position:relative; top:inherit;}
}

body.modal-open {
  overflow: hidden;
}

.terms-modal-body .single-point {
  margin-bottom: 1.5rem;
}

.terms-modal-body .text-blue {
  color: #3b82f6;
  font-weight: 600;
  margin-bottom: 1rem;
}

.terms-modal-body .content-li {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.terms-modal-body .content-li li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.terms-modal-body p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .chat-panel .chat-app .people-list {
    height: 465px;
    width: 100%;
    overflow-x: auto;
    background: #fff;
    left: -400px;
    display: none
  }

  .chat-panel .chat-app .people-list.open {
    left: 0
  }

  .chat-panel .chat-app .chat {
    margin: 0
  }

  .chat-panel .chat-app .chat .chat-header {
    border-radius: 0.55rem 0.55rem 0 0
  }

  .chat-panel .chat-app .chat-history {
    height: 300px;
    overflow-x: auto
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .chat-panel .chat-app .chat-list {
    height: 650px;
    overflow-x: auto
  }

  .chat-panel .chat-app .chat-history {
    height: 600px;
    overflow-x: auto
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .chat-panel .chat-app .chat-list {
    height: 480px;
    overflow-x: auto
  }

  .chat-panel .chat-app .chat-history {
    height: calc(100vh - 350px);
    overflow-x: auto
  }
}

/* Chat panel css end */




@media (max-width: 768px) {
  .loader-sec {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .loader-sec {
    width: 100%;
  }

}

@media (max-width: 400px) {
  .chat-panel .chat .chat-message textarea {
    padding: 8px 20px;
  }
}

.loader-3 {
  width: 48px;
  height: 48px;
  border: 3px solid var(--collection);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

.loader-3:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: var(--background);
}

/* keyFrames */
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.list-style-none {
  list-style: none;
}

.job-det-ul li .left-head {
  min-width: 150px;
}

.invite-btn {
  background-color: var(--collection);
  color: var(--white) !important;
}

.invite-btn:hover {
  background-color: var(--white);
  color: var(--background) !important;
}

.active-btn-div {
  background: #DFF1FE;
  color: #002147;
  padding-left: 35px;
  position: relative;
}

.active-btn-div:before {
  width: 10px;
  height: 10px;
  background: var(--background);
  border-radius: 50px;
  position: absolute;
  content: "";
  left: 15px;
}

.active-btn-div .visible {
  color: #002147;
}

.active-btn-div .circle-border {
  background: #C5DEF3;
}

.active-btn-div .circle-border i {
  color: #002147;
}

form#password-change-form .input-group,
#delete-account-form .input-group {
  flex-wrap: inherit;
}

#password-change-form .input-group .toggle-password,
#delete-account-form .input-group .toggle-password {
  background: #dff1fe;
  border: none;
}

#password-change-form .input-group .toggle-password:hover,
#delete-account-form .input-group .toggle-password:hover {
  color: #000;
}

#password-change-form .input-group .toggle-password:focus,
#delete-account-form .input-group .toggle-password:focus {
  box-shadow: none;
}

.helpdesk .williams ul li {
  text-transform: capitalize;
}

.footer-bottom-links {
  display: flex;
  list-style: none;
  padding-left: 0;
}

.footer-bottom-links li {
  border-right: 1px solid #fff;
  padding-right: 15px;
  margin-right: 15px;
}

.footer-bottom-links li:last-child {
  border-right: 0px;
}

.footer-bottom-links li a {
  color: var(--white);
  font-size: 14px;
  transition: all 0.5s ease;
  font-weight: 300;
}

.footer-bottom-links li a:hover {
  color: var(--background);
}

.register-as {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}

.register-as-img {
  max-width: 120px;
  padding: 20px;
  border-radius: 10px;
  background-color: var(--collection);
  margin-right: 15px;
  transition: all 0.5s ease;
}

.register-as-text {
  font-size: 18px;
  color: #000;
  transition: all 0.5s ease;
  text-align: left;
  line-height: 26px;
}

.register-as .register-as-img img {
  filter: invert(1);
}

.register-as:hover .register-as-text {
  color: #2a9df4;
}

.register-as:hover .register-as-img {
  background-color: var(--sucess);
}

.register-as:hover .register-as-img img {
  filter: inherit;
}

.login-1 .form-section .form-box .iti__flag-container {
  height: 53px;
}

.login-1 .form-section .form-box .iti__flag-container .iti__selected-flag {
  background: none !important;
}

.login-register a {
  color: var(--background);
  transition: all 0.5s ease;
}

.login-register a:hover {
  color: var(--mycolor);
}

.hire-tradeperson .btn {
  font-size: 14px !important;
  padding: 5px 10px 5px 5px !important;
  height: auto;
  gap: 10px;
}

.star-rating {
  direction: rtl;
  display: inline-flex;
  font-size: 2rem;
  user-select: none;
}

.star-rating input[type="radio"] {
  display: none;
}

.star-rating label {
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.star-rating input[type="radio"]:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
  color: gold;
}

.name-star .name-box {
  font-size: 12px;
}

.name-star .star-rating label {
  padding: 0px;
  border: 0px;
  font-size: 20px;
  margin-right: 2px;
  line-height: 20px;
  margin: 0px;
}

.name-star .star-rating input[type="radio"]:checked+label::after {
  display: none;
}

.name-star .star-rating input[type="radio"]:checked+label {
  background: none !important
}

.fs-12 {
  font-size: 12px !important;
}

.rating-box .input-group .form-control {
  height: auto !important;
  background: none;
  border: 1px solid #efefef;
  font-size: 12px
}

.job-box .job-actions a .dealer {
  background: none;
  border: 1px solid #E3E9E7;
}

.job-box .job-actions a .active-btn-div,
.job-box .job-actions a .dealer:hover {
  background: #DFF1FE;
  border-color: #DFF1FE;
}

.job-box .job-actions a .active-btn-div .visible,
.job-box .job-actions a .dealer:hover .visible {
  position: relative;
  color: #002147 !important;
}

/**.job-box .job-actions a .active-btn-div .visible::before{position: relative; content: ''; width: 10px; height: 10px; background:var(--background); border-radius: 50%; display: inline-block;}**/
/* toggle */
.trade-subscription .plan-single {
  padding: 27px 17px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 38px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  transition: all 0.5s ease;
}

.active-plan,
.plan-single:hover {
  background: var(--background);
  margin-top: 50px;

}

.active-plan,
.plan-single:hover .cur {
  color: #fff;
}

.trade-subscription h6:hover {
  color: #ffffff57;
}

.trade-subscription h6 {
  font-size: 20px;
  color: var(--background);
}

.addon {
  margin-top: 17px;
}

.active-plan,
.plan-single:hover h6 {
  color: #fff;
}

.active-plan,
.plan-single:hover h2 {
  color: #fff;
}

.active-plan,
.plan-single:hover .addon {
  color: #fff;
  background-color: #fff;
  color: var(--background)
}

.plan-single:hover li {
  color: #fff;
  border-color: #fff;
}

.plan-single:hover ul li::before {
  color: #fff;
}

.plan-single:hover hr {
  color: #ffffffc2;
}

.plan-single:hover .Manage .btn {
  background-color: #fff;
  color: var(--background);
}

.plan-single ul li::before {
  content: '\f058';
  color: var(--background);
  transition: all .25s;
  font-family: 'Font Awesome 5 Free';
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}

.Manage .btn:focus {
  box-shadow: none;
  border-color: transparent;
}

.trade h2 {
  font-size: 34px;
  color: var(--background);
  margin-bottom: 24px;
}

.plan-single ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(37, 74, 69, 0.1);
  color: var(--background);
  position: relative;
  text-align: left;
  font-size: 14px;
}

ul.text-left.p-0 {
  list-style: none;
}

.addon {
  background: var(--background);
  padding: 2px 15px;
  border-radius: 30px;
  margin-bottom: 40px;
  display: inline-block;
}

.Manage .btn {
  background: var(--background);
  color: #fff;
  padding: 7px 18px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 2rem;
}

.trade-subscription label {
  font-size: 16px;
  line-height: normal;
  display: inline-block;
  width: 80px;
  line-height: 36px;
  height: 36px;
  margin: 0;
  text-align: center;
}

.trade-subscription h3 {
  text-align: center;
  margin-bottom: 23px;
}

.plan-single h2 {
  font-size: 52px;
  margin-bottom: 20px;
  color: #2a9df4;
  letter-spacing: -3px;
}

.cur {
  font-size: 20px;
  color: #9d9d9d;
  letter-spacing: 0;
}

.switch {
  width: 24rem;
  position: relative;
}

.switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.switch input:checked {
  z-index: 1;
}

.switch input:checked+label {
  opacity: 1;
  cursor: default;
  /* color: #08a29e; */
  color: var(--background);
}

.switch input:not(:checked)+label:hover {
  opacity: 1;

}

.switch label {
  color: #254a45;
  /* color: var(--background); */
  opacity: 1;
  transition: opacity 0.25s ease;
  cursor: pointer;
}

.switch .toggle-outside {
  height: 100%;
  border-radius: 2rem;
  padding: 0.25rem;
  overflow: hidden;
  transition: 0.25s ease all;
}

.switch .toggle-inside {
  border-radius: 5rem;
  /* background: #08a29e; */
  background: var(--background);
  position: absolute;
  transition: 0.25s ease all;
}

.trade-subscription a {
  color: white;
  text-decoration: none;
}

.switch--horizontal {
  width: 18rem;
  margin: 0 auto;
  font-size: 0;
}

.switch--horizontal input {
  height: 36px;
  width: 80px;
  left: 80px;
  margin: 0;
}

.switch--horizontal label {
  font-size: 16px;
  line-height: normal;
  display: inline-block;
  width: 80px;
  line-height: 36px;
  height: 36px;
  margin: 0;
  text-align: center;
}

.switch--horizontal label:last-of-type {
  margin-left: 80px;
}

.switch--horizontal .toggle-outside {
  background: var(--sucess);
  position: absolute;
  width: 76px;
  left: 85px;
  height: 36px;
}

.switch--horizontal .toggle-inside {
  height: 22px;
  width: 22px;
}

.switch--horizontal input:checked~.toggle-outside .toggle-inside {
  left: 8px;
  top: 6px;
}

.switch--horizontal input~input:checked~.toggle-outside .toggle-inside {
  left: 48px;
}

/*toggle */

.post-job-box #finalStep .step-inner .form-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0px;
}

.post-job-box #finalStep .step-inner .form-check input {
  display: inline-block !important;
  width: auto;
  margin-right: 8px;
  height: auto;
}

.post-job-box #finalStep .step-inner div#address-search-container .mapboxgl-ctrl svg {
  top: 15px;
}

.post-job-box #finalStep .step-inner div#address-search-container .mapboxgl-ctrl .mapboxgl-ctrl-geocoder--input {
  padding-left: 30px;
}

.profile-pic {
  background: #fff;
  width: 74px;
  height: 74px;
  padding: 0px;
  border-radius: 50%;
}

.profile-pic img {
  max-width: 54px;
}

.task-detail .helpdesk .left-overview .profile-pic img {
  max-width: 100%;
}

.bg-dark-blue {
  background: var(--collection);
}

.btn-dark {
  background: var(--collection);
  border: none;
}

.btn-dark:hover {
  background: var(--background);
  border: none;
}

.cursor-poniter {
  cursor: pointer;
}

section.bread-sec .breadcrumb li {
  font-size: 14px;
}

section.bread-sec .breadcrumb li a {
  color: var(--background);
}

section.bread-sec .breadcrumb li a:hover {
  color: var(--collection);
}

.trade-subscription .card {
  border: 1px solid #DFF1FE;
}

.trade-subscription thead th {
  font-weight: 400;
}

.job-card .card-body {
  margin-top: -50px;
}

.job-card .card-body .bg-light {
  background: #dff0fd !important;
}

.bg-light {
  background: #dff0fd !important;
}

.text-dark {
  color: var(--collection) !important;
}

.notification-list-full .notification-icon {
  margin-top: 6px;
}

.timeline-label .timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 1.7rem;
}

.timeline-label .timeline-label {
  width: 50px;
  flex-shrink: 0;
  position: relative;
  color: var(--bs-gray-800);
  font-size: 13px !important;
  font-weight: 500 !important;
}

.timeline-label:before {
  content: "";
  position: absolute;
  left: 51px;
  width: 3px;
  top: 0;
  bottom: 0;
  background-color: var(--bs-gray-200);
}

.timeline-label .timeline-badge {
  flex-shrink: 0;
  background-color: var(--bs-body-bg);
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  margin-top: 1px;
  margin-left: -5px;
  padding: 3px !important;
  border: 6px solid var(--bs-body-bg) !important;
}

.timeline-label .timeline-content {
  flex-grow: 1;
}

.timeline-label {
  position: relative;
}

.timeline-label:before {
  content: "";
  position: absolute;
  left: 51px;
  width: 3px;
  top: 0;
  bottom: 0;
  background-color: #f1f1f4;
}

.cursor-pointer {
  cursor: pointer;
}



.range-dropdown .freshLeads a.active {
  color: var(--collection);
}

.range-dropdown .freshLeads a label {
  margin-bottom: 0px;
  cursor: pointer !important;
}

.range-dropdown .freshLeads a {
  display: flex;
  width: 100%;
  cursor: pointer !important;
  text-align: center;
  margin-bottom: 10px;

}

.range-dropdown .freshLeads a:hover {
  background: none;
  color: var(--collection);
  cursor: pointer;
}



.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 0px;
  max-width: 100%;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.review-card .star-rating {
  direction: ltr;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.homeowner-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1rem;
}

.homeowner-info {
  display: flex;
  flex-direction: column;
}

.homeowner-name {
  /**      font-weight: 600;**/
  font-size: 1rem;
}

.review-date {
  font-size: 0.85rem;
  color: #777;
}

.star-rating {
  color: #ffc107;
  margin-bottom: 0.5rem;
  font-size: 16px;
}

.review-text {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.bg-none {
  background: transparent !important;
}

.border-light {
  border: 1px solid #dff0fd !important;
}

.reviews-pics .task-photo {
  height: 50px;
  border-radius: 6px !important;
}

section.bottom-menu-res {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  background: #fff;
  width: 100%;
  padding: 10px 0px;
  display: none;
}

.my-job-table tr th {
  font-weight: 500;
  color: #a1a5b7;
}

.my-job-table table tr th,
.my-job-table table tr td {
  border-bottom: 1px dashed #e4e6ef !important;
  font-size: 14px;
}

.my-job-table .badge {
  display: inline-block;
  padding: .5em .85em;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;

  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .475rem;
}

.my-job-table .badge-light-danger {
  color: #f1416c;
  background-color: #fff5f8;
}

.my-job-table .badge-light-warning {
  color: #ffc700;
  background-color: #fff8dd;
}

.my-job-table .badge-light-success {
  color: #50cd89;
  background-color: #e8fff3;
}

.my-job-table .badge-light-info {
  color: #5fb9fd;
  background-color: #e4f4ff;
}

.symbol-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 10px;
}

.symbol-group .symbol {
  position: relative;
  z-index: 0;
  margin-left: -10px;
  border: 2px solid #fff;
  transition: all .3s ease;
}

.symbol-group.symbol-hover .symbol {
  cursor: pointer;
}

.symbol.symbol-35px>img {
  width: 35px;
  height: 35px;
}

.symbol.symbol-35px .symbol-label {
  width: 35px;
  height: 35px;
}



.symbol .symbol-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #3f4254;
  background-color: #f5f8fa;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: .475rem;
}

.symbol.symbol-circle,
.symbol.symbol-circle .symbol-label,
.symbol.symbol-circle>img {
  border-radius: 50%;
}

.symbol-group .symbol:hover {
  transition: all .3s ease;
  z-index: 1;
}

.my-job-table table {
  min-width: 730px;
}

div#searchBox span#toggleSearchBtn {
  font-size: 24px;
  cursor: pointer;
  background: #dff0fd;
  width: 39px;
  height: 39px;
  text-align: center;
  border-radius: 10px;
}

.search-container.active span#toggleSearchBtn {
  height: auto !important;
  width: auto !important;
  background: none !important;
}

.single-lead-new {
  box-shadow: 0px 0px 25px rgba(0, 33, 71, 0.1);
  border-radius: 10px !important;
}

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

.cookie-consent-wrapper {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}

.content-li {
  list-style: none;
  padding-left: 0px;
}

.content-li li {
  position: relative;
  font-size: 14px;
  padding: 5px 0px;
}

.content-li li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1e87da;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}


.single-point.mb-3 {
  padding-bottom: 0rem;
  margin-bottom: 1rem !important;
}

.single-point p span {
  font-size: 14px;
  color: #777;
}

.single-point p strong {
  font-size: 14px;
  color: #666;
  font-weight: 600;
}

.rounded-20 {
  border-radius: 20px;
}

.counter-mess {
  width: 20px;
  display: inline-block;
  border-radius: 100px;
  height: 20px;
}

.search-container {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
}

.input-container {
  position: relative;
  width: 100%;
}

.search-input {
  width: 100%;
  padding: 12px 50px 12px 16px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

.search-input:focus {
  border-color: #007bff;
}

.search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  cursor: pointer;
}

div#searchBox span#toggleSearchBtn .search-icon {
  position: relative;
  right: initial;
  top: initial;
  transform: initial;
}

.custom-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;

  border-top: none;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}

.dropdown-option {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s ease;
}

.dropdown-option:last-child {
  border-bottom: none;
}

.dropdown-option:hover {
  background-color: #f8f9fa;
}

.dropdown-option.highlighted {
  background-color: #e3f2fd;
}

.no-results {
  padding: 12px 16px;
  color: #666;
  font-style: italic;
}

/* Show dropdown when active */
.search-container.active .custom-dropdown {
  display: block;
}

a.chat-not {
  min-width: 20px;
  display: inline-block;
}

a.notify-dropdown {
  min-width: 22px;
  display: inline-block;
}

.name-chat span.badge.bg-danger {
  width: 22px;
  height: 22px;
  text-align: center;
  padding: 5px 0px;
}

.foter-logo img {
  width: 212px;
}

.no-reviews p{font-size: 18px; font-style: italic;}
.no-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 90%;
    background: #dff0fd;
    border-radius: 10px;
    padding: 30px;
}

.main-banner .banner-inner div#customDropdown .dropdown-option .category-description {display: none;}

.added-services-list {
    max-height: 530px;
    overflow-y: auto;
    padding-right: 10px;
}

nav ul.pagination li.page-item a.page-link {
    color: #000;
}
/* RESPONSIVE START HERE */

@media only screen and (min-width: 768px) {

  .mix-panel__content p {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .mix-panel__container {
    width: 32%;
  }

}

@media only screen and (min-width: 1170px) {
  .mix-main-content h1 {
    font-size: 3.2rem;
  }

  .mix-panel__header {
    width: 50%;
  }

  .w-md-auto {
    width: auto !important;
  }

  body .border-end-md-1 {
    border-right: 1px solid #fff !important;
  }
}

@media only screen and (min-width: 1500px) {
  .container {
    width: 100%;
    max-width: 1410px !important;
  }

}

@media (max-width:1370px) {
  .excellent p br {
    display: none;
  }

  .border-box p br {
    display: none;
  }

  .consistent p br {
    display: none;
  }

  .opportunities {
    padding: 44px 32px 0px 40px;
    height: 97%;
  }

  .garge br {
    display: none
  }

  .change-image {
    padding-top: 19px;
    padding-bottom: 16px;
  }

  .phonePosting br {
    display: none;
  }

  .banner-inner.t.led::after {
    right: 30px;
  }

.decision p {font-size: 12px;}
.leage {font-size: 20px;}
.decision h5 {font-size: 14px;}
.featured-trades .card-text h4 { font-size: 16px;}
.featured-trades .item .roofers h5, .featured-trades .item .roofers p {font-size: 14px;}
.testimonials .information{padding:30px 20px;}
.testimonials .information .fake-review-indicator{display: none;}


}
@media screen and (min-width: 1365px) {
    .container{max-width: 1250px;}
}

@media (max-width:1260px) {
  .dash-left-sec .job-card .row .col {
    flex: inherit;
    width: 100%;
    max-width: 50%;
  }
}

@media (max-width:990px) {
  .category h4 {
    font-size: 24px;
  }

  .category p {
    line-height: inherit;
  }

  .aaroww-right {
    width: 61px;
    height: 45px;
  }

  .consistent h4 {
    font-size: 16px;
  }

  .consistent p {
    font-size: 14px;
  }

  .card-text h4 {
    font-size: 19px;
  }

  .support {
    margin-top: 4rem;
  }

  .Support h5 {
    font-size: 13px;
  }

  .roofers h5 {
    font-size: 16px;
  }

  .pen-icon {
    font-size: 16px;
  }

  .profile-left {
    padding: 30px 0px 50px 0px;
  }

  .Waiting {
    padding: 13px 18px;
  }

  .Waiting.ing {
    padding: 13px 18px;
  }

  .banner-inner.t::after {
    top: 53px;
    right: 23px;
  }

  .banner-inner.t.led::after {
    top: 28px;
  }

  .banner-inner.t.led.Scotland::after {
    right: 1rem;
    top: 10px;
  }

  .circle-border.valid {
    width: 45px;
    height: 27px;
    font-size: 15px;
  }

  .tab-upgrade #dropdownMenuButton1 {
    font-size: 13px;
  }

  .banner-sec .banner-inner {
    min-height: 80px;
    border-radius: 10px;
  }

  .lead-detail-ul li {
    width: 100%;
    max-width: 48% !important;
    padding: 0px 1%;
  }

  .modal {
    padding-bottom: 70px !important;
  }

  .testimonials .owl-carousel::after {
    right: 0;
  }

  .testimonials .owl-carousel::before {
    left: 0;
  }
}



@media (max-width: 767px) {
  .account-text {
    display: none;
  }

  .trades p br {
    display: none;
  }

  .support .owl-nav {
    top: -51px;
    right: 16px;
  }

  .support .owl-carousel::before {
    left: 5px;
  }

  .support .owl-carousel::after {
    right: 5px;
  }

  .affordable br {
    display: none;
  }

  .affordable {
    font-size: 24px !important;
  }

  .task-detail h4 {
    font-size: 16px !important;
  }

  .hire-tradeperson button#start-chat-btn {
    font-size: 12px !important;
    padding: 5px 10px 5px 5px !important;
    gap: 5px;
    margin-left: 55px;
  }

  .helpdesk {
    padding: 10px;
  }

  .task-detail {
    padding: 15px 15px;
  }

  .action-button.sort .btn::after {
    display: none;
  }

  .action-button.sort .range-dropdown {
    right: 0;
  }

  .notify-dropdown .notification-dropdown {
    right: -70px !important;
    left: inherit !important;
  }

  .helpdesk .left-overview .profile-pic {
    width: 50px;
    height: 50px;
  }

  .task-detail .helpdesk .hire-tradeperson {
    width: 100%;
  }

  .hire-tradeperson button#start-chat-btn .lock {
    width: 20px;
    padding: 1px;
    height: 20px;
  }

  .abt-sec {
    text-align: center;
  }

  .abt-sec .img-fluid {
    margin-top: 2rem;
  }

  .dotted-line {
    display: none;
  }

  .excellent h4 br {
    display: none;
  }

  .cokkie {
    display: block !important;
  }

  .banner-inner {
    padding-left: 13px;
    padding-right: 13px;
  }

  .image-circle {
    display: block !important;
  }

  .carrer {
    margin-left: 0px;
  }

  .aaroww-right {
    width: 45px;
    height: 45px;
  }

  .people-trust {
    justify-content: center;
    margin-top: 18px;
  }

  .banner {
    text-align: center;
  }

  .opportunities {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .image-section .img-fluid {
    margin-bottom: 2rem;
  }

  .border-trade {
    margin-top: 23px;
  }

  .featured-trades {
    text-align: center;
  }

  .tradeperson-section .d-flex {
    display: block !important;
  }

  .leave .img-fluid {
    position: inherit;
    bottom: 0px;
  }

  .reliable .btn {
    font-size: 11px;
  }

  .profile-left {
    margin-bottom: 2rem;
  }

  .profile-form {
    padding: 13px;
  }

  .form-contact label {
    font-size: 13px;
  }

  .form-contact input {
    font-size: 12px;
  }

  .BuilderWing {
    padding: 7px 27px;
  }

  .banner-inner.t.led::after {
    display: none;
  }

  .banner-inner.t {
    padding: 20px 44px 20px 44px;
  }

  .banner-inner.t::after {
    display: none;
  }

  .header img {
    width: 150px;
  }

  .header .res-logo {
    width: 60px;
  }

  .post-button.btn {
    width: 86px;
    font-size: 12px;
  }

  .hiring {
    font-size: 12px;
  }

  .circle-border.valid {
    min-width: 28px;
    min-height: 28px;
    height: 28px;
    width: 28px;
  }

  .header .fa-circle-user.fa-solid {
    font-size: 19px;
  }

  .allowing h4 {
    font-size: 29px;
  }

  .header .dropdown-menu[data-bs-popper] {
    left: -135px;
  }

  .carousel-image {
    margin-top: 23px;
  }

  .opportunities {
    padding: 60px 16px 0px 16px;
  }

  .opportunities {
    height: 88%;
  }

  .footer-menu {
    padding-top: 10px;
  }

  .Builder {
    font-size: 17px;
    width: 30px;
    height: 30px;
    right: 11px;
    top: 13px;
  }

  .action-button.sort .btn {
    width: 35px;
    padding: 8px;
    height: 35px;
    border-radius: 6px !important;
  }

  .filter svg {
    font-size: 20px !important;
  }

  .action-button.sort .btn {
    border-radius: 0px;
  }

  .slider-button .mix-btn {
    color: #ffffff;
    font-size: 13px;
    padding: 6px 15px;
    border-radius: 4px !important;
  }

  .mix-panel__content {
    padding: 12px;
  }

  .testimonials .owl-nav {
    position: relative;
  }

  .tab-upgrade .res-lead-drop {
    padding: 6px 10px;
  }

  .data-content {
    margin: 15px 0px 0px 0px;
  }

  .post-button.btn {
    width: 96px;
    font-size: 12px;
  }

  .mix-panel--from-left .scroll .fs-3 {
    font-size: 16px !important;
  }

  .search-container.active .search-input-wrapper {
    width: 130px;
    opacity: 1;
  }

  section.bottom-menu-res {
    display: block;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }

  .bottom-menu-res ul li {
    width: 25%;
    text-align: center;
    list-style: none;
    font-size: 14px;
  }

  .bottom-menu-res .dropdown .dropdown-toggle::after {
    display: none;
  }

  .bottom-menu-res li i {
    font-size: 16px;
    color: #1e87da;
  }

  .bottom-menu-res li a {
    color: #000;
  }

  .bottom-menu-res ul .notify-li .notify-dropdown .chat-not {
    width: auto;
    position: relative;
  }

  .bottom-menu-res ul .notify-li .notify-dropdown .chat-not svg {
    font-size: 18px !important;
  }

  .bottom-menu-res ul .notify-li {
    font-size: 12px;
  }

  .bottom-menu-res .notify-dropdown .notification-dropdown {
    right: inherit !important;
    left: 40px !important;
  }

  .bottom-menu-res li svg {
    font-size: 18px !important;
    color: #2a9df4;
  }

  .m-res-auto {
    margin: 0 auto;
  }

  .lead-detail-ul li {
    width: 100%;
    max-width: 100% !important;
    padding: 0px;
  }

  .footer {
    padding-bottom: 80px;
  }

  .footer ul {
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .footer ul li {
    width: 100%;
    text-align: center;
    border: 0;
  }

  .step-inner {
    padding: 10px;
  }

  .register-as {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .register-as-img {
    margin-right: 0px;
  }

  .register-as-text {
    width: 100%;
    display: block;
    text-align: center;
  }

  .login-1 .form-inner {
    padding: 30px;
  }

  :root {
    --font-size: 32px;
    --paragraph: 14px;
    --title: 24px;
    --product: 16px;
    --solution: 14px;
  }

  section.jobs-list.py-5 {
    padding-top: 10px !important;
  }

  .step-inner h5 {
    font-size: 1rem;
  }

  .action-button .btn,
  .action-button .btn:hover,
  .action-button .btn.active {
    font-size: 12px;
  }

  .main-banner .banner-inner div#customDropdown .dropdown-option{padding: 8px 15px;}
  .main-banner .banner-inner div#customDropdown .dropdown-option .category-name{font-size: 14px;}

}

.job-card .data-content::before {
  border-left-color: #2a9df4;
}

.job-card .data-content {
  position: absolute;
  right: 0;
  margin-right: 0;
  padding: 4px 15px 4px 25px;
}

.single-tade-earning {
  text-align: center;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 10px;
  margin-top: 20px;
}

.single-tade-earning span {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
}

.chat-sidebar .active .name-chat a {color: #fff;}

.reviews-home-owner-sec {max-height: 600px; overflow-y: auto;}
.chat-sidebar .active .name-chat {color: #fff;}
.reviews-home-owner-sec{max-height: 600px; overflow-y: auto;}
.dash-left-sec .job-card .card-header .data-content{top:10px;}
section.unauthorized {min-height: calc(100vh - 406px); display: flex;align-items: center; justify-content: center;}
.unauthorize-box {text-align: center; padding: 30px; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); border-radius: 10px;}

.plan-box {width: 80%;}
.plan-option > .d-flex {flex-wrap: wrap !important;}

.plan-option > .d-flex > div{width: 100%;}
.plan-option{min-height: 140px;}

.plan-box .plan-option h6:hover, .plan-box .plan-option h6{color: var(--background) !important; font-size: 18px !important;} 
.plan-box > h6{color: var(--collection) !important; font-size: 20px !important;}
.login-1 .form-section .form-box .text-blue{color: var(--background) !important;}
.verify-p { position: absolute; top: 7px; right: 15px;padding-right: 25px;}
.trade a.verify {margin: 0 0 0 85px; text-decoration: underline; color: #002147;}

@media (max-width: 767px) {
  
.featured-trades .owl-nav {position: relative; top: inherit;}
.banner-inner .search-container .input-container input {padding-right: 70px; font-size: 12px;}
  /*15-05-2025*/
.foter-logo li {margin-right: 0px !important;}
.dash-left-sec .job-card .card-header .data-content{position: relative; display: inline-block; left: inherit; right: inherit; top: inherit; bottom: inherit; padding: 4px 10px; border-radius: 4px; margin-bottom: 40px; margin-top: 10px;}
.dash-left-sec .job-card .card-header .data-content::before{display: none;}
.dash-left-sec .job-card .card-header .data-content p{font-size: 14px !important;}
.dash-left-sec .job-card .card-header .data-content p span{font-size: 12px !important;}
.plan-box {width: 100%;}

}

  @media (max-width: 567px) {

  .search-container.active .search-input-wrapper {width: 150px;}
  .action-button .search-container span#toggleSearchBtn .search-icon {position: relative; top: 7px; right: inherit;}
   .verify-p {
    position: relative;
    top: 0;
    right: auto;
    text-align: right;
}
.trade a.verify {
    margin: 0;
}
}

@media (max-width: 567px) {
  
  .search-container.active .search-input-wrapper {width: 150px;}
  .action-button .search-container span#toggleSearchBtn .search-icon {position: relative; top: 7px; right: inherit;}

}