body main::before {
  background-size: contain;
}

.en__page .dashboardmenu {
  padding: 0;
  z-index: 3;
}

.dashboardmenu {
  padding: 130px 0px 0px;
}
.dashboardmenu .dashboard-inner {
  background-color: #9ed6df;
  padding: 30px 0;
}
.dashboardmenu .leftmenu {
  flex: 1;
}
.dashboardmenu .rightmenu {
  flex: 0 0 auto;
}
.dashboardmenu ul.leftmenu {
  display: block;
  margin: 0px;
  padding-left: 30px;
}
.dashboardmenu ul.leftmenu li {
  display: inline-block;
  margin-right: 40px;
}
.dashboardmenu ul.leftmenu a {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.dashboardmenu ul.leftmenu a img {
  width: auto;
  height: 35px;
  margin-right: 15px;
  display: block;
}
.dashboardmenu ul.rightmenu {
  display: block;
  margin: 0px;
  padding-right: 50px;
}
.dashboardmenu ul.rightmenu li {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  font-size: 35px;
  font-family: "Gotham Ultra";
}
.dashboardmenu ul.rightmenu li .notismsg {
  background-color: #ffffff;
  color: #eb445e;
  position: absolute;
  top: calc(100% + 20px);
  width: 230px;
  left: calc(50% - 7px);
  transform: translate(-50%, 0%);
  font-size: 15px;
  text-align: center;
  padding: 15px 10px;
  box-shadow: 0px 0px 10px -5px #000000;
  border-radius: 15px;
  display: none;
}
.dashboardmenu ul.rightmenu li .notismsg::before {
  content: "";
  position: absolute;
  top: -5px;
  left: calc(50% - 0px);
  transform: translate(-50%, 0%) rotate(45deg);
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  z-index: -1;
}
.dashboardmenu ul.rightmenu li .notismsg::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: calc(100% + 25px);
  background-color: transparent;
  z-index: 0;
}
.dashboardmenu ul.rightmenu li span {
  position: relative;
  cursor: pointer;
}
.dashboardmenu ul.rightmenu li span:hover .notismsg {
  display: block;
}
.dashboardmenu ul.rightmenu li img {
  width: auto;
  height: 35px;
  margin-right: 15px;
  display: block;
}
.dashboardmenu ul.rightmenu li strong {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #eb445e;
  border-radius: 50px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0px;
  left: -15px;
}

