 @font-face {
    font-family: Quicksand;
    src: url(./assets/font/Quicksand-Medium.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
 @font-face {
    font-family: CenturyGothic;
    src: url(./assets/font/CenturyGothic.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
/* Theme Default */
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

body {
    font-weight: normal;
    font-style: normal;
}

img {

    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
}
img-social {
    max-width: 40px;
    width: 100%;
    height: 40px;
    transition: all 0.3s ease-out 0s;
}
.icon-all {
    height: 18px;
    width: 18px;
    }
    

/* a {
    font-family: 'BebasKai', sans-serif;

} */
a,
.button,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

.btn:focus,
button:focus,
input:focus,
textarea,
textarea:focus,
.form-control:focus {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand';
    color: #1D428A;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {margin: 0;
    padding: 0;
    list-style: none;}

li {
    margin-bottom: 15px;
    font-family: 'Quicksand';
}

p {
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #106ad2;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

/* Pre Loader area css */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: #24262d;
    overflow: hidden;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader-icon {
    width: 200px;
    height: 200px;
    display: inline-block;
    padding: 0px;
}

.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
    background-image: -moz-linear-gradient(178deg, rgb(244, 244, 30) 0%, rgb(241, 194, 50) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(244, 244, 30) 0%, rgb(241, 194, 50) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(244, 244, 30) 0%, rgb(241, 194, 50) 100%);
}

.preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/* Header Top Area Css Style */
.header-top-area {
    border-bottom: 1px solid #eeeeee;
}

ul.header-top-left-info-box {
    margin: 0;
    padding: 0;
}

ul.header-top-left-info-box li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 0;
}

ul.header-top-left-info-box li i {
    background: #F1C232;
    color: #fff;
    width: 30px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    font-size: 18px;
    margin-right: 13px;
    position: relative;
}

ul.header-top-left-info-box li .short-info {
    font-size: 12px;
    text-transform: capitalize;
    color: #777777;
    font-weight: 400;
}

ul.header-top-left-info-box li .short-info h4 {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
}

ul.header-top-left-info-box li i:after {
    position: absolute;
    content: '';
    right: -6px;
    top: 6px;
    bottom: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #02a0e7;
    border-bottom: 10px solid transparent;
    z-index: -1;
}

.header-top-right-social-box {
    display: inline-block;
    margin: 0;
}

.header-top-right-social-box li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 0;
}

.header-top-right-social-box li a {
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.header-top-right-social-box li:last-child {
    margin-right: 0;
}
.slick-dots {
    position: absolute;
    text-align: center;
    bottom: 25px;
    width: -webkit-fill-available;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button::before {
    content: '•';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    color: transparent;
    border: white 1px solid;
    border-radius: 50%;
}
.slick-dots li.slick-active button::before{
    content: '•';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    color: transparent;
    border: white 5px solid;
    border-radius: 50%;
}
.blog-img-date .services-img .slick-dots {
    bottom: 0px;
}
/* Header Top Menu Area Css Style */
.sticky {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 99;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #ffffff;
    transition: .3s;
}

.header-logo a {

    display: block;
}

.header-top-menu-area {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    height: 76px;
    z-index: 1000;
    position: fixed;
    top: 0px;
    width: 100%;
    background: white;
}
/* main menu area css */
.main-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.main-menu nav > ul > li {
    display: inline-block;
    position: relative;
    margin: 0;
}

.main-menu nav > ul > li:last-child a {
    padding-right: 0
}

.main-menu nav > ul > li:first-child a {
    padding-left: 0
}

.main-menu nav > ul > li > a {
    color: #1D4389;
    display: block;
    font-size: 19px;
    font-weight: 600;
    padding: 26px 40px;
    transition: all 0.3s ease 0s;
    line-height: 1.25;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.main-menu nav > ul > li > a.active{
    text-decoration: underline;
}

/* sub menu */
.main-menu nav > ul > li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 3px solid #02a0e7;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.4s ease-out;
    visibility: hidden;
    width: 220px;
    z-index: 9;
    transform-origin: top;
    transform: scaleY(0);
}

.main-menu nav > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.main-menu nav > ul > li .sub-menu li {
    display: block;
    position: relative;
    margin: 0;
}

.main-menu nav > ul > li .sub-menu li a {
    color: #666666;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 13px 20px;
    text-transform: capitalize;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.main-menu nav > ul > li:hover > .sub-menu li > a:hover {
    color: #fff;
    background: #02a0e7;
}

/* sub menu */
.main-menu nav > ul > li > .sub-menu > li > .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 3px solid #79b91c;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
}

.main-menu nav > ul > li > .sub-menu > li:hover .sub-menu {
    top: 0 !important;
    opacity: 1;
    top: 100%;
    visibility: visible
}

.header-top-btn {
    margin: 24px 0 0 35px;
    display: inline-block;
}


/* search form area css */

ul.header-search {
    margin: 37px 0 0 30px;
    display: inline-block;
    padding: 0;
}

ul.header-search li {
    margin-bottom: 0;
    list-style: none;
}

ul.header-search li a {
    color: #282828;
}

ul.header-search li:hover a {
    color: #02a0e7;
}

#search-overlay {
    display: none;
}

.search-form-area {
    background: #24262df0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    border: #a0a0a0 solid 1px;
    margin: 0;
    z-index: 99999;
}

.search-form-area:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.search-form-centered {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}

#search-box {
    position: relative;
    width: 100%;
    margin: 0;
}

.search-form input.form-control {
    box-shadow: none;
    color: #777777;
    height: 80px;
    background: #f8f8f8;
    border: none;
    border-radius: 0;
    padding: 20px 30px;
}

.search-form button {
    background: #090909;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 9px 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s;
}

.search-form button:hover {
    background: #02a0e7;
}

#close-btn {
    position: fixed;
    top: 1em;
    right: 1em;
}

#close-btn:hover {
    color: #02a0e7;
    cursor: pointer;
}


/* Laundryka Slider Area Css Style */

.laundryka-single-slider.bg-1 {
    background-image: url(assets/img/hero/bg-img.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
    height: 970px;
}

.laundryka-single-table {
    display: table;
    height: 100%;
    width: 100%;
}

.laundryka-single-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.laundryka-single-slider-content {
    margin-top: -100px;
}

.laundryka-single-slider-content h4 {
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}

.laundryka-single-slider-content h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 73px;
    margin-bottom: 30px;
    line-height: 100px;
}

.slider-area-btn a.btn-typ2:first-child {
    margin-right: 35px;
}

.main-slider-offer-box {
    position: absolute;
    right: 10%;
    top: 12%;
    z-index: 9;
}

/* Laundryka Slider2 Area Css Style */

.laundryka-single-slider2 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 1000px;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

.laundryka-slider2-single-table {
    display: table;
    height: 100%;
    width: 100%;
}

.laundryka-slider2-single-tablecell {
    display: table-cell;
    vertical-align: middle;
}

