/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/* =======================================================================
 Main CSS
========================================================================== */


body {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-family: "museo-sans", sans-serif;
  -moz-osx-font-smoothing: grayscale;
}
button:focus, a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
input, input:focus {
  outline: none;
}
a:hover, button:hover {
  cursor: pointer;
}
::selection {
    background: #00A74A; color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  letter-spacing: -0.03em;
  color: #000F2F;
  font-weight: 900;
  margin-top: 0.85em;
  margin-bottom: 0.5em;
  font-family: "museo-sans", sans-serif;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  color: #7C859F;
  line-height: 1.5;
  margin-top: 0.25em;
  margin-bottom: 1em;
}
input {
  border: none;
  outline: none;
}
.p--bigger {
  font-size: 18px;
}
section {
  padding: 30px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  section {
    padding: 20px;
  }
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
}
.text-centered {
  text-align: center;
}
.button {
  background: #00A74A;
  display: inline-block;
  padding: 16px 24px;
  border-radius: 8px;
  color: #fff;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  transition: all ease 0.3s;
  font-weight: 700;
}
.button:hover, .button:focus {
  background: #00B751;
  color: #fff;
}

/* Header
   ========================================================================== */

.header-container {
    width: 1200px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.main-header {
    background: #000F2F;
    position: relative;
}
.main-header .site-logo {
    width: 170px;
    position: relative;
    z-index: 2;
}
.main-header .header-container {
    padding: 25px 10px;
    max-width: calc(100% - 20px);
    display: flex;
    align-items: center;
}
.main-header .header-search {
    display: flex;
    align-items: center;
    width: 520px;
}
.main-header .header-search button {
    padding: 17px 25px 17px 18px;
    border: 0;
    border-radius: 8px;
    margin-left: 40px;
    background: #fff;
    font-weight: 700;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
    text-align: left;
    font-size: 13px;
}
.main-header .header-search button:hover {
    cursor: pointer;
}
.main-header .header-search button i {
    color: #00A74A;
    margin-right: 5px;
    font-size: 1.4em;
    position: relative;
    top: 2px;
}
.main-header .main-menu {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 520px);
    position: relative;
    z-index: 3;
}
.main-header .main-menu ul {
    list-style: none;
    margin: 0;
}
.main-header .main-menu ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}
.main-header .main-menu ul li:not(:last-child) {
    margin-right: 30px;
}
.main-header .main-menu ul li.menu-button {

}
.main-header .main-menu ul li a {
    color: #fff;
    transition: color ease 0.2s;
    font-size: 14px;
}
.main-header .main-menu ul li a:hover {
    color: rgba(255,255,255,0.7);
    cursor: pointer;
}
.main-header .main-menu ul li.menu-button a {
    background: #00a74A;
    padding: 14px 24px;
    border-radius: 8px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
    transition: background ease 0.3s;
}
.main-header .main-menu ul li.menu-button a:hover {
    background: #00B751;
    color: #fff;
}
#sidebar-toggle {
    display: none;
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 9;
}
#sidebar-toggle:hover {
    cursor: pointer;
}
#sidebar-menu {
    background: rgba(0,15,47,1);
    position: fixed;
    top: 0;
    right: -290px;
    padding: 20px;
    width: 250px;
    height: 100vh;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
#sidebar-menu .sidebar-logo {
    width: 36px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
#sidebar-menu.open {
    right: 0;
    visibility: visible;
}
#sidebar-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 10px 10px 10px;
}
#sidebar-menu ul li {
    padding: 16px 0;
    font-size: 20px;
    font-weight: 700;
}
#sidebar-menu ul li.menu-button a {
    background: #00A74A;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 6px;
    font-size: 17px;
    transition: all ease 0.3s;
}
#sidebar-menu ul li.menu-button a:hover {
    background: #00B751;
}
#sidebar-menu ul li a {
    color: #fff;
    transition: color ease 0.2s;
}
#sidebar-menu ul li a:hover {
    color: rgba(255,255,255,0.6);
    cursor: pointer;
}
.transparent-header .main-header {
    background: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.no-search .main-header .header-search button {
    display: none !important;
}
.no-search .main-header .site-logo {
    min-width: 160px !important;
}
@media screen and (max-width: 1024px) {
    .main-header .main-menu ul {
        display: none !important;
    }
    #sidebar-toggle {
        display: block !important;
    }
    .main-header .main-menu {
      width: auto;
    }
    .main-header .header-container {
      justify-content: space-between;
    }
}
@media screen and (max-width: 768px) {
    .main-header .header-search button {
        white-space: nowrap;
        overflow: hidden;
        width: 40vw;
        margin-left: 30px;
        color: #7C859F;
        font-weight: 300;
    }
    .main-header .site-logo {
        width: 120px;
    }
    .main-header .header-container {
        padding: 15px;
    }
}
@media screen and (max-width: 480px) {
    .main-header .header-search button {
        width: calc(80vw - 140px);
        margin-left: 4vw;
        padding: 13px 25px 14px 13px;
    }
    .main-header .site-logo {
        width: 110px;
    }
}


/* Off Canvas Header Search
   ========================================================================== */

#offCanvasSearch form {
  display: flex;
  align-items: center;
  justify-content: center;
}
#offCanvasSearch form .form-group-1 {
  position: relative;
}
#offCanvasSearch form .form-group-1 input[type="text"] {
  padding: 0 15px 0 55px;
  height: 60px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #000f2f;
}
#offCanvasSearch form .form-group-1 input[type="text"]::placeholder {
  color: #000f2f;
}
#offCanvasSearch form .form-group-1 i {
  position: absolute;
  font-size: 20px;
  color: #00a74a;
  top: calc(50% - 10px);
  left: 26px;
}

#offCanvasSearch form .form-group-1 i.reset {
    left: 90%;
    transform: rotate(45deg);
    cursor: pointer;
    color: #000F2F;
    font-weight: 300;
    display: none;
}
#offCanvasSearch form .form-group-1 button {
  height: 60px;
  border-radius: 0 4px 4px 0;
  border: none;
  background: #00a74a;
  color: #fff;
  font-weight: 700;
  padding: 0 30px;
  margin-left: -4px;
  transition: background ease 0.3s;
  font-size: 15px;
}
#offCanvasSearch form .form-group-1 button:hover {
  background: #00B751;
}
#offCanvasSearch form .first-input  {
  width: 270px;
}
#offCanvasSearch form .second-input {
  width: 370px;
  margin-left: -10px;
}
#offCanvasSearch form .form-group-1 .fa-user {
  left: 16px !important;
}
#offCanvasSearch form {
  margin: 40px 0;
}
#offCanvasSearch form .form-group-1 button i {
  display: none;
}
@media screen and (max-width: 1024px) {
#offCanvasSearch form .first-input {
  width: 250px;
}
#offCanvasSearch form .second-input {
  width: 350px;
}
}
@media screen and (max-width: 767px) {
#offCanvasSearch form .form-group-1 .fa-user {
  left: 24px !important;
}
#offCanvasSearch form {
  flex-wrap: wrap;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6vw;
  margin-bottom: 6vw;
}
#offCanvasSearch form .form-group-1 {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
#offCanvasSearch form .form-group-1 input[type="text"], #offCanvasSearch form .form-group-1 button {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 4px;
  box-sizing: border-box;
}
#offCanvasSearch h2 {
  font-size: 7.5vw;
  width: 100%;
}
#offCanvasSearch form .form-group-1 button i {
  color: #fff;
  font-size: 20px;
  display: block;
  left: auto;
  right: 20px;
}
#offCanvasSearch form .form-group-1 button {
  text-align: left;
  padding-left: 24px;
}
}
#offCanvasSearch {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 20;
opacity: 0;
visibility: hidden;
transition: all ease 0.2s;
}
#offCanvasSearch.open {
opacity: 1;
visibility: visible;
}
#offCanvasSearch .background--overlay {
background: rgba(0,15,47,0.5);
position: relative;
height: 100vh;
}
#offCanvasSearch .container {
background: #000f2f;
max-width: 100% !important;
padding: 40px 20px;
}
#offCanvasSearch h2 {
color: #fff;
margin-bottom: 0;
text-align: center;
}
#offCanvasSearch #closeSearch {
position: absolute;
color: #fff;
right: 20px;
top: 15px;
font-size: 36px;
font-weight: 300;
transition: opacity ease 0.3s;
}
#offCanvasSearch #closeSearch:hover {
cursor: pointer;
opacity: 0.6;
}
#offCanvasSearch form {
margin-top: 20px;
}
#offCanvasSearch .container {
position: relative;
bottom: 100px;
transition: all ease 0.2s;
}
#offCanvasSearch.open .container {
bottom: 0;
}

/* Home Page
   ========================================================================== */