.en__dashboard {
  overflow: hidden;
  position: relative;
  padding: 0 0 60px;
}
.en__dashboard::before {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 50px;
  background-image: url(../images/dots.svg);
  background-size: contain;
  width: 140px;
  height: 75px;
  background-repeat: no-repeat;
}
.en__dashboard .container {
  padding: 0 15px;
}
.en__dashboard .col-leftbar {
  flex: 0 0 400px;
  max-width: 400px;
  background-color: #000000;
}
.en__dashboard .sidebar {
  background-color: #000000;
  color: #ffffff;
  max-width: 357px;
  margin: 0px;
  padding: 70px 0px 0px;
  text-align: center;
  position: relative;
}
.en__dashboard .sidebar::before {
  content: "";
  position: absolute;
  background: #000000;
  top: 0px;
  right: -20px;
  height: 100%;
  width: calc(100% + 50vw);
  z-index: -1;
}
.en__dashboard .sidebar h2 {
  color: #9ed6df;
  font-size: 20px;
  margin: 0px 0px 12px;
}
.en__dashboard .sidebar p {
  font-size: 12px;
  color: #ffffff;
  font-family: "Gotham Medium";
}
.en__dashboard .col-rightbar {
  flex: 0 0 calc(100% - 400px);
  max-width: calc(100% - 400px);
}
.en__dashboard .joblits {
  margin: 25px 0px 40px;
  text-align: left;
  overflow-y: scroll;
  height: 300px;
}
.en__dashboard .joblits .colleft {
  flex: 1;
}
.en__dashboard .joblits h2 {
  font-size: 14px;
  color: #ffffff;
  margin: 0px 0px 10px;
}
.en__dashboard .joblits h2 span {
  display: block;
}
.en__dashboard .joblits .colright {
  flex: 0 0 auto;
  min-width: 70px;
}
.en__dashboard .joblits .colright img {
  width: 12px;
  height: auto;
  margin-right: 6px;
}
.en__dashboard .joblits .colright .edit {
  font-size: 14px;
  color: #9ed6df;
  font-family: "Gotham Ultra";
  cursor: pointer;
}
.en__dashboard .joblits .colright .delete {
  font-size: 14px;
  color: #eb445e;
  font-family: "Gotham Ultra";
  position: relative;
  bottom: 12px;
  cursor: pointer;
}
.en__dashboard .joblits strong {
  font-size: 14px;
  font-family: "Gotham Medium";
}
.en__dashboard .joblits li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd;
}
.en__dashboard .joblits li:nth-last-child(1) {
  border-bottom: none;
}
.en__dashboard .getstarted {
  margin-top: 50px;
}
.en__dashboard .getstarted h2 {
  color: #ffffff;
  margin: 0 0 15px;
}
.en__dashboard .getstarted .col-3 {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 0 40px;
}
.en__dashboard .getstarted .col-3 .dotsarrow {
  position: absolute;
  top: 110%;
  right: 50%;
  transform: translate(80%, -50%) rotate(-45deg);
  width: 100px;
  height: 100px;
  filter: invert(1);
}
.en__dashboard .getstarted .col-3:nth-child(2) .dotsarrow {
  transform: translate(50%, -50%) rotate(45deg);
}
.en__dashboard .getstarted .col-3:nth-last-child(1) .dotsarrow {
  display: none;
}
.en__dashboard .getstarted .infobox {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 6px 10px -10px #000000;
  height: 100%;
  position: relative;
  text-align: left;
}
.en__dashboard .getstarted .infobox .leftbox {
  text-align: center;
}
.en__dashboard .getstarted .infobox img {
  width: auto;
  height: 52px;
  margin-bottom: 8px;
  display: inline-block;
}
.en__dashboard .getstarted .infobox h3 {
  font-size: 20px;
  margin: 0px 0px 12px;
  color: #000000;
  padding-left: 10px;
  font-family: "Gotham Ultra";
}
.en__dashboard .getstarted .infobox p {
  font-size: 12px;
  padding-left: 10px;
  color: #000000;
  margin-bottom: 0;
}
.en__dashboard .needhelp {
  background-color: #e0e0df;
  position: relative;
  padding: 40px 0px;
}
.en__dashboard .needhelp::before {
  content: "";
  position: absolute;
  background: #e0e0df;
  top: 0px;
  right: -43px;
  height: 100%;
  width: calc(100% + 50vw);
  z-index: 0;
}
.en__dashboard .needhelp h2 {
  color: #000000;
  position: relative;
}
.en__dashboard .needhelp p {
  color: #000000;
  position: relative;
  font-size: 14px;
  font-family: "Gotham Medium";
}
.en__dashboard .needhelp .row {
  margin: 40px 0 0 0px;
}
.en__dashboard .needhelp .row .col-12 {
  padding-left: 60px;
}
.en__dashboard .needhelp .imgbox {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.en__dashboard .needhelp .imgbox p {
  margin: 0px;
  font-size: 16px;
  font-family: "Gotham Ultra";
}
.en__dashboard .needhelp .imgbox img {
  width: 40px;
  height: auto;
  margin-right: 20px;
  max-height: 50px;
}

.enhanz_product-details .en__dashboard {
  overflow: hidden;
  position: relative;
}
.enhanz_product-details .en__dashboard::before {
  display: none;
}

.en__dashboard .joblits::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b7e4ed;
}
.en__dashboard .joblits::-webkit-scrollbar {
  width: 6px;
  background-color: #b7e4ed;
}
.en__dashboard .joblits::-webkit-scrollbar-thumb {
  background-color: #F5F5F5;
}

.en__dashboard .needhelp .imgbox a {
  text-decoration: unset;
  color: #000000;
}

body.formstep3_active .en__dashboard .col-leftbar {
  display: none;
}
body.formstep3_active .en__dashboard .col-rightbar {
  flex: 0 0 calc(100% - 0px);
  max-width: calc(100% - 0px);
}
body.formstep3_active .product > h2 {
  display: none;
}
body.formstep3_active .dashboardmenu {
  padding-top: 0px;
}

.en_beforeyoubegin .leftinfo p {
  margin-bottom: 0;
  font-family: "Gotham Medium";
  font-size: 14px;
}

