body {
  padding: 0px;
  margin: 0px;
  font-family: 'Manrope';
}
img {
  max-width: 100%;
  height: 0 auto;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.form-control {
  box-shadow: none !important;
}
button {
  box-shadow: none !important;
}
.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: 'Manrope';
    src: url('../fonts/Manrope-Regular.eot');
    src: url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff'),
        url('../fonts/Manrope-Regular.ttf') format('truetype'),
        url('../fonts/Manrope-Regular.svg#Manrope-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.eot');
    src: url('../fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('../fonts/Manrope-SemiBold.woff') format('woff'),
        url('../fonts/Manrope-SemiBold.ttf') format('truetype'),
        url('../fonts/Manrope-SemiBold.svg#Manrope-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #1976d2;
	padding: 10px 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_right {
	text-align: right;
}
.header_btn1 {
	display: inline-block;
	background: #000;
	color: #fff !important;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact_page_banner {
	background: #b5d8fa;
	padding: 51px 0 50px;
    margin-top: 120px;
}
.contact_top_heading {
	color: #171717;
	font-size: 26px;
	font-weight: 600;
}
.form_page_section {
	padding: 60px 0;
}
.form-control {
	border: 1px solid #ddd !important;
	min-height: 45px;
	resize: none;
}
select.form-control {
	background: url("../images/dropdown.png") no-repeat center right 10px;
	padding-right: 30px;
}
.banner_form_label {
	color: #555;
	margin: 15px 0 5px;
}
#tabs ul {
	padding: 0;
	margin: 20px 0 0;
	display: flex;
	align-items: flex-start;
}
#tabs ul li {
	list-style: none;
	width: 33%;
	margin-right: 1%;
}
.radiobtn label img {
	width: 45px;
	margin-right: 5px;
}
.radiobtn {
	position: relative;
	display: block;
}
.radiobtn label {
	display: block;
	background: #72aeeb;
	color: #fff;
	border-radius: 35px;
	padding: 10px 10px;
	border: 2px solid #72aeeb;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 15px;
	font-weight: normal;
}
.radiobtn label img {
	width: 25px;
}
.radiobtn label::after, .radiobtn label::before {
	content: "";
	position: absolute;
	right: 11px;
	top: 14px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #1976d2;
}
.radiobtn label:before {
	background: transparent;
	transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
	z-index: 2;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: center;
	width: 0;
	height: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.radiobtn input[type=radio] {
	display: none;
	position: absolute;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.radiobtn input[type="radio"]:checked + label {
	background: #1976d2;
	border-color: #1976d2;
	color: #fff;
}
.radiobtn input[type=radio]:checked + label:after {
	background: #111;
}
.radiobtn input[type=radio]:checked + label:before {
	width: 20px;
	height: 20px;
}
.b_serv_col {
  padding: 0 3px;
}
.book-right-heading-2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 14px 20px;
  background: #1976d2;
  border-radius: 15px 15px 0 0;
  text-transform: capitalize;
}
#booking_service_val {
  margin-bottom: 15px;
}
.book-right-item {
  padding: 15px;
  background: #72aeeb;
  border: 1px solid #7bb0e6;
  border-bottom: none;
}
.book-right-item ul {
  list-style-type: none;
  margin: 0;
  padding: 1px 15px;
  background: #fff;
}
.book-right-item ul li {
  color: #474747;
  font-weight: 400;
  font-size: 15px;
  margin: 10px 0;
  padding: 0 0 0 30px;
  position: relative;
}
.book-right-item ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px !important;
}
.book_right_item_heading img {
  width: 22px;
}
.book-form-top-heading {
  font-weight: 600;
  font-size: 24px;
  margin-top: 35px;
}
button.bedroom-right-plus, button.bathroom-right-plus, button.bedroom2-right-plus, button.living-right-plus, button.hallway-right-plus, button.staircase-right-plus, button.wall-right-plus, button.blind-right-plus {
  background: rgba(0, 0, 0, 0) url("../images/plus_icon.png") no-repeat scroll center center / 25px !important;
}
button.bedroom-left-minus, button.bathroom-left-minus, button.bedroom2-left-minus, button.living-left-minus, button.hallway-left-minus, button.staircase-left-minus, button.wall-left-minus, button.blind-left-minus {
  background: rgba(0, 0, 0, 0) url("../images/minus_icon.png") no-repeat scroll center center / 25px !important;
}
.input-group-btn button {
  color: #0376c0 !important;
  width: 30px !important;
  font-size: 0 !important;
  line-height: 32px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
margin-top: 8px;
  padding: 0;
}
.bedroominput {
  color: #555;
  font-size: 14px;
  text-align: left;
  width: 312px;
  padding: 0 20px;
}
.bedroominput input {
  width: 22px !important;
  padding: 0 !important;
  display: inline-block !important;
  float: none;
  background: #fff !important;
  border: none !important;
  box-shadow: none !important;
  text-align: center;
}
.bedroominput img {
  width: 30px;
}
.book-form {
  margin: 20px 0 0;
}
.booking_radio {
  display: inline-block;
  width: 90%;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  color: #373737;
  margin-top: 10px;
}
.booking_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.booking_radio .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #ddd;
  border-radius: 50%;
}
.booking_radio:hover input ~ .checkmark {
  border-color: #1976d2;
}
.booking_radio input:checked ~ .checkmark {
  border-color: #1976d2;
  background: #1976d2;
}
.booking_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.booking_radio input:checked ~ .checkmark:after {
  display: block;
}
.booking_radio .checkmark:after {
  left: 4px;
  top: 0px;
  width: 7px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.with_carpet_section .booking_radio {
  display: inline-block;
  margin-right: 15px;
}
.radio-inline {
  padding-left: 0 !important;
}
.booking_radio_img img {
  position: absolute;
  top: -1px;
  left: 30px;
  width: 22px;
}
.booking_radio_img {
  padding-left: 64px !important;
}
.book-form-calendar .datepicker-inline {
  width: 100%;
  border: 1px solid #aaa;
  margin-top: 15px;
  margin-bottom: 15px;
}
.datepicker table tr td, .datepicker table tr th {
  line-height: 65px;
  font-size: 16px;
}
.datepicker table {
  width: 100%;
}
.book-form-calendar .datepicker table tr td.active {
  background: #1976d2 !important;
}
.book-form-radio-inline {
  padding-left: 0;
  width: 100%;
}
.radio-inline input {
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute;
}
.radio-inline .radio-btn {
  border: 1px solid #aaa;
  border-radius: 5px;
  color: #777;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 0 8px;
  text-align: center;
  width: 100%;
}
.radio-inline .radio-btn img {
  margin: -2px 4px 0 0;
  width: 25px;
}
.radio-inline input[type="radio"]:checked + span.radio-btn {
  border: 1px solid #1976d2;
  color: #fff;
  font-weight: 600;
  background: #1976d2;
}
.booking_form_button {
  background: #1976d2;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
  border: none;
  padding: 9px 30px;
  border-radius: 30px;
  margin-top: 20px;
  display: inline-block;
}
.book-right-total {
  font-weight: 600;
  font-size: 20px;
  padding: 15px;
  border: 1px solid #C1DDB6;
  border-radius: 0 0 15px 15px;
}
.totalprice {
  float: right;
}
.info_btn {
  display: inline-block;
  margin-left: 5px;
}
.info_btn img {
  width: 16px;
}
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 999999;
}
.modal_list ul {
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}
.modal_list ul li {
  background: url("../images/check.png") no-repeat left top 5px;
  list-style: none;
  padding-left: 20px;
  margin: 3px 0 0;
  width: 100% !important;
}
.extra_popup {
  text-align: center;
}
.extra_popup .book-form-button-text {
  display: inline-block;
}
.extra_popup .bedroominput {
  width: auto;
}
.extra_popup .modal-header {
  display: block;
}
.thankyou_container {
  padding: 60px 0;
  text-align: center;
}
.thankyou_text {
  margin-top: 20px;
}
.error_container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  text-align: center;
  padding: 20px 0;
}
.error_heading {
  color: #14162c;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
.offer_strip {
  background: #e4f0d7;
  border: 1px solid #bedb9d;
  border-radius: 4px;
  padding: 12px 15px;
  color: #1976d2;
  font-weight: 500;
  font-size: 14px;
  margin-top: 20px;
}
.payment_step .contact_form .form-control {
  margin-top: 5px;
}
.payment_label {
  font-weight: 500;
  margin-top: 22px;
  font-size: 15px;
}
.top_card {
  margin-top: 20px;
}
.total_gst {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}
.top_card img, .bottom_card img {
  width: 200px;
}
.bottom_card {
  margin-top: 20px;
}
.payment_bottom_btn {
  margin-top: 25px;
}
.bookpay_total_left {
  font-weight: 600;
  font-size: 20px;
}
.contact_btn {
  background: #eee;
  border: none;
  border-radius: 30px;
  color: #222;
  font-weight: 500;
  padding: 9px 25px;
  margin-top: 15px;
}
.paynow_btn {
  background: #1976d2;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  padding: 9px 25px;
  margin-top: 15px;
}
#coupon_msg {
  background: url("../images/warning_icon.png") #ffe9bf no-repeat center left 10px;
  color: #f0a005;
  border: 1px solid #f2d295;
  margin-top: 15px;
  border-radius: 4px;
  padding: 7px 10px 7px 38px;
  font-weight: 500;
  font-size: 14px;
}
.menu-toggle.full {
  padding: 0 !important;
  color: #000 !important;
  font-size: 26px !important;
  width: auto !important;
  float: right;
  margin-top: -52px;
}
.footer {
	background: url("../images/footer_bg.png") #001523 no-repeat center;
	background-size: cover;
	padding: 20px 0;
	text-align: center;
}
.footer_copyright {
	color: #fff;
	font-size: 15px;
}
.footer_copyright a {
	color: #fff;
}