ul.laundryka-slider2-top-tag-box {
    padding: 0;
    margin: 0;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.laundryka-main-slider2-all .active ul.laundryka-slider2-top-tag-box {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

ul.laundryka-slider2-top-tag-box li {
    display: inline-block;
    list-style: none;
    margin: 0 50px 10px 0;
    position: relative;
}

ul.laundryka-slider2-top-tag-box li a {
    text-transform: capitalize;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    display: block;
}

ul.laundryka-slider2-top-tag-box li:before {
    width: 15px;
    height: 6px;
    position: absolute;
    content: "";
    background: #fff;
    right: -30px;
    top: 50%;
    bottom: 0;
}

ul.laundryka-slider2-top-tag-box li:nth-child(3)::before {
    display: none;
}

ul.laundryka-slider2-top-tag-box li:nth-child(3) {
    margin-right: 0 !important;
}

.laundryka-slider2-area-content-box h2 {
    font-size: 68px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.laundryka-main-slider2-all .active .laundryka-slider2-area-content-box h2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;

}

.slider2-area-btn-box {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.laundryka-main-slider2-all .active .slider2-area-btn-box {

    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.laundryka-single-slider2-style-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.laundryka-single-slider2-style-img img {
    height: 100%;
}

.laundryka-main-slider2-all .active .laundryka-single-slider2-style-img {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.laundryka-main-slider2-all.owl-theme .owl-dots .owl-dot span {
    background: #6ad0f6 none repeat scroll 0 0;
    border-radius: 30%;
    display: inline-block;
    height: 20px;
    width: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 4px;
    border-radius: 50%;
    border: 4px solid #fff;
    opacity: .5;
}

.laundryka-main-slider2-all.owl-theme .owl-dots .owl-dot.active span {
    background: #6ad0f6;
    border: medium none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.laundryka-main-slider2-all.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    left: 10%;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.laundryka-main-slider2-all.owl-theme .owl-dots .owl-dot {
    display: block;
    margin-bottom: 15px;
    line-height: 1;
}


/* Laundryka Workes Steap Area Css Style */
.single-works-steap-box {
    cursor: pointer;
}

.works-steap-icon-box {
    height: 175px;
    width: 175px;
    border-radius: 50%;
    text-align: center;
    line-height: 200px;
    border: 2px solid #02a0e7;
    position: relative;
    display: inline-block;
    z-index: 5;
    transition: all .3s;
    transform: scale(.9);
}

.works-steap-icon-border {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
}

.steap-icon-tip {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #02a0e7;
    line-height: 43px;
    font-size: 30px;
    font-weight: 500;
}

.works-steap-icon-border span {
    position: absolute;
    bottom: 0;
    left: 35px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #6ad0f6;
    line-height: 43px;
    font-size: 30px;
    font-weight: 500;
    border: 2px solid #fff;
}

.works-steap-icon-box i {
    font-size: 70px;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
}

.single-works-steap-box h3 {
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: 600;
    transition: all .3s;
}

.single-works-steap-box:hover h3 {
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-works-steap-box:hover .works-steap-icon-box {
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    transform: scale(1);
}

.single-works-steap-box:hover .works-steap-icon-box i {
    color: #fff;
}

.single-works-steap-box:hover .works-steap-icon-border {
    -webkit-animation: rotate-2 30s linear infinite;
    animation: rotate-2 30s linear infinite;
}

.laundryka-workes-steap-area .col-xl-3:nth-child(2n+1) .single-works-steap-box .works-steap-icon-box:after {
    content: url(assets/img/works/1.png);
    height: 100px;
    position: absolute;
    right: -90%;
    top: 0;
    width: 90%;
}

.single-works-steap-box .works-steap-icon-box:after {
    content: url(assets/img/works/2.png);
    height: 100px;
    position: absolute;
    right: -90%;
    top: 0;
    width: 90%;
}

.laundryka-workes-steap-area .col-xl-3:nth-child(4) .single-works-steap-box .works-steap-icon-box:after {
    display: none;
}

/* Laundryka Workes Steap Style2 Area Css Style */

.single-works-steap-style2-box {
    position: relative;
    border: 4px solid #eeeeee;
    padding: 70px 0;
    background: #fff;
    transition: all .3s;
    cursor: pointer;
}

.single-works-steap-style2-box:hover {
    margin-top: -30px;
    box-shadow: 0px 0px 30px 0px rgba(47, 50, 212, 0.15);
}

.steap-style2-icon-tip {
    position: absolute;
    top: -4px;
    right: -4px;
    color: #fff;
    background: rgb(70 70 70 / .40);
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 25px;
    font-weight: 500;
    border-bottom-left-radius: 40px;
    z-index: 1;
    text-transform: capitalize;
    transition: all .1s;
}

.steap-style2-icon-tip:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(70 70 70 / .30);
    width: 60px;
    height: 60px;
    border-bottom-left-radius: 52px;
    z-index: -1;
    transition: all .3s;
}

.steap-style2-icon-tip:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(70 70 70 / .30);
    width: 70px;
    height: 70px;
    border-bottom-left-radius: 62px;
    z-index: -1;
    transition: all .6s;
}

.works-steap-style-shap .lws2 {
    position: absolute;
    left: -4px;
    bottom: -4px;
    background: rgb(70 70 70 / .70);
    width: 30px;
    height: 30px;
}

.works-steap-style-shap .lws3 {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: rgb(70 70 70 / .50);
    width: 20px;
    height: 20px;
    transition: all .3s;
}

.works-steap-style2-icon-content-box i {
    font-size: 70px;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
}

.works-steap-style2-icon-content-box h3 {
    font-size: 32px;
    text-transform: capitalize;
    margin-top: 25px;
    font-weight: 600;
    transition: all .3s;
}

.single-works-steap-style2-box:hover .works-steap-style2-icon-content-box i {
    color: #2f32d4;
}

.single-works-steap-style2-box:hover .works-steap-style-shap .lws2 {
    background-image: -moz-linear-gradient(178deg, rgb(47 50 212 / .70) 0%, rgb(113 66 247 / .30) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47 50 212 / .70) 0%, rgb(113 66 247 / .30) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47 50 212 / .70) 0%, rgb(113 66 247 / .30) 100%);
}

.single-works-steap-style2-box:hover .works-steap-style-shap .lws3 {
    background-image: -moz-linear-gradient(178deg, rgb(47 50 212 / .50) 0%, rgb(113 66 247 / .30) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47 50 212 / .50) 0%, rgb(113 66 247 / .30) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47 50 212 / .50) 0%, rgb(113 66 247 / .30) 100%);
    left: 20px;
    bottom: 20px;
}


.single-works-steap-style2-box:hover .steap-style2-icon-tip {
    background-image: -moz-linear-gradient(178deg, rgb(47 50 212 / .40) 0%, rgb(113 66 247 / .30) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47 50 212 / .40) 0%, rgb(113 66 247 / .30) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47 50 212 / .40) 0%, rgb(113 66 247 / .30) 100%);
    width: 55px;
    height: 55px;
    line-height: 50px;
}

.single-works-steap-style2-box:hover .steap-style2-icon-tip:before {
    background-image: -moz-linear-gradient(178deg, rgb(47 50 212 / .30) 0%, rgb(113 66 247 / .30) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47 50 212 / .30) 0%, rgb(113 66 247 / .30) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47 50 212 / .30) 0%, rgb(113 66 247 / .30) 100%);
    width: 70px;
    height: 70px;
    border-bottom-left-radius: 58px;
}

.single-works-steap-style2-box:hover .steap-style2-icon-tip:after {
    background-image: -moz-linear-gradient(178deg, rgb(47 50 212 / .30) 0%, rgb(113 66 247 / .30) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47 50 212 / .30) 0%, rgb(113 66 247 / .30) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47 50 212 / .30) 0%, rgb(113 66 247 / .30) 100%);
    width: 80px;
    height: 80px;
    border-bottom-left-radius: 65px;
}

/* Laundryka About area css */

.laundryka-about-area {
    position: relative;
    overflow: hidden;
}

.laundryka-about-bg-img {
    position: absolute;
    left: 0;
    top: 100px;
    bottom: 0;
    height: 100%;
    width: 45%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.laundryka-about-bg-img:before {
    position: absolute;
    content: '';
    right: 0;
    width: 435px;
    height: 435px;
    bottom: 0;
    background-image: -moz-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(241, 194, 50) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(241, 194, 50) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(241, 194, 50) 100%);
    opacity: 0.302;
    border-top-left-radius: 100%;
}

.laundryka-about-bg-img img {
    width: 100%;
    height: calc(100% - 100px);
}

.laundryka-about-content {
    padding: 80px 0;
}

.laundryka-about-content h2 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    font-family: 'BebasKai';
}

.about-chariti-list-area {
    margin-top: 50px;
    margin-bottom: 0px;
}

.laundryka-about-content h2 span {
    color: #F1C232;
    font-family: 'BebasKai';
}

.laundryka-about-content h2:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    border-left: 6px solid #7142f7;
    border-image: linear-gradient(to bottom,
    #F1C232,
    #F1C232) 1 100%;
}

ul.about-chariti-list {
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul.about-chariti-list:first-child {
    margin-right: 50px;
}

ul.about-chariti-list li {
    font-size: 20px;
    color: #37393e;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'CenturyGothic';
}

ul.about-chariti-list li a {
    font-size: 24px;
    color: #37393e;
    font-weight: 700;
    text-transform: capitalize;
}
.laundryka-about-content p {
    font-size: 24px;
    font-family: 'CenturyGothic';
}
ul.about-chariti-list li i {
    color: #F1C232;;
    margin-right: 10px;
}

.videos-icon-text {
    position: absolute;
    top: 55%;
    left: 60%;
    transform: translate(15%, 15%);
    text-align: center;
}

.videos-icon-text i {
    background-image: -moz-linear-gradient(178deg, rgba(241, 194, 50, .8) 0%, hsla(24, 92%, 61%, .8) 100%);
    background-image: -webkit-linear-gradient(178deg, rgba(241, 194, 50, .8) 0%, hsla(24, 92%, 61%, .8) 100%);
    background-image: -ms-linear-gradient(178deg, rgba(241, 194, 50, .8) 0%, hsla(24, 92%, 61%, .8) 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 100px;
    width: 100px;
    color: #fff;
    font-size: 30px;
    line-height: 100px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    animation: heartbeat 1s infinite alternate;
}




.videos-icon-text a::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.videos-icon-text a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.laundryka-about-area .back-img {
    width: 540px;
    height: 600px;
    background-image: -moz-linear-gradient(178deg, rgba(241, 194, 50, .8) 0%, rgba(255, 202, 55, 0.8) 100%);
    background-image: -webkit-linear-gradient(178deg, rgba(241, 194, 50, .8) 0%, rgba(255, 202, 55, 0.8) 100%);
    background-image: -ms-linear-gradient(178deg, rgba(241, 194, 50, .8) 0%, rgba(255, 202, 55, 0.8) 100%);
    position: absolute;
    left: 0;
    z-index: -1;
    transform: rotate(-10deg);
    bottom: 0;
    top: 10%;
}


.about-style-shape .las-1 {
    position: absolute;
    right: 25%;
    opacity: 0.4;
    top: 8%;
}

.about-style-shape .las-2 {
    position: absolute;
    right: 3%;
    opacity: .5;
    bottom: 7%;
    width: 70px;
}

.about-style-shape .las-3 {
    position: absolute;
    right: 0;
    opacity: .75;
    bottom: 0px;
    width: 70px;
    height: auto;
}

.about-brief-content-box h2.about-brief-title2 {
    font-size: 40px;
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    background-image: -moz-linear-gradient(178deg, rgb(255, 163, 24) 0%, rgb(241, 194, 50) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(255, 163, 24) 0%, rgb(241, 194, 50) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(255, 163, 24) 0%, rgb(241, 194, 50) 100%);
    opacity: 0.851;
}
.about-brief-content-box h2.about-brief-title {
    font-size: 40px;
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    background-image: -moz-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(255, 163, 24) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(255, 163, 24) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(255, 163, 24) 100%);
    opacity: 0.851;
}


.about-brief-content-box h2.about-brief-title2:after {
    position: absolute;
    content: '';
    right: 100%;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 44px solid transparent;
    border-right: 30px solid #F1C232;
    border-bottom: 44px solid transparent;
}

.about-brief-content-box h2.about-brief-title:after {
    position: absolute;
    content: '';
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 44px solid transparent;
    border-left: 30px solid #F1C232;
    border-bottom: 44px solid transparent;
}

.about-brief-content-img-box2,
.about-brief-content-img-box {
    position: relative;
}

.about-brief-content-img-box:after {
    position: absolute;
    content: '';
    right: -10px;
    top: -10px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(241, 194, 50) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(241, 194, 50) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(241, 194, 50) 100%);
}