section.en__listing {
  position: relative;
}
section.en__listing .sub-title {
  margin: 0px 0 50px;
}
section.en__listing .imgbox img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 350px;
}
section.en__listing .en__listing {
  padding: 0 25px;
  margin-bottom: 50px;
}
section.en__listing .en__listing_item_details {
  padding: 25px 0px 0px;
}
section.en__listing .en__listing_item_details p {
  font-size: 20px;
  margin: 0 0 8px;
}
section.en__listing .en__listing_item_details strong {
  font-size: 18px;
  font-weight: 400;
  color: #707070;
}
section.en__listing .en__listing_item_details a {
  background-color: #000000;
  color: #ffffff;
  margin: 0px;
  font-size: 15px;
  padding: 15px;
  float: right;
  display: flex;
  align-items: center;
}
section.en__listing .en__listing_item_details a img {
  margin-left: 10px;
  width: 20px;
  height: auto;
}
section.en__listing.en__createanewjob .titlebox {
  margin-top: 80px;
}
section.en__listing.en__createanewjob .titlebox h2 {
  font-size: 25px;
}

.cols.editextras h3 {
  padding-right: 5%;
}

.en__jobpostform {
  padding: 55px 0px 30px 75px;
}

.en_beforeyoubegin {
  background-color: #eb445e;
  padding: 30px;
  color: #ffffff;
}
.en_beforeyoubegin .leftinfo {
  padding-right: 35px;
  border-right: 2px solid #ffffff;
  margin-right: 55px;
}
.en_beforeyoubegin h2 {
  font-size: 25px !important;
  color: #ffffff;
}
.en_beforeyoubegin strong {
  font-size: 18px;
  font-family: "Gotham Black";
  margin: 0px 0px 10px;
  display: block;
}
.en_beforeyoubegin p {
  font-size: 14px;
  font-family: "Gotham Medium";
}
.en_beforeyoubegin .innerboxright {
  text-align: center;
}
.en_beforeyoubegin .innerboxright h4 {
  font-size: 16px;
  color: #ffffff;
  margin: 0px 0px 5px;
}
.en_beforeyoubegin .innerboxright p {
  font-size: 16px;
}
.en_beforeyoubegin .innerboxright h3 {
  font-size: 16px;
  color: #ffffff;
  margin: 0px 0px 5px;
  line-height: 1.4;
}
.en_beforeyoubegin .innerboxright h3 span {
  display: block;
}

.tabbartop.row {
  margin: 30px 0px 30px;
  flex-wrap: nowrap;
}
.tabbartop .cols {
  flex: auto;
  text-align: center;
}
.tabbartop .cols:nth-child(1) {
  text-align: left;
}
.tabbartop .cols.active .heigliteborder {
  background-color: #9ed6df;
  opacity: 1;
}
.tabbartop .cols.active h3 {
  opacity: 1;
}
.tabbartop .heigliteborder {
  padding: 14px;
  background-color: #707070;
  opacity: 0.17;
}
.tabbartop h3 {
  font-size: 20px;
  opacity: 0.15;
  color: #000000;
  margin: 20px 0px 0px !important;
}

