/* Universal Css Start Here */
body {
    font-family: var(--font-default);
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    background: #fbfbfb;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.error{
    color: #d50c0c !important;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}
h1.main-heading-web {
    text-align: center;
    color: #053c52;
    font-size: 38px;
    font-family: "Gilroy-Bold";
    margin: 0;
    text-transform: capitalize;
}
section.main-banner-wrapper {
    padding: 40px;
    background: #f1fbff;
}
html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
.form-control:focus {
    box-shadow: none;
}
ul {
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
}
h1 {
    font-size: 50px;
    font-family: "Gilroy-Bold";
    margin: 0;
}
h2 {
    font-family: "Gilroy-Bold";
    font-size: 40px;
}
h3 {
    font-size: 34px;
    font-family: "Gilroy-Bold";
    margin: 0;
}
h5 {
    font-size: 20px;
    font-size: 22px;
    font-family: "Gilroy-SemiBold";
    font-weight: 600;
    color: #101010;
    margin: 0;
}
h6 {
    font-size: 13px;
    font-size: 16px;
    font-family: "Gilroy-SemiBold";
    font-weight: 500;
    color: #000000;
    margin: 0;
}
p {
    line-height: 1.2;
    font-family: "Gilroy-Medium";
    color: #05202b;
    font-size: 15px;
    margin: 0;
}
.btn {
    background: #27a9e0;
    border-radius: 8px;
    padding: 13px 13px;
    color: #fff;
    font-family: "Gilroy-SemiBold";
    font-weight: 500;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    text-transform: capitalize;
    border: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnwrapper a.btn {
    font-size: 14px;
}
.btn:active {
    transform: scale(0.8);
}
.btn:hover {
    color: #fff;
    z-index: 3;
    transition-delay: 1s;
}
.btn:before {
    content: "";
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    transition-property: left, transform;
    transition-delay: 0s, 0s;
    transition-duration: 1s, 0.5s;
    opacity: 0;
}

.btn:after {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    transition-property: right, transform;
    transition-delay: 0s, 0s;
    transition-duration: 0.8s, 0.5s;
    opacity: 0;
}
.btn:hover:after {
    right: 10px;
    transform: translateY(-50%) scale(50);
    transition-delay: 0s, 1s;
    opacity: 1;
    background: #662d91;
    z-index: -1;
}
.btn:hover:before {
    left: 10px;
    transform: translateY(-50%) scale(50);
    transition-delay: 0s, 1s;
    opacity: 1;
    background: #662d91;
    z-index: -1;
}
.btn.hover-wrapper:after {
    background: #27aae1 !important;
}
.btn.hover-wrapper:hover:before {
    background: #27aae1 !important;
}
.btn.bring-content-btn:hover {
    color: #fff !important;
}
.btn.hover-perk-purple:hover:before {
    background: #27aae1 !important;
}
.btn.hover-perk-purple:hover:after {
    background: #27aae1 !important;
}
/* Variable Css End Here */
.loader {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    overflow: hidden;
    background: #fff;
}

/* header css */
a.dropdown-toggle.nav-link {
    border: 1px solid #27aae1;
    border-radius: 10px;
    padding: 9px;
}
.navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.navbar-nav .dropdown-menu li:hover .dropdown-wrapper {
    visibility: visible;
}
.navbar-nav .dropdown-menu li a.active {
    color: #662d91;
    background-repeat: no-repeat;
    background-position: 114px 1px;
    width: 100%;
}
.navbar-nav .dropdown-menu li a:hover {
    color: #662d91;
}
a.dropdown-toggle i {
    margin-left: 10px;
    color: #27aae1;
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}
.dropdown-toggle.nav-link:hover .fa-chevron-down {
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}
.navbar-nav .dropdown-menu li a {
    color: #101010;
    font-size: 16px;
    font-family: "Gilroy-SemiBold";
    font-weight: 500;
}
.navbar-nav .dropdown-menu li:last-child {
    border-bottom: none !important;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    padding: 13px 10px;
    box-shadow: rgba(99, 99, 99, 0.2);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
    width: 100%;
    /* height: 100px; */
    top: 48px;
    border-radius: 14px;
    right: -8px;
}
.dropdown-toggle::after {
    display: none;
}
header.web-header {
    background: transparent !important;
    padding: 16px;
    position: relative;
    z-index: 9;
}
.nav-top-first ul.navbar-nav li.nav-item .nav-link:focus,
.nav-top-first ul.navbar-nav li.nav-item .nav-link:hover {
    color: #27a9e0;
}

.nav-top-first ul.navbar-nav {
    display: flex !important;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    margin-top: 0px;
    width: 100%;
    flex-direction: initial;
    gap: 30px;
}
.last-heading-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    justify-content: end;
}
.last-heading-wrapper::before {
    content: "";
    position: absolute;
    height: 49px;
    width: 2px;
    background-color: #fafd93;
    left: 0%;
    top: 30%;
    bottom: 50%;
}
.form-control {
    background: transparent;
    border: none;
    padding: 0;
}
.banner-heading h1 {
    font-size: 45px;
    font-family: "Gilroy-Bold";
    margin: 20px 0;
    color: #fff;
}
.form-control input {
    background: #fff;
    border-radius: 10px;
    height: 50px;
    padding: 10px 16px;
    font-size: 16px;
    color: #b8b8b8;
    font-family: "Gilroy-Light";
}
.form-control input::placeholder {
    font-size: 16px;
    color: #b8b8b8;
    font-family: "Gilroy-Light";
}
li.nav-item a {
    color: #000;
    font-size: 16px;
    font-family: "Gilroy-SemiBold";
}
.donate-text h5 {
    color: #fafd93;
    font-family: var(--font-poppin-bold);
    font-size: 20px;
}
.img-logo-main img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.last-heading-wrapper img {
    width: 67px;
    height: 71px;
    object-fit: scale-down;
}
.nav-top-first {
    margin-right: 20px;
}

.nav-item #active {
    color: #27a9e0;
}