.main--hero {
  background-image: url('../img/tradesman.jpg');
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50% 30%;
}
.main--hero .background--overlay {
  display: block;
  background: #000f2f;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 0;
}
.main--hero .container {
  position: relative;
  z-index: 1;
}
.main--hero .hero--inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
.main--hero .hero--inner h2 {
  color: #fff;
  font-weight: 900;
  font-size: 60px;
  margin: 0;
}
.main--hero .hero--inner form {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.main--hero .hero--inner form .form-group-1 {
  position: relative;
}
.main--hero .hero--inner form .form-group-1 input[type="text"] {
  padding: 0 15px 0 55px;
  height: 60px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #000f2f;
}
#listingSearch input, #listingSearch input:focus {
  border: none;
  outline: none;
}
.main--hero .hero--inner form .form-group-1 input[type="text"]::placeholder {
  color: #000f2f;
}
.main--hero .hero--inner form .form-group-1 i {
  position: absolute;
  font-size: 20px;
  color: #00a74a;
  top: calc(50% - 10px);
  left: 26px;
}

.main--hero .hero--inner form .form-group-1 i.reset {
    left: 90%;
    cursor: pointer;
    color: #000F2F;
    font-weight: 300;
    display: none;
    background: #fff;
    width: 24px;
    height: 20px;
    transform: rotate(0);
    z-index: 2;
}
.main--hero .hero--inner form .form-group-1 i.reset:before {
    transform: rotate(45deg);
    display: block;
}
.main--hero .hero--inner form .form-group-1 button {
  height: 60px;
  border-radius: 0 4px 4px 0;
  border: none;
  background: #00a74a;
  color: #fff;
  font-weight: 700;
  padding: 0 30px;
  margin-left: -4px;
  transition: background ease 0.3s;
  font-size: 15px;
}
.main--hero .hero--inner form .form-group-1 button:hover {
  background: #00B751;
}
.main--hero .hero--inner form .first-input  {
  width: 270px;
}
.main--hero .hero--inner form .second-input {
  width: 370px;
  margin-left: -10px;
}
.main--hero .hero--inner form .form-group-1 .fa-user {
  left: 16px !important;
}

.main--hero .container {
  padding-top: 180px;
  padding-bottom: 80px;
}
.main--hero .hero--inner form {
  margin: 40px 0;
}
.main--hero .hero--inner form .form-group-1 button i {
  display: none;
}
@media screen and (max-width: 1024px) {
.main--hero .hero--inner form .first-input {
  width: 250px;
}
.main--hero .hero--inner form .second-input {
  width: 350px;
}
}
@media screen and (max-width: 767px) {
.main--hero .hero--inner form .form-group-1 .fa-user {
  left: 24px !important;
}
.main--hero .hero--inner form {
  flex-wrap: wrap;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6vw;
  margin-bottom: 6vw;
}
.main--hero .hero--inner form .form-group-1 {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.main--hero .hero--inner form .form-group-1 input[type="text"], .main--hero .hero--inner form .form-group-1 button {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 4px;
  box-sizing: border-box;
}
.main--hero .hero--inner h2 {
  font-size: 7.5vw;
  margin: 0 auto;
  width: 100%;
}
.main--hero .container {
  padding-top: 150px;
  padding-bottom: 80px;
}

.main--hero .hero--inner form .form-group-1 button i {
  color: #fff;
  font-size: 20px;
  display: block;
  left: auto;
  right: 20px;
}
.main--hero .hero--inner form .form-group-1 button {
  text-align: left;
  padding-left: 24px;
}
}

/* Featured Categories */

.featured--tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}
.featured--tiles a {
  display: flex;
  width: calc(25% - 10px);
  margin: 5px;
  padding: 20px;
  box-sizing: border-box;
  height: 300px;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  position: relative;
}
.featured--tiles a h4 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  position: relative;
  transition: all 0.3s ease;
}
.featured--tiles a:before {
  content:"";
  display: block;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.featured--tiles a:hover h4 {
  color: #00A74A;
}
@media screen and (max-width: 1024px) {
.featured--tiles a {
  height: 220px;
}
}
@media screen and (max-width: 767px) {
.featured--tiles a {
  width: calc(50% - 10px);
  height: 180px;
}
.featured--tiles a h4 {
  font-size: 16px;
}
.featured--categories h2 {
  font-size: 7vw;
}
.featured--categories p {
  font-size: 15px;
}
}
@media screen and (max-width: 480px) {
.featured--tiles a {
  height: 150px;
}
}

/* Featured Locations */

.featured--locations {
  padding-top: 50px;
  padding-bottom: 50px;
}
.featured--locations .section--heading {
  border-bottom: 2px solid #eee;
  margin-bottom: 50px;
}
.featured--locations .section--heading:after {
  content:"";
  clear: both;
}
.featured--locations .section--heading .button  {
  float: right;
  position: relative;
  top: -65px;
}
.locations--list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 4;
}
.locations--list li {
  margin-bottom: 2em;
  page-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  display: inline-block;
  width: 100%;
}
.locations--list li a {
  color: #00A74A;
  font-size: 18px;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.locations--list li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
.locations--list li a {
  font-size: 16px;
}
.locations--list {
  columns: 4;
}
}
@media screen and (max-width: 767px) {
.locations--list li a {
  font-size: 16px;
}
.locations--list {
  columns: 2;
  text-align: center;
}
.featured--locations .section--heading .button {
  float: none;
  position: absolute;
  bottom: 40px;
  top: auto;
  left: calc(50% - 85px);
}
.featured--locations h2 {
  font-size: 7.5vw;
  text-align: center;
}
.featured--locations {
  padding-top: 20px;
  position: relative;
  padding-bottom: 100px;
}
}

/* How it works */

.how--it--works .container {
  border-top: 2px solid #eee;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
}
.how--it--works .main--title {
  width: 50%;
}
.how--it--works .f--point {
  width: 25%;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
}
.how--it--works .f--point i {
  background: #00A74A;
  color: #fff;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}
.how--it--works .f--point i:before {
  margin-top: 4px;
}
.how--it--works .f--point h4 {
  font-size: 22px;
  width: 100%;
  max-width: 150px;
  margin: 0.75em auto 0;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
.how--it--works .f--point h4 {
  font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.how--it--works .container  {
  flex-wrap: wrap;
  text-align: center;
}
.how--it--works .main--title {
  width: 100%;
}
.how--it--works .f--point {
  width: 50%;
  padding: 15px;
}
.how--it--works h2 {
  font-size: 7.5vw;
}
}

/* Prefooter CTA */

.prefooter--CTA {
  /*background-image: url('../img/AdobeStock_91576935_Preview.jpeg');*/
  background-size: cover;
  background-position: 50% 30%;
  position: relative;
  width: 100%;
}
.prefooter--CTA:before {
  content:"";
  display: block;
  background: #000f2f;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.prefooter--CTA .container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
}
.prefooter--CTA h2 {
  color: #fff;
}
.prefooter--CTA .p--bigger {
  color: #fff;
}
@media screen and (max-width: 767px) {
.prefooter--CTA h2 {
  font-size: 6.5vw;
}
.prefooter--CTA .p--bigger {
  font-size: 16px;
}
.prefooter--CTA {
  text-align: center;
}
}

/* Footer
   ========================================================================== */

.site--footer {
padding: 70px 30px 60px;
}
@media screen and (max-width: 480px) {
  .site--footer {
    padding: 50px 20px 50px;
  }
}
.site--footer .footer--section--a {
  display: flex;
}
.site--footer .footer--section--a .sec--1 {
  width: 50%;
}
.site--footer .footer--section--a .sec--2, .site--footer .footer--section--a .sec--3 {
  width: 25%;
}
.footer-logo {
  width: 200px;
}
.site--footer .footer--section--a h5 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
}
.site--footer .footer--section--a .sec--2 a, .site--footer .footer--section--a .sec--3 a {
  display: block;
  color: #7C859F;
  transition: opacity 0.3s ease;
  opacity: 1;
  margin-bottom: 1.5em;
  font-size: 13px;
}
.site--footer .footer--section--a .sec--2 a:hover, .site--footer .footer--section--a .sec--3 a:hover {
  opacity: 0.5;
}
.site--footer .footer--section--a .socials {
  margin-top: 20px;
}
.site--footer .footer--section--a .socials a {
  display: inline-flex;
  background: #00a74a;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  transition: opacity ease 0.3s;
}
.site--footer .footer--section--a .socials a:hover {
  opacity: 0.6;
}
.site--footer .footer--section--a .socials a i {
  margin-top: 1px;
}
.footer--section--b {
  border-top: 2px solid #eee;
  margin-top: 50px;
  padding-top: 20px;
  display: flex;
  font-size: 13px;
  color: #7C859F;
}
.footer--section--b a {
  color: #7C859F;
  transition: opacity 0.3s ease;
}
.footer--section--b a:hover {
  opacity: 0.5;
}
.footer--section--b div {
  width: 50%;
}
.footer--section--b .sec--2 {
  text-align: right;
}
@media screen and (max-width: 767px) {
.site--footer .footer--section--a {
  flex-wrap: wrap;
  text-align: center !important;
}
.site--footer .footer--section--a .sec--1,
.site--footer .footer--section--a .sec--2, .site--footer .footer--section--a .sec--3 {
  width: 100%;
}
.site--footer .footer--section--a .sec--2 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.site--footer .footer--section--a .socials {
  margin-top: 20px;
}
.footer--section--b {
  flex-wrap: wrap;
  text-align: center;
}
.footer--section--b div {
  width: 100%;
}
.footer--section--b .sec--2 {
  text-align: center;
  margin-top: 10px;
}
}


/* Search Results
   ========================================================================== */

.sidebar--grad {
  position: relative;
}
.sidebar--grad:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 999em;
  height: 100%;
  background: transparent linear-gradient(180deg, #E8EFF9 0%, #FFFFFF 100%) 0% 0% no-repeat;
  z-index: -1;
}
.search--content .container {
  display: flex;
  margin-top: -30px;
}
.search--filter {
  width: 30%;
  padding: 40px 20px 20px 0;
  box-sizing: border-box;
}
.search--results {
  width: 70%;
  padding: 60px 0 40px 60px;
  box-sizing: border-box;
}
.search--results h1.results-heading {
  font-weight: 500;
  font-size: 36px;
  margin-top: 0;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5em;
}
.search--results h1.results-heading strong {
  font-weight: 900;
  text-transform: capitalize;
}

.search--filter #refineSearch ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.search--filter #refineSearch ul li {
  margin: 13px 0;
}
.search--filter #refineSearch ul li .check {
  position: relative;
  padding-left: 30px;
  color: #000F2F;
}
.search--filter #refineSearch ul .check input {
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
}
.search--filter {
  letter-spacing: -0.02em;
}
.search--filter .select--container {
  display: flex;
  margin: 10px 0;
}
.search--filter .select--container .select--label {
  width: 100px;
}
.search--filter .select--container select {
  width: 150px;
}
.search--filter .top--rated {
  margin: 40px 0;
}
.search--filter .top--rated .rating--row {
  margin: 14px 0;
}
.search--filter .top--rated .rating--row i {
  color: #00A74A;
  margin-right: -3px;
}
.search--filter .top--rated .rating--row label {
  display: inline-block;
}
.search--filter .top--rated .rating--row .rating--count {
  opacity:0.3;
}
.search--filter .top--rated .rating--row .rating--comment {
  margin-left: 10px;
  margin-right: 4px;
}
.search--filter .payment-checkbox-block label {
  display: block;
  margin: 13px 0;
  position: relative;
  padding-left: 30px;
}
.search--filter .payment-checkbox-block label input {
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
}
#refine--search {
  display: none;
  padding: 12px 14px 12px;
  border-radius: 8px;
  border: 2px solid rgba(0,0,0,0.2);
  background: none;
}
#refine--search i {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
.search--content .container {
  flex-wrap: wrap;
}
.search--filter {
  width: 100%;
  padding-right: 0;
}
.search--results {
  width: 100%;
  padding: 0;
}
.sidebar--grad:before {
  right: -100px;
}
.search--filter h4 {
  font-size: 24px;
}
.search--results h1.results-heading {
  font-size: 28px;
}
#refine--search {
  display: block;
}
#refine--section {
  display: none;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#refine--section.open {
  display: block;
}
}