.about-brief-content-img-box2:after {
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(241, 194, 50) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(241, 194, 50) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(241, 194, 50) 100%);
}

/* Laundryka Services Area css */

.laundryka-services-area {
    position: relative;
}

.services-bg-img {
    position: absolute;
    right: 0;
    bottom: 225px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.services-style-bg-img .lss-1 {
    position: absolute;
    left: 2%;
    opacity: 0.4;
    top: 30%;
}

.services-style-bg-img .lss-2 {
    position: absolute;
    left: 12%;
    opacity: 0.4;
    bottom: 15%;
}

.services-icon-box {
    position: relative;
    display: inline-block;
    border: 2px solid #eeeeee;
    padding: 25px;
    background: #fff;
    width: 100%;
}

/* .services-icon-box:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #000;
    z-index: -1;
    transition: all .3s;
}

.single-services-box:hover :after {
    top: -8px;
    left: -8px;
}

.services-icon-box:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #000;
    z-index: -1;
    transition: all .3s;
}

.single-services-box:hover :before {
    bottom: -8px;
    right: -8px;
} */

.single-services-box h3 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 24px;
    margin-top: 30px;
}

.single-services-box {
    cursor: pointer;
    font-size: 18px;
}

.single-services-box h3 span {
    color: #F1C232;
}

/* Laundryka App cta Area css */

.laundryka-app-cta-area {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-image: url(assets/img/cta/2.jpg);
    background-repeat: no-repeat;
    padding: 200px 0 100px;
}

.laundryka-app-cta-content-box h2 {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 700;
    padding: 30px 40px;
    background-image: -moz-linear-gradient(178deg, rgb(47 50 212 / .80) 0%, rgb(113 66 247 / .80) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47 50 212 / .80) 0%, rgb(113 66 247 / .80) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47 50 212 / .80) 0%, rgb(113 66 247 / .80) 100%);
}

.laundryka-app-cta-content-box h3 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 20px 0;
}

.laundryka-app-cta-btn-box a {
    margin: 0 15px;
}







/* Laundryka Services2 Area css */
.single-services2-box {
    cursor: pointer;
}

.services2-icon-box {
    position: relative;
    display: inline-block;
    border: 2px solid #eeeeee;
    padding: 25px;
    background: #fff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    transition: all .3s;
}

.single-services2-box:hover .services2-icon-box {
    border: 2px dashed #02a0e7;
}

.single-services2-box h3 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 24px;
    margin-top: 30px;
}

.services2-icon-box span {
    position: absolute;
    font-size: 36px;
    font-weight: 600;
    line-height: 100px;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    color: #fff;
    transform: scale(0);
    transition: all .3s;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

.single-services2-box:hover span {
    transform: scale(1);
}

/* Laundryka Testimonial Area css */


.laundryka-testimonial-area {
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
    background-image: url(assets/img/testimonial/testimonial-bg.png);
    background-color: #1a2b3c;
    transform: skewY(-2deg);
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    overflow: hidden;
}

.testimonial-wraper {
    transform: skewY(2deg);
}

.single-testimonial p {
    font-size: 26px;
    color: #fff;
    font-style: italic;
    line-height: 2;
    position: relative;
    padding: 0 45px;
}

.single-testimonial p:before {
    content: url(assets/img/testimonial/q.png);
    left: 0px;
    position: absolute;
    top: 0;
}

.single-testimonial .title-desig {
    margin: 40px 0;
}

.single-testimonial .title-desig h3 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
}


.single-testimonial .title-desig h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.single-testimonial .title-desig h4 span {
    text-transform: lowercase;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.single-testimonial .title-desig h4 span:after {
    position: absolute;
    left: -3px;
    content: '-';
    font-size: 18px;
    top: 1px;
}

.testimonial-img {
    margin: 0 0 30px;
}

.single-testimonial img {
    width: 110px !important;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
}

.testimonial-wraper.owl-theme .owl-dots .owl-dot span {
    background: #fff none repeat scroll 0 0;
    border-radius: 30%;
    display: inline-block;
    height: 20px;
    width: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 4px;
    border-radius: 50%;
    border: 4px solid #6ad0f6;
    opacity: .5;
}

.testimonial-wraper.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border: medium none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #6ad0f6;
}

.testimonial-wraper.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    margin-top: 0;
}

.laundryka-testimonial-special-img .lts-1 {
    position: absolute;
    left: 2%;
    top: 20%;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 10px 20px 0px rgba(47, 48, 52, 0.45);
    animation: heartbeat 1s infinite alternate;
}

.laundryka-testimonial-special-img .lts-2 {
    position: absolute;
    left: 8%;
    top: 50%;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 10px 20px 0px rgba(47, 48, 52, 0.45);
    animation: heartbeat 1s infinite alternate;
}

.laundryka-testimonial-special-img .lts-3 {
    position: absolute;
    left: 2%;
    bottom: 10%;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 10px 20px 0px rgba(47, 48, 52, 0.45);
    animation: heartbeat 1s infinite alternate;
}

.laundryka-testimonial-special-img .lts-4 {
    position: absolute;
    right: 2%;
    top: 20%;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 10px 20px 0px rgba(47, 48, 52, 0.45);
    animation: heartbeat 1s infinite alternate;
}

.laundryka-testimonial-special-img .lts-5 {
    position: absolute;
    right: 20%;
    bottom: 20%;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 10px 20px 0px rgba(47, 48, 52, 0.45);
    animation: heartbeat 1s infinite alternate;
}

.laundryka-testimonial-special-img .lts-6 {
    position: absolute;
    right: 60%;
    top: 10%;
    opacity: .3;
}

.laundryka-testimonial-special-img .lts-7 {
    position: absolute;
    right: -5%;
    bottom: -10%;
    opacity: .3;
}


/* Laundryka Pricing Table Area css */


.laundryka-pricing-table-area {
    overflow: hidden;
}

.pricing-area {
    padding-top: 100px;
}

.pricing-area.pricing-area-3 {
    margin-top: 0px;
}

ul.price-nav {
    display: inline-block;
    border: 2px solid #e7e7e7;
    border-radius: 30px;
}

ul.price-nav li {
    display: inline-block;
    margin: 0;
}

.price-header h4 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
    color: #30323d;
    font-family: 'Poppins', sans-serif;
}

ul.price-nav li button {
    padding: 20px 40px;
    line-height: 1;
    color: #878991;
    border-radius: 30px 0px 0px 30px;
    font-size: 15px;
    font-weight: 700;
}

ul.price-nav li button.active {
    border-radius: 30px 0px 0px 30px;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    color: #fff !important;
    -webkit-border-radius: 30px 0px 0px 30px;
    -moz-border-radius: 30px 0px 0px 30px;
    -ms-border-radius: 30px 0px 0px 30px;
    -o-border-radius: 30px 0px 0px 30px;
}

ul.price-nav li:nth-child(2) button {
    border-radius: 0px 30px 30px 0px;
    -webkit-border-radius: 0px 30px 30px 0px;
    -moz-border-radius: 0px 30px 30px 0px;
    -ms-border-radius: 0px 30px 30px 0px;
    -o-border-radius: 0px 30px 30px 0px;
}

.pricing-area {
    margin-bottom: -240px;
}

.single-price-area {
    background: transparent;
    border: 1px solid #f2f2f2;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.laundryka-pricing-table-area .col-xl-4:nth-child(odd) .single-price-area {
    margin-top: 40px;
}

.single-price-area .badge-popular {
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 112px;
    width: 130px;
    text-align: center;
    z-index: 1;
    right: 0;
    border-top-right-radius: 7px;
    visibility: hidden;
    opacity: 0;
}

.single-price-area .popular {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    background: #fff;
    text-transform: uppercase;
    padding: 10px 0px 10px 30px;
    width: 190px;
    text-align: center;
    display: block;
    position: absolute;
    left: -15px;
    top: 15px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(44deg);
}

.single-price-area.active .badge-popular {
    visibility: visible;
    opacity: 1;
}

