body {
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat';
}
img {
  max-width: 100%;
  height: 0 auto;
}
a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: none;
  outline-offset: 0px;
}
a:focus, a:hover {
  text-decoration: none !important;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.logo {
  margin-top: 6px;
}
.logo img {
  width: 154px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.darkHeader .logo img {
  width: 118px;
}
.header_right {
  text-align: right;
}
.header_right_top {
  padding: 26px 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader .header_right_top {
  padding: 12px 0;
}
.header_right_top span {
  font-size: 15px;
  color: #1c1c1c;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
.header_right_top span a {
  color: #1c1c1c;
}
.header_right_top span img {
  margin-right: 10px;
}
.header_right_top span:last-child {
  border-left: 1px solid #1c1c1c;
  margin-left: 16px;
  padding-left: 20px;
}
.header_right_line {
  position: relative;
  height: 1px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(114, 114, 114, 1) 60%, rgba(28, 28, 28, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(114, 114, 114, 1) 60%, rgba(28, 28, 28, 1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(114, 114, 114, 1) 60%, rgba(28, 28, 28, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1c1c1c', GradientType=1);
}
.header_right_line:before {
  position: absolute;
  content: "";
  height: 1px;
  top: 0;
  background: #1c1c1c;
  right: -2000px;
  width: 2000px;
}
.header_menu {
  display: inline-block;
  vertical-align: top;
}
.header_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header_menu ul li {
  margin-left: 14px;
  position: relative;
}
.header_menu ul li a {
  display: block;
  color: #1c1c1c;
  font-style: normal;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
  padding: 22px 0px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
  color: #95b7bf;
}
.header_button {
  background: #bfe6f0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #1c1c1c !important;
  text-transform: uppercase;
  margin: 13px 0 0 30px;
  padding: 8px 12px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header_button:hover {
  background: #bfe6f0;
}
.home_banner_section {
  position: relative;
  margin-top: 100px;
}
.home_banner_section img {
  width: 100%;
}
.ms-slide:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  top: 0;
}
.ms-slide:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  top: 0;
  background: url("../images/pattern_img.png") no-repeat center bottom;
  background-size: 100%;
}
.ms-slide-info {
    position: absolute !important;
    top: 30%;
    text-align: center;
    padding-left: 8%;
    width: auto !important;
}
.banner_heading {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 32px;
}
.banner_phone {
  color: #fff;
  font-weight: bold;
  font-size: 45px;
}
.banner_phone a {
  color: #fff;
}
.banner_line {
  width: 46px;
  height: 1px;
  background: #fff;
  margin: 20px auto 0;
}
.banner_form_box {
    position: absolute;
    top: 10%;
    right: 9%;
    width: 450px;
    background: #fff;
    padding: 20px 10px 5px;
    text-align: center;
}
.banner_form_heading {
    color: #406b76;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    /*margin: 0 0 10px;*/
}
.banner_form input {
    width: 100%;
    border: none !important;
    border-radius: 0px;
    margin-top: 10px;
    min-height: 48px;
    font-size: 15px;
}
.banner_form select {
	background: url(https://maid4time.com/wp-content/uploads/2020/09/arrow.png) #fff no-repeat center right 10px;
    width: 100%;
    border: none !important;
    border-radius: 0px;
    margin-top: 10px;
    min-height: 48px;
    font-size: 15px;
    padding: 13px 30px 6px 8px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.banner_form textarea {
    border: none !important;
    border-radius: 0px;
    margin-top: 10px;
    height: 120px;
	resize:none;
    font-size: 15px;
}
.banner_form .contact_btn input {
	background:#406b76 !important;
    border: none !important;
    border-radius: 0px;
    margin-top: 10px;
    min-height: 48px;
    font-size: 15px;
}
.banner_form .col-lg-6, .banner_form .col-lg-12 {
	padding:0 5px;
}
.banner_bottom_section {
  padding: 70px 0;
  text-align: center;
}
.head_line {
  width: 46px;
  height: 1px;
  background: #111111;
  margin: 0 auto 20px;
}
.banner_bottom_section_heading {
  font-weight: 500;
  font-size: 30px;
  color: #406b76;
  text-transform: uppercase;
}
.banner_bottom_section_subheading {
  font-weight: 500;
  font-size: 16px;
  color: #262626;
  margin-top: 15px;
}
.banner_bottom_button {
  background: #bfe6f0;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #1c1c1c !important;
  text-transform: uppercase;
  margin: 30px 0 0;
  padding: 10px 28px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.banner_bottom_button:hover {
  background: #406b76;
  color: #fff !important;
}
.home_service_section {
  background: #f7fcfd;
  padding: 70px 0;
  text-align: center;
}
.home_service_block {
  margin-top: 30px;
}
.home_service_block_inner {
  background: #fff;
  padding: 0 0 20px;
	min-height: 100%;
  box-shadow: 0px 0px 3px rgba(64, 160, 118, 0.5);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_service_block_inner:hover {
  background: #bfe6f0;
}
.home_service_block img {
  width: 100%;
}
.home_service_block_heading {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  margin: 15px 0;
}
.home_service_button {
  background: #bfe6f0;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: #1c1c1c !important;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-weight: 500;
}
.home_service_block_inner:hover .home_service_button {
  background: #406b76;
  color: #fff !important;
}
.service_heading {
  position: relative;
}
.service_heading:before {
  position: absolute;
  content: "";
  background: url("../images/shine.png") no-repeat;
  width: 66px;
  height: 62px;
  right: 0;
  top: -30px;
}
.home_premium_heading {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  color: #406b76;
  line-height: 40px;
}
.home_premium_section {
  padding: 60px 0;
}
.house_cleaning_section_heading {
  font-weight: 500;
  font-size: 24px;
  color: #272727;
}
.house_cleaning_section_text {
  font-size: 17px;
  color: #272727;
  text-align: justify;
}
.house_cleaning_img {
  margin-top: 10px;
}
.house_cleaning_section {
  padding: 0 0 60px;
}
.home_quote_section {
  background: url("../images/quote_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
}
.home_quote_section_txt {
  font-size: 20px;
  color: #242424;
  margin: 10px 0 20px;
}
.home_quote_button1 {
  background: #bfe6f0;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #1c1c1c !important;
  text-transform: uppercase;
  margin: 10px 0 0;
  padding: 10px 28px 9px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_quote_button1:hover {
  background: #406b76;
  color: #fff !important;
}
.home_quote_button2 {
  box-shadow: 0px 0px 3px rgba(64, 160, 118, 0.5);
	background:#fff;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #1c1c1c !important;
  text-transform: uppercase;
  margin: 10px 0 0;
  padding: 10px 28px 9px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_quote_button2:hover {
  background: #406b76;
  color: #fff !important;
}
.exp_img_inner {
  position: relative;
}
.exp_img_inner img {
  width: 100%;
}
.exp_img_inner_review {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 15px;
  text-align: center;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.7);
}
.exp_img_inner_review img {
  width: 28px !important;
}
.home_testimonial_section {
  text-align: center;
  padding: 100px 0 70px;
}
.home_guarantee_section {
  background: url("../images/guarantee_bg.jpg") #f2fafc no-repeat center;
  background-size: cover;
  padding: 70px 0;
}
.home_guarantee_section_heading {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
}
.home_guarantee_section_heading strong {
  color: #406b76;
  font-size: 28px;
  font-weight: 500;
}
.home_location_section {
  padding: 70px 0;
}
.home_location_list {
  margin-top: 35px;
}
.home_location_list ul {
  padding: 0;
  margin: 0;
}
.home_location_list ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  color: #212121;
  margin-top: 6px;
}
.home_location_list ul li:before {
  background: url("../images/location_icon.png") no-repeat;
  width: 14px;
  height: 18px;
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
}
.footer {
  background: #111111;
  padding: 48px 0 15px;
}
.footer_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 40px;
  text-align: center;
}
.footer_menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 8px;
}
.footer_menu ul li a {
  color: #fff;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 99;
  line-height: 22px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
  color: #bfe6f0;
}
.footer_logo img {
  width: 90%;
}
.footer_logo, .footer_con_info {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_con_info {
  padding: 0 15px 0 50px;
}
.footer_con_info_in {
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}
.footer_con_info_in a {
  color: #bfe6f0;
}
.footer_con_info_in img {
  position: absolute;
  top: 0;
  left: 0;
}
.footer_social {
  margin-top: 15px;
}
.footer_social a {
  margin-left: 10px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer_social a:hover {
  opacity: 0.5;
}
.footer_line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 40px 0 15px;
}
.footer_copyright {
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.footer_copyright a {
  color: #fff;
}
#back-to-top {
  background: #111111;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top.show {
  opacity: 1;
}
#wonderplugincarousel-1 .amazingcarousel-item-container {
  text-align: center;
  padding: 35px 27px 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  min-height: 320px;
  border-radius: 4px;
}
#wonderplugincarousel-1 blockquote {
  background: url("../images/rating.png") no-repeat;
  font-size: 14px;
  position: relative;
  color: #262626;
  font-style: normal;
  text-align: left;
  margin: 0 0 24px;
  line-height: 23px;
  font-weight: normal;
  padding-top: 35px;
}
#wonderplugincarousel-1 cite {
  color: #779aa3;
  font-weight: 500;
  display: block;
  font-style: normal;
  position: relative;
  margin: 0px;
  font-size: 16px;
  text-align: left;
}
#wonderplugincarousel-1 cite small {
  color: #878888;
  font-weight: normal;
}
.site-content, .site-main .widecolumn {
  margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
  background: url(../images/banner.jpg) #ddd no-repeat center !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 270px 0 100px !important;
  margin: 0 0 50px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.page .entry-content {
  max-width: 100% !important;
  padding: 0px !important;
}
.content-area, .content-sidebar {
  padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  z-index: 99;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.breadcrumb-container {
  text-align: center;
  color: #bfe6f0;
  font-size: 16px;
  z-index: 99;
  position: relative;
}
.breadcrumb-container a {
  color: #bfe6f0;
}
.service_top_block {
    margin-top: 30px;
}
.service_top_block_inner {
    background: #ddf9ff;
	min-height: 100%;
}
.service_top_block_heading {
    font-weight: 500;
    font-size: 22px;
    color: #406b76;
	padding: 0 15px;
}
.service_top_block_list ul {
    padding: 0 15px 20px;
	margin: 10px 0 0;
}
.service_top_block_list ul li {
    list-style: none;
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	margin-top: 3px;
	color: #212121;
}
.service_top_block_list ul li::before {
    background: url("../images/check_icon.png") no-repeat;
    width: 18px;
    height: 18px;
	background-size: 100%;
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
}
.recuring_bg {
	background: #e0edf0;
	padding: 50px 0;
	margin: 50px 0;
}
.recuring_heading {
    font-weight: 500;
    font-size: 24px;
    color: #406b76;
}
.recuring_text {
	font-size: 15px;
	margin-top: 12px;
	color: #212121;
}
.recuring_img {
	margin-top: 40px;
}
.recuring_right {
    margin-top: 40px;
}
.house_list ul {
    padding: 0;
    margin: 15px 0 0;
}
.house_list ul li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
.schedule_strip {
    background: #1a444f;
    padding: 25px 0 30px;
	margin: 0 0 50px;
}
.schedule_strip_heading {
	font-weight: 500;
	font-size: 24px;
	color: #fff;
}
.schedule_strip_text {
	font-size: 15px;
	margin-top: 5px;
	color: #fff;
}
.schedule_strip_right {
    text-align: right;
    margin-top: 15px;
}
.cleaning_spec {
	text-align: center;
	margin-top: 30px;
}
.cleaning_spec img {
	width: 80px;
}
.cleaning_spec_heading {
    font-weight: 500;
    font-size: 23px;
    color: #406b76;
}
.cleaning_spec_text {
    font-size: 15px;
    margin-top: 12px;
    color: #212121;
}
.bottom_quote {
    color: #406b76;
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
    font-style: italic;
}
.deep_cleaning_top {
	margin-bottom: 30px;
}
.move_bottom_block img {
	width: 70px;
}
#post-21, #post-41, #post-43, #post-45, #post-47 {
	margin-bottom: 0 !important;
}
.about_bottom_img {
    margin-top: 25px;
}
.about_bottom_img img {
    border-radius: 50%;
    width: 160px;
    border: 6px solid #fff;
    box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.3);
}
.about_bottom_name {
	font-weight: 500;
	font-size: 24px;
	color: #406b76;
	margin-top: 15px;
}
.about_bottom_designation {
    color: #999;
}
.career_block_heading {
	font-weight: 500;
	font-size: 24px;
	color: #406b76;
}
.career_block_inner {
    border: 1px solid #ccc;
    padding: 15px 15px 0;
    border-radius: 4px;
}
.cleaner_block {
	margin-top: 30px;
	text-align: center;
}
.cleaner_block_inner {
	background: #fff;
	padding: 20px;
	min-height: 100%;
}
.cleaner_block img {
	width: 120px;
	border-radius: 50%;
}
.area_list ul {
    padding: 0;
    margin: 30px 0 0;
}
.area_list ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    color: #212121;
    margin-top: 6px;
    display: inline-block;
    width: 19%;
}
.area_list ul li:before {
    background: url("../images/location_icon.png") no-repeat;
    width: 14px;
    height: 18px;
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
}
.location_map {
	margin-top: 30px;
}
.contact_form input {
    border: 1px solid #ccc !important;
    margin-top: 15px;
    width: 100%;
    min-height: 46px;
}
.contact_form textarea {
    border: 1px solid #ccc !important;
    margin-top: 15px;
    height: 150px;
	resize: none;
}
.contact_form .contact_btn input {
    border: none !important;
    margin-top: 15px;
    width: auto;
    min-height: 46px;
	background: #bfe6f0 !important;
	color: #1c1c1c !important;
}
.contact_page_info {
	position: relative;
	margin-top: 20px;
	padding-left: 30px;
}
.contact_page_info a {
	color: #1a444f;
}
.contact_page_info img {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
}
.video_testi {
	margin-top: 30px;
	text-align: center;
}
.video_testi_text {
	font-weight: 500;
	font-size: 24px;
	color: #406b76;
	margin-top: 10px;
}
.video_testi_right_number {
    font-weight: 500;
    width: 60px;
    height: 60px;
    border: 2px solid #406b76;
    color: #406b76;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 25px;
    line-height: 55px;
}
.video_testi_right {
	text-align: center;
	margin-top: 100px;
}
.video_testi_right_heading {
	font-weight: 500;
	font-size: 24px;
	color: #406b76;
	margin-top: 10px;
}
.more-link {
    background: #bfe6f0;
    display: block;
    font-size: 16px;
    color: #1c1c1c !important;
    text-transform: uppercase;
    margin: 15px 0 0;
    padding: 11px 0 9px 16px;
    border-radius: 30px;
    width: 217px;
}
.post .entry-title, .post .entry-title a {
	color: #406b76 !important;
	font-size: 28px;
}
.toggle_section_faq {
	background: #e0edf0;
	padding: 50px 0;
	margin: 50px 0;
}
.toggle_section_faq ul {
	margin-bottom: 15px !important;
}
.omsc-toggle-title {
    background: #406b76 !important;
    color: #fff !important;
}
.omsc-accordion .omsc-toggle {
    margin-top: 10px !important;
}
.omsc-accordion {
    border-top: none !important;
}
.omsc-toggle-inner {
    background: #fff !important;
}
.error_page_container {
	padding: 0 0 50px;
	text-align: center;
}
.footer_fixed_buttons {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 9999;
	text-align: center;
}
.fixed_btn1 {
	width: 50%;
	float: left;
	padding: 10px 0;
	color: #000 !important;
	background: #b4f1ff;
}
.fixed_btn2 {
    position: absolute;
    background: #fff;
    top: 0;
    left: 44%;
    padding: 10px 13px;
    border-radius: 50%;
}
.fixed_btn3 {
	width: 50%;
	float: left;
	padding: 10px 0;
	color: #fff !important;
	background: #1a444f;
}
.carte_block {
	margin-top:25px;
}
.carte_block_inner {
    background: #6ab8cc;
    color: #fff;
    padding: 20px 15px;
    text-align: center;
    min-height: 100%;
}
.carte_block_heading {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
}
.carte_block_text {
    font-size: 15px;
    margin-top: 10px;
    line-height: 21px;
}
.carte_block_price {
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
    line-height: 19px;
}
.carte_block_price small {
    font-weight: normal;
    font-size: 15px;
}
.blog_page_block {
	margin:15px 0;
}
.blog_page_block p {
	margin-bottom:0 !important;
}
.blog_page_block_inner {
	position:relative;
	overflow:hidden;
}
.blog_page_block_inner img {
	width:100%;
}
.blog_page_block_content {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(26, 68, 79, 0.8);
	padding:15px;
	text-align:center;
}
.blog_page_block_heading {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
}
.blog_page_block_btn {
    background: #bfe6f0;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #1c1c1c !important;
    text-transform: uppercase;
    margin: 15px 0 0;
    padding: 10px 28px 9px;
    border-radius: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog_page_block_btn:hover {
    background: #fff;
}
.blog_block_line {
    width: 46px;
    height: 1px;
    background: #fff;
    margin: 10px auto 0;
}
.contact_map {
	margin-top:50px;
}
.contact_map iframe, #post-173 {
	margin-bottom:0 !important;
}
.common_quote_section {
    background: #406b76;
    padding: 50px 0;
    margin: 50px 0 0;
	text-align:center;
}
.common_quote_section .head_line {
    background: #fff;
}
.common_quote_section .banner_bottom_section_heading {
	color:#fff;
	margin-bottom:20px;
}
.common_quote_form input {
    width: 100%;
    border: 1px solid #ccc !important;
    border-radius: 0px;
    margin-top: 15px;
    min-height: 48px;
    font-size: 15px;
}
.common_quote_form select {
	background: url(https://maid4time.com/wp-content/uploads/2020/09/arrow.png) #fff no-repeat center right 10px;
    width: 100%;
    border: 1px solid #ccc !important;
    border-radius: 0px;
    margin-top: 15px;
    min-height: 48px;
    font-size: 15px;
	padding: 13px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.common_quote_form textarea {
    border: 1px solid #ccc !important;
    border-radius: 0px;
    margin-top: 15px;
    height: 150px;
    resize: none;
    font-size: 15px;
}
.common_quote_form .contact_btn input {
	width: auto;
    background: #bfe6f0 !important;
    border: none !important;
	color:#222 !important;
    border-radius: 30px;
    margin-top: 15px;
    min-height: 48px;
    font-size: 15px;
}
.modal button span {
    float: right;
    padding: 0 10px 0 0;
}
.modal button:hover{
    background-color: #41a62a;
}
iframe {
    margin-bottom: 80px !important;
}
.terms_list ul li {
	margin-top: 20px;
}
.ribbon_btn {
    background: url(https://maid4time.com/wp-content/uploads/2021/11/ribbon.png) #bfe6f0 no-repeat left top;
    position: fixed;
    top: 52%;
    left: -78px;
    z-index: 99;
    background-size: 35px;
    padding: 10px 15px 10px 36px;
    font-size: 15px;
    color: #000 !important;
    border-radius: 5px 5px 0 0;
    transform: rotate(90deg);
}
.footer_book_btn {
    text-align: center;
    margin-top: 15px;
}
.footer_book_btn a {
    display: inline-block;
    background: #bfe6f0;
    color: #000 !important;
    border-radius: 30px;
    padding: 8px 20px;
    opacity: 1 !important;
}



/*========== Responsive ============*/

@media only screen and (max-width : 320px) {
.banner_form_box {
    position: static;
    width: auto;
}
.logo img {
    width: 70px !important;
}
.logo {
    margin-bottom: 8px;
}
.header_right_top, .header_button, .header_right_line {
    display: none;
}
.header_menu {
    display: block;
}
.primary-navigation {
    padding-top: 0 !important;
}
.primary-navigation.toggled-on {
    padding: 12px 0 !important;
	height: 75vh;
	overflow: auto;
}
.menu-toggle {
    background-color: transparent !important;
    top: -60px !important;
}
.menu-toggle::before {
    color: #000 !important;
}
.home_banner_section {
    margin-top: 72px;
}
.header_right {
    text-align: left;
}
.header_menu ul li {
    margin-left: 0;
}
.header_menu ul li a {
    font-size: 14px;
    padding: 6px 0px;
}
.banner_heading {
    font-size: 16px;
    padding: 0 15px;
}
.banner_phone {
    font-size: 22px;
}
.banner_line {
    margin: 4px auto 0;
}
.banner_bottom_button {
    font-size: 14px;
    margin: 14px 0 0;
    padding: 8px 21px;
}
.ms-slide-info {
    top: 7%;
    padding-left: 0;
    width: 100% !important;
}
.banner_bottom_section_heading {
    font-size: 22px;
}
.head_line {
    margin: 0 auto 10px;
}
.banner_bottom_section {
    padding: 40px 0;
}
.home_service_section {
    padding: 40px 0;
}
.home_premium_heading {
    font-size: 22px;
    line-height: 29px;
}
.home_premium_section {
    padding: 40px 0;
}
.house_cleaning_section_text {
    font-size: 16px;
    margin-top: 8px;
}
.house_cleaning_section_heading {
    font-size: 22px;
}
.home_quote_section {
    padding: 20px 0;
}
.home_testimonial_section {
    padding: 60px 0 35px;
}
.guarantee_icon img {
	width: 150px;
}
.home_guarantee_section_heading strong {
    font-size: 22px;
}
.home_guarantee_section_heading {
    line-height: 32px;
    margin-top: 20px;
}
.home_guarantee_section {
    padding: 40px 0;
}
.home_location_list {
    margin-top: 0;
}
.home_location_section {
    padding: 40px 0;
}
.footer_menu ul li {
    margin: 0 10px;
}
.footer_menu ul li a {
    font-size: 14px;
    line-height: 28px;
}
.footer_logo, .footer_con_info {
    border-right: none;
}
.footer_logo {
    text-align: center;
	margin-bottom: 15px;
}
.footer_logo img {
    width: 115px;
}
.footer_con_info {
    padding: 0 15px;
}
.footer_social {
    margin-top: 23px;
    text-align: center;
}
.page .entry-header, .blog_page_header {
    padding: 130px 0 54px !important;
    margin: 0 0 35px !important;
}
.page .entry-title, .blog_page_title {
    font-size: 23px;
	margin-bottom: 2px;
}
.breadcrumb-container {
    font-size: 15px;
}
.career_block_inner {
    padding: 10px 10px 0;
}
.house_list ul li {
    display: block;
    width: 100%;
}
.schedule_strip_right {
    text-align: left;
}
.bottom_quote {
    font-size: 20px;
}
.move_bottom_block {
	margin-top: 20px;
}
.recuring_heading {
    font-size: 22px;
}
.recuring_right {
    margin-top: 25px;
}
.price_bottom_img, .roch_top_img {
	margin-bottom: 25px;
}
.area_list ul li {
    width: 48%;
}
.list-view .site-content .post-thumbnail img {
    width: 100% !important;
}
.post .entry-title, .post .entry-title a {
    font-size: 19px;
}
.singular .site-content .hentry.has-post-thumbnail {
    margin-top: 0 !important;
}
.video_testi_text {
    font-size: 20px;
}
.video_testi_right {
    margin-top: 30px;
}
.contact_right {
	margin-top: 25px;
}
.footer {
    padding: 48px 0 60px;
}
.footer_copyright {
    font-size: 13px;
}
#back-to-top {
    bottom: 55px;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.banner_form_box {
    position: static;
    width: auto;
}
.logo img {
    width: 70px !important;
}
.logo {
    margin-bottom: 8px;
}
.header_right_top, .header_right_line {
    display: none;
}
.header_menu {
    display: block;
}
.primary-navigation {
    padding-top: 0 !important;
}
.primary-navigation.toggled-on {
    padding: 12px 0 !important;
	height: 82vh;
	overflow: auto;
}
.menu-toggle {
    background-color: transparent !important;
    top: -60px !important;
}
.menu-toggle::before {
    color: #000 !important;
}
.home_banner_section {
    margin-top: 72px;
}
.header_right {
    text-align: left;
}
.header_menu ul li {
    margin-left: 0;
}
.header_menu ul li a {
    font-size: 14px;
    padding: 6px 0px;
}
.banner_heading {
    font-size: 16px;
    padding: 0 15px;
}
.banner_phone {
    font-size: 22px;
}
.banner_line {
    margin: 4px auto 0;
}
.banner_bottom_button {
    font-size: 14px;
    margin: 14px 0 0;
    padding: 8px 21px;
}
.ms-slide-info {
    top: 7%;
    padding-left: 0;
    width: 100% !important;
}
.banner_bottom_section_heading {
    font-size: 22px;
}
.head_line {
    margin: 0 auto 10px;
}
.banner_bottom_section {
    padding: 40px 0;
}
.home_service_section {
    padding: 40px 0;
}
.home_premium_heading {
    font-size: 22px;
    line-height: 29px;
}
.home_premium_section {
    padding: 40px 0;
}
.house_cleaning_section_text {
    font-size: 16px;
    margin-top: 8px;
}
.house_cleaning_section_heading {
    font-size: 22px;
}
.home_quote_section {
    padding: 20px 0;
}
.home_testimonial_section {
    padding: 60px 0 35px;
}
.guarantee_icon img {
	width: 150px;
}
.home_guarantee_section_heading strong {
    font-size: 22px;
}
.home_guarantee_section_heading {
    line-height: 32px;
    margin-top: 20px;
}
.home_guarantee_section {
    padding: 40px 0;
}
.home_location_list {
    margin-top: 0;
}
.home_location_section {
    padding: 40px 0;
}
.footer_menu ul li {
    margin: 0 10px;
}
.footer_menu ul li a {
    font-size: 14px;
    line-height: 28px;
}
.footer_logo, .footer_con_info {
    border-right: none;
}
.footer_logo {
    text-align: center;
	margin-bottom: 15px;
}
.footer_logo img {
    width: 115px;
}
.footer_con_info {
    padding: 0 15px;
}
.footer_social {
    margin-top: 23px;
    text-align: center;
}
.page .entry-header, .blog_page_header {
    padding: 130px 0 54px !important;
    margin: 0 0 35px !important;
}
.page .entry-title, .blog_page_title {
    font-size: 23px;
	margin-bottom: 2px;
}
.breadcrumb-container {
    font-size: 15px;
}
.career_block_inner {
    padding: 10px 10px 0;
}
.house_list ul li {
    display: block;
    width: 100%;
}
.schedule_strip_right {
    text-align: left;
}
.bottom_quote {
    font-size: 20px;
}
.move_bottom_block {
	margin-top: 20px;
}
.recuring_heading {
    font-size: 22px;
}
.recuring_right {
    margin-top: 25px;
}
.price_bottom_img, .roch_top_img {
	margin-bottom: 25px;
}
.area_list ul li {
    width: 48%;
}
.list-view .site-content .post-thumbnail img {
    width: 100% !important;
}
.post .entry-title, .post .entry-title a {
    font-size: 19px;
}
.singular .site-content .hentry.has-post-thumbnail {
    margin-top: 0 !important;
}
.video_testi_text {
    font-size: 20px;
}
.video_testi_right {
    margin-top: 30px;
}
.contact_right {
	margin-top: 25px;
}
.footer {
    padding: 48px 0 60px;
}
.footer_copyright {
    font-size: 13px;
}
#back-to-top {
    bottom: 55px;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.banner_form_box {
    position: static;
    width: auto;
}
.logo img {
    width: 70px !important;
}
.logo {
    margin-bottom: 8px;
}
.header_right_top, .header_button, .header_right_line {
    display: none;
}
.header_menu {
    display: block;
}
.primary-navigation {
    padding-top: 0 !important;
}
.primary-navigation.toggled-on {
    padding: 12px 0 !important;
}
.menu-toggle {
    background-color: transparent !important;
    top: -60px !important;
}
.menu-toggle::before {
    color: #000 !important;
}
.home_banner_section {
    margin-top: 72px;
}
.header_right {
    text-align: left;
}
.header_menu ul li {
    margin-left: 0;
}
.header_menu ul li a {
    font-size: 14px;
    padding: 6px 0px;
}
.banner_heading {
    font-size: 16px;
    padding: 0 15px;
}
.banner_phone {
    font-size: 22px;
}
.banner_line {
    margin: 4px auto 0;
}
.banner_bottom_button {
    font-size: 14px;
    margin: 14px 0 0;
    padding: 8px 21px;
}
.ms-slide-info {
    top: 12%;
    width: 100% !important;
    padding-left: 0;
}
.banner_bottom_section_heading {
    font-size: 22px;
}
.head_line {
    margin: 0 auto 10px;
}
.banner_bottom_section {
    padding: 40px 0;
}
.home_service_section {
    padding: 40px 0;
}
.home_premium_heading {
    font-size: 22px;
    line-height: 29px;
}
.home_premium_section {
    padding: 40px 0;
}
.house_cleaning_section_text {
    font-size: 16px;
    margin-top: 8px;
}
.house_cleaning_section_heading {
    font-size: 22px;
}
.home_quote_section {
    padding: 20px 0;
}
.home_testimonial_section {
    padding: 60px 0 35px;
}
.guarantee_icon img {
	width: 150px;
}
.home_guarantee_section_heading strong {
    font-size: 22px;
}
.home_guarantee_section_heading {
    line-height: 32px;
    margin-top: 20px;
}
.home_guarantee_section {
    padding: 40px 0;
}
.home_location_list {
    margin-top: 0;
}
.home_location_section {
    padding: 40px 0;
}
.footer_menu ul li {
    margin: 0 10px;
}
.footer_menu ul li a {
    font-size: 14px;
    line-height: 28px;
}
.footer_logo, .footer_con_info {
    border-right: none;
}
.footer_logo {
    text-align: center;
	margin-bottom: 15px;
}
.footer_logo img {
    width: 115px;
}
.footer_con_info {
    padding: 0 15px;
}
.footer_social {
    margin-top: 23px;
    text-align: center;
}
.page .entry-header, .blog_page_header {
    padding: 130px 0 54px !important;
    margin: 0 0 35px !important;
}
.page .entry-title, .blog_page_title {
    font-size: 23px;
	margin-bottom: 2px;
}
.breadcrumb-container {
    font-size: 15px;
}
.career_block_inner {
    padding: 10px 10px 0;
}
.house_list ul li {
    display: block;
    width: 100%;
}
.schedule_strip_right {
    text-align: left;
}
.bottom_quote {
    font-size: 20px;
}
.move_bottom_block {
	margin-top: 20px;
}
.recuring_heading {
    font-size: 22px;
}
.recuring_right {
    margin-top: 25px;
}
.price_bottom_img, .roch_top_img {
	margin-bottom: 25px;
}
.area_list ul li {
    width: 48%;
}
.list-view .site-content .post-thumbnail img {
    width: 100% !important;
}
.post .entry-title, .post .entry-title a {
    font-size: 19px;
}
.singular .site-content .hentry.has-post-thumbnail {
    margin-top: 0 !important;
}
.video_testi_text {
    font-size: 20px;
}
.video_testi_right {
    margin-top: 30px;
}
.contact_right {
	margin-top: 25px;
}
.footer {
    padding: 48px 0 60px;
}
.footer_copyright {
    font-size: 13px;
}
#back-to-top {
    bottom: 55px;
}
.primary-navigation.toggled-on .nav-menu {
    height: 234px;
    overflow: auto;
}
.fixed_btn2 {
    left: 47%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.banner_form_box {
    position: static;
    width: auto;
}
.ms-slide-info {
    padding-left: 0;
    width: 100% !important;
}
.logo img {
    width: 70px !important;
}
.logo {
    margin-bottom: 8px;
}
.header_right_line {
    display: none;
}
.header_right_top {
    padding: 0 !important;
    position: absolute;
    top: -46px;
    right: 70px;
}
.header_right_top span:first-child {
	display: none;
}
.header_right_top span:last-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
.header_menu {
    display: block;
}
.primary-navigation {
    padding-top: 0 !important;
}
.primary-navigation.toggled-on {
    padding: 12px 0 !important;
}
.menu-toggle {
    background-color: transparent !important;
    top: -60px !important;
}
.menu-toggle::before {
    color: #000 !important;
}
.home_banner_section {
    margin-top: 72px;
}
.header_right {
    text-align: left;
}
.header_menu ul li {
    margin-left: 0;
}
.header_menu ul li a {
    font-size: 14px;
    padding: 6px 0px;
}
.banner_heading {
    font-size: 20px;
    padding: 0 15px;
}
.banner_phone {
    font-size: 26px;
}
.banner_line {
    margin: 4px auto 0;
}
.banner_bottom_button {
    font-size: 15px;
    margin: 14px 0 0;
    padding: 8px 21px;
}
.banner_bottom_section_heading {
    font-size: 22px;
}
.head_line {
    margin: 0 auto 10px;
}
.banner_bottom_section {
    padding: 40px 0;
}
.home_service_section {
    padding: 40px 0;
}
.home_premium_heading {
    font-size: 22px;
    line-height: 29px;
}
.home_premium_section {
    padding: 40px 0;
}
.house_cleaning_section_text {
    font-size: 16px;
    margin-top: 8px;
}
.house_cleaning_section_heading {
    font-size: 22px;
}
.home_quote_section {
    padding: 20px 0;
}
.home_testimonial_section {
    padding: 60px 0 35px;
}
.guarantee_icon img {
	width: 150px;
}
.home_guarantee_section_heading strong {
    font-size: 22px;
}
.home_guarantee_section_heading {
    line-height: 32px;
}
.home_guarantee_section {
    padding: 40px 0;
}
.home_location_list {
    margin-top: 20px;
}
.home_location_section {
    padding: 40px 0;
}
.footer_menu ul li {
    margin: 0 10px;
}
.footer_menu ul li a {
    font-size: 14px;
    line-height: 28px;
}
.footer_logo, .footer_con_info {
    border-right: none;
}
.footer_logo {
    text-align: center;
	margin-bottom: 15px;
}
.footer_logo img {
    width: 115px;
}
.footer_con_info {
    padding: 0 15px;
}
.footer_social {
    margin-top: 23px;
    text-align: center;
}
.page .entry-header, .blog_page_header {
    padding: 130px 0 54px !important;
    margin: 0 0 35px !important;
}
.page .entry-title, .blog_page_title {
    font-size: 23px;
	margin-bottom: 2px;
}
.breadcrumb-container {
    font-size: 15px;
}
.career_block_inner {
    padding: 10px 10px 0;
}
.house_list ul li {
    display: block;
    width: 100%;
}
.schedule_strip_right {
    text-align: left;
}
.bottom_quote {
    font-size: 20px;
}
.move_bottom_block {
	margin-top: 20px;
}
.recuring_heading {
    font-size: 22px;
}
.recuring_right {
    margin-top: 25px;
}
.price_bottom_img, .roch_top_img {
	margin-bottom: 25px;
}
.area_list ul li {
    width: 31%;
}
.list-view .site-content .post-thumbnail img {
    width: 100% !important;
}
.post .entry-title, .post .entry-title a {
    font-size: 19px;
}
.singular .site-content .hentry.has-post-thumbnail {
    margin-top: 0 !important;
}
.video_testi_text {
    font-size: 20px;
}
.video_testi_right {
    margin-top: 30px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_menu ul li a {
	font-size:13px;
}
.header_menu ul li {
    margin-left: 10px;
}
.header_button {
    margin: 13px 0 0 10px;
    font-size: 13px;
}
.banner_form_box {
    top: 9%;
    right: 4%;
    width: 400px;
}
.ms-slide-info {
    padding-left: 4%;
}
.banner_heading {
    font-size: 26px;
}
.footer_social a {
    margin-left: 2px;
}
.footer_menu ul li a {
    font-size: 13px;
}
.footer_menu ul li {
    margin: 0 6px;
}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {
.banner_form_box {
    right: 17%;
}
.ms-slide-info {
    padding-left: 16%;
}
}

@media screen and (min-width: 1920px) {
.banner_form_box {
    right: 23%;
}
.ms-slide-info {
    padding-left: 22%;
}
}