#refine--section .refine-location{
    width: 200px;
}

/* Contractor Boxes */
.single--result {
display: flex;
border: 1px solid #eee;
border-radius: 6px;
padding: 20px;
position: relative;
}
.single--result.premier {
border: 2px solid #00a74a;
margin-top: 30px;
}
.single--result.plus {
margin-top: 30px;
}
.single--result.free {
border: none;
margin-top: 30px;
}
.single--result .col--1 {
width: 150px;
padding-top: 10px;
}
.single--result .col--1 .c-thumbnail {
width: 100%;
height: auto;
border-radius: 999px;
}
.single--result .col--1 .contractor--title {
position: absolute;
top: -13px;
background: #00A74A;
color: #fff;
padding: 8px 15px;
border-radius: 4px;
font-size: 13px;
font-weight: 900;
}
.single--result .col--1 .attributes--list {
padding: 0;
margin: 0;
list-style: none;
}
.single--result .col--1 .attributes--list li {
font-size: 13px;
letter-spacing: -0.03em;
margin: 8px 0;
}
.single--result .col--1 .attributes--list li:before {
content:"\f14a";
font-family: "Font Awesome 5 Free";
font-weight: 700;
color: #00a74a;
margin-right: 4px;
}
.single--result .col--2 {
padding-left: 20px;
padding-top: 10px;
width: calc(100% - 170px);
}
.single--result .col--2 .contractor--header {
width: 100%;
display: flex;
justify-content: space-between;
border-bottom: 2px solid #eee;
}
.single--result.free .col--2 .contractor--header {
margin-bottom: 20px;
}
.single--result .col--2 .contractor--header .name--title h3 {
margin: 0;
font-size: 28px;
}
.single--result .col--2 .contractor--header .name--title .tagline {
font-size: 14px;
letter-spacing: -0.02em;
margin-bottom: 8px;
}
.single--result .col--2 .contractor--header .reviews {
text-align: right;
min-width: 125px;
}
.single--result .col--2 .contractor--header .reviews i {
color: #00a74a;
font-size: 22px;
margin-left: -4px;
}
.single--result .col--2 .contractor--header .reviews .review--caption {
color: #7C859F;
margin-top: 10px;
font-size: 14px;
letter-spacing: -0.02em;
}
.single--result .col--2 .contractor--services ul {
columns: 2;
margin: 0;
padding: 10px 20px 10px 0;
list-style: none;
column-gap: 30px;
}
.single--result .col--2 .contractor--services ul li {
page-break-inside: avoid;
break-inside: avoid;
-webkit-column-break-inside: avoid;
display: inline-block;
width: 100%;
padding-left: 22px;
position: relative;
margin: 1px 0;
color: #000F2F;
letter-spacing: -0.02em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.single--result .col--2 .contractor--services ul li:before {
content:"\f00c";
font-family: "Font Awesome 5 Free";
font-weight: 700;
color: #7C859F;
margin-right: 4px;
position: absolute;
left: 0;
top: 0;
}
.single--result .col--2 .contractor--actions {
margin: 10px 0;
}
.single--result .col--2 .contractor--actions .button {
padding: 10px 20px;
font-size: 14px;
font-weight: 700;
letter-spacing: -0.02em;
}
.single--result .col--2 .contractor--actions .view--email, .single--result .col--2 .contractor--actions .view--phone {
box-shadow: none;
color: #444;
background: none;
border: 1px solid #eee;
font-weight: 500;
margin-left: 8px;
}
.single--result .col--2 .contractor--actions .button i {
color: #00a74a;
margin-right: 2px;
}
.no--results--space {
height: 200px;
}
@media screen and (max-width: 1024px) {
.single--result .col--2 .contractor--services ul {
columns: 1;
}
.single--result .col--2 .contractor--actions .button {
width: 100%;
box-sizing: border-box;
text-align: center;
margin: 0 0 10px 0;
}
.single--result .col--2 .contractor--actions .view--profile {
margin-bottom: 14px;
padding: 12px 20px;
}
.single--result .col--2 .contractor--header {
flex-wrap: wrap;
padding-bottom: 10px;
}
.single--result .col--2 .contractor--header .reviews {
text-align: left;
}
}
@media screen and (max-width: 480px) {
.single--result {
  flex-wrap: wrap;
}
.single--result .col--1, .single--result .col--2 {
  width: 100%;
}
.single--result .col--1 .c-thumbnail {
  width: 100px;
  height: 100px;
}
.single--result .col--1 .attributes--list {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.single--result .col--1 {
  display: flex;
}
.single--result .col--2 {
  padding-left: 0;
}
.single--result .col--2 .contractor--services ul li {
  font-size: 14px;
}
.single--result .col--2 .contractor--header .name--title h3 {
  font-size: 24px;
}
}

/* Profile page
   ========================================================================== */

.profile--content {
padding-bottom: 80px;
}
.profile--content .container {
  display: flex;
  margin-top: -30px;
}
.profile--content .profile--header {
display: flex;
width: 100%;
padding-top: 40px;
}
.profile--content .profile--header .thumbnail--wrapper {
width: 25%;
box-sizing: border-box;
padding-right: 30px;
}
.profile--content .header--info {
width: 75%;
box-sizing: border-box;
padding-left: 60px;
}
.profile--content .profile--header img {
width: 90%;
height: auto;
border-radius: 999px;
}
.profile--content .container {
position: relative;
}
.profile--content .container:before {
content: "";
position: absolute;
top: 0;
right: 75%;
width: 999em;
height: 100%;
background: transparent linear-gradient(180deg, #E8EFF9 0%, #FFFFFF 100%) 0% 0% no-repeat;
z-index: -1;
display: block;
}
.profile--content .header--info h1 {
margin: 0.5em 0 0.25em;
}
.profile--content .header--info .review--stars {
margin-top: 20px;
}
.profile--content .header--info .review--stars i {
font-size: 36px;
margin-right: -4px;
color: #00a74a;
}
.profile--content .header--info .review--caption {
margin-top: 10px;
}
.profile--content .container {
flex-wrap: wrap;
}
.profile--content .profile--attributes {
width: 25%;
box-sizing: border-box;
padding-right: 30px;
}
.profile--content .profile--main {
width: 75%;
box-sizing: border-box;
padding-left: 60px;
}
.profile--content .section--title {
border-bottom: 2px solid #eee;
padding-bottom: 10px;
margin-bottom: 15px;
}
.profile--content .section--title:not(:first-of-type) {
margin-top: 1.25em;
}
.profile--content .profile--attributes ul {
margin: 0 0 40px 0;
padding: 0;
list-style: none;
}
.profile--content .profile--attributes ul li {
position: relative;
padding-left: 20px;
font-weight: 900;
letter-spacing: -0.02em;
margin: 15px 0;
color: #000F2F;
}
.profile--content .profile--attributes ul li:before {
content:"\f14a";
font-family: "Font Awesome 5 Free";
font-weight: 700;
color: #00a74a;
position: absolute;
left: 0;
top: 0;
}
.profile--content .profile--attributes h5 {
font-size: 15px;
margin: 30px 0 0;
}
.profile--content .profile--attributes .trading--hours {
margin-top: 10px;
}
.profile--content .profile--attributes .trading--hours p {
margin-bottom: 0;
}
.profile--content .profile--attributes .trading--hours p .day {
color: #000f2f;
display: inline-block;
width: 30px;
}
.profile--content .profile--main .contact--details {
display: flex;
flex-wrap: wrap;
}
.profile--content .profile--main .contact--details > div {
width: 50%;
padding: 8px 0;
letter-spacing: -0.02em;
}
.profile--content .profile--main .contact--details a {
color: #000f2f;
}
.profile--content .profile--main .contact--details i {
color: #00a74a;
display: inline-block;
width: 18px;
}
.profile--content .profile--main .contact--details .socials i {
font-size: 1.2em;
width: 1.2em;
}
.profile--services  {
columns: 2;
margin: 0;
padding: 8px 20px 8px 0;
list-style: none;
column-gap: 30px;
}
.profile--services  li {
page-break-inside: avoid;
break-inside: avoid;
-webkit-column-break-inside: avoid;
display: inline-block;
width: 100%;
padding-left: 22px;
position: relative;
margin: 2px 0;
color: #000F2F;
letter-spacing: -0.02em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.profile--services li:before {
content:"\f00c";
font-family: "Font Awesome 5 Free";
font-weight: 700;
color: #00a74a;
margin-right: 4px;
position: absolute;
left: 0;
top: 0;
}
.profile--content .profile--main .profile--licenses {
display: flex;
flex-wrap: wrap;
}
.profile--content .profile--main .profile--licenses > div {
width: 50%;
padding: 8px 0;
letter-spacing: -0.02em;
color: #7C859F;
}
.profile--content .profile--main .profile--licenses > div .key {
color: #000f2f;
margin-right: 5px;
}
.profile--content .profile--main .profile--payment-methods {
display: flex;
flex-wrap: wrap;
}
.profile--content .profile--main .profile--payment-methods > div {
width: 50%;
padding: 8px 0;
letter-spacing: -0.02em;
}
.profile--content .profile--main .profile--payment-methods > div i {
color: #00a74a;
width: 23px;
}
.rating-review i {
color: #00a74a;
}
.reviews--heading .rating-review i {
font-size: 36px;
margin-right: -4px;
}
.rating-review-inner i {
font-size: 24px;
margin-right: -4px;
}
.rating-review-inner {
margin-top: 30px;
}
.rating-review-inner .p--name {
color: #000f2f;
font-weight: 700;
margin-top: -5px;
}
@media screen and (max-width: 1024px) {
.profile--content .header--info h1 {
font-size: 42px;
}
.profile--content .header--info .review--stars i {
font-size: 24px;
}
.profile--content .header--info .review--stars {
margin-top: 0;
}
.profile--content .profile--header img {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.profile--content .profile--attributes {
width: 100%;
padding: 0;
order: 9;
}
.profile--content .profile--main {
width: 100%;
padding: 0;
}
.profile--content .container:before {
right: auto;
left: -50px;
height: 200px;
}
.profile--content .profile--header .thumbnail--wrapper {
width: 150px;
}
.profile--content .header--info {
width: calc(100% - 150px);
padding-left: 0;
}
.profile--content .header--info h1 {
margin-top: 0;
font-size: 36px;
}
.profile--content .section--title {
font-size: 22px;
}
}
@media screen and (max-width: 480px) {
.profile--content .profile--header .thumbnail--wrapper {
width: 100%;
}
.profile--content .profile--header .header--info {
width: 100%;
}
.profile--content .profile--header {
flex-wrap: wrap;
}
.profile--content .profile--header img {
max-width: 150px;
margin-bottom: 10px;
}
.profile--content .profile--main .contact--details > div, .profile--content .profile--main .profile--licenses > div, .profile--content .profile--main .profile--payment-methods > div {
width: 100%;
}
.profile--services {
columns: 1;
}
}

/* My Account pages
   ========================================================================== */

/* Edit Profile */

.my-account--content .container {
  display: flex;
  margin-top: -30px;
}
.my-account--sidebar {
  width: 30%;
  padding: 40px 20px 20px 0;
  box-sizing: border-box;
}
.my-account--main {
  width: 70%;
  padding: 60px 0 40px 60px;
  box-sizing: border-box;
}
.my-account--main h1 {
  font-size: 48px;
  margin-top: 0;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5em;
}
.my-account--sidebar h4 {
margin-bottom: 24px;
}
.my-account--menu {
padding: 0;
margin: 0;
list-style: none;
}
.my-account--menu li {
margin: 16px 0;
}
.my-account--menu li a {
color: #00a74a;
transition: opacity ease 0.3s;
}
.my-account--menu li a:hover {
opacity: 0.5;
}
.my-account--menu li a.current {
font-weight: 900;
}
.main-dashboard .sub-mini-heaader, .main-dashboard .subheading {
  line-height: 1;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
.my-account--content .container {
  flex-wrap: wrap;
}
.my-account--sidebar {
  width: 100%;
  padding-right: 0;
}
.my-account--main {
  width: 100%;
  padding: 0;
}
.my-account--main h1.main-heading {
  font-size: 42px;
  line-height: 1;
}
.main-dashboard .subheading {
  font-size: 24px;
  line-height: 1;
}
}
@media screen and (max-width: 480px) {
.my-account--sidebar h4 {
margin: 0 0 15px;
}
.my-account--menu li {
margin: 10px 0;
}
}
@media screen and (min-width: 1200px) {
.sidebar--grad {
  padding-left: 20px;
}
}


/* Inner pages
   ========================================================================== */

.inner--page {
padding-bottom: 100px;
}
.inner--page h1 {
border-bottom: 2px solid #eee;
padding-bottom: 0.25em;
}
.all-categories-inner ul {
list-style: none;
margin: 0;
padding: 0;
columns: 4;
}
.all-categories-inner ul li {
margin-bottom: 5px;
page-break-inside: avoid;
break-inside: avoid;
-webkit-column-break-inside: avoid;
display: inline-block;
width: 100%;
font-size: 15px;
font-weight: 700;
}
.all-categories-inner ul li a {
color: #00A74A;
transition: opacity 0.3s ease;
}
.all-categories-inner ul li a:hover {
opacity: 0.5;
}
@media screen and (max-width: 1024px) {
.all-categories-inner ul {
columns: 3;
}
}
@media screen and (max-width: 767px) {
.all-categories-inner ul {
columns: 2;
}
}
@media screen and (max-width: 480px) {
.all-categories-inner ul li {
font-size: 12px;
}
}

/* Select a plan
   ========================================================================== */

.subscription-plan-inner {
background: #fff;
border: 1px solid #e8eff9;
padding: 80px 20px 30px 20px;
transition: all ease 0.2s;
overflow: hidden !important;
position: relative;
border-radius: 4px;
}
.subscription-plan-inner:hover, .subscription-plan-inner.checked {
border-color: #00a74a;
}
.subscription-payment-detailfis {
padding: 0 10px;
}
.time-icon-block {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background: #fff;
border-radius: 999px;
border: 1px solid #00a74a;
margin: 0 auto -30px;
position: relative;
z-index: 2;
}
.time-icon-block i {
color: #00a74a;
font-size: 18px;
position: relative;
top: 1px;
}
.popular-label-block {
border-radius: 0;
padding: 5px 20px;
width: 200px;
top: 30px;
right: -55px;
left: auto;
font-size: 11px;
line-height: 1;
}
.subscription-span span {
display: block;
color: #000f2f;
}
.subscription-span .plan-name {
font-weight: 900;
font-size: 18px;
}
.subscription-span .subscription-dollar-span {
font-size: 36px;
font-weight: 900;
position: relative;
display: inline-block;
}
.subscription-span .subscription-dollar-span sup {
position: absolute;
top: 20px;
left: -11px;
font-size: 18px;
}
.subscription-paragraph .paragraph-block {
padding-top: 10px;
}
.subscription-paragraph .paragraph-block p {
margin: 10px 0;
font-size: 14px;
}
.subscription-paragraph .paragraph-block p .fa-times {
color: #b93939;
}
.subscription-payment-detailfis input[type="submit"] {
width: 100%;
margin-top: 15px;
}
.month-annual-toggle-block button {
position: relative;
}
.toggle-btn-active {
z-index: 1;
}
.month-annual-toggle-block button .savings {
display: block;
position: absolute;
top: -20px;
left: calc(50% - 38px);
font-size: 12px;
text-transform: uppercase;
color: #00a74a;
width: 80px;
text-align: center;
}
.month-annual-toggle-block button:focus, .month-annual-toggle-block button:active, .month-annual-toggle-block button:hover {
outline: none;
}
@media screen and (max-width: 1024px) {
.subscription-plan-inner {
padding-left: 10px;
padding-right: 10px;
}
}
@media screen and (max-width: 767px) {
.subscription-payment-detailfis {
margin-bottom: 20px;
}
}



/* Fixes
   ========================================================================== */

.payment-form-res .common-label, .payment-form-res .common-lg-label {
font-size: 13px;
}
#stripePaymentform input:focus {
border: 1px solid rgba(0,0,0,0.2);
}
@media screen and (max-width: 991px) {
.subscription-plan-block .expirymonth-select-wrapper {
margin-bottom: 0;
}
.subscription-payment-detailfirst {
display: block;
margin-left: auto !important;
margin: 0 auto;
}
.payment-details-main .row {
margin-left: 0;
margin-right: 0;
}
.payment-details-main .second--col .row {
margin-left: -15px;
margin-right: -15px;
}
}
@media screen and (min-width: 550px) {
.payment-form-res {
width: calc(50% - 20px);
margin-bottom: 30px;
}
.payment-form-res.first--col {
margin-right: 20px;
}
.payment-form-res.second--col {
margin-left: 20px;
}
}
.select-plan-block h4 {
  line-height: 1;
}
@media screen and (max-width: 767px) {
.payment-details-footer {
padding-top: 50px;
}
#paymentBlock {
margin-bottom: 0;
}
}
.free-plan--confirmation {
margin-bottom: 30px;
}

.display-error {
width: 100%;
z-index: 3;
left: 0;
right: 0;
top: 90px;
}

.success-message-popup {
    margin: 0 auto;
    width: 100%;
    border: none;
}
.selectplan-main .display-status {
width: 100%;
max-width: 400px;
position: absolute;
top: 15px;
left: calc(50% - 200px);
z-index: 5;
}
@media screen and (max-width: 767px) {
.selectplan-main .display-status {
font-size: 13px;
width: 300px;
max-width: 300px;
left: calc(50% - 150px);
}
.success-message-popup {
  font-size: 14px !important;
}
}



@media screen and (max-width: 768px) {
.my-account--content {
padding-left: 0;
padding-right: 0;
}
.my-account--sidebar {
padding-top: 32px;
padding-left: 20px;
padding-right: 20px;
background: #e8eff9;
}
.my-account--main {
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;
}
}

.display-error {
width: 450px;
max-width: 80vw;
margin: 0 auto;
}

.upload-btn-wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.upload-btn-wrapper img {
left: 0;
}
.profile--1 {
width: 100%;
}
.profile--3 {
margin: 0 5px;
}
.upload-btn-wrapper label[for=Upload] {
right: auto;
left: 0;
bottom: 0;
line-height: 1;
margin-bottom: 10px;
}
.remove-user {
display: none !important;
}
.upload-btn-wrapper .btn {
right: auto;
}
.upload-btn-wrapper input[type=file] {
font-size: 15px;
}

.tradingcommon-col8 {
display: flex;
width: 100%;
align-items: flex-start;
max-width: 600px;
}
.tradingcommon-col10 {
display: flex;
}
.tradingcommon-col8 > .col-md-2 {
width: 110px;
}
.hyphen::after {
left: auto;
right: 0px;
}
@media screen and (max-width: 991px) {
.hyphen::after {
display: none;
}
.tradingcommon-col8 {
flex-wrap: wrap;
}
.tradingcommon-col8 > .col-md-2 {
width: 100%;
}
.tradingcommon-col10 {
margin-left: -18px;
width: 100%;
padding-right: 0;
}
}
@media screen and (max-width: 768px) {
.tradingcommon-col8 {
right: 0;
}
.common-callender-fields {
width: 100%;
}
.tradingcommon-col10 .col-md-6 {
width: 50%;
padding-left: 0;
}
.trading-select-wrapper::after {
right: 30px;
left: auto;
}
.common-callender-fields {
padding-left: 15px;
}
}
.profile-edit-profile .sub-header {
text-align: left !important;
}

.update-profile-button {
bottom: 0;
top: 0;
margin-top: 50px;
}
.dynamic-licence-input {
margin: 0;
justify-content: flex-start;
}
.relevent-licence {
width: calc(40% - 65px);
}
.relevent-licence-detail {
width: 60%;
left: 0;
margin: 0 10px;
}
.remove_licence_field {
right: 0;
top: 0;
left: 0;
bottom: 0;
}
.remove_licence_field:hover {
cursor: pointer;
}
@media screen and (max-width: 991px) {
.remove_licence_field {
right: 0;
}
}
@media screen and (max-width: 768px) {
.dynamic-licence-input {
display: flex;
}
.relevent-licence {
width: calc(52% - 65px);
}
.relevent-licence-detail {
width: 48%;
left: 0;
margin: 0 10px;
}
}
.addcod-toggle-btn {
margin-bottom: 40px;
width: auto !important;
}
.extra_information_profie {
opacity: 1;
}
.alert {
margin-bottom: 30px;
}
.tradingcommon-margin-bottom {
margin-left: -14px;
}
.add_field_button {
left: auto;
right: -3px;
}
.selectplan-main .display-status {
  display: none !important;
}

.password-reset-header {
height: auto;
}
.display-password-message, .send-password-resetmail, .send-resetlink-btn {
bottom: 0;
right: 0;
left: 0;
top: 0;
}
.send-resetlink-btn {
width: 100%;
}
.display-password-message {
width: 300px;
position: absolute;
height: 150px;
top: 150px;
left: calc(50% - 150px);
z-index: 9999999;
}
.send-password-resetmail {
margin-top: 60px;
}
.reset-card .offset-md-4 {
width: 100%;
}

@media screen and (max-width: 480px) {
    .card.reset-card {
        padding: 2em;
    }
}

.login-form-block .password-reset-button {
    z-index: 1;
}

.user-login-modal .login-form-block .login-button, .contractor-register-modal .create-account-button {
  width: 100%;
}

.subscription-paragraph .paragraph-block p:last-child {
  display: none;
}
.subscription-plan-inner input[type="button"] {
    width: 100%;
    margin-top: 15px;
}
.manage--subscription .subscription-paragraph .paragraph-block p {
font-size: 13px;
}
.manage--subscription .subscription-plan-inner {
padding-top: 30px;
}
.manage--subscription .subscription-plan-block {
margin-bottom: 30px;
}
.free-plan-description-block .freeContinue {
top: 0;
}
.free-plan-description-block {
top: 0;
/*margin*/
}
.manage--subscription .payment-detail-inner {
border-color: #eee;
}
.manage--subscription .payment-detail-inner.checked {
border-color: #00a74a;
}
.toggle-common-btn {
width: 110px;
}
.payment-detail-inner .title-block {
width: 150px;
left: auto;
right: auto;
}
@media screen and (max-width: 991px) {
.paymentmoney .payment-detail-inner .title-block {
width: 140px;
font-size: 13px;
left: calc(50% - 70px) !important;
}
.manage--subscription .payment-detail-inner {
margin-bottom: 30px;
}
}

@media screen and (max-width: 480px) {
.my-account--main h1.main-heading {
font-size: 30px;
}
}

@media screen and (max-width: 991px) {
.profile--content .profile--attributes .trading--hours p {
font-size: 12px;
}
}
.profile--service-area ul {
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 20px;
}
.profile--service-area ul li i {
color: #00a74a;
width: 24px;
}
.profile--service-area ul li p {
color: #000f2f;
margin-bottom: 0;
}
.profile--service-area ul li .area-mid-span {
font-weight: 900;
}
.profile--service-area ul li a {
font-weight: 700;
color: #00a74a;
letter-spacing: -0.02em;
}
.google-location-map .google_map {
height: 350px !important;
margin-bottom: 40px;
}

@media screen and (min-width: 991px) {
.prefooter--CTA .button {
float: right;
position: absolute;
right: 100px;
top: 90px;
}
}

@media screen and (max-width: 480px) {
.inner--page h1 {
font-size: 36px;
}
}

.profile--reviews .modal-content {
background: #E8EFF9;
}
.profile--reviews .modal-body {
padding: 10px 30px 30px;
}
.profile--reviews .modal-body button {
margin-left: 15px;
border: 0;
border-radius: 4px;
background: #00a74a;
color: #fff;
padding: 12px 20px;
font-weight: 700;
letter-spacing: -0.03em;
}

.profile--gallery {
display: flex;
flex-wrap: wrap;
}
.profile--gallery .image--container {
width: 200px;
margin-right: 5px;
}
.profile--gallery .image--container img {
width: 100%;
}
.profile--gallery .image--container div{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 200px;
}

.subscription-plan-inner input[value="CURRENT PLAN"] {
cursor: default;
box-shadow: none;
background: #ccc;
}

.single--result .col--1 .image--holder {
width: 100%;
padding-top: 100%;
position: relative;
}
.single--result .col--1 .image--holder .c-thumbnail {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.profile--content .profile--header .image--holder {
width: 90%;
padding-top: 90%;
position: relative;
}
.profile--content .profile--header .image--holder .c-thumbnail {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

label .span--red {
color: #f00;
font-weight: 300;
}


.d-flex{
    display: flex;
}
.d-flex-justify-between{
    display: flex;
    justify-content: space-between;
}
.bg-color{
    background: #E8EFF9 0 0 no-repeat padding-box;
}
.span-color{
    color: #7C859F;
}
.mb-1{
    margin-bottom: 10px;
}
.mt-1{
    margin-top: 10px;
}

.payment-button{
    background-position: center;
    background-size: 50% 90%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 1px solid gray;
}
.payment-button:hover{
    border-color: green;
    box-shadow: 0 0 10px rgba(30, 197, 58, 0.5);
}

.mt-0{
    margin-top: 0;
}
.mt-7{
    margin-top: 70px;
}
.mb-2{
    margin-bottom: 20px;
}

.contractor-register-btn{
    width: 100%;
    height: 50px;
    line-height: 40px;
    background-color: #00a74a;
    border-color: #00a74a;
}

/** blog start */
.backgroundImage{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}
.backgroundImage.h-200{
    height: 200px;
}
.backgroundImage.h-100{
    height: 100px;
}

.col-md-9.px-md-5{
    padding-left: 20px;
    padding-right: 30px;
}
.blog-page{
    margin-top: 50px;
}
.h-title{
    text-align: left;
    font: normal normal normal 60px/60px MuseoSansCyrl;
    letter-spacing: -2.1px;
    color: #000F2F;
    opacity: 1;
}
.h-title a, h3 > a{
    color: #000F2F;
}
.h-desc{
    text-align: left;
    font: normal normal normal 24px/33px MuseoSans_500;
    letter-spacing: 0;
    color: #7C859F;
    opacity: 1;
}
.latest .border-box{
    margin-bottom: 20px;
}
.latest .border-box .green-border{
    width: 20%;
    border-bottom: 5px solid #00A74A;
}

.latest .border-box .grey-border{
    width: 80%;
    border-bottom: 1px solid #eeeeee;
    margin-top: -3px;
    float: right;
}

.latest .number{
    position: absolute;
    top: 40%;
    left: 0;
    background-color: #00A74A;
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}
.latest .text-block{
    margin-left: 10px;
}

.text-block .text{
    text-align: left;
    font: normal normal normal 18px/18px MuseoSansCyrl;
    letter-spacing: -0.45px;
    color: #000F2F;
}
.text-block .text a{
    color: #000F2F;
}

.text-block .data{
    text-align: left;
    font: normal normal normal 13px/15px Museo Sans;
    letter-spacing: 0px;
    color: #7C859F;
    opacity: 1;
}

.latest .backgroundImage{
    height: 100px;
    width: 100px;
}
.green-icon{
    width: 14px;
    height: 16px;
    color: #00A74A;
}

.pagination li a{
    border: none;
    color: #3d4852;
}

.pagination li.active a{
    background-color: transparent;
    color: #0f0f0f;
}
.white-space{
    white-space: pre-line;
}
.ml-5{
    margin-left: 50px;
}
.d-flex.justify-content-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.d-flex-row{
    display: flex;
    flex-direction: row;
}
@font-face {
    font-family: MuseoSans_500;
    src: url('/fonts/MuseoSansCyrl-500.ttf');
}
@font-face {
    font-family: MuseoSansCyrl;
    src: url('/fonts/MuseoSansCyrl-900.ttf');
}
.subscribe{
    height: 160px;
    background: #000F2F 0 0 no-repeat padding-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.subscribe .block{
    width: 50%;
    text-align: left;
}
.subscribe .h-subscribe{
    text-align: left;
    font: normal normal normal 36px/18px MuseoSansCyrl;
    letter-spacing: -0.9px;
    color: #FFFFFF;
    margin: 20px 40px;
}
.subscribe .text-subscribe{
    width: 100%;
    text-align: left;
    font: normal normal normal 18px/18px MuseoSans_500;
    letter-spacing: -0.45px;
    color: #FFFFFF;
    opacity: 0.55;
    margin-left: 40px;
}
.subscribe .block .input-group{
    display: flex;
}
.subscribe .block .input-group input{
    width: 414px;
    height: 64px;
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 6px 10px #0023830B;
    border-radius: 8px 0 0 8px;
}
.subscribe .block .input-group button{
    width: 133px;
    height: 64px;
    background: #00A74A 0 0 no-repeat padding-box;
    border-radius: 0 8px 8px 0;
}
.input-block{
    position: absolute;
}
.input-block i{
    position: relative;
    top: 50%;
}

.social-icon{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    margin-right: 10px;
}
.social-icon:hover{
    filter: saturate(1.5) brightness(1.2);
}
.social-icon i{
    font-size: 20px;
    color: #fff;
}

.social-icon.fb {
    background-color: #3b5998;
}

.social-icon.twitter {
    background-color: #1da1f2;
}

.social-icon.linkedin {
    background-color: #0077b5;
}

.social-icon.pinterest {
    background-color: #bd081c;
}

.social-icon.envelope {
    background-color: #ea4335;
}
/** blog end */

/** categories page start*/

.categories-list .children{
    display: flex;
    flex-wrap: wrap;
}
.categories-list .children .item{
    width: 33%;
    text-align: left;
    font: normal normal normal 16px/40px MuseoSans_500;
    letter-spacing: -0.4px;
    color: #000F2F;
}
.categories-list .children .item a{
    color: #000F2F;
}
.parent-category{
    text-align: left;
    font: normal normal normal 24px/60px MuseoSansCyrl;
    letter-spacing: -0.6px;
    color: #000F2F;
    opacity: 1;
    border-bottom: 2px solid #eeeeee;
}
.categories-list .children .item.w-100, .w-100{
    width: 100%;
}

/** categories page end*/

/** contact page start */
.h-contact-form{
    text-align: left;
    font: normal normal normal 24px/24px MuseoSansCyrl;
    letter-spacing: -0.6px;
    color: #000F2F;
    margin-bottom: 20px;
}
.contact-info .text{
    text-align: left;
    font: normal normal normal 16px/24px MuseoSans_500;
    letter-spacing: -0.4px;
    color: #000F2F;
}
.contact-info .address{

}
.contact-form input{
    height: 56px;
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
}
.contact-form textarea{
    height: 206px;
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
}
.contact-form button{
    height: 56px;
    background: #00A74A 0 0 no-repeat padding-box;
    box-shadow: 5px 5px 10px #00238329;
    border-radius: 8px;
}
.socials{
    margin-top: 50px;
}
.circle-icon{
    color: #ffffff;
    background: #00A74A 0 0 no-repeat padding-box;
    height: 26px;
    width: 26px;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
}

.color-red{
    color: red;
}
/** contact page end */

/** tooltip */
.custom-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.custom-tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -70%;
    left: 200%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.custom-tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}
/** */

/* Query List (dropdown) */
.query-list {
    z-index: 9;
}
.query-list ul li {
    font-weight: 900;
    text-align: left;
    color: #000F2F;
    letter-spacing: -0.02em;
    cursor: pointer;
    font-size: 13px;
}
.query-list ul li:hover {
    color: #00A74A;
}
@media screen and (min-width: 768px) {
    .query-list .list-group {
        padding-left: 20px;
        padding-right: 5px;
    }
}
.pac-container {
    font-family: "museo-sans", sans-serif;
    color: #000f2f;
    border-radius: 4px;
}
.pac-container .pac-item {
    color: #000f2f;
    padding: 4px 8px;
    cursor: pointer;
}
.pac-container .pac-item:hover, .pac-container .pac-item:hover * {
    background: inherit;
    color: #00a74a;
}
.pac-container:after {
    background-image: none !important;
    height: 0px;
}
.pac-container .pac-item .pac-matched {
    font-weight: 900;
}
.pac-container .pac-icon {
    background: none;
    position: relative;
}
.pac-container .pac-icon:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #00a74a;
    position: absolute;
    top: -6px;
    font-size: 18px;
    left: 2px;
}

/* Tooltip */
.custom-tooltip {
    font-size: 0;
    border: none;
}
.custom-tooltip:before {
    content:"\f059";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 14px;
}
.custom-tooltip .tooltiptext {
    font-size: 14px;
    padding: 10px;
    width: 250px;
    top: 50%;
    background: rgba(0,15,47,0.8);
    transform: translateY(-50%);
}
.tooltip-right::after {
    border-color: transparent rgba(0,15,47,0.8) transparent transparent;
}

/* Categories Page */
.parent-category {
    line-height: 1.3;
    padding: 4px 0;
}
.categories-list .children {
    margin-bottom: 2.5em;
    margin-top: 0.5em;
}
.categories-list .children .item a {
    transition: color 0.3s ease;
}
.categories-list .children .item a:hover {
    color: #00a74a;
}
@media screen and (max-width: 1024px) {
    .categories-list .children .item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .categories-list .children .item {
        width: 100%;
    }
}

/* Pricing Plan Page */
@media screen and (min-width: 769px) {
    .my-account--main.w-100 {
        padding-left: 0;
    }
}
.subscription-span .subscription-dollar-span {
    display: block;
}
.as-contractor-button {
    font-weight: 700;
    font-size: 15px;
    transition: background 0.3s ease;
    letter-spacing: -0.02em;
}
.as-contractor-button:hover {
    /*background: #00B751;*/
}
.subscription-paragraph {
    margin-bottom: 24px;
}
.subscription-span span:first-child {
    font-weight: 900;
    font-size: 20px;
}

.login-button-bg{
    background: #00a74A;
    padding: 14px 24px;
    border-radius: 8px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
}

/** Terms condition page*/
.terms-condition ol { counter-reset: item }
.terms-condition ol li{ display: block }
.terms-condition ol li:before { content: counters(item, ".") " "; counter-increment: item }
.terms-condition ol li p {
    margin: 0 0 0 25px;
    color: #333;
}
.terms-condition > p{
    color: #333;
    text-decoration: underline;
}

/* Write a review login popup */
.login-button-bg {
    color: #fff;
    font-weight: 700;
    transition: background ease 0.3s;
}
.login-button-bg:hover {
    color: #fff;
    background: #00B751;
}
.profile--reviews .modal-body .login-button-bg {
    display: inline-block;
}

/* Search results page */
.single--result {
    margin-top: 30px;
}



/* Bell Icon */
.nav-item .fa-bell {
    font-size: 18px;
    color: #fff;
    position: relative;
}

/* Notification Badge */
#notif-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}

/* Dropdown Styling */
.dropdown-menu-right {
    max-height: 400px;
    overflow-y: auto;
    padding: 0.5rem 0;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Each notification item */
.notif-item {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #f1f1f1;
    transition: background 0.2s;
}

.notif-item:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}

.notif-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notif-message {
    font-size: 14px;
    color: #333;
}

.notif-time {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}



.contractor-register-btn {
    border: 0;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    transition: background 0.3s ease;
}
.contractor-register-btn:hover {
    background: #00B751;
}
@media screen and (max-width: 480px) {
    .profile--content .profile--header .thumbnail--wrapper {
        max-width: 150px;
        margin-bottom: 10px;
    }
}
/* Upgrade account link */
.upgrade_account_para span {
    margin-left: 4px;
}

/* Terms & Conditions */
.terms-condition p, .terms-condition ol, .terms-condition ul, .terms-condition ol li p {
    color: #7C859F;
    line-height: 1.8
}

/* Payment buttons */
.payment-button {
    background-size: auto 24px;
    border: 2px solid #fff;
    transition: border 0.3s ease;
}
.payment-button:hover {
    box-shadow: 5px 5px 10px #00238329;
    border-color: #00a74a;
}
.manage--subscription .subscription-plan-block > div:first-of-type .subscription-plan-inner:before {
    content: "Most Popular";
    background: #00a74a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    padding: 4px 50px;
    position: absolute;
    right: -52px;
    top: 24px;
    transform: rotate(45deg);
}
.subscription-plan-inner {
    border-width: 2px;
}
.manage--subscription .col-md-6 p {
    font-size: 1.2em;
    margin-bottom: 2em;
}
.manage--subscription .col-md-6 strong {
    color: #000F2F;
}
#change-password button {
    background: #00A74A;
}

/* Change Password */
#form-change-password button {
    background: #00A74A;
    border: none;
    font-weight: 700;
    padding: 10px 20px;
}
@media screen and (max-width: 767px) {
    #form-change-password .col-md-9, #form-change-password .col-md-9 label {
        padding-left: 0 !important;
    }
}