/*============== Responsive ==============*/
@media only screen and (min-width : 300px) and (max-width : 767px) {
  .radiobtn label img {
    display: block;
  }
  .cleaning_checklist ul li {
    width: 100%;
  }
  .header_btn1, .header_btn2 {
    display: none;
  }
  .header {
    text-align: center;
  }
  .logo img {
    width: 150px;
  }
  .stellarnav .dd-toggle {
    height: 44px !important;
  }
  .header_menu {
    display: block;
    margin-top: 0;
  }
  .stellarnav > ul > li > a {
    padding: 10px !important;
    font-size: 15px !important;
  }
  .banner_heading {
    font-size: 24px;
  }
  .banner_form {
    padding: 10px 18px 20px;
  }
  .home_banner_section {
    background-position: center;
    padding: 100px 0 35px;
  }
  .home_choose_section_heading, .about_heading, .home_policy_section_heading, .contact_top_heading, .service_page_strip_heading {
    font-size: 24px;
    line-height: 30px;
  }
  .home_choose_block img {
    width: 90px;
  }
  .home_choose_block_text, .home_service_subheading, .home_service_box_text {
    font-size: 15px;
  }
  .home_abt_img {
    margin-bottom: 25px;
  }
  .home_choose_section, .home_policy_section, .home_faq_section, .inner_page_container {
    padding: 50px 0;
  }
  .home_about_section, .home_service_section, .home_testimonial_section {
    padding: 0 0 50px;
  }
  .guarantee_section {
    text-align: center;
  }
  .guarantee_section img {
    margin-bottom: 25px;
  }
  .home_testimonial_slide {
    padding: 0;
  }
  .trusted_btn {
    padding: 10px 18px;
    font-size: 15px;
  }
  .trusted_img {
    text-align: center;
    margin-top: 30px;
  }
  .trusted_img img {
    width: 200px;
  }
  .footer_top_heading {
    margin-top: 30px;
  }
  .footer_top {
    padding: 10px 0 30px;
  }
  .contact_page_banner {
    margin-top: 0;
    padding: 105px 0 50px;
  }
	.form_page_section {
	  padding: 40px 0;
	}
	.book-form-top-heading {
	  font-size: 20px;
	}
	.radiobtn label {
	  border-radius: 10px;
	}
  .inner_page_img {
    margin-bottom: 25px;
  }
  .contact_page_heading {
    font-size: 22px;
    line-height: 28px;
  }
  .service_page_strip_btn {
    text-align: left;
  }
  .service_page_strip_text {
    font-size: 16px;
    margin-top: 10px;
  }
  .conatct_right {
    margin-top: 35px;
  }
  .radiobtn label img {
    display: block;
    margin-bottom: 6px;
  }
  .bedroominput {
    width: 200px;
  }
  .datepicker table tr td, .datepicker table tr th {
    line-height: 45px;
  }
  .book-right-bottom {
    margin-top: 30px;
  }
  .book-right {
    margin-bottom: 30px;
  }
  .offer_strip {
    margin-top: 5px;
  }
  .payment_bottom_btn {
    text-align: left;
    margin-top: 15px;
  }
  .book-right-total {
    font-size: 18px;
  }
  .footer_bottom {
    padding: 15px 0 60px;
  }
  #back-to-top {
    bottom: 52px;
  }
}
@media only screen and (max-width : 320px) {
  .contact_page_info {
    font-size: 14px;
  }
  .radiobtn label {
    font-size: 12px;
  }
}
@media only screen and (min-width : 321px) and (max-width : 480px) {}
@media only screen and (min-width : 481px) and (max-width : 767px) {}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  .cleaning_checklist ul li {
    width: 50%;
  }
  .header_btn1, .header_btn2 {
    display: none;
  }
  .header {
    background: #1976d2;
  }
  .header_right {
    text-align: left;
  }
  .logo img {
    width: 82px;
  }
  .logo {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .header_menu {
    display: block;
    margin-top: 0;
  }
  .stellarnav > ul > li > a {
    padding: 10px !important;
    font-size: 15px !important;
  }
  .banner_heading {
    font-size: 24px;
  }
  .banner_form {
    padding: 10px 18px 20px;
  }
  .home_banner_section {
    background-position: right;
    padding: 100px 0 35px;
  }
  .home_choose_section_heading, .about_heading, .home_policy_section_heading, .contact_top_heading, .service_page_strip_heading {
    font-size: 24px;
    line-height: 30px;
  }
  .home_choose_block img {
    width: 90px;
  }
  .home_choose_block_text, .home_service_subheading, .home_service_box_text {
    font-size: 15px;
  }
  .trusted_img {
    margin-top: 250px;
  }
  .footer_top_heading {
    margin-top: 30px;
  }
  .footer_top {
    padding: 10px 0 40px;
  }
  .contact_page_banner {
    margin-top: 0;
    padding: 130px 0 80px;
    background: #e3e3e3;
  }
  .inner_page_img {
    margin-top: 8px;
  }
  .book-right-total {
    font-size: 18px;
  }
  .radiobtn label img {
    display: block;
    margin-bottom: 8px;
  }
  .datepicker table tr td, .datepicker table tr th {
    line-height: 50px;
  }
  .radio-inline .radio-btn {
    font-size: 14px;
  }
  .footer_bottom {
    padding: 15px 0 60px;
  }
  #back-to-top {
    bottom: 52px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .cleaning_checklist ul li {
    width: 50%;
  }
  .footer_top_heading {
    font-size: 20px;
  }
  .trusted_img {
    margin-top: 35px;
  }
  .stellarnav > ul > li > a {
    padding: 9px 11px !important;
    font-size: 16px !important;
  }
  .header_btn2 {
    padding: 10px 16px;
  }
  .header_btn1 {
    background: url("../images/header_phone.png") #1976d2 no-repeat center left 10px;
    padding: 10px 16px 10px 35px;
  }
  .book-right-total {
    font-size: 18px;
  }
  .radiobtn label img {
    display: block;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1424px) {}
@media screen and (min-width: 1624px) {}
@media screen and (min-width: 1920px) {}
@media screen and (min-width: 2048px) {}
@media screen and (min-width: 2550px) {}