.single-price-area:hover {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.single-price-area:hover .price-header h2 {
    color: #7142f7;
}

.single-price-area.active .price-header h4,
.single-price-area.active .price-header h2 {
    color: #fff;
}

.single-price-area.active {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.price-header {
    position: relative;
    padding: 25px;
    margin-bottom: 35px;
    background: #d2f3ff;
}

.single-price-area.active .price-header {
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

.price-header:before {
    content: "";
    background-image: linear-gradient(to right bottom, #2f32d4 0%, #7142f7 50%, transparent 50%);
    position: absolute;
    width: 100%;
    height: 35px;
    top: 102%;
    left: 0px;
}

.price-header:after {
    content: "";
    background-image: linear-gradient(to right bottom, #d2f3ff 0%, #d2f3ff 50%, transparent 50%);
    position: absolute;
    width: 100%;
    height: 35px;
    top: 100%;
    left: 0px;
}

.single-price-area.active .price-header:before,
.single-price-area.active .price-header:after {
    visibility: hidden;
    opacity: 0;
}

.price-header > span {
    font-size: 18px;
    color: #30323d;
    margin-bottom: 15px;
    font-weight: 600;
}

.price-header h2 {
    font-size: 60px;
    color: #02a0e7;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    transition: all .3s;
}

.price-header h2 > span.sep {
    font-size: 18px;
    color: #30323d;
}

.single-price-area.active .price-header h2 > span {
    color: #fff;
}

.price-header h2 > span {
    font-size: 18px;
    color: #30323d;
}

.price-item-list ul li {
    font-size: 17px;
    margin-bottom: 17px;

}

.price-item-list ul li:last-child {
    margin-bottom: 0px;
}

/* Laundryka Counter Area css */

.laundryka-counter-area {
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
    height: 1000px;
    background-image: url(assets/img/counter/1.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.laundryka-counter-style-shape img.lcs-1 {
    position: absolute;
    right: -5%;
    top: 12%;
}

.laundryka-counter-style-shape img.lcs-2 {
    position: absolute;
    right: 10%;
    top: 40%;
}

.single-counter-box {
    text-align: center;
    padding: 50px 0;
    border: 2px dashed #fff;
    background: rgba(255, 255, 255, .10);
    width: 100%;
}

.single-counter-box h3.counter {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

.single-counter-box span {
    background: #fff;
    display: inline-block;
    width: 30px;
    height: 6px;
    margin: 20px 0;
}

.single-counter-box h4 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.laundryka-counter-info-box {
    margin: 210px 0 0 15px;
}

.laundryka-counter-info-box h2 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
}

.laundryka-counter-info-box h4 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
}

.laundryka-counter-info-box h4 a {
    color: #02a0e7;
    text-decoration: underline;
    font-weight: 700;
}

/* Laundryka Team Area css */

.single-team-wraper {
    cursor: pointer;
    padding: 0 15px;
    max-height: 500px;
    height: 500px;
}

.single-team-wraper .team-img-title {
    position: relative;
}

.team-img-hvr-plus {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.team-img-hvr-plus a.popup-team {
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgba(47, 50, 212, .7) 0%, rgba(113, 66, 247, .7) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

.single-team-wraper:hover .team-img-hvr-plus {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%);
}

.single-team-wraper .team-img-title img {
    width: 100%;
}

.team-img-title h3.team-title {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    background: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    display: inline-block;
    padding: 20px 30px;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0px 8px 20px 0px rgba(47, 48, 52, 0.14);
    transition: all .3s;
}

.single-team-wraper:hover h3.team-title {
    color: #fff;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    bottom: -30px;
}

.team-all-member-box .owl-nav div {
    left: -100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    text-align: center;
    line-height: 60px;
    font-size: 50px !important;
    border-radius: 50% !important;
    color: #fff !important;
    width: 70px;
    height: 70px;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%) !important;
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%) !important;
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%) !important;
}

.team-all-member-box .owl-nav div.owl-next {
    left: auto;
    right: -100px;
}

/* Laundryka CTA Area css */

.laundryka-cta-area {
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
    position: relative;
    height: 100%;
    background-image: url(assets/img/cta/1.jpg);
    background-color: #1a2b3c;
    background-repeat: no-repeat;
}

.laundryka-cta-area:before {
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgba(47, 50, 212, .8) 0%, rgba(113, 66, 247, .8) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.cta-title h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.cta-form input {
    width: 100%;
    height: 60px;
    border: none;
    background: #fff;
    padding: 0 20px;
    border-radius: 0;
    font-size: 18px;
    color: #30323d;
}

.cta-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 60px;
}
/* Laundryka Blog Area css */

.single-blog-box:hover a.post-title {
    color: #F1C232;
}

.blog-img-date {
    position: relative;
}

.blog-img-date .blog-date {
    font-size: 14px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #000;
    background-image: -moz-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(255, 163, 24) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(255, 163, 24) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(255, 163, 24) 100%);
    position: absolute;
    top: 30px;
    right: 30px;
    text-transform: capitalize;
    padding: 10px;
    line-height: 1.2;
}
.laundryka-blog-details-wraper img,
.single-blog-box img {
    width: 100%;
    max-height: 282px;
}
h4 .post-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 1;
    cursor: pointer;
}

.blog-content {
    padding: 15px;
    text-align: justify;
}

.blog-img-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.blog-img-slider .owl-nav div {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    text-align: center;
    line-height: 42px;
    font-size: 30px !important;
    background: #fff !important;
    border-radius: 0 !important;
    color: #2f3034 !important;
    width: 50px;
    height: 50px;
    margin: 0 !important;
}

.blog-img-slider .owl-nav div:hover {
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%) !important;
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%) !important;
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%) !important;
    color: #fff !important;
}

.blog-img-slider .owl-nav div.owl-next {
    left: auto;
    right: 0;
}


.blog-video-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    opacity: .7;
}

.blog-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.blog-video-icon a {
    display: inline-block;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 80px;
    width: 80px;
    color: #2f32d4;
    background: #fff;
    font-size: 30px;
    line-height: 80px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    animation: heartbeat 1s infinite alternate;
}

.blog-video-icon a::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 3s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.blog-video-icon a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -30px;
    bottom: -30px;
    right: -30px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.blog-details-content h6,
.blog-details-content h5,
.blog-details-content h5,
.blog-details-content h4,
.blog-details-content h3,
.blog-details-content h2,
.blog-details-content h1 {
    margin-bottom: 15px;
    font-weight: 600;
}

/* Blog Quote Area Css Style */

blockquote,
blockquote.wp-block-quote {
    padding: 20px 35px !important;
    box-shadow: 0px 0px 30px 0px rgba(26, 43, 60, 0.15);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin: 40px 0;
    z-index: 1;
    background-image: -moz-linear-gradient(90deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

blockquote:before,
blockquote.wp-block-quote:before {
    content: "\f10d";
    position: absolute;
    bottom: 9%;
    left: 5%;
    font-family: "FontAwesome";
    color: #fff;
    font-size: 50px;
    line-height: 1;
    opacity: .5;
    z-index: -1;
}

blockquote p,
blockquote.wp-block-quote p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

blockquote cite,
blockquote.wp-block-quote cite {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 15px;
    margin-top: 30px;
    display: inline-block;
    float: right;
    color: #fff;
}

blockquote cite:before,
blockquote.wp-block-quote cite:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 10px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


/* Post Date Admin Comments Number Area Css Style */


.blog-post-admin-date-comment-tag {
    padding: 30px 35px;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

.blog-post-admin-date-comment-tag .post-info {
    margin: 0 15px 0 0;
    padding: 0;
    display: inline-flex;
}

.blog-post-admin-date-comment-tag .post-info a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
}

.blog-post-admin-date-comment-tag .post-info span i {
    margin-right: 6px;
    color: #fff;
}

/* Post Tags Area Css Style */

.blog-post-tag span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 17px;
    color: #1a2b3c;
    text-transform: capitalize;
}

.blog-post-tag {
    background: #fff;
    padding: 0;
    padding-top: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 30px;
}

.blog-post-tag > a {
    color: #1a2b3c;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
    padding: 10px 24px;
    margin-right: 5px;
    transition: .3s;
    border-radius: 0;
    margin-bottom: 10px;
}

.blog-post-tag > a:hover {
    color: #fff;
    background: #02a0e7;
    border-color: #02a0e7;
}

/* Blog Comments Area Css Style */

.post-heading {
    margin-bottom: 30px;
}

.post-heading h3 {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1a2b3c;
    line-height: 1;
}

.latest-comments > ul {
    padding: 0;
    margin: 0;
}

.latest-comments ul {
    list-style: none;
}

.comments-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #e7eaf0;
    padding: 40px 20px;
    background: #fff;
    border-radius: 20px;
    transition: all .3s;
}

.comments-box:hover {
    border-color: #02a0e7;
}

.comments-avatar {
    float: left;
    width: 100px;
}

.comments-avatar img {
    border: 3px solid #02a0e7;
    border-radius: 50%;
}

.comments-text {
    overflow: hidden;
    padding-left: 30px;
}

.avatar-name-date {
    display: inline-block;
}

.avatar-name-date > h5 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #1a2b3c;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

.avatar-name-date span {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 12px;
    display: block;
    color: #1a2b3c;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

.comments-text > p {
    margin-bottom: 0;
    font-size: 17px;
}

.comments-text > a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1a2b3c;
    font-family: 'Poppins', sans-serif;
    float: right;
    margin-top: -6px;
}

.comments-reply {
    padding-left: 130px;
}

/* Blog Comments Form Area Css Style */

.post-comments-form-area {
    margin: 40px 0 40px 0;
}

.post-comments-form-area .post-comments-form {}

.post-reviews-form input.form-control,
.post-comments-form input.form-control {
    box-shadow: none;
    color: #777777;
    height: 50px;
    margin-bottom: 30px;
    background: #f4f7fc;
    border: 1px solid #e7eaf0;
    padding: 5px 20px;
    transition: all .3s;
    border-radius: 0px;
}

.post-reviews-form textarea.form-control,
.post-comments-form textarea.form-control {
    height: 133px;
    box-shadow: none;
    color: #777777;
    margin-bottom: 30px;
    background: #f4f7fc;
    border: 1px solid #e7eaf0;
    padding: 15px 20px;
    transition: all .3s;
    border-radius: 0px;
}

.post-comments-form textarea.form-control:focus,
.post-comments-form input.form-control:focus {
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
    outline: none;
    border: 1px solid #02a0e7;
}

/* Laundryka Footer Area css */

.laundryka-footer-area {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 100%;
    /*max-height: 400px;*/
    max-height: max-content;
    background-image: url(assets/img/footer/1.webp);
    background-color: #1a2b3c;
    background-repeat: no-repeat;
}

.laundryka-footer-area:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(241, 194, 50) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(241, 194, 50) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(241, 194, 50) 0%, rgb(241, 194, 50) 100%);
    opacity: .8;
}

.laundryka-footer-style-shape img.lfs-1 {
    position: absolute;
    left: 5%;
    top: 30%;
    opacity: .5;
}

.laundryka-footer-style-shape img.lfs-2 {
    position: absolute;
    right: 2%;
    bottom: 5%;
}

