@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  font-family: "Roboto", sans-serif !important;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
}
a,
button,
input {
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
.position-relative{
  position: relative;
}
/**************global css end*******/
#prelodaer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
/* ==============Button=================== */
.btn {
  padding: 23px 28px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 50px;
  line-height: 16px;
  letter-spacing: 0.3px;
  font-family: "Roboto", sans-serif;
  background-color: #ff2f63;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  z-index: 1;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  border: none;
}
.btn::before {
  content: "";
  height: 350px;
  width: 350px;
  background-color: #272a33;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: .4s;
  z-index: -1;
}
.btn:hover {
  color: #fff;
}
.btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
  color: #fff;
}
.btn1 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #272a33;
  transition: all 0.6s ease-in-out;
}
.btn1:hover {
  color: #ff2f63;
}
.btnWrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
.learnMoreBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 26px;
  background: #F9F9F9;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}
.learnMoreBtn .text {
  width: 100%;
  text-align: left;
  transition: color 0.3s ease;
  z-index: 2;
}
.learnMoreBtn .overlay {
  position: absolute;
  right: 5px;
  width: 48px;
  height: calc(100% - 20px);
  background: #FFBBC7;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 12px;
  border-radius: 50px;
  z-index: 1;
  transition: width 0.4s ease;
}
.learnMoreBtn i {
  position: relative;
  z-index: 2;
  color: #272A33;
  transition: color 0.3s ease;
  font-size: 20px;
}
.learnMoreBtn:hover .overlay {
  width: calc(100% - 12px);
}
.learnMoreBtn:hover .text {
  color: #fff;
}
.learnMoreBtn:hover .text{
  color: #272A33;
}
/* ==============section background=================== */
.bg-spclwhite {
  background-color: #f6f6f6;
}
.bg-offWhite {
  background-color: #eeeeee;
}
.bg-pink {
  background: #ff2f63;
}
/* ==============heading and subheading=================== */
.heading {
  font-family: "Roboto", sans-serif;
  color: #272a33;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}
.subheading {
  position: relative;
  font-family: "Roboto", sans-serif;
  color: #272a33;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.spanPart {
  color: #ff2f63;
  font-size: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 45px;
}
.headingPart{
  text-align: center;
}
.headingPart .heading{
  margin-bottom: 30px;
}
.headingPart .subheading{
  max-width: 897px;
  margin: 0 auto;
  display: block;
}
/* ==============Animations=================== */
.wow {
  visibility: visible;
  animation-duration: 1500ms;
  animation-delay: 0ms;
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*===================scroll top=================== */
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 30px;
  right: -60px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 2;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #ff2f63 0%, #ff2f63 100%);
  border: 1px solid #ff2f63;
  transition: right 0.5s ease-in-out;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-top:hover {
  color: #ff2f63;
  background: #fff;
  border: 1px solid #ff2f63;
  box-shadow: 0px 2px 5px 0px rgba(255, 47, 99, 0.6);
}
.scroll-top.open {
  right: 20px;
}
/* ====================header================== */
.main_header {
  width: 100%;
  display: block;
  margin: 0;
  padding: 5px 0;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
}
.main_header.sticky-header {
  position: fixed;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #f6f6f6;
}
.main_header .logo {
  width: 100%;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.main_header .logo img {
  max-width: 77px;
  margin: 0 auto;
}
.main_header .navigation_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.action-container {
  text-align: end;
}
.logo .subheading {
  text-align: center;
  font-weight: 700;
}
/* Start navigation */
.navigation_sec .nav_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.9s ease-in-out;
}
.navigation_sec .nav_sec > ul > li + li {
  margin-left: 40px;
}
.navigation_sec .nav_sec > ul > li a {
  text-transform: capitalize;
  color: #272a33;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02;
  transition: all 0.9s ease-in-out;
  position: relative;
  border-bottom: 1px solid transparent;
}
.navigation_sec .nav_sec > ul > li.active a,.navigation_sec .nav_sec > ul > li:hover a{
  font-weight: 700;
}
.navigation_sec ul li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #ff2f63;
  left: 0;
  bottom: -20%;
  transition: 0.3s;
}
.navigation_sec ul li a:hover::after, .navigation_sec ul li.active a::after{
  width: 23px;
}
.navigation_sec ul li.has-mega-menu.active ul li a::after{
  background: transparent;
}
.navigation_sec ul li.has-mega-menu.active ul li.active a{
  color: #FF2F63;
}
span.toggle-menu {
  display: none;
}
.has-mega-menu {
  position: relative;
}
.navigation_sec .mega-menu {
  position: absolute;
  top: 150%;
  right: 0;
  width: 467px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 27px 26px;
  border-radius: 20px;
  display: none;
  z-index: 999;
}
.navigation_sec .mega-menu::before {
  position: absolute;
  content: "\F235";
  display: inline-block;
  font-family: bootstrap-icons !important;
  top: -15px;
  right: 35px;
  color: #fff;
}
.navigation_sec .mega-container {
  display: flex;
  justify-content: space-between;
}
.navigation_sec .mega-column h4 {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 24px;
}
.navigation_sec .mega-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation_sec .mega-column ul li a,.navigation_sec .nav_sec > ul > li:hover .mega-column ul li a{
  font-weight: 400;
}
.navigation_sec .mega-column ul li {
  margin-bottom: 22px;
  padding-left: 20px;
  text-align: left;
  position: relative;
}
.navigation_sec .mega-column ul li a {
  text-decoration: none;
  color: #8f8f8f;
  font-size: 16px;
  transition: color 0.3s ease;
  text-align: left;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.navigation_sec .mega-column ul li::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f287";
  font-size: 7px;
  position: absolute;
  left: 0;
  top: 8px;
  color: #8F8F8F;
}
.mega-column ul li a:hover {
  color: #ff2f63;
}
.has-mega-menu:hover .mega-menu {
  display: block;
}
/* ====================banner================== */
.banner {
  position: relative;
  padding: 120px 0 0;
}
.banner .heading {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -2px;
  margin-bottom: 35px;
}
.banner .spanPart {
  font-size: 60px;
  font-weight: 700;
}
.banner .subheading {
  max-width: 567px;
  margin-bottom: 45px;
}
.banner-img img {
  position: relative;
  z-index: 1;
}
.banner-img::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 628px;
  height: 100%;
  right: 0;
  top: 0;
  background: #ff2f63;
  clip-path: polygon(100% 0, 92% 0, 0 110%, 100% 100%);
  z-index: 0;
}
/* ==============Request a free cleaning quote today=================== */
.quotePart{
  padding: 90px 0 0;
}
.quoteInner{
  background-color: #FF2F63;
  border-radius: 25px;
  background-image: url(../images/quoteBg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.quoteInner img{
  max-width: 466px;
  margin: 0 auto;
}
.quoteInner .heading{
  max-width: 394px;
  margin-bottom: 40px;
  color:  #FFF;
  text-transform: capitalize;
}
.quoteInner .subheading{
  max-width: 518px;
  color:  #EEE;
  margin-bottom: 40px;
}
.quoteInner .btn{
  background-color: #FFF;
  color: #FF2F63;
}
.quoteInner .btn:hover{
  color: #FFF;
}
/*===================Footer=================== */
.footer{
  padding: 60px 0 20px;
}
.footerTop{
  padding-bottom: 55px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.footerTop img{
  max-width: 84px;
}
.footerLogo .heading{
  color: #272A33;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 26px; 
  letter-spacing: 0.5px;
  margin: 8px 0 19px;
}
.footerLogo .subheading{
  opacity: 0.7;
  font-size: 14px;
  max-width: 380px;
}
.footerRight{
  margin-top: 85px;
}
.footerRight .heading{
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 26px;
}
.pageLinks li a{
  color: #272A33;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.3px;
  transition: all 0.9s ease-in-out;
}
.pageLinks li:hover a{
  color: #FF2F63;
}
.pageLinks li+li{
  margin-top: 44px;
}
.pageLinks.footerContact li+li{
  margin-top: 18px;
}
.location{
  margin-top: 23px;
  display: flex;
  align-items: baseline;
}
.footerRight .subheading,.footerContact li a{
  opacity: 0.7;
  font-size: 14px;
}
.pageLinks li i{
  font-size: 15px;
  margin-right: 10px;
}
.copyRight{
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyRight .subheading{
  font-size: 14px;
}
.socialLinks li{
  display: inline-block;
}
.socialLinks li+li{
  margin-left: 20px;
}
.socialLinks li a{
  font-size: 20px;
  color: #272A33;
  transition: all 0.9s ease-in-out;
}
.socialLinks li:hover a{
  color: #FF2F63;
}
/*===================Inner Banner=================== */
.innerBanner {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 164px 0 80px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.innerBanner::before{
  position: absolute;
  content: "";
  width: 100%;
  max-width: 304px;
  height: 100%;
  right: 0;
  top: 0;
  background: #ff2f63;
  clip-path: polygon(100% 0, 82% 0, 0 110%, 100% 100%);
  z-index: 0;
}
.innerBannerContent {
  text-align: center;
  max-width: 589px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.innerBannerContent .heading {
  color:  #272A33;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}
.breadcrumbs {
  display: inline-block;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 16px;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  transition: all 0.9s ease-in-out;
}
.breadcrumbs li:hover a{
  color: #FF2F63;
}
.breadcrumbs li a, .breadcrumbs li span {
  transition: all 0.6s ease-in-out;
  color: #939393;
  font-size: 18px;
  letter-spacing: -0.72px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: normal;
}
.breadcrumbs li span{
  color:  #272A33;
  font-weight: 500;
  line-height: 45px;
}
.breadcrumbs li + li:before {
  content: "/";
  color: #939393;
  margin-right: 5px;
  font-weight: 500;
}
.breadcrumbs .middle{
  color: #D8D8D8;
}
/*===================Clean Home with Our Professional Cleaning Services=================== */
.professional {
  padding: 85px 0;
}
.professionalImg img {
  border-radius: 15px;
}
.professionalContent {
  padding-left: 70px;
}
.professionalContent .heading {
  margin-bottom: 30px;
}
.professionalList {
  margin-top: 35px;
  margin-bottom: 30px;
}
.professionalList li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  cursor: pointer;
  padding-left: 30px;
}
.professionalList li:last-child {
  margin-bottom: 0;
}
.professionalList li .heading {
  position: relative;
  color: #272a33;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.professionalList li .heading::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f4b5";
  color: #ff2f63;
  font-size: 22px;
  position: absolute;
  left: -30px;
  top: 2px;
}
.professionalList li .subheading {
  color: #767676;
  display: none;
}
.professionalList li:first-child .subheading {
  display: block;
}
.professionalContent .btn {
  padding: 23px 56px;
}
.professionalList li .heading{
  margin-bottom: 0;
}
.professionalList li .subheading{
  margin-top: 15px;
}
/*===================Home=================== */
/* Residential Cleaning */
.residentalCleaning{
  padding: 90px 0;
}
.totalResidental{
  margin-top: 44px;
}
.eachResidental{
  padding: 14px 14px 26px ;
  background-color: #fff;
  border-radius: 21px;
}
.residentalImage {
  position: relative;
  overflow: hidden;
  border-radius: 21px;
  clip-path: polygon(32.2492676px 0,calc(100% - 29.883191px) .16707739px,calc(100% - 29.883191px) .16707739px,calc(100% - 24.96109729px) .87537044px,calc(100% - 20.31945472px) 2.29591631px,calc(100% - 16.01424199px) 4.36886114px,calc(100% - 12.1014378px) 7.03435112px,calc(100% - 8.63702087px) 10.23253242px,calc(100% - 5.67696992px) 13.90355119px,calc(100% - 3.27726365px) 17.98755362px,calc(100% - 1.49388076px) 22.42468587px,calc(100% - 0.38279998px) 27.1550941px,calc(100% - 5.68434189E-14px) 32.1189245px,calc(100% - 0px) calc(100% - 32.02092px),calc(100% - 0px) calc(100% - 32.02092px),calc(100% - 0.41860061px) calc(100% - 26.8269604px),calc(100% - 1.63050344px) calc(100% - 21.89983258px),calc(100% - 3.56985995px) calc(100% - 17.30546357px),calc(100% - 6.1708216px) calc(100% - 13.10978045px),calc(100% - 9.36753988px) calc(100% - 9.37871025px),calc(100% - 13.09416624px) calc(100% - 6.17818003px),calc(100% - 17.28485217px) calc(100% - 3.57411685px),calc(100% - 21.87374912px) calc(100% - 1.63244774px),calc(100% - 26.79500858px) calc(100% - 0.41909978px),calc(100% - 31.982782px) calc(100% - 5.68434189E-14px),31.9827822px calc(100% - 14px),31.9827822px calc(100% - 14px),26.79500879px calc(100% - 14.41909978px),21.87374934px calc(100% - 15.63244774px),17.28485237px calc(100% - 17.57411685px),13.09416641px calc(100% - 20.17818003px),9.36754001px calc(100% - 23.37871025px),6.1708217px calc(100% - 27.10978045px),3.56986001px calc(100% - 31.30546357px),1.63050347px calc(100% - 35.89983258px),.41860062px calc(100% - 40.8269604px),5.29492535E-31px calc(100% - 46.02092px),0 32.0209204px,0 32.0209204px,.41860062px 26.82696079px,1.63050347px 21.89983293px,3.56986001px 17.30546389px,6.1708217px 13.10978071px,9.36754001px 9.37871045px,13.09416641px 6.17818017px,17.28485237px 3.57411693px,21.87374934px 1.63244779px,26.79500879px .41909979px,31.9827822px 5.30123935E-31px,31.9827822px 0,32.11152455px 0,32.2175794px 0,32.30094672px 0,32.36162654px 0,32.39961884px 0,32.41492362px 0,32.40754089px 0,32.37747064px 0,32.32471288px 0,32.2492676px 0);
}
.eachResidental img{
  border-radius: 21px;
}
.residentalContent .heading{
  margin-top: 17px;
  font-size: 25px;
  font-weight: 500;
  line-height: 40.98px;
}
.totalResidental > .row{
  --bs-gutter-y: 40px;
}
.totalResidental .btn{
  margin: 0 auto;
  display: table;
}
/* Commercial Cleaning */
.commercial{
  padding: 90px 0;
}
.allServices{
  margin-top: 50px;
}
.eachService{
  background-color: #F9F9F9;
  border-radius: 20px;
  padding: 41px 26px 31px;
  transition: all 0.9s ease-in-out;
  position: relative;
  height: 100%;
  cursor: pointer;
}
.eachServiceodd{
  clip-path: polygon(32.2492676px 0,calc(100% - 29.883191px) 14.1670774px,calc(100% - 29.883191px) 14.1670774px,calc(100% - 24.96109729px) 14.87537046px,calc(100% - 20.31945472px) 16.29591632px,calc(100% - 16.01424199px) 18.36886116px,calc(100% - 12.1014378px) 21.03435113px,calc(100% - 8.63702087px) 24.23253242px,calc(100% - 5.67696992px) 27.9035512px,calc(100% - 3.27726365px) 31.98755362px,calc(100% - 1.49388076px) 36.42468587px,calc(100% - 0.38279998px) 41.1550941px,calc(100% - 5.68434189E-14px) 46.1189245px,calc(100% - 0px) calc(100% - 32.02092px),calc(100% - 0px) calc(100% - 32.02092px),calc(100% - 0.41860061px) calc(100% - 26.8269604px),calc(100% - 1.63050344px) calc(100% - 21.89983258px),calc(100% - 3.56985995px) calc(100% - 17.30546357px),calc(100% - 6.1708216px) calc(100% - 13.10978045px),calc(100% - 9.36753988px) calc(100% - 9.37871025px),calc(100% - 13.09416624px) calc(100% - 6.17818003px),calc(100% - 17.28485217px) calc(100% - 3.57411685px),calc(100% - 21.87374912px) calc(100% - 1.63244774px),calc(100% - 26.79500858px) calc(100% - 0.41909978px),calc(100% - 31.982782px) calc(100% - 5.68434189E-14px),31.9827822px calc(100% - 0px),31.9827822px calc(100% - 0px),26.79500879px calc(100% - 0.41909978px),21.87374934px calc(100% - 1.63244774px),17.28485237px calc(100% - 3.57411685px),13.09416641px calc(100% - 6.17818003px),9.36754001px calc(100% - 9.37871025px),6.1708217px calc(100% - 13.10978045px),3.56986001px calc(100% - 17.30546357px),1.63050347px calc(100% - 21.89983258px),.41860062px calc(100% - 26.8269604px),5.29492535E-31px calc(100% - 32.02092px),0 32.0209204px,0 32.0209204px,.41860062px 26.82696079px,1.63050347px 21.89983293px,3.56986001px 17.30546389px,6.1708217px 13.10978071px,9.36754001px 9.37871045px,13.09416641px 6.17818017px,17.28485237px 3.57411693px,21.87374934px 1.63244779px,26.79500879px .41909979px,31.9827822px 5.30123935E-31px,31.9827822px 0,32.11152455px 0,32.2175794px 0,32.30094672px 0,32.36162654px 0,32.39961884px 0,32.41492362px 0,32.40754089px 0,32.37747064px 0,32.32471288px 0,32.2492676px 0);
}
.eachServiceeven{
  clip-path: polygon(32.2492676px 13.8329226px,calc(100% - 29.883191px) 0,calc(100% - 29.883191px) 0,calc(100% - 24.96109729px) .70829306px,calc(100% - 20.31945472px) 2.12883892px,calc(100% - 16.01424199px) 4.20178375px,calc(100% - 12.1014378px) 6.86727374px,calc(100% - 8.63702087px) 10.06545503px,calc(100% - 5.67696992px) 13.73647382px,calc(100% - 3.27726365px) 17.82047625px,calc(100% - 1.49388076px) 22.25760852px,calc(100% - 0.38279998px) 26.98801678px,calc(100% - 5.68434189E-14px) 31.9518472px,calc(100% - 0px) calc(100% - 32.187998px),calc(100% - 0px) calc(100% - 32.187998px),calc(100% - 0.41860061px) calc(100% - 26.99403837px),calc(100% - 1.63050344px) calc(100% - 22.06691047px),calc(100% - 3.56985995px) calc(100% - 17.47254136px),calc(100% - 6.1708216px) calc(100% - 13.2768581px),calc(100% - 9.36753988px) calc(100% - 9.54578775px),calc(100% - 13.09416624px) calc(100% - 6.34525738px),calc(100% - 17.28485217px) calc(100% - 3.74119406px),calc(100% - 21.87374912px) calc(100% - 1.79952485px),calc(100% - 26.79500858px) calc(100% - 0.58617681px),calc(100% - 31.982782px) calc(100% - 0.167077px),31.9827822px calc(100% - 0.167077px),31.9827822px calc(100% - 0.167077px),26.79500879px calc(100% - 0.58617681px),21.87374934px calc(100% - 1.79952485px),17.28485237px calc(100% - 3.74119406px),13.09416641px calc(100% - 6.34525738px),9.36754001px calc(100% - 9.54578775px),6.1708217px calc(100% - 13.2768581px),3.56986001px calc(100% - 17.47254136px),1.63050347px calc(100% - 22.06691047px),.41860062px calc(100% - 26.99403837px),5.29492535E-31px calc(100% - 32.187998px),0 45.853843px,0 45.853843px,.41860062px 40.65988339px,1.63050347px 35.73275553px,3.56986001px 31.13838649px,6.1708217px 26.94270331px,9.36754001px 23.21163305px,13.09416641px 20.01110277px,17.28485237px 17.40703953px,21.87374934px 15.46537039px,26.79500879px 14.25202239px,31.9827822px 13.8329226px,31.9827822px 13.8329226px,32.11152455px 13.8329226px,32.2175794px 13.8329226px,32.30094672px 13.8329226px,32.36162654px 13.8329226px,32.39961884px 13.8329226px,32.41492362px 13.8329226px,32.40754089px 13.8329226px,32.37747064px 13.8329226px,32.32471288px 13.8329226px,32.2492676px 13.8329226px);
}
.serviceImage{
  position: relative;
}
.serviceImage::before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0,0,0,0) 71%, rgba(0,0,0,1) 100%);  ;
}
.serviceImage img{
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
.servicecardBack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.eachService .icon{
  width: 55px;
  height: 55px;
  border-radius: 50px;
  background-color: #FF2F63;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eachService .icon img{
  max-width: 30px;
}
.serviceHeading{
  display: flex;
  align-items: center;
  gap: 10px;
}
.servicecardFront .heading{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.servicecardFront .subheading{
  margin-top: 25px;
  min-height: 156px;
}
.servicecardFront .btn1{
  color: #FF2F63;
  margin-top: 46px;
  display: block;
  font-weight: 700;
  font-size: 18px;
}
.serviceImage{
  position: relative;
  height: 100%;
}
.serviceBackCont .heading{
  font-size: 20px;
  color: #fff;
}
.serviceCircle{
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background-color: #FF2F63;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: all 0.9s ease-in-out;
}
.serviceBackCont{
  padding: 0 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -18%;
  position: relative;
}
.servicecardBack {
  opacity: 0;
  visibility: hidden;
}
.eachService:hover .servicecardFront {
  opacity: 0;
  visibility: hidden;
}
.eachService:hover .servicecardBack {
  opacity: 1;
  visibility: visible;
}
.serviceCircle:hover{
  color: #fff;
}
.allServices > .row{
  --bs-gutter-y: 31px;
}
/* Why Choose Aparna House Keeping for House Cleaning */
.whyChoose{
  position: relative;
  padding: 90px 0 0;
}
.whyChooseImg img{
  z-index: 1;
  position: relative;
  margin-top: 16%;
}
.whyChooseImg::before{
  position: absolute;
  content: "";
  width: 100%;
  max-width: 628px;
  height: 100%;
  left: 0;
  top: 0;
  background: #ff2f63;
  clip-path: polygon(0 0, 25% 0, 90% 100%, 0% 100%);
  z-index: 0;
}
.whyChooseContent .heading,.whyChooseContent .spanPart{
  font-size: 30px;
  text-transform: capitalize;
}
.whyList {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.chooseIcon{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff; 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.chooseIcon img{
  max-width: 28px;
  object-fit: contain;
}
.chooseListing h5{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}
.eachListing{
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
/* Service Areas */
.serviceAreas{
  padding: 35px 0;
}
.serviceAreas .heading{
  margin-bottom: 30px;
}
.serviceAreas .heading,.serviceAreas .spanPart{
  font-size: 95px;
  line-height: 77px;
}
.map{
  position: relative;
}
.list-unstyled{
  padding-left: 0;
  list-style: none;
}
.cn-ul {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9;
}
.cn-ul li {
  position: absolute;
  display: block;
  cursor: pointer;
}
.cn-popup {
  width: auto;
  border-radius: 10px;
  border: 0;
  position: absolute;
  top: -12220%;
  left: 100%;
  transform: translateX(-50%);
  margin-bottom: 7px;
  opacity: 0;
  z-index: -1;
  display: none;
  padding: 11px 16px;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
}
.country-1 .cn-popup::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 219px;
  background-color: #000;
  left: 50%;
  bottom: -219px;
  transform: translateX(-50%);
}
.cn-ul li.country-1:hover .cn-popup{
  z-index: 9;
  opacity: 1;
  bottom: 920%;
  top: auto;
  display: block;
}
.cust-map li span.roundDiv img {
  width: 25px;
}
.cust-map li.country-1 {
  top: 230px;
  right: 188px;
}
.popup-body .heading{
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  line-height: normal;
  margin-bottom: 0;
}
.cust-map li.country-1 .cn-popup {
  left: 12px;
}
.cust-map li.country-2{
  top: 135px;
  right: 163px;
}
.cust-map li.country-2 .cn-popup{
  left: 12px;
}
.country-2 .cn-popup::before{
  content: "";
  position: absolute;
  width: 2px;
  height: 49px;
  background-color: #000;
  left: 50%;
  bottom: -46px;
  transform: translateX(-50%);
}
.cn-ul li.country-2:hover .cn-popup{
  z-index: 9;
  opacity: 1;
  bottom: 250%;
  top: auto;
  display: block;
}
.cust-map li.country-3{
  top: 100px;
  right: 135px;
}
.cust-map li.country-3 .cn-popup{
  left: 12px;
}
.country-3 .cn-popup::before{
  content: "";
  position: absolute;
  width: 2px;
  height: 84px;
  background-color: #000;
  left: 50%;
  bottom: -83px;
  transform: translateX(-50%);
}
.cn-ul li.country-3:hover .cn-popup{
  z-index: 9;
  opacity: 1;
  bottom: 400%;
  top: auto;
  display: block;
}
.cn-popup::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -18px;
  background: url("../images/svg.svg") no-repeat center;
  background-size: contain;
}
.country-3 .cn-popup::after{
  right: 23%;
}
.country-2 .cn-popup::after{
  right: 26%;
}
.country-1 .cn-popup::after{
  right: 21%;
}
/* What Our Client Says */
.client{
  padding: 90px 0;
}
.client .headingPart .heading{
  margin-bottom: 25px;
}
.client .testimonial-wrap{
  box-sizing: content-box;
  padding: 28px 22px;
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.client .swiper-pagination {
  margin-top: 50px;
  position: relative;
}
.client .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 4px;
  opacity: 0.2;
  border-radius: 100px;
  background: #FF2F63;
}
.client .swiper-pagination .swiper-pagination-bullet-active {
  background: #FF2F63;
  width: 34px;
  opacity: 1;
}
.clientName{
  margin-top: 47px;
}
.clientName .heading{
  font-size: 24px;
}
.rating li{
  display: inline-block;
  color: #FFBB00;
  font-size: 20px;
}
.testimonial-item span{
  font-size: 14px;
  opacity: 0.50;
  color: #272A33;
  margin-bottom: 19px;
  display: block;
}
.testimonial-item .subheading{
  min-height: 156px;
}
.testi-slider{
  margin-top: 43px;
}
/* ==============About=================== */
.aboutUS{
  padding: 60px 0;
}
.aboutUS img{
  border-radius: 15px;
}
.aboutContent{
  padding-left: 50px;
}
.aboutContent .subheading{
  margin-top: 35px;
  opacity: 0.7;
}
/* Clean Home with Our Professional Cleaning Services */
.aboutProf .professionalContent{
  padding-left: 0;
  padding-right: 70px;
}
/* ==============Contact=================== */
/* Location call Email */
.contactPart{
  padding: 60px 0 50px;
  position: relative;
}
.eachPart{
  background-color: #F9F9F9;
  padding: 31px 37px 45px 30px; 
  border-radius: 20px;
}
.contactIcon{
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #FF2F63;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactIcon i{
  font-size: 22px;
  color: #fff;
}
.eachPart .heading{
  font-size: 25px;
  margin-top: 35px;
  line-height: 28px;
}
.eachPart .subheading{
  margin-top: 25px;
  opacity: 0.7;
  display: block;
  transition: all 0.9s ease-in-out;
}
.eachPart a:hover{
  color: #FF2F63;
}
/* Contact us Today for Any Services */
.contactUs{
  padding-bottom: 53px;
}
.contactLeft{
  padding: 76px 30px 45px;
  background-color: #EEE;
  clip-path: polygon(32.2492676px 0,calc(100% - 29.883191px) 14.1670774px,calc(100% - 29.883191px) 14.1670774px,calc(100% - 24.96109729px) 14.87537046px,calc(100% - 20.31945472px) 16.29591632px,calc(100% - 16.01424199px) 18.36886116px,calc(100% - 12.1014378px) 21.03435113px,calc(100% - 8.63702087px) 24.23253242px,calc(100% - 5.67696992px) 27.9035512px,calc(100% - 3.27726365px) 31.98755362px,calc(100% - 1.49388076px) 36.42468587px,calc(100% - 0.38279998px) 41.1550941px,calc(100% - 5.68434189E-14px) 46.1189245px,calc(100% - 0px) calc(100% - 32.02092px),calc(100% - 0px) calc(100% - 32.02092px),calc(100% - 0.41860061px) calc(100% - 26.8269604px),calc(100% - 1.63050344px) calc(100% - 21.89983258px),calc(100% - 3.56985995px) calc(100% - 17.30546357px),calc(100% - 6.1708216px) calc(100% - 13.10978045px),calc(100% - 9.36753988px) calc(100% - 9.37871025px),calc(100% - 13.09416624px) calc(100% - 6.17818003px),calc(100% - 17.28485217px) calc(100% - 3.57411685px),calc(100% - 21.87374912px) calc(100% - 1.63244774px),calc(100% - 26.79500858px) calc(100% - 0.41909978px),calc(100% - 31.982782px) calc(100% - 5.68434189E-14px),31.9827822px calc(100% - 0px),31.9827822px calc(100% - 0px),26.79500879px calc(100% - 0.41909978px),21.87374934px calc(100% - 1.63244774px),17.28485237px calc(100% - 3.57411685px),13.09416641px calc(100% - 6.17818003px),9.36754001px calc(100% - 9.37871025px),6.1708217px calc(100% - 13.10978045px),3.56986001px calc(100% - 17.30546357px),1.63050347px calc(100% - 21.89983258px),.41860062px calc(100% - 26.8269604px),5.29492535E-31px calc(100% - 32.02092px),0 32.0209204px,0 32.0209204px,.41860062px 26.82696079px,1.63050347px 21.89983293px,3.56986001px 17.30546389px,6.1708217px 13.10978071px,9.36754001px 9.37871045px,13.09416641px 6.17818017px,17.28485237px 3.57411693px,21.87374934px 1.63244779px,26.79500879px .41909979px,31.9827822px 5.30123935E-31px,31.9827822px 0,32.11152455px 0,32.2175794px 0,32.30094672px 0,32.36162654px 0,32.39961884px 0,32.41492362px 0,32.40754089px 0,32.37747064px 0,32.32471288px 0,32.2492676px 0);
}
.contactForm{
  margin-top: 40px;
}
.eachInput label{
  margin-bottom: 12px;
}
.eachInput input,.eachInput select{
  border-radius: 10px;
  height: 65px;
  padding: 0 15px;
  border: none;
}
.eachInput textarea{
  border-radius: 10px;
  height: 120px;
  padding: 15px 20px;
  border: none;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
}
.contactForm .row{
  --bs-gutter-y: 38px;
}
.form-select option:checked,.form-select option,.form-select{
  color: #B4B2B2;
}
.contactForm .btn{
  padding: 23px 48px;
}
.contactImage{
  clip-path: polygon(32.2492676px 13.8329226px,calc(100% - 29.883191px) 0,calc(100% - 29.883191px) 0,calc(100% - 24.96109729px) .70829306px,calc(100% - 20.31945472px) 2.12883892px,calc(100% - 16.01424199px) 4.20178375px,calc(100% - 12.1014378px) 6.86727374px,calc(100% - 8.63702087px) 10.06545503px,calc(100% - 5.67696992px) 13.73647382px,calc(100% - 3.27726365px) 17.82047625px,calc(100% - 1.49388076px) 22.25760852px,calc(100% - 0.38279998px) 26.98801678px,calc(100% - 5.68434189E-14px) 31.9518472px,calc(100% - 0px) calc(100% - 32.187998px),calc(100% - 0px) calc(100% - 32.187998px),calc(100% - 0.41860061px) calc(100% - 26.99403837px),calc(100% - 1.63050344px) calc(100% - 22.06691047px),calc(100% - 3.56985995px) calc(100% - 17.47254136px),calc(100% - 6.1708216px) calc(100% - 13.2768581px),calc(100% - 9.36753988px) calc(100% - 9.54578775px),calc(100% - 13.09416624px) calc(100% - 6.34525738px),calc(100% - 17.28485217px) calc(100% - 3.74119406px),calc(100% - 21.87374912px) calc(100% - 1.79952485px),calc(100% - 26.79500858px) calc(100% - 0.58617681px),calc(100% - 31.982782px) calc(100% - 0.167077px),31.9827822px calc(100% - 0.167077px),31.9827822px calc(100% - 0.167077px),26.79500879px calc(100% - 0.58617681px),21.87374934px calc(100% - 1.79952485px),17.28485237px calc(100% - 3.74119406px),13.09416641px calc(100% - 6.34525738px),9.36754001px calc(100% - 9.54578775px),6.1708217px calc(100% - 13.2768581px),3.56986001px calc(100% - 17.47254136px),1.63050347px calc(100% - 22.06691047px),.41860062px calc(100% - 26.99403837px),5.29492535E-31px calc(100% - 32.187998px),0 45.853843px,0 45.853843px,.41860062px 40.65988339px,1.63050347px 35.73275553px,3.56986001px 31.13838649px,6.1708217px 26.94270331px,9.36754001px 23.21163305px,13.09416641px 20.01110277px,17.28485237px 17.40703953px,21.87374934px 15.46537039px,26.79500879px 14.25202239px,31.9827822px 13.8329226px,31.9827822px 13.8329226px,32.11152455px 13.8329226px,32.2175794px 13.8329226px,32.30094672px 13.8329226px,32.36162654px 13.8329226px,32.39961884px 13.8329226px,32.41492362px 13.8329226px,32.40754089px 13.8329226px,32.37747064px 13.8329226px,32.32471288px 13.8329226px,32.2492676px 13.8329226px);
  height: 100%;
  object-fit: cover;
  min-height: 740px;
}
/* map part */
.mapPart{
  padding-bottom: 33px;
}
.mapPart iframe{
  width: 100%;
  border-radius: 20px;
}
/* ==============Pricing=================== */
/* Get the Best Value for Your Money */
.bestValue{
  padding: 60px 0 44px;
}
.bestValueLeft{
  padding: 76px 30px 45px;
  background-color: #EEE;
  border-radius: 20px;
}
.bestValueLeft .contactForm{
  margin-top: 30px;
}
.checkSevices{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.check .row{
  --bs-gutter-y: 20.23px;
}
.choose-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 12px;
}
.service-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-check-input{
  width: 19px;
  height: 19px;
}
.form-check-input:checked{
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #FF2F63;
  border-color: #FF2F63;
}
.bestValue img{
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
}
.form-check label{
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.353px;
}
/*-----------------------------------------Residential Cleaning----------------------------------------- */
/*===================House Cleaning=================== */
/* House Cleaning Services */
.houseCleaning{
  padding: 54px 0;
}
.houseCleaning img{
  border-radius: 15px;
}
.houseCleaningContent .subheading{
  margin-top: 41px;
  opacity: 0.7;
}
.houseCleaningContent{
  padding-left: 60px;
}
/* Our House Cleaning Services */
.houseCleaningSteps{
  padding: 70px 0 98px;
}
.houseCleaningSteps .headingPart .heading{
  margin-bottom: 0;
}
.stepIcon{
  width: 83px;
  height: 83px;
  border-radius: 50px;
  background-color: #FF2F63;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 29px;
}
.stepIcon img{
  max-width: 42px;
}
.stepContent {
  text-align: center;
}
.stepContent .heading{
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.totalSteps{
  margin-top: 72px;
}
/* Why Choose Aparna House Keeping for House Cleaning */
.whyChooseus{
  padding: 93px 0 40px;
}
.whyChooseus .headingPart{
  max-width: 582px;
  margin: 0 auto 72px;
  display: block;
}
.eachChoose{
  background-color: #EEE;
  padding: 14px 19px 52px;
  border-radius: 21px;
}
.eachChoose img{
  clip-path: polygon(32.2492676px 0,calc(100% - 29.883191px) .16707739px,calc(100% - 29.883191px) .16707739px,calc(100% - 24.96109729px) .87537044px,calc(100% - 20.31945472px) 2.29591631px,calc(100% - 16.01424199px) 4.36886114px,calc(100% - 12.1014378px) 7.03435112px,calc(100% - 8.63702087px) 10.23253242px,calc(100% - 5.67696992px) 13.90355119px,calc(100% - 3.27726365px) 17.98755362px,calc(100% - 1.49388076px) 22.42468587px,calc(100% - 0.38279998px) 27.1550941px,calc(100% - 5.68434189E-14px) 32.1189245px,calc(100% - 0px) calc(100% - 32.02092px),calc(100% - 0px) calc(100% - 32.02092px),calc(100% - 0.41860061px) calc(100% - 26.8269604px),calc(100% - 1.63050344px) calc(100% - 21.89983258px),calc(100% - 3.56985995px) calc(100% - 17.30546357px),calc(100% - 6.1708216px) calc(100% - 13.10978045px),calc(100% - 9.36753988px) calc(100% - 9.37871025px),calc(100% - 13.09416624px) calc(100% - 6.17818003px),calc(100% - 17.28485217px) calc(100% - 3.57411685px),calc(100% - 21.87374912px) calc(100% - 1.63244774px),calc(100% - 26.79500858px) calc(100% - 0.41909978px),calc(100% - 31.982782px) calc(100% - 5.68434189E-14px),31.9827822px calc(100% - 14px),31.9827822px calc(100% - 14px),26.79500879px calc(100% - 14.41909978px),21.87374934px calc(100% - 15.63244774px),17.28485237px calc(100% - 17.57411685px),13.09416641px calc(100% - 20.17818003px),9.36754001px calc(100% - 23.37871025px),6.1708217px calc(100% - 27.10978045px),3.56986001px calc(100% - 31.30546357px),1.63050347px calc(100% - 35.89983258px),.41860062px calc(100% - 40.8269604px),5.29492535E-31px calc(100% - 46.02092px),0 32.0209204px,0 32.0209204px,.41860062px 26.82696079px,1.63050347px 21.89983293px,3.56986001px 17.30546389px,6.1708217px 13.10978071px,9.36754001px 9.37871045px,13.09416641px 6.17818017px,17.28485237px 3.57411693px,21.87374934px 1.63244779px,26.79500879px .41909979px,31.9827822px 5.30123935E-31px,31.9827822px 0,32.11152455px 0,32.2175794px 0,32.30094672px 0,32.36162654px 0,32.39961884px 0,32.41492362px 0,32.40754089px 0,32.37747064px 0,32.32471288px 0,32.2492676px 0);
}
.chooseContent{
  margin-top: 28px;
}
.chooseContent .heading{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.chooseContent .subheading{
  color: #878A95;
  min-height: 104px;
}
/*===================House Cleaning=================== */
/* Carpet And Tile Cleaning Services */
.carpetCleaning{
  padding: 51px 0 64px;
}
.carpetCleaning img{
  border-radius: 15px;
}
.carpetCleaningContent .heading{
  margin-bottom: 20px;
}
.carpetCleaningContent{
  padding-right: 60px;
}
.subheading .extra-content {
  display: none;
}
.readMoreBtn{
  background: none;
  border: none;
  padding: 0;
  font-weight: 700;
  line-height: 28px;
}
/* Why Choose Aparna House Keeping for House Cleaning  */
.whyChoose.keeping{
  padding: 0;
}
.keeping .whyChooseContent .subheading{
  opacity: 0.7;
}
.keeping .professionalList li .heading::before{
  top: 5px;
}
/*===================Window Cleaning=================== */
.windowCleaning{
  padding: 51px 0 0;
}
.windowCleaning img{
  border-radius: 15px;
}
/* High-Level Glass Cleaning Features */
.highLevel{
  padding: 70px 0;
}
.glassIcon{
  width: 83px;
  height: 83px;
  border-radius: 50px;
  background-color: #FF2F63;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.glassIcon img{
  max-width: 45px;
}
.highLevel .highLevelIcon .subheading{
  color:  #272A33;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  opacity: 1;
  margin-top: 0;
}
.highLevelIcon{
  margin-top: 45px;
}
.highLevel .subheading{
  color:  #272A33;
  opacity: 0.7;
  text-align: center;
  max-width: 1044px;
  margin: 50px auto 0;
}
/*===================Deep Cleaning=================== */
/* Deep Cleaning Include */
.include{
  padding-bottom: 80px;
}
.include .heading,.include .spanPart{
  font-size: 18px;
}
.allInclude{
  margin-bottom: 35px;
}
.allInclude:last-child{
  margin-bottom: 0;
}
.totalInclude{
  margin-top: 26px;
  padding: 25px 35px;
}
.includeContainer:last-child{
  margin-bottom: 0;
}
.eachInclude {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 227px;
  justify-content: start;
}
.includeIcon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ff2f63;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.includeIcon img {
  max-width: 25px;
  max-height: 25px;
}
.eachInclude .subheading{
  opacity: 0.7;
  font-size: 18px;
  white-space: nowrap;
  text-transform: capitalize;
}
.swiper-pagination-bullet{
  background-color: #B8B8B8;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #FF2F63;
}
/* Why Us */
.whyUs{
  padding: 67px 0 60px;
}
.whyUs img{
  border-radius: 15px;
}
.whyusContent{
  padding-left: 35px;
}
.whyusContent .heading{
  margin-bottom: 27px;
}
.whyusContent .subheading{
  opacity: 0.7;
}
/*===================Ironing=================== */
/* Ironing */
.ironing{
  padding: 51px 0 56px;
  border-bottom: 1px solid #EAEAEB;
}
.ironing img{
  border-radius: 15px;
}
.ironingContent{
  padding-right: 30px;
}
.ironingContent .subheading{
  opacity: 0.7;
  margin-bottom: 30px;
}
.ironingContent .subheading:last-child{
  margin-bottom: 0;
}
/*===================Wahroom CLeaning=================== */
/* The Comprehensive Washroom Cleaning Checklist */
.checkList{
  padding: 60px 0;
  border-bottom: 1px solid #EAEAEB;
}
.checkList img{
  border-radius: 15px;
}
.checkList .professionalContent {
  padding-left: 40px;
}
.professionalContent .subheading{
  opacity: 0.7;
}
.checkList .heading{
  max-width: 598px;
}
.checkList img{
  height: 100%;
}
/*===================Office CLeaning=================== */
/* Office Cleaning Services */
.officeCleaning{
  padding: 61px 0 78px;
} 
.officeCleaning img{
  border-radius: 15px;
}
.officeCleaningContent{
  padding-left: 27px;
}
.officeCleaningContent .heading{
  margin-bottom: 40px;
}
.houseKeeping .whyChooseContent{
  padding-left: 0;
}
.officeChoose .row{
  --bs-gutter-y: 30px;
}
.whyChooseus.officeChoose .headingPart{
  margin: 0 auto 30px;
}
.importantContent{
  padding-left: 0;
  padding-right: 35px;
}
.importantContent .heading{
  max-width: 461px;
  margin-bottom: 10px;
}
.importantContent .professionalList{
  margin-top: 15px;
}
/*  Restaurant Cleaning */
.resturantInclude .totalInclude{
  padding: 0;
  margin-top: 37px;
}
.dealing .headingPart{
  max-width: 827px;
  margin: 0 auto;
}
.resturantInclude img{
  border-radius: 0;
}
/*====================================================== Responsive ========================================*/
@media only screen and (max-width: 1680px) {
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1370px) {
  .banner .heading,.banner .spanPart{
    font-size: 50px;
  }
  .checkList .professionalContent {
    padding-left: 0;
}
.checkList .heading{
  max-width: 100%;
  margin-bottom: 0;
}
.checkList .professionalList {
  margin-top: 15px;
  margin-bottom: 0;
}
.whyChoose{
  padding-top: 60px;
}
}
@media only screen and (max-width: 1199px) {
  .logo .subheading{
    font-size: 13px;
  }
  .banner .heading,.banner .spanPart{
    font-size: 40px;
  }
  .heading,.spanPart{
    font-size: 27px;
    line-height: 30px;
  }
  .professionalContent .heading {
    margin-bottom: 15px;
}
.professionalList{
  margin-top: 16px;
}
.professionalList li{
  margin-bottom: 10px;
}
.headingPart .heading {
  margin-bottom: 10px;
}
.eachService .icon img {
  max-width: 23px;
}
.eachService .icon,.chooseIcon{
  width: 45px;
  height: 45px;
}
.chooseIcon img{
  max-width: 20px;
}
.servicecardFront .subheading {
  margin-top: 15px;
  min-height: 260px;
}
.whyList{
  margin-top: 30px;
}
.cust-map li.country-1 {
  top: 160px;
  right: 128px;
}
.cust-map li.country-3 {
  top: 70px;
  right: 94px;
}
.cust-map li.country-2 {
  top: 95px;
  right: 115px;
}
.testi-slider {
    margin-top: 25px;
}
.form-check label{
  line-height: normal;
  font-size: 12px;
}
.eachInclude{
  flex-direction: column;
}
.stepContent.ironStep .heading{
  min-height: 60px;
}
.whyChooseImg img {
  margin-top: 56%;
}
.importantContent .heading{
  max-width: 100%;
}
.importantContent{
  padding-right: 0;
}
}
@media only screen and (max-width: 991px) {
  .rsPadding {
    padding: 60px 0;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .main_header {
    padding: 12px 0;
  }
  span.toggle-menu img {
    float: left;
  }
  .main_header {
    width: 100%;
    background: #f6f6f6;
    padding: 10px 0;
    position: relative;
    z-index: 1000;
  }
  .main_header .cta {
    float: inline-end;
    padding: 6px 20px;
  }
  span.toggle-menu {
    width: auto;
    float: right;
    margin: 0;
    padding: 7px;
    display: block;
    cursor: pointer;
    background: #ff2f63;
    border-radius: 5px;
  }
  .overlay {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .navigation_sec .nav_sec {
    width: 280px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -100%;
    padding: 70px 0 0;
    background: #ff2f63;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .navigation_sec .nav_sec.slidein {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navigation_sec .nav_sec .cls-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(../images/cross.png) no-repeat center;
  }
  .navigation_sec .nav_sec > ul {
    text-align: left;
  }
  .navigation_sec .nav_sec ul > li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin: 0;
    border-top: none !important;
  }
  .navigation_sec .nav_sec ul > li + li {
    margin-left: 0;
  }
  .navigation_sec .nav_sec ul > li a {
    color: #fff;
    padding: 11px 15px;
    font-size: 15px;
    border-radius: 0;
    display: block;
  }
  .main_header .logo {
    display: block;
  }
  .navigation_sec .nav_sec img {
    display: inline-block;
    vertical-align: middle;
  }
  .navigation_sec .nav_sec i {
    float: right;
    font-style: normal;
    color: #fff;
    line-height: 30px;
    font-size: 21px;
    font-weight: 600;
  }
  .navigation_sec .nav_sec ul > li:hover ul {
    display: block;
    background: #fff;
}
  .nav_sec li.active {
    background: none;
    border-radius: 23px;
    padding: 0 !important;
  }
  .navigation_sec .nav_sec ul > li ul {
    width: 100%;
    background: #FF2F63;
    position: static;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
    border-radius: 0;
    padding: 0;
  }
  .navigation_sec .nav_sec ul li ul li + li {
    border-top: 1px solid #FF2F63;
  }
  .navigation_sec .nav_sec ul li ul li a {
    padding: 6px 24px;
    color: #FF2F63;
    font-size: 14px;
  }
  .navigation_sec .nav_sec ul ul > li:hover > a,
  .navigation_sec .nav_sec ul ul > li.active > a {
    background: #FF2F63;
    color: #fff;
  }
  .navigation_sec .nav_sec ul li .arw-nav {
    width: 40px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    background: url(../images/arw.png) no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigation_sec .nav_sec ul li .arw-nav.actv {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navigation_sec .nav_sec > ul > li a {
    font-size: 16px;
  }
  .navigation_sec .mega-menu{
    width: 100%;
    padding: 20px 15px;
    top: 100%;
  }
  .navigation_sec .mega-column h4 {
    font-size: 14px;
    margin-bottom: 10px;
}
.navigation_sec .mega-container {
  display: block;
}
.mega-column:last-child{
  margin-top: 20px;
}
.banner.rsPadding,.whyChoose.rsPadding{
  padding-bottom: 0;
}
.banner .heading, .banner .spanPart{
  font-size: 50px;
}
.banner .heading{
  margin-bottom: 10px;
}
.banner .subheading {
  max-width: 100%;
  margin-bottom: 25px;
}
.btnWrapper {
  margin-bottom: 30px;
}
.professional .row,.whyChoose .row{
  flex-direction: column-reverse;
}
.learnMoreBtn .overlay{
  opacity: 1;
  visibility: visible;
  top: auto;
}
.servicecardFront .subheading {
  min-height: 180px;
}
.whyChooseContent{
  position: relative;
  z-index: 1;
}
.whyChooseImg::before{
  clip-path: polygon(0 0, 5% 0, 100% 100%, 0% 100%);
}
.serviceAreas .heading, .serviceAreas .spanPart {
  font-size: 60px;
  line-height: 63px;
}
.serviceAreas .heading {
  margin-bottom: 15px;
}
.testimonial-item .subheading {
  min-height: 182px;
}
.quoteInner .heading{
  max-width: 100%;
  margin-bottom: 10px;
}
.quoteInner .subheading {
  max-width: 100%;
  margin-bottom: 13px;
}
.quoteInner{
  padding: 0 10px;
}
.footerRight {
  margin-top: 35px;
}
.footerRight .heading{
  margin-bottom: 16px;
}
.pageLinks li+li {
  margin-top: 16px;
}
.footerLogo .subheading{
  max-width: 100%;
}
.location{
  margin-top: 13px;
}
.contactPart .row{
  --bs-gutter-y: 16px;
}
.contactUs .row{
  --bs-gutter-y: 25px;
}
.eachPart{
  height: 100%;
}
.contactUs.rsPadding{
  padding: 0;
}
.innerBannerContent .spanPart{
  font-size: 35px;
}
.aboutContent{
  padding-left: 0;
  margin-top: 20px;
}
.aboutContent .subheading{
  margin-top: 20px;
}
.aboutProf .professionalContent{
  margin-top: 25px;
  padding-right: 0;
}
.bestValue .row{
  --bs-gutter-y: 30px;
}
.professionalContent {
  padding-left: 0;
}
.houseCleaningContent{
  padding-left: 0;
  margin-top: 20px;
}
.houseCleaningContent .subheading {
  margin-top: 20px;
}
.totalSteps .row{
  --bs-gutter-y: 50px;
}
.chooseContent .subheading{
  min-height: auto;
}
.whyChooseus .row{
  --bs-gutter-y: 30px;
}
.navigation_sec ul li.has-mega-menu.active ul li.active a{
  color: #fff;
}
.carpetCleaningContent{
  padding-right: 0;
  margin-bottom: 30px;
}
.whyChoose.keeping {
  padding: 60px 0 0;
}
.highLevelIcon .row{
  --bs-gutter-y: 20px;
}
.highLevel .subheading{
  margin: 20px auto 0;
}
.allInclude {
  margin-bottom: 0;
}
.eachInclude {
  margin-bottom: 30px;
}
.whyusContent{
  padding-left: 0;
  margin-top: 40px;
}
.include {
  padding-bottom: 50px;
}
.totalInclude {
  padding: 25px 0;
}
.stepContent.ironStep .heading{
  min-height: auto;
}
.ironingContent{
  padding-right: 0;
  margin-bottom: 30px;
}
.checkList .professionalContent{
  margin-top: 30px;
}
.whyChooseImg img{
  margin: 0;
}
.officeCleaningContent {
  padding-left: 0;
  margin-top: 30px;
}
.importantContent{
  margin-top: 30px;
}
}
@media only screen and (max-width: 840px) {
  .whyChooseImg::before {
    clip-path: polygon(0 0, -75% 0, 100% 100%, 0% 100%);
  }
  .banner .subheading {
    z-index: 1;
}
}
@media only screen and (max-width: 767px) {
  .banner .heading, .banner .spanPart{
    font-size: 40px;
    line-height: 50px;
  }
  .quoteInner {
    padding: 40px 30px 0;
}
.quotePart .row{
  flex-direction: column-reverse;
}
.footerContactPart{
  margin-top: 20px;
}
.footerTop{
  padding-bottom: 35px;
}
.servicecardFront .subheading,.testimonial-item .subheading{
  min-height: auto;
}
.footer {
  padding: 30px 0 20px;
}
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 575px) {
  .logo .subheading {
    font-size: 12px;
    line-height: normal;
  }
  .banner-img::before {
    clip-path: polygon(100% 0, 158% 0, 0 100%, 100% 100%);
  }
  .banner.rsPadding {
    padding: 20px 0 0;
  }
  .banner .heading,
  .banner .spanPart {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .banner .subheading {
    margin-bottom: 20px;
  }
  .banner .btnWrapper {
    margin-bottom: 40px;
  }
  .whyChooseImg::before{
    clip-path: polygon(0 0, -165% 0, 90% 100%, 0% 100%);
  }
  .whyChoose {
    padding-bottom: 0;
  }
  .whyChoose .row{
    flex-direction: column-reverse;
  }
  .innerBannerContent {
    max-width: 409px;
}
.innerBanner::before{
  max-width: 210px;
}
.navigation_sec .mega-column ul li::before{
  top: 12px;
  z-index: 1;
  left: 7px;
}
.navigation_sec .mega-column ul li{
  padding-left: 0;
}
}
@media only screen and (max-width: 420px) {
  .banner-img::before {
    clip-path: polygon(100% 0, 168% 0, 0 100%, 100% 100%);
  }
  .banner .heading,
  .banner .spanPart {
    font-size: 30px;
  }
  .btn {
    padding: 23px 20px;
  }
  .whyChooseContent .heading, .whyChooseContent .spanPart {
    font-size: 20px;
}
.serviceAreas .heading, .serviceAreas .spanPart {
  font-size: 40px;
  line-height: 43px;
}
.innerBannerContent .heading,.innerBannerContent .spanPart{
  font-size: 25px;
  line-height: 30px;
}
.innerBanner::before {
  max-width: 100px;
}
.innerBannerContent {
  max-width: 369px;
}
.checkSevices{
  display: grid;
}
.footer {
  padding: 30px 0 20px;
}
.copyRight {
  display: grid;
  justify-content: center;
  text-align: center;
}
.copyRight .subheading{
  margin-bottom: 10px;
}
.medicalInclude{
  flex-direction: row;
}
}
@media only screen and (max-width: 350px) {
  .btn{
    font-size: 14px;
  }
  .heading, .spanPart{
    font-size: 20px;
  }
  .subheading {
    font-size: 14px;
    line-height: 23px;
}
.banner .heading, .banner .spanPart {
  font-size: 26px;
  letter-spacing: normal;
}
.rsPadding {
  padding: 40px 0;
}
.professionalList li .heading{
  font-size: 16px;
}
.bestValueLeft{
  padding: 35px 30px 35px;
}
.contactForm .btn {
  padding: 13px 38px;
}
.eachInclude .subheading {
  font-size: 14px;
}
}