.formmain {
  margin-top: 80px;
}
.formmain .formgrp {
  align-items: center;
}
.formmain .formgrp p {
  margin: 0px;
  color: #5ab0be;
  font-size: 16px;
  font-family: "Gotham Bold";
}
.formmain .formgrp label {
  font-size: 18px;
  margin-right: 15px;
}
.formmain .formgrp .ez_jobtitle_error {
  position: absolute;
  top: calc(100% + 5px);
  font-size: 12px;
  left: 0px;
}
.formmain .formgrp input {
  background-color: #ffffff;
  border: none;
  font-size: 16px;
  padding: 12px;
  width: 100%;
  max-width: 550px;
  margin-right: 15px;
  outline: none;
  box-shadow: none;
}
.formmain .fileupload {
  margin-top: 50px;
  margin-bottom: 35px;
}
.formmain .fileupload strong {
  font-size: 18px;
  margin-right: 15px;
  font-weight: 300;
}
.formmain .fileupload label {
  color: #5ab0be;
  font-size: 14px;
  border: 2px solid #5ab0be;
  padding: 12px 45px;
  display: inline-block;
}
.formmain .drop-zone {
  background-color: rgba(112, 112, 112, 0.14);
  display: flex;
  align-items: center;
  justify-content: left;
  height: 250px;
  margin: 30px 0px 20px;
  cursor: -webkit-grab;
  cursor: grab;
  padding: 35px;
  text-align: center;
}
.formmain .drop-zone span {
  width: 100%;
}
.formmain .drop-zone__input {
  display: none;
}
.formmain .drop-zone__thumb {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.formmain .drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
.formmain .nextbtn {
  text-align: right;
  margin: 35px 0px 0px;
}
.formmain .nextbtn button {
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  font-family: "Gotham Ultra";
  border: none;
  padding: 12px 38px;
  border-radius: 4px;
}
.formmain .formstep1 .formgrp.row {
  margin-bottom: 40px;
}
.formmain .formstep1 .image-uploader {
  min-height: 250px;
  border: none;
  position: relative;
  background-color: rgba(112, 112, 112, 0.14);
}
.formmain .formstep1 .image-uploader i {
  display: none !important;
}
.formmain .formstep1 .image-uploader span {
  font-size: 14px;
  opacity: 0.65;
}
.formmain .formstep2 h2,
.formmain .formstep3 h2 {
  font-size: 25px;
  margin: 0px;
}
.formmain .formstep2 strong,
.formmain .formstep3 strong {
  color: #5ab0be;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  margin: 0px 0px 50px;
}
.formmain .formstep2 h3,
.formmain .formstep3 h3 {
  margin: 0px 0px 15px;
  font-size: 18px;
  font-family: "Gotham Ultra";
}
.formmain .formstep2 ul input,
.formmain .formstep3 ul input {
  margin-right: 20px;
  transform: scale(1.5);
}
.formmain .formstep2 ul li,
.formmain .formstep3 ul li {
  font-size: 14px;
  margin: 0px 0px 12px;
}
.formmain .formstep2 .imageblock,
.formmain .formstep3 .imageblock {
  margin: 0px;
}
.formmain .formstep2 .imageblock img,
.formmain .formstep3 .imageblock img {
  width: 100%;
}
.formmain .formstep2 .imageblock .imgbox,
.formmain .formstep3 .imageblock .imgbox {
  position: relative;
}
.formmain .formstep2 .imageblock .imgbox span,
.formmain .formstep3 .imageblock .imgbox span {
  position: absolute;
  top: 30px;
  right: 0px;
  background-color: #9ed6df;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px;
  font-family: "Gotham Ultra";
}
.formmain .formstep2 .fomrslids,
.formmain .formstep3 .fomrslids {
  position: relative;
  margin-bottom: 30px;
}
.formmain .formstep2 .fomrslids .swiper-button-next::before,
.formmain .formstep3 .fomrslids .swiper-button-next::before {
  content: "Next image";
  position: absolute;
  top: calc(100% + 6px);
  min-width: 120px;
  text-align: center;
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
  font-family: "Gotham Ultra";
}
.formmain .formstep2 textarea,
.formmain .formstep3 textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #efefef;
  resize: none;
  border-radius: 4px;
  padding: 15px;
  outline: none;
}
.formmain .formstep2 .nextbtn p,
.formmain .formstep3 .nextbtn p {
  text-align: left;
  float: left;
  font-size: 14px;
  margin: 0px;
  display: block;
}
.formmain .formstep3 p {
  font-size: 14px;
  font-weight: 600;
}
.formmain .formstep3 .infobox {
  padding-right: 15px;
}
.formmain .formstep3 .infobox .row {
  margin-top: 50px;
}
.formmain .formstep3 h2 + strong {
  color: #EB445E;
  margin: 20px 0px;
  text-transform: initial;
  font-family: "Gotham Bold";
}
.formmain .formstep3 h3 ~ strong {
  color: #000000;
  margin: 5px 0px;
  font-size: 14px;
}
.formmain .formstep3 ul {
  margin-top: 30px;
}
.formmain .formstep3 .editbutton {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.formmain .formstep3 .editbutton button {
  background-color: #9ED6DF;
  color: #000000;
  font-size: 15px;
  font-family: "Gotham Ultra";
  border: none;
  padding: 12px 38px;
  border-radius: 4px;
  border: 2px solid transparent;
}
.formmain .formstep3 .editbutton button + button {
  background-color: transparent;
  border: 2px solid #9ED6DF;
  color: #9ED6DF;
  margin-left: 15px;
}
.formmain .formstep3 .totalcost {
  margin-top: 30px;
}
.formmain .formstep3 .totalcost h2 {
  font-size: 22px;
  margin: 0px 0px 10px;
}
.formmain .formstep3 .totalcost p {
  font-size: 14px;
  margin-bottom: 10px;
}
.formmain .formstep3 .totalcost .col-4 {
  text-align: right;
}
.formmain .formstep3 .totalcost .col-4 h4 {
  color: #5AB0BE;
  font-size: 18px;
  margin: 0 0 7px;
}
.formmain .formstep3 .totalcost .col-4 button {
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  font-family: "Gotham Ultra";
  border: none;
  padding: 12px;
  border-radius: 4px;
  margin-top: 10px;
}

.swiper-button_wrap {
  position: absolute;
  padding: 10px;
  display: inline-block;
  width: 41%;
  right: 0;
  top: 40%;
}

body.single-product .global-header-section .product > h2 {
  display: none;
}
body.single-product .global_page .dashboardmenu {
  padding-top: 0px;
}

body.single-product .global-header-section > .container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.dashboardmenu ul.leftmenu li.active a {
  position: relative;
}

.dashboardmenu ul.leftmenu li.active a:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  bottom: -6px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.formmain .formstep3 .infobox p,
.formmain .formstep3 .infobox li {
  font-family: "Gotham Medium";
}

.image-uploader .uploaded .uploaded-image .delete-image:before {
  content: "X";
  color: #ffffff;
  font-size: 11px;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  cursor: pointer;
  pointer-events: none;
  font-weight: normal;
  left: 0;
  line-height: 20px;
}

.image-uploader .uploaded .uploaded-image .delete-image {
  background-color: #000000;
  width: 20px;
  height: 20px;
}

.en__jobpostform #edit_images .en__plus {
  display: inline-block;
  border: 1.5px solid #5AB0BE;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  margin-right: 10px;
  line-height: 16px;
}