.laundryka-footer-style-shape img.lfs-3 {
    position: absolute;
    right: 10%;
    bottom: 30%;
}


/* Footer Copyright Area css */

.footer-copyright p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.footer-copyright-menu-area {
    background: #000;
}

.footer-copyright {

}

.footer-copyright p a {
    color: #F1C232;
    /* font-weight: 700; */
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu li {
    display: inline-block;
    margin: 0 !important;
    transition: all .3s;
}

.footer-menu li a {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0 20px 30px;
}

.footer-menu li:hover a {
    color: #F1C232;
}

/* Laundryka breadcrumb area css */


.laundryka-breadcrumb-area {
    position: relative;
    overflow: hidden;
    /* background-image: -moz-linear-gradient(178deg, rgb(255, 163, 24) 0%, rgb(241, 194, 50) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(255, 163, 24) 0%, rgb(241, 194, 50) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(255, 163, 24) 0%, rgb(241, 194, 50) 100%); */
    opacity: 0.851;
}

.breadcrumb-style-shape img.lbs-1 {
    position: absolute;
    top: 13%;
    left: 20%;
    opacity: .5;
}

.breadcrumb-style-shape img.lbs-2 {
    position: absolute;
    right: 5%;
    top: 20%;
}

.breadcrumb-style-shape img.lbs-3 {
    position: absolute;
    right: 18%;
    top: 16%;
}

.laundryka-breadcrumb-area h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.laundryka-breadcrumb-area .breadcrumb {
    background: inherit;
    padding: 0;
    margin: 0;
}

.breadcrumb .breadcrumb-item {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
}

.laundryka-breadcrumb-area .breadcrumb .breadcrumb-item,
.laundryka-breadcrumb-area .breadcrumb-item.active a,
.laundryka-breadcrumb-area .breadcrumb .breadcrumb-item.active {
    color: #fff;
    text-transform: capitalize;
}

.laundryka-breadcrumb-area .breadcrumb .breadcrumb-item a {
    color: #02a0e7;
    text-transform: capitalize;
}

.laundryka-breadcrumb-area .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

/* Laundryka Shop Area css */

.laundryka-short-by {
    border: 1px solid #eee;
    padding: 15px 30px;
    display: inline-block;
}

.laundryka-shop-result-show {
    overflow: hidden;
}

.laundryka-sho-result {
    display: inline-block;
    margin: 15px 0;
}

.laundryka-sho-result p {
    margin: 0;
}

.single-product-top-area {
    position: relative;
}

.product-img img {
    width: 100%;
}

.product-str {
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 15px 0 15px;
}

.product-rating {
    margin: 8px 0;
}

.product-sel-tag span {
    color: #414141;
    text-transform: uppercase;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 11px;
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 100%;
    border: 1px solid #414141;
    transition: all .3s;
}

.laundryka-single-product-box:hover .product-sel-tag span {
    color: #fff;
    border-color: #fff;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

.laundryka-single-product-bottom-box {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.14);
}

ul.product-tags {
    margin: 0;
    padding: 0;
}

ul.product-tags li {
    list-style: none;
    display: inline-block;
    margin: 0;
    position: relative;
}

ul.product-tags li a {
    font-size: 15px;
    color: #414141;
    font-weight: 500;
    display: block;
}


.product-content h4 a {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.laundryka-single-product-box:hover .product-content h4 a {
    color: #02a0e7;
}

.product-content h4 {
    margin: 15px 0 15px;
}

.product-price {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Ubuntu', sans-serif;
}

.product-price del {
    color: #414141ab;
    margin-left: 15px;
}

ul.product-action {
    margin: 25px 0 0;
    padding: 0;
}

ul.product-action li a {
    color: #414141;
    display: block;
    border: 1px solid #414141;
    font-size: 18px;
    height: 42px;
    line-height: 40px;
    width: 42px;
    text-align: center;
    border-radius: 100%;
    transition: all .3s;
}

ul.product-action li {
    margin: 0 5px 0 0;
    display: inline-block;
}

ul.product-action li:hover a {
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    color: #fff;
    border-color: #fff;
}

.product-big-img-thumb img {
    padding: 0 5px;
    cursor: pointer;
}


.single-product-brief h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    margin-bottom: 20px;
}

.product-big-img-thumb button.slick-next.slick-arrow {
    display: none !important;
}

/* Shop Quantity Style Css */

.laundryka-quantity {
    position: relative;
    width: 100px;
}

.laundryka-quantity button.down.qtybtn {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 40px;
    height: 25px;
    line-height: 1;
    z-index: 1;
    background: transparent;
    border: 1px solid #eee;
    transition: all .3s;
}

.laundryka-quantity button.up.qtybtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 26px;
    line-height: 1;
    background: transparent;
    border: 1px solid #eee;
    transition: all .3s;
}

.laundryka-quantity button.up.qtybtn:hover,
.laundryka-quantity button.down.qtybtn:hover {
    color: #fff;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

.laundryka-quantity input.form-control {
    width: 100px;
    position: relative;
    height: 50px;
    border: 1px solid #eee;
    padding: 0 40px 0 10px;
    border-radius: 0;
    font-size: 20px;
}

/* Product Meta area style css */

.single-product-brief .product_meta {
    margin: 20px 0 0;
}

.single-product-brief .product_meta li {
    font-weight: 300;
    color: #677294;
    margin-bottom: 10px;
}

.single-product-brief .product_meta li span {
    font-weight: 700;
    color: #282835;
    padding-right: 8px;
}

.single-product-brief .product_meta li a {
    color: #677294;
}

/* Product Rivew Area Style Css */

.single-product-rivew-tab .nav-tabs li {margin-bottom: -1px;}
    .single-product-rivew-tab .nav-tabs li button {
    font-size: 16px;
    text-transform: capitalize;
    color: #222;
    font-family: Montserrat;
    font-weight: 500;
}

.single-product-rivew-tab .tab-content {
    padding: 25px;
    border: 1px solid #dee2e6;
    margin-top: -1px;
}

.reviews-avatar {
    float: left;
    width: 103px;
}

.reviews-avatar img {
    width: 100px;
    height: auto;
}

.reviews-text {
    overflow: hidden;
    padding-left: 30px;
}

.reviewer-name-date {
    overflow: hidden;
}

.reviewer-name-date > h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.reviewer-name-date h5 span {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    margin-left: 15px;
}

.reviews-text > p {
    margin-bottom: 25px;
}

/* Contact Form Area Css Style */
.laundryka-contact-area {
    position: relative;
    overflow: hidden;
}

.laundryka-contact-style-shape img.lcs-1 {
    position: absolute;
    left: 5%;
    top: 40%;
    opacity: .40;
}

.laundryka-contact-style-shape img.lcs-2 {
    position: absolute;
    left: 10%;
    bottom: -3%;
    opacity: .10;
}

.laundryka-contact-style-shape img.lcs-3 {
    position: absolute;
    right: 6%;
    top: 50%;
    opacity: .5;
}

.laundryka-contact-form-area {
    padding: 70px 50px;
    background: #f7faff;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    position: relative;
}

.laundryka-contact-form-area:after {
    position: absolute;
    content: '';
    width: 90%;
    bottom: 0;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    left: -10px;
    top: 0;
    transform: rotate(10deg);
    z-index: -1;
}

.laundryka-contact-form input.form-control {
    box-shadow: none;
    color: #777777;
    height: 50px;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e7eaf0;
    padding: 5px 20px;
    transition: all .3s;
}

.laundryka-contact-form textarea.form-control:focus,
.laundryka-contact-form input.form-control:focus {
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
    outline: none;
    border: 1px solid #02a0e7;
}

.laundryka-contact-form textarea.form-control {
    height: 133px;
    box-shadow: none;
    color: #777777;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e7eaf0;
    padding: 15px 20px;
    transition: all .3s;
}

p.form-message {
    font-size: 15px;
}

/* Google Map Area Css Style */
#laundryka-map {
    height: 525px;
}

.contact-map-area {
    position: relative;
}

.contact-map-area:after {
    position: absolute;
    right: -15px;
    top: -15px;
    content: '';
    background: #f7faff;
    width: 100%;
    height: 100%;
    border: 2px solid #3d35db;
    z-index: -1;
}

/* Contact Info  Area Css Style */

.contact-info-box {
    text-align: center;
    border: 1px solid #e7eaf0;
    background: #f7faff;
    padding: 30px 0;
    cursor: pointer;
    transition: all .3s;
    margin-left: 25px;
    position: relative;
}

.contact-info-box:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    transform: rotate(20deg);
    z-index: -1;
}

.contact-info-box:hover {
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.14);
}

.contact-info-icon {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.14);
    margin-bottom: 20px;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

ul.contact-info {
    padding: 10px 0;
    margin: 0;
    list-style: none;
}