.main--hero .hero--inner {
    max-width: 780px;
}
@media screen and (max-width: 767px) {
    .main--hero .hero--inner h2 {
        font-size: 9vw;
        margin: 0 auto;
        width: 100%;
    }
}
/* Trading Hours */
@media screen and (max-width: 991px) {
    .tradingcommon-col10 {
        width: 75%;
        margin-left: 0;
    }
    .tradingcommon-col10 .row {
        width: 100%;
        display: flex;
        margin: 0;
    }
    .tradingcommon-col10 .col-md-6 {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .commmon-callender-label {
        font-size: 14px;
    }
    .tradingcommon-col8 > .col-md-2 {
        width: 20%;
    }
    .tradingcommon-col10 {
        width: 80%;
    }
    .trading-select-wrapper::after {
        right: 24px;
    }
}

.savings:active, .savings:focus{
    border: none;
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

/* -- REFINE SEARCH -- */

#refineSearch .form-control:first-child {
    max-width: 240px;
    height: auto;
    padding: 12px 0 11px 12px;
    margin-bottom: 24px;
}
#refineSearch .form-control i {
    color: #00A74A;
}
#refine--section .refine-location::placeholder {
    color: #000F2F !important;
    opacity: 1;
}
#refine--section .refine-location {
    max-width: calc(100% - 14px);
    color: #000F2F !important;
    opacity: 1;
    font-weight: 700;
    font-size: 13px;
}
@media screen and (max-width: 768px) {
    #refineSearch {
        padding-top: 30px;
    }
}


