@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Merienda:wght@300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'MyCustomFont';
  src: url('https://exprescleaning.com.au/wp-content/themes/express-cleaning/assets/font/Helvetica-Bold-Font.ttf') format('truetype');
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'MyCustomFont', sans-serif;
}
html,body{overflow-x: hidden;}
a{text-decoration: none;}
ul{
    margin-bottom: 0 !important; 
    padding-left: 0 !important;
}
ul li{list-style: none;}
p{font-family: "Open Sans", sans-serif;}


/*===================== header =========================*/
.navbar {background: #fff; }
.navbar .navbar-nav .nav-item a{
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    font-family: "Open Sans", sans-serif;
}
/*.navbar-nav .active{color: #E41E26 !important;}*/
.navbar-nav li a:hover{color: #2783D9 !important; transition: all 0.4s ease 0s;}
.btnWrp{display: flex;gap: 20px;margin-left: 30px;}
.ph-btn a{
    padding: 14px 18px 14px 18px;
    border: 1px solid #2783D9;
    color: #2783D9;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.quote-btn a{
    background: #2783D9;
    padding: 14px 18px 14px 18px;
    border: 1px solid #2783D9;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
	transition: all 0.4s ease 0s;
}
.quote-btn a:hover{
	background:none;
	color: #2783D9;
	border: 1px solid #2783D9;
}

/*.main-head.is-sticky {
    position: fixed;
    background: #fff;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    top: 0;
    width: 100%;
    z-index: 999;
    animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}*/


/*================== footer =================*/
footer{background: #191919;}
.footer-info{padding: 45px 0 35px 0;}
.footerinfo{padding: 23px 0 20px 0;}
.footerinfo p {color: #fff;padding-top: 15px;font-size: 17px;}
.footer-info h5{
    font-size: 26px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
}
.footer-info ul li a{font-size: 17px;color: #fff;font-family: "Open Sans", sans-serif;}
.footer-info ul li{padding-bottom: 9px;}
.footer-info ul li a:hover{color: #2783D9;transition: all 0.4s ease 0s;}
.information svg {font-size: 31px;color: #fff;padding-right: 5px;}
.information a {color: #fff;font-size: 18px;font-family: "Open Sans", sans-serif;}
.information a:hover{color: #2783D9;transition: all 0.4s ease 0s;}
.information p {color: #fff;font-size: 17px;}
.copyright p a{color: #000;font-family: "Open Sans", sans-serif;}
.copyright p{color: #000;font-size: 17px;font-family: "Open Sans", sans-serif;}
.social-media a svg {font-size: 25px;color: #2783D9;}
.social-media a {background: #d9d9d9;padding: 10px;}
.social-media{display: flex;gap: 13px;}
.footer-info .foo_logo {width: 170px;}
.information{margin-bottom: 10px;}
.copyright{background: #fff;}
.subscribe-wrp h5 {margin-bottom: 15px;}
.subscribe_form input[type="email"] {
    width: 100%;
    padding: 8px;
    outline: none;
	font-family: "Open Sans", sans-serif;
}
.subscribe_form input[type="submit"] {
    width: 30%;
    padding: 15px 30px 15px 30px;
    background: #2783D9;
    color: #fff;
    border: none;
    outline: none;
}



/*================= banner ===================*/
.banner-section {
    display: flex;
    align-items: center;
}
.headerCon h1 {
    width: 93%;
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}
.headerCon p{
    width: 62%;
    font-size: 17px;
    color: #fff;
    padding: 10px 0 20px 0;
}
.call-btn{
    padding: 14px 18px 14px 18px;
    background: #fff;
    color: #2783D9;
    font-weight: 500;
	border: 1px solid #fff;
    font-family: "Open Sans", sans-serif;
	transition: all 0.4s ease 0s;
}
.call-btn:hover{
	background: #2783D9;
	color: #fff;
	border: 1px solid #fff;
}

/*=========== inner banner ===========*/
.inner-banner{
    display: flex;
    align-items: center;
}
.inner-banner-con h1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff !important;
}
.inner-banner-con {margin-top: 28px;}
nav .breadcrumb .breadcrumb-item {font-family: "Open Sans", sans-serif;}
nav .breadcrumb .breadcrumb-item a{color: #fff;font-family: "Open Sans", sans-serif;}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}
.inner-banner-con nav {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*=====================global brand=================*/
.global-brand{padding: 60px 0 60px 0;}
.top-title h3 {color: #000;font-size: 30px;}

.logos {
    overflow: hidden;
    padding: 30px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}
.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    content: "";
    z-index: 2;
}
.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
/* .logos:hover .logos-slide {animation-play-state: paused;} */
.logos-slide {
  display: inline-block;
  animation: 30s slide infinite linear;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logos-slide img {
    height: 85px;
    margin: 0 28px;
}


/*================= about =========================*/
.about-section{padding: 60px 0 60px 0;}
.abt-content h3 {color: #000;font-size: 33px;margin-bottom: 25px;}
.abt-content p {width: 70%;margin: 0 auto; margin-bottom: 15px;}
.abt-img {width: 85%;margin: 0 auto;}
.abt-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}

.why-choose-sec{padding:60px 0 60px 0;background: #F5F7F9;}
.check-box {
    display: flex;
    gap: 10px;
    border: 1px solid #2783D9;
    padding: 20px;
    border-radius: 10px;
	margin-bottom: 25px;
}
.check-con h5{color: #000;}

/*==================service====================*/
.service-section{background: #f5f7f9; padding: 60px 0 60px 0;}
.service-box {
    background: #2783D9;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
}
.service-icon img{width: 27%;}
.service-nam h6 {color: #fff;margin-top: 12px;}

.certificate-section {
    text-align: center;
    width: 35%;
    margin: 0 auto;
    padding-top: 50px;
}
.certificate-section h4 {
    /*margin-bottom: -11px;*/
    font-weight: 600;
    font-size: 18px;
    color: #000;
    background: #fff;
    position: relative;
    bottom: -10px;
    z-index: 99;
    width: 30%;
    margin: 0 auto;
}
/* Rounded pill container */
.certificate-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 25px 60px;
  border: 2px solid #4da3ff;
  border-radius: 80px;
}
.certificate-box img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
}

.our-service .btnWrp {justify-content: center;}
.our-service .btnWrp .ser-btn .call-btn {border: 1px solid #2783D9;}
/*.our-service .btnWrp .call-btn:hover{color: #fff;} 

/*===================review======================*/
.review-section{padding: 60px 0 60px 0;}
.review-box {
    background: #f5f7f9;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    text-align: center;
}
.client-info h3 {font-size: 21px;margin-bottom: 0;}
.client-img{
    position: absolute;
    top: -30px;
    left: 38%;
}

/*================== service ====================*/
.our-service{padding: 60px 0 60px 0;}
.service-card{
/*   width:300px; */
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  text-align:center;
/*   box-shadow:0 5px 15px rgba(0,0,0,0.1); */
	border: 1px solid #B1B1B1;
	margin-bottom: 25px;
  transition: all 0.4s ease 0s;
  position:relative;
}
.card-img img{width:100%;height: 200px;object-fit: cover;display:block;}

.card-content{
	background: #fff;
  	padding:40px 20px 30px;
  	position:relative;
	transition: all 0.4s ease 0s;
}

.icon {
    width: 60px;
    height: 60px;
    padding: 13px;
    background: #2f7cc3;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 26px; */
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    /* border: 5px solid #fff; */
}

.card-content h3 a {color: #000; margin-top: 13px;font-size: 20px;}
.card-content p{font-size:14px;color:#666;margin:10px 0 20px;}
.hid-con{display:none;transition: all 0.4s ease 0s;}
.read-btn{
  padding:10px 20px;
  background:#2f7cc3;
  color:#fff;
  text-decoration:none;
  transition: all 0.4s ease 0s;
}
.service-card:hover .card-content{transform:translateY(-90px);margin-bottom: -64px; padding-bottom:5px;}
.service-card:hover .hid-con{display:block;}

.single-service{padding: 60px 0 60px 0;}
.button-wrp {
    display: flex;
    gap: 15px;
}
.srvs-content h4 {color: #000;font-size: 25px;}
.srvs-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.single-services .our-service{background: #F5F7F9;}
.single-services .service-card{margin-right: 15px;}

.slick-dots li.slick-active button:before {color: #2783D9;}
.slick-dots li button:before {
    font-size: 40px;
    color: #ddd;
}


/*================== quick contect =======================*/
.quick-contact{padding: 35px 0 35px 0;background: #2783D9;}
.quick-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick-title h4 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;
}

/*=============== contact ====================*/
.contact-section{padding: 60px 0 60px 0;}
.touch-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 20px;
}
.touch-info h5 {
    color: #2783D9;
    font-size: 21px;
    margin-bottom: 4px;
}
.touch-info a{color: #3b4268;font-weight: 500;}
.touch-info{margin-left: 18px;}
.contact_form {background: #2783D9;padding: 45px;}
.contact_form h4 {color: #fff;font-size: 35px;margin-bottom: 25px;}

/*.contact_form input[type="text"],input[type="tel"],input[type="email"] {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    outline: none;
	border: none;
	font-family: "Open Sans", sans-serif;
}
.contact_form select {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    outline: none;
	border: none;
	font-family: "Open Sans", sans-serif;
}
.page-template-contact .contact_form input[type="email"]{border: none;}
.page-template-contact .contact_form input[type="tel"]{border: none;}
.contact_form textarea {
    width: 100%;
    height: 120px;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    outline: none;
	border: none;
	font-family: "Open Sans", sans-serif;
}
.contact_form input[type="submit"] {
    width: 100%;
    padding: 15px 30px 15px 30px;
    background: #001A54;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 10px;
}
*/

.google-map iframe {width: 100%;height: 780px;border: 1px solid #2783D9 !important;}

/*=================cleaning===================*/
.cleaning-section{padding: 60px 0 60px 0;background: #f5f7f9;}
.cleaning-box {
    background: #2783D9;
    padding: 25px;
    text-align: center;
    margin-bottom: 20px;
	height: 195px;
	position: relative;
}
.cleaning_icon {
    width: 60px;
    height: 60px;
    padding: 13px;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
}
/* .cleaning_icon img {
    background: #fff;
    padding: 9px;
    border-radius: 50px;
} */
.cleaning-box h3 {
    color: #fff;
    font-size: 21px;
    margin-top: 80px;
    font-family: "Open Sans", sans-serif;
}


/*===================client-trust=====================*/
.client-trust{padding: 60px 0 60px 0;}
.trust-box h5 {color: #2783D9;font-size: 35px;}
.bro{border-right: 1px solid #404040;}
.client-trust .row{justify-content: center;}


/*=================== blog =======================*/
.blog-section {padding: 60px 0 60px 0;}
.blog-box {
    position: relative;
    background: #fff;
/*     box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
	border: 1px solid #B1B1B1;
    border-radius: 10px;
	margin-bottom: 20px;
}
.blog-content{padding: 20px;}
.blog-img img{
	width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.publish-dat {
    position: absolute;
    top: 25px;
}
.publish-dat h6 {
    background: #2783D9;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px;
}
.blog-content h3{line-height: 32px;}
.blog-content h3 a{
    font-size: 29px;
    color: #000;
    margin-bottom: 3px;
    text-decoration: none;
}
/* .blog-content p {color: #000;} */
.more-link {margin: 30px 0 20px 0;}
.more-link a {
	background: #2783D9;
    color: #fff;
	border: 1px solid #2783D9;
    padding: 10px 15px 10px 15px;
	transition: all 0.4s ease 0s;
}
.more-link a:hover{border: 1px solid #2783D9;color: #2783D9;background: transparent;}

.not-found h1{color: #2783D9;}
.error404 .main-head{border-bottom: 1px solid #2783D9;}

.hidden {display: none;}

/*
.popup-box input[type="text"],input[type="tel"],input[type="email"] {
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    outline: none;
	border: 1px solid #001A54;
	font-family: "Open Sans", sans-serif;
}
.popup-box select{
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
	border: 1px solid #001A54;
	font-family: "Open Sans", sans-serif;
}
.popup-box textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    outline: none;
	border: 1px solid #001A54;
	font-family: "Open Sans", sans-serif;
}
.popup-box input[type="submit"] {
    width: 100%;
    padding: 15px 30px 15px 30px;
    background: #001A54;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 10px;
}
*/

.popup-box.fancybox-content {padding: 13px !important;}

.percent:after {
    content: "+";
    display: inline-block;
	font-size: 28px;
	transform: translate(1px, -5px);
}
.home .our-service {background: #F5F7F9;}
/*.home .service-card{margin-right: 15px;}*/
.footer-info .ph-btn a {font-size: 19px;border-radius: 12px;}
.mb-numb{display: none;}
.flash-msg p {color: #fff;text-align: center;}
.popup-box .flash-msg p {color: #000;}

.defult-page{padding: 60px 0;}
.page-template-default .main-head{border-bottom: 1px solid #2783D9;}
.defult-page .entry-content h3{font-size: 22px;}
.defult-page .entry-header{margin-bottom: 22px;}
.defult-page .entry-content .wp-block-list{margin-left: 32px;padding-bottom: 20px;}
.defult-page .entry-content .wp-block-list li{list-style: circle;font-family: "Helvetica Neue", Arial, sans-serif;}
.defult-page .entry-content a{color: #191919;}

.phobebtn-wrp {
    display: flex;
    gap: 10px;
}


/*================= sub menu ================*/
.navbar-nav .hssrass {position: relative;}
.navbar-nav li ul.sub-menu {
    position: relative;
    left: 0px;
    width: 300px;
    min-width: 300px;
    background: #ffffff;
    padding: 15px 0;
    top: 35px;
    opacity: 0;
    visibility: hidden;
    display: none;
    box-shadow: 0px 0px 14px rgba(65, 40, 95, 0.15);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateY(40px);
    margin-top: 10px;
    border-radius: 5px;
	z-index: 99;
}
@media (min-width: 992px) {
  .navbar-nav li ul.sub-menu {
    position: absolute;
    display: block;
/*     padding: 20px; */
	  z-index: 99;
  }
}
/* .navbar-nav li ul.sub-menu.show {
  left: 0;
  opacity: 1;
  visibility: visible;
  overflow: auto;
  display: block;
  width: 100%;
} */
@media (min-width: 992px) {
  .navbar-nav li ul.sub-menu:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    border: 0;
    top: -10px;
    left: 0px;
    right: 0;
    background: transparent;
  }
}
@media (min-width: 992px) {
  .navbar-nav li ul.sub-menu:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    top: -10px;
    left: 30px;
  }
}
@media (max-width: 992px) {
  .navbar-nav li ul.sub-menu {
    width: 100%;
    background: #751d06;
    position: relative;
    z-index: 1;
    top: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: none;
    transform: translateY(0px);
  }
}
.navbar-nav li ul.sub-menu li {
  padding: 0;
  display: block;
  margin-right: 0;
  border-bottom: 1px solid #cccccc;
}
.navbar-nav li ul.sub-menu li:last-child {
  border-bottom: 0;
}
@media (max-width: 992px) {
  .navbar-nav li ul.sub-menu li {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 7px 10px 7px 0;
    margin: 0;
    width: 100%;
  }
}
.navbar-nav li ul.sub-menu li a {
  padding: 10px;
  display: block;
  height: auto;
  text-transform: none;
  color: #000000;
  font-size: 14px;
  border-radius: 0px;
  border: 0;
  white-space: normal;
  line-height: 1.3;
  font-weight: 400;
}
.navbar-nav li ul.sub-menu li a::after {
  display: none;
}
@media (min-width: 1200px) {
  .navbar-nav li ul.sub-menu li a {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .navbar-nav li ul.sub-menu li a {
    padding: 10px 10px 10px 30px;
    display: block;
    color: #000 !important;
    height: auto;
    position: relative;
    width: 100%;
  }
}
.navbar-nav li ul.sub-menu li:hover{
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-color: #cccccc;
	background: #2783D9;
}
.navbar-nav li ul.sub-menu li:hover ul.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
@media (min-width: 992px) {
  .navbar-nav li ul.sub-menu li:hover a {
    background: #2783D9;
    color: #fff !important;
  }
}
.navbar-nav li ul.sub-menu ul {
  flex-wrap: wrap;
}
.navbar-nav li ul.sub-menu ul li {
  width: 100%;
}
@media (max-width: 992px) {
  .navbar-nav li ul.sub-menu ul {
    border-bottom: 10px solid #fff;
  }
}
@media (max-width: 992px) {
  .navbar-nav li ul.sub-menu {
    overflow-y: auto;
    max-height: 300px;
  }
}
.navbar-nav li:hover .sub-menu {
  visibility: unset;
  display: unset;
  opacity: unset;
/*   display: none; */
}

@media (min-width: 992px) {
  .navbar-nav li:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
}

/*.page-template-domestic-service .service-card {*/
/*    height: 350px;*/
/*}*/
.thank-u{padding: 80px 0;}
.than-u-txt h1 span {color: #2783D9;}
.than-u-txt h1 {font-size: 65px;font-weight: 600;}
.than-u-txt p {width: 55%;margin: 0 auto;}
.page-template-thank-you .main-head{border-bottom: 2px solid #2783D9;}

.njs-sticky-side.image_button_cover.placement-right {
    right: 0;
    display:none;
} 

.njs-sticky-side.image_button_cover {
    position: fixed;
    top: 50%;
    box-shadow: none;
    z-index: 99999;
    transition: transform .3s cubic-bezier(0,0,0,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,0,1);
}

 .njs-sticky-side.image_button_cover.placement-right.now-show a {
    transform: translate3d(4px,0,0) rotate(-90deg);
    -webkit-transform: translate3d(4px,0,0) rotate(-90deg);
}

 .njs-sticky-side.image_button_cover.placement-right a {
    /*border-radius: 3px 3px 0 0;*/
    transform: translate3d(200%,0,0) rotate(-90deg);
    -webkit-transform: translate3d(200%,0,0) rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}
 .njs-sticky-side.image_button_cover a {
    padding: 6px 15px 12px;
    font-size: 17px;
    display: inline-block;
    position: relative;
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
	background-color: #2f7cc3; 
	color: #fff;	
  /*font-weight: 500; */
  top: -106.5px; 
	 /*text-transform: uppercase;*/
}


/*button.wh-ap-btn {*/
/*	outline: none;*/
/*	width: 60px;*/
/*	height: 60px;*/
/*	border: 0;*/
/*	background-color: #2ecc71;*/
/*	padding: 0;*/
/*	border-radius: 100%;*/
/*	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
/*	cursor: pointer;*/
/*	transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;*/
/*}*/

/*button.wh-ap-btn::after {*/
/*	content: "";*/
/*	background-image: url("//i.imgur.com/cAS6qqn.png");*/
/*	background-position: center center;*/
/*	background-repeat: no-repeat;*/
/*	background-size: 60%;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	display: block;*/
/*	opacity: 1;*/
/*}*/

/*button.wh-ap-btn:hover {*/
/*	opacity: 1;*/
/*	background-color: #20bf6b;*/
/*	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
/*}*/

/*.wh-api {*/
/*	position: fixed;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*}*/

/*.wh-fixed {*/
/*	margin-right: 15px;*/
/*	margin-bottom: 15px;*/
/*}*/

/*.wh-fixed > a {*/
/*	display: block;*/
/*	text-decoration: none;*/
/*}*/


/*.wh-fixed > a:hover button.wh-ap-btn::before {*/
/*	opacity: 1;*/
/*	width: auto;*/
/*	padding-top: 7px;*/
/*	padding-left: 10px;*/
/*	padding-right: 10px;*/
/*	width: 100px;*/
/*}*/

/* animacion pulse */

/*.whatsapp-pulse {*/
/*	width: 60px;*/
/*	height: 60px;*/
/*	right: 0px;*/
/*	bottom: 70px;*/
/*	background: #10b418;*/
/*	position: fixed;*/
/*	text-align: center;*/
/*	color: #ffffff;*/
/*	cursor: pointer;*/
/*	border-radius: 50%;*/
/*	z-index: 99;*/
/*	display: inline-block;*/
/*	line-height: 65px;*/
/*}*/

/*.whatsapp-pulse:before {*/
/*	position: absolute;*/
/*	content: " ";*/
/*	z-index: -1;*/
/*	bottom: -15px;*/
/*	right: -15px;*/
/*	background-color: #10b418;*/
/*	width: 90px;*/
/*	height: 90px;*/
/*	border-radius: 100%;*/
/*	animation-fill-mode: both;*/
/*	-webkit-animation-fill-mode: both;*/
/*	opacity: 0.6;*/
/*	-webkit-animation: pulse 1s ease-out;*/
/*	animation: pulse 1.8s ease-out;*/
/*	-webkit-animation-iteration-count: infinite;*/
/*	animation-iteration-count: infinite;*/
/*}*/

/*@-webkit-keyframes pulse {*/
/*	0% {*/
/*		-webkit-transform: scale(0);*/
/*		opacity: 0;*/
/*	}*/
/*	25% {*/
/*		-webkit-transform: scale(0.3);*/
/*		opacity: 1;*/
/*	}*/
/*	50% {*/
/*		-webkit-transform: scale(0.6);*/
/*		opacity: 0.6;*/
/*	}*/
/*	75% {*/
/*		-webkit-transform: scale(0.9);*/
/*		opacity: 0.3;*/
/*	}*/
/*	100% {*/
/*		-webkit-transform: scale(1);*/
/*		opacity: 0;*/
/*	}*/
/*}*/

/*@keyframes pulse {*/
/*	0% {*/
/*		transform: scale(0);*/
/*		opacity: 0;*/
/*	}*/
/*	25% {*/
/*		transform: scale(0.3);*/
/*		opacity: 1;*/
/*	}*/
/*	50% {*/
/*		transform: scale(0.6);*/
/*		opacity: 0.6;*/
/*	}*/
/*	75% {*/
/*		transform: scale(0.9);*/
/*		opacity: 0.3;*/
/*	}*/
/*	100% {*/
/*		transform: scale(1);*/
/*		opacity: 0;*/
/*	}*/
/*}*/



/*=================================== responsive ==========================================*/
@media only screen and (max-width: 768px) {
	.btnWrp{display: none !important;}
	.top-title h3 {font-size: 26px;}
	.headerCon h1 {width: 100%;font-size: 30px;}
	.headerCon p {width: 100%;}
	.certificate-box img {max-height: 60px;}
	.certificate-section {width: 100%;}
	.certificate-section h4 {font-size: 16px;}
	.quick-wrp {display: block;text-align: center;}
	.quick-title h4 {font-size: 26px;}
	.quick-contact .quick-wrp .btnwrp {margin-top: 30px;}
	.footer-info {padding: 20px 0 20px 0;}
	.bro {border-right: none;}
	.navbar-nav{margin-top: 20px;}
	.navbar-nav li{margin-bottom: 5px;}
	.review-box {margin-bottom: 50px;}
	.client-trust .row{justify-content: start;}
	.inner-banner{height: 240px !important;}
	.inner-banner-con h1 {font-size: 35px;}
	.touch-box {justify-content: start;margin-bottom: 12px;}
	.google-map iframe {height: 400px;}
	.contact_form {padding: 23px;margin-top: 10px;}
	.contact_form h4 {font-size: 31px;}
	.srvs-img img {height: auto;}
	.srvs-content{margin-top: 18px;}
	.single-services .service-card {margin-right: 0px;}
	.abt-content h3 {font-size: 26px;}
	.abt-content p {width: 100%;}
	.abt-img {width: 100%;}
	.abt-img img {height: 340px;border-radius: 14px;}
	.cleaning-box {height: 185px;}
	footer .subscribe_form input[type="submit"] {width: 100%;}
	.home .service-card{margin-right: 0px;padding: 8px;}
	.mb-numb{display: block;}
	.mb-numb .ph-btn a {padding: 10px 14px 10px 14px;border: none;font-size: 17px;}
    .defult-page .entry-header h1{font-size: 34px;}
    .popup-box.fancybox-content {padding: 30px !important;}
    .zcwf_lblLeft .zcwf_col_fld input[ type  = text], input[ type  = password], .zcwf_lblLeft .zcwf_col_fld
textarea {
    width: 110% !important;
	}
    .zcwf_lblLeft
.zcwf_col_fld_slt {
    width: 110% !important;
	}
    #crmWebToEntityForm {transform: translateX(-8px);}
    
    .contact_form .zcwf_lblLeft .zcwf_col_fld input[type=text], input[type=password], .zcwf_lblLeft .zcwf_col_fld textarea {
    width: 100%!important;
    }
    .contact_form #crmWebToEntityForm {transform: translateX(0px);}
    .contact_form .zcwf_lblLeft .zcwf_col_fld_slt {
    width: 100%!important;
    }
    .our-service .btnWrp {
        display: block !important;
        text-align: center;
    }
    .our-service .btnWrp .bgp{    margin-top: 45px;}
    .than-u-txt h1 {font-size: 45px;}
    .than-u-txt p {width: 100%;}
     .footer-info .phobebtn-wrp .ph-btn a {font-size: 15px;}
     .njs-sticky-side.image_button_cover.placement-right {
    display:block;
} 
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.main-head .btnWrp{display: none;}
	.banner-section{height: 55vh !important;}
  	.headerCon h1 {width: 100%;font-size: 50px;}
	.headerCon p {width: 100%;}
	.certificate-section {width: 70%;}
	.cleaning-box h3 {font-size: 18px;}
	.cleaning-box {height: 260px;}
	.quick-wrp {display: block;text-align: center;}
	.quick-contact .btnwrp{margin-top: 35px;}
	.abt-content p {width: 90%;}
	.abt-img img {height: 385px;}
	.inner-banner{height: 260px !important;}
	.inner-banner-con h1 {font-size: 40px;}
	.read-btn{display: none;}
	.contact_form {padding: 35px;}
	.contact_form h4 {font-size: 30px;}
	.google-map iframe {height: 595px;}
	footer .subscribe_form input[type="submit"] {width: 100%;}
	.client-img {left: 27%;}
	.card-img img {height: 165px;}
	.service-card:hover .card-content {transform: translateY(-63px);}
	.home .service-card{margin-right: 0px;padding: 8px;}
}