@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");

@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:300,400,500,700");

@font-face {
    font-family: 'Samsung Sans';
    src: url("../fonts/SamsungSans-Thin.eot");
    src: local("Samsung Sans Thin"), local("../fonts/SamsungSans-Thin"), url("../fonts/SamsungSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/SamsungSans-Thin.woff2") format("woff2"), url("../fonts/SamsungSans-Thin.woff") format("woff"), url("../fonts/SamsungSans-Thin.ttf") format("truetype"), url("../fonts/SamsungSans-Thin.svg#../fonts/SamsungSans-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Samsung Sans';
    src: url("../fonts/SamsungSans-Bold.eot");
    src: local("Samsung Sans Bold"), local("../fonts/SamsungSans-Bold"), url("../fonts/SamsungSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SamsungSans-Bold.woff2") format("woff2"), url("../fonts/SamsungSans-Bold.woff") format("woff"), url("../fonts/SamsungSans-Bold.ttf") format("truetype"), url("../fonts/SamsungSans-Bold.svg#../fonts/SamsungSans-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Samsung Sans';
    src: url("../fonts/SamsungSans-Light.eot");
    src: local("Samsung Sans Light"), local("../fonts/SamsungSans-Light"), url("../fonts/SamsungSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SamsungSans-Light.woff2") format("woff2"), url("../fonts/SamsungSans-Light.woff") format("woff"), url("../fonts/SamsungSans-Light.ttf") format("truetype"), url("../fonts/SamsungSans-Light.svg#../fonts/SamsungSans-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Samsung Sans';
    src: url("../fonts/SamsungSans-Medium.eot");
    src: local("Samsung Sans Medium"), local("../fonts/SamsungSans-Medium"), url("../fonts/SamsungSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SamsungSans-Medium.woff2") format("woff2"), url("../fonts/SamsungSans-Medium.woff") format("woff"), url("../fonts/SamsungSans-Medium.ttf") format("truetype"), url("../fonts/SamsungSans-Medium.svg#../fonts/SamsungSans-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Samsung Sans';
    src: url("../fonts/SamsungSans-Regular.eot");
    src: local("Samsung Sans Regular"), local("../fonts/SamsungSans-Regular"), url("../fonts/SamsungSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SamsungSans-Regular.woff2") format("woff2"), url("../fonts/SamsungSans-Regular.woff") format("woff"), url("../fonts/SamsungSans-Regular.ttf") format("truetype"), url("../fonts/SamsungSans-Regular.svg#../fonts/SamsungSans-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

*:focus {
    outline: none !important;
}

a,
a:not([href]):not([tabindex]) {
    color: #0498cf;
}

button {
    cursor: pointer;
}

body {
    font-family: "Samsung Sans";
    color: #000000;
    min-height: 100vh;
    position: relative;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    letter-spacing: 0.2px;
}

html,
body {
    height: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

.bottom-0 {
    margin-bottom: 0 !important;
}

.bottom-5 {
    margin-bottom: 5px !important;
}

.bottom-10 {
    margin-bottom: 10px;
}

.bottom-15 {
    margin-bottom: 15px;
}

.bottom-20 {
    margin-bottom: 20px;
}

.bottom-25 {
    margin-bottom: 25px;
}

.bottom-30 {
    margin-bottom: 30px;
}

.bottom-35 {
    margin-bottom: 35px;
}

.bottom-40 {
    margin-bottom: 40px;
}

.bottom-45 {
    margin-bottom: 45px;
}

.bottom-50 {
    margin-bottom: 50px;
}

.top-5 {
    margin-top: 5px;
}

.top-10 {
    margin-top: 10px;
}

.top-15 {
    margin-top: 15px;
}

.top-20 {
    margin-top: 20px;
}

.top-25 {
    margin-top: 25px;
}

.top-30 {
    margin-top: 30px;
}

.top-35 {
    margin-top: 35px;
}

.top-40 {
    margin-top: 40px !important;
}

.top-45 {
    margin-top: 45px;
}

.top-50 {
    margin-top: 50px;
}

.top-0 {
    margin-top: 0 !important;
}

.pad-top-30 {
    padding-top: 30px;
}

.pad-top-20 {
    padding-top: 20px;
}

.wrapper {
    min-height: 100%;
    position: relative;
    display: flex;
    width: 100%;
    align-items: stretch;
    overflow: hidden;
}

#sidebar {
    min-width: 241px;
    max-width: 241px;
    margin-left: -241px;
    min-height: 100%;
    z-index: 10005;
    position: fixed;
    top: 0;
    left: 0;
    background: #515253;
    transition: margin 0.5s;
}

#sidebar .sidebar-close {
    width: 79px;
    height: 56px;
    display: none;
    background-color: #ffffff;
    position: absolute;
    right: -79px;
    top: 0;
    z-index: 10005;
    border: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

#sidebar .sidebar-close span {
    width: 21px;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #515253;
    transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebar .sidebar-close span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}

#sidebar .sidebar-close span:nth-of-type(2) {
    opacity: 0;
}

#sidebar .sidebar-close span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}

#sidebar .sidebar-close:focus {
    outline: none;
}

#sidebar .profile-edit {
    display: block;
    text-align: center;
}

#sidebar .profile-edit .profile-edit-btn {
    max-width: 100%;
    min-width: 132px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 20px;
    margin-top: 15px;
}

#sidebar .sidevar-profile {
    display: block;
    margin-top: 35px;
    padding: 15px 10px 0 10px;
}

#sidebar .sidevar-profile figure {
    width: 68px;
    height: 68px;
    border-radius: 100%;
    margin: 0 auto 10px auto;
    background: #ffffff;
    overflow: hidden;
}

#sidebar .sidevar-profile figure img {
    width: 100%;
}

#sidebar .sidevar-profile h6 {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}

#sidebar.active {
    margin-left: 0;
}

#sidebar.active .sidebar-close {
    display: block;
}

#sidebar.active .sidevar-profile {
    margin-top: 5px;
    display: block;
}

#sidebar.active .sidevar-profile figure {
    width: 50px;
    height: 50px;
}

#sidebar.active .sidevar-profile h6 {
    display: none;
}

#sidebar.active .sidevar-profile .profile-edit-btn {
    min-width: 100%;
}

#sidebar.active ul li a .sidebar-menu-text {
    position: absolute;
    left: 100%;
    top: 0;
    background: #0498cf;
    z-index: 10000;
}

.side-navbar {
    display: block;
    margin-top: 24px;
}

.side-navbar ul {
    display: block;
}

.side-navbar ul li {
    margin-bottom: 1px;
    display: block;
}

.side-navbar ul li a {
    display: block;
    text-align: center;
    padding: 30px 12px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    font-family: "Samsung Sans";
}

.side-navbar ul li a figure {
    margin-bottom: 10px;
}

.side-navbar ul li a:hover {
    background: #03739d;
    text-decoration: none;
    transition: background-color 0.5s ease-out;
}

.side-navbar ul li a:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 12px;
    content: '';
    background: #0498cf;
    transition: background-color 0.5s ease-out;
}

.side-navbar ul li a.active {
    background: #03739d;
    text-decoration: none;
    transition: background-color 0.5s ease-out;
}

.side-navbar ul li a.active:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 12px;
    content: '';
    background: #0498cf;
    transition: background-color 0.5s ease-out;
}

.side-navbar ul li ul {
    display: block;
    background: #010d46;
}

.side-navbar ul li ul li a {
    padding: 15px 12px;
    font-size: 16px;
    border-bottom: 1px dashed #021882;
}

.side-bar-nav {
    list-style: none;
    padding: 0;
    margin-bottom: 5px;
}

.side-bar-nav>li>a {
    color: #ffffff !important;
    font-weight: 700;
    line-height: 26px;
}

.side-bar-nav>li>ul {
    padding-left: 14px;
    list-style: none;
}

.side-bar-nav>li>ul>li>a {
    color: #ffffff !important;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.sidebar-nav-account-section {
    list-style: none;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 35px;
}

.sidebar-nav-account-section>li {
    position: relative;
}

.sidebar-nav-account-section>li>a {
    color: #ffffff !important;
    font-weight: 400;
    line-height: 26px;
}

.sidebar-nav-account-section>li:first-child::before {
    position: absolute;
    width: 55px;
    content: '';
    left: 0;
    top: -16px;
    border-bottom: 1px solid #979797;
}

.sidebar-nav-account-section>li .sidebar-nav-support-txt {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-top: 30px;
}

.sidebar-content {
    display: block;
    overflow-y: scroll;
    padding: 24px;
    height: 100vh;
    padding-bottom: 50px;
}

.btn-blue {
    color: #ffffff;
    background-color: #0498cf;
    border-color: #0498cf;
    font-size: 14px;
    font-weight: 400;
    min-width: 128px;
    border-radius: 10px;
}

.btn-blue:hover {
    background-color: #0cbafa;
    color: #ffffff;
    border-color: #0cbafa;
    transition: background-color 1s ease-out;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.btn-blue:active {
    background-color: #036184;
}

.btn-blue:disabled,
.btn-blue.disabled {
    background-color: #3ec8fb;
    border-color: #3ec8fb;
    cursor: not-allowed !important;
}

.btn-red {
    color: #ffffff;
    background-color: #d33131;
    border-color: #d33131;
    font-size: 14px;
    font-weight: 400;
    min-width: 128px;
    border-radius: 10px;
}

.btn-red:hover {
    background-color: #dc5b5b;
    color: #ffffff;
    border-color: #dc5b5b;
    transition: background-color 1s ease-out;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.btn-red:active {
    background-color: #972020;
}

.btn-red:disabled,
.btn-red.disabled {
    background-color: #e58585;
    border-color: #e58585;
    cursor: not-allowed !important;
}

.btn-green {
    color: #ffffff;
    background-color: #1ebc61;
    border-color: #1ebc61;
    font-size: 14px;
    font-weight: 400;
    min-width: 128px;
    border-radius: 10px;
}

.btn-green:hover {
    background-color: #2fde79;
    color: #ffffff;
    border-color: #2fde79;
    transition: background-color 1s ease-out;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.btn-green:active {
    background-color: #137a3f;
}

.btn-green:disabled,
.btn-green.disabled {
    background-color: #5be596;
    border-color: #5be596;
    cursor: not-allowed !important;
}

.btn-orange {
    color: #ffffff;
    background-color: #f1892d;
    border-color: #f1892d;
    font-size: 14px;
    font-weight: 400;
    min-width: 128px;
    border-radius: 10px;
}

.btn-orange:hover {
    background-color: #f4a45d;
    color: #ffffff;
    border-color: #f4a45d;
    transition: background-color 1s ease-out;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.btn-orange:active {
    background-color: #c4630d;
}

.btn-orange:disabled,
.btn-orange.disabled {
    background-color: #f7bf8d;
    border-color: #f7bf8d;
    cursor: not-allowed !important;
}

.btn-white {
    color: #515253;
    background-color: #ffffff;
    border-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    min-width: 128px;
    border-radius: 10px;
}

.btn-white:hover {
    background-color: white;
    color: #515253;
    border-color: white;
    transition: background-color 1s ease-out;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.btn-white:active {
    background-color: #d9d9d9;
}

.btn-white:disabled,
.btn-white.disabled {
    background-color: white;
    border-color: white;
    cursor: not-allowed !important;
}

.btn-common-size {
    width: 100%;
    height: 55px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
}

#sidebarCollapse {
    width: 21px;
    float: left;
    cursor: pointer;
    margin-right: 15px;
    padding: 0;
    border: none;
    background: #fff;
}

#sidebarCollapse span {
    width: 21px;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #515253;
    transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}

#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}

#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

#sidebarCollapse:focus {
    box-shadow: none;
    outline: none;
}

#content {
    width: 100%;
    min-height: 100vh;
}

.main-content {
    padding: 35px;
    transition: all 5s;
}

.demo-components {
    display: block;
    padding: 40px 0;
}

.color-palett {
    width: 280px;
    height: 140px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.color-palett span {
    width: 50%;
    height: 140px;
    float: left;
}

.bg-primary-blue {
    background: #0498cf;
}

.bg-secondary-blue {
    background: #abe1fa;
}

.text-primary-blue {
    color: #0498cf;
}

.text-secondary-blue {
    color: #abe1fa;
}

.bg-primary-green {
    background: #1ebc61;
}

.bg-secondary-green {
    background: #97bf04;
}

.text-primary-green {
    color: #1ebc61;
}

.text-secondary-green {
    color: #97bf04;
}

.bg-primary-orange {
    background: #f1892d;
}

.bg-secondary-orange {
    background: #ff9400;
}

.text-primary-orange {
    color: #f1892d;
}

.text-secondary-orange {
    color: #ff9400;
}

.text-secondary-yellow {
    color: #fff968;
}

.bg-primary-yellow {
    background: #ffe800;
}

.bg-secondary-yellow {
    background: #fff968;
}

.text-primary-yellow {
    color: #ffe800;
}

.text-secondary-yellow {
    color: #fff968;
}

.bg-primary-light-gray {
    background: #ededed;
}

.bg-white {
    background: #fff;
}

.bg-secondary-light-gray {
    background: #b7b7b7;
}

.text-primary-light-gray {
    color: #ededed;
}

.text-secondary-light-gray {
    color: #b7b7b7;
}

.bg-primary-dark-gray {
    background: #515253;
}

.bg-secondary-dark-gray {
    background: #000000;
}

.text-primary-dark-gray {
    color: #515253;
}

.text-secondary-dark-gray {
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.2px;
    font-weight: 700;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
}

.dropdown-menu {
    transition: all 1s;
}

.dropdown-menu.show {
    /* animation: fadeInDown 1s cubic-bezier(0, -0.4, 0.5, 2); */
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
.nav-item.dropdown .angle{
 top : 5px !important;   
}
.nav-item.dropdown.show .angle.down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transition: all 1s;
    top: 5px;
}

.form-control {
    border-radius: 1px;
    background-color: rgba(239, 237, 236, 0.25);
    border: solid 1px #979797;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    height: 50px;
    transition: 1s all;
}

.form-control.error {
    border-bottom: #d33131;
    color: #d33131;
}

.form-control:focus {
    box-shadow: none;
    border-color: #979797;
    transition: 01s all;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

label {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 55px;
    min-height: 55px;
    border: 1px solid #979797;
    border-radius: 1px;
    color: #000000;
    line-height: 55px !important;
    padding: 0 23px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 55px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: none;
}

.page {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    grid-template-columns: 100%;
}

.topbar {
    background-color: #eeeeee;
    padding: 10px 0;
}

.topbar a {
    font-size: 14px;
    font-weight: 700;
    color: #515253;
}

@media only screen and (max-width: 480px) {
    .topbar {
        padding: 5px 0;
    }

    .topbar a {
        font-size: 12px;
    }
}

.navbar-light {
    background-color: #ffffff !important;
    border-bottom: 1px solid #ddd;
}

.navbar-expand-lg {
    padding: 0;
    height: 100%;
}

.navbar-expand-lg .navbar-nav {
    padding: 0;
}

.navbar-expand-lg .navbar-nav>li>a {
    padding: 40px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #515253 !important;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav>li>a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        display: none;
    }
}

.fadeDoen700ms {
    animation: fadeInDown 0.7s cubic-bezier(0, -0.4, 0.5, 2);
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.fadeDoen800ms {
    animation: fadeInDown 0.8s cubic-bezier(0, -0.4, 0.5, 2);
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.fadeDoen900ms {
    animation: fadeInDown 0.9s cubic-bezier(0, -0.4, 0.5, 2);
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.fadeDoen1000ms {
    animation: fadeInDown 1s cubic-bezier(0, -0.4, 0.5, 2);
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.fadeDoen1100ms {
    animation: fadeInDown 1.1s cubic-bezier(0, -0.4, 0.5, 2);
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.fadeDoen1200ms {
    animation: fadeInDown 1.2s cubic-bezier(0, -0.4, 0.5, 2);
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.fadeDoen1300ms {
    animation: fadeInDown 1.3s cubic-bezier(0, -0.4, 0.5, 2);
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.fadeDoen1400ms {
    animation: fadeInDown 1.4s cubic-bezier(0, -0.4, 0.5, 2);
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.fadeInLeft1000ms {
    animation: fadeInLeft 1s cubic-bezier(0, -0.4, 0.5, 2);
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.block-row {
    width: 100%;
    display: block;
}

.angle {
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: -1px;
}

.angle.down {
    margin-left: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 1s;
}

.angle.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 1s;
}

.plowzmowz-logo img {
    width: 302px;
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .plowzmowz-logo img {
        max-width: 185px;
    }

    .plowzmowz-logo {
        position: relative;
    }
}

.navbar-right {
    float: right;
}

.btn-work-with-us {
    width: 129px;
    height: 29px;
    padding: 0;
    text-align: center;
    border-radius: 30px;
    border: solid 2px #515253;
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    margin-left: 16px;
}

.header {
    top: 0;
    z-index: 10000;
}

@media only screen and (max-width: 992px) {
    .header {
        padding: 30px 0;
        position: relative;
    }
}

@media only screen and (max-width: 768px) {
    .header .sm-hide {
        display: none;
    }

    .header.header {
        padding: 12px 0 10px 0;
    }
}

.header-navbar>li>a {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.dropdown-main {
    box-shadow: 1px -2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: none;
    width: 246px;
    padding: 0;
}

.dropdown-main ul {
    list-style: none;
    padding: 0;
}

.dropdown-main ul li {
    border-bottom: 1px solid #d8d8d8;
}

.dropdown-main ul li a {
    color: #000000;
    padding: 8px 30px;
    line-height: 20px;
    font-size: 16px;
    cursor: pointer;
    display: block;
}

.dropdown-main ul li a:hover {
    text-decoration: none;
    background: #efedec;
}

.order_process_section {
    padding-top: 65px;
    padding-bottom: 200px;
    min-height: 100%;
    background: url("../images/grass_lawn_mow.jpg") repeat-x bottom left;
}

.order_process_section.onboard_success {
    padding-bottom: 0;
}

@media only screen and (max-width: 480px) {
    .order_process_section {
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: 100%;
    }
}

.order-process-container {
    width: 860px;
    min-height: 400px;
    max-width: 100%;
    margin: 0 auto;
}

.order-process-container .order-process-header {
    border-bottom: 3px solid #0498cf;
}

.order-process-container .order-process-header .order-process-nav {
    display: block;
}

.order-process-container .order-process-header .order-process-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.order-process-container .order-process-header .order-process-nav ul li a {
    display: block;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    position: relative;
    z-index: 10;
}

.order-process-container .order-process-header .order-process-nav ul li a:hover {
    text-decoration: none;
}

.order-process-container .order-process-header .order-process-nav ul li .process-number {
    height: 40px;
    width: 40px;
    background: #0498cf;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #0498cf;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    margin-right: 14px;
    position: relative;
}

.order-process-container .order-process-header .order-process-nav ul li.active .process-number {
    background: #ffffff;
    color: #0498cf;
    border-color: #0498cf;
}

.order-process-container .order-process-header .order-process-nav ul li.active .process-number::before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #0498cf;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
}

.order-process-container .order-process-header .order-process-nav ul li.done .process-number {
    background: #0498cf;
    border: 1px solid #0498cf;
}

@media only screen and (max-width: 768px) {
    .order-process-container .order-process-header .order-process-nav ul {
        justify-content: space-around;
    }
}

@media only screen and (max-width: 480px) {
    .order-process-container .order-process-header .order-process-nav ul {
        padding-bottom: 8px;
    }

    .order-process-container .order-process-header .order-process-nav ul li a .process-number {
        width: 30px;
        height: 30px;
        line-height: 29px;
        font-size: 16px;
    }

    .order-process-container .order-process-header .order-process-nav ul li a .process-number::before {
        bottom: -11px !important;
    }
}

.order-process-container .process-roder-body {
    display: block;
}

.order-process-container .process-roder-body>.process-order-content {
    width: 786px;
    margin: 0 auto;
    box-shadow: 0 0 20px 0 rgba(81, 82, 83, 0.15), 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .order-process-container .process-roder-body>.process-order-content {
        padding: 0 30px 30px 30px;
    }
}

.order-process-container .process-roder-body .grass-time-cnt {
    padding: 50px 70px 20px 180px;
}

.order-process-container .process-roder-body .lawn-mow-select-plan {
    padding: 10px 50px 30px 50px;
}

.order-process-container .process-roder-body .order-process-header-text {
    font-size: 20px;
    font-weight: 700;
}

@media only screen and (max-width: 992px) {
    .order-process-container .process-roder-body .grass-time-cnt {
        padding: 70px 70px 20px 70px;
    }

    .order-process-container .process-roder-body .order-process-header-text {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .order-process-container .process-roder-body .grass-time-cnt {
        padding: 35px;
    }

    .order-process-container .process-roder-body .order-process-header-text {
        text-align: center;
    }

    .order-process-container .process-roder-body .ans {
        padding: 0;
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 480px) {
    .order-process-container .process-roder-body {
        padding-top: 0;
    }

    .order-process-container .process-roder-body>.process-order-content {
        box-shadow: none;
    }

    .order-process-container .process-roder-body .order-process-header-text {
        font-size: 18px;
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {
    .order-process-container {
        max-width: 100%;
    }

    .order-process-container .process-order-content {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .order-process-container .process-text {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .order-process-container .grass-time-cnt {
        padding: 20px !important;
    }
}

.ans {
    list-style: none;
    margin-top: 40px;
    padding-left: 90px;
}

@media only screen and (max-width: 480px) {
    .ans {
        margin-top: 20px;
        padding-left: 10px;
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
}

.btn-pick-plan {
    width: 245px;
    height: 55px;
    font-size: 18px;
    font-weight: 700;
    margin-left: 90px;
    margin-top: 20px;
}


@media only screen and (max-width: 768px) {
    .btn-pick-plan {
        margin: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}


@media only screen and (max-width: 480px) {
    .btn-pick-plan {
        width: auto;
        height: 35px;
        margin-top: 10px;
        margin-left: 0;
        padding: 0 30px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.order-process-info {
    font-size: 12px;
    font-weight: 400;
    color: #515253;
    margin: 30px 0;
}

@media only screen and (max-width: 768px) {
    .order-process-info {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .order-process-info {
        text-align: center;
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 1px rgba(4, 152, 207, 0);
    }

    50% {
        box-shadow: 0px 0px 0px 15px rgba(4, 152, 207, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 15px rgba(4, 152, 207, 0);
    }
}

@keyframes ripple1 {
    0% {
        box-shadow: 0px 0px 0px 1px rgba(245, 166, 34, 0);
    }

    50% {
        box-shadow: 0px 0px 0px 15px rgba(245, 166, 34, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 15px rgba(245, 166, 34, 0);
    }
}

.md-radio {
    margin: 16px 0;
}

.md-radio.md-radio-inline {
    display: inline-block;
}

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

.md-radio input[type="radio"]:checked+label:before {
    border-color: #0498cf;
    animation: ripple 0.8s linear forwards;
}

.md-radio input[type="radio"]:checked+label {
    color: #0498cf;
    font-weight: 700;
    transition: all 1s;
}

.md-radio input[type="radio"]:checked+label:after {
    transform: scale(1);
    position: absolute;
    left: 10px;
    font-size: 18px;
    font-weight: 700;
    top: 2px;
    content: '\02143';
    color: #0498cf;
    transform: rotate(40deg);
}

.md-radio .checkbox-label {
    display: inline-block;
    height: 30px;
    position: relative;
    padding: 0 0 0 40px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.md-radio .checkbox-label:before,
.md-radio .checkbox-label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .8s ease;
    transition-property: transform, border-color;
}

.md-radio .checkbox-label:before {
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #515253;
}

.md-radio .checkbox-label:after {
    transform: scale(0);
}

.lawn-mow-select-plan .btn-pick-plan {
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.lawn-mow-select-plan .order-process-info {
    text-align: center;
    margin: 20px 0 0 0;
}

@media only screen and (max-width: 480px) {
    .lawn-mow-select-plan {
        padding: 20px 10px 10px 10px !important;
    }

    .lawn-mow-select-plan .btn-pick-plan {
        margin-top: 35px;
    }
}

.lawn-mow-plans {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0 auto;
    list-style: none;
    justify-content: space-between;
    padding: 0;
}

.lawn-mow-plans>li {
    width: calc(50% - 13px);
    margin-bottom: 26px;
}

@media only screen and (max-width: 768px) {
    .lawn-mow-plans {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .lawn-mow-plans>li {
        width: calc(50% - 4px);
        margin-bottom: 8px;
    }
}

.md-price-radio {
    width: 100%;
}

.md-price-radio input[type="radio"] {
    display: none;
}

.md-price-radio input[type="radio"]:checked+label {
    border-color: #0498cf;
    animation: ripple 0.8s linear forwards;
}

.md-price-radio input[type="radio"]:checked+label {
    border: 2px solid #0498cf;
    font-weight: 700;
    width: 100%;
}

.md-price-radio .checkbox-label {
    display: inline-block;
    position: relative;
    padding: 15px;
    cursor: pointer;
    width: 100%;
    margin: 0;
    vertical-align: bottom;
    border: 1px solid #979797;
    border-radius: 15px;
}

.md-price-radio .checkbox-label h6 {
    font-size: 18px;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 900;
}

.md-price-radio .checkbox-label .lawn-price-per {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    display: block;
    color: #1ebc61;
    line-height: 26px;
}

.md-price-radio .checkbox-label .per-now-txt {
    display: block;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    color: #1ebc61;
}

@media only screen and (max-width: 768px) {
    .md-price-radio .checkbox-label {
        padding: 5px;
    }

    .md-price-radio .checkbox-label h6 {
        font-size: 14px;
        margin-bottom: 0;
        font-weight: 900;
    }

    .md-price-radio .checkbox-label .lawn-price-per {
        font-size: 18px;
        line-height: 20px;
    }

    .md-price-radio .checkbox-label .per-now-txt {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
    }
}

.selected-plan-header {
    position: relative;
    padding-bottom: 34px;
    margin: 0;
}

.selected-plan-header::before {
    position: absolute;
    border-bottom: 2px solid #979797;
    position: absolute;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    bottom: 16px;
}

.lawn-mov-addon {
    width: 666px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0 auto;
    list-style: none;
    justify-content: space-between;
    padding: 0;
}

.lawn-mov-addon>li {
    width: calc(50% - 13px);
    margin-bottom: 26px;
}

@media only screen and (max-width: 992px) {
    .lawn-mov-addon {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .lawn-mov-addon>li {
        width: calc(50% - 4px);
        margin-bottom: 8px;
    }
}

.md-addon-checkbox {
    width: 100%;
}

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

.md-addon-checkbox input[type="checkbox"]:checked+label,
.md-addon-checkbox input[type="radio"]:checked+label {
    border-color: #0498cf;
    animation: ripple 0.8s linear forwards;
}

.md-addon-checkbox input[type="checkbox"]:checked+label,
.md-addon-checkbox input[type="radio"]:checked+label {
    border: 2px solid #0498cf;
    font-weight: 700;
    width: 100%;
}

.md-addon-checkbox input[type="checkbox"]:checked+label>.addon_img::before,
.md-addon-checkbox input[type="radio"]:checked+label>.addon_img::before {
    background-image: url("./../images/check_mark.png");
}

.md-addon-checkbox .checkbox-label {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 111px;
    cursor: pointer;
    width: 100%;
    margin: 0;
    vertical-align: bottom;
    border: 1px solid #979797;
    border-radius: 15px;
}

.md-addon-checkbox .checkbox-label .addon_text {
    position: relative;
    width: 100%;
    width: 100%;
    padding: 18px 8px 18px 12px;
}

.md-addon-checkbox .checkbox-label h6 {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.md-addon-checkbox .checkbox-label .lawn-price-per {
    font-size: 23px;
    font-weight: 700;
    display: block;
    color: #1ebc61;
    line-height: 26px;
}

.md-addon-checkbox .checkbox-label .per-now-txt {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1ebc61;
}

.md-addon-checkbox .checkbox-label>.addon_img {
    width: 111px;
    position: relative;
    float: left;
    margin-left: -111px;
    top: 0;
}

.md-addon-checkbox .checkbox-label>.addon_img>img {
    width: 100%;
}

.md-addon-checkbox .checkbox-label>.addon_img::before {
    position: absolute;
    background-image: url("./../images/plus_icon.png");
    content: '';
    width: 29px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 992px) {
    .md-addon-checkbox .checkbox-label h6 {
        font-size: 14px;
    }

    .md-addon-checkbox .checkbox-label .per-now-txt {
        font-weight: 400;
    }
}

@media only screen and (max-width: 768px) {
    .md-addon-checkbox .checkbox-label {
        padding: 0;
    }

    .md-addon-checkbox .checkbox-label>.addon_img {
        display: none;
    }

    .md-addon-checkbox .addon_text {
        text-align: center;
        padding: 10px !important;
    }
}

@media only screen and (max-width: 360px) {
    .lawn-mow-select-addon {
        padding: 20px 0 !important;
    }

    .lawn-mow-select-addon .addon_text {
        padding: 10px 0 !important;
    }

    .lawn-mow-select-addon .addon_text h6 {
        margin-bottom: 0 !important;
    }

    .lawn-mow-select-addon .lawn-price-per {
        font-size: 18px !important;
        line-height: 20px !important;
    }
}

.lawn-mov-ycu-addon {
    width: 666px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0 auto;
    list-style: none;
    justify-content: space-between;
    padding: 0;
}

.lawn-mov-ycu-addon>li {
    margin-bottom: 20px;
}

.lawn-mov-ycu-addon>li .md-price-radio .checkbox-label {
    padding: 15px 8px;
}

@media only screen and (max-width: 992px) {
    .lawn-mov-ycu-addon {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .lawn-mov-ycu-addon>li {
        width: calc(100%);
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .lawn-mov-ycu-addon>li {
        width: calc(100%);
        margin-bottom: 8px;
    }

    .lawn-mov-ycu-addon>li .md-price-radio input[type="radio"]:checked+label {
        width: auto;
        min-width: 180px;
    }

    .lawn-mov-ycu-addon>li .checkbox-label {
        padding: 4px 10px;
        width: auto;
        min-width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.ycu-addon-additional-info {
    margin: 0 auto;
    width: 666px;
    margin-bottom: 36px;
    margin-top: 14px;
}

.ycu-addon-additional-info textarea {
    line-height: 24px;
    padding: 14px 18px;
}

.ycu-addon-additional-info textarea::placeholder {
    color: #000000;
}

@media only screen and (max-width: 992px) {
    .ycu-addon-additional-info {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .ycu-addon-additional-info textarea {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .lawn-mow-ycu-addon .btn-pick-plan {
        margin-top: 0;
    }
}

.bg-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10001;
    display: block;
}

.bg-overlay.active {
    display: none;
}

.hero-section {
    display: block;
    width: 100%;
    position: relative;
}

.hero-section .hero-image {
    width: 100%;
    position: relative;
    z-index: 1000;
    display: block;
    max-height: 379px;
    overflow: hidden;
    position: relative;
    z-index: 1000;
}

.hero-section .hero-image img {
    width: 100%;
}

.leanplum-test {
    display: block;
    width: 100%;
    position: relative;
    color: #ffffff;
}

.leanplum-test h4 {
    padding: 20px;
}

.get-quote-section {
    position: relative;
    margin-top: -220px;
    z-index: 1001;
}

.get-quote-section .get-quote-box {
    box-shadow: 0 0 20px 0 rgba(81, 82, 83, 0.15), 0 0 4px 0 rgba(0, 0, 0, 0.1);
    display: block;
    background-color: #ffffff;
    min-height: 400px;
    padding: 50px 20px 18px 20px;
}

.get-quote-section .get-quote-box h4 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #1ebc61;
    letter-spacing: 0.2;
}

.get-quote-section .get-quote-box h6 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #515253;
}

.get-quote-section .get-quote-form {
    width: 982px;
    max-width: 100%;
    margin: 32px auto 0 auto;
    position: relative;
}

.get-quote-section .get-quote-form ul.get-quote-ul {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.get-quote-section .get-quote-form ul.get-quote-ul .break {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.get-quote-section .get-quote-form ul.get-quote-ul>li {
    width: calc(50% - 32px);
    margin-bottom: 32px;
}

.get-quote-section .get-quote-form ul.get-quote-ul>li .form-group {
    margin-bottom: 0;
    position: relative;
}

.get-quote-section .get-quote-form ul.get-quote-ul>li.single {
    width: calc(100% - 32px);
}

.get-quote-section .get-quote-form ul.get-quote-ul .get-quote-button {
    width: 100%;
    height: 55px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

@media only screen and (max-width: 620px) {
    .get-quote-section .get-quote-box h4 {
        font-size: 20px;
    }

    .get-quote-section .get-quote-box h6 {
        font-size: 16px;
    }

    .get-quote-section .get-quote-form ul.get-quote-ul>li {
        margin-bottom: 20px;
    }

    .get-quote-section .get-quote-form ul.get-quote-ul .get-quote-button {
        font-size: 16px;
        height: 45px;
    }
}

@media only screen and (max-width: 768px) {
    .get-quote-section {
        margin-top: -120px;
    }

    .get-quote-section .get-quote-box {
        padding: 30px;
    }

    .get-quote-section .get-quote-form ul.get-quote-ul>li {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .get-quote-section {
        margin-top: -60px;
    }
}

.floating-form-group {
    position: relative;
}

.floating-form-group .floating-form-control {
    height: 55px;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 400;
}

.floating-form-group textarea.floating-form-control {
    height: 100px;
}

.floating-form-group .floating-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    margin-bottom: 0;
}

.floating-form-group .floating-form-control:focus~.floating-label,
.floating-form-group .floating-form-control:not(:placeholder-shown)~.floating-label {
    top: 15px;
    left: 22px;
    font-size: 10px;
    font-weight: 700;
    color: #0498cf;
}

.floating-form-group .floating-form-control:focus,
.floating-form-group .floating-form-control:not(:placeholder-shown) {
    padding-top: 10px;
    outline: none;
}

.floating-form-group textarea.floating-form-control:focus,
.floating-form-group textarea.floating-form-control:not(:placeholder-shown) {
    padding-top: 22px;
}

.floating-form-group .floating-input:focus~label,
.floating-form-group .floating-input:not(:placeholder-shown)~.floating-label {
    top: 15px;
    left: 22px;
    font-size: 10px;
    font-weight: 400;
    color: #0498cf;
}

.headeer-18-bold {
    font-size: 18px;
    font-weight: 700;
    color: #515253;
    text-align: center;
}

@media only screen and (max-width: 620px) {
    .headeer-18-bold {
        font-size: 14px;
    }
}

.lawn-mow-home-info-section {
    padding: 70px 0;
}

.lawn-mow-home-info-section .lawn-mow-home-info {
    width: 845px;
    max-width: 100%;
    position: relative;
    padding-left: 147px;
    float: left;
}

.lawn-mow-home-info-section .lawn-mow-home-info .lawn-mow-info-fig {
    width: 135px;
    float: left;
    margin-left: -147px;
    text-align: center;
}

.lawn-mow-home-info-section .lawn-mow-home-info p {
    color: #1ebc61;
    font-size: 20px;
}

.lawn-mow-home-info-section .lawn-mow-home-info a {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #515253;
    text-decoration: underline;
}

.lawn-mow-home-info-section .lawn-mow-home-info a:hover {
    color: #0498cf;
    text-decoration: underline;
}

@media only screen and (max-width: 620px) {
    .lawn-mow-home-info-section {
        padding: 30px 0;
    }

    .lawn-mow-home-info-section .lawn-mow-home-info {
        padding-left: 80px;
    }

    .lawn-mow-home-info-section .lawn-mow-home-info .lawn-mow-info-fig {
        width: 60px;
        margin-left: -80px;
    }

    .lawn-mow-home-info-section .lawn-mow-home-info .lawn-mow-info-fig img {
        max-width: 100%;
    }

    .lawn-mow-home-info-section .lawn-mow-home-info p {
        font-size: 16px;
    }

    .lawn-mow-home-info-section .lawn-mow-home-info a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 620px) {
    .lawn-mow-home-info-section {
        padding: 30px 0;
    }

    .lawn-mow-home-info-section .lawn-mow-home-info {
        padding-left: 80px;
    }

    .lawn-mow-home-info-section .lawn-mow-home-info .lawn-mow-info-fig {
        width: 60px;
        margin-left: -80px;
    }

    .lawn-mow-home-info-section .lawn-mow-home-info .lawn-mow-info-fig img {
        max-width: 100%;
    }

    .lawn-mow-home-info-section .lawn-mow-home-info p {
        font-size: 16px;
    }

    .lawn-mow-home-info-section .lawn-mow-home-info a {
        font-size: 14px;
    }
}

.ng-select {
    width: 100%;
    display: block;
    position: relative;
}

.ng-select .ng-select-container {
    height: 55px;
}

@media only screen and (max-width: 620px) {
    .ng-select .ng-select-container {
        min-height: 45px;
        height: 45px !important;
        align-items: center;
    }

    .ng-select .ng-select-container .ng-value-container {
        align-items: center;
        padding-left: 22px;
        font-size: 16px;
        font-weight: 400;
    }

    .ng-select .ng-select-container .ng-value-container .ng-placeholder {
        color: #000000;
    }

    .ng-select .ng-select-container .ng-value-container .ng-value.ng-star-inserted {
        margin-top: 10px;
    }

    .ng-select .ng-select-container .ng-value-container .ng-placeholder {
        top: 3px;
        font-weight: 400;
    }
}

.work-flow-section {
    background-color: #ededed;
    padding: 60px 0 80px 0;
}

@media only screen and (max-width: 768px) {
    .work-flow-section .pm-work-row {
        justify-content: center;
    }
}

@media only screen and (max-width: 620px) {
    .work-flow-section {
        padding: 40px 0;
    }

    .work-flow-section h4 {
        font-size: 20px;
    }
}

.pm-work {
    display: block;
    margin-top: 30px;
}

.pm-work figure {
    display: block;
    text-align: center;
    height: 212px;
    line-height: 212px;
}

.pm-work figure img {
    max-width: 100%;
}

.pm-work .pm-work-description {
    width: 277px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.2px;
}

@media only screen and (max-width: 620px) {
    .pm-work figure {
        height: 140px;
        line-height: 140px;
    }

    .pm-work figure img {
        max-width: 120px;
    }

    .pm-work .pm-work-description {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .pm-work {
        display: flex;
        width: 320px;
        max-width: 100%;
        margin: 30px auto 0 auto;
        justify-content: center;
    }

    .pm-work.pm-work-middle figure {
        order: 2;
    }

    .pm-work.pm-work-middle .pm-work-description {
        padding-left: 0;
        padding-right: 20px;
    }

    .pm-work .pm-work-description {
        width: auto;
        align-self: center;
        padding-left: 20px;
        position: relative;
    }

    .pm-work .pm-arrow {
        background: url("../images/pm-arrow.svg") no-repeat;
        display: block;
        width: 100px;
        height: 200px;
        position: absolute;
        left: 50%;
        top: calc(100% + 10px);
        transform: translateX(-50%);
    }

    .pm-work .pm-arrow.reverse {
        left: 20%;
        transform: scaleX(-1);
    }

    .pm-work figure {
        height: 100px;
        align-self: center;
        line-height: 100px;
    }

    .pm-work figure img {
        max-width: 80px;
    }
}

.mobile-app-section {
    padding: 90px 0 56px 0;
}

.mobile-app-section .mobile-app-header {
    width: 475px;
    max-width: 100%;
    margin-bottom: 15px;
}

.mobile-app-section .mobile-app-description {
    width: 510px;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}

.mobile-app-section .app-mobile-number {
    width: 470px;
}

.mobile-app-section .send-app-code-btn {
    width: 79px;
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    background: #0498cf;
    cursor: pointer;
}

.mobile-app-section .send-app-code-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.mobile-app-section .angle-big {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    position: absolute;
    top: 18px;
    left: 36%;
}

.mobile-app-section .angle-big.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.mobile-app-section .play-store {
    display: block;
    margin-top: 14px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.mobile-app-section .play-store li {
    display: inline-block;
    margin-right: 18px;
}

.mobile-app-section .reg-app-img {
    margin: 0;
    text-align: center;
    justify-content: center;
}

.mobile-app-section .reg-app-img img {
    max-width: 100%;
    margin-bottom: -56px;
}

@media only screen and (max-width: 1200px) {
    .mobile-app-section .mobile-app-header {
        width: 100%;
    }

    .mobile-app-section .mobile-app-description {
        width: 100%;
    }

    .mobile-app-section .app-mobile-number {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-app-section {
        padding: 40px 0 56px 0;
    }

    .mobile-app-section .play-store {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 620px) {
    .mobile-app-section .mobile-app-header {
        font-size: 20px;
    }

    .mobile-app-section .mobile-app-description {
        font-size: 16px;
    }

    .mobile-app-section .send-app-code-btn {
        height: 45px;
    }

    .mobile-app-section .send-app-code-btn .angle-big {
        top: 13px;
    }
}

.brands-section {
    padding: 60px 0;
    background: #ededed;
}

.brands-section .brans-list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-content: center;
    padding: 0;
    margin: 0;
}

.brands-section .brans-list li {
    align-self: center;
}

@media only screen and (max-width: 992px) {
    .brands-section {
        padding: 30px 0;
    }

    .brands-section .brans-list {
        flex-wrap: wrap;
    }

    .brands-section .brans-list li {
        width: 20%;
        text-align: center;
        border: 1px solid #c2c2c2;
        align-self: auto;
        line-height: 60px;
        padding: 0 10px;
    }

    .brands-section .brans-list li img {
        max-width: 100%;
    }
}

.lawn-mow-services-section {
    padding: 75px 0;
}

.lawn-mow-services-section .lawn-mow-service-container {
    width: 828px;
    max-width: 100%;
    margin: 0 auto;
}

.lawn-mow-services-section .lm-b-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 30px 0 20px 0;
}

.lawn-mow-services-section .lms-divider {
    border-bottom: solid 1px #979797;
    margin: 50px 0;
}

.lawn-mow-services-section .home-addons {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-top: 40px;
}

.lawn-mow-services-section .home-addons li {
    width: 264px;
    max-width: 100%;
}

.lawn-mow-services-section .home-addons li figure {
    width: 100%;
}

.lawn-mow-services-section .home-addons li figure img {
    max-width: 100%;
    width: 100%;
}

.lawn-mow-services-section .home-addons li p {
    text-align: center;
    font-size: 18px;
    line-height: 1.22;
    color: #515253;
}

@media only screen and (max-width: 992px) {
    .lawn-mow-services-section .home-addons li {
        width: calc(33.33% - 10px);
    }
}

@media only screen and (max-width: 620px) {
    .lawn-mow-services-section {
        padding: 30px 0;
    }

    .lawn-mow-services-section .lawn-mow-service-container h4 {
        font-size: 20px;
    }

    .lawn-mow-services-section .lawn-mow-service-container .lm-b-text {
        font-size: 14px;
    }

    .lawn-mow-services-section .lawn-mow-service-container p {
        font-size: 16px;
    }

    .lawn-mow-services-section .home-addons li p {
        text-align: center;
        font-size: 16px;
        line-height: 1.22;
        color: #515253;
    }
}

@media only screen and (max-width: 480px) {
    .lawn-mow-services-section .home-addons {
        flex-wrap: wrap;
    }

    .lawn-mow-services-section .home-addons li {
        width: 100%;
    }

    .lawn-mow-services-section .home-addons li figure {
        text-align: center;
    }

    .lawn-mow-services-section .home-addons li figure img {
        max-width: 70%;
    }
}

.service-slider {
    display: block;
    position: relative;
}

.service-slider .slide-nav {
    border: none;
    position: absolute;
    transform: translateY(-50%);
    background: #ffffff;
    cursor: pointer;
    top: 50%;
}

.service-slider .slide-nav.prev {
    left: -50px;
}

.service-slider .slide-nav.next {
    right: -50px;
}

.service-slider .slide-nav:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

@media only screen and (max-width: 620px) {
    .service-slider .slide-nav {
        background: transparent;
    }

    .service-slider .slide-nav.prev {
        left: 0;
    }

    .service-slider .slide-nav.next {
        right: 0;
    }
}

.order-summary-section {
    display: block;
    padding: 60px 0;
}

@media only screen and (max-width: 768px) {
    .order-summary-section {
        padding: 20px 0;
    }
}

.order-summary-container {
    width: 860px;
    margin: 0 auto;
    max-width: 100%;
}

.checkmark {
    display: inline-block;
}

.checkmark:after {
    content: '';
    display: block;
    width: 8px;
    height: 13px;
    border: solid #0498cf;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.os-sub-header {
    font-size: 20px;
    font-weight: 700;
}

@media only screen and (max-width: 620px) {
    .os-sub-header {
        font-size: 18px;
    }
}

.order-summary-s1 {
    display: block;
    margin-top: 25px;
    padding: 40px 0;
    border-bottom: 3px solid #0498cf;
    border-top: 3px solid #0498cf;
}

.order-summary-s1 .os-s1-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

.order-summary-s1 .os-s1-list li .os-s1-label {
    font-size: 18px;
    font-weight: 400;
    color: #515253;
}

.order-summary-s1 .os-s1-list li .edit-mobile {
    display: none;
}

.order-summary-s1 .os-s1-list li .checkmark {
    margin: 0 12px;
}

.order-summary-s1 .os-s1-list li .checkmark::after {
    transform: rotate(42deg);
}

@media only screen and (max-width: 992px) {
    .order-summary-s1 {
        padding-bottom: 20px;
    }

    .order-summary-s1 .os-s1-list {
        flex-wrap: wrap;
    }

    .order-summary-s1 .os-s1-list li {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .order-summary-s1 {
        border-bottom: none;
        padding: 12px 0;
    }

    .order-summary-s1 .os-s1-list {
        flex-wrap: wrap;
    }

    .order-summary-s1 .os-s1-list li {
        width: 100%;
        border-bottom: 1px solid #ededed;
        padding: 15px 0;
        padding-right: 40px;
        margin: 0;
        position: relative;
    }

    .order-summary-s1 .os-s1-list li .checkmark {
        display: none;
    }

    .order-summary-s1 .os-s1-list li .edit-mobile {
        display: block;
        float: right;
        font-size: 14px;
        color: #0498cf;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .order-summary-s1 .os-s1-list li h6.os-sub-header {
        display: inline-block;
        margin: 0;
        padding-right: 20px;
    }

    .order-summary-s1 .os-s1-list li .os-s1-row {
        display: inline-block;
    }

    .order-summary-s1 .os-s1-list li:first-child {
        border-top: 1px solid #ededed;
    }

    .order-summary-s1 .os-s1-list .os-disk-edit-btn {
        display: none;
    }
}

@media only screen and (max-width: 620px) {
    .order-summary-s1 {
        position: relative;
        margin-top: 10px;
    }

    .order-summary-s1 .os-s1-list {
        flex-wrap: wrap;
    }

    .order-summary-s1 .os-s1-list li {
        width: 100%;
        border-bottom: 1px solid #ededed;
        padding: 15px 0;
        padding-right: 40px;
        margin: 0;
        position: relative;
    }

    .order-summary-s1 .os-s1-list li .checkmark {
        display: none;
    }

    .order-summary-s1 .os-s1-list li .edit-mobile {
        display: block;
        float: right;
        font-size: 14px;
        color: #0498cf;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .order-summary-s1 .os-s1-list li h6.os-sub-header {
        display: inline-block;
        margin: 0;
        padding-right: 20px;
        font-size: 18px;
    }

    .order-summary-s1 .os-s1-list li .os-s1-label {
        font-size: 16px;
    }

    .order-summary-s1 .os-s1-list li .os-s1-row {
        display: inline-block;
    }

    .order-summary-s1 .os-s1-list li:first-child {
        border-top: 1px solid #ededed;
    }

    .order-summary-s1 .os-s1-list .os-disk-edit-btn {
        display: none;
    }
}

.os-edit-btn {
    border-radius: 7.2px;
    text-transform: uppercase;
    height: 52px;
    max-width: 96px;
    min-width: 96px;
    padding: 0;
    box-shadow: 0 0 19px 0 rgba(81, 82, 83, 0.15), 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.os-edit-btn:hover {
    background: #0498cf;
    border-color: #0498cf;
    color: #fff;
}

.order-summary-s2 {
    display: block;
    border-bottom: 1px solid #979797;
    padding: 40px 0;
}

.order-summary-s2 .os-s2-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.order-summary-s2 .os-s2-list>li .os-s2-address {
    font-size: 18px;
    font-weight: 400;
    color: #515253;
    line-height: 1.22;
    margin-top: 20px;
}

.order-summary-s2 .os-s2-list>li .edit-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .order-summary-s2 {
        border-bottom: 1px solid #ededed;
        padding: 0 0 15px 0;
    }

    .order-summary-s2 .os-s2-list li {
        width: 100%;
        padding-right: 40px;
        margin: 0;
        position: relative;
    }

    .order-summary-s2 .os-s2-list li .edit-mobile {
        display: block;
        float: right;
        font-size: 14px;
        color: #0498cf;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .order-summary-s2 .os-s2-list .os-s2-address {
        margin-top: 10px;
    }

    .order-summary-s2 .os-s2-list .os-disk-edit-btn {
        display: none;
    }
}

.order-summary-s3 {
    padding: 60px 0 40px 0;
}

@media only screen and (max-width: 768px) {
    .order-summary-s3 {
        padding: 15px 0;
    }
}

.property-specs-table {
    margin-top: 30px;
}

.property-specs-table tr th {
    font-size: 18px;
    color: #515253;
    font-weight: 700;
    padding: 20px 20px 20px 0;
    vertical-align: middle;
}

.property-specs-table tr td {
    vertical-align: middle;
    padding-right: 30px;
}

.property-specs-table tr td .checkbox-label {
    font-size: 18px;
    color: #515253;
    line-height: 30px;
}

.property-specs-table tr td .checkbox-label::after {
    top: 0px !important;
}

@media only screen and (max-width: 768px) {
    .property-specs-table {
        width: 100%;
        margin-top: 0;
    }

    .property-specs-table tr {
        border-bottom: 1px solid #ededed;
    }

    .property-specs-table tr:last-child {
        border: none;
    }

    .property-specs-table th {
        padding: 15px 0 !important;
        vertical-align: top !important;
    }

    .property-specs-table td {
        display: block;
    }

    .property-specs-table td .md-radio {
        margin: 5px 0;
    }

    .property-specs-table td .md-radio.first_child {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 620px) {
    .property-specs-table {
        width: 100%;
        margin-top: 0;
    }

    .property-specs-table tr {
        border-bottom: 1px solid #ededed;
    }

    .property-specs-table tr:last-child {
        border: none;
    }

    .property-specs-table th {
        font-size: 16px !important;
        font-weight: 400 !important;
        padding-right: 20px !important;
    }

    .property-specs-table td {
        display: block;
        padding-right: 0 !important;
    }

    .property-specs-table td .md-radio .checkbox-label {
        font-size: 16px;
        font-weight: 400;
    }
}

.order-summary-s4 {
    display: block;
    border-bottom: 1px solid #979797;
    padding: 40px 0 30px 0;
}

.order-summary-s4 .os-s4-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.order-summary-s4 .os-s4-list li .notes-textarea {
    width: 100%;
    height: 98px;
}

.order-summary-s4 .os-s4-list li:first-child {
    width: 579px;
}

.order-summary-s4 .os-s4-list li:last-child {
    width: 254px;
}

@media only screen and (max-width: 992px) {
    .order-summary-s4 .os-s4-list li:first-child {
        width: calc(60% - 10px);
    }

    .order-summary-s4 .os-s4-list li:last-child {
        width: calc(40% - 10px);
    }
}

@media only screen and (max-width: 768px) {
    .order-summary-s4 {
        padding: 15px 0;
        border-color: #ededed;
    }

    .order-summary-s4 .os-s4-list li .form-group {
        margin-bottom: 0;
    }

    .order-summary-s4 .os-s4-list li:first-child {
        width: 50%;
    }

    .order-summary-s4 .os-s4-list li:last-child {
        width: 50%;
    }
}

@media only screen and (max-width: 620px) {
    .order-summary-s4 {
        padding: 15px 0;
        border-color: #ededed;
    }

    .order-summary-s4 .os-s4-list {
        flex-wrap: wrap;
    }

    .order-summary-s4 .os-s4-list li .form-group {
        margin-bottom: 0;
    }

    .order-summary-s4 .os-s4-list li:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .order-summary-s4 .os-s4-list li:last-child {
        width: 100%;
    }
}

.drag-drop-container {
    position: relative;
}

.drag-drop-container .drag-drop {
    position: relative;
    width: 100%;
    height: 98px;
    border: 1px dashed #979797;
    background-color: rgba(239, 237, 236, 0.25);
    font-size: 16px;
    line-height: 1.22;
    text-align: center;
    color: #515253;
    padding-top: 30px;
}

.drag-drop-container .drag-xs-text {
    display: none;
}

.drag-drop-container input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
}

.drag-drop-container input[type=file]:hover+.drag-drop {
    border: 2px dashed #0498cf;
}

@media only screen and (max-width: 620px) {
    .drag-drop-container .drag-drop {
        padding-top: 20px;
    }

    .drag-drop-container .drag-xs-text {
        display: block;
    }

    .drag-drop-container .drag-xs-text .col6 {
        width: 50%;
        display: inline-block;
    }

    .drag-drop-container .drag-xs-text .col6.border-left {
        border-color: #515253 !important;
    }

    .drag-drop-container .drag-xs-text .col6 .drag-icon {
        text-align: center;
        display: block;
    }

    .drag-drop-container .drag-xs-text .col6 .drag-text {
        font-size: 12px;
        text-align: center;
    }

    .drag-drop-container .drag-md-text {
        display: none;
    }
}

.order-summary-s5 {
    display: block;
    border-bottom: 1px solid #979797;
    padding: 40px 0 30px 0;
}

.order-summary-s5 .os-s5-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    justify-content: space-between;
}

.order-summary-s5 .os-s5-list li {
    width: calc(50% - 9px);
}

.order-summary-s5 .os-s5-list li label {
    color: #515253;
}

@media only screen and (max-width: 620px) {
    .order-summary-s5 {
        border-color: #ededed;
        padding: 15px 0;
    }

    .order-summary-s5 .os-s5-list {
        margin: 10px 0 0 0;
    }

    .order-summary-s5 .os-s5-list li {
        width: 100%;
    }

    .order-summary-s5 .os-s5-list li label {
        font-size: 16px;
        margin-bottom: 0;
    }
}

.order-summary-s6 {
    display: block;
    border-bottom: 1px solid #979797;
    padding: 40px 0 30px 0;
}

.order-summary-s6 .os-s6-list {
    display: flex;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    align-items: center;
}

.order-summary-s6 .os-s6-list li {
    padding-right: 25px;
}

.order-summary-s6 .os-s6-list li .btn-stripe-pay {
    width: 308px;
    height: 45px;
    text-align: center;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 900;
    display: table-cell;
    vertical-align: middle;
}

.order-summary-s6 .os-s6-list li .btn-stripe-pay .p-plus-icon {
    font-size: 24px;
    font-style: normal;
}

@media only screen and (max-width: 620px) {
    .order-summary-s6 {
        padding: 15px 0;
        border-color: #ededed;
    }

    .order-summary-s6 .os-s6-list {
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .order-summary-s6 .os-s6-list li {
        padding-right: 0;
        width: 100%;
    }

    .order-summary-s6 .os-s6-list li:last-child {
        margin-bottom: 0;
    }

    .order-summary-s6 .os-s6-list li:last-child .form-group {
        margin-bottom: 0;
    }
}

.order-summary-s7 {
    display: block;
    padding: 40px 0 30px 0;
}

@media only screen and (max-width: 620px) {
    .order-summary-s7 {
        padding: 15px 0;
    }
}

.os-date-picker-container {
    margin: 20px 0 60px 0;
}

@media only screen and (max-width: 620px) {
    .os-date-picker-container {
        margin: 10px 0;
    }
}

.os-date-picker,
.date-picker {
    width: 415px;
    max-width: 100%;
    background: url("../images/date-picker.png") no-repeat center right 20px;
    padding: 0 70px 0 22px;
    height: 55px;
    text-align: center;
}

.os-date-picker:read-only,
.date-picker:read-only {
    background-color: rgba(239, 237, 236, 0.25);
}

@media only screen and (max-width: 620px) {

    .os-date-picker,
    .date-picker {
        height: 45px;
        background-size: 22px;
    }
}

.date-picker {
    height: 55px;
    width: 100%;
}

.final-summary-container {
    display: block;
    padding: 25px 34px;
    background: #ededed;
}

.final-summary-container .hr_fs {
    width: 100%;
    border-bottom: solid 1px #979797;
    margin: 20px 0 30px 0;
}

.final-summary-container .fs_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.final-summary-container .fs_list li {
    margin-bottom: 24px;
}

.final-summary-container .fs_list li h6 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: "Lato", sans-serif;
}

.final-summary-container .fs_list li span {
    display: block;
    font-size: 18px;
    line-height: 1.39;
    color: #515253;
    font-weight: 400;
}

.final-summary-container .order-total-container {
    display: block;
    padding-left: 32px;
}

.final-summary-container .final-os-table {
    width: 100%;
    border-collapse: collapse;
}

.final-summary-container .final-os-table tbody {
    width: 100%;
}

.final-summary-container .final-os-table tbody .border-bottom {
    border-bottom: 1px solid #979797 !important;
}

.final-summary-container .final-os-table tbody .border-bottom th {
    padding-bottom: 15px;
}

.final-summary-container .final-os-table tbody th {
    font-size: 18px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    padding: 7px 20px;
    text-transform: uppercase;
}

.final-summary-container .final-os-table tbody td {
    text-align: right;
    font-size: 18px;
    color: #515253;
    padding: 7px 20px;
}

.final-summary-container .final-os-table tbody .fs-total-row th {
    text-align: center;
    padding: 25px 20px 20px 20px;
    font-family: "Samsung Sans";
    font-size: 26px;
    font-weight: 700;
    white-space: nowrap;
}

.final-summary-container .final-os-table tbody .fs-total-row td {
    color: #0498cf;
    font-size: 26px;
    font-weight: 700;
}

.final-summary-container .fs-next-btn {
    width: calc(100% - 40px);
    height: 55px;
    font-weight: 700;
    font-size: 18px;
    margin-left: 20px;
}

@media only screen and (max-width: 992px) {
    .final-summary-container .order-total-container {
        padding-left: 0;
    }

    .final-summary-container .final-os-table tbody .fs-total-row th {
        white-space: normal;
    }
}

@media only screen and (max-width: 620px) {
    .final-summary-container {
        padding: 20px;
    }

    .final-summary-container .os-sub-header {
        color: #1ebc61;
    }

    .final-summary-container .hr_fs {
        margin: 15px 0;
    }

    .final-summary-container .fs_list li {
        margin-bottom: 10px;
    }

    .final-summary-container .fs_list li h6 {
        font-size: 18px;
        text-transform: capitalize;
    }

    .final-summary-container .fs_list li span {
        font-size: 16px;
    }

    .final-summary-container .final-os-table {
        width: 100%;
        border-collapse: collapse;
    }

    .final-summary-container .final-os-table tbody {
        width: 100%;
    }

    .final-summary-container .final-os-table tbody th {
        font-size: 18px;
        font-weight: 700;
        font-family: "Samsung Sans";
        padding: 10px 0;
        text-transform: capitalize;
    }

    .final-summary-container .final-os-table tbody td {
        text-align: right;
        font-size: 16px;
        color: #515253;
        padding: 0;
    }

    .final-summary-container .final-os-table tbody .fs-total-row th {
        text-align: left;
        padding: 10px 0;
        font-family: "Samsung Sans";
        font-size: 18px;
        font-weight: 700;
    }

    .final-summary-container .final-os-table tbody .fs-total-row td {
        color: #000000;
        font-size: 18px;
        font-weight: 700;
        padding: 0;
    }

    .final-summary-container .fs-next-btn {
        height: 37px;
    }

    .final-summary-container .os-terms-mobile {
        display: block;
        font-size: 12px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 620px) {
    .os-terms-desk {
        display: none !important;
    }
}

.os-terms {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.6;
    color: #515253;
    margin-top: 10px;
}

.os-terms a {
    color: #0498cf;
}

.os-terms-mobile {
    display: none;
}

.ycu-addon-ul {
    margin: 40px 0 90px 0;
}

.footer-section {
    display: block;
    background: #ededed;
    padding-top: 45px;
}

.footer-section .footer-bottom-section {
    display: block;
    background: #b7b7b7;
    padding: 10px 0;
    margin-top: 30px;
}

.footer-section .fbs-list {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.footer-section .fbs-list li {
    padding: 0 20px;
    display: inline-block;
}

.footer-section .fbs-list li a {
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    line-height: 20px;
}

.footer-section .fbs-list li:first-child {
    padding-left: 0;
}

.footer-section .fbs-list li:last-child {
    padding-right: 0;
}

.footer-section .fbs-list li.border-left {
    border-left: 1px solid #fff !important;
}

.footer-section .footer-row {
    display: flex;
    justify-content: space-between;
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

.footer-section .footer-row .footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-section .footer-row .footer-col-50 {
    width: 50%;
    padding: 0 15px;
}

.footer-section .footer-sub-header {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-section .footer-list {
    display: block;
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}

.footer-section .footer-list li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.footer-section .footer-list li a {
    color: #000000;
}

.footer-section .footer-area-form {
    display: block;
    position: relative;
    margin-bottom: 40px;
}

.footer-section .footer-area-form .input-container {
    display: block;
    position: relative;
}

.footer-section .footer-area-form .input-container input[type=text] {
    display: block;
    height: 40px;
    border: solid 1px #4a4a4a;
    padding: 0 16px;
    width: 100%;
}

.footer-section .footer-area-form .input-container button {
    position: absolute;
    width: 102px;
    right: 0;
    top: 0;
    background: #4a4a4a;
    border: none;
    color: #ffffff;
    font-weight: 700;
    height: 100%;
}

.footer-section .footer-area-form .input-container button:disabled {
    opacity: 0.7;
}

.footer-section .solial-list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
}

.footer-section .solial-list li {
    padding: 0 2px;
}

.footer-section .solial-list li a img {
    width: 28px;
}

@media only screen and (max-width: 992px) {
    .footer-section .footer-row {
        padding: 0 30px;
    }

    .footer-section .footer-row .footer-col:last-child {
        width: 240px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-section .footer-row {
        padding: 0 15px;
    }

    .footer-section .footer-row .footer-col:last-child {
        width: 270px;
    }
}

@media only screen and (max-width: 620px) {
    .footer-section .footer-row {
        flex-wrap: wrap;
        position: relative;
    }

    .footer-section .footer-row .footer-col {
        width: 50%;
    }

    .footer-section .footer-row .footer-col:last-child {
        width: 50%;
    }

    .footer-section .footer-row .footer-col-50 {
        width: 100%;
    }

    .footer-section .footer-sub-header {
        margin-bottom: 10px;
    }

    .footer-section .container .row {
        flex-wrap: wrap;
    }

    .footer-section .container .row .col {
        width: 50%;
    }

    .footer-section .footer-bottom-section {
        margin-top: 50px;
    }

    .footer-section .footer-area-form {
        display: block;
        position: relative;
        margin-bottom: 20px;
    }

    .footer-section .footer-area-form .input-container {
        display: block;
        position: relative;
    }

    .footer-section .footer-area-form .input-container input[type=text] {
        height: 35px;
        font-size: 14px;
    }

    .footer-section .footer-area-form .input-container button {
        width: 34px;
        font-size: 0;
    }

    .footer-section .footer-area-form .input-container button::before {
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        content: '';
        transform: rotate(-45deg);
    }

    .footer-section .footer-sub-header {
        font-size: 14px;
    }

    .footer-section .social-md {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -30px;
        padding: 0 30px;
    }

    .footer-section .solial-list {
        justify-content: flex-start;
    }

    .footer-section .solial-list li {
        margin-right: 5px;
    }

    .footer-section .social-md .solial-list li a img {
        max-width: 25px;
    }

    .footer-section .fbs-list {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 5px 0;
    }

    .footer-section .fbs-list li {
        line-height: 14px;
        padding: 0 10px !important;
    }

    .footer-section .fbs-list li a {
        font-size: 14px;
        line-height: 14px;
    }

    .footer-section .footer-list {
        margin-bottom: 20px;
    }

    .footer-section .footer-list li {
        font-size: 14px;
        margin-bottom: 0;
    }
}

.demo-row {
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.demo-row .btn-demo {
    position: relative;
    left: 50%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    transform: translateX(-50%);
}

@media only screen and (max-width: 620px) {
    .demo-row {
        height: auto;
    }

    .demo-row .btn-demo {
        margin: 5px 0;
    }
}

.demo-buttons {
    display: flex;
    width: 400px;
    list-style: none;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.demo-buttons li {
    width: calc(50% - 20px);
    margin-bottom: 20px;
}

.demo-buttons li button {
    width: 100%;
    padding: 20px 0;
}

@media only screen and (max-width: 620px) {
    .demo-buttons {
        width: 200px;
        max-width: 100%;
    }

    .demo-buttons li {
        width: 100%;
        margin-bottom: 10px;
    }

    .demo-buttons li button {
        padding: 10px;
    }
}

@keyframes scaleImg {
    0% {
        -webkit-transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.loader {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.8) !important;
    z-index: 1000000;
}

.loader .loading-img {
    animation: scaleImg 1s ease-in-out infinite alternate;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 84px;
    height: 84px;
    margin-top: -42px;
    margin-left: -42px;
    border-radius: 100%;
    overflow: hidden;
    padding: 4px;
}

.loader .loading-img svg {
    max-width: 100%;
    position: relative;
    border-radius: 100%;
}

.loader .loading-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: rotate 1s infinite linear;
}

.loader.active {
    display: block;
}

.black-overlay[_ngcontent-c4] {
    position: fixed !important;
}

#search_places {
    text-overflow: clip;
}

.auto-complete-input {
    display: block;
}

.auto-complete-input #search_places {
    height: 55px;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 400;
    background-color: rgba(239, 237, 236, 0.25);
    border: solid 1px #979797;
    text-overflow: clip;
}

.auto-complete-input #search_places::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    display: block !important;
}

.auto-complete-input .search-icon {
    display: none !important;
}

.auto-complete-input .floating-label {
    position: absolute;
    top: 14px;
    left: 22px;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    margin-bottom: 0;
}

.error-msg {
    color: #d33131 !important;
    font-weight: 700;
    font-size: 12px;
}

.home-service-slider {
    display: block;
    position: relative;
}

.home-service-slider .carousel-inner {
    overflow: visible;
}

.home-service-slider .slide-nav {
    border: none;
    position: absolute;
    transform: translateY(-50%);
    background: #ffffff;
    cursor: pointer;
    top: 50%;
}

.home-service-slider .slide-nav.prev {
    left: -50px;
}

.home-service-slider .slide-nav.next {
    right: -50px;
}

.home-service-slider .slide-nav:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.home-service-slider .slider-img-container {
    display: block;
    position: relative;
}

.home-service-slider .carousel-control {
    display: none;
}

.slider-arrow {
    border: solid #515253;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
}

.slider-arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.slider-arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.plowz-page * {
    font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 992px) {
    .plowz-page .col-md-50 {
        max-width: 50%;
        min-width: 50%;
    }

    .plowz-page .col-md-100 {
        max-width: 100%;
        min-width: 100%;
    }

    .plowz-page .col-md-hide {
        display: none;
    }

    .plowz-page .col-md-40 {
        max-width: 40%;
        min-width: 40%;
    }

    .plowz-page .col-md-60 {
        max-width: 60%;
        min-width: 60%;
    }
}

@media only screen and (max-width: 620px) {
    .plowz-page .col-xs-100 {
        min-width: 100%;
        max-width: 100%;
    }
}

.plowz-quote-section {
    background: #ededed;
    padding: 40px 0;
    margin-bottom: 40px;
}

.plowz-quote-section .plowz-vip-container {
    display: block;
}

.plowz-quote-section .plowz-vip-container h4 {
    font-size: 19px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.plowz-quote-section .plowz-vip-container p {
    font-size: 16px;
}

.plowz-quote-section .plowz-vip-container a {
    color: #0498cf;
}

.plowz-quote-section .plowz-iphone-figure {
    position: absolute;
    bottom: 0;
    margin: 0;
}

.plowz-quote-section .plowz-iphone-figure img {
    max-width: 120%;
    position: relative;
    left: -25px;
}

.plowz-quote-section .powred-by-darksky {
    position: absolute;
    bottom: 0;
    left: -70px;
    margin: 0;
}

@media only screen and (max-width: 992px) {
    .plowz-quote-section {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .plowz-quote-section {
        padding: 20px 0;
    }

    .plowz-quote-section .plowz-vip-fig {
        max-width: 120px;
    }

    .plowz-quote-section .plowz-vip-fig img {
        width: 100%;
    }
}

.plowz-quote-form {
    width: 100%;
    min-height: 300px;
    background-color: #ffffff;
    box-shadow: 0 0 2.5px 1px rgba(0, 0, 0, 0.29);
    position: absolute;
    padding: 30px;
}

.plowz-quote-form h6 {
    color: #0498cf;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    margin-bottom: 20px;
}

.plowz-quote-form .plowz-quote-btn {
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    height: 50px;
    font-size: 18px;
    margin-top: 10px;
    box-shadow: 0 0 2.5px 0 rgba(0, 0, 1, 0.3);
}

.plowz-quote-form .md-radio .checkbox-label {
    color: #303030;
    font-size: 16px;
    padding-top: 3px;
}

@media only screen and (max-width: 768px) {
    .plowz-quote-form {
        padding: 20px;
    }
}

@media only screen and (max-width: 620px) {
    .plowz-quote-form {
        position: relative;
        max-width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 480px) {
    .plowz-quote-form {
        max-width: 100%;
    }
}

.form-group-s2 {
    display: block;
}

.form-group-s2 .floating-form-control {
    background-color: #efedec;
    border: none;
    height: 50px;
}

.form-group-s2 .floating-label {
    color: #515253;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.form-group-s2 .ng-select .ng-select-container {
    border-width: 2px;
    height: 50px;
    min-height: 50px;
}

.form-group-s2 .ng-select .ng-select-container .ng-value-container .ng-placeholder {
    color: #515253;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.plowz-addr-tooltip {
    text-align: center;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    color: #979797;
    margin-top: 3px;
    position: relative;
    cursor: pointer;
}

.plowz-addr-tooltip i {
    left: 2px;
    top: 5px;
    position: relative;
    right: 0;
}

.plowz-quote-label {
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-weight: 700;
    color: #0498cf;
}

.info-icon {
    width: 13px;
    height: 13px;
    background: #95989a;
    color: #ffffff;
    display: inline-block;
    border-radius: 100%;
    font-style: normal;
    font-family: "Samsung Sans";
    padding: 1px;
    font-size: 14px;
}

.inline-radio {
    display: inline-block;
    margin: 0;
    margin-right: 40px;
}

.inline-radio input[type="radio"]:checked+label:after {
    top: 0;
}

@media only screen and (max-width: 768px) {
    .inline-radio {
        margin-right: 20px;
    }
}

.why-plowz-section {
    display: block;
    padding: 70px 0;
}

.why-plowz-section .why-plowz-header {
    text-align: center;
    font-family: "Roboto Slab", serif;
    color: #303030;
    font-weight: 400;
    font-size: 26px;
}

.why-plowz-section .why-plowz-content {
    display: block;
    margin-top: 40px;
}

.why-plowz-section .why-plowz-content figure {
    display: block;
    text-align: center;
}

.why-plowz-section .why-plowz-content figure img {
    max-width: 90px;
}

.why-plowz-section .why-plowz-content h6 {
    font-family: "Roboto Slab", serif;
    text-align: center;
    font-size: 16px;
}

.why-plowz-section .why-plowz-content p {
    text-align: center;
    font-size: 14px;
    padding: 0 40px;
}

@media only screen and (max-width: 992px) {
    .why-plowz-section {
        padding: 30px 0;
    }

    .why-plowz-section .why-plowz-content p {
        padding: 0;
    }
}

.plowz-app-section {
    display: block;
    background: #ededed;
    padding: 60px 0;
}

.plowz-app-section .phones-img {
    max-width: 80%;
}

.plowz-app-section .border-right {
    border-right: 1px solid #979797 !important;
}

@media only screen and (max-width: 620px) {
    .plowz-app-section .border-right {
        border: none !important;
        text-align: center;
        margin-bottom: 30px;
    }
}

.plowz-get-app-link-content {
    padding-top: 40px;
}

.plowz-get-app-link-content h4 {
    font-family: "Roboto Slab", serif;
    color: #303030;
    font-weight: 400;
    font-size: 24px;
}

.plowz-get-app-link-content p {
    font-size: 14px;
    color: #303030;
    line-height: 1.22;
    margin: 20px 0;
    padding-right: 60px;
}

.plowz-get-app-link-content .app-store-btns {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.plowz-get-app-link-content .app-store-btns li {
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.plowz-get-app-link-content .app-store-btns li a {
    display: block;
}

.plowz-get-app-link-content .app-store-btns li a img {
    width: 140px;
}

@media only screen and (max-width: 768px) {
    .plowz-get-app-link-content {
        padding-top: 0;
    }

    .plowz-get-app-link-content p {
        padding-right: 0;
    }

    .plowz-get-app-link-content .plowz-get-app-form {
        padding-right: 0;
    }

    .plowz-get-app-link-content .app-store-btns li {
        margin-right: 10px;
    }

    .plowz-get-app-link-content .app-store-btns li a {
        display: block;
    }

    .plowz-get-app-link-content .app-store-btns li a img {
        width: 120px;
    }
}

.plowz-get-app-form {
    display: block;
    padding-right: 100px;
}

.plowz-get-app-form .mobile-app-link-input {
    width: 100%;
    position: relative;
}

.plowz-get-app-form .mobile-app-link-input .form-control {
    width: 100%;
    background: #ffffff;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15);
    border: solid 0.3px rgba(151, 151, 151, 0.5);
}

.plowz-get-app-form .mobile-app-link-input .send-app-code-btn {
    background: #0498cf;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 100%;
    width: 70px;
    padding: 0;
    border: 0;
}

.angle-md {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    top: 18px;
    left: 36%;
}

.angle-md.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.plowz-support-content {
    text-align: center;
    padding: 0 40px;
}

.plowz-support-content p {
    padding: 0;
}

.plowz-support-content .support-btns-ul {
    display: block;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.plowz-support-content .support-btns-ul li {
    display: block;
    margin-bottom: 10px;
}

.plowz-support-content .support-btns-ul li a {
    display: inline-block;
}

.plowz-support-content .support-btns-ul li a img {
    width: 180px;
}

.plowz-support-content .support-btns-ul li.support-link a {
    color: #0498cf;
    font-weight: 700;
    font-size: 18px;
    font-family: "Roboto Slab", serif;
}

.plowz-support-content .support-btns-ul li.support-link a .angle {
    border-color: #0498cf;
}

@media only screen and (max-width: 768px) {
    .plowz-support-content {
        padding: 0;
    }
}

.inverse-brands-section {
    background: #515253;
    padding: 40px 0;
}

.driveway-sealing-image-bg {
    display: block;
    height: 100%;
    width: 100%;
    padding: 54px 0 100px 0;
    background: url("../images/driveway-sealing.jpg") no-repeat center center fixed;
    background-size: cover;
}

.driveway-sealing-image-bg .driveway-sealing-box {
    width: 100%;
    padding: 35px;
    border-radius: 7px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(81, 82, 83, 0.15), 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.driveway-sealing-image-bg .driveway-sealing-box-content {
    display: block;
}

.driveway-sealing-image-bg .driveway-sealing-box-content h2 {
    font-size: 34px;
    font-weight: 700;
    color: #1ebc61;
    text-align: center;
}

.driveway-sealing-image-bg .driveway-sealing-box-content .rn-txt {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #515253;
    margin-top: 40px;
}

.driveway-sealing-image-bg .driveway-sealing-box-content .driveway-inputs {
    width: 475px;
    max-width: 100%;
    margin: 40px auto 0 auto;
}

.driveway-sealing-image-bg .driveway-sealing-box-content .driveway-inputs .driveway-inputs-label {
    text-align: center;
    display: block;
    font-weight: 700;
    color: #515253;
    font-size: 18px;
    margin-bottom: 20px;
}

.driveway-sealing-image-bg .driveway-sealing-box-content .driveway-inputs .form-group {
    margin-bottom: 40px;
}

.driveway-sealing-image-bg .driveway-sealing-box-content .driveway-inputs .ds-r-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.driveway-sealing-image-bg .driveway-sealing-box-content .driveway-inputs .ds-r-list li {
    display: inline-block;
    margin: 0 20px;
}

.driveway-sealing-image-bg .driveway-sealing-box-content .driveway-inputs .ds-r-list li .md-radio {
    margin: 0;
}

.driveway-sealing-image-bg .driveway-sealing-box-content .driveway-inputs .ds-see-my-quote-btn {
    width: 351px;
    height: 55px;
    border-radius: 8px;
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}

@media only screen and (max-width: 620px) {
    .driveway-sealing-image-bg .driveway-sealing-box-content h2 {
        font-size: 24px;
    }

    .driveway-sealing-image-bg .driveway-sealing-box-content .rn-txt {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .driveway-sealing-image-bg .driveway-sealing-box-content .driveway-inputs {
        margin-top: 20px;
    }
}

.driveway-condition-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.driveway-condition-list li {
    display: inline-block;
    margin: 10px;
}

.driveway-sealing-radio {
    width: 100%;
}

.driveway-sealing-radio input[type="radio"] {
    display: none;
}

.driveway-sealing-radio input[type="radio"]:checked+label {
    border-color: #F5A622;
    animation: ripple1 0.8s linear forwards;
}

.driveway-sealing-radio input[type="radio"]:checked+label {
    border: 3px solid #F5A622;
}

.driveway-sealing-radio .checkbox-label {
    display: inline-block;
    position: relative;
    padding: 5px;
    cursor: pointer;
    width: 100px;
    height: 100px;
    margin: 0;
    vertical-align: bottom;
    border: 1px solid transparent;
    border-radius: 11px;
}

.driveway-sealing-radio .checkbox-label .driveway-radio-bg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}

.driveway-sealing-radio .checkbox-label h6 {
    font-size: 24px;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    .driveway-sealing-radio .checkbox-label {
        padding: 5px;
    }

    .driveway-sealing-radio .checkbox-label h6 {
        font-size: 14px;
        margin-bottom: 0;
        font-weight: 900;
    }

    .driveway-sealing-radio .checkbox-label .lawn-price-per {
        font-size: 18px;
        line-height: 20px;
    }

    .driveway-sealing-radio .checkbox-label .per-now-txt {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
    }
}

.ds-order-summary-section {
    padding-top: 0;
}

.ds-estimation-bg {
    background: url("../images/driway-sealing-order-summury.jpg");
    display: block;
    padding: 75px 0 35px 0;
}

.ds-estimation-bg .order-est-box {
    width: 100%;
    border-radius: 7px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(81, 82, 83, 0.15), 0 0 4px 0 rgba(0, 0, 0, 0.1);
    padding: 24px;
}

.ds-estimation-bg .order-est-box .border-right {
    border-color: #979797 !important;
}

.ds-estimation-bg .order-est-box h3 {
    text-align: center;
    font-size: 34px;
    color: #1eaa52;
    margin-bottom: 40px;
}

.ds-estimation-bg .order-est-box .order-est-price-section {
    text-align: center;
    padding: 20px 0;
}

.ds-estimation-bg .order-est-box .order-est-price-section .custon-msg-txt {
    font-size: 18px;
    color: #515253;
    padding: 0 20px;
}

.ds-estimation-bg .order-est-box .order-est-price-section h4 {
    font-size: 48px;
    font-weight: 300;
    color: #1ebc61;
}

.ds-estimation-bg .order-est-box .order-est-price-section h4 .dollar-sign {
    font-size: 20px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    vertical-align: top;
    letter-spacing: -10px;
    line-height: 40px;
}

.ds-estimation-bg .order-est-box .order-est-price-section h4.ds-custom-quote-text {
    font-size: 36px;
}

.ds-estimation-bg .order-est-box .order-est-price-section p {
    font-size: 20px;
    color: #515253;
}

.ds-estimation-bg .order-est-box .order-est-price-section a {
    font-size: 11px;
    color: #0498cf;
}

.ds-estimation-bg .order-est-box .order-est-tems-section {
    display: block;
    padding-left: 50px;
    padding-top: 30px;
}

.ds-estimation-bg .order-est-box .order-est-tems-section h6 {
    font-size: 18px;
    font-weight: 700;
    color: #515253;
}

.ds-estimation-bg .order-est-box .order-est-tems-section .order-est-terms {
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.ds-estimation-bg .order-est-box .order-est-tems-section .order-est-terms li {
    line-height: 1.5;
    color: #515253;
}

.ds-estimation-bg .order-est-box .order-est-note {
    font-size: 12px;
    color: #515253;
    line-height: 1.25;
    margin-top: 30px;
    padding: 0 40px;
}

@media only screen and (max-width: 768px) {
    .ds-estimation-bg .order-est-box h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .ds-estimation-bg .order-est-box .order-est-tems-section {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .ds-estimation-bg .order-est-box {
        padding: 60px;
    }

    .ds-estimation-bg .order-est-box .border-right {
        border: none !important;
    }

    .ds-estimation-bg .order-est-box .order-est-price-section {
        padding: 0;
    }

    .ds-estimation-bg .order-est-box .order-est-tems-section {
        padding-left: 0;
        text-align: center;
    }

    .ds-estimation-bg .order-est-box .order-est-tems-section {
        padding-top: 10px;
    }

    .ds-estimation-bg .order-est-box .order-est-note {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .ds-estimation-bg .order-est-box {
        padding: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .sm-ptop-30 {
        padding-top: 30px;
    }

    .fill-details-ds-text {
        font-size: 20px;
    }
}

.custom-quote-submit {
    display: block;
    border-top: 1px solid #979797;
    padding: 65px 0;
    text-align: center;
}

.custom-quote-submit .cq-btn {
    width: 316px;
    max-width: 100%;
    height: 55px;
    font-weight: 700;
    font-size: 18px;
}

.ds-uploaded-images {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ds-uploaded-images li {
    font-size: 12px;
    color: #303030;
    margin-top: 5px;
    width: 100% !important;
}

.ds-uploaded-images li a {
    float: right;
    color: #0498cf;
}

.ds-order-success {
    width: 726px;
    max-width: 100%;
    background: #fff;
    padding: 45px 30px 60px 30px;
    margin: 0 auto;
}

.ds-order-success .ds-os-container {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.ds-order-success .ds-os-container h3 {
    font-size: 34px;
    color: #1ebc61;
    text-align: center;
    margin-bottom: 30px;
}

.ds-order-success .ds-os-container p {
    font-size: 18px;
    color: #515253;
    font-weight: 700;
}

.ds-order-success .ds-os-container .btn-common-size {
    width: 350px;
    max-width: 100%;
    margin: 35px auto 60px auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.user-flow-section {
    width: 100%;
    height: 100%;
    position: relative;
    background: url("../images/user-flow-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    padding-top: 80px;
}

.ds-order-schedule-text {
    font-size: 18px;
    font-weight: 700;
    color: #515253;
    line-height: 1.2;
}

@media only screen and (max-width: 768px) {
    .ds-order-schedule-text {
        font-size: 16px;
    }
}

.user-flow-logo {
    text-align: center;
    position: relative;
}

.user-flow-logo .user-flow-login-btn {
    background: rgba(255, 255, 255, 0.3);
    min-width: 130px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #ffffff;
    border-radius: 50px;
    padding: 3px 0;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .user-flow-logo .user-flow-login-btn {
        top: -60px;
        width: auto;
        font-size: 16px;
    }
}

.modal-cq {
    width: 542px;
    max-width: calc(100% - 20px);
    border-radius: 0;
}

.modal-cq .modal-content {
    border-radius: 0;
    padding: 40px 55px;
    position: relative;
}

.modal-cq .modal-content .close {
    position: absolute;
    font-weight: 300;
    font-size: 18px;
    left: 25px;
    top: 20px;
    transform: scale(1.3, 1);
}

.modal-cq .modal-content .modal-body h4 {
    font-size: 20px;
    color: #1eaa52;
    margin-bottom: 20px;
}

.modal-cq .modal-content .modal-body p {
    font-size: 18px;
    color: #515253;
}

.modal-cq .modal-content .modal-save-btn {
    width: calc(100% - 40px);
    font-size: 18px;
    font-weight: 700;
    height: 55px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.aoModal {
    width: 1000px;
    max-width: calc(100% - 20px);
}

.aoModal .modal-content {
    padding: 0;
}

.aoModal .aoModal-content {
    width: 100%;
    position: relative;
    padding: 40px 55px 40px 140px;
    background: #fff;
}

.aoModal .aoModal-content .close {
    position: absolute;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    left: 45px;
    top: 44px;
    transform: scale(1.3, 1);
}

.aoModal .aao-modal-header {
    font-size: 24px;
    color: #1ebc61;
}

.aoModal .aao-modal-panel {
    margin-bottom: 30px;
}

.aoModal .aao-modal-panel h6 {
    font-size: 18px;
    color: #515253;
}

.aoModal .aao-modal-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aoModal .aao-modal-panel ul>li {
    font-size: 18px;
    display: block;
    padding-left: 10px;
    position: relative;
}

.aoModal .aao-modal-panel ul>li::before {
    content: '-';
    position: absolute;
    left: 0;
}

@media only screen and (max-width: 620px) {
    .aoModal .aoModal-content {
        padding-left: 90px;
    }
}

.user-flow-header {
    text-align: center;
    color: #ffffff;
    margin-top: 70px;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 24px;
}

.user-flow-box {
    width: 594px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(81, 82, 83, 0.15), 0 0 4px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 100%;
    padding: 35px 35px 120px 110px;
    position: relative;
}

.user-flow-box h5 {
    font-size: 24px;
    font-weight: 400;
}

.user-flow-box h5.recovery-header {
    width: 350px;
    max-width: 100%;
}

.user-flow-box .user-flow-skip {
    position: absolute;
    font-size: 14px;
    bottom: 20px;
    right: 40px;
}

.user-flow-box.p-bottom-30 {
    padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .user-flow-box {
        padding: 60px;
    }
}

@media only screen and (max-width: 620px) {
    .user-flow-box {
        padding: 25px;
    }
}

.user-form {
    width: 350px;
    max-width: 100%;
    margin-top: 45px;
}

.user-form h6 {
    font-size: 18px;
    margin-bottom: 30px;
}

.user-form .user-form-group .form-control {
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #b7b7b7;
    height: 45px;
}

.user-form .user-form-group .floating-label {
    color: #b7b7b7;
    font-weight: 400;
}

.user-form .user-form-group .floating-form-control:not(:placeholder-shown)~.floating-label {
    top: 12px;
    font-weight: 500;
}

.user-form .user-form-group.mobile-ext .plus1 {
    position: absolute;
    left: 0;
    width: 44px;
    top: 0;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-right: 1px solid #b7b7b7;
}

.user-form .user-form-group.mobile-ext .form-control {
    padding-left: 50px;
    padding-top: 0;
}

.user-form .user-form-group.mobile-ext .form-control::placeholder {
    color: #b7b7b7;
}

.user-form .btn-user-flow {
    width: 100%;
    display: block;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
}

.user-form .bottom30 {
    margin-bottom: 30px;
}

.user-form .troble-login-link {
    color: #0498cf;
    font-size: 14px;
}

.user-form .recovery-options {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-form .recovery-options li {
    display: inline-block;
    margin: 3px 10px 0 0;
}

.btn-resend-otp {
    width: 213px;
    height: 44px;
    border: 1px solid #0498cf;
    border-radius: 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #0498cf;
}

.btn-resend-otp:hover,
.btn-resend-otp:focus {
    background: #0498cf;
    color: #ffffff;
}

.md-user-radio {
    margin: 0;
}

.md-user-radio.md-radio-inline {
    display: inline-block;
}

.md-user-radio input[type="radio"] {
    display: none;
}

.md-user-radio input[type="radio"]:checked+label:before {
    animation: ripple 0.8s linear forwards;
}

.md-user-radio input[type="radio"]:checked+label {
    transition: all 1s;
}

.md-user-radio input[type="radio"]:checked+label:after {
    transform: scale(1);
    position: absolute;
    left: 7px;
    top: 7px;
    width: 12px;
    height: 12px;
    background: #979797;
}

.md-user-radio .checkbox-label {
    display: inline-block;
    height: 26px;
    position: relative;
    padding: 0 0 0 36px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.md-user-radio .checkbox-label:before,
.md-user-radio .checkbox-label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .8s ease;
    transition-property: transform, border-color;
}

.md-user-radio .checkbox-label:before {
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #979797;
}

.md-user-radio .checkbox-label:after {
    transform: scale(0);
}

.user-signup-terms {
    font-size: 14px;
    margin-top: 10px;
}

.user-signup-terms a {
    color: #0498cf;
}

.signup-with-email {
    text-align: center;
    margin-top: 20px;
}

.signup-with-email a {
    color: #ffffff;
    font-size: 14px;
}

.order-summary-box {
    width: 768px;
    padding: 30px;
    box-shadow: 0 0 20px 0 rgba(81, 82, 83, 0.15), 0 0 4px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    background: #ffffff;
    max-width: 100%;
    position: relative;
}

.new-order-summary-section .new-order-summary-inner,
.process-roder-body .new-order-summary-inner {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
}

.new-os-payment-info {
    padding: 30px 0 56px 0;
}

.new-os-payment-info h6 {
    text-align: center;
    font-size: 20px;
}

.new-os-payment-info .new-add-card-btn {
    width: 236px;
    height: 112px;
    display: inline-block;
    text-align: center;
    padding: 20px 0;
    border-radius: 5px;
    border: solid 1px #b7b7b7;
    position: relative;
    left: 50%;
    margin: 20px 0 30px 0;
    transform: translateX(-50%);
    cursor: pointer;
}

.new-os-payment-info .new-add-card-btn ._icon {
    width: 40px;
    height: 40px;
    border: 2px dashed #b7b7b7;
    border-radius: 100%;
    display: inline-block;
    font-style: normal;
    color: #b7b7b7;
    font-size: 40px;
    font-weight: 300;
    line-height: 36px;
}

.new-os-payment-info .new-add-card-btn span {
    text-align: center;
    display: block;
    font-weight: 300;
    font-size: 18px;
    color: #b7b7b7;
    margin-top: 5px;
}

.new-os-payment-info .new-add-card-btn:hover,
.new-os-payment-info .new-add-card-btn:focus {
    background: #0498cf;
    border-color: #0498cf;
}

.new-os-payment-info .new-add-card-btn:hover ._icon,
.new-os-payment-info .new-add-card-btn:focus ._icon {
    border-color: #ffffff;
    color: #ffffff;
}

.new-os-payment-info .new-add-card-btn:hover span,
.new-os-payment-info .new-add-card-btn:focus span {
    color: #ffffff;
}

.new-os-payment-info .btn-common-size {
    width: 200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.order-process-bar {
    background: #ffffff;
    border: 1px solid #979797;
    border-radius: 8px;
    height: 15px;
    position: relative;
    overflow: visible;
    z-index: 1;
}

.order-process-bar .progress-bar {
    background-image: linear-gradient(to right, #0498cf, #4eba6d);
    border-radius: 8px;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 100000;
    height: 15px !important;
}

.final-order-summary-box {
    width: 1000px;
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .final-order-summary-box .fos-mobi-header {
        border-bottom: 1px solid #979797;
        margin-top: 30px !important;
        margin-bottom: 15px;
        padding-bottom: 10px !important;
    }
}

.final-order-summary-box .new-order-summary-inner {
    width: 798px;
    max-width: 100%;
}

.final-order-summary-box .process-bar-container {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
}

.final-order-summary-box .final-order-summary-content {
    display: block;
    padding: 49px 0 100px 0;
}

.final-order-summary-box .final-order-summary-hedaer {
    display: block;
    position: relative;
    padding-bottom: 20px;
}

.final-order-summary-box .final-order-summary-hedaer h6 {
    text-align: center;
    font-size: 20px;
}

.final-order-summary-box .final-order-summary-hedaer .nos-edit-link {
    font-size: 18px;
    color: #0498cf;
    position: absolute;
    right: 0;
    bottom: 10px;
    line-height: 1.22;
}

.final-order-summary-box .os-terms a {
    color: #0498cf;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .final-order-summary-box .final-order-summary-content {
        padding: 30px 0 0 0;
    }

    .final-order-summary-box .final-order-summary-hedaer .nos-edit-link {
        font-size: 12px;
        font-weight: 600;
    }
}

.final-order-itmes-list {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
    border-top: 1px solid #979797;
}

.final-order-itmes-list.border_bottom {
    border-bottom: 1px solid #979797;
}

.final-order-itmes-list>li {
    padding: 15px 0 20px 0;
}

.final-order-itmes-list .fos-remove {
    width: 58px;
    min-width: 58px;
    align-self: center;
}

.final-order-itmes-list .fos-image {
    width: 87px;
    min-width: 87px;
}

.final-order-itmes-list .fos-image img {
    width: 100%;
    max-width: 87px;
    max-height: 87px;
    border-radius: 10px;
}

.final-order-itmes-list .fos-content {
    padding-left: 34px;
    flex-grow: 1;
}

.final-order-itmes-list .fos-content .nos-thumbs {
    margin-top: 20px;
}

.final-order-itmes-list .fos-content .nos-thumbs h6 {
    font-size: 18px;
    color: #1ebc61;
}

.final-order-itmes-list .fos-content .nos-thumbs p {
    line-height: 1.22;
    margin: 0;
}

.final-order-itmes-list .fos-content .fos-item-price {
    display: block;
    text-align: right;
    margin-top: 20px;
    font-size: 18px;
}

.final-order-itmes-list .fos-remove-btn {
    width: 25px;
    height: 25px;
    border: 2px solid #979797;
    display: inline-block;
    border-radius: 100%;
    color: #979797;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    cursor: pointer;
}

.final-order-itmes-list .fos-remove-btn span {
    transform: scale(1.5, 1);
}

.final-order-itmes-list .fos-remove-btn:hover,
.final-order-itmes-list .fos-remove-btn:focus {
    border-color: #d33131;
    color: #d33131;
    border-width: 2px;
}

@media only screen and (max-width: 768px) {
    .final-order-itmes-list .fos-content {
        max-width: 100%;
        width: 100%;
    }

    .final-order-itmes-list .fos-content .col-md-8 {
        width: 70%;
    }

    .final-order-itmes-list .fos-content .col-md-4 {
        width: 30%;
    }

    .final-order-itmes-list .fos-content .nos-thumbs {
        margin-top: 10px;
    }

    .final-order-itmes-list .final-address {
        margin-top: 10px;
    }

    .final-order-itmes-list .final-address .col-md-8,
    .final-order-itmes-list .final-address .col-md-4 {
        width: 100%;
    }

    .final-order-itmes-list .fos-image {
        display: none;
    }

    .final-order-itmes-list .fos-remove {
        display: none;
    }

    .final-order-itmes-list .fos-content {
        padding: 0;
    }

    .final-order-itmes-list .fos-content .fos-item-price {
        margin-top: 5px;
    }

    .final-order-itmes-list.fos-items {
        border: none;
    }

    .final-order-itmes-list.fos-items .fos-content .nos-thumbs h6 {
        color: #000000;
    }
}

@media only screen and (max-width: 480px) {
    .final-order-itmes-list>li {
        padding: 10px 0;
    }

    .final-order-itmes-list .fos-remove {
        width: 40px;
        align-self: flex-start;
        margin-top: 23px;
    }

    .final-order-itmes-list .fos-image {
        width: 50px;
        align-self: center;
    }

    .final-order-itmes-list .fos-content {
        padding-left: 10px;
    }

    .final-order-itmes-list .fos-content {
        max-width: 100%;
        width: 100%;
    }

    .final-order-itmes-list .fos-content .col-md-8 {
        padding-left: 5px;
    }

    .final-order-itmes-list .fos-content .col-md-4 {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 620px) {
    .fol-address .fos-remove {
        display: none;
    }

    .fol-address .fos-image {
        align-self: flex-start;
        margin-top: 23px;
    }
}

.fos-table {
    width: 100%;
    border-top: 1px solid #979797;
}

.fos-table tr:first-child>td {
    padding-top: 42px;
}

.fos-table tr td {
    font-size: 18px;
    padding: 5px 0;
}

.fos-table tr td:first-child {
    padding-left: 179px;
}

.fos-table tr td:last-child {
    text-align: right;
}

.fos-table tr th {
    font-weight: 700;
    color: #1ebc61;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    font-size: 18px;
    padding: 10px 0;
}

.fos-table tr th:first-child {
    padding-left: 179px;
}

.fos-table tr th:last-child {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .fos-table {
        margin-top: 20px;
    }

    .fos-table tr td:first-child,
    .fos-table tr th:first-child {
        padding-left: 0;
        padding-top: 10px;
    }

    .fos-table tr td:last-child,
    .fos-table tr th:last-child {
        text-align: right;
        padding-top: 5px;
    }
}

@media only screen and (max-width: 360px) {
    .fos-table {
        margin-top: 20px;
    }

    .fos-table tr td:first-child {
        padding-left: 0;
    }

    .fos-table tr td:last-child {
        text-align: right;
    }

    .fos-table tr th:first-child {
        padding-left: 0;
    }

    .fos-table tr th:last-child {
        text-align: right;
    }
}

.nos-place-order-btn {
    display: block;
    text-align: center;
    margin-top: 40px;
}

.nos-place-order-btn .btn-common-size {
    width: 330px;
    max-width: 100%;
}

.nos-back-link {
    color: #9b9b9b;
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 1000;
}

@media only screen and (max-width: 768px) {
    .nos-back-link {
        top: -35px;
        left: 0;
        font-weight: 500;
        color: #fff;
    }
}

.sm-400-container {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

.sm-200-container {
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
}

.sm-300-container {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.nos-sub-header {
    font-size: 19px;
}

.radio-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nos-properties-container {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.nos-properties-container .nos-sub-header {
    margin-top: 34px;
}

.nos-properties-container .radio-list {
    margin: 50px 0 80px 0;
}

.nos-properties-container .btn-common-size {
    width: 199px;
}

.file-control-group {
    position: relative;
}

.file-control-group .drag-drop {
    position: relative;
    width: 100%;
    height: 55px;
    border: 1px dashed #979797;
    background-color: rgba(239, 237, 236, 0.25);
    font-size: 16px;
    line-height: 1.22;
    text-align: center;
    color: #515253;
    line-height: 55px;
}

.file-control-group .drag-drop span {
    color: #0498cf;
}

.file-control-group .drag-xs-text {
    display: none;
}

.file-control-group input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
}

.file-control-group input[type=file]:hover+.drag-drop {
    border: 2px dashed #0498cf;
}

.custom-quote-quotes {
    display: block;
    padding: 98px 0 128px 0;
}

.custom-quote-quotes ul.c-qotes-ul {
    display: flex;
    list-style: none;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}

.custom-quote-quotes ul.c-qotes-ul>li {
    font-size: 18px;
    font-weight: 700;
    color: #515253;
    max-width: 100%;
    width: 320px;
    align-self: center;
    text-align: center;
}

.custom-quote-quotes ul.c-qotes-ul>li blockquote {
    padding: 0 10px;
    margin: 0;
}

.custom-quote-quotes ul.c-qotes-ul>li blockquote::before {
    background: url("./../images/quote-start.png");
    content: '';
    width: 21px;
    height: 19px;
    display: inline-block;
}

.custom-quote-quotes ul.c-qotes-ul>li blockquote::after {
    background: url("./../images/quote-end.png");
    content: '';
    width: 21px;
    height: 19px;
    display: inline-block;
    position: relative;
    top: 10px;
}

@media only screen and (max-width: 992px) {
    .custom-quote-quotes {
        padding: 40px 0;
    }

    .custom-quote-quotes ul.c-qotes-ul>li {
        font-size: 16px;
        width: calc(33.33% - 20px);
    }
}

@media only screen and (max-width: 768px) {
    .custom-quote-quotes {
        padding: 20px 0;
    }

    .custom-quote-quotes ul.c-qotes-ul {
        flex-wrap: wrap;
    }

    .custom-quote-quotes ul.c-qotes-ul>li {
        margin: 20px 0;
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 480px) {
    .custom-quote-quotes {
        padding: 20px 0;
    }

    .custom-quote-quotes ul.c-qotes-ul {
        flex-wrap: wrap;
    }

    .custom-quote-quotes ul.c-qotes-ul>li {
        margin: 10px 0;
        width: calc(100% - 20px);
    }
}

.custom-quote-confirm-bg {
    background: url("./../images/custom-quote-confirm.jpg") no-repeat center center fixed;
    background-size: cover;
}

.pw-confirm-bg {
    background: url("./../images/power-wash-confirm-bg.jpg") no-repeat center center fixed;
    background-size: cover;
}

.haul-away-confirm-bg {
    background: url("./../images/haul-away-confirm-bg.jpg") no-repeat center center fixed;
    background-size: cover;
}

.gcu-confirm-bg {
    background: url("./../images/gcu-confirm-bg.jpg") no-repeat center center fixed;
    background-size: cover;
}

.custom-quote-confirm-box {
    width: 1000px;
    max-width: 100%;
}

.custom-quote-confirm-box .custom-quote-confirm-container {
    width: 650px;
    max-width: 100%;
}

.custom-quote-confirm-box .custom-quote-confirm-container h3 {
    font-size: 28px;
    font-weight: 400;
    text-align: left;
}

.custom-quote-confirm-box .custom-quote-confirm-container p {
    font-size: 18px;
    font-weight: 300;
    padding-right: 40px;
}

.pw-cq-container {
    width: 726px;
    max-width: 100%;
    margin: 0 auto;
}

.pw-cq-container h6.pw-cq-hrader {
    font-size: 18px;
}

.pw-cq-container .file-upload-section {
    width: 475px;
    max-width: 100%;
    margin: 0 auto;
}

.pw-cq-container .submit-requist-container {
    width: 350px;
    max-width: 100%;
    margin: 40px auto 60px auto;
}

.md-check {
    margin: 16px 0;
}

.md-check.md-radio-inline {
    display: inline-block;
}

.md-check input[type="checkbox"] {
    display: none;
}

.md-check input[type="checkbox"]:checked+label:before {
    border-color: #0498cf;
    animation: ripple 0.8s linear forwards;
}

.md-check input[type="checkbox"]:checked+label {
    color: #0498cf;
    transition: all 1s;
}

.md-check input[type="checkbox"]:checked+label:after {
    transform: scale(1);
    position: absolute;
    left: 9px;
    font-size: 18px;
    font-weight: 700;
    top: 2px;
    content: '\02143';
    color: #0498cf;
    transform: rotate(40deg);
    line-height: 19px;
}

.md-check .checkbox-label {
    display: inline-block;
    height: 26px;
    position: relative;
    padding: 0 0 0 36px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: middle;
}

.md-check .checkbox-label:before,
.md-check .checkbox-label:after {
    position: absolute;
    content: '';
    border-radius: 4px;
    transition: all .8s ease;
    transition-property: transform, border-color;
}

.md-check .checkbox-label:before {
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border: 2px solid #515253;
}

.md-check .checkbox-label:after {
    transform: scale(0);
}

.font-12p {
    font-size: 12px;
}

.font-18p {
    font-size: 18px;
}

.font-24p {
    font-size: 24px;
}

app-header-footer-layout,
app-plain-layout {
    width: 100%;
    display: block;
}

.email-success-msg {
    padding: 30px;
}

.email-success-msg .recovery-header {
    padding: 0;
    width: 100% !important;
}

.custom-quote-user {
    width: 475px;
    max-width: 100%;
    margin: 0 auto;
}

.popover-custom h3 {
    color: #000000 !important;
    font-size: 18px !important;
    margin: 0 !important;
}

.btn-style-radio {
    margin: 0;
}

.btn-style-radio.md-radio-inline {
    display: inline-block;
}

.btn-style-radio input[type="radio"] {
    display: none;
}

.btn-style-radio input[type="radio"]:checked+label {
    color: #ffffff;
    font-weight: 700;
    transition: all 1s;
    background: #0498cf;
    border-color: #0498cf;
    animation: ripple 0.8s linear forwards;
}

.btn-style-radio input[type="checkbox"] {
    display: none;
}

.btn-style-radio input[type="checkbox"]:checked+label {
    color: #ffffff;
    font-weight: 700;
    transition: all 1s;
    background: #0498cf;
    border-color: #0498cf;
    animation: ripple 0.8s linear forwards;
}

.btn-style-radio .checkbox-label {
    display: block;
    height: 52px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(81, 82, 83, 0.15), 0 0 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #0498cf;
    line-height: 52px;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
}

.plowz-schedule-options {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.plowz-schedule-options>li {
    width: calc(50% - 10px);
    margin-bottom: 25px;
}

@media only screen and (max-width: 480px) {
    .plowz-schedule-options>li {
        width: 100%;
    }
}

.btn-200w {
    width: 200px;
}

.progress-bar-blue .progress-bar {
    background: linear-gradient(to right, #0498cf, #abe1fa);
    background-color: #abe1fa;
}

.plowz-depth-options {
    display: flex;
    padding: 0;
    margin: 0 auto;
    width: 316px;
    max-width: 100%;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 30px;
}

.plowz-depth-options>li {
    width: 100%;
    margin-bottom: 16px;
}

.plowz-price-container {
    width: 350px;
    position: relative;
    margin: 40px;
    margin-right: 0;
    max-width: 100%;
}

.plowz-price-container img {
    width: 100%;
}

.plowz-price-container .plowz-price {
    position: absolute;
    top: 20%;
    left: 45%;
    font-size: 36px;
    font-weight: 700;
    color: #0498cf;
}

.plowz-price-container .plowz-price .dollar-sign {
    font-size: 18px;
    font-weight: 700;
    vertical-align: top;
    letter-spacing: -5px;
    line-height: 40px;
}

@media only screen and (max-width: 768px) {
    .plowz-price-container {
        margin-left: 0;
    }
}

@media only screen and (max-width: 360px) {
    .plowz-price-container .plowz-price {
        font-size: 28px;
    }

    .plowz-price-container .plowz-price .dollar-sign {
        font-size: 16px;
    }
}

.inc-dec-controller {
    display: inline-block;
}

.inc-dec-controller .inc-dec-btn {
    height: 36px;
    width: 36px;
    text-align: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    background: #ffffff;
    border: none;
    border-radius: 100%;
    color: #b7b7b7;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    padding: 0;
    cursor: pointer;
}

.inc-dec-controller .inc-dec-btn:disabled {
    opacity: 0.5;
}

.inc-dec-controller .count {
    font-size: 18px;
    margin: 0 22px;
}

@media only screen and (max-width: 380px) {
    .inc-dec-controller .inc-dec-btn {
        height: 28px;
        width: 28px;
        line-height: 26px;
    }
}

.plowz-push-container {
    width: 290px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
}

.plowz-push-container textarea {
    background-color: #ededed;
    border: none;
    border-radius: 5px;
    margin-bottom: 27px;
}

.file-control-style-btn {
    position: relative;
}

.file-control-style-btn .drag-drop {
    position: relative;
    width: 100%;
    padding: 11px 6px;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 rgba(81, 82, 83, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: solid 0.5px #ededed;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.22;
    text-align: center;
    color: #b7b7b7;
}

.file-control-style-btn input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
}

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

.inline-btn-input .form-control {
    width: 100%;
    background-color: rgba(239, 237, 236, 0.25);
    border: solid 1px #979797;
}

.inline-btn-input .send-app-code-btn {
    background: #0498cf;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 100%;
    width: 70px;
    padding: 0;
    border: 0;
}

.inline-btn-input .send-app-code-btn:disabled {
    background: #515253;
    cursor: not-allowed;
}

.inline-btn-input .angle-big {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    position: absolute;
    top: 18px;
    left: 36%;
}

.inline-btn-input .angle-big.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.plowz-hero-section {
    display: block;
    min-height: 215px;
    background: url("./../images/plowz-banner.jpg") no-repeat right top;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 992px) {
    .plowz-hero-section {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 768px) {
    .plowz-hero-section {
        background-size: 100%;
        background-color: #f7f5f6;
    }
}

.plowz-banner-content {
    display: block;
}

.plowz-banner-content h2 {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 24px;
    margin-top: 30px;
}

.plowz-banner-content p {
    font-size: 28px;
    line-height: 1.28;
    margin: 40px 0;
}

.plowz-banner-content .plowz-zipcode-container {
    width: 400px;
    max-width: 100%;
}

@media only screen and (max-width: 992px) {
    .plowz-banner-content h2 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .plowz-banner-content p {
        margin: 20px 0;
        font-size: 18px;
    }
}

.home-info-section {
    background-image: radial-gradient(circle at 48% 45%, #d5f2fd, #c7edfc 52%, #91d9fa);
    padding: 60px 0 240px 0;
}

.home-info-section .home-info-content p.home-info-txt {
    font-size: 24px;
    line-height: 1.38;
    margin-bottom: 30px;
}

.home-info-section .home-info-content .home-info-link {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .home-info-section .home-info-content p.home-info-txt {
        font-size: 18px;
    }

    .home-info-section .home-info-content .home-info-link {
        font-size: 16px;
    }
}

.plowz-work-flow-section {
    padding-top: 0;
}

.plowz-testimonials-section {
    position: relative;
    float: left;
    width: 100%;
    margin-top: -200px;
    margin-bottom: 60px;
}

.plowz-testimonials-section .plowz-testimonials-box {
    background: #ffffff;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(81, 82, 83, 0.15);
    padding: 70px 36px;
    min-height: 450px;
}

.plowz-testimonials-section .plowz-testimonials-content {
    width: 790px;
    margin: 0 auto;
    max-width: 100%;
}

.plowz-testimonials-section .plowz-testimonials-content p {
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
}

.plowz-testimonials-section .plowz-testimonials-content blockquote {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.plowz-testimonials-section .plowz-rating-container {
    text-align: center;
    color: #0498cf;
    font-size: 34px;
    margin-bottom: 30px;
}

.plowz-testimonials-section .plowz-rating-container>.bs-rating-star {
    margin: 0 5px;
}

.plowz-testimonials-section .plowz-testimonials-carousel .carousel-control {
    display: inline-block;
    font-size: 36px;
    height: 50px !important;
    width: 50px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.plowz-testimonials-section .plowz-testimonials-carousel .carousel-control>span {
    display: none !important;
}

.plowz-testimonials-section .plowz-testimonials-carousel .carousel-control.right {
    right: -100px;
}

.plowz-testimonials-section .plowz-testimonials-carousel .carousel-control.right::before {
    content: "\f054";
    font-family: FontAwesome;
}

.plowz-testimonials-section .plowz-testimonials-carousel .carousel-control.left {
    left: -100px;
}

.plowz-testimonials-section .plowz-testimonials-carousel .carousel-control.left::before {
    content: '\f053';
    font-family: FontAwesome;
}

.plowz-location-content {
    width: 435px;
    max-width: 100%;
    margin: 0 auto;
}

.plowz-location-content .plowz-location-header img {
    display: inline-block;
    margin-right: 10px;
}

.plowz-location-content .plowz-location-input-group {
    margin-bottom: 100px;
}

.plowz-details-page-link a {
    color: #0498cf;
    font-size: 15px;
}

.plowz-details-page-link a:hover {
    font-weight: 700;
}

.plowz-details-pannel-box {
    padding: 15px 15px 0 48px;
}

.plowz-details-pannel-box h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
}

.plowz-details-pannel-box .plowz-details-pannel {
    margin-bottom: 30px;
}

.plowz-details-pannel-box .plowz-details-pannel h6 {
    font-size: 18px;
    font-weight: 700;
}

.plowz-details-pannel-box .plowz-details-pannel p {
    margin: 0;
}

.plowz-addons-price {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: -10px;
}

.plowz-addons-price .price {
    display: inline-block;
    margin-left: 10px;
    color: #0498cf;
    font-size: 36px;
}

.plowz-addons-price .price .dollar-sign {
    font-size: 18px;
    line-height: 40px;
    margin-right: -8px;
    vertical-align: top;
}

.plowz-vip-box {
    width: 100%;
}

.plowz-vip-box .plowz-vip-futures {
    display: flex;
    list-style: none;
    width: 920px;
    padding: 0;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 100%;
}

.plowz-vip-box .plowz-vip-futures>li {
    width: 140px;
    text-align: center;
    padding: 0 5px;
    margin: 10px 0;
}

.plowz-vip-box .plowz-vip-futures>li>figure {
    width: 100%;
}

.plowz-vip-box .plowz-vip-futures>li>figure>img {
    max-width: 100%;
}

.plowz-vip-box .plowz-vip-futures>li>div {
    font-size: 14px;
    line-height: 1.29;
    margin-bottom: 15px;
}

.plowz-vip-box .plowz-vip-setup-options {
    margin-top: 50px;
}

.plowz-vip-box .plowz-vip-setup-options .plowz-schedule-options {
    margin-bottom: 10px;
}

.plowz-vip-box .plowz-vip-details-link {
    text-align: center;
    font-size: 15px;
    color: #0498cf;
    margin-bottom: 30px;
}

.plowz-vip-box .plowz-vip-details-link a {
    font-size: 15px;
    color: #0498cf;
}

@media only screen and (max-width: 992px) {
    .plowz-vip-box .plowz-vip-futures {
        flex-wrap: wrap;
    }

    .plowz-vip-box .plowz-vip-futures>li {
        width: 33.33%;
    }
}

@media only screen and (max-width: 480px) {
    .plowz-vip-box .plowz-vip-futures {
        flex-wrap: wrap;
    }

    .plowz-vip-box .plowz-vip-futures>li {
        width: 50%;
    }
}

.nos-selected-photos .fos-image {
    margin-right: 20px;
}

.nos-selected-photos .fos-image .nos-remove-photo {
    color: #1ebc61;
    font-weight: 700;
    font-size: 18px;
}

.nos-selected-photos .fos-image .nos-remove-photo span {
    color: #979797;
    font-weight: 300;
    transform: scale(2, 1);
}

.plowz-success-panel {
    padding: 40px 30px;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.btn-320w {
    width: 320px;
    max-width: 100%;
}

.divider-line {
    width: 220px;
    margin: 0 auto 20px auto;
}

.divider-line.divider-line-blue {
    border-bottom: 2px solid #0498cf;
}

.divider-line.divider-line-green {
    border-bottom: 2px solid #1ebc61;
}

.plowz-vip-share {
    display: inline-block;
    list-style: none;
    padding: 0;
}

.plowz-vip-share>li {
    font-size: 40px;
    display: inline-block;
    margin: 0 26px;
    color: #515253;
}

.share-link-copy {
    color: #0498cf !important;
    font-size: 14px;
    cursor: pointer;
}

.about-ao {
    color: #1ebc61;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: -106px;
}

@media only screen and (max-width: 768px) {
    .about-ao {
        right: 0px;
        top: -60px;
    }
}

.modal {
    z-index: 10002;
}

.modal-backdrop {
    z-index: 10001;
}

.no-bg {
    background: none;
}

.law-has-properties {
    display: block;
    padding: 0;
    margin: 15px 0 0 0;
    list-style: none;
}

.law-has-properties>li {
    display: inline-block;
}

.law-has-properties>li>a {
    border: 1px solid #1ebc61;
    font-size: 17px;
    border-radius: 50px;
    padding: 1px 14px;
    margin-right: 12px;
}

.bold-link {
    font-weight: 700;
    text-decoration: underline;
}

.web-profile {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 46px 74px;
}

.web-profile .profile_txt {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.web-profile .personal_info {
    border-radius: 20px 20px 0 0;
    display: block;
    min-height: 200px;
    position: relative;
    background: #4eba6d;
    background: -moz-linear-gradient(to bottom, #ededed, #ededed), radial-gradient(circle at 50% 51%, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(to bottom, #ededed, #ededed), radial-gradient(circle at 50% 51%, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #ededed, #ededed), radial-gradient(circle at 50% 51%, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0));
    margin-top: 90px;
    padding-bottom: 34px;
}

.web-profile .profile_img_container {
    display: block;
    position: relative;
    padding: 50px 0 8px 0;
    text-align: center;
}

.web-profile .profile_img_container .upload-picture {
    color: #0498cf;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.web-profile .profile_img {
    width: 114px;
    height: 114px;
    position: absolute;
    background: #d8d8d8;
    border: none;
    border-radius: 100%;
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
    overflow: hidden;
}

.web-profile .profile_img img {
    width: 100%;
}

.web-profile #profile_image:hover {
    cursor: pointer;
}

.web-profile .change_pi_link {
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    display: none;
}

.web-profile .profile_form {
    width: 368px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
}

.web-profile .profile_form_label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}

.web-profile .label_white {
    color: #fff;
}

.web-profile .profile_input {
    border-radius: 5px !important;
    background-color: #ffffff !important;
    border: none;
    box-shadow: 1px 1px 8px -1px rgba(0, 0, 0, 0.3);
    height: 43px !important;
    color: #303030;
    font-size: 14px;
}

.web-profile .profile_btn {
    width: 151px;
    height: 43px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    margin: 0 5px;
}

.web-profile .btn_white {
    background-color: #fff;
    color: #0498cf;
}

.web-profile .btn_black {
    background-color: #303030;
    color: #fff;
}

.web-profile .update-btn {
    background-color: #0498cf;
    color: #fff;
}

.web-profile .mt30 {
    margin-top: 30px;
}

.web-profile .password_update {
    display: block;
    padding: 35px 0 38px;
    background-image: linear-gradient(to bottom, #ededed, #ededed), radial-gradient(circle at 50% 51%, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0));
    margin-top: 5px;
}

.web-profile .card_info {
    border-radius: 0 0 20px 20px;
    display: block;
    min-height: 200px;
    position: relative;
    background: #4eba6d;
    background: -moz-linear-gradient(to bottom, #ededed, #ededed), radial-gradient(circle at 50% 51%, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(to bottom, #ededed, #ededed), radial-gradient(circle at 50% 51%, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #ededed, #ededed), radial-gradient(circle at 50% 51%, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0));
    padding: 42px 0 54px;
    margin-top: 5px;
}

.web-profile .card_section_header {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #000000;
}

.web-profile .card_container {
    width: 300px;
    max-width: 100%;
    position: relative;
    margin: 30px auto;
    margin-bottom: 30px;
}

.web-profile .card_container .card {
    display: block;
    position: relative;
}

.web-profile .card_container .card_img {
    position: relative;
    width: 300px;
    max-width: 100%;
    min-height: 187px;
    border-radius: 5px;
    background-image: linear-gradient(to top, #e7e7e7, #ffffff);
    box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.5);
}

.web-profile .card_container .card_img img {
    width: 100%;
}

.web-profile .card_container .card_number {
    display: block;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.4px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.web-profile .card_container .card_name {
    padding-left: 25px;
    font-size: 14px;
    color: #000000;
    float: left;
}

.web-profile .card_container .card_exp_date {
    padding-right: 25px;
    font-size: 14px;
    color: #000000;
    float: right;
}

.web-profile .card_container .card_logo {
    float: right;
    margin: 30px 25px 30px 0;
}

.web-profile .card_container .card_logo img {
    float: right;
    margin-right: 20%;
}

.web-profile .card_container .card_details {
    margin-top: -187px;
    display: block;
    position: relative;
    z-index: 10;
    min-height: 187px;
}

.web-profile .card_btn {
    background: transparent;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 0 20px;
    border: none;
}

.web-profile .card_btn i {
    display: inline-block;
    margin-top: 3px;
    color: #0498cf;
    margin-right: 8px;
}

.web-profile .card_btns {
    text-align: center;
    margin-top: 10px;
}

.web-profile .add_card_btn {
    height: 142px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #b7b7b7;
    display: block;
    text-align: center;
    padding-top: 28px;
}

.web-profile .add_icon {
    width: 51px;
    height: 51px;
    border: dashed 2px #b7b7b7;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    color: #b7b7b7;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 10px;
}

.web-profile .add_txt {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #b7b7b7;
}

@media only screen and (max-width: 480px) {
    .web-profile {
        padding: 30px 30px;
    }
}

.web-profile .back_button_holder a {
    height: 55px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 2.7px #0498cf;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: center;
    color: #0498cf;
    display: block;
    line-height: 48px;
    width: 256px;
    margin: 0 auto;
}

.gray-bg {
    background: #f6f6f6;
    padding: 70px 0;
}

.order-container {
    border-left: 15px solid #1eaa52;
    display: block;
    min-height: 140px;
    background: #fff;
}

/*Dashboard Custom Accept Quote Page CSS Start*/
.dashboard-main .quote-content-div {
    max-width: 700px;
    width: 100%;
    padding: 60px 74px;
    background-image: linear-gradient(to bottom, #0498cf, #1eaa52);
    border: solid 1px #979797;
    margin: 0 auto;
    font-family: 'Samsung Sans';
}

.dashboard-main .quote-content-div .heading span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.dashboard-main .quote-content-div .price span {
    font-family: 'Roboto Slab';
    font-size: 45px;
    color: #fff;
}

.dashboard-main .quote-content-div .desc p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
}

.dashboard-main .quote-content-div .accept-button button {
    width: 307px;
    height: 36px;
    border-radius: 50px;
    background-blend-mode: normal, multiply;
    background-image: linear-gradient(#97bf04, #97bf04), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.15));
    font-family: 'Roboto Slab';
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    border: none;
}

@media only screen and (max-width: 480px) {
    .dashboard-main .quote-content-div .accept-button button {
        width: 100%;
        font-size: 14px;
    }
}

.dashboard-main .quote-content-div .decline-button button {
    width: 307px;
    height: 38px;
    border-radius: 50px;
    background-blend-mode: normal, multiply;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.15));
    font-family: 'Roboto Slab';
    font-size: 15px;
    color: #515253;
    font-weight: bold;
    border: none;
}

@media only screen and (max-width: 480px) {
    .dashboard-main .quote-content-div .decline-button button {
        width: 100%;
        font-size: 14px;
    }
}

.dashboard-main .quote-content-div .support p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
}

.dashboard-main .quote-content-div .mid-rect {
    border-radius: 12px;
    width: 100%;
    padding: 15px 30px;
    background-color: #ffffff;
    box-shadow: 0 0 16px 0 rgba(81, 82, 83, 0.25), 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.dashboard-main .quote-content-div .mid-rect .location-date {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.dashboard-main .quote-content-div .mid-rect .location-date .text span {
    font-size: 18px;
    font-weight: bold;
    color: #515253;
}

.dashboard-main .quote-content-div .mid-rect .location-date .text p {
    font-size: 18px;
    color: #515253;
}

.dashboard-main .quote-content-div .mid-rect .list-blocks {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.dashboard-main .quote-content-div .mid-rect .list-blocks:last-child {
    border: none;
}

.dashboard-main .quote-content-div .mid-rect .list-blocks .block {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.dashboard-main .quote-content-div .mid-rect .list-blocks .block:last-child {
    border: none;
}

.dashboard-main .quote-content-div .mid-rect .list-blocks .block .heading span {
    font-size: 18px;
    font-weight: bold;
    color: #515253;
}

.dashboard-main .quote-content-div .mid-rect .list-blocks .block .desc p {
    font-size: 18px;
    color: #515253;
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .dashboard-main .quote-content-div {
        padding: 30px 20px;
    }
}

.accept-quote .back_button_holder {
    width: 310px;
    margin: 30px auto;
    position: relative;
    z-index: 10002;
}

.accept-quote .back_button_holder a {
    height: 55px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 2.7px #0498cf;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #0498cf;
    display: block;
    line-height: 48px;
}

@media only screen and (max-width: 480px) {
    .accept-quote .back_button_holder {
        width: 100%;
    }
}

.m-t-1 {
    margin-top: 10px;
}

.m-t-2 {
    margin-top: 20px;
}

.m-t-3 {
    margin-top: 30px;
}

.m-t-4 {
    margin-top: 40px;
}

.m-b-4 {
    margin-bottom: 40px;
}

.p-t-4 {
    padding-top: 40px;
}

/*Dashboard Custom Accept Quote Page CSS Start*/
/*Accept Quote CSS End*/
/*Dashboard Custom Accept Quote Page CSS Start*/
.plowz-details-pannel.p-bottom p {
    margin-bottom: 10px;
}

.lawn-mow-full-bg {
    background: url("../images/grass_lawn_mow.jpg") no-repeat bottom left;
}

.fert-full-bg {
    background: url("../images/fertilization-full-bg.jpg");
    background-size: cover;
}

.ycu-full-bg {
    background: url("../images/yard-clean-up-bg-2.png");
    background-size: cover;
}

.pw-full-bg {
    background: url("../images/pw-full-bg.jpg");
    background-size: cover;
}

.ha-full-bg {
    background: url("../images/ha-full-bg.jpg");
    background-size: cover;
}

.tp-full-bg {
    background: url("../images/tp-full-bg.jpg");
    background-size: cover;
}

.aeration-full-bg {
    background: url("../images/aeration-full-bg.jpg");
    background-size: cover;
}

.ds-full-bg {
    background: url("../images/ds-full-bg.jpg");
    background-size: cover;
}

.cq-full-bg {
    background: url("../images/cq-full-bg.jpg");
    background-size: cover;
}

.mulch-full-bg {
    background: url("../images/mulch-full-bg.jpg");
    background-size: cover;
}

.plowz-full-bg {
    background: url("../images/snow-plowing.png");
    background-size: cover;
}

.mc-full-bg {
    background: url("../images/mc-full-bg.jpg");
    background-size: cover;
}

.tick-full-bg {
    background: url("../images/tick-spray-full-bg.jpg");
    background-size: cover;
}

.bs-datepicker-head {
    text-align: center;
}

.hero-banner {
    padding: 40px 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.tp-bg {
    background: url("../images/timing-and-pruning-bg.jpg") no-repeat right center;
    min-height: 490px;
    background-size: cover;
}

.lawn-mow-bg {
    background: url("../images/landing-page/lawnMow-bg.jpg") no-repeat right center;
    min-height: 490px;
    background-size: cover;
}

.ycu-bg {
    background: url("../images/landing-page/ycu-bg.jpg") no-repeat right center;
    min-height: 490px;
    background-size: cover;
}

.ds-bg {
    background: url("../images/landing-page/ds-bg.jpg") no-repeat right center;
    min-height: 490px;
    background-size: cover;
}

.fl-bg {
    background: url("../images/landing-page/fl-bg.jpg") no-repeat right center;
    min-height: 490px;
    background-size: cover;
}

.ha-bg {
    background: url("../images/landing-page/ha-bg.jpg") no-repeat right center;
    min-height: 490px;
    background-size: cover;
}

.mulch-bg {
    background: url("../images/landing-page/mulch-bg.jpg") no-repeat right center;
    min-height: 490px;
    background-size: cover;
}

.cs-bg {
    background: url("../images/landing-page/cs-bg.jpg") no-repeat right center;
    min-height: 490px;
    background-size: cover;
}

.pw-bg {
    background: url("../images/landing-page/pw-bg.jpg") no-repeat left center;
    min-height: 490px;
    background-size: cover;
}

@media only screen and (max-width: 480px) {
    .pw-bg {
        background: url("../images/mobi/pw-mobi.jpg") no-repeat top center;
        background-size: cover;
        height: 100vh;
    }
}

.aeration-bg {
    background: url("../images/landing-page/aeration-bg.jpg") no-repeat right center;
    min-height: 566px;
    background-size: cover;
}

.mc-bg {
    background: url("../images/landing-page/mc-bg.jpg") no-repeat right center;
    min-height: 490px;
    background-size: cover;
}

.tick-bg {
    background: url("../images/landing-page/tick_bg.jpg") no-repeat right top;
    min-height: 490px;
    background-size: cover;
}

.hero-header {
    font-size: 60px;
}

.hero-header.white {
    color: #fff;
}

.hero-sub-header {
    font-size: 28px;
    font-weight: 400;
    margin: 20px 0;
}

.hero-sub-header.white {
    color: #fff;
}

.hero-zipcode-container {
    width: 400px;
    max-width: 100%;
}

.hero-zipcode-container .form-group .form-control {
    background: #ffffff;
}

.home-about-job {
    display: block;
    padding: 80px 0;
}

.home-about-job .home-about-job-header {
    font-size: 28px;
    color: #1ebc61;
}

@media only screen and (max-width: 768px) {
    .home-about-job {
        padding: 40px 0;
    }

    .home-about-job .home-about-job-header {
        text-align: center !important;
        margin-bottom: 20px;
    }
}

.home-about-job-content p {
    margin-bottom: 5px;
    color: #515253;
}

.home-job-plan-section {
    min-height: 450px;
    position: relative;
    padding: 100px 0;
    display: flex;
    justify-content: center;
}

.home-job-plan-section.pad-top-av {
    padding-top: 20px;
}

.home-job-plan-section::before {
    width: 0;
    height: 0;
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
    border-top: 60px solid #ffffff;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.home-job-plan-section.tp-plan-bg {
    background: url("../images/tp-plans-bg.jpg") no-repeat center bottom;
    background-size: cover;
}

.home-job-plan-section.fl-plan-bg {
    background: url("../images/landing-page/fl-plan-bg.jpg") no-repeat center bottom;
    background-size: cover;
}

.home-job-plan-section.tick-plan-bg {
    background: url("../images/tick-plan-bg.jpg") no-repeat center bottom;
    background-size: cover;
}

.home-job-plan-section.aeration-plan-bg {
    background: url("../images/landing-page/aeration-plan-bg.jpg") no-repeat center bottom;
    background-size: cover;
}

.home-job-plan-section.lm-plan-bg {
    background: url("../images/landing-page/lm-plan-bg.jpg") no-repeat center bottom;
    background-size: cover;
}

.home-job-plan-section.ycu-plan-bg {
    background: url("../images/landing-page/ycu-plan-bg.jpg") no-repeat center bottom;
    background-size: cover;
}

.home-job-plan-section.ds-plan-bg {
    background: url("../images/landing-page/ds-plan-bg.jpg") no-repeat center bottom;
    background-size: cover;
}

.home-job-plan-section.cs-plan-bg {
    background: url("../images/landing-page/cs-plan-bg.jpg") no-repeat center bottom;
    background-size: cover;
}

.home-job-plan-section.pw-plan-bg {
    background: url("../images/landing-page/pw-plan-bg.jpg") no-repeat center bottom;
    background-size: cover;
}

.home-job-plan-section.mulch-plan-bg {
    background: url("../images/landing-page/mulch-plan-bg.jpg") no-repeat center bottom;
    background-size: cover;
}

.home-job-plan-section.ha-plan-bg {
    background: url("../images/landing-page/ha-plan-bg.jpg") no-repeat center bottom;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .home-job-plan-section {
        padding-bottom: 40px;
    }
}

.home-plan-job-header {
    text-align: center;
    color: #ffffff;
    margin-bottom: 60px;
}

.home-plan-elements {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
}

.home-plan-elements>li h6 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
    font-weight: 500;
}

.home-plan-elements>li span {
    height: 100px;
    display: block;
    position: relative;
    text-align: center;
}

.home-plan-elements>li span>img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    .home-plan-elements {
        flex-wrap: wrap;
    }

    .home-plan-elements>li {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.home-app-section {
    padding-top: 100px;
}

.home-app-section.tp-app-bg {
    background: url("../images/home-tp-app-bg.jpg") no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 620px) {
    .home-app-section {
        padding-top: 50px;
    }
}

.home-app-section .home-app-content {
    width: 640px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: stretch;
    list-style: none;
}

.home-app-section .home-app-content>li.first {
    width: 257px;
    align-self: flex-end;
}

.home-app-section .home-app-content>li.first>img {
    max-width: 100%;
}

.home-app-section .home-app-content>li.second {
    width: 350px;
}

.home-app-section .home-app-content>li.second h5 {
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 45px;
    text-align: right;
    position: relative;
}

.home-app-section .home-app-content>li.second h5::after {
    width: 71px;
    height: 4px;
    background: #fff;
    display: block;
    content: '';
    float: right;
    margin: 30px 0;
}

.home-app-section .home-app-content>li.second p {
    text-align: right;
    color: #ffffff;
    line-height: 1.22;
    width: 320px;
    max-width: 100%;
    float: right;
}

.home-app-section .home-app-content>li.second .app-mobile-number {
    width: 288px;
    max-width: 100%;
    margin-top: 20px;
    float: right;
}

.home-app-section .home-app-content>li.second .app-mobile-number .form-group {
    position: relative;
}

.home-app-section .home-app-content>li.second .app-mobile-number .form-group .form-control {
    background: #fff;
    height: 40px;
}

.home-app-section .home-app-content>li.second .app-mobile-number .form-group .send-app-code-btn {
    background: #0498cf;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    border: none;
}

.home-app-section .home-app-content>li.second .app-mobile-number .form-group .send-app-code-btn .angle-big {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 16px;
    left: 36%;
}

.home-app-section .home-app-content>li.second .app-mobile-number .form-group .send-app-code-btn .angle-big.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

@media only screen and (max-width: 620px) {
    .home-app-section .home-app-content>li.first {
        width: 30%;
        padding-right: 10px;
    }

    .home-app-section .home-app-content>li.second {
        width: 70%;
        padding-left: 10px;
    }

    .home-app-section .home-app-content>li.second h5 {
        padding-bottom: 50px;
        font-size: 24px;
    }

    .home-app-section .home-app-content>li.second h5::after {
        position: absolute;
        bottom: -15px;
        right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .home-app-section .home-app-content>li.first {
        width: 30%;
        padding-right: 10px;
        display: none;
    }

    .home-app-section .home-app-content>li.second {
        width: 100%;
        padding-left: 10px;
    }

    .home-app-section .home-app-content>li.second h5 {
        padding-bottom: 50px;
        padding-left: 50px;
    }

    .home-app-section .home-app-content>li.second h5::after {
        position: absolute;
        bottom: -15px;
        right: 0;
    }
}

.play-store {
    display: block;
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
}

.play-store>li {
    display: inline-block;
    margin-right: 15px;
    width: 100px;
}

.play-store>li a {
    display: block;
}

.play-store>li a img {
    width: 100%;
}

.play-store.new-landing-pstore {
    margin-top: 42px;
    margin: 0 0 20px 0;
}

.play-store.new-landing-pstore>li {
    width: 123px;
}

.success-section {
    display: flex;
    width: 768px;
    max-width: calc(100% - 30px);
    margin: 80px auto 0 auto;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(81, 82, 83, 0.15), 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.success-section .success-header {
    font-size: 20px;
    margin-bottom: 20px;
}

.success-section p {
    font-size: 18px;
    line-height: 22px;
}

.success-section .top-130 {
    margin-top: 130px;
}

.success-section .top-60 {
    margin-top: 60px;
}

.success-section .success-left-col {
    padding: 60px 62px 60px 46px;
}

.success-section .success-right-col {
    background-color: #ededed;
    padding: 0 40px;
}

.success-section .retun-web-btn {
    height: 50px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
}

.success-section .success-mobile-figure {
    width: 280px;
    margin: 0 auto;
    max-width: 100%;
}

.success-section .success-mobile-figure img {
    width: 100%;
}

.success-section .play-store {
    display: block;
    padding: 0;
    margin: 20px 0 40px 0;
    list-style: none;
}

.success-section .play-store>li {
    display: inline-block;
    margin-right: 10px;
    width: 100px;
}

.success-section .play-store>li>a {
    display: block;
}

.success-section .play-store>li>a>img {
    width: 100%;
}

.success-section .refer {
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
}

.success-section .refer>img {
    max-width: 100%;
}

.success-section .refer span {
    font-size: 140%;
    font-weight: 700;
    letter-spacing: 8px;
    position: absolute;
}

.success-section .refer span.give {
    top: 10px;
    right: 0;
}

.success-section .refer span.get {
    bottom: 20px;
    left: 0;
}

.success-section .plowz-vip-share>li {
    font-size: 35px;
    line-height: 35px;
}

@media only screen and (max-width: 768px) {
    .success-section .success-left-col {
        padding: 30px;
        align-self: center;
    }

    .success-section .success-right-col {
        padding: 30px 30px 0 30px;
    }

    .success-section .top-130 {
        margin-top: 0;
    }

    .success-section .top-60 {
        margin-top: 20px;
    }

    .success-section .refer {
        width: 290px;
        max-width: 100%;
        margin: 40px auto 20px auto;
    }

    .success-section .refer span {
        letter-spacing: 4px;
    }
}

.home-job-info-section {
    padding: 60px 0;
}

.home-job-info-section.pad-bottom-150 {
    padding-bottom: 240px;
}

.home-job-info-section .home-job-info-content {
    font-size: 24px;
    line-height: 1.38;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}

.home-job-info-section .home-job-info-link {
    font-size: 18px;
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline !important;
    cursor: pointer;
}

.home-job-info-section .home-job-info-link:hover {
    color: #0498cf !important;
}

/*Dashboard Manage Addreses Page CSS Start*/
.dashboard-breadcrumb .breadcrumb {
    background: none;
}

.dashboard-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
}

.sort-div {
    display: inline-block;
}

.sort-div select.form-control {
    height: auto;
    padding: 0;
    border: none;
    font-size: 14px;
    background: none;
}

.sort-div select.form-control:focus {
    box-shadow: none;
}

.sort-div button {
    background: #0498cf;
    color: #fff;
    height: 28px;
    line-height: 17px;
    border: none;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li>a {
    border: none;
    font-size: 18px;
    color: #515253;
    font-weight: bold;
    padding: 0;
    margin: 10px 15px 10px 0;
}

@media only screen and (max-width: 575px) {
    .nav-tabs>li>a {
        font-size: 16px;
    }
}

.manage-address .login-gray-bg {
    height: auto;
    background: #f5f5f5;
}

@media only screen and (max-width: 768px) {
    .manage-address .login-gray-bg {
        height: auto;
    }
}

.manage-address .back_button_holder {
    width: 310px;
    margin: 60px auto;
}

@media only screen and (max-width: 360px) {
    .manage-address .back_button_holder {
        width: 100%;
    }
}

.manage-address .back_button_holder a {
    height: 55px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 2.7px #0498cf;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: center;
    color: #0498cf;
    display: block;
    line-height: 48px;
}

.manage-address .manage_button {
    display: inline-block;
    float: right;
}

.manage-address .manage_button button {
    width: 120px;
    height: 28px;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    background: #0498cf;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .manage-address .box_layout1 {
        margin-bottom: 30px;
    }
}

.manage-address .box_layout_bottom {
    background: #fff;
    padding: 6px 10px;
}

.manage-address .box_layout_bottom h4 {
    font-size: 15.4px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: left;
    color: #000000;
    margin: 0px;
}

.manage-address .box_layout_bottom .edit {
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.83;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
    background-color: #0498cf;
    width: 100%;
    display: block;
    padding: 12px;
}

.manage-address .box_layout1 img {
    width: 100%;
}

/*Dashboard Manage Addreses Page CSS End*/
/*Dashboard Main Page CSS Start*/
.dashboard-main .login-gray-bg {
    background: #f6f6f6;
    padding: 20px 0;
    padding-bottom: 0;
}

.dashboard-main .dashboard-tabs .tab_header {
    display: inline-block;
    width: 100%;
    /*Dashboard Manage Addreses Page CSS End*/
    /*Dashboard Main Page CSS Start*/
    ;
}

.dashboard-main .dashboard-tabs .tab_header .tabs-div {
    display: inline-block;
}

.dashboard-main .dashboard-tabs .tab_header .sort-div {
    display: inline-block;
}

.dashboard-main .dashboard-tabs .tab_header .sort-div select {
    background: #0498cf;
    color: #fff;
    height: 28px;
    line-height: normal;
    border: none;
    margin-top: 10px;
}

.dashboard-main .dashboard-tabs .tab_header .nav-tabs {
    border-bottom: none;
}

.dashboard-main .dashboard-tabs .tab_header .nav-tabs>li>a {
    border: none;
    font-family: "Roboto Slab";
    font-size: 18px;
    color: #515253;
    font-weight: bold;
    padding: 0;
    margin: 10px 15px 10px 0;
}

@media only screen and (max-width: 575px) {
    .dashboard-main .dashboard-tabs .tab_header .nav-tabs>li>a {
        font-size: 16px;
    }
}

.dashboard-main .dashboard-tabs .tab_header .nav-tabs>li.active>a {
    color: #0498cf;
    border-bottom: 1.5px solid #0498cf !important;
}

.dashboard-main .dashboard-tabs .tab_header .nav-tabs>li.complete>a {
    color: #0498cf;
    border-bottom: 1.5px solid #0498cf !important;
}

.dashboard-main .dashboard-tabs .tab_header .box_layout_bottom {
    background: #fff;
    padding: 6px 10px;
}

.dashboard-main .dashboard-tabs .tab_header .box_layout_bottom h4 {
    font-size: 15.4px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: left;
    color: #000000;
    margin: 0px;
}

.dashboard-main .dashboard-tabs .tab_header .box_layout_bottom .edit {
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.83;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
    background-color: #0498cf;
    width: 100%;
    display: block;
    padding: 12px;
}

.dashboard-main .dashboard-tabs .tab_header .box_layout1 img {
    width: 100%;
}

.dashboard-main .dashboard-tabs .tab_header .dashboard-main .login-gray-bg {
    background: #f6f6f6;
    padding: 20px 0;
}

.dashboard-main .tab-content {
    margin-top: 10px;
}

.dashboard-main .tab-content .order-blocks {
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .dashboard-main .tab-content .order-blocks {
        margin-bottom: 5px;
        border-width: 6px !important;
    }
}

.dashboard-main .tab-content .order-blocks .upper-part {
    display: inline-block;
    width: 100%;
    padding: 15px 15px 0 15px;
}

.dashboard-main .tab-content .order-blocks .upper-part .heading {
    display: inline-block;
}

.dashboard-main .tab-content .order-blocks .upper-part .heading h4 {
    display: inline-block;
    font-size: 18px;
    color: #515253;
    text-decoration: underline;
    margin-bottom: 0;
}

.dashboard-main .tab-content .order-blocks .upper-part .heading span {
    display: inline-block;
    font-size: 18px;
    color: #1eaa52;
    font-weight: bold;
}

.dashboard-main .tab-content .order-blocks .upper-part .manage_button {
    display: inline-block;
    float: right;
}

.dashboard-main .tab-content .order-blocks .upper-part .manage_button button {
    width: 152px;
    border-radius: 4px;
    border: solid 2px #0498cf;
    display: inline-block;
    font-family: "Samsung Sans";
    font-size: 14px;
    background: #0498cf;
    line-height: 13px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.dashboard-main .tab-content .order-blocks .lower-part {
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.dashboard-main .tab-content .order-blocks .lower-part .left-lower-part {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
    .dashboard-main .tab-content .order-blocks .lower-part .left-lower-part {
        width: 100%;
    }
}

.dashboard-main .tab-content .order-blocks .lower-part .left-lower-part .day-date span {
    font-size: 14px;
    font-weight: bold;
}

.dashboard-main .tab-content .order-blocks .lower-part .left-lower-part .address {
    font-size: 14px;
}

.dashboard-main .tab-content .order-blocks .lower-part .left-lower-part .address p {
    margin-bottom: 0;
}

.dashboard-main .tab-content .order-blocks .lower-part .left-lower-part .details {
    display: inline-block;
    width: 100%;
}

.dashboard-main .tab-content .order-blocks .lower-part .left-lower-part .details span {
    margin: 0 5px;
    font-size: 14px;
}

.dashboard-main .tab-content .order-blocks .lower-part .left-lower-part .details span:first-child {
    margin-left: 0;
}

.dashboard-main .tab-content .order-blocks .lower-part .left-lower-part .details span:last-child {
    margin-right: 0;
}

.dashboard-main .tab-content .order-blocks .lower-part .left-lower-part .addon-services {
    display: inline-block;
    margin-top: 15px;
}

.dashboard-main .tab-content .order-blocks .lower-part .left-lower-part .addon-services ul {
    padding: 0;
}

.dashboard-main .tab-content .order-blocks .lower-part .left-lower-part .service-list ul li {
    list-style: none;
}

.dashboard-main .tab-content .order-blocks .lower-part .left-lower-part .service-list ul li span {
    display: inline-block;
    font-size: 18px;
    color: #1eaa52;
    font-weight: bold;
    margin-right: 5px;
}

.dashboard-main .tab-content .order-blocks .lower-part .right-lower-part {
    width: 48%;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .dashboard-main .tab-content .order-blocks .lower-part .right-lower-part {
        width: 100% !important;
    }
}

.dashboard-main .tab-content .order-blocks .lower-part .right-lower-part label {
    font-weight: normal;
}

.dashboard-main .tab-content .order-blocks .lower-part .right-lower-part .job-status span {
    font-size: 14px;
    font-weight: bold;
    color: #515253;
}

.dashboard-main .tab-content .order-blocks .lower-part .right-lower-part .job-status span strong {
    color: #1eaa52;
}

.dashboard-main .tab-content .dark-green-border-14 {
    border-left: 14px solid #1eaa52;
}

.dashboard-main .tab-content .plowz-border-14 {
    border-left: 14px solid #12AAEB;
}

.dashboard-main .tab-content .custom-border-14 {
    border-left: 14px solid #97BF04;
}

.dashboard-main .tab-content .leavz-border-14 {
    border-left: 14px solid #F1892D;
}

.dashboard-main .tab-content .driveway-border-14 {
    border-left: 14px solid #F1892D;
}

.dashboard-main .tab-content .mowz-border-14 {
    border-left: 14px solid #1EBC61;
}

.dashboard-main .tab-content .spanBlue {
    color: #12AAEB !important;
}

.dashboard-main .tab-content .light-green-border-14 {
    border-left: 14px solid #97bf04;
}

.dashboard-main .dashboard-area-main .wallet-detail {
    background: #fff;
    margin-top: 38px;
    padding: 15px;
}

.dashboard-main .dashboard-area-main .wallet-detail .wallet-info span {
    font-size: 18px;
    font-weight: bold;
    color: #020203;
}

.dashboard-main .dashboard-area-main .wallet-detail .wallet-cash .wallet-currency {
    top: -1.5em;
    letter-spacing: 6px;
}

.dashboard-main .dashboard-area-main .wallet-detail .wallet-cash .wallet-balance {
    font-size: 36px;
    font-weight: 300;
    color: #020203;
}

.dashboard-main .dashboard-area-main .wallet-detail .wallet-refer {
    font-size: 14px;
    font-weight: 300;
}

.dashboard-main .dashboard-area-main .wallet-detail .wallet-refer a {
    cursor: pointer;
    color: #0498cf;
}

.dashboard-main .dashboard-area-main .contact-detail {
    background: #fff;
    margin-top: 20px;
    padding: 15px;
}

.dashboard-main .dashboard-area-main .contact-detail .name-img .image img {
    width: 85px;
    height: 85px;
    border: 1px solid #979797;
    border-radius: 100%;
}

.dashboard-main .dashboard-area-main .contact-detail .name-img .image img img {
    width: 85px;
    height: 85px;
    border: 1px solid #979797;
    border-radius: 100%;
}

.dashboard-main .dashboard-area-main .contact-detail .name span {
    font-size: 18px;
    font-weight: bold;
    color: #515253;
}

.dashboard-main .dashboard-area-main .contact-detail .email-ph span {
    display: inline-block;
    font-size: 14px;
    color: #515253;
}

.dashboard-main .dashboard-area-main .contact-detail .email-ph span .email {
    margin-right: 5px;
}

.dashboard-main .dashboard-area-main .contact-detail .email-ph span .phone {
    margin-left: 5px;
}

.dashboard-main .dashboard-area-main .contact-detail .billing-info span {
    font-size: 18px;
    font-weight: bold;
    color: #515253;
}

.dashboard-main .dashboard-area-main .contact-detail .edit-button button {
    width: 109px;
    height: 28px;
    border-radius: 8px;
    border: solid 2px #0498cf;
    display: inline-block;
    font-size: 15px;
    color: #0498cf;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    background: #fff;
}

.dashboard-main .dashboard-area-main .property-details-address {
    background: #fff;
    margin-top: 15px;
    padding: 15px;
}

.dashboard-main .dashboard-area-main .property-details-address ul {
    padding: 0;
}

.dashboard-main .dashboard-area-main .property-details-address .heading span {
    font-size: 18px;
    font-weight: bold;
    color: #515253;
}

.dashboard-main .dashboard-area-main .property-details-address .addresses-list ul li {
    list-style: none;
    margin-bottom: 20px;
}

.dashboard-main .dashboard-area-main .property-details-address .addresses-list ul li span {
    width: 100%;
    display: block;
}

.dashboard-main .dashboard-area-main .property-details-address .manage-button button {
    width: 109px;
    height: 28px;
    border-radius: 8px;
    border: solid 2px #0498cf;
    display: inline-block;
    font-size: 15px;
    color: #0498cf;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    background: #fff;
}

.dashboard-main .dashboard-area-main .view-link a {
    color: #0498cf;
    font-size: 18px;
    font-weight: bold;
}

.dashboard-main .dashboard-area-main .popular-services {
    background: #fff;
    margin-top: 80px;
}

.dashboard-main .dashboard-area-main .popular-services .pop-service-list ul {
    list-style: none;
    padding: 0;
}

.dashboard-main .dashboard-area-main .popular-services .heading span {
    color: #1eaa52;
    font-size: 18px;
    display: block;
    width: 100%;
}

.dashboard-main .dashboard-area-main .popular-services .pop-service-list .service {
    position: relative;
}

@media only screen and (max-width: 992px) {
    .dashboard-main .dashboard-area-main .popular-services .pop-service-list .service {
        margin-bottom: 20px;
    }
}

.dashboard-main .dashboard-area-main .popular-services .pop-service-list .service .image img {
    width: 100%;
}

.dashboard-main .dashboard-area-main .popular-services .pop-service-list .service .text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.76);
    justify-content: center;
}

.dashboard-main .dashboard-area-main .popular-services .pop-service-list .service .overlay-heading span {
    font-family: 'Roboto Slab';
    font-size: 28px;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
}

.dashboard-main .dashboard-area-main .popular-services .pop-service-list .service .quote-button {
    background: #0498cf;
    width: 176px;
    height: 28px;
    color: #fff;
    border-radius: 4px;
    border: none;
}

.dashboard-main .dashboard-area-main .popular-services .image img {
    width: 100%;
}

.dashboard-main .dashboard-area-main .popular-services .text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.76);
    justify-content: center;
}

.dashboard-main .dashboard-area-main .popular-services .overlay-heading span {
    font-size: 28px;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
}

.dashboard-main .dashboard-area-main .popular-services .quote-button {
    background: #0498cf;
    width: 176px;
    height: 28px;
    color: #fff;
    border-radius: 4px;
    border: none;
}

.above-fotter-div.download-app .heading {
    font-size: 18px;
    color: #1eaa52;
}

.above-fotter-div.download-app .desc {
    font-size: 13px;
}

.above-fotter-div.download-app .search input {
    height: 35px;
}

.above-fotter-div.download-app .search .btn {
    height: 35px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.above-fotter-div.download-app .search .btn .above-fotter-div.download-app .search .btn {
    height: 35px;
    width: 45px;
}

.above-fotter-div.download-app .search .btn .refer-friend {
    border-left: 1px solid #ddd;
    padding: 0 40px;
}

@media only screen and (max-width: 768px) {
    .above-fotter-div.download-app .search .btn .refer-friend {
        border: none;
    }
}

.above-fotter-div.download-app .search .btn .refer-friend .refer-heading span {
    color: #1eaa52;
    font-family: 'Roboto Slab';
    font-size: 18px;
}

.above-fotter-div.download-app .search .btn .refer-heading span {
    color: #1eaa52;
    font-size: 18px;
}

.refer-code span {
    display: inline-block;
    width: 100%;
}

.dashboard-main .dashboard-area-main #completed-tab .completed-order-block .upper-part {
    width: auto;
}

.dashboard-main .dashboard-area-main .completed-order-block .lower-part .right-lower-part {
    width: 30% !important;
}

.dashboard-main .dashboard-area-main .completed-order-block .lower-part .center-lower-part {
    width: 16%;
    display: inline-block;
    margin-top: -40px;
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
    .dashboard-main .dashboard-area-main .completed-order-block .lower-part .center-lower-part {
        width: 100%;
        margin-top: 10px;
    }

    .dashboard-main .dashboard-area-main .completed-order-block .lower-part .center-lower-part .image {
        width: 140px;
        height: 120px;
        margin: 0 auto 30px auto;
    }
}

.dashboard-main .dashboard-area-main .completed-order-block .lower-part .center-lower-part .image img {
    width: 102px;
    height: 102px;
}

.dashboard-main .download-app {
    padding: 50px 0 0 0;
}

.dashboard-main .download-app .app-secren-image {
    display: inline-block;
}

@media only screen and (max-width: 992px) {
    .dashboard-main .download-app .app-secren-image {
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }
}

.dashboard-main .download-app .search .btn {
    background: #0498cf;
    color: #fff;
    border: none;
}

.download-app ul.store-img {
    padding: 0;
}

.download-app ul.store-img li {
    list-style: none;
    width: auto;
    margin-right: 20px;
    display: inline-block;
}

.download-app ul.store-img li img {
    display: inline-block;
}

@media only screen and (max-width: 992px) {
    .download-app ul.store-img li img {
        width: 80px;
    }
}

.dashboard-main .download-app .app-secren-image img {
    max-width: 100%;
}

.dashboard-main .download-app .refer-friend .social-icons ul {
    padding: 0;
    list-style: none;
}

.dashboard-main .dashboard-area-main .popular-services .refer-code button {
    width: 158px;
    height: 32px;
    color: #979797;
    border: 1px solid #979797;
    background: #fff;
    margin-top: 20px;
}

.dashboard-main .dashboard-area-main .dashboard-tabs .upper-part .review_button {
    display: inline-block;
    float: right;
}

.dashboard-main .dashboard-area-main .dashboard-tabs .upper-part .review_button button {
    width: 152px;
    height: 28px;
    border-radius: 8px;
    background: #0498cf;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    border: none;
}

/*Dashboard Main Page CSS Ends*/
/*Dashboard Main Page Modal CSS Start*/
.modal-dialog {
    max-width: 944px !important;
    width: 100% !important;
}

.modal-dialog .modal-body {
    padding: 20px 20px 0 20px;
}

.modal-dialog .modal-body .heading span {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #515253;
}

.modal-dialog .modal-body .desc p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #515253;
}

.modal-dialog .modal-body .bottom-links {
    border-top: 1.5px solid #f5f5f5;
}

.modal-dialog .modal-body .bottom-links .right-bdr {
    border-right: 1.5px solid #f5f5f5;
}

.modal-dialog .modal-body .bottom-links a {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #515253;
}

/*Dashboard Main Page Modal CSS End*/
/*Edit Address CSS Start*/
.edit-address .accordion-block {
    background: #fff;
    padding: 15px;
}

.edit-address .accordion-block .header {
    padding-bottom: 10px;
}

.edit-address .accordion-block .header span {
    font-size: 18px;
    font-weight: bold;
    color: #515253;
    margin-top: 7px;
    display: inline-block;
    margin-left: 20px;
}

@media only screen and (max-width: 480px) {
    .edit-address .accordion-block .header span {
        font-size: 16px;
    }
}

.edit-address .accordion-block .panel-heading {
    background: none;
    border-top: 1px solid #f5f5f5;
    padding: 10px 0;
    margin: 0 54px;
}

@media only screen and (max-width: 767px) {
    .edit-address .accordion-block .panel-heading {
        flex-direction: column;
    }
}

.edit-address .accordion-block .panel-heading h4 label,
.edit-address .accordion-block .panel-heading a {
    font-size: 14px;
    color: #515253;
    font-weight: normal;
    cursor: text;
}

.edit-address .accordion-block .panel-heading a:hover {
    text-decoration: none;
}

.edit-address .accordion-block .panel-heading span {
    font-weight: 500;
    font-size: 14.4px;
    display: inline-block;
    margin-left: auto;
    flex: 1;
    color: #000;
}

@media only screen and (max-width: 767px) {
    .edit-address .accordion-block .panel-heading span {
        margin-left: 0;
    }
}

.edit-address .accordion-block .panel-heading select {
    text-align-last: right;
}

@media only screen and (max-width: 767px) {
    .edit-address .accordion-block .panel-heading select {
        text-align-last: auto;
        margin-top: 10px;
    }
}

.edit-address .accordion-block .panel-heading .btn-group {
    display: inline-block;
    width: 100px;
}

.edit-address .accordion-block .panel-heading .btn-group .caret {
    display: inline;
}

.edit-address .accordion-block .panel-heading .dropdown-toggle {
    background: none;
    color: #000;
    border: none;
    font-size: 14px;
    padding: 0;
}

.edit-address .accordion-block .panel-heading .dropdown-toggle:focus {
    border: none !important;
    box-shadow: none !important;
}

.edit-address .accordion-block .accordion-open-btn {
    margin-top: 5px;
    margin-left: 7px;
    cursor: pointer;
}

.edit-address .accordion-block .panel-default {
    border: none;
}

.edit-address .edit-content-div {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.edit-address .edit-content-div .first-part {
    background: #fff;
    padding: 30px 40px;
}

.edit-address .edit-content-div .first-part .profile-img img {
    width: 100%;
}

.edit-address .edit-content-div .first-part .address .heading span {
    font-size: 15.4px;
    color: #515253;
    font-weight: bold;
}

.edit-address .edit-content-div .first-part .desc p {
    font-size: 14.4px;
    color: #515253;
    font-weight: normal;
}

.edit-address .edit-content-div .first-part .price .heading span {
    font-size: 15.4px;
    color: #515253;
    font-weight: bold;
    letter-spacing: -0.3px;
}

.edit-address .edit-content-div .first-part .file {
    width: 120px;
    height: 28px;
    border-radius: 8px;
    background: #0498cf;
    color: #fff;
    font-size: 14px;
    border: none;
    position: relative;
    overflow: hidden;
    line-height: 14px;
    cursor: pointer;
}

.edit-address .edit-content-div .first-part .file input {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 0;
    opacity: 0;
    right: 0;
    top: 0;
    cursor: pointer;
}

.edit-address .cancel-btn-fill {
    width: 120px;
    height: 28px;
    border-radius: 8px;
    border: solid 2.7px #515253;
    background: #515253;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-right: 25px;
}

.edit-address .save-btn-fill {
    width: 120px;
    height: 28px;
    border-radius: 8px;
    border: solid 2.7px #0498cf;
    background: #0498cf;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

/*Edit Address CSS End*/
/*Provider Sign Up page CSS Start*/
@media only screen and (max-width: 767px) {
    .provider-main .container {
        max-width: 100%;
    }
}

.provider-main .provider-bg {
    background: url('../images/provider-signup-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

@media only screen and (max-width: 767px) {
    .provider-main .provider-bg {
        background-size: 100% 190px;
        background-repeat: no-repeat;
        padding: 0;
    }
}

.provider-main .provider-bg .banner-content {
    background-color: rgba(255, 255, 255, 0.95);
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .provider-main .provider-bg .banner-content {
        background-color: rgba(255, 255, 255, 0.85);
    }
}

.provider-main .provider-bg .banner-content .limited-offer {
    position: absolute;
    top: -35px;
    right: -35px;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .provider-main .provider-bg .banner-content .limited-offer {
        right: -14px;
    }
}

@media only screen and (max-width: 767px) {
    .provider-main .provider-bg .banner-content .limited-offer {
        position: static;
    }
}

.provider-main .provider-bg .banner-content .limited-offer .limited-bg {
    background: url(./../images/fill-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 208px;
    height: 208px;
}

@media only screen and (max-width: 1200px) {
    .provider-main .provider-bg .banner-content .limited-offer .limited-bg {
        width: 142px;
        height: 142px;
    }
}

@media only screen and (max-width: 767px) {
    .provider-main .provider-bg .banner-content .limited-offer .limited-bg {
        background-image: none;
        background-color: #0498cf;
        width: 100%;
        height: auto;
    }
}

.provider-main .provider-bg .banner-content .limited-offer .limited-bg .content {
    padding-top: 25px;
}

@media only screen and (max-width: 767px) {
    .provider-main .provider-bg .banner-content .limited-offer .limited-bg .content {
        padding: 25px 0;
    }
}

.provider-main .provider-bg .banner-content .limited-offer .limited-bg .content .limited span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .provider-main .provider-bg .banner-content .limited-offer .limited-bg .content .limited span {
        font-size: 12.2px;
    }
}

.provider-main .provider-bg .banner-content .limited-offer .limited-bg .content .price span {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .provider-main .provider-bg .banner-content .limited-offer .limited-bg .content .price span {
        font-size: 31.8px;
        line-height: 30px;
    }
}

.provider-main .provider-bg .banner-content .limited-offer .limited-bg .content .sign-in span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .provider-main .provider-bg .banner-content .limited-offer .limited-bg .content .sign-in span {
        font-size: 12.2px;
    }
}

@media only screen and (max-width: 1200px) {
    .provider-main .provider-bg .banner-content .limited-offer .limited-bg .content .date {
        line-height: 6px;
    }
}

.provider-main .provider-bg .banner-content .limited-offer .limited-bg .content .date span {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .provider-main .provider-bg .banner-content .limited-offer .limited-bg .content .date span {
        font-size: 8.1px;
    }
}

.provider-main .provider-bg .banner-content .limited-offer .limited-bg .content .details span {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: none;
}

@media only screen and (max-width: 1200px) {
    .provider-main .provider-bg .banner-content .limited-offer .limited-bg .content .details span {
        font-size: 8.1px;
    }
}

.provider-main .provider-bg .banner-content .heading span,
.provider-main .provider-bg .banner-content label {
    font-size: 38.4px;
    font-weight: bold;
    color: #1eaa52;
}

@media only screen and (max-width: 1200px) {

    .provider-main .provider-bg .banner-content .heading span,
    .provider-main .provider-bg .banner-content label {
        font-size: 30px;
    }
}

.provider-main .provider-bg .banner-content .sub-heading p {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.provider-main .provider-bg .banner-content .provider-blocks {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    padding: 0 130px;
}

@media only screen and (max-width: 992px) {
    .provider-main .provider-bg .banner-content .provider-blocks {
        padding: 0 10px;
    }
}

.provider-main .provider-bg .banner-content .provider-blocks .provider-block {
    display: inline-block;
}

.provider-main .provider-bg .banner-content .provider-blocks .provider-block .title span {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.provider-main .provider-bg .banner-content .provider-blocks .provider-block .sub-title span {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.provider-main .provider-bg .banner-content .provider-blocks .provider-block .price {
    font-size: 40px;
    font-weight: bold;
    color: #1eaa52;
}

.provider-main .provider-bg .banner-content .provider-blocks .provider-block .time span {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.provider-main .provider-bg .banner-content .provider-blocks .provider-block .side-borders {
    border-right: 1px solid #979797;
    border-left: 1px solid #979797;
}

.provider-main .form-note {
    font-size: 14px;
    font-weight: normal;
}

.provider-main .join-feet-bg {
    padding: 40px 0;
    background: #eee;
}

.provider-main .join-feet-bg .join-feet-form {
    font-size: 12px;
}

.provider-main .join-feet-bg .join-feet-form .form-control {
    background: #fff;
    height: 34px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.provider-main .join-feet-bg .join-feet-form .onboardbutton {
    margin-top: 20px;
    background-color: #0498cf;
    border-radius: 8px;
    height: 55px;
    width: 350px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.4px;
    font-weight: 700;
}

.provider-main .limited-offer-detail {
    display: inline-block;
    width: 100%;
    margin: 60px 0;
}

.provider-main .limited-offer-detail .heading span {
    font-size: 17px;
    font-weight: bold;
    color: #1eaa52;
}

.provider-main .limited-offer-detail .desc p {
    font-size: 14px;
    margin-top: 10px;
    color: #000;
}

.provider-main .bg-semi-gray {
    background-color: #d8d8d8;
}

.provider-main .bg-semi-gray .use-cover {
    padding-top: 30px;
}

.provider-main .bg-semi-gray .use-cover .cover-text {
    padding-bottom: 30px;
}

.provider-main .bg-semi-gray .use-cover p.could-you-use {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: 0.2px;
    color: #000000;
}

.provider-main .bg-semi-gray .use-cover p.has-partner {
    text-align: left !important;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    color: #000000;
}

.provider-main .bg-semi-gray .use-cover .cover-wallet {
    margin-top: 20px;
    background-color: #0498cf;
    border-radius: 8px;
    height: 55px;
    width: 350px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.4px;
    font-weight: 700;
}

.provider-main .bg-semi-gray .use-cover .img-cover {
    padding-top: 50px;
    width: 100%;
}

.provider-main .three-blocks {
    padding-bottom: 50px;
}

.provider-main .three-blocks h4 {
    color: #515253;
    font-weight: normal;
    font-size: 20px;
}

.provider-main .three-blocks p {
    font-size: 15px;
}

/*Provider Sign Up page CSS End*/
/*Partner Landing Page CSS Start*/
.partner-landing-main .banner-section {
    background: #4eba6d;
    padding: 70px 0 100px 0;
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .partner-landing-main .banner-section {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 575px) {
    .partner-landing-main .banner-section {
        min-height: 100vh;
    }
}

.partner-landing-main .banner-section .banner-heading {
    width: 810px;
    max-width: 100%;
}

@media only screen and (max-width: 992px) {
    .partner-landing-main .banner-section .banner-heading {
        width: 585px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .partner-landing-main .banner-section .banner-heading {
        width: 320px;
        max-width: 100%;
    }
}

.partner-landing-main .banner-section .banner-heading span {
    font-size: 64px;
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}

@media only screen and (max-width: 992px) {
    .partner-landing-main .banner-section .banner-heading span {
        font-size: 45px;
        line-height: 65px;
    }
}

@media only screen and (max-width: 768px) {
    .partner-landing-main .banner-section .banner-heading span {
        font-size: 24px;
        line-height: inherit;
    }
}

@media only screen and (max-width: 620px) {
    .partner-landing-main .banner-section .banner-heading span {
        padding-left: 15px;
        font-size: 21px;
    }
}

.partner-landing-main .banner-section .condition span {
    font-size: 30px;
}

@media only screen and (max-width: 992px) {
    .partner-landing-main .banner-section .condition span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 620px) {
    .partner-landing-main .banner-section .condition span {
        padding-left: 15px;
        display: inline-block;
    }
}

.partner-landing-main .banner-section .sub-heading-desc span {
    font-size: 30px;
}

@media only screen and (max-width: 992px) {
    .partner-landing-main .banner-section .sub-heading-desc span {
        font-size: 18px;
    }
}

.partner-landing-main .banner-section .sub-heading-desc .input-group-text {
    font-size: 23px;
    background: #fff;
    border: none;
    border-right: 2px solid #ddd;
}

.partner-landing-main .banner-section .sub-heading-desc .form-control {
    background: #fff;
}

.partner-landing-main .banner-section label {
    color: #fff;
}

.partner-landing-main .banner-section label .form-check-input {
    margin-top: 0.5rem;
}

@media only screen and (max-width: 992px) {
    .partner-landing-main .banner-section label .form-check-input {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 992px) {
    .partner-landing-main .banner-section label {
        font-size: 14px;
    }
}

.partner-landing-main .banner-section a {
    font-size: 20px !important;
    width: 100%;
    display: inline-block;
    text-decoration: underline;
    color: #fff;
    padding-left: 15px;
}

@media only screen and (max-width: 992px) {
    .partner-landing-main .banner-section a {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 768px) {
    .partner-landing-main .banner-section a {
        text-decoration: none;
    }
}

.partner-landing-main .banner-section button {
    width: 321px;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #0498cf, #0498cf), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.15));
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    .partner-landing-main .banner-section button {
        width: 210px;
    }
}

@media only screen and (max-width: 768px) {
    .partner-landing-main .banner-section button {
        width: 100%;
    }
}

.partner-landing-main .banner-section img {
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .partner-landing-main .banner-section img {
        width: 85%;
    }
}

@media only screen and (max-width: 768px) {
    .partner-landing-main .banner-section .resp-image {
        display: block !important;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .partner-landing-main .banner-section .resp-image {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .partner-landing-main .banner-section .desk-image {
        display: none !important;
    }
}

.partner-landing-main .why-plowz .heading span {
    color: #4eba6d;
    font-weight: 500;
    font-size: 36px;
}

.partner-landing-main .why-plowz .title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.partner-landing-main .why-plowz .desc p {
    font-size: 18px;
    padding: 0 25px;
    color: #000;
    font-weight: 500;
}

.partner-landing-main .why-plowz img {
    max-width: 100%;
}

.partner-landing-main .our-partners {
    background: #f1f1f1;
    padding: 60px 0;
}

.partner-landing-main .our-partners .heading span {
    color: #4eba6d;
    font-weight: 500;
    font-size: 36px;
}

.partner-landing-main .our-partners .message {
    padding: 0 160px;
}

@media only screen and (max-width: 992px) {
    .partner-landing-main .our-partners .message {
        padding: 0 80px;
    }
}

@media only screen and (max-width: 768px) {
    .partner-landing-main .our-partners .message {
        padding: 0 65px;
    }
}

.partner-landing-main .our-partners .message p {
    font-size: 18px;
    letter-spacing: 1px;
}

.partner-landing-main .our-partners .carousel-indicators {
    display: none;
}

.partner-landing-main .our-partners .carousel-control-next-icon,
.partner-landing-main .our-partners .carousel-control-prev-icon {
    width: 29px;
    height: 40px;
}

.partner-landing-main .our-partners .carousel-control-prev-icon {
    background-image: url(../images/prev-arrow.png);
    background-repeat: no-repeat;
}

.partner-landing-main .our-partners .carousel-control-next-icon {
    background-image: url(../images/next-arrow.png);
    background-repeat: no-repeat;
}

.partner-landing-main .our-partners .author span {
    font-weight: bold;
}

.partner-landing-main .logos {
    background: #4eba6d;
    padding: 40px 0;
}

@media only screen and (max-width: 992px) {
    .partner-landing-main .logos ul {
        text-align: center;
        padding: 0;
    }
}

.partner-landing-main .logos ul li {
    list-style: none;
    margin-right: 80px;
}

@media only screen and (max-width: 1200px) {
    .partner-landing-main .logos ul li {
        display: inline-block !important;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .partner-landing-main .logos ul li {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .partner-landing-main .logos ul li {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 360px) {
    .partner-landing-main .logos ul li {
        margin-right: 8px;
    }
}

.partner-landing-main .logos ul li:last-child {
    margin-right: 0;
}

.partner-landing-main .logos .heading {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .partner-landing-main .logos .heading {
        display: inline-block !important;
    }
}

.partner-landing-main .logos .heading span {
    font-size: 14px;
    color: #fff;
}

.partner-landing-main .faq-section .heading span {
    color: #4eba6d;
    font-weight: 500;
    font-size: 36px;
}

.partner-landing-main .faq-section .faq-accord {
    max-width: 823px;
    width: 100%;
    margin: 50px auto;
}

.partner-landing-main .faq-section .card {
    border: none;
}

.partner-landing-main .faq-section .card .card-header {
    background: none;
    padding: .75rem .0rem;
    border-bottom: 2px solid #4eba6d;
}

.partner-landing-main .faq-section .card .card-header .panel-title {
    position: relative;
}

.partner-landing-main .faq-section .card .card-header .panel-title:before {
    background-image: url(../images/green-dropdown-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 32px;
    height: 16px;
    cursor: pointer;
    transition: 0.4s;
}

.partner-landing-main .faq-section .card .card-header button {
    color: #5f5f5f;
    font-size: 24px;
    white-space: normal;
    text-align: left;
    width: 90%;
}

@media only screen and (max-width: 992px) {
    .partner-landing-main .faq-section .card .card-header button {
        font-size: 18px;
    }
}

.partner-landing-main .faq-section .card .card-header button:hover,
.partner-landing-main .faq-section .card .card-header button:focus {
    text-decoration: none;
}

.partner-landing-main .faq-section .card ul {
    padding: 0;
}

.partner-landing-main .faq-section .card ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
}

.partner-landing-main .faq-section .card p {
    font-size: 18px;
}

.partner-landing-main .faq-section .panel-open .panel-title:before {
    transform: rotate(180deg) !important;
    content: "";
    transition: 0.4s;
}

.partner-landing-main .partners .heading span {
    color: #4eba6d;
    font-weight: 500;
    font-size: 36px;
}

.partner-landing-main .partners .sub-heading span {
    font-size: 18px;
    letter-spacing: 1px;
}

.partner-landing-main .partners .block {
    background: #ededed;
    min-height: 380px;
    max-width: 294px;
}

@media only screen and (max-width: 768px) {
    .partner-landing-main .partners .block {
        max-width: none;
        min-height: 340px;
        margin-bottom: 20px;
    }
}

.partner-landing-main .partners .title {
    padding: 0 30px;
}

.partner-landing-main .partners .title span {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.partner-landing-main .footer-signup {
    background: #4eba6d;
    padding-top: 200px;
    padding-bottom: 100px;
    margin-top: -100px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .partner-landing-main .footer-signup {
        margin-top: 0;
        padding-top: 30px;
    }
}

.partner-landing-main .footer-signup .border-right {
    border-right: 5px solid #3a8b51 !important;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .partner-landing-main .footer-signup .border-right {
        border-right: none !important;
        margin-bottom: 50px;
    }

    .partner-landing-main .footer-signup .border-right:before {
        position: absolute;
        left: 15px;
        bottom: -15px;
        background: #3a8b51 !important;
        width: 210px;
        height: 5px;
        content: "";
    }
}

.partner-landing-main .footer-signup .left-section {
    max-width: 334px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .partner-landing-main .footer-signup .left-section {
        max-width: none;
    }
}

.partner-landing-main .footer-signup .left-section .heading span {
    font-size: 28px;
    font-weight: 500;
}

.partner-landing-main .footer-signup .left-section .desc p {
    font-size: 18px;
    letter-spacing: 1px;
}

.partner-landing-main .footer-signup .right-section {
    max-width: 334px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .partner-landing-main .footer-signup .right-section {
        max-width: none;
    }
}

.partner-landing-main .footer-signup .right-section .form-heading span {
    font-size: 28px;
    font-weight: 500;
}

.partner-landing-main .footer-signup .right-section .form-control {
    background: #fff;
}

.partner-landing-main .footer-signup .right-section label {
    color: #fff;
}

.partner-landing-main .footer-signup .right-section label .form-check-input {
    margin-top: 0.5rem;
}

.partner-landing-main .footer-signup .right-section a {
    display: inline-block;
    width: 100%;
    text-decoration: underline;
    color: #fff;
    padding-left: 15px;
}

.partner-landing-main .footer-signup .right-section button {
    width: 321px;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #0498cf, #0498cf), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.15));
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 620px) {
    .partner-landing-main .footer-signup .right-section button {
        width: 100%;
    }
}

/*Partner Landing Page CSS End*/
/*Onboarding Phone Page CSS Start*/
.onboarding-phone-main {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .onboarding-phone-main .order-process-bar {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .onboarding-phone-main .onbording-logo {
        margin: 20px 0 0 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .onboarding-phone-main .page-title {
        margin-top: 88px;
    }
}

.onboarding-phone-main .page-title span {
    font-size: 36px;
    font-weight: bold;
    padding: 0 80px;
    display: inline-block;
}

@media only screen and (max-width: 575px) {
    .onboarding-phone-main .page-title span {
        padding: 0;
    }
}

@media only screen and (max-width: 360px) {
    .onboarding-phone-main .page-title span {
        font-size: 30px;
    }
}

.onboarding-phone-main .form {
    width: 415px;
    max-width: 100%;
    margin: 40px auto;
}

.onboarding-phone-main .form .form-control {
    background: #fff;
    height: 55px;
}

.onboarding-phone-main .form .text-muted {
    font-size: 20px;
    color: #fff !important;
}

@media only screen and (max-width: 575px) {
    .onboarding-phone-main .form .text-muted {
        font-size: 16px;
    }
}

.onboarding-phone-main .form .text-muted a {
    text-decoration: underline;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .onboarding-phone-main .form .next-button {
        margin-top: 50px;
    }
}

.onboarding-phone-main .form .next-button button {
    width: 199px;
    height: 55px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background: #0498cf;
    border-radius: 8px;
}

.onboarding-phone-main .skip {
    font-size: 24px;
    color: #fff;
    text-decoration: underline;
}

/*Onboarding Phone Page CSS End*/
/*Onboarding Company Page CSS Start*/
.onboarding-address-main .form .text-muted {
    font-size: 18px;
}

/*Onboarding Company Page CSS End*/
/*Manage Recurring CSS Start*/
.dashboard-breadcrumb li.breadcrumb-item {
    font-size: 14px;
    color: #515253;
    font-weight: 300;
}

.dashboard-breadcrumb li.breadcrumb-item a {
    color: #515253;
}

.manage-recurring-content-div {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.manage-recurring-content-div .dashboard-breadcrumb li.breadcrumb-item {
    font-size: 14px;
    color: #515253;
    font-weight: 300;
}

.manage-recurring-content-div .first-part {
    background: #fff;
    padding: 30px 40px;
    color: #515253;
}

@media only screen and (max-width: 768px) {
    .manage-recurring-content-div .first-part {
        padding: 30px 15px;
    }
}

.manage-recurring-content-div .first-part .heading span {
    font-size: 18px;
    font-weight: bold;
}

.manage-recurring-content-div .first-part .desc p {
    font-size: 14.4px;
    letter-spacing: 0.3px;
}

.manage-recurring-content-div .first-part .address .heading span {
    font-size: 15.4px;
    font-weight: bold;
}

.manage-recurring-content-div .first-part .price .heading span {
    font-size: 15.4px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .manage-recurring-content-div .first-part .profile-img {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .manage-recurring-content-div .first-part .profile-img img {
        max-width: 100%;
    }
}

.manage-recurring-content-div .second-part {
    background: #fff;
    padding: 30px 40px;
    color: #515253;
}

@media only screen and (max-width: 768px) {
    .manage-recurring-content-div .second-part {
        padding: 30px 15px;
    }
}

.manage-recurring-content-div .second-part .heading span {
    font-size: 18px;
    font-weight: bold;
}

.manage-recurring-content-div .second-part p {
    font-size: 14.4px;
}

.manage-recurring-content-div .third-part {
    background: #fff;
    padding: 30px 40px;
    color: #515253;
}

@media only screen and (max-width: 768px) {
    .manage-recurring-content-div .third-part {
        padding: 30px 15px;
    }
}

.manage-recurring-content-div .third-part .heading span {
    font-size: 18px;
    font-weight: bold;
}

.manage-recurring-content-div .third-part .heading span label {
    font-weight: normal;
    margin-left: 5px;
}

.manage-recurring-content-div .third-part .service-addon .heading span {
    font-size: 15.4px;
}

.manage-recurring-content-div .third-part .service-addon p {
    font-size: 14.4px;
    line-height: 1.18;
}

.manage-recurring-content-div .third-part .service-addon .font14 {
    font-size: 14px;
}

.manage-recurring-content-div .third-part .service-addon .image-list ul {
    list-style: none;
    padding: 0;
}

.manage-recurring-content-div .third-part .service-addon .image-list ul li {
    display: inline-block;
    margin-right: 20px;
}

.manage-recurring-content-div .third-part .service-addon .image-list ul li:last-child {
    margin-right: 0;
}

.manage-recurring-content-div .third-part .service-details-button button {
    width: 176px;
    height: 28px;
    background: #0498cf;
    border-radius: 4px;
    letter-spacing: 0.2px;
    font-size: 13px;
    text-transform: uppercase;
    border: none;
    color: #fff;
}

.manage-recurring-content-div .bottom-bdr {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.manage-recurring-content-div .cancel-save-button .cancel-btn-fill {
    width: 120px;
    height: 28px;
    border-radius: 8px;
    border: solid 2.7px #515253;
    background-color: #515253;
    font-size: 14px;
    color: #fff;
    margin-right: 25px;
}

.manage-recurring-content-div .cancel-save-button .save-btn-fill {
    width: 120px;
    height: 28px;
    border-radius: 8px;
    border: solid 2.7px #0498cf;
    background-color: #0498cf;
    font-size: 14px;
    color: #fff;
}

.manage-recurring-content-div .add-remove {
    padding-bottom: 10px;
}

.manage-recurring-content-div .add-remove .inc-dec-controller {
    border: 1px solid #ddd;
    border-radius: 8px;
}

.manage-recurring-content-div .add-remove .inc-dec-controller button {
    width: 45px;
    background: #eee;
    color: #515253;
    border-radius: 0;
    box-shadow: none;
    height: 35px;
}

.manage-recurring-content-div .add-remove .inc-dec-controller .count {
    margin: 0 10px;
}

.manage-recurring-content-div .add-remove .inc-dec-controller .count .inc-dec-input {
    width: auto;
}

.manage-recurring-content-div .add-romove-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    padding-bottom: 40px;
}

.manage-recurring-content-div .add-romove-box .custom-checkbox-button {
    position: relative;
    padding-left: 0;
    font-weight: normal;
    width: 180px;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    padding-right: 0;
    border-radius: 8px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.manage-recurring-content-div .add-romove-box .custom-checkbox-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 99;
}

.manage-recurring-content-div .add-romove-box .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 100%;
    border: 0px solid #515253;
    box-shadow: none;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
}

.manage-recurring-content-div .add-romove-box .custom-checkbox-button input:checked~.checkmark {
    background-color: #fff;
    border-color: red;
    float: left;
}

.manage-recurring-content-div .add-romove-box .custom-checkbox-button .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.manage-recurring-content-div .add-romove-box .custom-checkbox-button input:checked~.checkmark:after {
    display: block;
}

.manage-recurring-content-div .add-romove-box .custom-checkbox-button .checkmark:after {
    border: 2px solid #0498cf;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    border-radius: 7.2px;
    transform: none;
}

.reschedule-limit-reached-popup {
    color: #515253;
    border: none;
    padding: 0 !important;
}

.reschedule-limit-reached-popup h4 {
    width: 100%;
    padding: 15px 15px 10px 15px;
}

.reschedule-limit-reached-popup .desc {
    padding-bottom: 30px;
}

.reschedule-limit-reached-popup .desc p {
    width: 706px;
    max-width: 100%;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    padding: 0 15px;
}

.reschedule-limit-reached-popup .bottom-links .link {
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.reschedule-limit-reached-popup .bottom-links .link a.anchor {
    color: #0498cf;
}

.datepicker-popup .date-picker {
    margin: 40px 0;
}

.datepicker-popup .date-picker .form-control {
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .modal-dialog {
        width: auto !important;
    }
}

.modal-dialog .modal-content {
    border-radius: 6px;
}

.reschedule-popup {
    color: #515253;
    border: none;
    padding: 0 !important;
    display: inline-block;
}

.reschedule-popup h4 {
    width: 100%;
    padding: 25px 15px 10px 15px;
    font-size: 20px;
}

.reschedule-popup .close {
    margin: 0;
    float: left;
    position: absolute;
    font-size: 45px;
    font-weight: normal;
    left: 45px;
}

@media only screen and (max-width: 768px) {
    .reschedule-popup .close {
        left: 10px;
    }
}

.reschedule-popup h5 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.reschedule-popup .dates-carousel {
    background: #ededed;
}

.reschedule-popup .dates-carousel .date-month {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    width: 111px;
    margin: 10px 15px;
}

.reschedule-popup .dates-carousel .date-month .month span {
    font-size: 24px;
    text-transform: uppercase;
    line-height: normal;
}

.reschedule-popup .dates-carousel .date-month .date span {
    font-size: 36px;
}

.reschedule-popup .footer-model {
    margin: 15px 30px;
}

.reschedule-popup .footer-model button {
    background: #0498cf;
    border-radius: 4px;
    height: 45px;
    width: 250px;
    max-width: 100%;
    float: right;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.4px;
    border: none;
    margin-bottom: 25px;
}

.reschedule-popup .footer-model .desc {
    padding-bottom: 30px;
}

.reschedule-popup .footer-model .desc p {
    width: 706px;
    max-width: 100%;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    padding: 0 15px;
}

.reschedule-popup .footer-model .support-link {
    padding-bottom: 20px;
}

.reschedule-popup .footer-model .support-link span {
    color: #0498cf;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
}

.adjust-frequency-popup .different-days {
    background: #ededed;
}

.adjust-frequency-popup .different-days ul {
    padding: 0 15px;
}

.adjust-frequency-popup .different-days ul li {
    display: inline-block;
    margin-right: 7px;
    margin-top: 10px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .adjust-frequency-popup .different-days ul li {
        width: 100% !important;
    }
}

.adjust-frequency-popup .different-days ul li:last-child {
    margin-right: 0;
}

.adjust-frequency-popup .date-month {
    background: #fff;
    border-radius: 6px;
    width: 222.2px !important;
    height: 118px;
}

@media only screen and (max-width: 768px) {
    .adjust-frequency-popup .date-month {
        width: 100% !important;
    }
}

.adjust-frequency-popup .date-month .month span {
    font-size: 24px;
    text-transform: uppercase;
    line-height: normal;
}

.adjust-frequency-popup .date-month .date span {
    font-size: 36px;
}

.adjust-frequency-popup .active {
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3);
}

.adjust-frequency-popup .custom-checkbox-button {
    position: relative;
    padding-left: 0;
    font-weight: normal;
    width: 300px;
    float: left;
    text-align: center;
}

.adjust-frequency-popup .custom-checkbox-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 99;
}

.adjust-frequency-popup .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 100%;
    border: 0px solid #515253;
    box-shadow: none;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.adjust-frequency-popup .custom-checkbox-button input:checked~.checkmark {
    background-color: #fff;
    border-color: red;
    float: left;
}

.adjust-frequency-popup .custom-checkbox-button .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.adjust-frequency-popup .custom-checkbox-button input:checked~.checkmark:after {
    display: block;
}

.adjust-frequency-popup .custom-checkbox-button .checkmark:after {
    border: 2px solid #1eaa52;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    border-radius: 7.2px;
    transform: none;
}

.small-modal {
    max-width: 718px !important;
    width: 100% !important;
}

.width786 {
    max-width: 786px !important;
}

bs-datepicker-container {
    z-index: 999999;
}

.plowz-snow-popup .close {
    font-size: 15px;
    color: #9b9b9b;
    left: 0;
}

.plowz-snow-popup h4 {
    font-size: 22px;
}

.plowz-snow-popup .form {
    width: 410px;
    margin: 10px auto;
}

@media only screen and (max-width: 480px) {
    .plowz-snow-popup .form {
        width: 100% !important;
        padding: 0 15px;
    }
}

.plowz-snow-popup .form textarea {
    resize: none;
    background: #ededed;
    height: 130px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    line-height: 1.18;
    color: #515253;
}

.plowz-snow-popup .form .form-control {
    padding: 25px;
}

.plowz-snow-popup .form .btn-file {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(81, 82, 83, 0.15), 0 0 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: 284px;
    height: 40px;
    border: none;
    color: #b7b7b7;
    font-weight: bold;
    font-size: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 25px;
}

@media only screen and (max-width: 480px) {
    .plowz-snow-popup .form .btn-file {
        width: 100% !important;
    }
}

.plowz-snow-popup .form .btn-file:active {
    background: #fff;
    border: none;
    color: #b7b7b7;
}

.plowz-snow-popup .form .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}

.plowz-snow-popup .form button {
    background: #0498cf;
    border: none;
    width: 200px;
    height: 38px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 65px;
    letter-spacing: 0.7px;
}

.day-limit-popup .width525 {
    width: 525px;
    margin: 0 auto;
}

@media only screen and (max-width: 480px) {
    .day-limit-popup .width525 {
        width: 100% !important;
    }
}

.day-limit-popup .inc-dec-controller button {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 100%;
    margin-top: 40px;
    margin-bottom: 66px;
    color: #b7b7b7;
    font-size: 20px;
}

.day-limit-popup .save-btn button {
    margin-top: 0;
}

.image-list-popup .image-list ul {
    list-style: none;
    padding: 0;
}

.image-list-popup .image-list ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.image-list-popup .image-list ul li:last-child {
    margin-right: 0;
}

.image-list-popup .image-list ul li .image {
    position: relative;
}

.image-list-popup .image-list ul li .delete-btn {
    position: absolute;
    right: 7px;
    top: 5px;
    cursor: pointer;
}

.image-list-popup .image-list ul li .delete-btn span {
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    font-weight: bold;
    color: #d0021b;
    font-size: 20px;
    line-height: 20px;
}

.image-list-popup button {
    margin-top: 30px !important;
}

/*Manage Recurring CSS End*/
/* Rounded sliders */
.switch {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 8px 15px;
    position: relative;
}

.switch input {
    display: none;
}

.switch-panel {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 8px 0px;
    position: relative;
}

.switch-panel input {
    display: none;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    background: #ccc;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 30px;
    transform: translateX(-30px);
    transition: .4s;
}

input:checked+.slider {
    background: #1eaa52;
}

input:checked+.slider:before {
    transform: translateX(30px);
    background: #fff;
}

/*Custom Order Summary Page CSS Start*/
.custom-quote-order-summery .quote-content-div {
    background-image: none;
    border: none;
    padding: 0;
    width: 845px;
    max-width: 100%;
}

.custom-quote-order-summery .quote-content-div .mid-rect {
    padding: 15px 67px;
}

@media only screen and (max-width: 768px) {
    .custom-quote-order-summery .quote-content-div .mid-rect {
        padding: 15px 15px;
    }
}

.custom-quote-order-summery .quote-content-div .mid-rect .location-date {
    border-color: #979797;
}

.custom-quote-order-summery .quote-content-div .mid-rect .location-date .custom-quote-order-heading {
    border-bottom: 1px solid #979797;
    padding-bottom: 25px;
}

.custom-quote-order-summery .quote-content-div .mid-rect .location-date .custom-quote-order-heading span {
    color: #1eaa52;
    font-size: 28px;
}

.custom-quote-order-summery .quote-content-div .mid-rect .location-date .text span {
    font-size: 24px;
}

.custom-quote-order-summery .quote-content-div .mid-rect .location-date .text p {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

.custom-quote-order-summery .quote-content-div .mid-rect .list-blocks:last-child {
    padding-bottom: 0;
}

.custom-quote-order-summery .quote-content-div .mid-rect .list-blocks .block {
    border-color: #979797;
}

.custom-quote-order-summery .quote-content-div .mid-rect .list-blocks .block .desc p {
    line-height: 1.22;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
}

.custom-quote-order-summery .quote-content-div .mid-rect .list-blocks .block ul {
    padding: 0;
    margin-bottom: 5px;
}

.custom-quote-order-summery .quote-content-div .mid-rect .list-blocks .block ul li {
    display: inline-block;
    margin-right: 10px;
}

.custom-quote-order-summery-main .account-information-form {
    max-width: 100%;
    width: 845px;
    margin: 50px auto;
}

.custom-quote-order-summery-main .account-information-form h3 {
    font-size: 18px;
    color: #1eaa52;
    padding-bottom: 25px;
}

.custom-quote-order-summery-main .account-information-form .order-summary {
    background: #efedec;
    padding: 30px;
}

.custom-quote-order-summery-main .account-information-form hr {
    border-color: #979797;
}

.custom-quote-order-summery-main .account-information-form .order-summary h3 {
    padding-bottom: 10px;
}

.custom-quote-order-summery-main .account-information-form .order-summary .table td,
.custom-quote-order-summery-main .account-information-form .order-summary .table th {
    border-top: none;
    padding: .45rem;
}

.custom-quote-order-summery-main .account-information-form .order-summary .order-detalis td {
    border-top: 1px solid #bbbaba !important;
    font-size: 26px;
    padding-top: 20px;
}

.custom-quote-order-summery-main .account-information-form .order-summary .order-detalis td:last-child {
    color: #2aa8e0;
}

.custom-quote-order-summery-main .account-information-form .order-summary button {
    width: 100%;
    height: 55px;
    border-radius: 8px;
    background-color: #0498cf;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.custom-quote-order-summery-main .account-information-form .property-information {
    padding-bottom: 27px;
}

.custom-quote-order-summery-main .account-information-form .property-information ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 10px;
}

.custom-quote-order-summery-main .account-information-form .property-information ul li {
    display: inline-block;
    width: 84px;
    margin-right: 30px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
}

.custom-quote-order-summery-main .account-information-form .property-information ul li:last-child {
    width: 108px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .custom-quote-order-summery-main .account-information-form .property-information ul li {
        margin-bottom: 15px;
    }
}

.custom-quote-order-summery-main .account-information-form .property-information ul li .icon-holder {
    width: 100%;
    height: 84px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    border: 2px solid #515253;
    text-align: center;
    border-radius: 100%;
    position: relative;
    margin-bottom: 10px;
    display: flex;
}

.custom-quote-order-summery-main .account-information-form .property-information ul li .icon-holder svg {
    width: 40px;
    height: 40px;
    margin: auto;
    left: 0px;
    right: 0px;
    fill: #515253;
}

.custom-quote-order-summery-main .terms-privacy a {
    color: #2aa8e0;
    text-decoration: underline;
}

.custom-quote-order-summery-main .custom-radio-button {
    position: relative;
    padding-left: 35px;
    font-weight: normal;
}

.custom-quote-order-summery-main .custom-radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-quote-order-summery-main .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #515253;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.custom-quote-order-summery-main .custom-radio-button:hover input~.checkmark {
    background-color: #ccc;
}

.custom-quote-order-summery-main .custom-radio-button input:checked~.checkmark {
    background-color: #fff;
    border-color: #0498cf;
}

.custom-quote-order-summery-main .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-quote-order-summery-main .custom-radio-button input:checked~.checkmark:after {
    display: block;
}

.custom-quote-order-summery-main .custom-radio-button .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #0498cf;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-quote-order-summery-main .align-middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/*Custom Order Summary Page CSS End*/
/*Terms and Conditions Page CSS Start*/
.terms-condition-main p {
    font-size: 14px;
    color: #515253;
}

.terms-condition-main strong {
    color: #000;
}

/*Terms and Conditions Page CSS End*/
/*Rate Job Modal CSS Start*/
.rate-job-popup {
    border: none;
    padding-bottom: 5px;
}

.rate-job-popup h4 {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.rate-job-popup .sub-head span {
    font-size: 18px;
    font-weight: bold;
}

.rate-job-popup .image-carousel {
    padding: 0 40px;
}

.rate-job-popup .image-carousel .carousel-control-prev {
    opacity: 1;
    left: -50px;
}

.rate-job-popup .image-carousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url(../images/prev-arrow-rate.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 21px;
}

.rate-job-popup .image-carousel .carousel-control-next {
    opacity: 1;
    right: -50px;
}

.rate-job-popup .image-carousel .carousel-control-next .carousel-control-next-icon {
    background-image: url(../images/prev-arrow-rate.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    width: 14px;
    height: 21px;
}

.rate-job-popup .image-carousel .carousel-indicators {
    display: none !important;
}

.rate-job-popup .image-carousel .carousel-caption {
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
    font-size: 18px;
    padding: 10px 0;
}

.rate-job-popup .image-carousel .carousel-caption h3 {
    margin-bottom: 0;
    font-size: 18px;
}

.rate-job-popup .image-carousel img {
    width: 100%;
}

.rate-job-popup .rating {
    padding: 0 40px;
}

@media only screen and (max-width: 575px) {
    .rate-job-popup .rating {
        padding: 0;
    }
}

.rate-job-popup .rating .heading span {
    font-size: 18px;
}

.rate-job-popup .rating .bs-rating-star {
    font-size: 45px;
}

.rate-job-popup .rating .sub-heading span {
    font-size: 14px;
    font-weight: normal;
}

.rate-job-popup .rating .form textarea {
    background: #ededed;
    resize: none;
    height: 107px;
    border: none;
    font-size: 14px;
}

.rate-job-popup .rating .form textarea::placeholder {
    color: #aeaeae;
}

.rate-job-popup .rating .form button {
    background: #0498cf;
    border: none;
    border-radius: 8px;
    width: 200px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 53px;
}

.modal-sm {
    width: 504px !important;
    max-width: 100% !important;
}

@media only screen and (max-width: 575px) {
    .modal-sm {
        width: auto !important;
    }
}

/*Active Orders Full View Page CSS Start*/
.share-jobs {
    margin-top: 36px;
}

.share-jobs a.back_button {
    height: 55px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 2.7px #0498cf;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #0498cf;
    display: block;
    line-height: 48px;
    text-decoration: none;
}

.share-jobs .main-form {
    padding: 15px 24px;
    background: #fff;
}

.share-jobs .main-form .heading span {
    font-size: 18px;
    font-weight: bold;
}

.share-jobs .main-form .form label {
    font-size: 14px;
    font-weight: bold;
}

.share-jobs .main-form .form input {
    background: url(../images/calender-icon.png);
    background-color: rgba(239, 237, 236, 0.25);
    background-repeat: no-repeat;
    background-position: right 10px center;
    border-radius: 4px;
    height: 50px;
}

.share-jobs .main-form .form ::placeholder {
    color: #515253;
    font-size: 18px;
}

.share-jobs .main-form .form .small-text {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #515253;
    display: inline-block;
}

.share-jobs .main-form .form .no-bg {
    background-image: none;
}

.share-jobs .main-form .form button {
    border: 1px solid #0498cf;
    border-radius: 8px;
    height: 28px;
    color: #0498cf;
    font-size: 14px;
    letter-spacing: 0.4px;
    width: 120px;
    background: #fff;
    font-weight: bold;
    margin-bottom: 28px;
}

/*Active Orders Full View Page CSS End*/
/*Landing Page Future Page CSS Start*/
section[role="landing-page-future"] .page-banner {
    background: url(../images/landing-future-banner.jpg) no-repeat;
    background-size: cover;
    padding: 150px 0;
}

section[role="landing-page-future"] .page-banner.services-banner {
    background: url(../images/services-page-banner.jpg) no-repeat;
    padding: 85px 0;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] .page-banner {
        padding: 70px 0;
    }
}

section[role="landing-page-future"] .page-banner .container {
    max-width: 860px;
}

section[role="landing-page-future"] .page-banner h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 58px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 992px) {
    section[role="landing-page-future"] .page-banner h2 {
        font-size: 38.4px;
        line-height: 0.98;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 620px) {
    section[role="landing-page-future"] .page-banner h2 {
        font-size: 24px;
        line-height: 1.17;
        margin-bottom: 30px;
        text-align: center;
    }
}

section[role="landing-page-future"] .page-banner .search-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 3px;
    height: 55px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media only screen and (max-width: 992px) {
    section[role="landing-page-future"] .page-banner .search-group {
        width: auto;
        margin: 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] .page-banner .search-group {
        height: 44px;
        margin: 0;
    }
}

section[role="landing-page-future"] .page-banner .search-group>.form-control {
    position: relative;
    height: 55px;
    font-size: 18px;
    font-style: normal;
    background: #fff url(../images/search-icon.jpg) no-repeat;
    background-position: left 15px center;
    margin-bottom: 0;
    padding-left: 45px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] .page-banner .search-group>.form-control {
        height: 44px;
        font-size: 11px;
    }
}

section[role="landing-page-future"] .page-banner .search-group>button {
    width: 175px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.94;
    text-align: center;
    color: #ffffff;
    background-color: #0498cf;
    border: none;
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] .page-banner .search-group>button {
        width: 27px;
        height: 44px;
    }
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] .page-banner .search-group>button span {
        display: none;
    }
}

section[role="landing-page-future"] section[role="our_all_services"],
section[role="landing-page-future"] section[role="testimonail_area"],
section[role="landing-page-future"] section[role="our_contactor"] {
    padding: 60px 0;
}

section[role="landing-page-future"] .heading h2 {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: 0.2px;
    text-align: center;
    color: #1eaa52;
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] .heading h2 {
        font-size: 18px;
        padding: 0 20px;
        line-height: 1.11;
    }
}

section[role="landing-page-future"] .client-logos {
    background: #efedec;
    padding: 40px 0;
}

@media only screen and (max-width: 992px) {
    section[role="landing-page-future"] .client-logos {
        padding-bottom: 20px;
    }
}

section[role="landing-page-future"] .client-logos ul {
    list-style: none;
    padding: 0;
}

@media only screen and (max-width: 992px) {
    section[role="landing-page-future"] .client-logos ul {
        text-align: center;
    }
}

section[role="landing-page-future"] .client-logos ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 72px;
}

@media only screen and (max-width: 992px) {
    section[role="landing-page-future"] .client-logos ul li {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] .client-logos ul li {
        margin-right: 20px;
    }
}

section[role="landing-page-future"] .client-logos ul li:last-child {
    margin-right: 0;
}

section[role="landing-page-future"] section[role="book_our_services"] {
    background: url(../images/person-landscaping-funnel.jpg) no-repeat;
    background-size: cover;
    padding: 140px 0;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] section[role="book_our_services"] {
        padding: 70px 0 44px;
    }
}

section[role="landing-page-future"] section[role="book_our_services"] h2 {
    font-size: 28px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] section[role="book_our_services"] h2 {
        font-size: 18px;
    }
}

section[role="landing-page-future"] section[role="book_our_services"] p {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] section[role="book_our_services"] p {
        font-size: 15px;
    }
}

section[role="landing-page-future"] section[role="book_our_services"] button {
    background: #0498cf;
    border-radius: 8px;
    width: 351px;
    height: 55px;
    color: #fff;
    line-height: 0.83;
    letter-spacing: 1.4px;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] section[role="book_our_services"] button {
        font-size: 15px;
        width: 100%;
        height: 44px;
        border-radius: 6.4px;
    }
}

section[role="landing-page-future"] section[role="our_contactor"] p {
    letter-spacing: 0.2px;
    font-size: 18px;
    color: #515253;
    line-height: 1.22;
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] section[role="our_contactor"] p {
        font-size: 15px;
        line-height: 1.2;
    }
}

section[role="landing-page-future"] section[role="our_contactor"] button {
    background: #0498cf;
    border-radius: 8px;
    width: 351px;
    height: 55px;
    color: #fff;
    line-height: 0.83;
    letter-spacing: 1.4px;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] section[role="our_contactor"] button {
        font-size: 15px;
        width: 100%;
        height: 44px;
        border-radius: 6.4px;
    }
}

section[role="landing-page-future"] section[role="testimonail_area"] {
    padding-bottom: 85px;
}

section[role="landing-page-future"] section[role="testimonail_area"] h2 {
    margin-bottom: 0;
}

section[role="landing-page-future"] section[role="testimonail_area"] .bs-rating-star {
    font-size: 45px;
}

section[role="landing-page-future"] section[role="testimonail_area"] .carousel-control-prev {
    display: none;
}

section[role="landing-page-future"] section[role="testimonail_area"] .carousel-control-next {
    display: none;
}

section[role="landing-page-future"] section[role="testimonail_area"] .message {
    width: 782px;
    margin: 20px auto;
}

@media only screen and (max-width: 992px) {
    section[role="landing-page-future"] section[role="testimonail_area"] .message {
        width: 100%;
    }
}

section[role="landing-page-future"] section[role="testimonail_area"] .message p {
    color: #515253;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.2px;
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] section[role="testimonail_area"] .message p {
        padding: 0 20px;
        line-height: 1.2;
        font-size: 15px;
    }
}

section[role="landing-page-future"] section[role="testimonail_area"] .author span {
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] section[role="testimonail_area"] .author span {
        padding: 0 20px;
        font-size: 15px;
    }
}

section[role="landing-page-future"] section[role="testimonail_area"] .carousel-indicators {
    bottom: -60px;
}

section[role="landing-page-future"] section[role="testimonail_area"] .carousel-indicators .ng-star-inserted {
    background: url(../images/testimonial-dot-icon.png) no-repeat;
    height: 24px;
    width: 24px;
}

section[role="landing-page-future"] section[role="testimonail_area"] .carousel-indicators .active {
    background: url(../images/testimonial-dot-icon-active.png) no-repeat;
    height: 24px;
    width: 24px;
}

section[role="landing-page-future"] section[role="our_all_services"] .services-slider {
    display: inline-block;
    width: 100%;
}

section[role="landing-page-future"] section[role="our_all_services"] .services-slider {
    width: 830px;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
    section[role="landing-page-future"] section[role="our_all_services"] .services-slider {
        width: 100%;
        padding: 0 20px;
    }
}

section[role="landing-page-future"] section[role="our_all_services"] .services-slider .item {
    margin: 0 17px;
}

section[role="landing-page-future"] section[role="our_all_services"] .services-slider .title span {
    font-size: 19.5px;
    font-weight: bold;
    color: #000;
}

@media only screen and (max-width: 992px) {
    section[role="landing-page-future"] section[role="our_all_services"] .services-slider .title span {
        font-size: 15.6px;
    }
}

@media only screen and (max-width: 768px) {
    section[role="landing-page-future"] section[role="our_all_services"] .services-slider .title span {
        font-size: 15px;
    }
}

section[role="landing-page-future"] section[role="our_all_services"] .services-slider .image img {
    max-width: fit-content !important;
}

section[role="landing-page-future"] section[role="our_all_services"] .services-slider .owl-nav {
    display: block;
}

section[role="landing-page-future"] section[role="our_all_services"] .services-slider .owl-nav .owl-prev {
    position: absolute;
    left: -92px;
    top: 30%;
    background: #0498cf;
    height: 42px;
    width: 42px;
    border-radius: 100%;
}

@media only screen and (max-width: 992px) {
    section[role="landing-page-future"] section[role="our_all_services"] .services-slider .owl-nav .owl-prev {
        left: -35px;
    }
}

@media only screen and (max-width: 620px) {
    section[role="landing-page-future"] section[role="our_all_services"] .services-slider .owl-nav .owl-prev {
        display: none;
    }
}

section[role="landing-page-future"] section[role="our_all_services"] .services-slider .owl-nav .owl-prev span {
    font-size: 40px;
    color: #fff;
    line-height: 30px;
}

section[role="landing-page-future"] section[role="our_all_services"] .services-slider .owl-nav .owl-next {
    position: absolute;
    right: -92px;
    top: 30%;
    background: #0498cf;
    height: 42px;
    width: 42px;
    border-radius: 100%;
}

@media only screen and (max-width: 992px) {
    section[role="landing-page-future"] section[role="our_all_services"] .services-slider .owl-nav .owl-next {
        right: -35px;
    }
}

@media only screen and (max-width: 620px) {
    section[role="landing-page-future"] section[role="our_all_services"] .services-slider .owl-nav .owl-next {
        display: none;
    }
}

section[role="landing-page-future"] section[role="our_all_services"] .services-slider .owl-nav .owl-next span {
    font-size: 40px;
    color: #fff;
    line-height: 30px;
}

section[role="landing-page-future"] section[role="our_all_services"] .slider-button {
    width: 100%;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    section[role="landing-page-future"] section[role="our_all_services"] .slider-button {
        padding: 0 20px;
    }
}

section[role="landing-page-future"] section[role="our_all_services"] .slider-button button {
    background: #0498cf;
    border-radius: 8px;
    width: 351px;
    height: 55px;
    color: #fff;
    line-height: 0.83;
    letter-spacing: 1.4px;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    section[role="landing-page-future"] section[role="our_all_services"] .slider-button button {
        font-size: 15px;
        width: 100%;
        height: 44px;
        border-radius: 6.4px;
    }
}

/*Landing Page Future Page CSS End*/
.landing-anchor {
    text-decoration: none !important;
    cursor: pointer;
}

/*Terms and Conditions Page CSS Start*/
.terms-and-conditions-main .page-banner {
    background: url(../images/terms-conditions-bg.jpg) no-repeat;
    padding-top: 190px;
    padding-bottom: 132px;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .terms-and-conditions-main .page-banner {
        background: url(../images/terms-conditions-bg-mobile.jpg) no-repeat;
        background-size: cover;
        padding-top: 153px;
        padding-bottom: 30px;
    }
}

.terms-and-conditions-main .page-banner .heading span {
    font-size: 48px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 300;
}

@media only screen and (max-width: 767px) {
    .terms-and-conditions-main .page-banner .heading span {
        line-height: normal;
    }
}

@media only screen and (max-width: 767px) {
    .terms-and-conditions-main .page-banner .sub-heading {
        margin-top: 20px;
    }
}

.terms-and-conditions-main .page-banner .sub-heading span {
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 300;
}

.terms-and-conditions-main .page-banner .buttons .professional-btn {
    width: 315px;
    height: 44px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 500;
    margin-right: 23px;
    border: 2px solid #fff;
}

@media only screen and (max-width: 767px) {
    .terms-and-conditions-main .page-banner .buttons .professional-btn {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 360px) {
    .terms-and-conditions-main .page-banner .buttons .professional-btn {
        width: 100%;
    }
}

.terms-and-conditions-main .page-banner .buttons .homeowner-btn {
    width: 315px;
    height: 44px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 500;
    border: 2px solid #fff;
}

@media only screen and (max-width: 360px) {
    .terms-and-conditions-main .page-banner .buttons .homeowner-btn {
        width: 100%;
    }
}

.terms-and-conditions-main .terms-conditions-blocks {
    padding: 65px 0;
}

.terms-and-conditions-main .terms-conditions-blocks .partner-terms .heading-main span {
    color: #515253;
    font-size: 48px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .terms-and-conditions-main .terms-conditions-blocks .partner-terms .heading-main span {
        font-size: 36px;
    }
}

.terms-and-conditions-main .terms-conditions-blocks .partner-terms .heading span {
    color: #515253;
    font-size: 28px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .terms-and-conditions-main .terms-conditions-blocks .partner-terms .heading span {
        font-size: 24px;
    }
}

.terms-and-conditions-main .terms-conditions-blocks .partner-terms .sub-heading span {
    color: #515253;
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .terms-and-conditions-main .terms-conditions-blocks .partner-terms .sub-heading span {
        font-size: 14px;
    }
}

.terms-and-conditions-main .terms-conditions-blocks .partner-terms .desc {
    margin-top: 20px;
}

.terms-and-conditions-main .terms-conditions-blocks .partner-terms .desc p {
    color: #515253;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    .terms-and-conditions-main .terms-conditions-blocks .partner-terms .desc p {
        font-size: 14px;
        letter-spacing: 0;
    }
}

.terms-and-conditions-main .terms-conditions-blocks .back-to-top-div {
    margin-top: 84px;
}

/*Terms and Conditions Page CSS End*/
/*Contact Us Page CSS Start*/
.contact-us-main .page-banner {
    background: url(../images/contact-us-bg.jpg) no-repeat;
    padding-top: 105px;
    padding-bottom: 45px;
}

@media only screen and (max-width: 767px) {
    .contact-us-main .page-banner {
        background: url(../images/contact-us-mobile-bg.jpg) no-repeat;
        background-size: cover;
        padding-top: 141px;
        padding-bottom: 35px;
    }
}

.contact-us-main .page-banner .heading span {
    letter-spacing: 2px;
    font-size: 48px;
    font-weight: 300;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}

.contact-us-main .page-banner .heading span:before {
    content: "";
    position: absolute;
    bottom: -10px;
    background: #fff;
    width: 200px;
    height: 1px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .contact-us-main .page-banner .heading span:before {
        margin: initial;
    }
}

.contact-us-main .page-banner .heading span label {
    letter-spacing: 2px;
    font-size: 48px;
    font-weight: 300;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .contact-us-main .page-banner .heading span label {
        width: 100%;
    }
}

.contact-us-main .page-banner .desc {
    padding: 0 115px;
}

@media only screen and (max-width: 992px) {
    .contact-us-main .page-banner .desc {
        padding: 0;
    }
}

.contact-us-main .page-banner .desc p {
    letter-spacing: 1.5px;
    font-size: 24px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .contact-us-main .page-banner .desc p {
        font-size: 18px;
    }
}

.contact-us-main .block-section {
    padding-top: 88px;
}

@media only screen and (max-width: 992px) {
    .contact-us-main .block-section {
        background: #ededed;
        padding: 0;
    }
}

.contact-us-main .block-section .block {
    background: #ededed;
    padding: 43px 30px;
    min-height: 512px;
}

@media only screen and (max-width: 992px) {
    .contact-us-main .block-section .block {
        min-height: auto;
    }
}

.contact-us-main .block-section .block .title span {
    letter-spacing: 1.5px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.contact-us-main .block-section .block .desc button {
    width: 266px;
    height: 66px;
    border-radius: 10px;
    background-color: #0498cf;
    border: none;
    letter-spacing: 2px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .contact-us-main .block-section .block .desc button {
        width: 100%;
    }
}

.contact-us-main .block-section .block .desc p {
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: normal;
    color: #000;
}

.contact-us-main .block-section .block .desc span {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}

.contact-us-main .block-section .block .desc span a {
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: normal;
    color: #000;
}

.contact-us-main .learn-more {
    padding-top: 132px;
    padding-bottom: 148px;
}

@media only screen and (max-width: 767px) {
    .contact-us-main .learn-more {
        padding-top: 93px;
        padding-bottom: 87px;
    }
}

.contact-us-main .learn-more .heading span {
    color: #515253;
    font-size: 48px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .contact-us-main .learn-more .heading span {
        font-size: 36px;
        line-height: normal;
    }
}

.contact-us-main .learn-more .button {
    padding-top: 55px;
}

.contact-us-main .learn-more .button button {
    width: 266px;
    height: 66px;
    border-radius: 10px;
    background-color: #0498cf;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    border: none;
}

/*Contact Us Page CSS End*/
/*Onboard Success page CSS Start*/
.onboard-success-main .chat-div {
    display: inline-block;
    width: 100%;
    padding-bottom: 80px;
}

.onboard-success-main .chat-div .chat-icon {
    background: url(../images/chat-box-icon.png) no-repeat;
    width: 26px;
    height: 21px;
    display: flex;
}

.onboard-success-main .chat-div .chat-icon span {
    font-size: 6.3px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.onboard-success-main .center-icon {
    margin-top: 63px;
}

.onboard-success-main .onboarding-haeder-part-two {
    margin: 20px 0 20px 0;
}

.onboard-success-main .view-button {
    padding-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.onboard-success-main .view-button a {
    color: #0498cf;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

/*Onboard Success page CSS End*/
/*Receipt Letter page CSS Start*/
.receipt-letter .receipt-letter-content-div {
    width: 612px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 135px;
}

@media only screen and (max-width: 767px) {
    .receipt-letter .receipt-letter-content-div {
        padding: 0 85px;
    }
}

@media only screen and (max-width: 575px) {
    .receipt-letter .receipt-letter-content-div {
        padding: 0;
    }
}

.receipt-letter .receipt-letter-content-div .logo img {
    width: 234px;
    max-width: 100%;
}

.receipt-letter .receipt-letter-content-div .heading span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.receipt-letter .receipt-letter-content-div .completed-orders {
    border: 2px solid #ededed;
    border-radius: 5px;
    padding: 15px 15px 0px 15px;
}

.receipt-letter .receipt-letter-content-div .completed-orders .location-div {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.receipt-letter .receipt-letter-content-div .completed-orders .location-div img {
    width: 21px;
    height: 30px;
}

.receipt-letter .receipt-letter-content-div .completed-orders .oders-detail {
    display: inline-block;
}

.receipt-letter .receipt-letter-content-div .completed-orders .oders-detail .text-left {
    font-size: 14px;
    line-height: 1.18;
    letter-spacing: 0.3px;
    color: #000000;
}

.receipt-letter .receipt-letter-content-div .order-summary .order-details {
    border: 2px solid #ededed;
    border-radius: 5px;
    padding: 15px 15px 0px 15px;
}

.receipt-letter .receipt-letter-content-div .order-summary .order-details span {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #000;
}

.receipt-letter .receipt-letter-content-div .order-summary .order-details label {
    font-size: 14px;
    color: #000;
}

.receipt-letter .receipt-letter-content-div .order-summary-block {
    background: url(../images/mountain-border-top.jpg) top center no-repeat, url(../images/mountain-border-bottom.jpg) bottom -4px center no-repeat;
    border-right: 2px solid #ededed;
    border-left: 2px solid #ededed;
    padding: 15px 0;
}

@media only screen and (max-width: 575px) {
    .receipt-letter .receipt-letter-content-div .order-summary-block {
        background: url(../images/mountain-border-top.jpg) top center repeat-x, url(../images/mountain-border-bottom.jpg) bottom -4px center repeat-x;
    }
}

.receipt-letter .receipt-letter-content-div .order-summary-block span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #000;
}

.receipt-letter .receipt-letter-content-div .order-summary-block label {
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    margin: 0;
}

.receipt-letter .receipt-letter-content-div .order-summary-block .bottom-bdr {
    border-bottom: 1px solid #d6d6d6;
    padding: 5px 0;
}

.receipt-letter .receipt-letter-content-div .order-summary-block .bottom-bdr:last-child {
    border: none;
}

.receipt-letter .receipt-letter-content-div .payment-method-block .heading span {
    font-size: 14px;
    color: #000;
    width: 100%;
}

.receipt-letter .receipt-letter-content-div .payment-method-block .detail {
    padding-bottom: 77px;
}

.receipt-letter .receipt-letter-content-div .payment-method-block .detail span {
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    display: inline-block;
    padding-left: 10px;
}

/*Receipt Letter page CSS End*/
.lm-frequency-cnt {
    display: block;
    padding: 50px;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .lm-frequency-cnt {
        padding: 30px 0 0 0;
    }
}

.lm-frequency-cnt .ans {
    padding-left: 0;
}

.lm-frequency-cnt .transform-center {
    display: inline-block;
    position: relative;
    text-align: center;
}

.lm-frequency-cnt .md-radio {
    text-align: left;
}

.lm-frequency-cnt .btn-pick-plan {
    margin-left: 0;
}

.phone-group .c-code {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 50px;
    border-right: 1px solid #979797;
    text-align: center;
    line-height: 55px;
}

.phone-group .form-control {
    padding-left: 60px;
    left: 0;
}

.phone-group .floating-label {
    padding-left: 48px;
}

.recovery-options {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.recovery-options li {
    display: inline-block;
    margin: 3px 10px 0 0;
}

.saved-cards-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.saved-cards-list>li {
    width: calc(50% - 15px);
    margin-bottom: 30px;
}

.saved-cards-list>li .new-add-card-btn {
    height: 151px;
    margin: 0;
    width: 100%;
}

@media only screen and (max-width: 620px) {
    .saved-cards-list>li {
        width: 100%;
        margin-bottom: 10px;
    }
}

.saved-card {
    border-radius: 5px;
    box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to top, #e7e7e7, #ffffff);
    width: 100%;
    padding: 20px 15px;
    height: 151px;
}

.saved-card .card-logo {
    text-align: right;
}

.saved-card .card-logo img {
    max-width: 50px;
    max-height: 30px;
}

.saved-card .card-number {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}

.saved-card .c-name {
    float: left;
    font-size: 14px;
    font-weight: 300;
}

.saved-card .exp-date {
    float: right;
    font-size: 14px;
    font-weight: 300;
}

.saved-card .card-name-cnt {
    margin-top: 10px;
}

agm-map {
    height: 100%;
    clip-path: circle(80% at 70% 20%);
}

@media only screen and (max-width: 575px) {
    agm-map {
        height: 400px;
    }
}

@media only screen and (max-width: 575px) {
    .success-map-cnt {
        overflow: hidden;
    }
}

.success-content-left {
    padding: 40px 10px;
}

.success-content-left .success-header {
    font-size: 36px;
    font-weight: 700;
}

.success-content-left .go-to-dashboard-btn {
    width: auto;
    height: 49px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 0 20px;
}

.success-content-left .order-success-divider {
    display: block;
    height: 70px;
    position: relative;
}

.success-content-left .order-success-divider::before {
    position: absolute;
    width: 138px;
    border-bottom: 1px solid #979797;
    content: '';
    top: 50%;
}

.success-content-left .order-success-app .floating-form-control {
    height: 50px;
}

.success-content-left .order-success-app .floating-label {
    color: #9b9b9b;
}

.animated-delay-1 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
}

.animated-delay-2 {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
}

.animated {
    visibility: visible !important;
}

.hide-on-init {
    visibility: hidden;
}

.mapCurveBg {
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 15px;
}

app-not-found {
    width: 100%;
}

.not-found-404 {
    min-height: 700px;
    background: url("../images/mulch-full-bg.jpg") no-repeat center top;
    background-size: cover;
    padding: 100px 0;
}

.not-found-404 #notfound {
    position: relative;
}

.not-found-404 .notfound {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    padding: 0px 15px;
}

.not-found-404 .notfound .notfound-404 {
    position: relative;
    height: 170px;
    line-height: 150px;
    margin-bottom: 25px;
}

.not-found-404 .notfound .notfound-404 h1 {
    font-size: 186px;
    font-weight: 900;
    margin: 0px;
    text-transform: uppercase;
    color: #fff;
}

.not-found-404 .notfound h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.not-found-404 .notfound p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #fff;
}

.not-found-404 .notfound a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: none;
    background: #0498cf;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 1px;
    margin-top: 15px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.not-found-404 .notfound a:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 767px) {
    .not-found-404 .notfound .notfound-404 {
        height: 110px;
        line-height: 110px;
    }

    .not-found-404 .notfound .notfound-404 h1 {
        font-size: 120px;
    }
}

.floating-err {
    position: absolute;
    background: #d33131;
    color: #ffffff !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 5px 15px;
}

.floating-err::before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #d33131;
    content: '';
    position: absolute;
    left: 10px;
    top: -5px;
}

.errorModal {
    width: 500px !important;
    max-width: calc(100% - 20px) !important;
}

.errorModal .modal-content {
    border-radius: 0;
}

.selected-imgs {
    display: flex;
    padding: 0;
    margin: 20px 0 0 0;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
}

.selected-imgs>li {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-bottom: 10px;
    position: relative;
}

.selected-imgs>li>.remove-img {
    position: absolute;
    color: #d33131;
    border-radius: 100%;
    font-size: 24px;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 26px;
    left: 5px;
    background: #ffffff;
}

.selected-imgs>li>img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(81, 82, 83, 0.15), 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.card-box {
    cursor: pointer;
    position: relative;
}

.card-box .saved-card {
    cursor: pointer;
}

.card-box input[type="radio"] {
    display: none;
}

.card-box input[type="radio"]:checked+label {
    box-shadow: none;
    background: #ffffff;
    border: 2px solid #b7b7b7;
}

.card-box input[type="radio"]:checked+label::before {
    position: absolute;
    left: 10px;
    top: 5px;
    content: "\f058";
    color: #b7b7b7;
    font-family: 'FontAwesome';
}

.alert {
    border-radius: 0;
}

.alert.alert-danger {
    border-color: #721c24;
}

.email-address-text {
    border: 1px dashed #979797;
    padding: 12px 22px;
    font-size: 18px;
}

.email-address-text .edit-eamil-icon {
    float: right;
    cursor: pointer;
    color: #0498cf;
}

.email-address-text.white-border {
    border-color: #ffffff;
}

.onbording-section {
    background-image: radial-gradient(circle at 50% 60%, rgba(78, 186, 109, 0.6), #4eba6d);
    height: 100%;
}

.onbording-section .onbording-content {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.onbording-section .onbording-content.onboarding-insurance-content {
    width: 530px;
    max-width: 100%;
}

.onbording-section .onbording-logo {
    text-align: center;
    margin: 20px 0 60px 0;
}

@media only screen and (max-width: 380px) {
    .onbording-section .onbording-logo img {
        width: 250px;
    }
}

@media only screen and (max-width: 575px) {
    .onbording-section .onbording-content {
        padding: 0 10px;
    }
}

.onboarding-haeder-part {
    margin: 36px 0 30px 0;
}

.onboarding-haeder-part .onboarding-header {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.22;
}

.onboarding-haeder-part .onboarding-header>small {
    display: block;
    font-size: 24px;
}

.onboarding-haeder-part .onboarding-header>.small-span {
    font-weight: 400;
}

@media only screen and (max-width: 575px) {
    .onboarding-haeder-part .onboarding-header {
        font-size: 28px;
    }

    .onboarding-haeder-part .onboarding-header>small {
        font-size: 18px;
    }
}

.onboarding-checkboxes-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-between;
    flex-wrap: wrap;
}

.onboarding-checkboxes-list>li {
    width: calc(50% - 10px);
    margin: 10px 0;
}

@media only screen and (max-width: 575px) {
    .onboarding-checkboxes-list {
        width: 310px;
        max-width: 100%;
        margin: 0 auto;
    }

    .onboarding-checkboxes-list>li {
        width: 100%;
        display: flex;
    }
}

.onboarding-checkbox.onb-checkbox {
    display: inline-block;
}

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

.onboarding-checkbox input[type="checkbox"]:checked+label:before,
.onboarding-checkbox input[type="radio"]:checked+label:before {
    content: "\f00c";
    color: #1ebc61;
    font-family: 'FontAwesome';
}

.onboarding-checkbox input[type="checkbox"]:checked+label,
.onboarding-checkbox input[type="radio"]:checked+label {
    font-weight: 700;
    transition: all 1s;
}

.onboarding-checkbox .checkbox-label {
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
    padding-left: 58px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.onboarding-checkbox .checkbox-label.small17 {
    padding-left: 35px;
}

.onboarding-checkbox .checkbox-label.small17::before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.onboarding-checkbox .checkbox-label>small {
    font-size: 14px;
    display: block;
}

.onboarding-checkbox .checkbox-label:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .8s ease;
    transition-property: transform, border-color;
    animation: ripple 0.8s linear forwards;
}

.onboarding-checkbox .checkbox-label:before {
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    font-size: 20px;
}

.onboard-button {
    margin-top: 40px;
}

.onboard-button>.btn-onb {
    float: none;
    margin: 0 auto;
    width: 200px;
}

.onboard-button .skip-onb {
    text-align: center;
    color: #ffffff !important;
    font-size: 24px;
    text-decoration: underline !important;
    display: inline-block;
    margin-top: 10px;
}

.onboarding-insurance-450 {
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
}

.onboarding-file-upload .drag-drop {
    display: block;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    padding: 30px;
    border: 1px solid #979797;
}

.onboarding-file-upload .drag-drop>span {
    text-decoration: underline;
}

.onb-from-list {
    justify-content: center;
    width: 250px;
    margin: 0 auto;
}

.onb-from-list>li {
    width: 100%;
    position: relative;
}

.onb-from-list .referCode {
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
}

.onb-from-list .referCode>input[type=text] {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    border: none;
    height: 41px;
    width: 150px;
    padding: 0 10px;
}

@media only screen and (max-width: 620px) {
    .onb-from-list .referCode {
        position: relative;
        left: 56px;
        top: 6px;
    }
}

@media only screen and (max-width: 575px) {
    .onb-from-list .referCode {
        position: relative;
        width: 100%;
        left: 52px;
        top: 6px;
    }

    .onb-from-list .li-flex {
        display: flex;
        flex-wrap: wrap;
    }
}

.onb-thx-text {
    width: 464px;
    max-width: 100%;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 20px auto 0 auto;
    line-height: 24px;
}

.phone_input {
    position: relative;
}

.phone_input.onb {
    width: 316px;
    max-width: 100%;
}

.phone_input .form-control {
    background: #ffffff;
    border: 1px solid #b7b7b7;
    height: 46px;
    border-radius: 4px;
    padding-left: 50px;
}

.phone_input .plus1 {
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #b7b7b7;
    height: 100%;
    width: 40px;
    line-height: 46px;
    text-align: center;
}

@media only screen and (max-width: 575px) {
    .phone_input.onb {
        width: 255px;
        margin: 20px auto;
    }
}

.onb-download-text {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .onb-download-text {
        text-align: center;
        width: 320px;
        max-width: 100%;
        margin: 0 auto;
    }
}

.onb-text-link-btn {
    width: 316px;
    max-width: 100%;
}

@media only screen and (max-width: 575px) {
    .onb-text-link-btn {
        width: 255px;
        float: none;
        margin: 0 auto;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.onboard_success_phone_fig {
    margin: 0;
    margin-top: -260px;
}

@media only screen and (max-width: 575px) {
    .onboard_success_phone_fig {
        margin: 0;
    }
}

.onboard_success_row {
    margin-top: 100px;
}

@media only screen and (max-width: 575px) {
    .onboard_success_row {
        margin-top: 20px;
    }
}

.onb-app-links {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    max-width: 100%;
    width: 316px;
    justify-content: space-between;
}

.onb-app-links>li {
    display: inline-block;
}

@media only screen and (max-width: 575px) {
    .onb-app-links {
        flex-wrap: wrap;
    }

    .onb-app-links>li {
        width: 100%;
        margin: 10px 0;
    }

    .onb-app-links>li>a>img {
        width: 130px;
    }
}

.onb-phone-header {
    display: block;
}

.onb-phone-header span {
    display: block;
    font-weight: 400;
    padding-left: 40px;
}

.onb-phone-header .onb-phone-edit {
    font-size: 18px;
    color: #fff;
}

.ins-img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    border: 2px solid #fff;
    margin: 10px auto;
}

.cQ-file-upload {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 575px) {

    .leftCol,
    .rightCol {
        width: 50%;
    }

    .textCenter {
        text-align: center;
        margin-bottom: 40px;
    }
}

.password-Msg {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0;
}

.password-Msg>li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.password-Msg>li>i {
    position: absolute;
    left: 5px;
    top: 5px;
}

.password-Msg>li>i.fa-err {
    color: #721c24;
}

.password-Msg>li>i.fa-suc {
    color: #4eba6d;
}

.display-email {
    font-weight: 700;
    font-size: 20px;
}

.display-email .user-id-edit {
    display: inline-block;
    padding-left: 10px;
    font-size: 12px;
}

.services-modal {
    width: 600px !important;
    max-width: calc(100% - 20px) !important;
    max-height: calc(100% - 20px);
    overflow-y: scroll;
}

.services-modal .modal-content {
    border-radius: 0;
}

.services-modal .modal-content .modal-title {
    font-size: 18px !important;
}

.services-modal-list {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.services-modal-list>li {
    width: calc(50% - 5px);
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.services-modal-list>li::before {
    background: rgba(0, 0, 0, 0.25);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.services-modal-list>li>figure {
    width: 100%;
    position: relative;
    height: 110px;
    box-shadow: 1px -2px 10px rgba(0, 0, 0, 0.1);
}

.services-modal-list>li>figure>img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.services-modal-list>li>figure>caption {
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    z-index: 101;
    padding: 0 10px;
}

@media only screen and (max-width: 480px) {
    .services-modal-list>li {
        width: 100%;
    }
}

.provider-place-order-btn {
    width: 160px;
    color: #515253 !important;
}

.provider-place-order-btn:hover {
    color: #ffffff !important;
}

.gateAccessCode {
    margin-top: -60px;
    width: 192px;
}

.home-service-search {
    display: block;
    position: relative;
    padding-right: 175px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
}

.home-service-search.desktop {
    display: block;
}

.home-service-search.tab {
    display: none;
}

@media only screen and (max-width: 768px) {
    .home-service-search.desktop {
        display: none;
    }

    .home-service-search.tab {
        padding-right: 0;
        display: block;
    }
}

.home-service-search .tab-services-home {
    width: 100%;
    height: 45px;
    background: #0498cf;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
    border-radius: 5px;
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .home-service-search {
        padding-right: 37px;
    }
}

.home-service-search .home-get-started-btn {
    position: absolute;
    background: #0498cf;
    height: 100%;
    color: #ffffff;
    right: 0;
    top: 0;
    width: 175px;
    border: none;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .home-service-search .home-get-started-btn {
        width: 37px;
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .home-service-search .home-get-started-btn span {
        display: none;
    }
}

.home-service-search .search-icon {
    position: absolute;
    left: 18px;
    top: 14px;
    z-index: 6000;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .home-service-search .search-icon {
        display: none;
    }
}

.home-service-search .home-search-box {
    background: #fff;
}

.home-service-search .home-search-box .ng-select-container {
    border: none;
}

.home-service-search .home-search-box .ng-option-home-search {
    display: block;
    text-align: left;
    padding: 5px 50px;
}

@media only screen and (max-width: 767px) {
    .home-service-search .home-search-box .ng-option-home-search {
        padding: 5px 10px;
    }
}

.home-service-search .home-search-box .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    padding: 0;
}

.home-service-search .home-search-box .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    border-color: #d8d8d8 !important;
}

.home-service-search .home-search-box .home-service-search .home-search-box .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    border-color: #d8d8d8 !important;
}

.home-service-search .home-search-box .ng-dropdown-panel.ng-select-bottom {
    border-color: #d8d8d8 !important;
}

.home-service-search .home-search-box .ng-has-value .ng-placeholder {
    display: none;
}

.home-service-search .home-search-box .ng-select-container .ng-value-container .ng-input>input {
    height: 45px;
    padding-left: 60px;
}

.home-service-search .home-search-box .ng-select-container .ng-value-container .ng-value.ng-star-inserted {
    margin: 0;
}

.home-service-search .home-search-box .ng-clear-wrapper {
    display: none;
}

@media only screen and (max-width: 767px) {
    .home-service-search .home-search-box .ng-value-container {
        font-size: 12px;
        padding-left: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .home-service-search .home-search-box .ng-arrow-wrapper {
        width: 25px;
        margin-right: 3px;
    }
}

.home-service-search .home-search-drop-down-img {
    border-radius: 10px;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .home-service-search .home-search-drop-down-img {
        margin-right: 10px;
    }
}

.home-service-search .home-search-drop-down-text {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .home-service-search .home-search-drop-down-text {
        font-size: 14px;
    }
}

.services-list-section {
    padding: 60px 0 100px 0;
}

.services-list-section .services-page-header {
    font-size: 28px;
    color: #1ebc61;
    margin-bottom: 30px;
}

.services-list-section .sevices-list-header {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.services-list-section .servicesList {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.services-list-section .servicesList>li {
    font-size: 18px;
    margin-bottom: 20px;
}

.services-list-section .servicesList>li>a {
    color: #000000;
}

.plowz-vip-img {
    width: 450px;
    max-width: 100%;
    margin: 30px auto;
}

.plowz-vip-img>img {
    max-width: 100%;
}

.plowz-vip-text {
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
}

.mulch-addons>li .addon_text {
    padding: 8px 8px 8px 12px !important;
}

.added-plus-one {
    position: relative;
}

.added-plus-one .plusOne {
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    border-right: 1px solid #979797;
    font-size: 18px;
}

.added-plus-one .form-control {
    padding-left: 50px;
}

.added-plus-one .floating-label {
    padding-left: 30px;
}

.loginNote {
    color: #f1892d;
    margin-top: -20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 14px;
}

.partner-logo-container {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}

.partner-logo-container>a {
    padding-left: 0 !important;
}

.partner-logo-container>a>img {
    width: auto !important;
    max-width: 80%;
}

.partner-logo-container .onboard-place-order-btn {
    position: absolute;
    background: transparent !important;
    border: 2px solid #fff;
    color: #fff;
    width: 161px !important;
    font-size: 14px !important;
    height: 35px;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .partner-logo-container {
        text-align: left;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .partner-logo-container {
        margin-bottom: 30px;
    }

    .partner-logo-container>a>img {
        width: 200px !important;
    }

    .partner-logo-container .onboard-place-order-btn {
        font-size: 12px !important;
        width: auto !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 360px) {
    .partner-logo-container {
        margin-bottom: 20px;
    }

    .partner-logo-container>a>img {
        width: 170px !important;
    }

    .partner-logo-container .onboard-place-order-btn {
        font-size: 11px !important;
        width: auto !important;
        height: auto !important;
    }
}

.user-avatar>img {
    width: 150px;
    border-radius: 100%;
}

.driveway-sevice-type-list {
    justify-content: center;
}

.ds-radio .checkbox-label {
    border: 1px solid #979797;
    border-radius: 0;
    display: flex;
}

.ds-radio .checkbox-label .addon_text {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.radio-style-2 {
    margin: 0;
}

.radio-style-2 input[type="radio"] {
    display: none;
}

.radio-style-2 input[type="radio"]:checked+.label-radio:before {
    border-color: #0498cf;
    animation: ripple 0.8s linear forwards;
}

.radio-style-2 input[type="radio"]:checked+.label-radio {
    color: #0498cf;
    font-weight: 700;
    transition: all 1s;
}

.radio-style-2 input[type="radio"]:checked+.label-radio {
    background: #0498cf;
    box-shadow: none;
}

.radio-style-2 input[type="radio"]:checked+.label-radio caption {
    background: rgba(4, 152, 207, 0.8);
}

.radio-style-2 input[type="radio"]:checked+.label-radio caption::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    right: 7px;
    top: 7px;
    font-weight: 400;
}

.radio-style-2 .label-radio {
    position: relative;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 2px;
}

.radio-style-2 .label-radio .radio-img {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
}

.radio-style-2 .label-radio .radio-img img {
    width: 100%;
}

.radio-style-2 .label-radio .radio-img caption {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 40px;
    text-align: right;
    width: 100%;
    clip-path: polygon(40% 0, 100% 0%, 100% 100%, 30% 100%);
    color: #fff;
    font-weight: 700;
}

.ds-condition-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

.ds-condition-list>li {
    width: calc(50% - 5px);
    background: #fff;
    margin-bottom: 15px;
}

@media only screen and (max-width: 380px) {
    .ds-condition-list>li {
        width: 100%;
    }
}

.ds-condition-part {
    width: 490px;
    max-width: 100%;
    margin-bottom: 0;
}

.multi-select-box .ng-select-container {
    padding: 5px 0 5px 5px !important;
    height: auto;
}

.multi-select-box .ng-select-container .ng-input {
    display: none;
}

.multi-select-box .ng-select-container .ng-placeholder {
    top: 15px !important;
}

.multi-select-box .ng-arrow-wrapper {
    width: 30px !important;
}

.multi-select-box .ng-value-container .ng-value {
    margin: 2px 5px 2px 0 !important;
    width: 100%;
    font-size: 13px !important;
}

.multi-select-box .ng-has-value .ng-placeholder {
    display: none !important;
}

.multi-select-box .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    padding: 5px 15px !important;
}

.completed-job-part h6 {
    margin: 0;
}

.completed-job-part .date-time {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
}

.completed-job-part .rating-content {
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    margin-top: 10px;
}

.download-job-recipt {
    display: inline-block;
    color: #000 !important;
    font-size: 14px;
    margin-top: 10px;
}

.download-job-recipt i {
    color: #d6d6d6;
}

.job-images-slider .carousel-control-next,
.job-images-slider .carousel-control-prev {
    background: #000;
    opacity: 1;
    height: 20px;
    top: calc(100% + 10px);
    border-radius: 100%;
    width: 20px;
}

.job-images-slider .carousel-control-next .carousel-control-next-icon,
.job-images-slider .carousel-control-next .carousel-control-prev-icon,
.job-images-slider .carousel-control-prev .carousel-control-next-icon,
.job-images-slider .carousel-control-prev .carousel-control-prev-icon {
    background-size: 60%;
}

.address-image {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.address-image img {
    width: 100%;
}

.user-address-list {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    justify-content: space-between;
}

.user-address-list>li {
    list-style: none;
    width: calc(33.33% - 10px);
    background: #fff;
    margin-bottom: 20px;
}

.user-address-list>li .user-address-info {
    padding: 10px 100px 10px 10px;
    position: relative;
    display: block;
    background: #ffffff;
}

.user-address-list>li .user-address-info h6 {
    font-size: 14px;
    letter-spacing: -0.3px;
    font-weight: 700;
}

.user-address-list>li .user-address-info h6 .default-addr {
    font-size: 12px;
}

.user-address-list>li .user-address-info .btn-edit-address {
    position: absolute;
    width: 70px;
    height: 28px;
    border-radius: 5px;
    font-size: 12px;
    min-width: 0;
    padding: 0;
    font-weight: 700;
    line-height: 26px;
    right: 10px;
    top: 10px;
}

@media only screen and (max-width: 768px) {
    .user-address-list {
        flex-wrap: wrap;
    }

    .user-address-list>li {
        width: calc(50% - 10px);
    }
}

@media only screen and (min-width: 361px) and (max-width: 575px) {
    .user-address-list>li .user-address-info {
        padding: 10px 10px 38px 10px;
    }

    .user-address-list>li .user-address-info .btn-edit-address {
        bottom: 10px;
        top: auto;
    }
}

@media only screen and (max-width: 360px) {
    .user-address-list {
        flex-wrap: wrap;
    }

    .user-address-list>li {
        width: calc(100% - 10px);
    }
}

.imgCropModal {
    width: 500px !important;
    max-width: 100% !important;
}

.imgCropModal .modal-body {
    border-radius: 0;
    padding: 10px;
    background: #ededed;
}

.imgCropModal .modal-footer {
    border-radius: 0;
    padding: 10px !important;
}

.imgCropModal .modal-footer .saveImg {
    border-radius: 5px;
    font-weight: 700;
}

.imgCropModal .modal-content {
    border-radius: 0;
}

.addonsErr {
    width: 400px;
    margin: 0 auto 20px auto;
    max-width: 100%;
}

.plowz-vip-section {
    background: #fff;
    padding: 0 0 80px 0;
}

.plowz-vip-section .plowz-vip-img {
    width: 100%;
    margin: 0;
}

.plowz-vip-section .plowz-vip-img>img {
    max-width: 100%;
}

.plowz-vip-home .plowz-vip-home-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.plowz-vip-home .plowz-vip-home-content p {
    margin-bottom: 5px;
}

.plowz-vip-email-container {
    box-shadow: 0 0 10px 0 rgba(81, 82, 83, 0.15);
    padding: 20px;
    text-align: center;
}

.plowz-vip-email-container .plowz-vip-email-group {
    width: 400px;
    margin: 20px auto 0 auto;
    max-width: 100%;
}

.plowzZipCodeModal {
    border-radius: 0;
    width: 500px !important;
    max-width: 100% !important;
}

.plowzZipCodeModal .modal-content {
    border-radius: 0;
}

.plowzZipCodeModal .close {
    font-size: 14px;
    color: #000;
    float: left;
    opacity: 1;
    font-weight: 300;
    margin: -1rem;
}

.plowzZipCodeModal .modal-header {
    border: none;
    padding-bottom: 0;
}

.plowzZipCodeModal .modal-body {
    padding: 40px;
}

.sqr-text {
    font-weight: 300;
    top: -12px;
}

.image-carousel .imgContainer {
    text-align: center;
}

.image-carousel .imgContainer img {
    width: auto;
    height: 250px;
    max-width: 100%;
}

.ng-dropdown-panel.ng-select-top {
    z-index: 10001;
}

.terms-back-btn {
    position: fixed;
    bottom: 15px;
    left: 20px;
    background: #333333;
    cursor: pointer;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: none;
    font-size: 32px;
}

@media only screen and (max-width: 768px) {
    .terms-back-btn {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}

.ycu-options-1 {
    padding: 0;
    margin: 20px 0 30px 0;
    display: inline-block;
}

.ycu-options-1>li {
    text-align: left;
}

.ycu-options-1-row {
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .ycu-options-1-row {
        text-align: left;
    }
}

.close-mark {
    font-size: 24px;
}

.order_process_section:not(.onbording-section)::before {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    content: '';
}

.order-summary-box,
.order-process-container {
    position: relative;
    z-index: 10002;
}

.order-success-wrapper::before {
    display: none;
}

.pw-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pw-list>li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .pw-list>li {
        width: 100%;
    }
}

.pw-check-list {
    display: flex;
}

.pw-check-list input[type="checkbox"],
.pw-check-list input[type="radio"] {
    display: none;
}

.pw-check-list input[type="checkbox"]:checked+label:before,
.pw-check-list input[type="radio"]:checked+label:before {
    animation: ripple 0.8s linear forwards;
}

.pw-check-list input[type="checkbox"]:checked+label,
.pw-check-list input[type="radio"]:checked+label {
    border-color: #97bf04;
    transition: all 1s;
}

.pw-check-list input[type="checkbox"]:checked+label>.icon>.i::before,
.pw-check-list input[type="radio"]:checked+label>.icon>.i::before {
    content: "\f00c";
}

.pw-check-list .checkbox-label {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
    min-height: 60px;
    padding-left: 70px;
    border: 1px solid #979797;
    border-radius: 10px;
}

.pw-check-list .checkbox-label>.text-label {
    font-weight: 700;
    line-height: 16px;
    font-size: 16px;
    position: relative;
    padding-right: 10px;
}

.pw-check-list .checkbox-label>.icon {
    font-family: "FontAwesome";
    background: #97bf04;
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    position: absolute;
    left: -1px;
    height: calc(100% + 2px);
    top: -1px;
    font-size: 26px;
}

.pw-check-list .checkbox-label>.icon>.i {
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pw-check-list .checkbox-label>.icon>.i::before {
    content: "\f067";
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.quote-review-section {
    display: block;
    background-color: #fff;
    background-size: cover;
    padding: 60px 0 0 0;
    position: relative;
}

.quote-review-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10001;
}

.quote-review-section .quote-review-container {
    width: 700px;
    max-width: 100%;
    background: #ffffff;
    margin: 0 auto 20px auto;
    padding: 40px 38px;
    position: relative;
    z-index: 10002;
}

.quote-review-section .review-quote-header {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.quote-review-section .review-quote-price {
    color: #1ebc61;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin: 10px 0 10px 0;
    letter-spacing: 0.6;
}

.quote-review-section .provider-req-date {
    text-align: center;
    margin-bottom: 20px;
}

.quote-review-section .provider-req-date strong {
    display: block;
    text-align: center;
}

.quote-review-section .review-buttons {
    display: flex;
    width: 400px;
    max-width: 100%;
    margin: 0;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

.quote-review-section .review-buttons>li {
    width: calc(50% - 10px);
}

@media only screen and (max-width: 480px) {
    .quote-review-section .review-buttons {
        flex-wrap: wrap;
    }

    .quote-review-section .review-buttons>li {
        width: 100%;
        margin-bottom: 10px;
    }

    .quote-review-section .review-buttons>li:first-child {
        order: 2;
    }
}

@media only screen and (max-width: 575px) {
    .quote-review-section .review-buttons {
        flex-wrap: wrap;
    }

    .quote-review-section .review-buttons>li {
        width: 100%;
        margin-bottom: 10px;
    }

    .quote-review-section .review-buttons>li:first-child {
        order: 2;
    }
}

.review-btn {
    width: 100%;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
}

.review-btn.accept {
    background-color: #0498cf;
}

.review-btn.decline {
    background-color: #515353;
}

.review-quote-info {
    width: 100%;
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 40px;
    box-shadow: 0 0 8px 0 rgba(81, 82, 83, 0.25), 0 0 1.5px 0 rgba(0, 0, 0, 0.1);
}

.review-quote-info .review-thub {
    border-bottom: 1px solid #ddd;
    padding: 20px 0 10px 0;
}

.review-quote-info .review-thub h4 {
    font-size: 16px;
}

.review-quote-info .review-thub p {
    margin-bottom: 0;
}

.review-prop-imgs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.review-prop-imgs>li {
    width: calc(25% - 5px);
}

.review-prop-imgs>li>img {
    border-radius: 5px;
    width: 100% !important;
    height: auto !important;
}

.breadcrumb-nav {
    display: block;
    position: relative;
    z-index: 10002;
    margin-bottom: 20px;
}

.breadcrumb-nav .dashboard-breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-nav .dashboard-breadcrumb>li {
    color: #ffffff;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
}

.breadcrumb-nav .dashboard-breadcrumb>li.active {
    cursor: auto;
}

.breadcrumb-nav .dashboard-breadcrumb>li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
}

.breadcrumb-nav .dashboard-breadcrumb>li:last-child::before {
    display: none;
}

.container700 {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}

.container768 {
    width: 768px;
    max-width: 100%;
    margin: 0 auto;
}

.removeAddon {
    display: none;
}

@media only screen and (max-width: 768px) {
    .removeAddon {
        display: inline-block;
        margin-right: 5px;
        width: 22px;
    }

    .removeAddon>img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .fos-addon-header {
        padding-left: 27px;
        position: relative;
        font-size: 15px !important;
    }

    .fos-addon-header .removeAddon {
        position: absolute;
        left: 0;
        top: -1px;
    }
}

.property-summary-img {
    display: block !important;
}

.pw-hero-content {
    width: auto;
    float: right;
}

.pw-hero-content .hero-zipcode-container {
    width: 430px;
    max-width: 100%;
}

@media only screen and (max-width: 480px) {
    .pw-hero-content {
        float: none;
        width: 100%;
        text-align: left;
    }

    .pw-hero-content .hero-header {
        font-size: 48px !important;
    }
}

.container1000 {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.app-pages {
    padding: 0 10px;
}

.app-pages h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
}

.app-pages h2 {
    font-size: 17px;
    font-weight: 700;
    margin: 20px 0;
}

.app-pages h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.app-pages p {
    font-size: 16px;
}

.app-pages p.strong {
    font-weight: 700;
    margin-bottom: 5px;
}

.app-pages p.box {
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: 10px 20px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}

.app-pages .ap-img-list {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.app-pages .ap-img-list>li {
    position: relative;
    max-width: 100%;
    margin-right: 10px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 2px;
}

.app-pages .ap-img-list>li figure {
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.app-pages .ap-img-list>li figure::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    content: '';
}

.app-pages .ap-img-list>li figure caption {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 25px;
    letter-spacing: -0.2px;
    top: 50%;
    text-transform: uppercase;
    transform: translateY(-50%);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    z-index: 2;
}

.app-pages .ap-list {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}

.app-pages .ap-list>li {
    font-size: 16px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 8px;
}

.app-pages .ap-list>li::before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 1px;
}

.faqs-section {
    padding: 60px 0;
}

.faqs-section h1 {
    color: #1ebc61;
    font-size: 26px;
    text-align: center;
}

.faqs-section h2 {
    font-size: 24px;
    text-align: center;
    color: #1ebc61;
}

.faq-accordion accordion-group {
    margin-bottom: 10px;
}

.faq-accordion accordion-group .panel-heading {
    padding: 5px;
    cursor: pointer;
}

.faq-accordion accordion-group .panel-heading .btn {
    padding: 0 10px;
    color: #515253;
    font-weight: 500;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
    text-decoration: none;
    white-space: normal;
    text-align: left;
}

.faq-accordion accordion-group .panel-heading .btn::before {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    left: 10px;
    top: 1px;
    transition: all;
}

.faq-accordion accordion-group.panel-open .card {
    border: 1px solid #1ebc61;
}

.faq-accordion accordion-group.panel-open .panel-heading {
    background: #1ebc61;
}

.faq-accordion accordion-group.panel-open .panel-heading .btn {
    color: #fff;
}

.faq-accordion accordion-group.panel-open .panel-heading .btn::before {
    transform: rotate(90deg);
    transition: all;
}

.faqs-header {
    text-align: center;
    color: #515253;
    margin-bottom: 40px;
    font-size: 40px;
}

.home-owner-terms {
    display: block;
}

.home-owner-terms p {
    color: #515253;
    font-size: 15px;
}

.home-owner-terms p strong {
    font-size: 20px;
}

.home-owner-terms p:first-child {
    text-align: center;
    margin: 10px 0 20px 0;
}

.home-owner-terms ol li,
.home-owner-terms ul li {
    color: #515253;
    font-size: 15px;
}

.provider-tems-1 {
    margin-top: 20px;
}

.provider-tems-1 p {
    color: #515253;
    font-size: 15px;
}

.provider-tems-1 ol li,
.provider-tems-1 ul li {
    color: #515253;
    font-size: 15px;
}

.privacy-banner {
    padding: 70px 0 !important;
}

.privacy-banner .heading span {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.input-button-style .input-check {
    display: none;
}

.input-button-style .input-check:checked+.input-label {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15)), linear-gradient(to bottom, #1eaa52, #1eaa52);
    color: #ffffff;
}

.input-button-style .input-check:checked+.input-label.blue-bg {
    background: #0498cf;
    animation: ripple 0.8s linear forwards;
}

.input-button-style .input-check:checked+.input-label .blue {
    color: #ffffff;
}

.input-button-style .input-check:checked+.input-label .mowz-plan-btn>span {
    padding: 0 5px;
}

.input-button-style .input-check:checked+.input-label .mowz-plan-btn>span.mowz-price {
    border-color: #08b531;
}

.input-button-style .input-label {
    object-fit: contain;
    display: flex;
    border-radius: 29.5px;
    box-shadow: 0 0 10px 0 rgba(81, 82, 83, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    cursor: pointer;
}

.input-button-style .input-label .blue {
    color: #0498cf;
}

.input-button-style .input-label .mowz-plan-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.input-button-style .input-label .mowz-plan-btn>span {
    padding: 0 5px;
    width: 50%;
}

.input-button-style .input-label .mowz-plan-btn>span.full-width {
    width: 100%;
    text-align: center;
}

.input-button-style .input-label .mowz-plan-btn>span.mowz-price {
    border-right: 1px solid #000000;
    font-size: 26px;
    margin-left: 0;
    font-weight: 700;
    line-height: 26px;
    padding-right: 20px;
    text-align: right;
}

.input-button-style .input-label .mowz-plan-btn>span.plan-label {
    padding-left: 15px;
}

@media only screen and (max-width: 480px) {
    .input-button-style .input-label {
        font-size: 16px;
    }

    .input-button-style .input-label .mowz-plan-btn>span {
        padding: 0 5px;
    }

    .input-button-style .input-label .mowz-plan-btn>span.mowz-price {
        font-size: 18px;
        line-height: 24px;
        padding-right: 10px;
    }

    .input-button-style .input-label .mowz-plan-btn>span.plan-label {
        font-size: 14px;
        padding-left: 10px;
    }
}

.width-480 {
    width: 480px;
    max-width: 100%;
}

.width-550 {
    width: 550px;
    max-width: 100%;
}

.mowz-grass-list {
    width: 320px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.mowz-grass-list>li {
    margin-bottom: 16px;
}

.mowz-plan-list {
    width: 340px;
    max-width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.mowz-plan-list>li {
    margin-bottom: 15px;
}

.help-32 {
    background: #0498cf;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    line-height: 32px;
    cursor: pointer;
}

.mowz-plan-help {
    position: absolute;
    right: 11%;
}

@media only screen and (max-width: 768px) {
    .mowz-plan-help {
        right: 11px;
        top: 52px;
        width: 24px;
        height: 24px;
    }

    .mowz-plan-help img {
        width: 8px;
        margin-left: 8px !important;
        margin-top: -9px;
    }
}

.mowz-plan-popover {
    width: 360px;
    max-width: 100%;
}

.full-services-container {
    margin-top: 20px;
    position: relative;
    z-index: 10002;
    text-align: center;
}

.full-services-container a {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}

.mowz-price {
    position: relative;
    margin: 0 auto;
    margin-left: 40px;
    display: inline-block;
}

.mowz-price .mowz-amount {
    color: #ffffff;
    position: absolute;
    top: 31px;
    left: 135px;
    line-height: 36px;
    font-size: 36px;
    font-weight: 700;
}

.mowz-price .mowz-amount.custom {
    left: 124px;
}

.mowz-price .mowz-amount span {
    font-size: 18px;
    position: absolute;
    left: -11px;
    line-height: 18px;
    top: 3px;
}

@media only screen and (max-width: 480px) {
    .mowz-price {
        margin-left: auto;
    }
}

@media only screen and (max-width: 360px) {
    .mowz-price {
        margin-left: -40px;
    }
}

.new-white-btn {
    border: none;
    height: 50px;
    box-shadow: 0 0 6px 0 rgba(81, 82, 83, 0.15), 0 0 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: 100%;
    line-height: 0.86;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.new-white-btn:hover,
.new-white-btn:focus {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15)), linear-gradient(to bottom, #1eaa52, #1eaa52);
    color: #ffffff;
}

.mowz-price-btns {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.mowz-price-btns>li {
    width: 216px;
    margin: 0 10px;
    margin-bottom: 20px;
}

.mowz-ycu-addon-confirm-list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 0 auto;
    list-style: none;
    width: 316px;
    max-width: 100%;
    padding: 0;
}

.mowz-ycu-addon-confirm-list>li {
    width: 100%;
    margin-bottom: 5px;
}

.input-thumb-style .input-check {
    display: none;
}

.input-thumb-style .input-check:checked+.input-label .thumb figure {
    border-color: #1ebc61;
}

.input-thumb-style .input-label .thumb {
    cursor: pointer;
    width: 142px;
    height: 142px;
    max-width: 100%;
    position: relative;
}

.input-thumb-style .input-label .thumb figure {
    margin: 0;
    position: relative;
    border: 3px solid transparent;
    border-radius: 12px;
    overflow: hidden;
}

.input-thumb-style .input-label .thumb figure img {
    width: 100%;
}

.input-thumb-style .input-label .thumb figure caption {
    position: absolute;
    display: block;
    z-index: 100;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    width: 100%;
}

.mowz-debris-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin-bottom: 30px;
}

.mowz-debris-list>li {
    margin: 0 10px;
}

.order-success-wrapper {
    position: relative;
}

.order-success-wrapper::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: '';
    z-index: 10001;
}

.order-success-wrapper .success-section {
    z-index: 10002;
}

.decline-quote-section {
    padding: 60px 0 80px 0;
}

.modal-backdrop {
    z-index: 10020;
}

.modal {
    z-index: 10022;
}

.decline-modal {
    width: 400px !important;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.decline-modal .modal-content {
    border-radius: 0;
}

.decline-modal .decline-body {
    padding: 20px;
}

.decline-modal .decline-body h4 {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.decline-modal .decline-body figure {
    text-align: center;
    margin: 20px 0;
}

.decline-modal .decline-body figure img {
    width: 70px;
}

.decline-modal .decline-footer {
    text-align: center;
    margin: 20px 0;
}

.decline-modal .decline-footer button {
    margin: 0 5px;
    width: 80px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.po-terms-container {
    width: 737px;
    max-width: 100%;
    padding: 30px;
    height: 360px;
    overflow-y: scroll;
    margin: 0 auto;
    background: #fff;
    margin-top: 50px;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
}

.po-terms-container h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.po-terms-container p {
    font-size: 14px;
}

.po-terms-container h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 620px) {
    .po-terms-container {
        height: 300px;
        margin-top: 20px;
    }

    .po-terms-container h3 {
        font-size: 20px;
        text-align: left;
    }

    .po-terms-container p {
        font-size: 13px;
        text-align: justify;
    }

    .po-terms-container h4 {
        font-size: 16px;
    }
}

.po-terms-checkbox-container {
    width: 737px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.tc-checkbox .cBox {
    display: none;
}

.tc-checkbox .cBox:checked+.cLabel::before {
    text-align: center;
    content: "\f0c8";
    color: #1ebc61;
    font-family: "FontAwesome";
    font-size: 13px;
}

.tc-checkbox .cLabel {
    font-size: 18px;
    color: #fff;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    text-align: left;
}

.tc-checkbox .cLabel::before {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    content: ' ';
    background: #fff;
    border-radius: 3px;
}

.po-home-next-btn {
    width: 100% !important;
    border-radius: 20px !important;
    height: 35px;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0390C5), to(#037EAC)) !important;
    border: none;
    font-weight: 700 !important;
}

.po-home-next-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.referal-section {
    display: block;
    margin-top: 30px;
    background: #ffffff;
    padding-top: 50px;
}

.referal-section .refer-container {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.referal-section .refer-container>li {
    width: 50%;
}

.referal-section .refer-container>li p {
    font-size: 14px;
}

.referal-section .refer-container>li:first-child {
    padding-right: 40px;
    border-right: 1px solid #979797;
}

.referal-section .refer-container>li:last-child {
    padding: 0 40px;
}

.referal-section .referal-header {
    font-size: 18px;
    font-weight: 700;
    color: #1ebc61;
    margin-bottom: 24px;
}

.referal-section .app-links-list {
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.referal-section .app-links-list>li {
    margin-right: 10px;
}

@media only screen and (max-width: 992px) {
    .referal-section {
        padding-top: 25px;
    }

    .referal-section .refer-container>li {
        width: 100%;
        margin: 0;
    }

    .referal-section .refer-container>li:first-child {
        border: none;
        order: 2;
        margin-top: 20px !important;
    }

    .referal-section .refer-container>li:last-child {
        order: 1;
        background: #ededed;
        padding: 20px !important;
        border-radius: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .referal-section .refer-container>li:first-child {
        padding: 0;
    }

    .referal-section .refer-container>li:last-child {
        padding: 0;
    }
}

.refer-code-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.refer-code-list>li {
    margin: 0 5px;
    font-size: 18px;
    font-weight: 700;
}

.refer-code-list>li .copy-refCode {
    color: #020203;
    border: 1px solid #020203;
    padding: 5px 7px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}

.refer-code-list>li .copy-refCode .copy-info {
    position: absolute;
    font-size: 12px;
    width: 100%;
    left: 0;
    top: calc(100% + 2px);
}

@media only screen and (max-width: 480px) {
    .refer-code-list {
        flex-wrap: wrap;
    }

    .refer-code-list>li:first-child {
        width: 100%;
        text-align: center;
    }
}

.mid-input-box .floating-form-control:focus~.floating-label,
.mid-input-box .floating-form-control:not(:placeholder-shown)~.floating-label {
    top: 10px;
}

.mid-input-box .floating-form-control {
    height: 44px;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 400;
}

.mid-input-box .floating-form-control:focus,
.mid-input-box .floating-form-control:not(:placeholder-shown) {
    padding-top: 5px;
}

.mid-input-box .send-app-code-btn {
    width: 50px;
}

.mid-input-box .send-app-code-btn .angle-big {
    left: 14px;
    top: 14px;
}

.ref-mb-img {
    display: flex !important;
}

@media only screen and (max-width: 768px) {
    .ref-mb-img {
        display: none !important;
    }
}

.reccuring-header {
    font-size: 20px;
    font-weight: 700;
    color: #1ebc61;
}

.reccuring-header.rs-leavz-addon-header {
    margin: 0 15px 0 0;
    align-self: center;
}

.service-total {
    background: #ededed;
    border-radius: 1px;
    padding: 15px 0 15px 12px;
}

.service-total .rs-amount {
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    color: #1ebc61;
    font-family: "Roboto", sans-serif;
    letter-spacing: -3px;
    position: relative;
    padding: 0 0 0 12px;
    margin-bottom: 0;
    margin-top: 12px;
}

.service-total .rs-amount .currencySign {
    font-size: 20px;
    position: absolute;
    left: 0;
    line-height: 20px;
    top: 6px;
}

.service-total .rs-amount .per-service {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    font-family: "Samsung Sans";
    letter-spacing: 0;
    line-height: 1.14;
    letter-spacing: 0.2px;
}

.rs-card {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    bottom: 0;
    margin: 0;
}

.rs-card span {
    float: right;
    font-size: 15px;
    font-weight: 400;
}

.rs-card span i {
    color: #1ebc61;
}

.rs-reccuring-right {
    position: relative;
    padding-bottom: 30px;
}

.rs-mowz-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #d8d8d8;
    align-items: center;
    align-content: center;
}

.rs-mowz-list.last {
    border: none;
}

.rs-mowz-list>li {
    letter-spacing: -0.3px;
    text-align: left;
}

.rs-mowz-list>li h3 {
    color: #020203;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.rs-mowz-list>li p {
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .rs-mowz-list>li {
        width: 100%;
    }
}

.rs-button {
    background: #0498cf;
    width: 199px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.4px;
    border: none;
    height: 28px;
    line-height: 24px;
    margin-bottom: 20px;
}

.rs-mowz-addons-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.rs-mowz-addons-wrapper>li {
    text-align: left;
}

.rs-mowz-addons-wrapper>li.addons-price {
    width: 200px;
    flex-shrink: 0;
    align-self: center;
}

.rs-mowz-addons-wrapper>li.addons-price .service-total {
    padding: 40px 20px;
}

.rs-mowz-addons-wrapper>li.first {
    padding-right: 20px;
}

@media only screen and (max-width: 620px) {
    .rs-mowz-addons-wrapper {
        flex-wrap: wrap;
    }

    .rs-mowz-addons-wrapper>li {
        width: calc(50% - 10px);
        font-size: 14px;
        margin-bottom: 20px;
        position: relative;
        padding-left: 30px;
    }

    .rs-mowz-addons-wrapper>li::before {
        content: "\f00c";
        font-family: "FontAwesome";
        color: #abe1fa;
        position: absolute;
        left: 0;
        font-size: 24px;
        line-height: 24px;
        top: 0;
    }
}

@media only screen and (max-width: 620px) and (max-width: 480px) {
    .rs-mowz-addons-wrapper>li {
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 620px) {
    .rs-addons-list01>li {
        width: 100%;
    }

    .rs-addons-list01>li::before {
        display: none;
    }
}

.order-box-bottom-link {
    position: relative;
    z-index: 10002;
}

.order-box-bottom-link a {
    color: #fff;
}

.rs-mowz-addons-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.rs-mowz-addons-list>li {
    border-bottom: 1px solid #d8d8d8;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.rs-mowz-addons-list>li:last-child {
    border: none;
}

.rs-mowz-addons-list>li .a1 {
    padding-right: 10px;
}

.rs-mowz-addons-list>li h6 {
    font-size: 16px;
    font-weight: 700;
    color: #020203;
    margin-bottom: 5px;
}

.rs-mowz-addons-list>li p {
    font-size: 13px;
}

.rs-mowz-addons-list>li .switch {
    margin: 2px 7px;
}

.rs-addon-btn {
    font-weight: 700;
    border-radius: 4px;
}

.cutomModal .modal-content {
    border-radius: 0;
}

.cutomModal .close-cutom-modal {
    position: absolute;
    font-size: 40px;
    color: #515253;
    font-weight: 300;
    opacity: 1;
    padding: 0;
    top: 20px;
    left: 20px;
    margin: 0 !important;
    border: none;
}

@media only screen and (max-width: 620px) {
    .cutomModal {
        margin: 0;
    }
}

.width700 {
    width: 700px !important;
    max-width: 100% !important;
}

.width500 {
    width: 500px !important;
    max-width: 100% !important;
}

.rs-property-images {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rs-property-images>li {
    width: 100px;
    height: 100px;
    position: relative;
    margin-bottom: 20px;
}

.rs-property-images>li img {
    width: 100px;
    height: 100px;
}

.rs-property-images>li .removeImage {
    background: #ffffff;
    color: red;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.pauseService-modal-body {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}

.pauseService-modal-body .pausing-service-header {
    line-height: 1.08;
    letter-spacing: 0.5px;
    color: #303030;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.pauseService-modal-body p {
    font-size: 18px;
    margin-bottom: 10px;
}

.pauseService-modal-body .close-cutom-modal {
    cursor: pointer;
    left: 24px;
}

.pauseService-modal-body .white-border-btn {
    line-height: 0.86;
    letter-spacing: 0.5px;
    border-radius: 29.5px;
    box-shadow: 0 0 10px 0 rgba(81, 82, 83, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    width: 330px;
    max-width: 100%;
    border: none;
}

@media only screen and (max-width: 620px) {
    .pauseService-modal-body .close-cutom-modal {
        cursor: pointer;
        left: auto;
        right: 10px;
    }
}

.ycu-addons-modal-body {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}

.input-btn-style2 {
    display: flex;
    height: 100%;
}

.input-btn-style2 .input-check {
    display: none;
}

.input-btn-style2 .input-check:checked+.input-label {
    border-color: #0498cf;
}

.input-btn-style2 .input-label {
    border: 2px solid #9b9b9b;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 15px;
    cursor: pointer;
}

.input-btn-style2 .input-label h6 {
    margin: 0;
    color: #000000;
}

.input-btn-style2 .input-label .lawn-price-per {
    font-size: 23px;
    font-weight: 700;
    color: #1ebc61;
}

.rs-ycu-addon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.rs-ycu-addon>li {
    width: calc(33.33% - 10px);
}

@media only screen and (max-width: 575px) {
    .rs-ycu-addon>li {
        width: 100%;
    }

    .rs-ycu-addon>li .input-btn-style2 {
        width: 100%;
    }

    .rs-ycu-addon>li .input-btn-style2 .input-label {
        width: 100%;
        flex-wrap: wrap;
    }

    .rs-ycu-addon>li .input-btn-style2 .input-label h6 {
        width: 100%;
    }
}

.rs-ycu-addon-header {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.rs-debris {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: nowarp;
    margin-top: -10px;
}

.rs-debris>li {
    margin: 0 10px;
}

.order-success-wrapper::after {
    z-index: 999;
}

.order-success-wrapper .success-section {
    z-index: 1000;
}

.header-ob-home {
    background: #359e53;
    padding: 20px 0;
}

.header-ob-home .onb-header-cnt {
    position: relative;
    padding-left: 116px;
}

.header-ob-home .onb-header-cnt .onb-shape {
    position: absolute;
    left: 0;
}

.header-ob-home .onb-header-cnt .onb-shape .onb-price {
    position: absolute;
    color: #fff;
    left: 14px;
    top: 7px;
    font-size: 12px;
    font-weight: 700;
}

.header-ob-home h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.header-ob-home p {
    color: #fff;
    margin: 0;
}

.mulch-start-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mulch-start-list>li {
    width: 265px;
    max-width: 100%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .mulch-start-list {
        justify-content: center;
    }
}

.input-box-img {
    width: 100%;
}

.input-box-img .input-check {
    display: none;
}

.input-box-img .input-check:checked+.input-label .input-content {
    border: 2px solid #0498cf;
}

.input-box-img .input-label {
    width: 100%;
    margin: 0;
}

.input-box-img .input-label .input-content {
    width: 100%;
    border: 1px solid #979797;
    display: flex;
    border-radius: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.input-box-img .input-label .input-content figure {
    width: 110px;
    margin: 0;
}

.input-box-img .input-label .input-content figure img {
    max-width: 110px;
}

.input-box-img .input-label .input-content .input-text {
    padding: 10px 15px;
}

.input-box-img .input-label .input-content .input-text h6 {
    margin-bottom: 5px;
}

.input-box-img .input-label .input-content .input-text p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}

.plowz-price-info-section {
    display: block;
}

.plowz-price-info-section h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.plowz-price-info-section .priceInfo-ul {
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    list-style: none;
}

.plowz-price-info-section .priceInfo-ul>li {
    width: calc(50% - 10px);
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.plowz-price-info-section .priceInfo-ul>li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #abe1fa;
    position: absolute;
    left: 0;
    font-size: 24px;
    line-height: 24px;
    top: 0;
}

@media only screen and (max-width: 480px) {
    .plowz-price-info-section .priceInfo-ul>li {
        width: 100%;
    }
}

.inc-dec-input {
    border: none;
    width: auto;
    padding: 0 10px;
    width: 40px;
    text-align: center;
}

@media only screen and (max-width: 575px) {
    .inc-dec-input {
        padding: 0 5px;
        width: 38px;
    }
}

.mulch-area-list {
    width: 400px;
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}

.mulch-area-list._border {
    border-top: 1px solid #979797;
    padding-top: 20px;
}

.mulch-area-list>li {
    width: 200px;
    padding: 10px 10px;
}

.mulch-area-list>li h6 {
    text-align: center;
}

.mulch-area-list>li:last-child {
    border-left: 1px solid #979797;
}

.add-area-link {
    margin-top: 50px;
    margin-bottom: 20px;
}

.add-area-link a {
    color: #000 !important;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(81, 82, 83, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    width: 354px;
    max-width: 100%;
    padding: 20px;
    border-radius: 7px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
}

.add-area-link a .plus-o {
    width: 35px;
    height: 35px;
    line-height: 34px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    text-align: center;
    color: #b7b7b7;
    font-size: 24px;
    padding: 0;
}

.mulch-textures {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 270px;
    max-width: 100%;
    margin: 40px auto;
}

.mulch-textures>li {
    position: relative;
}

@media only screen and (max-width: 360px) {
    .mulch-textures>li {
        width: calc(50% - 5px);
    }
}

.input-img-box .input-check {
    display: none;
}

.input-img-box .input-check:checked+.input-label figure {
    border-color: #0498cf;
}

.input-img-box .input-label figure {
    border: 2px solid transparent;
    position: relative;
    margin: 0;
    border-radius: 10px;
}

.input-img-box .input-label figure caption {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transform: translateY(-50%);
}

@media only screen and (max-width: 360px) {
    .input-img-box .input-label figure img {
        width: 100%;
    }

    .input-img-box .input-label figure caption {
        font-size: 20px;
    }
}

.price-green-color {
    color: #1ebc61 !important;
}

.order-box-bottom-link {
    position: relative;
    z-index: 10002;
}

.order-box-bottom-link a {
    color: #fff;
}

.order-success-wrapper::after {
    z-index: 999;
}

.order-success-wrapper .success-section {
    z-index: 1000;
}

@media only screen and (max-width: 575px) {
    .m-order-1 {
        order: 1;
    }

    .m-order-2 {
        order: 2;
    }

    agm-map {
        height: 150px;
    }

    .mapCurveBg {
        left: -77px;
    }
}

.mulch-area-list-1 {
    display: flex;
    justify-content: space-around;
    flex-wrap: no-wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 354px;
    max-width: 100%;
    margin: 20px auto 0 auto;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(81, 82, 83, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 7px;
    position: relative;
}

.mulch-area-list-1>li .remove-bed {
    position: absolute;
    left: 12px;
    top: 5px;
    background: #fff;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.price-custom-text {
    font-size: 20px;
}

.js-cneter {
    justify-content: center;
}

.rs-img-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.rs-img-list>li {
    width: 90px;
    position: relative;
    margin-bottom: 10px;
}

.rs-img-list>li img {
    width: 100%;
    border-radius: 8px;
    height: 90px;
}

.rs-img-list>li .removeImage {
    background: #ffffff;
    color: red;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.max-wd-100p {
    max-width: 100%;
}

.cancelRequestModal {
    width: 400px !important;
    max-width: calc(100% - 20px) !important;
    margin: 20px auto;
}

.cancelRequestModal .close-modal {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #000;
    border: none;
    font-size: 30px;
}

.cancelRequestModal .modal-content {
    padding: 30px;
    border-radius: 0;
}

.cancelRequestModal .modal-content .review-quote-header {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 0 30px;
}

.cancelRequestModal .modal-content .pw-list li {
    width: 100%;
}

.cancelRequestModal .modal-content .pw-check-list .checkbox-label {
    min-height: 45px;
    padding-left: 60px;
}

.cancelRequestModal .modal-content .pw-check-list .checkbox-label>.icon {
    width: 45px;
}

.cancelRequestModal .modal-content .pw-check-list .checkbox-label>.text-label {
    font-size: 14px;
}

.input-img-btn .input-check {
    display: none;
}

.input-img-btn .input-check:checked+.input-label {
    border-color: #0498cf;
}

.input-img-btn .input-label {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 20px 0 rgba(81, 82, 83, 0.15), 0 0 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    align-content: center;
    align-items: center;
}

.input-img-btn .input-label figure {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    height: 55px;
    line-height: 55px;
}

.input-img-btn .input-label .input-text h6 {
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.input-img-btn .input-label .input-text h6.onlyTxt {
    font-weight: 500;
    font-size: 18px;
    padding: 0 6px;
}

.tp-shape-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}

.tp-shape-list>li {
    margin: 0 5px;
}

.spigot {
    background: url("../images/spigot.svg") #ffffff left center no-repeat;
}

.city-name-po {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.trimmingShapeModal {
    width: 400px !important;
    max-width: 100% !important;
}

.trimmingShapeModal .modal-content {
    padding: 0;
    border-radius: 0;
}

.trimmingShapeModal .modal-content .body {
    padding: 10px;
}

.trimmingShapeModal .modal-content .btn-common-size {
    width: 200px;
    margin-bottom: 30px;
}

.photosConfirmModal {
    width: 500px !important;
    max-width: 100% !important;
}

.photosConfirmModal .modal-content {
    padding: 0;
    border-radius: 0;
}

.photosConfirmModal .modal-content .body {
    padding: 10px;
}

.modal-open .modal {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.jobImagesNew {
    display: flex;
    flex-wrap: wrap;
    width: 310px;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
}

.jobImagesNew.summaryPhotos {
    width: 100%;
}

.jobImagesNew>li {
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 20px;
}

.image-inputContainer {
    position: relative;
    height: 90px;
    width: 90px;
}

.image-inputContainer .input-img {
    display: none;
}

.image-inputContainer .image-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 15px;
    border: 1px dashed #b7b7b7;
}

.image-inputContainer .image-placeholder img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.image-inputContainer .image-placeholder .remove-placeholder {
    position: absolute;
    color: #fff;
    z-index: 1000;
    left: 10px;
    top: -8px;
    cursor: pointer;
    font-size: 37px;
    text-shadow: 1px -1px 4px #423D3D;
}

.image-inputContainer .input-img-label {
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 15px;
    border: dashed 0.5px #000000;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    color: #0498cf;
}

.photos-confirm-modal {
    padding: 50px 30px;
}

.photos-confirm-modal .pcm-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.photos-confirm-modal .pcm-figure {
    text-align: center;
    max-width: 100%;
    margin-bottom: 30px;
}

.photos-confirm-modal .pcm-figure img {
    max-width: 100%;
}

.photos-confirm-modal .pcm-text {
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}

.photos-confirm-modal .blueLink {
    font-size: 18px;
    font-weight: 700;
    color: #0498cf;
    cursor: pointer;
}

.new-summary {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: flex-start;
    width: 1080px;
    max-width: 100%;
    position: relative;
    z-index: 10001;
    padding: 0;
    margin: 0 auto;
}

.new-summary>li .border-end {
    border-bottom: solid 0.5px #979797;
}

.new-summary>li.one {
    width: 727px;
    max-width: 100%;
    padding: 30px;
    background: #ffffff;
}

.new-summary>li.two {
    width: 333px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px) {
    .new-summary>li.one {
        width: calc(62% - 10px);
        padding: 20px;
    }

    .new-summary>li.two {
        width: calc(38% - 10px);
    }

    .new-summary>li.two .summary-price-section {
        padding: 20px;
    }

    .new-summary>li.two .new-summary-payment-info {
        padding: 10px 20px;
    }

    .new-summary>li.two .new-summary-btn-container {
        padding: 20px 20px;
    }
}

@media only screen and (max-width: 780px) {
    .new-summary {
        flex-wrap: wrap;
    }

    .new-summary>li.one {
        width: 100%;
        order: 2;
    }

    .new-summary>li.two {
        width: 100%;
        order: 1;
        margin-bottom: 5px;
    }
}

.show780g {
    display: block;
}

.show780l {
    display: none;
}

@media only screen and (max-width: 780px) {
    .show780g {
        display: none;
    }

    .show780l {
        display: block;
    }

    .nw-fixed-submit {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.9);
        z-index: 10000;
    }

    .nw-fixed-submit .new-summary-btn {
        width: 200px;
    }

    .nw-fixed-submit .new-summary-terms-text {
        padding-right: 80px;
    }
}

.new-summary-header {
    padding: 30px 5px 20px 5px;
}

.new-summary-header h1 {
    color: #1ebc61;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.new-summary-schedule {
    text-align: center;
    padding: 24px 5px;
}

.new-summary-schedule .date {
    font-size: 18px;
    font-weight: 700;
}

.new-summary-schedule .address {
    font-size: 18px;
    margin-bottom: 0;
}

.new-summary-items-container {
    padding: 13px 5px 24px 5px;
}

.new-summary-items-container .order-items {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

.new-summary-items-container .order-items>li {
    width: calc(50% - 20px);
}

.new-summary-items-container .order-items>li.fw {
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .new-summary-items-container .order-items>li {
        width: 100%;
    }
}

.new-summary-addons-container {
    padding: 24px 5px;
}

.order-items-table {
    width: 100%;
    margin-top: 10px;
}

.order-items-table tr td {
    padding: 5px 0;
    text-align: right;
}

.order-items-table tr th {
    padding: 5px 0;
}

.new-summary-addons {
    display: flex;
    list-style: none;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.new-summary-addons>li:first-child {
    font-size: 18px;
    font-weight: 700;
}

.new-summary-addons>li .new-summary-remove-addon {
    display: inline-block;
    border: 1px solid #979797;
    font-weight: 400;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
}

.new-summary-notes {
    padding: 24px 5px;
}

.summary-price-section {
    padding: 30px 30px 10px 30px;
}

.summary-price-section h2 {
    text-align: center;
    font-size: 24px;
    color: #1ebc61;
    font-weight: 700;
}

.new-order-final-summary {
    width: 100%;
}

.new-order-final-summary tr td {
    text-align: right;
    padding: 7px 0;
}

.new-order-final-summary tr th {
    padding: 7px 0;
}

.new-order-final-summary tr.total {
    border-top: 1px solid #979797;
}

.new-order-final-summary tr.total td {
    color: #1ebc61;
    font-weight: 700;
}

.new-summary-payment-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #979797;
    border-top: 1px solid #979797;
    list-style: none;
    padding: 10px 30px;
}

.new-summary-payment-info.no-border {
    border: none;
}

.new-summary-payment-info>li:first-child {
    font-weight: 700;
}

.new-summary-btn-container {
    text-align: center;
    padding: 20px 30px;
}

.summary-photosInfo {
    font-weight: 700;
    color: #1ebc61;
}

.fixedSummary {
    position: fixed;
}

.new-summary-btn {
    height: 46px;
    font-size: 18px;
    font-weight: 700;
}

.new-summary-terms-text {
    padding: 0 20px 20px 20px;
    color: #515253;
    font-size: 14px;
    text-align: center;
}

.removeAddonText {
    display: inline-block;
    font-size: 12px;
    color: #0498cf;
    font-weight: 400;
    cursor: pointer;
    text-decoration: underline;
}

.border-end {
    border-bottom: solid 0.5px #979797;
}

.container1080 {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
}

.border-beside {
    display: block;
    width: 100%;
    position: relative;
}

.border-beside::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    border-bottom: 2px dotted #000;
    top: 13px;
}

.new-flex-grid {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0;
    position: relative;
}

.new-flex-grid::before {
    border-bottom: 1.5px dotted #979797;
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
}

.new-flex-grid>li {
    background: #fff;
    z-index: 2;
    padding: 5px 0;
}

.new-flex-grid>li.tb-header {
    font-weight: 700;
    align-self: flex-start;
    padding-right: 10px;
}

.new-flex-grid>li.tb-val {
    align-self: end;
    padding-left: 10px;
}

.tb-new-header {
    margin: 10px 0 5px 0;
}

.sCloseModal {
    position: absolute;
    font-size: 32px;
    right: 5px;
    top: 5px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    border: none;
    text-align: center;
    cursor: pointer;
}

.photoConfirmModal {
    width: 300px !important;
    max-width: 100% !important;
}

.photoConfirmModal .modal-content {
    padding: 20px;
    padding-top: 0;
}

.date-range-ul {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}

.date-range-ul>li {
    width: 250px;
}

.range-date-picker-group {
    width: 100%;
    position: relative;
}

.range-date-picker-group::before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #0498cf;
    font-size: 20px;
}

.range-date-picker-group>.form-control {
    width: 100%;
    height: 92px;
    border-radius: 7.5px;
    box-shadow: 0 0 10px 0 rgba(81, 82, 83, 0.15), 0 0 2px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border: none;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}

.range-date-picker-group>.form-control:focus~.floating-label,
.range-date-picker-group>.form-control:not(:placeholder-shown)~.floating-label {
    font-size: 12px;
    font-weight: 700;
    top: 20px;
}

.range-date-picker-group>.form-control:focus,
.range-date-picker-group>.form-control:not(:placeholder-shown) {
    padding-top: 40px;
}

.range-date-picker-group .floating-label {
    font-size: 24px;
    font-weight: 700;
    color: #abe1fa;
}

.range-date-picker-group .floating-label-1 {
    font-size: 16px;
    line-height: 1.13;
    position: absolute;
    top: 34px;
    left: 22px;
}

.cq-notes-cnt {
    width: 486px;
    max-width: 100%;
}

.cq-notes-cnt textarea.form-control {
    font-size: 16px;
    padding: 20px 24px;
    height: 160px;
}

.cq-notes-cnt textarea.form-control::placeholder {
    color: #b7b7b7;
}

.cq-jobtypes {
    display: block;
    padding: 0;
    list-style: none;
}

.cq-jobtypes>li {
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: capitalize;
}

.cq-jobtypes>li::before {
    content: '+';
}

.new-topbar {
    background-color: #eeeeee;
}

.new-topbar .new-contact-number {
    display: inline-block;
    font-size: 14px;
    line-height: 2.5;
    font-weight: 700;
    color: #515253;
}

.new-topbar .new-account-info {
    float: right;
    list-style: none;
}

.new-topbar .new-account-info>li {
    font-size: 14px;
    line-height: 2.5;
    font-weight: 700;
    color: #515253;
    display: inline-block;
    margin-left: 30px;
    cursor: pointer;
    padding: 2px 0;
}

@media only screen and (max-width: 768px) {
    .new-topbar {
        display: none;
    }
}

.new-header {
    display: block;
    box-shadow: inset 0px 4px 8px -3px rgba(17, 17, 17, 0.06);
    border-bottom: 1px solid #eaeaea;
    width : 100%;
}

.new-header .new-header-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
    align-items: center;
    padding: 15px 0;
}

.new-header .new-header-flex .navbar-btn {
    display: none;
}

@media only screen and (max-width: 768px) {
    .new-header .new-header-flex .new-log {
        display: flex;
    }

    .new-header .new-header-flex .new-log .navbar-btn {
        display: block;
    }

    .new-header .new-header-flex .new-log img {
        height: 36px;
    }
}

.new-header .new-nav-menu {
    display: flex;
}

.new-header .new-nav-menu>nav {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .new-header .new-nav-menu>nav {
        margin-right: 0;
    }
}

.new-header .new-nav-menu>nav>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.new-header .new-nav-menu>nav>ul>li {
    display: inline-block;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #515253;
}

.new-header .new-nav-menu>nav>ul>li a {
    color: #515253;
    display : flex;
}
.new-header .new-nav-menu>nav>ul>li a > img { width : 23px; margin-right : 10px }
.menuDpdw #menuList li a { padding : 8px 15px !important; line-height:16px; font-size : 14px; font-weight:500 }

@media only screen and (max-width: 992px) {
    .new-header .new-nav-menu>nav>ul>li {
        padding-left: 10px;
    }
}

.new-header .new-nav-menu>nav>ul>li.dropdown::before {
    contain: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 700;
    color: #515253;
}

.new-header .new-nav-menu>nav>ul>li:first-child {
    padding-left: 10px;
}

@media only screen and (max-width: 768px) {
    .new-header .new-nav-menu {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .new-header .new-search-container {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .new-header {
        padding-top: 15px;
    }
}

.new-search-container {
    width: 200px;
    position: relative;
}

.new-search-container>input[type=search] {
    border-radius: 10px;
    border: 1px solid #b7b7b7;
    width: 100%;
    height: 38px;
    padding: 0 10px 0 30px;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

.new-search-container>input[type=search]::placeholder {
    color: #b7b7b7;
}

.new-search-container>i {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #b7b7b7;
    z-index: 10;
}

app-new-header,
app-new-header-layout {
    display: block;
    width: 100%;
}

.new-landing-banner {
    background: url("../images/new-landing-bg.jpg") no-repeat top right;
    background-size: cover;
    width: 100%;
    padding: 80px 0 120px 0;
}

.new-landing-banner-SNOW {
    background: url("https://www.plowzandmowz.com/wp-content/uploads/2019/12/snow_banner.png") no-repeat top right;
    background-size: cover;
    width: 100%;
    padding: 80px 0 120px 0;
}

.new-landing-banner-LEAF {
    background: url("https://www.plowzandmowz.com/wp-content/uploads/2020/03/ycu_banner-copy-1.png") no-repeat top right;
    background-size: cover;
    width: 100%;
    padding: 80px 0 120px 0;
}

.new-landing-banner .mobile-landing-img-cnt {
    display: none;
}

.new-landing-banner .landing-mobi-banner {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .new-landing-banner {
        padding: 20px 0 10px 0;
    }
}

@media only screen and (max-width: 575px) {
    .new-landing-banner {
        background: none;
    }

    .new-landing-banner .landing-mobi-banner {
        margin-top: -90px;
        display: block;
    }

    .new-landing-banner .landing-mobi-banner img {
        width: 100%;
    }
}

.new-lading-banner-content {
    display: block;
}

.new-lading-banner-content h1.new-land-header {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.49px;
    color: #0498cf;
    margin-bottom: 20px;
}

.new-lading-banner-content-snow h1.new-land-header-snow {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.49px;
    color: #1eaa52;
    margin-bottom: 20px;
}

.new-lading-banner-content p.new-land-text {
    font-size: 20.3px;
    font-weight: 500;
    letter-spacing: 0.25px;
    color: #000000;
    width: 493px;
    max-width: 100%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
    .new-lading-banner-content h1.new-land-header {
        font-size: 32px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .new-lading-banner-content p.new-land-text {
        font-size: 14px;
        width: 400px;
        max-width: 100%;
    }
}

.new-landing-phone {
    width: 280px;
}

.new-landing-phone .floating-form-group {
    width: 100%;
}

.new-landing-phone .floating-form-group .floating-label {
    width: 213px;
    font-size: 16.2px;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.38);
}

.new-landing-phone .floating-form-group .inline-btn-input {
    width: 100%;
}

.new-landing-phone .floating-form-group .inline-btn-input .floating-form-control {
    background: #ffffff;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height: 50px;
}

.new-landing-phone .floating-form-group .inline-btn-input .send-app-code-btn {
    background: transparent;
    color: #0075a9;
    font-size: 12px;
    font-weight: 700;
}

.new-landing-phone .floating-form-group .inline-btn-input .send-app-code-btn:disabled {
    color: #b7b7b7;
}

.new-landing-phone .nlpt {
    font-size: 12.3px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 20px;
    margin-top: 3px;
}

.new-landing-services-section {
    padding: 45px 0;
}

@media only screen and (max-width: 992px) {
    .new-landing-services-section .header-34 {
        font-size: 24px;
    }

    .new-landing-services-section .header-20 {
        font-size: 16px;
        margin: 10px 0 10px 0;
    }
		.new-land-text{
		text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	}
}

.header-34 {
    font-size: 34px;
    text-align: center;
    font-weight: 700;
}

.header-34.text-left {
    text-align: left;
}

.header-20 {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.text-green-1eaa52 {
    color: #1eaa52;
}

.text-black-06 {
    color: rgba(0, 0, 0, 0.6);
}

.new-landing-services-ol {
    width: 730px;
    max-width: 100%;
    display: flex;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px auto 0 auto;
}

.new-landing-services-ol>li {
    margin: 10px;
}

.new-landing-service {
    display: flex;
}

.new-landing-service .new-landing-service-input {
    display: none;
}

.new-landing-service .new-landing-service-input:checked+.new-landing-service-label {
    border-color: #0498cf;
}

.new-landing-service .new-landing-service-label {
    width: 125px;
    height: 107px;
    border: solid 2px transparent;
    border-radius: 6.9px;
    box-shadow: 0 0 7px 0 rgba(81, 82, 83, 0.15), 0 0 2px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
}

.new-landing-service .new-landing-service-label .nl-sr-img {
    height: 45px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.new-landing-service .new-landing-service-label .nl-sr-name {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.08;
    text-align: center;
    color: #303030;
    margin-top: 10px;
}

.center-auto {
    margin-left: auto;
    margin-right: auto;
}

.on-demand-work-section {
    display: block;
    padding: 0px 0 60px 0;
}

.on-demand-work-section .on-demand-worl-ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.on-demand-work-section .on-demand-worl-ul>li {
    width: 300px;
    max-width: 100%;
}

.on-demand-work-section .on-demand-worl-ul>li .on-demand-work {
    text-align: center;
}

.on-demand-work-section .on-demand-worl-ul>li .on-demand-work h4 {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.17px;
}

.on-demand-work-section .on-demand-worl-ul>li .on-demand-work p {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    letter-spacing: 0.22px;
    margin-top: 10px;
}

@media only screen and (max-width: 992px) {
    .on-demand-work-section .header-34 {
        font-size: 24px;
    }

    .on-demand-work-section .on-demand-worl-ul {
        justify-content: center;
    }

    .on-demand-work-section .on-demand-worl-ul>li {
        padding: 0 20px;
    }
}

.nl-clean-section {
    display: block;
}

.nl-clean-section ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    border: solid 1px #b7b7b7;
}

.nl-clean-section ul>li {
    flex: 1;
}

.nl-clean-section ul>li.li2 {
    background: #1eaa5d;
    clip-path: circle(86% at 92% 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .nl-clean-section ul>li.li2 {
        clip-path: none;
    }
}

.nl-clean-section ul>li.li2 .hire-landscaper-container {
    width: 300px;
    max-width: 100%;
}

.nl-clean-section ul>li.li2 .hire-landscaper-container h5 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.nl-clean-section ul>li.li2 .hire-landscaper-container p {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.22px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
    .nl-clean-section ul>li {
        width: 50%;
    }

    .nl-clean-section ul>li.li1 {
        align-self: center;
    }

    .nl-clean-section ul>li.li1 img {
        width: 100%;
    }

    .nl-clean-section ul>li.li2 {
        display: flex;
    }

    .nl-clean-section ul>li.li2 .hire-landscaper-container {
        padding: 30px 0;
        margin-left: 30px;
    }
}

@media only screen and (max-width: 620px) {
    .nl-clean-section ul {
        flex-wrap: wrap;
    }

    .nl-clean-section ul>li {
        flex: none;
        width: 100% !important;
    }

    .nl-clean-section ul>li.li2 {
        display: flex;
    }

    .nl-clean-section ul>li.li2 .hire-landscaper-container {
        margin-left: 0;
    }
}

.btn-w-full-b {
    width: 100%;
    border: none;
    border-radius: 5px;
    color: #0075a9;
    font-weight: 700;
    height: 40px;
    background: #f5f5f5;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.btn-w-full-b:disabled {
    color: #b7b7b7;
    box-shadow: none;
    cursor: not-allowed;
}

a.btn-w-full-b {
    line-height: 38px;
    display: block;
    background: #fff;
    text-align: center;
}

.nl-testimonials-section {
    padding: 60px 0 45px 0;

}

.nl-testimonials-section .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.nl-testimonials-section .owl-dots .owl-dot span {
    width: 24px !important;
    height: 24px !important;
    margin: 5px 7px;
    background: transparent !important;
    border: 1px solid #0498cf;
    display: inline-block;
    border-radius: 100%;
}

.nl-testimonials-section .owl-dots .owl-dot.active span {
    background: #0498cf !important;
}

.nl-review {
    padding: 0 10px;
    height: 100%;
}

.nl-review .nl-review-cnt {
    border: 1px solid #ededed;
    padding: 20px;
    border-radius: 4px;
    height: 100%;
}

.nl-review .nl-t-rating {
    color: #0498cf;
    font-size: 24px;
}

.nl-review h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.6);
    margin: 5px 0 20px 0;
}

.nl-review p {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 18px;
}

.nl-review .nl-r-name {
    color: rgba(0, 0, 0, 0.6);
}

.landscaping-services-section {
    padding: 78px 0 100px 0;
    background: url("../images/new-landing/landscaping-services.jpg") no-repeat top center;
    background-size: cover;
}

@media only screen and (max-width: 992px) {
    .landscaping-services-section {
        padding: 50px 0;
    }

    .landscaping-services-section .header-34 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.ls-service {
    background: #ffffff;
    padding: 16px;
    border-radius: 4px;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.ls-service .ls-service-title {
    margin-bottom: 17px;
}

.ls-service .ls-service-title h3 {
    font-size: 20.3px;
    font-weight: 500;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 0;
}

.ls-service .ls-service-title .lss-more {
    font-size: 14.3px;
    line-height: 1.4;
    letter-spacing: 0.25px;
    color: #0498cf;
}

.ls-service figure {
    text-align: center;
    height: 220px;
}

.ls-service p {
    font-size: 14.3px;
    line-height: 1.4;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.6);
}

.ls-service .lss-order {
    font-size: 14.1px;
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: 1.25px;
    color: #0498cf;
    text-transform: uppercase;
}

.ls-service .lss-bottom {
    align-self: flex-end;
}

.lss-ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0;
}

.lss-ul>li {
    padding: 0 8px;
}

@media only screen and (max-width: 992px) {
    .lss-ul {
        flex-wrap: wrap;
    }

    .lss-ul>li {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 620px) {
    .lss-ul>li {
        width: 100%;
    }
}

.new-landing-brands-section {
    padding: 30px 0;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
}

.new-landing-brands-section ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    margin: 0;
    align-items: center;
    align-content: center;
}

.new-landing-brands-section ul>li img {
    max-width: 100%;
}

@media only screen and (max-width: 992px) {
    .new-landing-brands-section ul {
        flex-wrap: wrap;
    }
}

.new-landing-cities {
    padding: 60px 0;
    background: url("../images/new-landing/cities-bg.png") no-repeat right center;
}

@media only screen and (max-width: 992px) {
    .new-landing-cities {
        padding: 30px 0;
        background-size: 400px;
        background-position: bottom right;
    }

    .new-landing-cities .header-34 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 620px) {
    .new-landing-cities {
        background: none;
    }
}

.nl-citu-names-ul {
    display: inline-block;
    padding: 0;
    list-style: none;
    margin-right: 50px;
}

.nl-citu-names-ul>li {
    display: block;
    margin-bottom: 10px;
}

.nl-citu-names-ul>li a {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6) !important;
}

.nl-citu-names-ul>li a.nlc-view-all {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.13px;
    color: #0498cf !important;
}

.cities-nl-div {
    display: flex;
    flex-wrap: wrap;
}

.new-landing-find-more-section {
    background: url("../images/new-landing/find-more-bg.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
    margin-top: 40px;
    padding: 40px 0 20px 0;
}

@media only screen and (max-width: 768px) {
    .new-landing-find-more-section {
        margin-top: -20px;
    }

    .new-landing-find-more-section .header-34 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.find-more-figure {
    text-align: center;
    margin-top: -140px;
    margin-bottom: 0;
    transform: rotate(-5deg);
}

.find-more-figure img {
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .find-more-figure {
        margin-top: -60px;
    }

    .find-more-figure img {
        max-width: 250px;
    }
}

.find-more-content {
    text-align: center;
    padding: 0 20px;
}

.find-more-content .header-34 {
    color: #ffffff;
    margin: 24px 0 30px 0;
}

.find-more-content p {
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}

.find-more-content .btn-w-full-b {
    width: 264px;
    margin: 0 auto;
    max-width: 100%;
}

.play-store-new {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
}

.play-store-new>li {
    padding: 0 10px;
}

.play-store-new>li>img {
    cursor: pointer;
}

.new-landing-blogs-section {
    padding: 80px 0 60px 0;
}

@media only screen and (max-width: 620px) {
    .new-landing-blogs-section {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 992px) {
    .new-landing-blogs-section .header-34 {
        font-size: 24px;
        margin-bottom: 0;
    }
}

.nl-blogs-ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nl-blogs-ul>li {
    width: calc(33.33% - 20px);
}

@media only screen and (max-width: 620px) {
    .nl-blogs-ul>li {
        width: 100%;
        margin-top: 20px;
    }
}

.nl-blog figure>img {
    width: 100%;
    height: 220px;
}

.nl-blog h5 {
    font-size: 18px;
    font-weight: 500;
    color: #0498cf;
    margin: 20px 0 10px 0;
}

.footer-cities-list {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-cities-list>li {
    width: calc(33.33% - 10px);
}

.footer-cities-list>li a {
    color: #000;
}

.footer-cities-list>li a.blue {
    color: #0498cf;
}

@media only screen and (max-width: 620px) {
    .footer-cities-list>li {
        width: calc(50% - 10px);
    }
}

.sevices-new-banner {
    padding: 100px 0;
    background: url("../images/new-landing/services-banner.jpg") no-repeat top left;
    background-size: contain;
}

.sevices-new-banner .services-modi-banner {
    display: none;
}



.sevices-new-banner .sevices-new-banner-content .page-header-h1 {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.49px;
    color: #0498cf;
}

.page-header-h1{
	    font-size: 60px;

}

.sevices-new-banner .sevices-new-banner-content p {
    font-size: 20px;
    font-weight: 500;
}

.sevices-new-banner .sevices-new-banner-content .new-search-container {
    width: 330px;
    max-width: 100%;
}

@media only screen and (max-width: 992px) {
    .sevices-new-banner .sevices-new-banner-content h1 {
        font-size: 24px;
    }

    .sevices-new-banner .sevices-new-banner-content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .sevices-new-banner {
        padding: 0 0 20px 0;
        background: none;
    }

    .sevices-new-banner .services-modi-banner {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .sevices-new-banner .services-modi-banner img {
        max-width: 100%;
    }
}

.services-new-section {
    padding: 70px 0 30px 0;
    background: url("../images/new-landing/services-bg.jpg") repeat top left;
}

.header-48 {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.25px;
}

.header-48.white {
    color: #fff;
}

.new-services-ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-services-ul>li {
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    .new-services-ul>li {
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 768px) {
    .new-services-ul>li {
        width: 100%;
    }
}

.new-service-div {
    width: 100%;
    position: relative;
    border-radius: 3px;
    background: #fff;
    height: 100%;
}

.new-service-div header {
    position: relative;
    display: flex;
    padding: 15px;
}

.new-service-div .order-s-link {
    text-transform: uppercase;
    font-size: 15px;
}

.new-service-div header .new-service-icon {
    position: relative;
}

.new-service-div header .new-service-title {
    margin-left: 20px;
}

.new-service-div header .new-service-title h4,
.new-service-div header .new-service-title h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.new-service-div header .icon {
    display: none;
}

@media only screen and (max-width: 768px) {
    .new-service-div header {
        padding-right: 30px;
    }

    .new-service-div header .icon {
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 26px;
        cursor: pointer;
    }
}

.new-service-div figure {
    width: 100%;
}

.new-service-div figure img {
    width: 100%;
}

.new-service-div .new-service-content {
    padding: 15px;
}

.new-service-div .new-service-content p {
    font-size: 14.3px;
    line-height: 1.4;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.6);
}

.new-service-div .new-service-content button {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: 0.5px;
    color: #0498cf;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.new-service-custom {
    display: flex;
    background-color: #16803e;
    padding: 30px;
    border-radius: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.new-service-custom .nsc1 {
    margin-right: 30px;
    align-self: center;
}

.new-service-custom .nsc2 {
    text-align: center;
}

.new-service-custom .nsc2 h2 {
    font-size: 34.3px;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-align: center;
    color: #ffffff;
}

.new-service-custom .nsc2 .btn-w-full-b {
    width: 240px;
    max-width: 100%;
    margin: 0 auto;
}

.new-service-custom .nsc2 p {
    font-size: 16.4px;
    font-weight: 300;
    line-height: 1.46;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
}

.cities-banner {
    padding: 80px 0;
    background: url("../images/new-landing/cities-banner.jpg") no-repeat center top;
    background-size: cover;
}

.cities-banner .cities-mobi-banner {
    display: none;
}

@media only screen and (max-width: 575px) {
    .cities-banner {
        padding: 0 0 20px 0;
        background: none;
    }

    .cities-banner .container {
        padding: 0;
    }

    .cities-banner .cities-mobi-banner {
        display: block;
    }

    .cities-banner .cities-mobi-banner img {
        max-width: 100%;
    }
}

.cities-banner-content {
    display: flex;
    justify-content: flex-end;
}

.cities-banner-content .cb-content {
    width: 450px;
    max-width: 100%;
    padding: 55px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
    background: #fff;
}

.cities-banner-content .cb-content h1 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.29px;
    color: #1eaa52;
}

.cities-banner-content .cb-content p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.22px;
    color: #000000;
    line-height: 22px;
    margin: 30px 0;
}

@media only screen and (max-width: 992px) {
    .cities-banner-content .cb-content {
        padding: 30px;
    }

    .cities-banner-content .cb-content h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .cities-banner-content .cb-content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .cities-banner-content {
        justify-content: center;
    }

    .cities-banner-content .cb-content {
        width: calc(100% - 30px);
        margin-top: -200px;
    }

	.cities-banner-content .cb-content p {
        margin: 10px 0;
    }

	.cities-banner-content .cb-content h1 {
        margin-bottom: 0px;
}

}

.cities-list-section {
    padding: 80px 0;
}

@media only screen and (max-width: 992px) {
    .cities-list-section {
        padding: 40px 0;
    }
}

.cities-box {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
    padding: 50px;
}

@media only screen and (max-width: 992px) {
    .cities-box {
        padding: 0;
        box-shadow: none;
    }
}

.cities-list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 620px;
    max-width: 100%;
    margin: 0 auto 0px auto;
}

.cities-list>li {
    width: 33.33%;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    margin-bottom: 12px;
	width: 100%;
}

.cities-list>li a {
    color: rgba(0, 0, 0, 0.6);
}

.cities-list>li.bold {
    font-weight: 700;
}

@media only screen and (max-width: 992px) {
    .cities-list {
        padding: 0 5px;
        max-width: 100%;
    }

    .cities-list>li {
        min-width: 50%;
    }
}

.cities-page-header {
    text-align: center;
    margin-bottom: 50px;
}

.cities-page-header h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.39;
    letter-spacing: 0.19px;
    color: #1eaa52;
}

.cities-page-header p {
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 992px) {
    .cities-page-header {
        margin-bottom: 0px;
        padding: 40px 0;
    }

    .cities-page-header h2 {
        font-size: 24px;
    }

    .cities-page-header p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .cities-list>li {
		width: 50%;
		min-width: 155px;
    }
}

.cities-request-section {
    padding: 0 0 60px 0;
}

.cities-map-image figure {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
}

.cities-map-image figure img {
    width: 100%;
}

.cities-request-form {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 30px auto 0 auto;
    width: 658px;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.cities-request-form>li {
    padding: 0 16px;
    width: 50%;
    margin-bottom: 15px;
}

.cities-request-form>li .floating-form-control {
    background-color: rgba(0, 0, 0, 0.087);
    border-radius: 5px;
    border: none;
}

.cities-request-form>li .floating-form-control::placeholder {
    font-size: 16.2px;
    font-weight: 700;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
}

.cities-request-form>li .btn-w-full-b {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 575px) {
    .cities-request-form>li {
        width: 100%;
    }
}

.nfz-pd20 {
    padding-bottom: 20px;
}

.ng-new-search .ng-has-value .ng-placeholder {
    display: none;
}

.ng-new-search .ng-select-container {
    height: 38px !important;
    min-height: 0;
    border-radius: 10px;
    border: solid 1px #b7b7b7;
    background-color: #ffffff;
    padding-left: 10px;
}

.ng-new-search .ng-select-container .ng-value-container .ng-value.ng-star-inserted {
    margin: 0;
}

.ng-new-search .ng-select-container .ng-arrow-wrapper {
    display: none;
}

.ng-new-search .ng-select-container .ng-placeholder {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: -0.41px;
    color: #b7b7b7 !important;
}

.ng-dropdown-panel.ng-new-search {
    border: 1px solid #b7b7b7;
}

.ng-dropdown-panel.ng-new-search .ng-dropdown-panel-items .ng-option {
    padding: 5px 10px;
}

.rating-owl .owl-stage {
    display: flex;
    min-height: 100%;
}

.rating-owl .owl-stage .owl-item .nl-review {
    height: 100%;
}

.site-breeadcrumb {
    background: #ededed;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.site-breeadcrumb .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 8px 0;
}

.page-banner-strip {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(to bottom, #4eba6d, #4eba6d);
    z-index: 99999;
    color: #fff;
    transition: all .5s ease-in-out;
}

.page-banner-strip .page-banner-strip-content {
    display: flex;
    align-items: center;
}

.page-banner-strip .page-banner-strip-content .pb-icon {
    display: inline-block;
    margin-right: 20px;
}

.page-banner-strip .page-banner-strip-content .pb-icon img {
    width: 30px;
    max-height: 30px;
}

.page-banner-strip .page-banner-strip-content .pb-content {
    line-height: 20px;
}

@media only screen and (max-width: 620px) {
    .page-banner-strip {
        position: relative;
    }
}

img[src*="loader1001"] {
    width: 40px !important;
    margin: 0 auto;
}

.rageDp .is-other-month {
    display: none;
}

.photos-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/loader1001.svg") no-repeat center center;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.6);
}

.blog-btn {
    display: block;
    width: 300px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    margin: 30px auto 0 auto;
    background: #f5f5f5 !important;
}

.home-page-location {
    width: 400px;
    max-width: 100%;
    margin-top: 10px;
    position: relative;
    padding-bottom: 40px;
}

.home-page-location::before {
    background: url("../images/marker-005180-100__.png") no-repeat left center;
    content: '';
    width: 20px;
    height: 47px;
    left: 9px;
    position: absolute;
    z-index: 10;
    background-size: 100%;
    top: 2px;
}

.homeGeoAutoComplete {
    position: relative;
}

.homeGeoAutoComplete #search_places {
    padding-left: 40px;
}

.new-landing-apps-section {
    background-color: #fff7ef;
    padding: 30px 0;
    margin-bottom: 40px;
}

.new-landing-apps-section .nl-app-img-container {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: -48px;
}

.new-landing-apps-section .nl-app-img-container>li {
    width: 49%;
    display: inline-block;
}

.new-landing-apps-section .nl-app-img-container>li img {
    width: 100%;
}

.new-landing-apps-section .nl-app-img-container>li:first-child {
    position: relative;
    z-index: 2;
}

.new-landing-apps-section .nl-app-img-container>li:last-child {
    position: relative;
    top: -18px;
    z-index: 1;
    left: -54px;
}

@media only screen and (max-width: 768px) {
    .new-landing-apps-section .nl-app-img-container {
        margin: 0;
    }
}

.nl-apps-content h2 {
    font-size: 34.3px;
    font-weight: 700;
    letter-spacing: 0.25px;
    color: #1eaa52;
    margin-bottom: 20px;
}

.nl-apps-content p {
    font-size: 20.3px;
    letter-spacing: 0.25px;
    color: #000000;
}

.available-services-section {
    position: fixed;
    z-index: 10000000000;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    top: 0;
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .available-services-section {
        align-items: flex-start;
        align-content: flex-start;
    }
}

.available-services-section .close-as {
    color: rgba(255, 255, 255, 0.9);
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    right: 60px;
    top: 60px;
    position: absolute;
    cursor: pointer;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.available-services-section .close-as:hover {
    background: #fff;
    color: #000;
}

.available-services-section .asm-haeder {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .available-services-section {
        display: block;
        padding: 40px 30px;
    }

    .available-services-section .close-as {
        top: 5px;
        right: 5px;
    }
}

.available-sevices-list {
    list-style: none;
    padding: 0;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.available-sevices-list>li {
    width: 125px;
    height: 107px;
    margin: 10px;
    border: solid 2px transparent;
    border-radius: 6.9px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.1);
}

.available-sevices-list>li h5 {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.08;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    width: 100%;
}

.available-sevices-list>li figure {
    margin: 0;
    height: 45px;
    line-height: 45px;
}

.available-sevices-list>li:hover {
    background: #fff;
}

.available-sevices-list>li:hover h5 {
    color: #000;
}

.vFlowHidden {
    overflow: hidden;
}

.defaultAddress {
    width: 300px;
    max-width: 100%;
    margin: 10px auto 20px auto;
    box-shadow: 0 0 7px 0 rgba(81, 82, 126, 0.15), 0 0 10px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
}

.defaultAddress figure {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.defaultAddress figure img {
    width: 100%;
}

.defaultAddress figure .editProperty {
    position: absolute;
    right: 5px;
    top: 5px;
    background: rgba(0, 0, 0, 0.6);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    color: #fff;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    border: 2px solid transparent;
}

.defaultAddress p {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    padding: 5px;
}

.maxLnW {
    max-width: 32px;
}

.available-services-section {
    display: none;
}

.addr-input {
    background: #fff;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    padding-left: 40px;
    font-size: 15px;
}

.new-search-container #servicesBox_flexselect {
    border-radius: 10px;
    border: 1px solid #b7b7b7;
    width: 100%;
    height: 38px;
    padding: 0 10px 0 30px;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

.flexselect_dropdown {
    background: #fff;
}

.flexselect_dropdown ul {
    width: 100%;
    background: #fff;
}

.flexselect_dropdown ul li {
    color: #000000 !important;
    padding: 8px 10px;
    border-bottom: 1px solid #979797;
    font-size: 18px;
}

.menuDpdw {
    top: 30px !important;
    left: 0 !important;
    transform: translate3d(4px,17px,0) !important;
}


/* Pooz Css */

.pooz-seo-banner {
    background: url("../images/pooz/pooz-seo-banner.jpg") no-repeat center top;
    padding: 80px 0 50px 0;
    background-size: cover;
}

.pooz-seo-banner-content h1 {
    line-height: 1.67;
    letter-spacing: -0.49px;
    font-size: 36px;
    font-weight: 700;
    color: #0498cf;
    line-height: 40px;
}

.pooz-seo-banner-content .pooz-seo-inro-txt {
    width: 480px;
    max-width: 100%;
    margin-top: 30px;
    font-size: 20.3px;
    font-weight: 500;
    letter-spacing: 0.25px;
    color: #000000;
}

.width-320 {
    width: 320px;
    max-width: 100%;
}

.pooz-banner-flex {
    display: flex;
    flex-wrap: wrap;
}

.pooz-banner-flex .pbf-1 {
    max-width: 100%;
}

.pooz-banner-flex .pbf-2 {
    padding-left: 30px;
    max-width: 100%;
}

.pooz-mobi-figure {
    margin: 30px 0 -100px 0;
    position: relative;
    z-index: 100;
}

.new-style-phone-box.top50 {
    margin-top: 50px;
}

.new-style-phone-box .form-control {
    border: solid 1px rgba(0, 0, 0, 0.32);
    border-radius: 5px;
    background: #fff;
    padding-right: 35px;
    margin-bottom: 7px;
}

.new-style-phone-box .floating-form-group {
    position: relative;
}

.new-style-phone-box .floating-form-group .floating-label {
    color: rgba(0, 0, 0, 0.6);
}

.new-style-phone-box .floating-form-group .phone-s-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.32);
    background: #fff;
}

.on-demand-pooz-section {
    background: #ebf2fa;
    padding: 80px 0 40px 0;
}

.hire-dog-duty-section {
    padding: 140px 0;
    background: url("../images/pooz/pooz-bg1.jpg") no-repeat center bottom;
    background-size: cover;
}

@media only screen and (max-width: 575px) {
    .hire-dog-duty-section {
        background: url("../images/pooz/pooz-mobi-b1.png") no-repeat left top;
        background-size: cover;
        padding-top: 350px;
        padding-bottom: 40px;
    }
}

.hire-dog-duty-section.pooz-yard-clean-section {
    padding: 200px 0;
    background: url("../images/pooz/pooz-bg2.jpg") no-repeat center center;
    background-size: cover;
}

@media only screen and (max-width: 575px) {
    .hire-dog-duty-section.pooz-yard-clean-section {
        background: url("../images/pooz/pooz-mobi-b2.jpg") no-repeat center top;
        background-size: cover;
        padding-top: 350px;
        padding-bottom: 40px;
    }
}

.hire-dog-duty-section.pooz-yard-clean-section .hire-dog-duty-content {
    justify-content: flex-start;
}

.hire-dog-duty-content {
    display: flex;
    justify-content: flex-end;
}

.hire-dog-duty-content .hdd-content {
    width: 400px;
    max-width: 100%;
}

.pooz-secondary-header {
    font-size: 34.3px;
    font-weight: 700;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.6);
}

.pooz-secondary-header.blue-d {
    color: #02668e;
}

@media only screen and (max-width: 768px) {
    .pooz-secondary-header {
        font-size: 24px;
    }
}

.pooz-secondary-p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.22px;
    color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 768px) {
    .pooz-secondary-p {
        font-size: 16px;
    }
}

.pooz-hire-btn {
    background: #f5f5f5;
}

.pooz-hire-btn.w300 {
    width: 300px;
    max-width: 100%;
}

.pooz-side-image-section {
    display: flex;
    position: relative;
    min-height: 600px;
}

.pooz-side-image-section.right-img::before {
    background: url("../images/pooz/pooz-t1.jpg") no-repeat top left;
    background-size: cover;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.pooz-side-image-section.left-img::before {
    background: url("../images/pooz/pooz-t2.jpg") no-repeat top left;
    background-size: cover;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}

.pooz-side-image-section .pooz-side-img-row {
    height: 100%;
    align-items: center;
}

.pooz-side-image-section .pooz-side-img-row .hdd-content {
    width: 440px;
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .pooz-side-image-section {
        flex-wrap: wrap;
        padding: 40px 0 0 0;
        min-height: auto;
    }

    .pooz-side-image-section .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 1;
    }

    .pooz-side-image-section .col-md-6 .hdd-content {
        width: 100%;
    }

    .pooz-side-image-section.right-img::before,
    .pooz-side-image-section.left-img::before {
        display: none;
    }

    .pooz-side-image-section .side-mobi-img {
        width: 100%;
        display: block !important;
        margin: 30px 0 0 0;
    }

    .pooz-side-image-section .side-mobi-img>img {
        width: 100%;
    }
}

.refer-flag {
    right: 0;
    position: fixed;
    cursor: pointer;
    top: 150px;
    width: 280px;
    height: 82px;
    border-radius: 49px 0 0 49px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff7ef;
    z-index: 1000;
    padding: 10px;
    display: flex;
    align-items: center;
}

.refer-flag figure {
    width: 80px;
    margin: 0;
}

.refer-flag figure img {
    width: 100%;
}

.refer-flag h6 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.25px;
    color: #4eba6d;
    margin: 0 0 0 10px;
}

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

    .refer-flag {
        height: auto;
        width: auto;
        top: auto;
        bottom: 100px;
    }

    .refer-flag img {
        display: none;
    }

    .refer-flag h6 {
        font-size: 16px;
    }
}

/* for blog ui change by SK on 20191107 */
.nl-blogs-ul > li {
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
.nl-blog p {
    padding: 0 10px;
    color: #000000;
}
.nl-blog h5 {
    font-size: 18px;
    font-weight: 500;
    color: #0498cf;
    margin: 20px 0 10px 0;
	padding: 0 10px;
}
.readmoreanchor {
	padding: 0 10px;
}
.nl-blogs-ul a {
    text-decoration: none !important;
	padding: 30px;
}

@media only screen and (max-width: 992px) {
    .nl-blog figure {
        display: none;
    }
}