/* -- MANAGE SUBSCRIPTION -- */

.subscription-plan-inner.premier:before, .subscription-plan-inner.plus:before {
    content:"Launch Special - 3 Months FREE!";
    background: #E21B1B;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    padding: 3px;
    letter-spacing: -0.04em;
}
.manage--subscription .subscription-plan-inner {
    padding-top: 50px;
    padding-bottom: 40px;
}

/* Login Form */
.main-dashboard .login-form-block .btn {
    background: #00a74a;
    color: #fff;
    font-weight: 700;
    width: 100%;
    height: 44px;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
}
.main-dashboard .login-form-block .btn:hover {
    color: rgba(255,255,255,0.6);
}
.main-dashboard .login-form-block input {
    height: 44px;
}
.main-dashboard .login-form-block .or-block {
    margin: 0 !important;
}
.main-dashboard .login-form-block .login-with-facebook, .main-dashboard .login-form-block .login-with-google {
    position: static;
    margin: 10px 0;
}
.main-dashboard .login-form-block .loginblock-footer-span {
    position: static;
    margin-top: 40px;
    margin-bottom: 50px;
}


@media screen and (min-width: 769px) {
    .my-account--main:not(.w-100) .subscription-plan-inner:before {
        font-size: 11px;
    }
}

@media screen and (min-width: 769px) {
    .my-account--main:not(.w-100) .subscription-plan-inner.premier:before, .my-account--main:not(.w-100) .subscription-plan-inner.plus:before {
        font-size: 11px;
    }
}