ul.contact-info li,
ul.contact-info li a {
    font-size: 20px;
    line-height: 30px;
    color: #656970;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}

/*  Laundryka Error Area Css Style */

.laundryka-content-box {}

.laundryka-content-box h2 {
    font-size: 200px;
    font-weight: 700;
    line-height: 1;
    color: #02a0e7;
}

.laundryka-content-box h3 {
    font-weight: 700;
    font-size: 48px;
    text-transform: capitalize;
    margin: 10px 0 60px;
}

.header-top-area .container .row div {
    margin: auto;
}

.services-icon-box img.service_img {
    /* width: 362px;
    height: 241px; */
}

.text {
    margin-bottom: 0px;
    font-family: 'CenturyGothic';
}
.m-services-title {
    text-align: center;
    font-size: 45px;
    color: #1D428A;
    font-weight: 700;
    margin-bottom: 50px;
    font-family: 'QuickSand';
    justify-content: center;
}
.m-services-subtitle {
    font-size: 32px;
    text-align: center;
    color: #00B3DF;
    font-weight: 700;
    font-family: 'QuickSand';
}
.m-services-content {
    display: flex;
    margin: 60px auto;
    text-align: center;
    width: 100%;
    max-width: 796px;
}
.m-services-body{
    width: 380px;
    margin: auto;
    text-align: left;
}
.m-services-body p {
    font-size: 16px;
    color: #000;
    font-family:'CenturyGothic';
}
.m-services-content img {
    margin: auto;
    margin-right: 100px;
}
.m-services-content img.left {
    margin-left: 100px;
}
.m-gallery-imgs img {
    max-width: 420px;
    border-radius: 20px
}
.m-services-imgs {
    width: 660px;
    margin: auto;
    margin-left: 60px;
}
.m-services-imgs img {
    max-width: 360px;
}
.m-gallery-imgs img.scnd {
    max-width: 420px;
    height: 280px;
}
button.m-service-btn:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    transition: all .2s;
}
.m-banner.banner-galeria {
    background: url(./assets/img/background-banner-gallery.webp) no-repeat center center;
    width: 100%;
    height: 366px;
    background-size: cover;
}
.m-banner.banner-contacto {
    background: url(./assets/img/background-banner-contact.webp) no-repeat center center;
    width: 100%;
    height: 371px;
    background-size: cover;
}
.m-banner.banner-benefics {
    background: url(./assets/img/background-banner-inicio.webp) no-repeat center center;
    width: 100%;
    height: 659px;
    background-size: cover;
}
.banner-text {
    font-size: 60px;
    color: #fff;
    font-family: 'Quicksand';
    font-weight: 600;
    border: none;
    text-shadow: 3px 1px 1px rgba(0, 0, 0, .25);
}
.m-banner.banner-galeria .banner-text {
    margin-top: 30px;
}
.m-banner.banner-servicios {
    background: url(./assets/img/background-banner-services.webp) no-repeat center center;
    width: 100%;
    height: 366px;
    background-size: cover;
}
.m-banner.banner-servicios-fondo {
    background: url(./assets/img/background-banner-services-fondo.png) no-repeat center center;
    width: 100%;
    height: 1754px;
    background-size: cover;
    padding: 40px 0;
}
.m-banner.banner-valores {
    background: url(./assets/img/background-banner-valores.png) no-repeat center center;
    width: 100%;
    height: 600px;
    background-size: cover;
    padding: 60px 0;
    text-align: center;
}
.m-container {
    margin: auto;
    width: 100%;
    max-width: 1170px;
    height: inherit;
}
input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.m-container-galery{
    margin: auto;
    width: 100%;
    max-width: 989px;
    height: inherit;
}
.m-gallery-imgs{
    width: 900px;
    margin: 50px auto;
}
.m-gallery-content{

font-size: 22px;

margin-top: 18px;
font-family: 'Quicksand';

}
.m-gallery-title{

font-size: 46px;

margin-top: 10px;

display: flex;

align-items: flex-end;

line-height: 43px;
font-family: 'Quicksand';
font-weight: 700;
}
.m-gallery-content.first{

color: #00B3DF;
}
.m-gallery-content.second{
    
color: #1D4389;
}
.m-gallery-content.third{
    
color: #E87722;
}
.m-gallery-content.four{
    
color: #37AD68;
}
.m-gallery-title.first{

color: #00B3DF;
}
.m-gallery-title.second{

color: #1D4389;
}
.m-gallery-title.third{

color: #E87722;
}
.m-gallery-title.four{
    
color: #37AD68;
}
.m-gallery-title.first::before{
    content: '';
    background: url(./assets/img/icon-maquina.svg)no-repeat center center;
    width: 78px;
    height: 68px;
    display: inline-block;
    margin-right: 20px;
}
.m-gallery-title.second::before{
    content: '';
    background: url(./assets/img/icon-limpieza.png)no-repeat center center;
    width: 78px;
    height: 68px;
    display: inline-block;
    margin-right: 20px
}
.m-gallery-title.third::before{
    content: '';
    content: '';
    background: url(./assets/img/icon-fumigacion.png)no-repeat center center;
    width: 78px;
    height: 68px;
    display: inline-block;
    margin-right: 20px;
}
.m-gallery-title.four::before{
    content: '';
    content: '';
    background: url(./assets/img/icon-jardineria.png)no-repeat center center;
    width: 78px;
    height: 68px;
    display: inline-block;
    margin-right: 20px;
}
.m-gallery-imgs .slick-next, .m-gallery-imgs .slick-prev{
    background-color: #1D428A;
    top: 50%;
}
.m-gallery-imgs .slick-next{

right: -109px;
} 
.m-gallery-imgs .slick-prev{

left: -127px;
}
.container-contact{
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }
.container-contact h2{
    font-size: 16px;
    text-align: center;
}
.m-form{
    
width: 236px;
    
height: 120px;
    
background: #FFFFFF;
    
border-radius: 20px;
    
filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.25));
    
padding: 29px 82px 16px 82px;
    
background-image: url(./assets/img/border-form.png);
    
background-repeat: no-repeat;
    
overflow: auto;
}
.m-form.success {
    width: 219px;
    height: 144px;
    background-size: contain;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    margin: auto;
}
.m-form.warning {
    width: 233px;
    height: 157px;
    background-size: contain;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    margin: auto;
}
.m-form h2{
    font-size: 20px;
    color: #ffffff;
    font-family: 'Quicksand';
    font-weight: 700;
    text-align: center;

}
.m-form form{
    margin: 52px 0 0 0;
}
.m-form.success, .m-form.warning {
    display: none;
}
.m-form.success form {
    margin: 0px;
    text-align: center;
    margin-top: 20px;
    color: #1D4389;
}
.m-form.success form p:first-child {
    color:#1D4389;
    font-family: 'CenturyGothic';
    margin-bottom: 0px;
}
.m-form.success form p:last-child {
    font-size: 16px;
    color: #6D6D6D;
    /* margin-bottom: 0px; */
    line-height: 20px;
    font-family: 'CenturyGothic';
}
.m-form input{
    background: #FFFFFF;
    border: 1px solid #9AADD2;
    border-radius: 7px;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    font-size: 16px;
    color: #414141;
    font-family: 'CenturyGothic';
}
.m-form textarea{
    background: #FFFFFF;
    border: 1px solid #9AADD2;
    border-radius: 7px;
    width: 100%;
    height: 85px;
    padding: 4px 10px;
    font-family: 'CenturyGothic';
}
.m-form label{
    
font-size: 16px;
    
margin-bottom: 7px;
font-family: 'CenturyGothic';
color: #000;
}
.m-form form fieldset{

display: inline-block;

margin: 8px 0;

width: 100%;
}
.btn-circl{
    background: #1D4389;
border-radius: 20px;
font-size: 18px;
color: #ffffff;
display: block;
margin: auto;
}
.mean-container .mean-nav {
    background: #0c1923;
    float: left;
    margin-top: 60px;
    width: 100%;
    max-width: 174px;
    margin-left: -15px;
}
.mean-container a.meanmenu-reveal {
    margin-top: -10px;
}
.banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #fff;
    text-align: center;
    margin: auto;
}
.contact-content{
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 43px 0 35px 0;
}
.m-service-title {
    font-size: 45px;
    color: #1D428A;
    text-align: center;
    font-family: 'Quicksand';
}
.contact-list{

}
.contact-list li{
    display: flex;
    align-items: center;
    margin: 32px 0;
}
.contact-list li::before{
    content: '';
}
.contact-list a:nth-child(1) li::before{
    background: url(./assets/img/icon-phone.png) no-repeat center center;
    width: 39px;
    height: 39px;
    margin-right: 16px;
}
.contact-list a:nth-child(2) li::before{
    background: url(./assets/img/icon-msg.png);
    width: 39px;
    height: 30px;
    margin-right: 16px;
}
.contact-list a:nth-child(3) li::before{
    background: url(./assets/img/icon-ubicacion.png);
    width: 39px;
    height: 51px;
    margin-right: 16px;
}
.m-service-sub {
    text-align: center;
    color: #00B3DF;
    font-size: 26px;
    font-family: 'Quicksand';
}
.m-service-sub.fum {
    color: #E87722;
}
.m-service-sub.garden {
    color: #37AD68;
}
.m-service-content {
    display: flex;
    max-width: 904px;
    margin: auto;
}
.m-service-btn {
    width: 152px;
    height: 43px;
    background: #00B3DF;
    border-radius: 20px;
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Quicksand';
}
.m-service-btn.fum {
    background: #E87722;
}
.m-service-btn.garden {
    background: #37AD68;
}
.m-service-info {
    text-align: center;
    margin: 10px auto;
}
.m-service-img {
    margin: 30px auto 40px;
}
.m-about {
    text-align: center;
    margin: auto;
    width: 832px;
}
.m-about-content {
    display: flex;
    margin: auto;
}
.m-about-content div {
    margin: auto;
}
.m-about-title {
    color: #1D428A;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Quicksand';
}
.m-about-text {
    width: 697px;
    font-size: 16px;
    margin: 40px auto 60px;
    font-family: 'CenturyGothic'
}
.m-about-ball {
    width: 295px;
    height: 295px;
    background: #1D428A;
    border-radius:50%;
    padding: 40px 0;
}
.m-about-ball .m-title {
    font-size: 32px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Quicksand';
}
.m-about-ball .m-content {
    font-size: 15px;
    line-height: 21px;
    margin: auto;
    width: 251px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 10px;
    font-family: 'CenturyGothic';
}
.m-about-ball:last-child .m-content {
    font-size: 13px;
}
.m-about img {
    margin: auto 50px;
}
.m-values-title {
    font-size: 38px;
    color: #1D4389;
    font-weight: 600;
    font-family: 'Quicksand';
}
.m-values-content {
    display: flex;
    width: 875px;
    margin: 70px auto;
}
.m-values-content .m-item {
    margin: auto;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
}
.m-values-content .m-item:first-child .m-value {
    margin-top: 62px;
}
.m-values-content .m-item .m-value {
    font-size: 18px;
    color: #1D4389;
    font-weight: 400;
    margin-top: 40px;
    font-family: 'CenturyGothic';
}
.m-last {
    margin: auto;
    text-align: center;
    margin-top: -100px;
    height: 500px;
}
.m-info {
    position: relative;
    width: 221px;
    height: 221px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.25);
    margin: auto;
    bottom: 210px;
    left: 250px;
}
.m-info p {
    width: 158px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #1D428A;
    margin: auto;
    padding: 50px 10px;
}
footer {
    background: url(./assets/img/background-footer.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: 290px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
}
footer .m-container {
    padding: 90px 0 0 0;
}
.m-container .m-footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.m-container .m-footer-top .social-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 10px auto;
}