/* footer css */
.footer-navbar .navbar-nav li.nav-item a.nav-link {
    color: #101010;
    margin: 0;
    line-height: 0.5;
}
.footer-navbar .navbar-nav li.nav-item1 a.nav-link:hover {
    color: #f23838;
}
li.nav-item1 a {
    color: #fff;
    font-family: "Poppins-SemiBold";
    font-size: 17px;
}
.footer-navbar .navbar-nav li.nav-item1 a.nav-link {
    color: #101010;
    margin: 0;
    line-height: 0.5;
}
.footer-logo img {
    width: 100%;
    height: 120px;
    object-fit: scale-down;
}
.footer-navbar .navbar-nav li.nav-item a.nav-link:hover {
    color: #f23838;
}
li.nav-item-icon {
    display: flex;
    gap: 10px;
}
li.nav-item-icon a i {
    color: #f23838;
    font-size: 22px;
}
li.nav-item-icon a i:hover {
    color: #101010;
    font-size: 22px;
}
.footer-navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.text-white {
    position: relative;
    padding-top: 40px;
}

/*  */
section.banner-sec {
    background-color: #f7feff;
    padding-top: 50px;
}
.banner-background {
    background: #053c52;
    border-radius: 20px;
    height: 530px;
}
.add-wrapper {
    margin-top: 0px;
    margin-left: 40px;
    margin-right: 40px;
}
.main-img-logo img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.main-banner-img.img-wrapper {
    position: absolute;
    top: 0;
    right: 30px;
    width: 100%;
    height: 100%;
}
.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.banner-heading {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    position: relative;
    padding: 40px 0;
}

/* footer end here */
.searchbar input[type="text"]::before {
    content: "";
    width: 1px;
    height: 5px;
}
li.search-li {
    background: #d3d4d5;
}
input:focus-visible {
    outline: none;
}