/*-- Stripe Payment --*/
#card-element {
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 10px;
}
#card-button {
    border: none;
    padding: 12px 24px;
    font-weight: 700;
    transition: all 0.3s ease;
}
/*-- Manage Subscription --*/
.subscription-plan-inner.checked:before {
    content: "Active";
    background-color: #00a74a;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    padding: 3px;
    letter-spacing: -0.04em;
}
/*-- Edit Profile --*/
@media screen and (max-width: 991px) {
    .upload-btn-wrapper .profile--2 {
        margin-left: -30px;
    }
}

/*-- View Profile --*/
.star_rating_review .rating-widget {
    padding-left: 0;
}
/*-- Search Results --*/
.name--title a {
    transition: all 0.2s ease;
}
.name--title a:hover {
    color: #00a74a;
}
.claim-btn{
    border: none;
    background: transparent;
    color: green;
}

.profile--gallery .image--container {
    cursor: pointer;
}

.alert-info {
    background: #E8EFF9;
    border: 1px solid rgba(0,0,0,0.1);
    color: #7C859F;
    letter-spacing: -0.02em;
}
.alert-info .claim-btn {
    color: #00a74a;
    font-weight: 700;
    padding: 0;
}
.alert-info .claim-btn:hover {
    text-decoration: underline;
}