.social-container li {
    margin: auto 10px auto 0px;
}
.social-container3 {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
}
.m-35 {
    margin: 35px auto;
}
footer .copy {
    width: 163px;
    font-size: 11px;
    margin: auto;
}
.more {
    display: none;
    font-family: 'CenturyGothic'
}

.btn-more {
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 15px 20px;
}
.about-brief-content-box p {
    font-family: 'CenturyGothic';
    font-size: 24px;
}

.absolute-bottom {
    position: absolute;
    bottom: 0px;
}

.slick-next {
    background: url("./assets/img/arrow-next.png");
    background-repeat: no-repeat;
    background-position: center;
}
.slick-prev {
    background: url("./assets/img/arrow-prev.png");
    background-repeat: no-repeat;
    background-position: 12px 8px;
}
.slick-next, .slick-prev {
    background-color: #00B3DF;
    border-radius: 50%;
}
.fumigacion .slick-next, .fumigacion .slick-prev {
    background-color: #E87722;
}
.domestica .slick-next, .domestica .slick-prev {
    background-color: #1D428A;
}
.jardineria .slick-next, .jardineria .slick-prev {
    background-color: #37AD68;
}

.mob-menu {
    display: none;
}
.whatsapp {
    width: 56px;
    height: 56px;
    position: fixed;
    z-index: 9999;
    right: 15px;
    bottom: 30px;
    border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
}

.text-justify {
    text-align: justify;
}
.btn-read {
    text-align: end;
}
.header-top-area .container .row div.header-left {
    margin-right: 0;
    text-align: end;
    margin-left: 460px;
}
ul.header-sub-area {
    margin-left: 134px
}
.popup {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.popup .popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 10px;
}
.popup .popup-container .p-body {
    background-image: initial;
    background-color: rgb(24, 26, 27);
    background: #FFFFFF;
    border-radius: 10px;
    width: 577px;
    height: 234px;
}
.popup .popup-container .p-body div {
    margin: 30px 0;
}
.popup .popup-container .p-body .closePopup {
    position: absolute;
    margin: 0;
    display: flex;
    width: 100%;
    max-width: 577px;
    justify-content: flex-end;
}

.popup .popup-container .p-body .closePopup a {
    width: 26px;
    height: 26px;
    text-align: center;
    background: white;
    border-radius: 50%;
    margin: -6px;
    box-shadow: -4px 4px 20px rgb(0 0 0 / 60%);
    cursor: pointer;
    font-family: 'BebasKai';
    font-size: 20px;
    padding: 0px;
}
.popup .popup-container .p-body img {
    display: block;
    margin: auto;
}

.popup h2 {
    font-family: 'BebasKai';
    font-size: 20px;
    text-align: center;
}
.popup h1 {
    font-family: 'BebasKai';
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #444;
    color: #444;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1px;
    font-weight: 700;
    line-height: 22px;
    margin-top: -10px !important;
    margin-right: 15px;
    /* margin-bottom: -36px; */
    /* margin-bottom: -100px; */
    padding: 8px 9px;
    position: absolute;
    padding-top: 11px;
    right: 0;
    text-decoration: none;
    top: 0;
    height: 27px;
    width: 28px;
}
.logo-start {
    padding:12px;
}
.section-title p.services-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'BebasKai';
    color: black;
}
.laundryka-services-area .container .row div .single-services-box .services-icon-box {
    border: 0;
}
.footer-single-wedget .widget_nav_menu .menu li a:hover {
    color: #ffffff;
}