footer {
    padding: 28px 0;
    background: #053c52;
}
.newsletter_wrapper h3 {
    font-size: 21px;
    text-transform: capitalize;
    margin-bottom: 19px;
    line-height: 26px;
    width: 80%;
    color: #fff;
    font-family: "Gilroy-SemiBold";
    font-weight: 800;
}
.footer_content.left-padding-footer {
    padding-left: 0 !important;
}
ul.footer-menus.contect-wrapper {
    padding: 0;
}
ul.footer-menus {
    padding: 0;
    padding-left: 0px;
}
ul.footer-menus li {
    padding-bottom: 19px;
}
ul.footer-menus li a {
    font-family: "Gilroy-SemiBold";
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.newsletter_wrapper p {
    color: #fff;
    margin-top: 27px;
    padding-right: 0px;
    font-size: 15px;
}
.head h5 {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 21px;
    color: #fff;
    font-family: "Gilroy-SemiBold";
    margin-top: 0px;
}
.img-footer img {
    width: 220px;
    height: 100px;
    object-fit: fill;
    margin-bottom: 31px;
}
.row.border-top-wrapper {
    padding-top: 37px;
}
.footer_content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    align-items: start;
    padding-left: 70px;
    padding-top: 10px;
}
h6.copy-right {
    margin-top: 20px;
    border-top: none;
    padding-top: 40px;
    color: #fff;
    font-family: "Gilroy-SemiBold";
    font-size: 16px;
    font-weight: 500;
}
.canvas-icon {
    display: none;
}
ul.social-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}
.img-footer p {
    color: #fff;
}
ul.social-wrapper li a i {
    color: #053c52;
    font-size: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 7px;
}
/* banner */
a.img-icon-a {
    background: #fff;
    padding: 9px;
    position: relative;
    z-index: 1;
    width: 40px;
    display: flex;
    height: 39px;
    border-radius: 6px;
}
/* featured css */
.str-rating-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
    justify-content: left;
}
.card .add-detail h4 {
    color: #053c52;
    font-size: 17px;
    font-family: "Gilroy-Bold";
}
.rating_star .fa {
    color: #053c52;
    font-size: 16px;
}
.rating p {
    color: #053c52;
    font-size: 14px;
    font-family: "Gilroy-Medium";
}
.rating p span {
    margin-right: 10px;
}
.view-profile {
    color: #662d91;
    text-decoration: underline;
    font-family: "Gilroy-SemiBold";
    font-size: 16px;
}
section.feature-cleaner-sec {
    background: #f1fbff;
    padding: 60px 0 140px 0;
}
.card {
    border: none;
    border-radius: 10px;
    margin-right: 20px;
    height: 453px;
}
section.feature-cleaner-sec .card {
    height: unset;
}
.card img {
    width: 100%;
    height: 310px;
    object-fit: fill;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.add-detail {
    padding: 20px;
}
.add-detail p {
    color: #053c52;
    font-size: 12px;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
}
.slider-card ul.slick-dots {
    display: flex;
    flex-direction: column;
    bottom: 21px !important;
    left: 15px;
    gap: 6px;
}
.slider-card ul.slick-dots li {
    background-color: #707070;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.slider-card ul.slick-dots li.slick-active {
    background-color: #fff !important;
    transform: scale(1);
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.slick-dots li button:before {
    visibility: hidden;
}
/* .slick-list {
	padding: 0 20% 0 0 !important;
} */
.featured-slider .slick-dots li {
    background-color: #b7d1db;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.featured-slider li.slick-active {
    background-color: #27aae1 !important;
    transform: scale(1.8);
}
.featured-slider ul.slick-dots {
    bottom: -60px;
}
a.view-all {
    color: #27aae1;
    text-decoration: underline;
    font-family: "Gilroy-Medium";
    font-size: 16px;
}
h3.cleaner-heading {
    color: #053c52;
}
.container1 {
    /* width: 0px; */
    /* margin: 0px; */
    position: relative;
}

.wave {
    position: absolute;
    top: -10px;
    left: 21px;
    width: 100px;
    height: 100px;
    border: 2px solid #662d91;
    border-radius: 50%;
    animation: wave 2s ease-in-out infinite, fadeInOut 4s ease-in-out infinite;
}
@keyframes wave {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02); /* Adjusted scale for smaller size */
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeInOut {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.svg-success {
    display: inline-block;
    vertical-align: top;
    height: 80px;
    width: 80px;
    opacity: 1;
    overflow: visible;
}
@keyframes success-tick {
    0% {
        stroke-dashoffset: 16px;
        opacity: 1;
    }
    100% {
        stroke-dashoffset: 31px;
        opacity: 1;
    }
}

@keyframes success-circle-outline {
    0% {
        stroke-dashoffset: 72px;
        opacity: 1;
    }
    100% {
        stroke-dashoffset: 0px;
        opacity: 1;
    }
}

@keyframes success-circle-fill {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.checked .container1 img {
    width: 100%;
    height: 150px;
    object-fit: scale-down;
}
section.unlocking-your-cleaning .main-heading-checked {
    margin-left: 30px;
    padding: 43px 30px;
    box-shadow: rgba(99, 99, 99, 0.2);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
    border-radius: 14px;
    margin-top: 60px;
}
section.unlocking-your-cleaning .main-heading-checked a.btn {
    width: 150px;
}
.svg-success .success-tick {
    fill: none;
    stroke-width: 1px;
    stroke: #ffffff;
    stroke-dasharray: 15px, 15px;
    stroke-dashoffset: -14px;
    animation: success-tick 2s ease 2s forwards infinite,
        fadeInOut 4s ease-in-out infinite;
    opacity: 0;
}

.svg-success .success-circle-outline {
    fill: none;
    stroke-width: 1px;
    stroke: #662d91;
    stroke-dasharray: 72px, 72px;
    stroke-dashoffset: 72px;
    animation: success-circle-outline 2s ease-in-out 2s forwards infinite,
        fadeInOut 4s ease-in-out infinite;
    opacity: 0;
}

.svg-success .success-circle-fill {
    fill: #662d91;
    stroke: none;
    opacity: 0;
    animation: success-circle-fill 2s ease-out 2s forwards infinite,
        fadeInOut 4s ease-in-out infinite;
}
.checked h5 {
    margin-top: -5px;
    color: #662d91;
    font-family: "Gilroy-Bold";
    font-size: 25px;
}
.checked h6 {
    color: #053c52;
    font-size: 16px;
}
.checked {
    width: 200px;
    text-align: center;
    position: absolute;
    background: #fff;
    padding: 11px 0 20px 0;
    border-radius: 10px;
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.75);
    top: 31%;
    left: -17px;
}
ul.tick-detail li {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
}
ul.tick-detail {
    margin-top: 20px;
}
ul.tick-detail li h5 {
    font-size: 18px;
    color: #053c52;
}
.main-heading-checked h2 {
    color: #053c52;
}
.main-heading-checked p {
    line-height: 1.8;
    margin: 20px 0;
}
section.unlocking-your-cleaning {
    padding: 80px 0;
}
.service-background {
    background: #053c52;
    padding: 20px 70px 50px 70px;
    border-radius: 20px;
}
h4.service-detail {
    color: #053c52;
}
h4.service-detail {
    font-size: 17px;
    font-family: "Gilroy-Bold";
}
.service-slider-wrapper {
    width: 100%;
    height: 47px;
    object-fit: scale-down;
}
section.browse-service {
    padding-bottom: 80px;
}
.service-background .slick-prev:before {
    content: "\f053" !important;
    width: 40px;
    height: 40px;
    background-color: transparent;
    font-family: "FontAwesome" !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    opacity: 1;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
}
.service-background .slick-next:before {
    content: "\f054" !important;
    width: 40px;
    height: 40px;
    background-color: transparent;
    font-family: "FontAwesome" !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    opacity: 1;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
}
.service-background button.slick-prev.slick-arrow {
    top: 29px;
    left: -49px;
}
.service-background button.slick-next.slick-arrow {
    top: 29px;
}
.service-slider {
    margin-left: -8px;
}
a.btn.hover-wrapper {
    background: #662d91;
}
h5.click-learn span a {
    color: #662d91;
    text-decoration: underline;
    font-family: "Gilroy-Bold";
    font-size: 21px;
}
h5.click-learn {
    color: #053c52;
    font-family: "Gilroy-Bold";
    font-size: 21px;
}
section.getting-started {
    background: #f1fbff;
    padding: 50px 0 0 0;
}
.img-half-round img {
    width: 100%;
    height: 540px;
    object-fit: scale-down;
}
.img-half-round {
    position: relative;
    z-index: 111;
    top: -101px;
    width: 540px;
    right: -140px;
    transition: all 0.5s ease-in-out;
}
.main-inter-hover:hover .img-half-round {
    right: 70px;
    transition: all 0.5s ease-in-out;
}
.col-lg-7.main-inter-hover {
    height: 438px;
}
.half-hover {
    position: absolute;
    top: 53px;
    right: 30px;
}
.half-hover img {
    width: 100%;
    height: 480px;
    object-fit: scale-down;
    position: relative;
    z-index: -1;
}
.wrapper-hover-heading {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    gap: 146px;
    z-index: 111111;
}
.wrapper-hover-heading span.cell-hover.skyblue {
    position: relative;
    right: 140px;
    top: 10px;
}
.wrapper-hover-heading span.cell-hover.purple {
    position: relative;
    right: 23px;
}
.cell-hover::before {
    content: "";
    background: #bbddeb;
    width: 15px;
    height: 15px;
    border-radius: 71px;
}

@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
.cell-hover {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 90px;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: scaleAnimation 1.5s infinite alternate ease-in-out;
}
.skyblue:hover::before {
    background-color: #27aae1;
    transition: 0.5s all ease-in-out;
}
.blue:hover::before {
    background-color: #4867b6;
    transition: 0.5s all ease-in-out;
}
.purple:hover::before {
    background-color: #5f3a99;
    transition: 0.5s all ease-in-out;
}
.content-wrapper {
    width: 250px;
    background: #fff;
    position: absolute;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 0px 6px -2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 0px 6px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 0px 6px -2px rgba(0, 0, 0, 0.75);
    display: none;
}
.content-wrapper h4 {
    font-family: "Gilroy-Bold";
    color: #662d91;
    font-size: 22px;
}
.content-wrapper p {
    color: #053c52;
    font-size: 14px;
}
.content-wrapper.content-skyblue {
    right: -260px;
    top: 6px;
}
.content-wrapper.content-purple {
    top: 3px;
    right: -260px;
}
.content-wrapper.content-blue {
    top: 0px;
    right: -260px;
}
/* span.cell-hover:hover .content-wrapper {
	display: block;
} */
.hovered {
    display: block !important;
}
.visible {
    display: block !important;
}
/* testemonial-sec */
.testemonial-slider {
    background: #662d91;
    padding: 20px 20px 80px 20px;
    border-radius: 10px;
}
.testemonial-slider h3.cleaner-heading {
    color: #fff;
    font-size: 45px;
}
.testemonial-slider a {
    color: #fff;
    font-family: "Gilroy-SemiBold";
    font-size: 24px;
}
a.view-all.text-end {
    text-align: end;
    width: 100%;
    display: block;
}
.rating {
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
}
.rating input {
    display: none;
}

.rating label {
    cursor: pointer;
    color: #fee43e;
}

.rating label:hover,
.rating label:hover ~ label {
    color: #fee43e;
}

.rating input:checked ~ label {
    color: #fee43e;
    float: right;
}
.testemonial-slider-main {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    margin: 10px;
}
.main-slider-wrapper-t-f .slick-list {
    padding: 0 20% 0 0 !important;
}
.main-slider-wrapper-t-f .slick-prev:before {
    content: "\f053" !important;
    width: 40px;
    height: 40px;
    background-color: transparent;
    font-family: "FontAwesome" !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    opacity: 1;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
}
.main-slider-wrapper-t-f .slick-next:before {
    content: "\f054" !important;
    width: 40px;
    height: 40px;
    background-color: transparent;
    font-family: "FontAwesome" !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    opacity: 1;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
}
.main-slider-wrapper-t-f .slick-prev,
.main-slider-wrapper-t-f .slick-next {
    top: 110% !important;
    left: 13px;
}
.main-slider-wrapper-t-f .slick-next {
    left: 60px !important;
}
section.testemonial-faq-sec {
    padding: 60px 0;
}
.child-testemonial-slider h4 {
    color: #053c52;
    font-family: "Gilroy-Bold";
    font-size: 24px;
}
.testemonial-slider-main p {
    line-height: 1.5;
}
/* faq */
.faq {
    background: #27aae1;
    padding: 20px 20px 80px 20px;
    border-radius: 10px;
    height: 100%;
}
.faq h3.cleaner-heading {
    color: #fff;
    font-size: 45px;
}
.faq a {
    color: #fff;
    font-family: "Gilroy-SemiBold";
    font-size: 24px;
}
/* faqs Css Starts Here  */
.faqs-sec {
    padding: 60px 0px;
}
.faqs-sec .faqs_accordion {
    padding-top: 0px;
}
.faqs-sec .accordion-button {
    font-size: 18px;
    color: #ffffff;
    background-color: transparent;
    border: none !important;
    border-radius: 0;
    font-family: "Gilroy-SemiBold";
    padding: 20px 50px 20px 2px;
}
.faqs-sec .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
/* .faqs-sec .accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: #121213;
	border-radius: 0;
} */
.faqs-sec .accordion-item {
    background-color: unset;
    border: unset;
    border: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
}
.faqs-sec .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faqs-sec .accordion-button::after {
    background-image: url("../img/accordion-plus.png");
    width: 18px;
    height: 18px;
    background-size: 15px;
    background-position: 2px;
    position: relative;
    right: -29px;
}
.faqs-sec .accordion-button:not(.collapsed)::after {
    background-image: url("../img/accordion-minus.png");
    transform: unset;
    height: 4px;
}
.faqs-sec .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.faqs-sec .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.faqs-sec .accordion-body {
    padding: 20px 0px 30px;
}
.faqs-sec .accordion-body p {
    color: #fff;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.faqs-sec .accordion-button::before {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    content: "";
    position: absolute;
    right: 14px;
    border-radius: 7px;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}

/* window-cleaning-service page css start here */
section.window_cleaning_service_sec {
    padding: 50px 0;
}
.service_gallery_wrapper {
    background-color: #f1fbff;
    padding: 20px 30px;
    border-radius: 12px;
}

/*window-cleaning-service page css end here  */

/* our_company page css start here */

/* our_company_sec start here */
.main_heading_wrapper {
    background-color: #f1fbff;
    padding: 15px;
}
/* our_company_sec end here */
/* advantage-info-sec start here */
section.advantage-info-sec {
    background-color: #27aae1;
    position: relative;
    height: 100%;
}
.company_Service_info_wrapper h3 {
    margin-bottom: 10px;
    font-size: 45px;
}
.work_detail_Wrapper h3 {
    font-size: 45px;
}
section.our_company_sec .main-banner-img.img-wrapper:after {
    content: "";
    position: absolute;
    width: 490px;
    height: 338px;
    display: flex;
    background-color: #f1fbff;
    top: 0;
    z-index: -1;
    border-radius: 20px;
    right: -22px;
}
.information_wrapper {
    padding-bottom: 70px;
}
.advantages_imgbox img {
    width: 100%;
    height: 440px;
    object-fit: contain;
}

.advantages_imgbox {
    position: absolute;
    bottom: 0;
}
section.advantage-info-sec h3,
section.advantage-info-sec p {
    color: #ffffff;
}
.banner-heading .banner-background a.btn {
    white-space: nowrap;
    width: 129px;
}
/* advantage-info-sec end here */
/* section.how-we-work-sec start here */
section.how-we-work-sec {
    padding: 60px 0;
}
/* section.how-we-work-sec end here */
/* section.company_Service_information_sec start here */
section.company_Service_information_sec {
    padding: 94px 0;
}
.company_Service_info_wrapper {
    margin-left: 20px;
}

section.our_company_sec .main-banner-img.img-wrapper {
    position: unset;
    top: 0;
    right: 30px;
    position: relative;
}

section.advantage-info-sec {
    padding-top: 72px;
}

.company-service_img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 20px;
}
.company_Service_info_wrapper span {
    color: #27aae1;
}

/* section.company_Service_information_sec end here */
/* testimonial_sec start here */
section.testimonial_sec {
    padding: 50px 0;
}
.testimonial-wrapper {
    background-color: #faf3ff;
    padding: 14px 20px;
    height: 209px;
    border-radius: 8px;
}
.client_detail_Wrapper {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}
.testimonial-wrapper p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.testimonial-wrapper h4 {
    font-family: "Gilroy-Bold";
    margin: 0;
    font-size: 16px;
}

.rating_star_wrapper .fa {
    color: #eeba00;
}
.carousel-item-wrapper p {
    font-family: "Gilroy-SemiBold";
    font-size: 13px;
}
.client_name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.client-img img {
    width: 33px;
    height: 33px;
}
span.icon-left-wrap {
    padding-left: 30px;
}
/*  testimonial_sec end here*/
/* mobile responsive */
.mobile-responsive-wrapper {
    display: none;
}
a.menu {
    float: left;
    width: 30px;
    height: 23px;
    overflow: hidden;
    transition: 0.3s;
}
a.menu span {
    float: left;
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: relative;
    top: 10px;
    transition: 0.3s;
}
a.menu span:before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: -8px;
    left: 0;
}
a.menu span:after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: -8px;
    left: 0;
}
a.menu.active {
    transform: rotate(360deg);
}
a.menu.active span {
    background-color: transparent;
}
a.menu.active span:before {
    top: 0;
    transform: rotate(-45deg);
}
a.menu.active span:after {
    bottom: 0;
    transform: rotate(45deg);
}
.mobile-responsive {
    background: #053c52;
    display: none;
    position: relative;
    z-index: 1111;
    padding: 17px 20px;
}
.wrapper-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slideContent {
    background: #d0f6fd;
    display: block;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 111;
    width: 100%;
    padding: 0px 0 30px 0;
}
.nav-top-first ul.navbar-nav {
    display: flex !important;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    margin-top: 0px;
    width: 100%;
    flex-direction: initial;
    gap: 30px;
}
.wrapper-mobile .img-logo-main img {
    width: 130px;
    height: 60px;
    object-fit: scale-down;
}
.pro-img.click-tabs {
    cursor: pointer;
}
.pro-img.click-tabs1 {
    cursor: pointer;
}
.white-wrapper-slider {
    margin-left: 10px;
}
ul.nav.nav-tabs.drop-tabs2 {
    display: none;
}
.row.flex-inputwrap select.form-select {
    background: #fff;
    border-radius: 10px;
    height: 50px;
    padding: 10px 16px;
    font-size: 16px;
    color: #b8b8b8;
    font-family: "Gilroy-Light";
    position: relative;
}
.row.flex-inputwrap .form-control1::after {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    z-index: 1111;
    color: #16befa;
    font-size: 16px;
}
.row.flex-inputwrap .form-control1 {
    position: relative;
}
/* Pagination container */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

