@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");
* {
    outline: none;
}
::selection {
    background: #0091cf;
    color: #fff;
}
::-moz-selection {
    background: #0091cf;
    color: #fff;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-size: 1rem;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #231f20;
    position: relative;
    scroll-behavior: smooth;
    /* transition: all 0.3s; */
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
a {
    color: #231f20;
}
a:hover,
a:focus {
    color: #6ac335 !important;
    text-decoration: none;
}
.fs12 {
    font-size: 12px !important;
}
.fs14 {
    font-size: 14px !important;
}
.fs16 {
    font-size: 16px !important;
}
.fs18 {
    font-size: 18px !important;
}
.fs20 {
    font-size: 20px !important;
}
.fs22 {
    font-size: 22px !important;
}
.fs24 {
    font-size: 24px !important;
}
.fs26 {
    font-size: 26px !important;
}
.fs28 {
    font-size: 28px !important;
}
.fs30 {
    font-size: 30px !important;
}
.fw300 {
    font-weight: 300 !important;
}
.font__color {
    color: #6ac335;
}
.rounded-xl {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
}
.bg-primary {
    background-color: #6ac335 !important;
}
.bg-dark {
    background-color: #2d2d2d !important;
}
.bg-light {
    background-color: #efefef !important;
}
.bg-light-secondary {
    background-color: #f5f5f5 !important;
}
.text-primary {
    color: #6ac335 !important;
}
.border-primary {
    border-color: #6ac335 !important;
}
.badge-primary {
    background-color: #6ac335 !important;
}
button:focus {
    outline: none;
}
.btn-primary {
    background: #6ac335;
    border-color: #6ac335;
    color: #231f20;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.btn-primary.disabled,
.btn-primary:disabled {
    background: #6ac335;
    border-color: #6ac335;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #231f20;
    border-color: #231f20;
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background: #231f20;
    border-color: #231f20;
    color: #fff;
}
.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
    background: #2b2b2b;
}
.btn-white {
    background: #fff;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.btn-white:hover,
.btn-white:focus {
    background: #231f20;
    color: #fff;
}
.btn-light {
    color: #231f20;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.btn-outline-primary {
    border-color: #6ac335;
    color: #6ac335;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: #231f20;
    border-color: #231f20;
    color: #fff;
}
.btn-outline-dark {
    border-color: #231f20;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background: #231f20;
    border-color: #231f20;
    color: #fff;
}
.table-primary,
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #f8ddd6 !important;
}
.form-control:focus,
.custom-select:focus,
.input-group > .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 170, 154, 0.25);
    border-color: #6ac335;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #6ac335;
    background-color: #6ac335;
}
.main-menu li a,
.booking-type a,
.form-input label {
    transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.crowd-fixed .header {
    margin: 60px 0 0 0;
}
.crowd-header {
    background-color: #6ac335;
    position: fixed;
    height: 60px;
    z-index: 1000;
    top: 0;
    width: 100%;
}
.crowd-header img,
.crowd-header i.l2l-gift {
    width: 40px;
    color: #fff;
}
.crowd-header .text {
    color: #fff;
    text-align: left;
    font-size: 16px;
    padding: 15px 0 15px 30px;
    position: relative;
}
.crowd-header .text a {
    color: #fff;
    text-decoration: underline;
}
.crowd-header .btn-find-more {
    position: absolute;
    right: 10px;
    top: 10px;
    width: inherit;
    letter-spacing: 1px;
    font-size: 18px;
    color: #e3922f;
    background-color: #fff;
}
.crowd-header .btn-refer-close {
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 30px;
    height: 30px;
    padding: 0;
    background: transparent;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}
.header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 1;
}
.header .logo {
    padding: 4px 0;
}
.header .logo img {
    height: 100px;
}
.header .logo-fixed {
    display: none;
}
.header .logo-fixed img {
    width: 100%;
    max-width: 140px;
}
.header-navbar {
    background: #fff;
    position: relative;
    padding: 10px 0;
}
.header.fixed,
.header-navbar.fixed {
    padding: 5px 0;
    background: #fff !important;
    border: 1px solid #efefef;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header.fixed .logo {
    display: none;
}
.header.fixed .logo-fixed {
    display: block;
}
.header.fixed .logo img,
.header-navbar .logo img {
    height: 50px;
}
.header.fixed .main-menu li a,
.header-navbar .main-menu li a {
    color: #7a7a7a;
}
.header.fixed .main-menu .sign-in a,
.header.fixed .main-menu .sign-up a,
.header-navbar .main-menu .sign-in a,
.header-navbar .main-menu .sign-up a {
    color: #fff;
}
.navigation {
    margin: 0px;
}
.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: table;
    text-align: right;
}
.main-menu li {
    display: inline-block;
    text-align: center;
    position: relative;
}
.main-menu li a {
    font-family: "Open Sans", sans-serif;
    color: #231f20;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 10px 16px;
}
.main-menu li a:hover {
    color: #231f20;
}
.main-menu li.sign-in a,
.main-menu li.sign-up a {
    color: #fff;
    font-size: 16px;
}
.sign-in {
    color: #fff;
    margin-left: 15px;
    border: 1px solid #fff;
    border-right: none;
    border-radius: 25px;
    background: #231f20;
}
.sign-up {
    color: #fff;
    border: 1px solid #fff;
    border-left: none;
    border-radius: 0 25px 25px 0;
    background: #231f20;
}
/* .top-section-bg {
    background: url(/images/main-bg.png) top right no-repeat;
} */
.top-section {
    position: relative;
    width: 100%;
    height: 700px;
    max-height: 800px;
    background-size: cover;
}
.top-section-container {
    margin: 0 auto;
}
.top-section-container h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #231f20;
    text-transform: capitalize;
    text-align: center;
}
.top-section-container h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    /* color: #231f20000; */
}
.place-order-form .title {
    display: block;
    font-weight: 400;
    font-size: 30px;
    color: #231f20;
    text-align: center;
    margin: 40px 0 30px;
}
.place-order-field {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 30px auto 30px;
}
.place-order-field .form-control {
    position: relative;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #010101;
    width: 100%;
    max-width: 480px;
    height: 60px;
    padding: 10px 25px !important;
    border: none;
    border-radius: 50rem;
}
.place-order-field .btn-order {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: 10px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.25);
    border: none;
}
.find-location {
    font-size: 18px;
    color: #231f20;
}
.collection-delivery {
    font-size: 20px;
    font-weight: 700;
    color: #231f20;
    border-left: 2px solid #6ac335;
    padding-left: 10px;
    margin-top: 40px;
}
.btn-how-work {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    position: relative;
    display: inline-block;
    margin-top: 30px;
    z-index: 2;
    background: #efefef;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}
.btn-how-work::before {
    border-radius: 50%;
    border: 2px solid rgba(237, 170, 154, 0.3);
    width: 60px;
    height: 60px;
    position: absolute;
    content: "";
    right: -20px;
    top: -12px;
    transform: scale(1);
    display: block;
    z-index: 1;
    animation: pulse-border 1500ms ease-out infinite;
}
.btn-how-work::after {
    background: #efefef;
    border-radius: 50%;
    border: 2px solid rgba(237, 170, 154, 0.3);
    width: 60px;
    height: 60px;
    position: absolute;
    content: "";
    top: -12px;
    right: -20px;
    z-index: -1;
}
.btn-how-work:hover {
    color: #6ac335;
}
.btn-how-work:hover:after {
    border: 2px solid rgba(237, 170, 154, 0.9);
}
.btn-how-work i {
    position: relative;
    z-index: 1;
}
@keyframes pulse-border {
    0% {
        transform: translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.wash-machine {
    position: absolute;
    top: 50%;
    right: 150px;
    margin-top: -120px;
}
@media screen and (max-width: 1920px) {
    .wash-machine {
        right: 220px;
    }
}
@media (max-width: 1599px) {
    .wash-machine {
        right: 100px;
    }
}
@media (max-width: 1300px) {
    .wash-machine {
        right: 50px;
        width: 200px;
    }
}
@media (max-width: 1199px) {
    .wash-machine {
        display: none;
    }
}
@media (max-width: 767px) {
    .wash-machine {
        display: none;
    }
}
.title-airbnb {
    display: block;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 5px 0 30px;
}
.key-point-list {
    display: table;
    margin-bottom: 50px;
}
.key-point {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.key-point i {
    font-size: 20px;
    padding-right: 10px;
}
.discount-call-action {
    position: absolute;
    bottom: 0%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.discount-call-action .discount-text {
    font-size: 20px;
    color: #231f20;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.discount-call-action .code {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #231f20;
    padding: 10px 20px;
    background: #edaa9c;
    border: none;
    display: table;
    position: relative;
    margin: 20px auto 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.discount-call-action .code i {
    margin-right: 10px;
    margin-top: -6px;
}

.featured {
    background: #f1f1f1;
    padding: 20px 0;
}
.featured img {
    margin: 0 auto;
    width: 60%;
    text-align: center;
}
.les-image {
    margin: 0 auto;
    width: 150px;
    display: block;
}
.lcn-award-image {
    display: block;
}
.bcs-image {
    display: block;
    margin: 0 auto;
}
.price-promise-image {
    display: block;
    margin: 0 0 0 auto;
}
.featured-in .title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #231f20;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.how-it-work {
    color: #231f20;
    text-align: center;
    padding: 60px 0;
    background: #fff url(/images/bubbles.png) 102% -5% no-repeat;
    overflow: hidden;
}
.how-it-work h2,
.laundry-prices h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    margin: 0 0 50px;
}
.how-it-work h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #231f20;
    text-transform: capitalize;
}
.how-it-work h4,
.laundry-prices h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 6px;
}
.dotted:after {
    position: absolute;
    top: 50%;
    right: -5%;
    background: #6ac335;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
}
.dotted:nth-child(5):after {
    display: none;
}
.how-it-work-image {
    background: #fafafa;
    margin-top: 30px;
    width: 200px;
    height: 200px;
    box-shadow: 0 0.5rem 0.625rem rgba(0, 0, 0, 0.15);
}
.how-it-work-counter {
    background-color: #6ac335;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: -30px auto 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.how-it-work-button .btn {
    padding: 14px 40px;
    font-size: 20px;
    width: 100%;
    max-width: 320px;
}
.laundry-prices {
    font-family: "Open Sans", sans-serif;
    padding: 0;
    background: url(/images/serv_bg.png) left bottom repeat-x;
}
.laundry-prices-content {
    padding-top: 30px;
    padding-bottom: 40px;
}
.laundry-prices-inner img {
    padding: 5px;
    transition: all 0.3s;
}
.laundry-prices-block:hover .laundry-prices-inner img {
    background-color: #6ac335;
    border-radius: 5px;
}
.laundry-prices-block {
    margin: 20px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.laundry-prices-promise {
    margin-top: -50px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.laundry-prices-image {
    margin-bottom: 20px;
}
.laundry-prices-inner {
    padding: 30px 0;
}
.laundry-prices-heading {
    font-size: 22px;
}
.laundry-prices-text,
.laundry-prices-amount,
.laundry-prices-weight {
    text-align: center;
}
.laundry-prices-text {
    font-size: 15px;
    text-transform: uppercase;
}
.laundry-prices-amount {
    font-size: 36px;
}
.laundry-prices-weight {
    font-size: 14px;
    text-transform: uppercase;
}
.app-splash {
    background: url(../images/app-splash.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}
.app-splash p span {
    padding: 0 15px;
}
.l2l-app-icon {
    margin-bottom: 30px;
}
.form-app-input {
    position: relative;
    width: 100%;
    max-width: 580px;
    margin: 0 auto 30px;
}
.form-app-input .form-control {
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #010101;
    width: 100%;
    max-width: 420px;
    height: 52px;
    padding: 10px 25px;
    border: 1px solid #efefef;
    border-radius: 50rem;
    box-shadow: none;
}
.form-app-input button {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #141414;
    padding: 10px 30px !important;
    height: 52px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}
.form-app-input button:hover,
.form-app-input button:focus {
    outline: none;
}
.form-app-input span.error {
    right: 32%;
}
.schedule-collection {
    margin-top: 60px;
}
.newsletter {
    text-align: left;
    color: #fff;
    padding: 30px 0;
}
.newsletter h3 {
    font-size: 30px;
    margin: 0;
}
.newsletter p {
    font-size: 15px;
    margin: 0;
}
.newsletter input[type="text"]::-moz-placeholder {
    color: #f2f2f2;
    opacity: 1;
}
.newsletter input[type="text"]:-ms-input-placeholder {
    color: #f2f2f2;
}
.newsletter input[type="text"]::-webkit-input-placeholder {
    color: #f2f2f2;
}
.newsletter input.error {
    border: none;
    border-bottom: 1px solid #f35958 !important;
}
.newsletter span.error {
    right: 50px;
}
.footer {
    background: #e2e2e2;
}
.footer-locations {
    font-size: 1rem;
}
.footer-main-nav {
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer-main-nav h4 {
    color: #231f20;
}

.footer-main-nav h4,
.footer-locations h4 {
    font-size: 24px;
}
.footer-locations h4.border-top {
    border-top: 1px solid #b7b7b7 !important;
    margin: 0;
    padding: 15px 0 0;
}
.footer-main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-main-nav li {
    padding-top: 1px;
}
.footer-main-nav a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.footer-locations-menu h5 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: normal;
}
.footer-locations-menu h5 a {
    color: #231f20;
}

.footer-locations-menu ul {
    display: table;
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.footer-locations-menu ul:last-child {
    border-bottom: none;
}

.footer-locations-menu li {
    display: inline-block;
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-top: 5px;
}

.footer-locations-menu li a {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
}

.footer-main-nav a:hover,
.footer-locations a:hover {
    color: #6ac335;
}
/* footer some changes   */

.ft_icon_scil .social_ft_icons a {
    padding: 0 5px !important;
}
.ft_icon_scil .social_ft_icons a:hover {
    color: #6ac335 !important;
}

.list-countries {
    width: 100%;
    margin-bottom: 0;
    padding: 5px 0;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    justify-content: space-between;
}
.list-countries .list-group-item {
    background-color: transparent;
    border: none;
}
.list-countries a {
    color: #231f20;
    line-height: 20px;
    text-transform: uppercase;
}
.list-countries a.list-group-item:hover,
.list-countries a.list-group-item:focus {
    background: transparent;
}
.list-countries a > .badge {
    margin-top: 3px;
    margin-left: 20px;
    background-color: transparent;
}
.list-countries a img {
    width: 24px;
}

.footer-text {
    font-size: 14px;
    padding: 0;
    color: #231f20;
}
.footer-text h2 {
    font-size: 24px;
    margin-top: 0px;
}
.footer-text .border-bottom {
    border-bottom: 1px solid #b7b7b7 !important;
}
.copyright {
    font-size: 14px;
    padding: 15px 0;
}
.copyright p {
    margin: 10px 0 0;
}
.copyright li {
    display: inline-block;
    line-height: 1;
    border-right: 1px solid #231f20;
}
.copyright li:last-child {
    border-right: none;
}
.copyright li a {
    color: #231f20;
    padding: 0 10px;
}
.payment-accepted {
    float: right;
    text-align: right;
}
.payment-text {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}
.livechat {
    position: fixed;
    bottom: 0;
    right: 0px;
    margin-bottom: 60px;
    margin-right: 20px;
    z-index: 100000;
}
.livechat-inner {
    position: absolute;
    width: 150px;
    bottom: 40px;
    right: 0px;
    display: none;
}
.btn-chat {
    font-size: 24px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border: none;
    color: #fff;
    background: #6ac335;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.whatsapp .text {
    width: 100px;
    float: left;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    margin-top: 8px;
    padding: 2px 8px;
    margin-right: 5px;
}
.whatsapp .icon {
    float: left;
    display: block;
    min-width: 40px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    outline: none;
    position: relative;
    background: #4dc247;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
}
.whatsapp svg {
    fill: white;
    width: 38px;
}
.freshchat {
    border: none;
    padding: 0px;
    background: transparent;
}
.freshchat .text {
    width: 100px;
    float: left;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    margin-top: 8px;
    padding: 2px 8px;
    margin-right: 5px;
}
.freshchat .icon {
    float: left;
    display: block;
    margin-bottom: 10px;
    min-width: 40px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    outline: none;
    position: relative;
    background: #20a849;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    border: none;
}
.freshchat svg {
    fill: white;
    width: 38px;
}
.no-padding {
    padding: 0px;
}
.hide-area {
    display: none;
}
.red-color {
    color: red;
}
.error-area {
    border: 1px solid #f35958 !important;
    background-color: #fcb5af !important;
}
.error {
    display: block;
    color: #f35958;
}
input.error {
    border: 1px solid #f35958 !important;
}
span.error {
    position: absolute;
    bottom: 0px;
    background-color: rgba(184, 26, 30, 0.8);
    padding: 5px 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #fff;
    font-size: 12px;
    right: 0px;
}
.correct {
    display: block;
    color: #acf9ad;
}
input.correct {
    border: 1px solid #3c763d !important;
}
span.correct {
    position: absolute;
    bottom: 0px;
    background-color: rgba(223, 240, 216, 0.8);
    padding: 5px 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #3c763d;
    font-size: 12px;
    right: 0px;
}
#captcha_refresh {
    color: #3a3d93;
    font-size: 14px;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    z-index: 99999;
    top: 28px;
    right: 16px;
}
.form-group {
    position: relative;
}
#msg_box {
    display: none;
}
.msg-box {
    display: block !important;
    padding: 5px !important;
    margin-top: 10px !important;
}
.error-area {
    border: 1px solid red;
    background: #f4bcbc;
}
/* ####### PRICING ######### */

.page-header {
    position: relative;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 73px;
    z-index: 10;
}
.price-item,
.price-summary {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
}
.price-summary {
    font-size: 15px;
}
.price-item .list-group-item {
    font-weight: 700;
    background: transparent;
}
.price-item .list-group-item:nth-child(even) {
    background: #e4e4e4;
}
.price-summary .plus,
.price-summary .minus {
    background: #2b2b2b;
    width: 25px;
    height: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    border: none;
    outline: none;
}
.price-summary .minus {
    background: #6ac335;
}
.cart-list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.price-summary .cart-name {
    font-size: 14px;
    font-weight: 700;
}
.price-summary .cart-qty {
    text-align: center;
}
.price-summary .cart-price {
    font-size: 14px;
}
.price-summary .price-estimate-amount {
    font-size: 24px;
    float: right;
    display: inline-block;
}
.price-item .qty {
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 2px solid #2b2b2b;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.price-item .btn {
    width: 40px;
    height: 35px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: normal;
    border: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
.category-item {
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
}
.category-item .icon {
    line-height: 0;
}
.category-item.mixitup-control-active .icon {
    background: #6ac335;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}
.owl-nav button.owl-next,
.owl-nav button.owl-prev {
    top: 40%;
    position: absolute;
    width: 24px;
    height: 24px;
    margin: 0;
}
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 36px;
    height: 24px;
    width: 24px;
    display: block;
    line-height: 16px;
}
.owl-carousel .owl-nav button.owl-next {
    right: -10px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
}
/* ####### Corporate ######### */
.corporate {
    background: #f5f5f5 url(../assets/images/wave-bg4.jpg) left bottom repeat-x;
}
.contact-today {
    background: #f6f6f6;
}
.custom-form label {
    font-size: 16px;
    color: #231f20;
    text-transform: uppercase;
}
.custom-form label small {
    font-size: 12px;
    text-transform: lowercase;
    padding-left: 15px;
}
.custom-form .form-control,
.custom-form .custom-select {
    border-radius: 0.4rem;
    font-size: 16px;
    padding: 10px 20px;
    height: 50px;
    border: 1px solid #ced4da;
}
.custom-form textarea.form-control {
    height: auto;
}

.custom-form .input-group-append > .input-group-text {
    background-color: transparent;
}
.custom-form .input-group-append > .input-group-text i {
    cursor: pointer;
    font-size: 22px;
}
.custom-form .form-control:focus,
.custom-form .custom-select:focus,
.custom-form .input-group > .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 170, 154, 0.25);
    border-color: #6ac335;
}
.country-code > .form-control {
    border-right: 1px solid #ced4da !important;
}
.country-code .custom-select {
    width: 130px;
}
.input-text-country {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    border: 1px solid #dce1e5;
    border-radius: 0.4rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 50px;
    min-width: 130px;
    width: 35%;
    line-height: 1.5;
    padding: 10px 20px;
    background: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/8px 10px;
}
/* ###### TERMS CONDITION ########## */
.accordion-header.active {
    border-top: 1px solid #999999;
}
.accordion-header h2 button,
.accordion-header h2 button:focus {
    padding: 0.375rem 0rem;
    font-size: 20px;
    color: #231f20;
    box-shadow: none;
}
.accordion-header h2 button.collapsed {
    color: #8d8d8d;
}
.accordion-item .accordion-body {
    border-bottom: 1px solid #999999;
    padding: 1.25rem 0;
}
.accordion-item .collapse:not(.show) .accordion-body {
    border-bottom: none;
}

/* ###### All Location ########## */

.list-group-area > .list-group-item {
    border: none;
}
.list-group-item-light {
    background-color: #efefef;
}
.list-group-item-secondary {
    background-color: #e4e4e4;
}
.list-group-area > .list-group-item:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.list-group-area > .list-group-item:last-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.area-cover {
    position: relative;
    height: 650px;
    overflow: hidden;
}
.map-area-canvas {
    position: absolute;
    top: 0;
    left: 0;
    background: #231f20;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.listing-area::before {
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    content: "";
    background: rgba(237, 170, 156, 0.8);
}
.listing-area {
    background: rgba(237, 170, 156, 0.8);
    position: relative;
    width: 100%;
    height: 650px;
    padding: 15px 10px 15px 15px;
}
.list-area-scroll {
    padding-right: 20px;
    height: 580px;
    overflow-y: auto;
}
.list-area-scroll .list-group-item:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.list-area-scroll .list-group-item:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
/* ###### Location Detail ########## */
.area-heading {
    display: block;
    border: 4px solid #231f20;
    padding: 20px;
    max-width: 500px;
    width: 100%;
    text-align: center;
}
.area-heading .display-4 {
    line-height: 1;
}

/* ###### Linen Hire ##### */
.linen-image {
    margin-top: -80px;
}
.linen-from,
.linen-unit {
    color: #484848;
    display: block;
    font-size: 1rem;
    font-weight: 700;
}
/* ###### Postcode ##### */
.postcode-not-found .form-control {
    background-color: #efefef;
}
/* ###### Login ##### */
.signin {
    background: #fff url(/images/login_bg.jpg) left bottom no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 100vh;
}
.form-signin {
    padding: 15px;
    margin: auto;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
@media (min-width: 1280px) {
    .form-signin {
        padding: 15px 25px;
    }
}
/* ###### Dashboard ##### */

.dashboard-button {
    display: block;
    background: #fff;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    height: 100%;
}
.dashboard-count {
    background: #2d2d2d;
    color: #fff;
}
.dashboard-button:hover,
.dashboard-button:focus {
    background: #2d2d2d;
    color: #fff;
}
.dashboard-button:hover .dashboard-count,
.dashboard-button:focus .dashboard-count {
    background: #fff;
    color: #231f20;
}
.list-order {
    font-size: 12px;
    color: #767676;
}
.list-order span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #231f20;
}
.list-order .list-group-item {
    padding: 1.625rem 0.75rem;
}
.list-order .rounded-left {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
}
.list-order .rounded-right {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}
.table-fixed tbody {
    height: 300px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody {
    display: block;
}
.table-fixed thead > tr,
.table-fixed tbody > tr {
    display: block;
    float: left;
    width: 100%;
}
.table-fixed thead > tr > td,
.table-fixed tbody > tr > td {
    display: block;
    float: left;
}
.table-fixed tbody td::after,
.table-fixed tbody th::after,
.table-fixed thead > tr > th::after {
    content: "";
    clear: both;
    display: block;
}
/* ###### Partner / Refer Friends ##### */
.bg-bubbles {
    background: #efefef url(../assets/images/bg-login-bubbles.png) left bottom
        no-repeat;
    background-size: 100%;
}
.partner-us,
.refer-friends {
    background: #f5f5f5 url(../assets/images/wave-bg4.jpg) left bottom repeat-x;
}
.partner-us .h5 {
    margin-bottom: 1rem;
}
.partner-us p {
    font-size: 16px;
    color: #333;
}
.partner-us .dotted:nth-child(4):after {
    display: none;
}
.custom-accordion .card-header h2 i {
    float: right;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}
.custom-accordion .card-header h2.collapsed i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}
/* ###### Partner / Refer Friends ##### */
.page-about {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 70%;
}
.page-about-inner {
    height: 50vh;
}
.page-contact {
    background-position: center top;
    background-repeat: no-repeat;
}
.page-contact-inner {
    height: 50vh;
}
/* Google Recaptcha Badge */
.grecaptcha-badge {
    display: none;
}
@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199px) {
    .crowd-header .text {
        padding-left: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .top-section-bg {
        background-size: 50% 100%;
    }
    .main-menu li a {
        padding: 10px 8px;
    }
    .sign-in {
        margin-left: 5px;
    }
    .form-app-input .form-control {
        width: 80%;
    }
    .form-app-input button {
        width: 40%;
    }
    .form-app-input span.error {
        width: 42%;
    }
}
@media (max-width: 991px) {
    .navbar-toggler {
        background-color: #231f20;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    #navbarResponsive {
        padding: 0;
        width: 100%;
        background-color: #fff;
        z-index: 100;
    }
    .navbar {
        padding: 0px;
    }
    .main-menu li {
        display: block;
    }
    .main-menu li.sign-in {
        display: inline-block;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        margin: 0;
        width: 100%;
    }
    .top-section-bg {
        background-size: cover;
    }
    .top-section-container {
        width: 80%;
    }
    .place-order-field .form-control {
        max-width: 500px;
    }
    .footer-locations-menu li {
        width: 25%;
    }
    .payment-accepted {
        float: none;
        text-align: center;
    }
    /* ###### Prices ##### */
    .display-3 {
        font-size: 2.5rem;
    }
    .price-summary .h4 {
        font-size: 1.25rem;
    }
    .price-estimate-container {
        display: none;
        position: fixed;
        top: 0;
        overflow: scroll;
        background-color: #fff;
        z-index: 99999;
        max-height: 100%;
    }
    .price-estimate-container button.close {
        opacity: 1;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        padding: 0.25rem 0.5rem;
        color: #fff;
        text-shadow: none;
        background-color: #2b2b2b;
        border: 1px solid #343a40;
        margin-left: 5px;
    }
    .customer-offer .h3 {
        font-size: 1.25rem;
        margin-bottom: 0px;
    }
    .customer-offer .h4 {
        font-size: 1rem;
    }
    .fixed-bottom {
        z-index: 9999;
    }
    .featured img {
        width: 90%;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 1rem;
    }
    .h1,
    h1 {
        font-size: 2rem;
    }
    .h2,
    h2 {
        font-size: 1.75rem;
    }
    .crowd-header {
        display: none;
    }
    .header {
        background: none;
        padding: 5px 0 5px;
    }
    .header .logo {
        padding: 5px 0;
    }
    .header .logo img {
        width: auto;
        height: 40px;
    }
    .header .logo-fixed img {
        max-width: 90px;
        height: auto;
    }
    .top-section-container,
    .discount-call-action {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-section-bg {
        background-position: 50% 100%;
        background-size: cover;
    }
    .top-section {
        height: 450px;
    }
    .top-section-container h1 {
        font-size: 24px;
        width: 100%;
        margin-top: 0px;
    }
    .top-section-container h2 {
        font-size: 18px;
        text-align: center;
    }
    .place-order-field::after {
        top: 6px;
    }
    .place-order-form .title {
        margin: 10px 0 0px;
        font-size: 24px;
    }
    .place-order-field {
        margin-bottom: 15px;
    }
    .place-order-field .form-control {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .place-order-field .btn-order {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        background: #231f20;
        color: #fff;
    }
    .form-app-input .form-control,
    .form-app-input button {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
    }
    .form-app-input .form-control {
        margin-bottom: 10px;
    }
    .haveaccount {
        margin: 10px auto 0px;
    }
    .collection-delivery {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 0px;
        border: none;
        text-align: center;
    }
    .discount-call-action {
        bottom: 10px;
    }
    .discount-call-action .discount-text {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .l2l-trustpilot-widget {
        height: 100px;
    }
    .les-image {
        margin: 19px auto;
        width: 120px;
    }
    .bcs-image {
        margin: 15px auto;
        width: 80px;
        height: auto;
    }
    .price-promise-image {
        margin: 10px auto;
    }
    .lcn-award-image {
        width: 80px;
        height: 100px;
        margin: 0 auto;
    }
    .how-it-work h2,
    .laundry-prices h2 {
        font-size: 23px;
        margin-bottom: 30px;
    }
    .how-it-work h4,
    .laundry-prices h4 {
        font-size: 15px;
    }
    .how-it-work-image {
        width: 150px;
        height: 150px;
        margin-top: 15px;
    }
    .how-it-work-image img {
        width: auto;
        height: 60px;
    }
    .how-it-work-counter ~ p {
        font-size: 14px;
    }
    .how-it-work-counter ~ p br {
        display: none;
    }
    .dotted:after {
        display: none;
    }
    .laundry-prices {
        font-size: 16px;
        background-size: 100% 40%;
    }
    .laundry-prices-content {
        padding-bottom: 40px;
    }
    .laundry-prices-block {
        margin: 10px 0 10px;
    }
    .laundry-prices-inner {
        padding: 20px 0;
    }
    .laundry-prices-heading {
        font-size: 16px;
    }
    .laundry-prices-text {
        font-size: 15px;
    }
    .laundry-prices-amount {
        font-size: 30px;
    }
    .feature_services {
        text-align: center;
    }
    .pay_method {
        margin-bottom: 20px;
    }
    .excellent-quality img {
        margin: 0 auto;
    }
    .schedule-collection {
        margin-top: 30px;
    }
    .footer-locations h4,
    .footer-locations h4.border-top {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-locations h4.border-top {
        border-top: none !important;
    }
    .footer-locations-menu h6 {
        padding: 10px 15px;
        margin-bottom: 0px;
        border-top: 1px solid #b7b7b7;
    }
    .footer-locations-menu li {
        width: 100%;
        padding: 5px 15px;
    }
    .list-countries a {
        float: none;
    }
    .footer-text h3 {
        font-size: 20px;
    }
    .copyright {
        text-align: center;
    }
    .copyright p {
        margin-top: 0px;
    }
    .payment-accepted {
        float: none;
        text-align: center;
    }
    /* ####### Corporate ######### */
    .custom-form textarea.form-control {
        height: 120px;
    }
    /* ###### TERMS CONDITION ########## */
    .accordion-header h2 button,
    .accordion-header h2 button:focus {
        font-size: 18px;
        text-align: left;
    }
    /* ###### Register ##### */
    .signin {
        height: auto;
        min-height: 100vh;
    }

    /* ###### Dashboard ##### */
    .dashboard-button .h4 {
        font-size: 16px;
    }
    .list-order .list-group-item {
        padding: 0.75rem 0.5rem;
    }
    .list-order .rounded-left {
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important;
        border-bottom-left-radius: 0rem !important;
    }
    .list-order .rounded-right {
        border-top-right-radius: 0rem !important;
        border-bottom-right-radius: 1rem !important;
        border-bottom-left-radius: 1rem !important;
    }
    .page-about {
        background-size: 100%;
        background-position: top center;
        padding-top: 50% !important;
    }
    .page-about-inner,
    .page-contact-inner {
        text-align: center;
        height: auto;
    }
    .page-contact {
        background-size: 150%;
        background-position: top right;
        padding-top: 50% !important;
    }
}

@media (max-width: 480px) {
    .discount-call-action .code {
        margin-bottom: 20px;
    }
    .discount-call-action .code {
        border: none;
    }
}
@media (max-width: 359px) {
    .discount-call-action .discount-text {
        font-size: 14px;
    }
    .discount-call-action .code {
        font-size: 16px;
        padding: 5px 20px;
        margin-bottom: 5px;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.phone-number {
    -moz-appearance: textfield;
}
.invest-model-container {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 100%;
    max-width: 400px;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}
.invest-model-content {
    border-radius: 1rem 1rem;
    -webkit-border-radius: 1rem 1rem;
}
.invest-model-content .close {
    font-size: 34px;
}
.input-group-append i {
    font-size: 22px;
}
.cart-price {
    font-size: 12.8px;
}
.cart-qty {
    font-size: 12.8px;
}
@media (max-width: 767px) {
    .invest-model-container {
        right: 0px;
        z-index: 9999;
    }
    .invest-model-content::after {
        display: none;
    }
    .invest-model-content {
        border-radius: 1rem;
        -webkit-border-radius: 1rem;
    }
}
.loundry_order_items {
    border: none !important;
}
.loundry_order_items .nav-link {
    outline: none;
    border: none !important;
    background-color: #fff;
    padding: 1rem;
}
.loundry_order_items .nav-link i {
    font-size: 20px;
    border-radius: 0px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    transition: all 0.9s;
}
.loundry_order_items .nav-link span {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
}
.loundry_order_items .nav-link.active i {
    background: #6ac335;
    border-radius: 10px;
}

/* pay method section  */
.pay_method .pay_method_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.pay_method .pay_method_item img {
    display: block;
    width: 48px;
    margin-right: 16px;
    margin-bottom: 8px;
}

/* new dropdown header section  header start */

.wrapper {
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.3s;
}
.wrapper nav {
    position: relative;
    display: flex;
    max-width: calc(100% - 100px);
    margin: 0 auto;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
nav .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
nav .content .links {
    margin: 0;
    display: flex;
    align-items: center;
}
.content .links li {
    list-style: none;
    line-height: 70px;
}
.content .links li a,
.content .links li label {
    color: #231f20;
    font-size: 16px;
    padding: 9px 17px;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 70px;
    display: inline-block;
}
.content .links li label {
    display: none;
}
/* .content .links li a:hover,
.content .links li label:hover {
  background: #323c4e;
} */
.wrapper .search-icon,
.wrapper .menu-icon {
    color: #231f20;
    font-size: 18px;
    cursor: pointer;
    line-height: 70px;
    width: 70px;
    text-align: center;
}
.wrapper .menu-icon {
    display: none;
}
.wrapper #show-search:checked ~ .search-icon i::before {
    content: "\f00d";
}

.wrapper .search-box {
    position: absolute;
    height: 100%;
    max-width: calc(100% - 50px);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.wrapper #show-search:checked ~ .search-box {
    opacity: 1;
    pointer-events: auto;
}
.search-box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 17px;
    color: #fff;
    background: #171c24;
    padding: 0 100px 0 15px;
}
.search-box input::placeholder {
    color: #f2f2f2;
}
.search-box .go-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    width: 70px;
    background: #171c24;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.wrapper input[type="checkbox"] {
    display: none;
}

/* Dropdown Menu code start */
.content .links {
    margin: 0;
    padding: 0;
}
.content .links .sign_in {
    color: #fff;
    border: none;
    border-radius: 25px;
    background: #231f20;
    box-shadow: 0 5px 6px rgb(0 0 0 / 25%);
    display: initial;
}
.content .links ul {
    position: absolute;
    background: #fff;
    top: 90px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-top: 2px solid transparent;
}
.content .links li:hover > ul {
    top: 71px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}
.content .links ul li a {
    display: block;
    width: 100%;
    line-height: 30px;
    border-radius: 0px !important;
    padding: 2px 10px;
}
.content .links ul ul {
    position: absolute;
    top: 0;
    right: calc(-100% + 8px);
}
.content .links ul li {
    position: relative;
}
.content .links ul li:hover ul {
    top: 0;
}
.content .links .inner_ul {
    min-width: 250px;
}
.content .links .inner_ul li:hover {
    background: #fafafa;
}

/* Responsive code start */
@media screen and (max-width: 1250px) {
    .wrapper nav {
        max-width: 100%;
        padding: 0 20px;
    }
    nav .content .links {
        margin-left: 30px;
    }
    .content .links li a {
        padding: 8px 6px;
        font-size: 13px;
    }
    .wrapper .search-box {
        max-width: calc(100% - 100px);
    }
    .wrapper .search-box input {
        padding: 0 100px 0 15px;
    }
}

@media screen and (max-width: 900px) {
    .wrapper .menu-icon {
        display: block;
    }
    .wrapper #show-menu:checked ~ .menu-icon i::before {
        content: "\f00d";
    }
    nav .content .links {
        display: block;
        position: fixed;
        background: #fff;
        height: 100%;
        width: 100%;
        top: 0px;
        left: -100%;
        margin-left: 0;
        max-width: 280px;
        overflow-y: auto;
        padding-bottom: 100px;
        transition: all 0.3s ease;
        box-shadow: 0 0 10px rgb(34 34 34 / 70%);
    }
    nav #show-menu:checked ~ .content .links {
        left: 0%;
    }
    .content .links li {
        margin: 15px 0px;
    }
    .content .links li a,
    .content .links li label {
        line-height: 16px;
        font-size: 16px;
        display: block;
        padding: 8px 18px;
        cursor: pointer;
    }
    .content .links li a.desktop-link {
        display: none;
    }
    .content .links .sign_in {
        margin: 8px;
        text-align: center;
    }
    button.sign_in.sign_out {
        line-height: normal;
        padding: 9px 17px;
    }

    /* dropdown responsive code start */
    .content .links ul,
    .content .links ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
        max-height: 0px;
        overflow: hidden;
    }
    .content .links #show-about-us:checked ~ ul,
    .content .links #show-features:checked ~ ul,
    .content .links #show-services:checked ~ ul,
    .content .links #show-items:checked ~ ul {
        max-height: 100vh;
    }
    .content .links ul li {
        margin: 7px 20px;
    }
    .content .links ul li a {
        font-size: 15px;
        line-height: 25px;
        border-radius: 5px !important;
    }
    .content .links ul {
        box-shadow: none;
    }
}

@media screen and (max-width: 400px) {
    .wrapper nav {
        padding: 0 10px;
    }
    .content .logo a {
        font-size: 27px;
    }
    .wrapper .search-box {
        max-width: calc(100% - 70px);
    }
    .wrapper .search-box .go-icon {
        width: 30px;
        right: 0;
    }
    .wrapper .search-box input {
        padding-right: 30px;
    }
}
header.wrapper.fixed {
    position: fixed;
    background: #fff;
    box-shadow: 0 3px 30px 0 rgb(138 69 103 / 15%);
}
.rotate i {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.rotate {
    display: flex;
    justify-content: space-between;
}
.rotate.down i {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*======= header css section end ===== */
/* Testimonial section  */

.star-rating li {
    padding: 0 2px;
}
.star-rating i {
    font-size: 14px;
    color: #6ac335;
}
.linen-service-offer {
    height: 100%;
}
.testimonial-section .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots {
    text-align: center;
}
.testimonial-section
    .owl-carousel.owl-theme.owl-loaded.owl-drag
    .owl-dots
    button {
    background-color: #d4d4e9;
    width: 16px;
    height: 16px;
    border-radius: 50%;

    margin: 10px;
}
.testimonial-section
    .owl-carousel.owl-theme.owl-loaded.owl-drag
    .owl-dots
    button.active {
    background-color: #6ac335;
}
section.testimonial-section .testimonial_title .owl-carousel .owl-stage-outer {
    padding: 60px 0;
}
section.testimonial-section
    .testimonial_title
    .owl-carousel
    .owl-stage-outer
    .item {
    background-color: #f7f7ff;
    padding: 0 20px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
    margin: 10px;
    min-height: 315px;
}
.testimonial_avatar {
    width: 125px;
    margin: 15px auto;
    border-radius: 50%;
    background-color: #ccc;
    box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
    overflow: hidden;
    position: relative;
    top: -70px;
}
.testimonial_title {
    color: #231f20;
    text-align: center;
    padding: 60px 0;
}
.testimonial_title h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 6px;
}
.testimonial_title h2 {
    font-size: 36px;
    margin: 0 0 50px;
}
@media (max-width: 1025px) {
    section.testimonial-section
        .testimonial_title
        .owl-carousel
        .owl-stage-outer
        .item {
        min-height: 340px;
    }
}
.navigation_wrapper .wrapper {
    position: relative;
}
.give_us {
    display: flex;
    align-items: center;
}
.give_us .list-inline {
    margin: 0;
    padding: 0;
}
.give_us h5 {
    margin: 0 10px 0 0;
}
.give_us .list-inline .list-inline-item i {
    color: #231f20;
}
.action-item:hover {
    background-color: #6ac335 !important;
}
.nav-link.active .category-item img.cat_icons {
    background-color: #6ac335;
    border-radius: 5px;
}
img.cat_icons {
    width: 50px !important;
    height: 45px;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
}
span.first_title {
    font-weight: 100;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 6px;
}

/* login form section css  */
/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0.2em;
    padding: 3px 15px 3px 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 1.2em;
    font-size: 16px;
    color: #fff;
}
.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 100%;
}
.loginBtn:focus {
    outline: none;
}
.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */
.loginBtn--facebook {
    background-color: #4c69ba;
    background-image: linear-gradient(#4c69ba, #3b55a0);
    text-shadow: 0 -1px 0 #354c8c;
}
.loginBtn--facebook:before {
    border-right: #343a4073 1px solid;
    background: url("../images/icon_facebook.png") 6px 8px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5b7bd5;
    background-image: linear-gradient(#5b7bd5, #4864b1);
}

/* Google */
.loginBtn--google {
    background: #6ac335;
}
.loginBtn--google:before {
    border-right: #343a4073 1px solid;
    background: url("../images/icon_google.png") 6px 8px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #6ac335;
}
.forget_pass {
    font-size: 15px;
}
.forget_pass:hover {
    color: #6ac335;
}
.contact_section {
    color: #231f20;
    padding: 30px 0;
}
.contact_title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    margin: 0 0 25px;
}
.add_lists {
    margin-bottom: 44px;
}
.add_list h5 i {
    color: #6ac335;
    margin-right: 12px;
}
.add_list h5 > span {
    font-size: 16px;
    letter-spacing: 1px;
}
.add_list h5 > span:hover {
    color: #6ac335;
}
.cont_add {
    padding-bottom: 4px;
    border-bottom: 1px solid #6ac335;
    margin-bottom: 15px;
}
.cont_add .details_cont {
    font-size: 14px;
    letter-spacing: 0.5px;
}
.add_list h5 {
    margin-bottom: 4px;
}
.faq_section {
    color: #231f20;
    padding: 30px 0;
}
.faq_section h3 {
    margin: 22px 0;
}
.add_lists {
    margin-bottom: 45px;
}
section.faq_section h3:first-child {
    margin-top: 0;
}

/* tickker css  */

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap .ticker__item:before {
    content: "";
    height: 11px;
    width: 11px;
    display: inline-block;
    background-color: #6ac335;
    border-radius: 100%;
    position: relative;
    margin-right: 15px;
}

.ticker-heading:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 11px solid #a6c22f;
    position: absolute;
    margin-left: 40px;
}

.ticker-wrap {
    position: relative;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 2.5rem;
    background-color: transparent;
    padding-left: 100%;
    box-sizing: content-box;
}
.ticker-wrap .ticker:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.ticker-wrap .ticker {
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}
.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 0.875rem;
    color: #454545;
}
.tickker_section {
    background-color: #efefef;
}
.tickker_section .container {
    overflow: hidden;
}

@media (max-width: 900px) {
    /* navigation black shadow  */
    .bg_shadow {
        display: none;
        z-index: 25;
        background: #000;
        opacity: 0.5;
        top: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        cursor: pointer;
    }
    .bg_shadow.hide_show {
        display: block;
    }
    ul.links.left_inn {
        left: -100% !important;
    }

    label.menu-icon i {
        border: 1px solid #ccc;
        padding: 3px 5px;
        border-radius: 5px;
    }
    header.wrapper.fixed nav label.menu-icon i {
        color: #231f20;
        border: 1px solid #231f20;
        padding: 3px 5px;
        border-radius: 5px;
    }
}

/* ===== product_section css ===== */

.product_section {
    background-color: #efefef;
}
.product_section .product_select {
    background: #fff;
    border-radius: 1rem;
    z-index: 9;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#fillterOwl .owl-next,
#fillterOwl .owl-prev {
    background: #000;
    color: #fff;
    border-radius: 50%;
}
#fillterOwl button > span {
    line-height: 18px !important;
    font-size: 30px !important;
}
#fillterOwl .owl-dots {
    display: none !important;
}
.order-list-item {
    background: #fff;
    border-radius: 1rem;
    transition: all 0.3s;
}
.order-list-item .service-image {
    border-radius: 50%;
    border: 8px solid #2b2b2b;
    display: block;
    overflow: hidden;
    width: 160px;
    height: 160px;
    background: rgba(0, 0, 0, 0.01);
}
.service-description {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 300;
}
.service-option {
    font-size: 13px;
    color: #616161;
}
.service-cart .plus,
.service-cart .minus {
    background: #2b2b2b;
    /*width: 40px;*/
    height: 30px;
    float: left;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: normal;
    border: none;
    border-radius: 6px;
}
.service-cart .minus {
    background: #6ac335;
    margin-left: 5px;
    font-size: 16px;
    padding: 5px 12px;
    line-height: normal;
    height: auto;
    box-shadow: 0 0.5rem 0.625rem rgb(0 0 0 / 15%);
}
.qty {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 20px;
    display: inline-block;
    border: 2px solid #2b2b2b;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
}
.service-price {
    font-size: 26px;
    line-height: normal;
    padding: 15px 0 10px;
}
.bg-light_1 {
    background-color: #e1e1e1;
}
.order-list-item:hover {
    background-color: #e1e1e1;
    box-shadow: 0 0.5rem 0.625rem rgb(0 0 0 / 15%);
}
.product_slider {
    border: none;
}
.nav-tabs .nav-link {
    border: none;
    background-color: transparent;
    padding: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 14px;
}