li a i:hover {
    color: grey;
}
.form-group{
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.whatsapp a {
    width: 100%;
    height: 100%;
    background: url(./assets/img/ws.svg) no-repeat 50% rgb(45, 183, 66);
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    display: block;
    border-radius: 50%;
}
.slick-next.slick-disabled,  .slick-prev.slick-disabled, .slick-arrow.slick-disabled{
    opacity: 0;
    pointer-events: none;
}
.slick-next.slick-disabled {
    opacity: unset;
    background-color: gray;
}
section {
    margin-top: 77px;
}
.material-scrolltop.reveal {
    right: 15px;
    bottom: 100px;
}
.custom-html-widget .footer-social {
    text-align: end;
}
.img-desk {
    display: block;
}
.blog-img-date .img-mob {
    display: none;
}

.social-mob {
    width: 100px;
    display: flex;
    margin: auto;
    margin-left: 0px;
    color: #00B3DF;
}

.btn-submit{
    width: 175px;
    height: 48px;
    padding: 8px 16px;
    font-family: 'Quicksand';
    font-weight: 700;
}
.row-client {
    display: flex;
}
.row-client div {
    margin: 0 10px;
}
.row-client .single-services-box h3 {
    text-align: center;
}
.row-client .single-services-box .services-icon-box {
    height:156.75px;
}
.laundryka-services-area h2 {
    font-family: 'BebasKai';
    font-weight: 700;
    
}
span.line.active {
    width: 100%;
    display: block;
    color: black;
    height: 3px;
    background: #1D428A;
    border-radius: 5px;
    transition: all .2s;
}
.m-footer-top .icon {
    margin-right: 5px;
}

.line.mob {
    display: none;
}

img.mob {
    display: none;
}
.m-contacto-subtittle {
    font-family: 'CenturyGothic';
}
.m-contacto-subtittle.mob {
    display: none;
}
input.border-warning{
    border: 1px solid #ff000059;
}
.container-mayor {
    gap: 50px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
@media (max-width: 360px) {

}
@media (max-width: 1280px) {
    ul.header-sub-area {
        margin-left: 152px;
    }
    .header-top-area .container .row div.header-left {
        margin-left: 403px;
    }
}
@media (max-width: 1386px) {
    .main-menu nav > ul > li > a {
        font-size: 17px;
    }
    ul.header-sub-area {
        margin-left: 40px;
    }
    .header-top-area .container .row div.header-left {
        margin-left: 403px;
    }
}
@media (max-width: 768px) {
    .banner-text {
        font-size: 24px;
        padding: 37px;
    }
    .container-mayor{
        flex-direction: column;
    }
    .m-banner.banner-benefics .banner-text {
        font-size: 26px;
        line-height: 30px;
        margin-right: 36%;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
    }
    .m-banner.banner-galeria .banner-text {
        margin-top: 0px;
        text-shadow: 0px 1px 15px rgba(0, 0, 0, .3);
    }
    .m-banner.banner-contacto .banner-text {
        padding: 46px;
    }
    .m-values-content .m-item:first-child .m-value {
        margin-top: 25px;
        margin-bottom: 0px;
    }
    .m-values-content .m-item:nth-child(3) .m-value {
        margin-top: 21px;
    }

    span.line.home {
        width: 56px;
        margin: auto;
    }
    span.line.services {
        width: 100px;
        margin: auto;
    }
    span.line.gallery {
        width: 75px;
        margin: auto;
    }
    span.line.contact {
        width: 94px;
        margin: auto;
    }
    
.mob-menu.active {
    display: block;
}
    .mob-menu {
    position: fixed;
    width: 174px;
    height: 187px;
    background: #FFFFFF;
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px 0px 10px 10px;
    right: 25px;
    top: 85px;
    text-align: center;
    font-size: 20px;
    color: #1D4389;
    font-weight: 600;
    font-family: 'Quicksand';
    }
    .mob-menu ul {
        height: auto;
    }
    .mob-menu ul li {
        height: 46.75px;
        border: 1px #F1F1F1 solid;
        border-left: none;
        border-right: none;
        margin-bottom: 0;
        padding: 7px;
    }
    .mob-menu ul li:first-child {
        border-top: none;
        border-bottom: 1px #F1F1F1 solid;
    }
    .mob-menu ul li:last-child {
        border-top: 1px solid #F1F1F1;
        border-bottom: none;
    }
    .m-contacto-subtittle.desk {
        display: none;
    }
    .m-contacto-subtittle.mob {
        display: block;
        margin: 40px 0 10px;
    }
    .contact-list li:nth-child(1)::before{
        background: url(./assets/img/icon-phone.png) no-repeat center center;
        background-size: 21px 21px;
        margin-right: 0px;
    }
    .contact-list li:nth-child(2)::before{
        background: url(./assets/img/icon-msg.png) no-repeat center center;
        background-size: 20px 15px;
        margin-right: 0px;
    }
    .contact-list li:nth-child(3)::before{
        background: url(./assets/img/icon-ubicacion.png) no-repeat center center;
        background-size: 16px 21px;
        margin-right: 0px;
    }
    .contact-list li {
        flex-direction: column;
        margin: 10px 0;
    }
    .contact-content {
        flex-direction:column-reverse;
        margin: 20px;
    }
    .m-gallery-title.first::after {
        background-size: 46px 40px;
        position: relative;
        top: 6px;
        margin-left: 0px;
    }
    .m-gallery-title.second::after {
        background-size: 39px 39px;
        position: relative;
        top: 6px;
        margin-left: 0px;
    }
    .m-gallery-title.third::after {
        background-size: 39px 39px;
        position: relative;
        top: 6px;
        margin-left: 0px;
    }
    .m-gallery-title.four::after {
        background-size: 39px 39px;
        position: relative;
        top: 6px;
        margin-left: 0px;
    }
    .m-gallery-title {
        font-size: 26px;
        display: flex;
        justify-content: center;
    }
    .m-gallery-content {
        font-size: 16px;
        text-align: center;
        padding: 0 10px;
    }
    .m-gallery-imgs {
        margin:20px auto;
        width: 100%;
        text-align: center;
    }
    .m-services-imgs {
        margin: auto;
        width: 100%;
        text-align: center;
    }
    .m-gallery-imgs .slick-next {
        right: 10px;
    }
    .m-gallery-imgs img {
        max-width: 250px;
    width: 250px;
    height: 166px;
    }
    .m-gallery-imgs img.scnd {
        max-width: 250px;
    width: 250px;
    height: 166px;
    }
    img.desk {
        display: none;
    }
    img.mob {
        display: block;
    }
    .laundryka-services-area h2 {
        text-align: center;
    }
    .main-menu-area{
        display: none;
    }
    .row-client {
        display: block;
    }
    .about-brief-content-img-box img {
        display: none;
    }
  
    .about-brief-content-img-box2 img {
        display: none;
    }
    .pt-100 {
        padding-top:0px;
    }
    .mt-70 {
        margin-top:0px;
    }
    .laundryka-about-bg-img img {
        display: none;
    }
    .blog-img-date .img-desk {
        display: none;
    }
    .blog-img-date .img-mob {
        display: block;
    }
    .mx-3 {
        margin-right: 2rem!important;
        margin-left: 2rem!important;
    }
    .mb-100 {
        margin-bottom: 30px;
    }
    .logo-start {
        padding:0px;
    }
    .header-logo{
        margin: 0!important;
    }
    .mobile-menu{
        display: flex;
        flex-direction: column;
        width: max-content;
        height: 25px;
        justify-content: space-between;
    }
    .m-about-content{
        display: flex;
        flex-direction: column;
    }
    .m-about img{
        display: none;
    }
    .m-about-ball{
        background: transparent;
        border-radius: none;
        width: 360px;
        height: 227px;
    }
    .m-service-title {
        font-weight: 800;
    }
    .m-about-ball .m-title{
        color: #1D4389;
        font-weight: 800;
    }
    .line.mob {
        display: block;
        width: 105px;
        margin: auto;
    }
    .m-about-ball .m-title::after{
        content: '';
    }
    .m-about-ball .m-content{
        color: #5A5A5A;
        width: 360px;
        padding: 10px;
    }
    .m-values-content{
        display: flex;
        flex-wrap: wrap;
        width: 360px;
        margin: auto
    }
    .m-services-subtitle {
        font-size: 26px;
    }
    .m-services-content{
        display: block;
        margin: 30px auto;
    }
    .m-services-content img {
        max-width: 229px;
        margin: auto;
    }
    .m-services-body p {
        padding: 0 10px;
        margin-top: 15px;
    }
    .m-services-content img.left {
        margin: auto;
    }
    .section-mob {
        margin-top: 20px;
    }
    .m-services-title {
        display: flex;
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .slick-prev {
        background-position: 8px 5px;
        background-size: 12px;
    }
    .slick-next {
        background-size: 12px;
    }
    .m-values-title{
        font-size: 26px;
    }
    .m-values-content .m-item {
        /* margin: auto; */
        width: 100%;
        max-width: 180px;
        margin: auto;
    }
    .m-values-content .m-item img{
        width: 100%;
        max-width: 60px;
    }
    .m-values-content .m-item .m-value{
        margin-top: 11px;
    }
    .m-banner.banner-valores{
        background: url(./assets/img/background-banner-valores-mob.png) no-repeat center center;
        height: 320px;
        padding: 10px 0;
    }
    .m-info p{
        padding: 16px;
        font-size: 16px;
    }
    .row{

display: flex;

flex-direction: row;

flex-wrap: nowrap;

width: 100%;

align-items: center;

justify-content: space-between;

margin: 0;
}
.col-12{
    
width: unset;
}
.header-top-menu-area{
    
padding: 10px 0;
}
.m-banner.banner-benefics {
    background: url(./assets/img/background-banner-inicio-mob.png) no-repeat center center;
    width: 100%;
    height: 217px;
    background-size: cover;
}
.m-banner.banner-servicios {
    background: url(./assets/img/background-banner-services-mob.png) no-repeat center center;
    width: 100%;
    height: 113px;
    background-size: cover;
}
.m-banner.banner-servicios-fondo {
    background: url(./assets/img/background-banner-services-fondo-mob.png) no-repeat center center;
    height: 2115px;
    background-size: cover;
    padding: 1px 0;
}
.m-banner.banner-galeria {
    background: url(./assets/img/background-banner-gallery-mob.png) no-repeat center center;
    width: 100%;
    height: 113px;
    background-size: cover;
}
.m-banner.banner-contacto {
    background: url(./assets/img/background-banner-contact-mob.png) no-repeat center center;
    width: 100%;
    height: 113px;
    background-size: cover;
}
.m-form {
    max-width: 302px;
    padding: 20px;
    background-size: 302px 74px;
}
.m-form h2 {
    font-size: 26px;
}
.m-services-body {
    width: 100%;
    text-align: center;
}
.m-service-img {
    margin: 10px auto 20px;
}
.m-service-btn {
    margin-bottom: 15px;
}
footer {
    background: url(./assets/img/background-footer-mob.png) no-repeat;
    height: 519px;
    background-size: cover;
}
footer .m-container {
    padding: 1px 0 0;
}
.m-container .m-footer-top {
    display: block;
    text-align: center;
}
.logo-footer {
    max-width: 182px;
}
.m-35 {
    margin: 15px auto;
}
.social-mob {
    margin: auto;
}
.m-service-content{
    flex-direction: column;
}
.m-about{
    width: 360px;
}
.m-about-text{
    width: 360px;
}
    .mobile-menu span{
        
width: 33.33px;
        
height: 5.56px;
        
background: #1D4389;
        
border-radius: 4px;
        
display: inline-block;
    }
    .m-last {
        margin-top: 0px;
        height: 300px;
    }
    .m-last-mob {
        text-align: left;
    }
    .m-last img{
        width: 233px;
        height: 216px;
        margin-left: 20px;
    }
    .m-info{
        width: 160px;
        height: 160px;
        margin: auto 0px;
        bottom: 125px;
        left: 180px;
    }
    .header-top-area .container .row div.header-left {
        text-align:left;
        margin-left: 0;
    }
    .pb-35 {
        padding-bottom: 0px;
    }
    .material-scrolltop {
        right: 15px;
        bottom: 100px;
    }
    .whatsapp {
        right: 15px;
    }
    .laundryka-breadcrumb-area h2 {
        font-size: 60px;
    }
    ul.header-top-left-info-box li .short-info {
        font-size: 12px;
    }
    ul.header-top-left-info-box li .short-info h4 {
        font-size: 18px;
    }.laundryka-about-content p {
        font-size: 18px;
    }
    ul.about-chariti-list li {
        font-size: 20px;
    }
    .about-brief-content-box p {
        font-size: 18px;
    }
    .single-services-box h3 {
        font-size: 20px;
    }
    .single-services-box span {
        font-size: 16px;
    }
    .section-title h3 {
        font-size: 35px;
    }
    .single-services-box p{
        font-size: 16px;
    }
    .blog-img-date img {
        max-height: 183px;
    }
    .blog-img-date .blog-date {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 12px;
        padding: 5px;
    }
    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
    }
    .slick-next {
        right: 15px;
        top: -17px;
    }
    .slick-prev {
        left: 17px;
        top: -17px;
    }
    .laundryka-about-area .back-img {
        display: block;
        height: 150px;
    }
    .laundryka-about-content {
        padding-bottom:0px;
        padding-top: 40px;
        margin-top: 0px !important;
    }
    .mt-100 {
        margin-top: 0px;
    }
    ul.header-top-left-info-box {
        text-align: center;
    }
    .cta-title h3, ul.header-top-left-info-box li {
        /* min-width: 185px; */
    }
}
body {
    font-family:Quicksand;
    font-size: 15px;
    font-weight: 100;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}
.container22 {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
    color: #1D428A;
}
h2 {
    color: #000000;
}
.contact-info, .social-media{
    margin-top: 20px;
        display: flex;
    flex-direction: column;
    align-items: center;
}
.social-media {
    margin-top: 30px;
    margin-bottom: 50px;
    flex-direction: column
}

.social-media h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.social-media ul {
    list-style-type: none;
    padding: 0;
}

.social-media ul li {
    display: inline;
    margin: 0 10px;
}

.social-media ul li a {
    text-decoration: none;
    color: #333;
    font-size: 1.1em;
}

.contact-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.contact-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 236px;
    height: 120px;
    text-align: center;
    overflow: hidden;
}

.card-header {
    background-image: url(assets/img/onda.png);
    color: white;
    font-weight: bold;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-size: cover;
    background-position: center;    
}

.card-header img {
    width: 16px;
    height: 16px;
}

.card-body {
    padding: 15px;
    font-size: 16px;
    color: black;
}

.social-media {
    text-align: center;
    margin-top: 30px;
}

.social-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.social-container li a img {
    width: 30px;
    height: 30px;
}
.parrafo-correo {
    font-size: 12px;
}