/* Page item styling */
.page-item {
    margin: 0 0.25rem;
}

.page-item .page-link {
    color: #5a5a5a; /* Adjust this color as needed */
    background-color: #faf3ff;
    border: 1px solid #dddddd;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover state */
.page-item .page-link:hover {
    background-color: #e0d7ef; /* Slightly darker shade for hover */
    color: #333333; /* Adjust this color as needed */
}

/* Active page */
.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #b399ff; /* Adjust this color as needed */
    border-color: #b399ff; /* Adjust this color as needed */
}

/* Disabled state */
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff;
    border-color: #dddddd;
}

@media (max-width: 1367px) {
    .testemonial-slider h3.cleaner-heading {
        color: #fff;
        font-size: 35px;
    }
    .row.flex-inputwrap select.form-select {
        font-size: 14px;
    }
    h1.main-heading-web {
        font-size: 35px;
    }
    .testemonial-slider a {
        font-size: 22px;
    }
    .faq h3.cleaner-heading {
        color: #fff;
        font-size: 35px;
    }
    .faq a {
        font-size: 22px;
    }
    .testemonial-slider h3.cleaner-heading {
        color: #fff;
        font-size: 35px;
    }
    ul.tick-detail li h5 {
        font-size: 15px;
    }
    h5.click-learn {
        font-size: 19px;
    }
    h5.click-learn span a {
        font-size: 19px;
    }
    h4.service-detail {
        font-size: 16px;
    }
    .main-heading-checked h2 {
        font-size: 35px;
    }
    li.nav-item a {
        font-size: 15px;
    }
    .img-footer p {
        color: #fff;
        font-size: 14px;
    }
    .banner-heading .banner-background a.btn {
        white-space: nowrap;
        width: 109px;
    }
    .form-control input::placeholder {
        font-size: 13px;
    }
    .form-control input {
        font-size: 13px;
    }
}
@media (min-width: 1000px) and (max-width: 1025px) {
    .banner-heading h1 {
        font-size: 30px;
    }
    h1.main-heading-web {
        font-size: 30px;
    }
    .main-banner-img.img-wrapper {
        position: absolute;
        top: -30px;
        right: 30px;
    }
    .form-control input::placeholder {
        font-size: 14px;
    }
    .add-wrapper {
        margin-top: 60px;
        margin-left: 30px;
    }
    .checked {
        width: 190px;
        padding: 10px;
        top: 13%;
        left: -22px;
    }
    .checked h5 {
        margin-top: 10px;
        font-size: 18px;
        padding: 10px;
    }
    .main-heading-checked h2 {
        font-size: 28px;
    }
    .card .add-detail h4 {
        font-size: 15px;
    }
    section.feature-cleaner-sec {
        padding: 60px 0 100px 0;
    }
    h4.service-detail {
        font-size: 13px;
    }
    .service-slider-wrapper {
        height: 37px;
    }
    .service-background button.slick-prev.slick-arrow {
        top: 19px;
        left: -49px;
    }
    .service-background button.slick-next.slick-arrow {
        top: 19px;
    }
    .white-wrapper-slider {
        padding: 10px 10px !important;
        margin-left: 10px;
    }
    /*  */
    .img-half-round img {
        height: 430px;
    }
    .half-hover img {
        width: 100% !important;
        height: 360px !important;
    }
    .half-hover {
        right: 60px;
    }
    .wrapper-hover-heading span.cell-hover.skyblue {
        position: relative;
        right: 126px;
        top: -5px;
    }
    .wrapper-hover-heading {
        gap: 109px;
    }
    span.cell-hover.blue {
        right: -6px;
    }
    @keyframes scaleAnimation {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(0.8);
        }
    }
    .content-wrapper h4 {
        font-size: 16px;
    }
    .content-wrapper p {
        font-size: 12px;
    }
    .content-wrapper {
        width: 200px;
        padding: 14px 10px;
    }
    .content-wrapper.content-skyblue {
        right: -200px;
        top: 20px;
    }
    .content-wrapper.content-blue {
        top: 28px;
        right: -195px;
    }
    .content-wrapper.content-purple {
        top: 29px;
        right: -197px;
    }
    /*  */
    ul.tick-detail li h5 {
        font-size: 13px;
    }
    h5.click-learn {
        font-size: 15px;
    }
    h5.click-learn span a {
        font-size: 15px;
    }
    .testemonial-slider h3.cleaner-heading {
        font-size: 28px;
    }
    .testemonial-slider a {
        font-size: 20px;
    }
    .faq h3.cleaner-heading {
        font-size: 28px;
    }
    .faq a {
        font-size: 20px;
    }
    .testemonial-slider-main p {
        font-size: 14px;
    }
    .child-testemonial-slider h4 {
        font-size: 20px;
    }
    .rating {
        gap: 2px;
    }
    .testemonial-slider-main {
        padding: 15px;
    }
    .main-inter-hover {
        height: 328px;
    }
    .faqs-sec .accordion-button {
        font-size: 16px;
    }
    /* our company */
    section.how-we-work-sec {
        padding: 20px 0;
    }
    .work_detail_Wrapper h3 {
        font-size: 28px;
    }
    .information_wrapper {
        padding-bottom: 30px;
    }
    section.advantage-info-sec {
        padding-top: 0px;
        margin-top: 60px;
    }
    .company_Service_info_wrapper span {
        font-size: 28px;
    }
    .company_Service_info_wrapper h3 {
        font-size: 30px;
    }
    section.company_Service_information_sec {
        padding: 44px 0;
    }
    section.testimonial_sec {
        padding: 30px 0;
    }
    .testimonial-wrapper p {
        font-size: 14px;
    }
    .client_detail_Wrapper {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .advantages_imgbox {
        position: unset;
    }
    .responsiveidropdown-wrapper {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    /* Your CSS styles here */
    .dropdown-menu-wrapper-responsive {
        display: none;
    }
    a.dropdown-toggle-responsive.nav-link i {
        color: #27a9e0;
    }
    a.dropdown-toggle-responsive.nav-link {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0;
    }
    ul.dropdown-menu-wrapper-responsive {
        margin: -5px;
    }
    ul.dropdown-menu-wrapper-responsive li a {
        color: #000;
        font-size: 16px;
        font-family: "Gilroy-SemiBold";
    }
    ul.dropdown-menu-wrapper-responsive {
        text-align: center;
    }
    .dropdown-menu-wrapper-responsive.show {
        display: block;
    }
    .nav-top-first ul.navbar-nav {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
        width: 100%;
        flex-direction: initial;
        gap: 30px;
        flex-direction: column;
        height: 100%;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
        padding: 13px 10px;
        box-shadow: rgba(99, 99, 99, 0.2);
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border: none;
        width: 100%;
        /* height: 100px; */
        top: 45px;
        right: -50px;
    }
    .nav-top-first {
        margin-right: 0px;
    }
    .loader video {
        max-width: 1180px;
        height: auto;
        object-fit: scale-down;
    }
    header.web-header {
        display: none !important;
    }
    .mobile-responsive {
        display: block;
    }
    section.advantage-info-sec {
        height: unset;
        padding: 30px;
    }
    .work_img_box img {
        height: 281px;
        width: 100%;
    }

    .work_img_box {
        margin-bottom: 30px;
    }
    .testemonial-slider {
        padding: 30px 20px 100px 20px;
    }
    .main-inter-hover {
        height: 488px;
    }
    .faq {
        margin-top: 30px;
    }
    .img-half-round {
        top: 9px;
    }
}
@media (max-width: 835px) {
    .banner-heading h1 {
        font-size: 24px;
    }

    section.feature-cleaner-sec {
        background: #f1fbff;
        padding: 30px 0 140px 0;
    }
    .add-wrapper {
        margin-top: 10px;
        margin-left: 20px;
    }
    .img-wrapper img {
        width: 100%;
        height: 260px;
        object-fit: scale-down;
    }
    .banner-background {
        background: #053c52;
        border-radius: 20px;
        height: 390px;
    }
    .main-img-toast img {
        width: 100%;
        height: 600px;
        object-fit: scale-down;
    }
    .checked {
        top: 7%;
        left: 80px;
    }
    section.unlocking-your-cleaning .main-heading-checked {
        margin-top: 50px;
    }
    /*  */
    .img-half-round img {
        height: 430px;
    }
    .half-hover img {
        width: 100% !important;
        height: 360px !important;
    }
    .half-hover {
        right: 60px;
    }
    .wrapper-hover-heading span.cell-hover.skyblue {
        position: relative;
        right: 126px;
        top: -5px;
    }
    .wrapper-hover-heading {
        gap: 109px;
    }
    span.cell-hover.blue {
        right: -6px;
    }
    @keyframes scaleAnimation {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(0.8);
        }
    }
    .content-wrapper h4 {
        font-size: 16px;
    }
    .content-wrapper p {
        font-size: 12px;
    }
    .content-wrapper {
        width: 200px;
        padding: 14px 10px;
    }
    .content-wrapper.content-skyblue {
        right: -200px;
        top: 20px;
    }
    .content-wrapper.content-blue {
        top: 28px;
        right: -195px;
    }
    .content-wrapper.content-purple {
        top: 29px;
        right: -197px;
    }
    /*  */
    section.testemonial-faq-sec {
        padding: 0px 0 50px 0;
    }
    .img-half-round {
        position: relative;
        z-index: 111;
        width: 540px;
        right: -210px;
        transition: all 0.5s ease-in-out;
        bottom: -10px;
        top: 0;
    }
    .testemonial-slider {
        margin-bottom: 40px;
    }
    .child-testemonial-slider {
        flex-direction: column;
        align-items: start !important;
    }
    .footer_content {
        padding-left: 0px;
        padding-top: 10px;
    }
    .img-footer p {
        margin-bottom: 30px;
    }
    .company_Service_info_wrapper h3 {
        margin-bottom: 10px;
        font-size: 28px;
    }
    .company_Service_info_wrapper {
        margin-left: 0px;
        margin-top: 60px;
    }
    section.advantage-info-sec {
        height: unset;
        padding: 0px;
    }
    section.main-banner-wrapper {
        margin-top: 30px;
    }
}
@media (max-width: 576px) {
    .banner-background {
        background: #053c52;
        border-radius: 20px;
        height: unset;
        padding-bottom: 30px;
    }
    .img-wrapper img {
        width: 100%;
        height: 290px;
        object-fit: scale-down;
    }
    .main-banner-img.img-wrapper {
        position: absolute;
        top: 50px;
        left: 10px;
        width: 100%;
        height: 100%;
    }
    .white-wrapper-slider {
        margin-left: 0px;
    }
    section.main-banner-wrapper {
        margin-top: 30px;
    }
    .main-img-logo {
        position: relative;
        left: 0px;
        top: 57px;
    }
    .add-wrapper {
        margin-top: 50px;
        margin-left: 0px;
        padding: 10px;
        margin-right: 0;
    }
    .banner-heading .banner-background a.btn {
        white-space: nowrap;
        width: 100% !important;
    }
    .banner-heading h1 {
        font-size: 28px;
        font-family: "Gilroy-Bold";
        margin: 20px 0;
        color: #fff;
        text-align: center;
    }
    a.btn.search-btn-wrapper {
        width: 100% !important;
    }
    section.feature-cleaner-sec {
        background: #f1fbff;
        padding: 0px 0 90px 0;
    }
    h3.cleaner-heading {
        color: #053c52;
        font-size: 25px;
    }
    .checked h6 {
        font-size: 13px;
    }
    .checked {
        width: 130px;
        padding: 9px;
        top: 16%;
        left: -22px;
        height: unset;
    }
    .checked .container1 img {
        height: 80px;
    }
    .checked h5 {
        font-size: 20px;
    }
    .main-img-toast {
        position: relative;
        right: -18px;
    }
    .slider-card ul.slick-dots {
        left: 15px;
    }
    section.unlocking-your-cleaning .main-heading-checked {
        margin-left: 0px;
        margin-top: 23px;
    }
    h1.main-heading-web {
        font-size: 31px !important;
    }
    .main-heading-checked h2 {
        font-size: 28px !important;
        text-align: center;
    }
    ul.tick-detail {
        margin-top: 0px;
    }
    .service-background {
        padding: 20px 63px;
        border-radius: 20px;
    }
    section.browse-service .service-background h2 {
        font-size: 28px;
    }
    .service-slider {
        margin-left: 2px;
    }
    section.browse-service {
        padding-bottom: 40px;
    }
    section.getting-started {
        background: #f1fbff;
        padding: 30px 0 0 0;
    }
    .half-hover img {
        width: 100%;
        height: 231px !important;
        object-fit: scale-down;
        position: relative;
        z-index: -1;
    }
    .half-hover {
        position: absolute;
        top: 43px;
        right: 81px;
    }
    .img-half-round img {
        width: 100%;
        height: 300px;
        object-fit: scale-down;
    }
    .main-inter-hover:hover .img-half-round {
        right: 105px;
        transition: all 0.5s ease-in-out;
    }
    .img-half-round {
        position: relative;
        z-index: 111;
        top: 58px;
        width: 440px;
        right: -2px;
        transition: all 0.5s ease-in-out;
    }
    .wrapper-hover-heading {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        right: -8px;
        gap: 62px;
        z-index: 111111;
    }
    .wrapper-hover-heading span.cell-hover.skyblue {
        position: relative;
        right: 69px;
        top: -1px;
    }
    .content-wrapper h4 {
        font-size: 14px;
    }
    .content-wrapper p {
        font-size: 11px;
    }
    .content-wrapper.content-skyblue {
        right: -128px;
        top: -92px;
    }
    .content-wrapper {
        width: 160px;
        padding: 11px;
    }
    .content-wrapper.content-blue {
        top: -88px;
        right: -120px;
    }
    .content-wrapper.content-purple {
        top: 33px;
        right: -139px;
    }
    @keyframes scaleAnimation {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(0.8);
        }
    }
    section.testemonial-faq-sec {
        padding: 30px 0 70px 0;
    }
    .col-lg-7.main-inter-hover {
        height: 388px;
    }
    .testemonial-slider h3.cleaner-heading {
        color: #fff;
        font-size: 25px;
    }
    a.view-all.text-end {
        text-align: center !important;
        margin-top: 10px;
    }
    .testemonial-slider h3.cleaner-heading {
        color: #fff;
        font-size: 30px;
        text-align: center;
    }
    .rating {
        display: flex;
        flex-direction: row-reverse;
        gap: 0px;
    }
    .rating label {
        font-size: 18px;
    }
    .main-slider-wrapper-t-f .slick-list {
        padding: unset !important;
    }
    .child-testemonial-slider h4 {
        color: #053c52;
        font-family: "Gilroy-Bold";
        font-size: 20px;
        margin: 0;
    }
    .faq {
        background: #27aae1;
        padding: 20px 20px 80px 20px;
        border-radius: 10px;
        height: 100%;
        margin-top: 30px;
    }
    .faq h3.cleaner-heading {
        color: #fff;
        font-size: 30px;
        text-align: center;
    }
    .footer_content {
        display: flex;
        flex-direction: column;
        justify-content: start;
        width: 100%;
        align-items: start;
        padding-left: 2px;
        padding-top: 29px;
    }
    ul.footer-menus {
        padding: 0;
        padding-left: 0px;
        margin-bottom: 0;
    }
    h6.copy-right {
        padding-top: 0px;
    }
    .white-wrapper-slider {
        width: 100%;
    }
    .main_heading_wrapper {
        margin-top: 30px;
    }
    .company_Service_info_wrapper h3 {
        margin-bottom: 10px;
        text-align: start;
        font-size: 28px;
        margin: 20px 0;
    }
    .our_company_sec .img-wrapper img {
        width: 100%;
        height: 340px;
        object-fit: scale-down;
    }
    section.how-we-work-sec {
        padding: 30px 0 30px 0;
    }
    .information_wrapper h3 {
        font-size: 27px;
    }
    section.advantage-info-sec {
        height: unset;
        padding: 0px 10px;
    }
    .advantages_imgbox img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    section.company_Service_information_sec {
        padding: 30px 0 20px 0;
    }
    .company_Service_info_wrapper {
        margin-left: 0px;
    }
    .bg-bif-logo {
        display: none;
    }
    /* animation step */
    .animate__fadeInRight {
        -webkit-animation-name: none !important;
    }
}
@media (max-width: 281px) {
    .montly-wrapper {
        display: flex;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    .img-footer img {
        width: 160px;
        height: 70px;
        object-fit: scale-down;
        margin-bottom: 21px;
    }
    .mobile-responsive {
        padding: 17px 0px;
    }
    .wrapper-mobile .img-logo-main img {
        width: 100px;
        height: 60px;
        object-fit: scale-down;
    }
    a.menu {
        float: left;
        width: 27px;
        height: 23px;
        overflow: hidden;
        transition: 0.3s;
    }
    a.dropdown-toggle.nav-link {
        border: 1px solid #27aae1;
        border-radius: 10px;
        padding: 9px 10px;
    }
    section.unlocking-your-cleaning .main-heading-checked {
        margin-left: 0px;
        margin-top: -17px;
        padding: 23px 10px;
    }
    .main-heading-checked h2 {
        font-size: 21px !important;
        text-align: center;
    }
    section.unlocking-your-cleaning {
        padding: 10px 0;
    }
    .service-background {
        padding: 9px 51px 40px 40px;
        border-radius: 20px;
    }
    .service-background .slick-prev:before {
        width: 30px;
        height: 33px;
    }
    .service-background button.slick-prev.slick-arrow {
        top: 35px;
        left: -39px;
    }
    .service-background .slick-next:before {
        width: 30px;
        height: 34px;
    }
    .service-background button.slick-next.slick-arrow {
        top: 31px;
    }
    .main-banner-img.img-wrapper {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    a.view-all {
        font-size: 13px;
    }
    h3.cleaner-heading {
        color: #053c52;
        font-size: 17px;
        padding-right: 20px;
    }
    .card {
        border: none;
        border-radius: 10px;
        margin-right: 0px;
        height: 453px;
        padding: 10px;
    }
    .checked h5 {
        font-size: 13px;
    }
    .checked h6 {
        font-size: 11px;
    }
    .checked .container1 img {
        height: 60px;
    }
    .checked {
        width: 100px;
        padding: 9px;
        top: 36%;
        left: -17px;
        height: unset;
    }
    .main-img-toast img {
        width: 100%;
        height: 370px;
        object-fit: scale-down;
    }
    section.unlocking-your-cleaning .btn {
        padding: 13px 23px;
    }
    .testemonial-slider h3.cleaner-heading {
        color: #fff;
        font-size: 20px;
        text-align: center;
    }
    .testemonial-slider-main {
        padding: 10px;
    }
    .faq h3.cleaner-heading {
        color: #fff;
        font-size: 25px;
        text-align: center;
    }
}