#msform {
    text-align: center;
    position: relative;
    width: 100%;
}

#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #231f20;
}

#msform input,
#msform textarea {
    border-radius: 0.4rem;
    font-size: 18px;
    padding: 10px 20px;
    height: 50px;
    border: 1px solid #ced4da;
    color: #444;
}

.select_option {
    border-radius: 0.4rem;
    font-size: 18px;
    padding: 10px 20px;
    height: 50px;
    border: 1px solid #ced4da;
    display: block;
    width: 100%;
    color: #444;
}

#msform .action-button {
    text-transform: capitalize;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

#msform .action-button-previous {
    text-transform: capitalize;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}
.header_order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    /* max-width: calc(100% - 100px); */
    margin: 0 auto;
    border-radius: 1rem;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    overflow: hidden;
    margin: 5px 0;
}
#progressbar {
    overflow: hidden;
    color: lightgrey;
    margin: 0;
    padding: 0;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    color: #b8b8b8;
    text-transform: capitalize;
    padding: 20px;
    float: left;
    position: relative;
    letter-spacing: 1.2px;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue;
}

.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.fit-image {
    width: 100%;
    object-fit: cover;
}
.steping_wrapper {
    background-color: #efefef;
}
.order-address {
    background: #fff;
    padding: 20px;
    border-radius: 1rem;
}
.order-summary {
    background: #e1e1e1;
    border-radius: 1rem;
    text-align: left;
}
.order-summary-heading {
    font-size: 21px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.order-summary .list-group {
    margin-bottom: 5px;
}
.order-minimum {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.order-minimum-text {
    font-size: 14px;
    opacity: 0.6;
    line-height: 1.2;
}
.order-summary-list-info small {
    display: block;
    color: #646464;
    letter-spacing: 0.5px;
}
.order_add {
    padding: 5px 0 10px;
}
.contact-detail > span {
    color: #000;
}
.order-minimum-text {
    font-size: 14px;
    opacity: 0.6;
    line-height: 1.2;
}
.order-amount {
    font-size: 22px;
    float: right;
    display: inline-block;
    padding-left: 36px;
    background: url(../../images/cart.png) center left no-repeat;
}
.order-discount-text a {
    font-size: 14px;
}
h2.order-heading {
    font-size: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 8px !important;
}
.privacy_pol {
    text-align: left;
    color: #231f20;
    font-size: 14px;
    margin-top: 12px;
    width: 90%;
    margin: 10px auto;
    letter-spacing: 0.4px;
}
.summery_delevr {
    background: #fff;
    border-radius: 1rem;
}
.order-heading h2 {
    font-size: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
select.select_option option {
    position: relative;
}
select.select_option option:before {
    content: "url(../images/select_bubbles.png)";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
}
.mini-cart-right .cart-name {
    font-size: 80%;
    color: #6a6a6a;
    padding-left: 6px;
    margin-bottom: 6px;
    font-weight: 200;
}
/* =============================== */

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}
.wizard li.active span.round-tab i {
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i {
    color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .tab-pane {
    position: relative;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 10px;
}
section.signup-step-container {
    background-color: #efefef;
}
.product_select {
    background-color: #fff;
    border-radius: 1em;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 9;
}
.wizard-inner ul.nav.nav-tabs {
    border: none;
}
.wizard .wizard-inner {
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 0.51em;
    margin-bottom: 15px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
div#fillter_owl .owl-dots {
    display: none;
}
div#fillter_owl button.owl-prev > span,
div#fillter_owl button.owl-next > span {
    background-color: #222222;
    color: #fff;
    border-radius: 50%;
}
ul.list-inline.pull-right li button {
    font-size: 16px;
}
.wizard-inner ul li a {
    color: #b7b1b1;
    font-size: 15px;
    text-transform: capitalize;
}
.wizard-inner ul li.active a {
    color: #222222;
}

/* model css on order-address  */

.model_logo {
    text-align: center;
    width: 100%;
}
.postcode_input {
    display: flex;
}

.postcode_input span.map_pin {
    background-color: #6ac335;
    color: #fff;
    width: 53px;
    border-radius: 5px 0 0 5px;
    margin-right: -3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
}
.modal-footer .look_up {
    text-transform: capitalize;
}

/* Custom Tabs css  */

.tabs_custom {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.tabs_custom .tab-link-custom {
    background: none;
    color: #222;
    display: inline-block;
    padding: 0px 15px;
    cursor: pointer;
}

.tabs_custom .tab-link-custom.current .category-item img.cat_icons {
    background-color: #6ac335;
    border-radius: 5px;
}

.tab-content-custom {
    display: none;
    transition: all 0.3s;
}

.tab-content-custom.current {
    display: inherit;
}
div#fillterOwl .owl-dots {
    display: none;
}
div#fillterOwl .owl-item {
    text-align: center !important;
}
form.login-box.sticky {
    top: 85px;
}
.tabs_custom.product_select.sticky {
    top: 85px;
}
.wizard-inner.sticky {
    top: 88px;
}
.order_add .add_circle {
    color: #b4b4b4;
}
.addres_step .round-tab i {
    color: #b4b4b4;
}
.round-tab i {
    color: #b4b4b4;
}
.round-tab.acvt_icon i {
    color: #2b2b2b;
}
.check_active i {
    color: #2b2b2b;
}
.order-discount .custom_input {
    height: 32px;
    background-color: #ebe2e2;
    border-radius: 1em;
    padding-left: 16px;
}
.order-discount .custom_input::placeholder {
    font-size: 12.8px;
}
.btn-secondry {
    background-color: #231f20;
    color: #fff;
    width: 100%;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}
.btn-secondry:hover {
    background: #6ac335;
}
.showButton {
    display: block;
}
.hideButton {
    display: none;
}
.order-skip-item {
    font-size: 18px;
    /* float: right; */
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top: 8px;
}
@media (max-width: 900px) {
    .wizard .wizard-inner {
        padding: 5px 6px;
    }
    .wizard .nav-tabs > li {
        width: auto;
        margin: 3px 5px;
    }
    .prev-step,
    .next-step {
        margin-top: 8px;
    }
}
/* ========= blog/news css ======== */
.blog-item:hover {
    box-shadow: 0 10px 16px rgb(0 0 0 / 20%);
    background-color: #fff;
}
.our-blog-item {
    margin-bottom: 30px;
}
.blog-item {
    box-shadow: 0 1px 15px 1px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    transition: all 0.15s ease-in;
    border-radius: 5px;
    overflow: hidden;
}
.blog-image {
    overflow: hidden;
    height: 203px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-item:hover .blog-image a img {
    transform: scale(1.5);
}
.blog-item .blog-image a img {
    transition: all 0.8s;
}
.blog-item .single-blog-item {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-top: none;
    padding: 20px 16px;
    transition: 0.5s;
    position: relative;
    border-radius: 5px;
}
.blog-item .single-blog-item .date {
    position: absolute;
    top: -20px;
    right: 10px;
    margin-bottom: 0;
    text-align: center;
    background-color: #6ac335;
    color: #fff;
    padding: 8px;
}
.blog-item .single-blog-item .date li {
    list-style-type: none;
    font-size: 12px;
    font-weight: 700;
}
.blog-item .single-blog-item .blog-list {
    padding-left: 0;
    margin-bottom: 0;
    transition: 0.5s;
}
.blog-item .single-blog-item .blog-list li:last-child {
    margin-right: 0;
}

.blog-item .single-blog-item .blog-list li {
    list-style-type: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-right: 18px;
    color: #6ac335;
}
.blog-item .single-blog-item .blog-list a {
    color: #6ac335;
    text-decoration: none;
}
.blog-item .single-blog-item .blog-content {
    transition: 0.5s;
}
.blog-item .single-blog-item .blog-content a {
    text-decoration: none;
}
.blog-item .single-blog-item .blog-content h3 {
    color: #6ac335;
    min-height: 50px;
    font-size: 20px;
    margin: 10px 0;
    line-height: 25px;
    transition: 0.5s;
    font-family: Oswald, Sans-serif;
}
.blog-item .single-blog-item .blog-content p {
    margin: 0;
    text-align: justify;
}
.blog-item .single-blog-item .blog-content p {
    height: 190px;
}
.blog-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 20px;
    font-family: Arimo, sans-serif;
}
.blog-item .single-blog-item .blog-btn {
    margin-top: 16px;
}
.recent-blog {
    margin-top: 15px;
}

.recent-blog {
    background: #fff;
    padding: 0px 20px;
}
.archive-head {
    position: relative;
    color: #231f20;
    font-size: 23px;
    font-family: Oswald, Sans-serif;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.blog-wrp {
    margin-top: 20px;
    box-shadow: 0 1px 15px 1px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    padding-top: 8px;
    align-items: center;
}
.recent-blog-item a {
    text-decoration: none;
    color: #231f20;
    font-family: Oswald, Sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.archive-head {
    position: relative;
    color: #231f20;
    font-size: 23px;
    font-family: Oswald, Sans-serif;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.archive-head:before {
    content: "";
    position: absolute;
    background: #6ac335;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}
/* Gallery page css   */

.main .gallery_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}
@media (max-width: 576px) {
    .main .gallery_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .ss_available_wrapper {
        padding: 10px 0 !important;
    }
    .office_location .offc_tab .nav-link {
        padding: 0.51em;
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .map_location {
        margin-top: 15px;
        padding: 10px;
    }
}
@media only screen and (max-width: 800px) and (min-width: 576px) {
    .main .gallery_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px #0000001f, 0 1px 3px #0000003d;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none !important;
    border-radius: 0.25rem;
    height: 100%;
}
.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    height: 100%;
}
.gallery-img-area:hover {
    box-shadow: 0 0 20px -1px #00000036;
}
.main .card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}
.card-image {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
}
.gallery-img-area:hover {
    box-shadow: 0 0 20px -1px #00000036;
}
.card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-img-area:hover .content-details-area {
    transform: translate(0);
}
.gallery-img-area .content-details-area {
    top: 0;
    bottom: 0;
    padding: 10px;
    background-color: #05250bb3;
    color: #fff;
    transition: transform 0.35s;
    transform: translateY(100%);
}
.gallery-img-area .content-details-area,
.gallery-img-area .content-details-area > a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.gallery-img-area:hover .description {
    opacity: 1;
}
.gallery-img-area .content-details-area .description {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
}
.gallery-img-area .content-details-area h4,
.gallery-img-area .content-details-area p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.description .icons i {
    display: inline-block;
    background-color: #e18414;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
/* news page css  */

.post_type12 {
    display: inline-block;
}

.single_post {
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.post_type12 .post_img {
    width: 48%;
    float: left;
}
.post_img {
    position: relative;
    z-index: 2;
}
.img_wrap {
    overflow: hidden;
}
.post_img img {
    object-fit: cover;
}
.post_type12 .single_post_text {
    width: 49%;
    float: left;
    padding: 0;
    padding-left: 30px;
}
.post_type3 .single_post_text {
    padding: 20px 0;
}
.single_post_text .meta3 {
    margin-bottom: 10px;
}
.single_post_text .meta3 a:first-child {
    color: #1091ff;
}

.single_post_text .meta3 a {
    font-size: 14px !important;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.post_type3 .single_post_text a {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.single_post_text a {
    color: #17222b;
    font-weight: 500;
}
.single_post_text .meta3 a:last-child {
    margin-left: 20px;
    color: #17222b;
    opacity: 0.75;
}

.single_post_text .meta3 a:last-child:before {
    position: absolute;
    content: "/";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #17222b;
    opacity: 0.3;
    text-align: center;
}
.single_post_text h4 {
    font-size: 16px;
    color: #17222b;
    font-weight: 500;
    line-height: 21px;
}
.post_type3 .single_post_text .post-p {
    opacity: 0.85;
    font-size: 15px;
    line-height: 22px;
}
.title_news {
    position: relative;
    padding-top: 15px;
}
.title_news:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 68px;
    background-color: #6ac335;
    top: 0;
    left: 0;
}

/* this is  Breadcrumb css */
.breadcrumb-overlay {
    background-size: cover !important;
}
.breadcrumbs-area {
    position: relative;
    height: 100%;
    min-height: 100%;
    min-height: 120px;
}
.breadcrumbs-area .verticalyMiddle {
    padding: 68px 0;
}
@media (max-width: 768px) {
    .breadcrumbs-area .verticalyMiddle {
        padding: 30px 0;
    }
}
.breadcrumbs-area .breadcrumbs {
    line-height: normal;
    margin-top: 13px;
}
.breadcrumbs-area .breadcrumbs a {
    color: #6ac335;
    word-break: break-word;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none;
}
.default-heading h2 {
    color: #6ac335;
}
.breadcrumbs-area .breadcrumbs a:after {
    content: "/";
    color: #6ac335;
    padding: 0 5px;
}
.breadcrumbs-area .breadcrumbs span {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}

/* news details page css  */

.published_auther {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #6ac335;
    padding-bottom: 6px;
}
.social_icons {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 20px;
}
.social_icons a {
    font-size: 13px;
}

/* loaction page css  */
.off_loca {
    padding: 1em 1.5em;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    background: #231f20;
    position: relative;
}
.off_loca:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #231f20;
    border-bottom: 0;
}
.office_location .offc_tab .nav-link {
    padding: 1em;
    border-radius: 0;
    letter-spacing: 0.8px;
}
.office_location .offc_tab .nav-link.active {
    background-color: #6ac335;
    color: #fff !important;
}
.office_location .offc_tab .nav-link {
    background-color: #e1e1e1;
    position: relative;
}
.office_location .offc_tab .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6ac335;
    border-bottom: 0;
}
li.nav-item.offc_tab {
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
    flex: 1;
    text-align: center;
}
.ss_available_wrapper {
    padding: 35px 25px 0 25px;
}
.address_location {
    padding: 10px 15px 10px 15px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.map_location {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 10px 15px 10px 15px;
    height: 100%;
    width: 100%;
}

/* location  css end  */

/* Our feature Home page css  */
.feature_services {
    padding-left: 10px;
}
.feature_services h4 {
    font-size: 18px;
    margin: 0;
    padding-left: 5px;
}
.feature_services h2 {
    padding-top: 0 !important;
}
/* Pricing page responsive css  */
.create_account {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
@media (max-width: 890px) {
    ul.list-inline.pull-right.on__mobile_only {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 999;
        margin: 0;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding-bottom: 5px;
    }
    ul.list-inline.pull-right.on__mobile_only li button {
        border-radius: 0 !important;
    }
    .order-list-item .service-image {
        margin: 0 auto 5px auto !important;
    }
    .order-summary {
        margin-top: 1em;
    }
    .create_account {
        display: block;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }
    .order-skip-item {
        font-size: 13px;
        padding: 5px 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    ul.list-inline.pull-right.on__mobile_only li {
        width: 50%;
        margin: 0 2px;
    }
    footer.footer {
        padding-bottom: 49px;
    }
}

/* Thank you for your order  */

/* .oreder_completed {
    background-color: #fff;
    border-radius: 1em;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
} */
.oreder_completed h1 {
    text-align: center;
    color: #6ac335;
}
.oreder_completed h4 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 12px;
}
.page-content-section .h1 {
    position: relative;
    padding-top: 10px;
}

.page-content-section .h1:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 68px;
    background-color: #6ac335;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.laundry-prices-inner img {
    width: 70px !important;
    margin: 10px auto;
}
.sponsor_slider .owl-stage {
    display: flex;
    align-items: center;
}
img.sponsor_logo {
    width: 200px !important;
    height: auto;
}
.service-items {
    display: block;
    width: 100%;
    height: 100%;
}
a.service-items .laundry-prices-block {
    height: 100%;
    width: 100%;
    border-top: 2px solid transparent;
    transition: all 0.3s linear;
}

a.service-items .laundry-prices-block:hover {
    border-top-color: #6ac335;
}
/* modal home page  */
.home_popup .close_popup {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #000000;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    padding: 0 5px;
    box-shadow: 0px 0px 15px 1px rgb(2 2 2 / 75%);
    border: 2px solid #ffffff;
}

/* order details page css  */

.order__address {
    border-radius: 0.41em;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
}
.brd_left_right {
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
}
.order__tracker {
    border-radius: 0.41em;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
}

.hh-grayBox {
    background-color: #f8f8f8;
    margin-bottom: 20px;
    padding: 35px;
    margin-top: 20px;
}
.pt45 {
    padding-top: 45px;
}
.order-tracking {
    text-align: center;
    width: 20%;
    position: relative;
    display: block;
}
/* changes  */
.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    border: 0px solid #27aa8045;
    background-color: #27aa8045;
    margin: 5px auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
    cursor: pointer;
}
.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: "";
    height: 14px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid #27aa8045;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.order-tracking.completed .is-complete {
    border-color: #6ac335;
    border-width: 0px;
    background-color: #6ac335;
}
.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 7px;
    left: 9px;
    opacity: 1;
}
.order-tracking p {
    color: #a4a4a4;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}
.order-tracking p span {
    font-size: 14px;
}
.order-tracking.completed p {
    color: #000;
}
/* changes */
.order-tracking::before {
    content: "";
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #27aa8045;
    top: 45px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}
.order-tracking:first-child:before {
    display: none;
}
.order-tracking::after {
    content: "";
    display: block;
    height: 3px;
    width: calc(0% - 40px);
    background-color: #6daa27;
    top: 45px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
    transition: all 2.9s;
}
.order-tracking:first-child:after {
    display: none;
}
/* .order-tracking.completed:before {
    background-color: #6ac335;
} */
.order-tracking.completed::after {
    width: calc(100% - 40px);
}
.date_del_track {
    font-size: 14px;
}
.show__or_details {
    width: 90%;
    margin: 15px auto;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.ordered_table {
    margin: 0;
    border-bottom: 1px solid #ccc;
}
table.table.align-items-center.ordered_table tr th {
    padding: 2px;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
}
.ordered_table tr td {
    padding: 2px;
    font-size: 14px;
    vertical-align: middle;
}
.row__custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.order_list_search {
    background-color: #6ac335;
    color: #fff;
    border-radius: 0 5px 5px 0;
    margin-left: -3px;
    justify-content: center;
    align-items: center;
    border: none;
    width: 140px;
}
.ordered_item {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 15%);
    background-color: #fff;
    border: 1px solid #dbdbdb;
    padding: 16px;
    width: 100%;
    font-size: 14px;
    border-radius: 0.3rem;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.3s;
}
.ordered_item:hover {
    box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
}
.total_ammount_table tbody tr td {
    border: none;
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
}
.download_recipt {
    font-size: 13px;
    margin-top: 5px;
    padding: 3px 10px;
}
tbody.list tbody tr td:last-child {
    text-align: right;
}
@media (max-width: 576px) {
    .order-tracking .is-complete:after {
        height: 12px;
        width: 7px;
        top: -3px;
        bottom: 0;
        left: 6px !important;
    }
    .order-tracking .is-complete {
        height: 20px;
        width: 20px;
    }
    .order-tracking {
        margin: 50px auto;
    }
    .order-tracking::before {
        content: "";
        display: block;
        height: 3px;
        width: calc(60% - 48px);
        background-color: #27aa80;
        top: -26px;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 0;
        transform: rotate(90deg);
        margin: 0 auto;
    }
    .row__custom {
        display: block;
    }
    .order-tracking:first-child {
        margin-top: 0 !important;
    }
    .order__address {
        margin-top: 20px;
    }
    .order_list_search {
        font-size: 14px;
    }
    .order__search {
        font-size: 14px !important;
    }
    .order-tracking {
        width: 50%;
    }
}
.alert-danger {
    font-size: 14px;
    padding: 5px 8px;
    margin-bottom: 5px;
}
.arrow__order {
    display: none;
}
@media (max-width: 890px) {
    .arrow__order {
        display: inline-block;
    }
    .order_list_search {
        width: 150px;
    }
}
.select_status_orders {
    margin-right: 10px;
}
.select_status_orders select {
    max-height: 48px;
}
span.shipping_date {
    font-size: 14px;
}
@media (max-width: 576px) {
    .select_status_orders {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .select_status_orders select {
        max-height: 39px;
        font-size: 15px;
        padding: 8px 16px;
    }
    .order-tracking.completed::after {
        width: calc(60% - 48px);
    }
    .order-tracking::after {
        top: -26px;
        left: calc(-50% + 20px);
        transform: rotate(90deg);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
.mini-cart-right .cart-qty button {
    width: 25px;
    height: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1;
    border: none;
    outline: none;
}
.mini-cart-right .cart-qty button:first-child {
    background-color: #6ac335;
}
.mini-cart-right .cart-qty button:first-child:hover {
    background-color: #2b2b2b;
}
.mini-cart-right .cart-qty button:last-child {
    background-color: #2b2b2b;
}
.couponed_item {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 15%);
    background-color: #fff;
    border: 1px solid #dbdbdb;
    padding: 16px;
    border-radius: 0.3rem;
}
.couponed_item h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

button.add_new_addrs {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dotted #ccc;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    transition: all 0.3s;
}
.add_content i {
    font-size: 40px;
    color: #66666682;
}
.add_content h4 {
    color: #4c4141;
    text-transform: capitalize;
    margin-top: 10px;
}
.new_add_lists {
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    height: 100%;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    transition: all 0.3s;
}
.new_add_lists:hover,
button.add_new_addrs:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.default_add {
    padding: 5px 12px;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
}
.add_details .add_name {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.add_details p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.51px;
}
.add_details a {
    font-size: 14px;
    color: #6ac335;
    text-decoration: underline;
    margin-bottom: 16px;
    display: inline-block;
}
.add_details {
    padding: 12px 12px 30px 12px;
}
.addres_actn {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 100%;
    z-index: 9;
}
.addres_actn li {
    padding: 0px 12px;
    margin: 0;
    list-style: none;
    line-height: 1;
}
.addres_actn li:nth-child(1) {
    border-right: 2px solid #6ac335;
}
.addres_actn li:nth-child(2) {
    border-right: 2px solid #6ac335;
}
.addres_actn li a {
    color: #6ac335;
    font-size: 14px;
    transition: all 0.3s;
}
.addres_actn li:hover a {
    color: #222;
}
.address_manage h2 {
    text-transform: capitalize;
    font-size: 26px;
    letter-spacing: 0.81px;
    margin-bottom: 20px;
}
.order_pagination {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}
.order_pagination li.page-item {
    margin: 5px;
}
li.page-item.active span.page-link {
    background-color: #6ac335;
    border-color: #6ac335;
}

/* New fixes when site are live By Qaisar  */

.hv_account {
    display: flex;
    justify-content: space-between;
}
.tickernav{
    overflow: hidden;
}
@media (max-width: 777px) {
    .hv_account {
        display: block;
        text-align: center;
    } 
    .hv_account > span{
        margin-bottom: 10px;
        display: inline-block;
    }   
    .content .links .sign_in {
        text-align: center;
        width: 90%;
        display: inline-block;
        left: 0;
        margin: 0 auto !important;
    }
    .footer-text{
        text-align: justify;
    }
}