.pagination>.active>span
{
    background-color: #00bc70;
    border-color: #00bc70;
}


.single--result .col--2 .contractor--header .name--title {
    display: block;
    width: 100%;
}
@media screen and (max-width: 480px) {
    .single--result .col--1 .image--holder {
        width: 150px;
        padding-top: 160px;
    }
    .single--result .col--1 .image--holder .c-thumbnail {
        width: 150px;
        height: 150px;
    }
    .single--result .col--1 .attributes--list {
        width: calc(100% - 130px);
        margin-right: -10px;
    }
}
.my-account--main.w-100 h1 {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .my-account--main.w-100 .select-plan-block h4 {
        font-size: 24px;
    }
    .my-account--main.w-100 h1 {
        margin-top: 10px;
    }
}

.profile--content .profile--main .contact--details .socials {
    margin-top: 0;
    width: 100% !important;
}

.wide-profile-image{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #ecf2fa;
}

.plr-15{
    padding: 0 15px;
}

.search-form .form-group-1 .error{
    /*position: absolute;*/
}

/* Disabled sections on edit profile */
.row.zs-disabled {
    opacity: 0.2;
}
.row.zs-disabled, .row.zs-disabled * {
    cursor: not-allowed !important;
}
.upgrade_extrainfo {
    z-index: 1;
}
/* Main search */
.main--hero .hero--inner form .form-group-1 button {
    position: relative;
    top: -1px;
}
.main--hero .hero--inner form .form-group-1 i {
    top: 21px !important;
}
#offCanvasSearch form {
    align-items: flex-start;
}