.en__jobpostform .editbutton #edit_images {
  padding: 12px 12px;
}

.en__jobpostform .formstep2 .fomrslids .swiper-slide > .row {
  margin-bottom: 42px;
}

.en__dashboard .formmain .nextbtn input {
  margin-right: 12px;
}

.en__jobpostform .formstep2 .swiper-slide .infobox {
  padding-right: 80px;
  padding-bottom: 40px;
}

.en__jobpostform .formmain .formstep3 .infobox {
  padding-right: 80px;
}

.en__jobpostform .formstep3 .totalcost {
  width: 50%;
  float: right;
  margin-top: 15px !important;
}

.en__jobpostform.formstep3 .totalcost .col-4 h4 {
  color: #5AB0BE;
}

.en-removal-image-preview img {
  max-width: 210px;
}

.dashboardmenu ul.leftmenu li span:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  display: block;
  bottom: -5px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.dashboardmenu ul.leftmenu li span {
  font-family: "Gotham Bold";
}
.dashboardmenu ul.leftmenu li span.active {
  font-family: "Gotham Ultra";
}
.dashboardmenu ul.leftmenu li span.active:before {
  opacity: 1;
  visibility: visible;
}

.dashboardmenu ul.leftmenu li span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

input[type=checkbox] {
  accent-color: #9ed6df;
}

.rightbar .header__menu li:first-child {
  padding-right: 36px;
}

.rightbar .header__menu li:first-child,
.rightbar .header__menu li:first-child span {
  font-size: 14px;
  font-family: "Gotham Medium";
}

ul.job-free-services {
  padding-left: 5px;
}

/* start tooltips password */
/* Add this attribute to the element that needs a tooltip */
.en__jobpostform [data-tooltip] {
  position: relative;
  cursor: pointer;
}