/* Toggle Add */
.add_field_button {
    right: 0px;
    top: -5px;
}

/* Reset Password */
.send-password-resetmail .reset-card {
    height: auto;
    padding: 50px;
}
.common-password-reset-header {
    bottom: 0;
    position: static;
    margin-bottom: 40px;
}
.password-reset-block {
    left: 0;
    position: static;
    margin: 60px auto;
    float: none;
}
.password-reset-card {
    height: auto;
    padding: 50px;
}
.password-reset-btn {
    left: auto;
    position: static;
    width: 100%;
    margin-top: 15px;
}
.password-reset-card .mb-0 .offset-md-4 {
    width: 100%;
}
@media screen and (max-width: 480px) {
    .send-password-resetmail .reset-card {
        padding: 30px;
    }
    .send-resetlink-btn {
        font-size: 13px;
    }
    .password-reset-card {
        padding: 40px 30px;
    }
}


/* Hero section */
.main--hero .hero--tagline {
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
}
/* Reset Password Form */
.send-password-resetmail, .password-reset-block, .common-password-reset-header, .common-password-reset-label, .password-reset-btn, .send-resetlink-btn {
    font-family: "museo-sans", sans-serif !important;
}
.send-resetlink-btn {
    transition: all 0.3s ease;
}
.send-resetlink-btn:hover {
    background: #00A74A;
    color: rgba(255,255,255,0.5);
}
/* Profile Gallery */
.profile--gallery .image--container {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc(25% - 10px);
}
@media screen and (max-width: 991px) {
    .profile--gallery .image--container div {
        height: 150px;
    }
}
@media screen and (max-width: 600px) {
    .profile--gallery .image--container div {
        height: 100px;
    }
}
@media screen and (max-width: 480px) {
    .profile--gallery .image--container {
        margin-bottom: 10px;
        margin-right: 10px;
        width: calc(50% - 10px);
    }
}
/* Search Results */
@media screen and (max-width: 480px) {
    .single--result.plus .col--1, .single--result.free .col--1 {
        justify-content: flex-end;
        padding: 0;
    }
    .single--result.plus .col--1 .image--holder, .single--result.free .col--1 .image--holder {
        width: 70px;
        padding-top: 70px;
        margin-bottom: -80px;
        margin-top: 5px;
    }
    .single--result.plus .col--1 .image--holder .c-thumbnail, .single--result.free .col--1 .image--holder .c-thumbnail {
        width: 70px;
        height: 70px;
    }
    .single--result.plus .col--2 .contractor--header, .single--result.free .col--2 .contractor--header {
        padding-right: 75px;
    }
    .single--result .col--2 .contractor--header .name--title .tagline {
        line-height: 1;
        padding: 4px 0;
    }
    .single--result.free {
        border: 1px solid #eee;
    }
    .single--result .col--2 .contractor--header .name--title .tagline:empty {
        padding: 1px 0;
    }
    .single--result .col--2 .contractor--header .reviews .review--caption {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .single--result .col--2 .contractor--header .reviews {
        margin-top: -5px;
    }
}
/*  */
#offCanvasSearch form .form-group-1 i {
    top: 21px !important;
}


.login-with-facebook, .login-with-google {
    z-index: 9;
}
/* Contractor Profile */
.profile--reviews {
    margin-bottom: 40px;
}
.profile--reviews .write-review-btn {
    background: #00A74A;
    color: #fff;
    margin-top: 16px;
}
@media screen and (max-width: 767px) {
    .profile--content .profile--attributes .trading--hours p {
        font-size: 15px;
    }
}
/* User Login Modal */
.user-login-modal {
    height: auto;
}
.user-login-modal label.error {
    color: #ee2323;
    font-size: 0.9em;
    padding-top: 3px;
}
.user-login-modal .or-block {
    margin-bottom: 0;
}
.user-login-modal .login-with-facebook {
    position: static;
    top: auto;
    margin-bottom: 1em;
}
.user-login-modal .login-with-google {
    position: static;
    top: auto;
}
.user-login-modal  .loginblock-footer-span {
    position: static;
    top: auto;
}
.user-login-modal .login-form-block > div:last-child {
    float: none;
    margin: 20px 0;
}
@media screen and (max-width: 480px) {
    .loginblock-footer-span span, .signup-footer-span span, .loginblock-footer-span a, .signup-footer-span a {
        font-size: 14px;
        line-height: 1.3;
    }
}
/* General */
#sidebar-menu ul li.menu-button a:hover {
    color: #fff;
}
.delete_fetched_address, .write-review-btn {
    background: #ddd;
    transition: all 0.3s ease;
}
.delete_fetched_address:hover, .write-review-btn:hover {
    background: #eee;
}
/* Edit Profile */
.extra_information_profie .form-group .row .col-md-6 {
    width: 50%;
    float: left;
}
.extra_information_profie .col-md-4 {
    width: 100%;
    max-width: 250px;
}
.extra_information_profie .check {
    margin-bottom: 15px;
}

/* Main Search */
#edit-buaddy-error, #categoryName-error {
    font-size: 0.9em;
    font-weight: 700;
    padding-top: 4px;
}
@media screen and (min-width: 768px) {
    #edit-buaddy-error {
        position: absolute;
        bottom: -28px;
        left: 55px;
        font-size: 0.9em;
        font-weight: 700;
    }
    #categoryName-error {
        position: absolute;
        bottom: -28px;
        left: 44px;
        font-size: 0.9em;
        font-weight: 700;
    }
}

/* Show Sign Up Button on Mobile */
.main-header .main-menu {
    z-index: auto;
}
.main-header .main-menu ul {
    z-index: 3;
}
#sidebar-toggle {
    width: 28px;
}
@media screen and (max-width: 1024px) {
    .transparent-header.no-search .main-header .main-menu ul {
        display: block !important;
        z-index: 2;
    }
    .transparent-header.no-search .main-header .main-menu ul li:not(.menu-button) {
        display: none !important;
    }
    .transparent-header.no-search .main-header .main-menu ul li.menu-button a {
        padding: 10px 18px;
    }
    .transparent-header.no-search .main-header .main-menu {
        align-content: center;
        align-items: center;
    }
    .main-header .main-menu {
        z-index: auto;
    }
    #sidebar-toggle {
        width: 28px;
    }
}
@media screen and (max-width: 768px) {
    .transparent-header.no-search .main-header .header-search {
        width: 45%;
    }
    .transparent-header.no-search .main-header .main-menu {
        width: 55%;
    }
}
@media screen and (max-width: 480px) {
    .transparent-header.no-search .main-header .main-menu ul li.menu-button {
        margin-right: 20px;
    }
}
@media screen and (max-width: 360px) {
    .transparent-header.no-search .main-header .main-menu ul li.menu-button a {
        font-size: 13px;
        padding: 8px 13px;
    }
    .transparent-header.no-search .main-header .main-menu ul li.menu-button {
        margin-right: 14px;
    }
}

#editProfile .req {
    font-weight: 300;
    color: #B93939;
    font-size: 0.8em;
}
.day-row.tradingcommon-col10{
    display: block;
}
.btn.copy-down{
    width: 40px;
    height: 40px;
    background: #00a74a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.btn.copy-down img{
    width: 25px;
    height: 25px;
    position: relative;
    left: 2px;
    top: -1px;
}

.trading-heading-block1 {
    margin-bottom: 1em;
}


@media screen and (max-width: 991px) {
    .tradingcommon-col8 > .col-md-2 {
        width: 40px;
    }
    .tradingcommon-col10 {
        width: calc(100% - 40px);
    }
    .common-callender-fields {
        width: 133px;
    }
    .trading-select-wrapper::after {
        left: 6.2em;
    }
}
@media screen and (max-width: 480px) {
    .tradingcommon-col8 > .col-md-2 {
        width: 30px;
    }
    .tradingcommon-col10 {
        width: calc(100% - 30px);
        padding-left: 5px;
    }
    .common-callender-fields {
        width: 95px;
    }
    .trading-select-wrapper::after {
        left: auto;
        right: 1em;
        font-size: 16px;
        top: 9px;
    }
    .tradingcommon-col10 .col-md-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .tradingcommon-col10 .col-md-2 {
        padding-left: 3px;
    }
}