/* Hide the tooltip content by default */
.en__jobpostform [data-tooltip]:before,
.en__jobpostform [data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
.en__jobpostform [data-tooltip]:before {
  position: absolute;
  top: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  border-radius: 3px;
  background-color: #ffffff;
  background-color: hsla(0deg, 0%, 20%, 0.9);
  color: #000000;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  width: 155px;
  height: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 15px;
  font-family: "Gotham Medium";
}

/* Triangle hack to make tooltip look like a speech bubble */
.en__jobpostform [data-tooltip]:after {
  position: absolute;
  top: 120%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
.en__jobpostform [data-tooltip]:hover:before,
.en__jobpostform [data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

.en__jobpostform .enhanz_tooltip {
  background-color: #83C6D1;
  width: 14px;
  height: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  margin-left: 5px;
  font-size: 10px;
  top: 2px;
  max-width: 14px;
  flex: 0 0 14px;
  line-height: 14px;
  font-family: "Gotham Medium";
  font-weight: 500 !important;
  position: relative;
}

/* end tooltips css */
.swiper_button_wrap {
  position: relative;
}

.formstep2 .swiper_button_wrap {
  margin-right: 80px;
}
.formstep2 .en-removal-image-guide-wrap {
  margin-top: 20px;
}
.formstep2 .en-removal-image-guide-wrap .en-removal-image-wrap .fileupload {
  display: flex;
  align-items: center;
  margin: 0;
}
.formstep2 .en-removal-image-guide-wrap .en-removal-image-wrap strong {
  margin: 0;
  margin-right: 20px;
  color: #000;
}
.formstep2 .en-removal-image-guide-wrap .en-removal-image-wrap label {
  cursor: pointer;
}

.formstep2 .swiper.mySwipertxt {
  margin-top: 50px;
}

.enhanz__services-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.enhanz__services-wrap input {
  position: absolute;
  opacity: 0;
}
.enhanz__services-wrap input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  align-items: flex-start;
}
.enhanz__services-wrap input + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #555;
  border-radius: 5px;
  position: relative;
  top: -1px;
  max-width: 20px;
  flex: 0 0 20px;
}
.enhanz__services-wrap input:hover + label:before {
  background: #fff;
}
.enhanz__services-wrap input:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.enhanz__services-wrap input:checked + label:before {
  background: #9ed6df;
}
.enhanz__services-wrap input:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.enhanz__services-wrap input:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.enhanz__services-wrap input:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  background: #111;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #111, 4px 0 0 #111, 4px -2px 0 #111, 4px -4px 0 #111, 4px -6px 0 #111, 4px -8px 0 #111;
  transform: rotate(45deg);
}

.theme-enhanz {
  background: #fff;
}

.tippy-tooltip.theme-enhanz {
  font-size: 18px;
  color: #111;
  background-color: #fefefe;
  padding: 12px;
  border-radius: 20px;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.25);
}

.tippy-box[data-theme~=theme-enhanz] {
  background-color: #fefefe;
  color: #111;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.25);
}

.tippy-box[data-theme~=theme-enhanz][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=theme-enhanz][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~=theme-enhanz][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=theme-enhanz][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #fff;
}

.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}

.theme-enhanz h4 {
  color: #9ed6df;
  margin-top: 8px;
  margin-bottom: 5px;
}

.en-removal-image-tooltip-wrap h3 .enhanz_tooltip {
  position: relative;
  top: -3px;
}

@media (max-width: 1500px) {
  .formmain .formstep2 .fomrslids .swiper-button-next,
.formmain .formstep3 .fomrslids .swiper-button-next {
    right: 10px;
    left: auto;
  }
  .formmain .formstep2 .fomrslids .swiper-button-next::before,
.formmain .formstep3 .fomrslids .swiper-button-next::before {
    display: none;
  }
  .formmain .formstep2 .fomrslids .swiper-button-prev,
.formmain .formstep3 .fomrslids .swiper-button-prev {
    left: 5px;
    right: auto;
  }
  .en__jobpostform .formstep2 .swiper-slide .infobox {
    padding-right: 15px;
  }
  .dashboardmenu ul.rightmenu {
    padding-right: 20px;
  }
  .dashboardmenu ul.rightmenu li {
    font-size: 25px;
  }
}
@media (max-width: 1300px) {
  .dashboardmenu ul.leftmenu a {
    font-size: 16px;
  }
  .dashboardmenu ul.rightmenu li {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .needhelp .col-12 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .swiper_button_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .en__jobpostform .formstep3 .totalcost {
    width: 100%;
  }
}
.en-removal-image-guide-wrap .fileupload p {
  margin-bottom: 0px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 180px;
}

.woocommerce .return-to-shop a {
  margin-right: 20px;
  background-color: #000000;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 4px;
}

.woocommerce .return-to-shop a:hover {
  background-color: #4d4d4d;
  text-decoration: none;
  background-image: none;
  color: #fcfcfc;
}/*# sourceMappingURL=dashboard.css.map */