@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap);
body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-family: raleway, sans-serif;
  color: #000;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  outline: 0;
}
body a:focus,
body a:hover {
  color: initial;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
input:focus,
textarea:focus {
  outline: 0;
}
select:focus {
  outline: 0;
}
input {
  outline: 0 !important;
}
button,
button:focus {
  outline: 0;
}
a img {
  border: none;
}
img {
  border: 0;
  max-width: 100%;
}
p {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
p,
ul {
  padding: 0;
  margin: 0;
}
textarea {
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
}
input:-webkit-autofill {
  border: 1px solid #e4e4e5;
  -webkit-text-fill-color: #313233;
  -webkit-box-shadow: 0 0 0 1000px #f5f5f6 inset;
  transition: background-color 5000s ease-in-out 0s;
}
input:-internal-autofill-selected {
  background-color: #f5f5f6 !important;
  -webkit-box-shadow: 0 0 0 1000px #f5f5f6 inset;
}
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  border: 1px solid #e4e4e5;
  -webkit-text-fill-color: #313233;
  -webkit-box-shadow: 0 0 0 1000px #f5f5f6 inset;
  transition: background-color 5000s ease-in-out 0s;
}
input::-moz-placeholder {
  opacity: 1;
  outline: 0;
}
textarea::-moz-placeholder {
  opacity: 1;
  outline: 0;
}
.clr {
  clear: both;
  height: 0;
}
ul {
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.contact_info ul li {
  display: inline-block;
  margin-right: 20px;
}
.top_herder .col-md-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_right ul li {
  display: inline-block;
}
header a {
  color: #fafafa;
}
.contact_info a {
  font-size: 14px;
  font-family: open sans, sans-serif;
  font-weight: 300;
}
.contact_info a > img {
  margin-right: 5px;
}
.top_herder {
  padding: 10px 0;
  border-bottom: 1px solid #b3b1b1;
}
.social_media a {
  font-size: 16px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
}
.social_media a:hover {
  background: #fff;
}
header a:hover {
  color: #fafafa;
}
header .navbar {
  padding: 15px 0;
  justify-content: space-between;
}
header .navbar a {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 10px;
  padding-bottom: 1px;
}
header .navbar a.nav-link {
  padding: 0 !important;
}
.login_btn a,
.register_btn a {
  font-size: 14px !important;
  padding: 3.5px 14px !important;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
}
.register_btn a {
  background: #fff;
  color: #1d1d1d;
  font-weight: 600 !important;
}
.login_btn a:hover {
  background: #fff;
}
header .navbar a.navbar-brand {
  margin: auto;
}
header .active a {
  border-bottom: 1px solid #0abd04;
}
header a:hover {
  color: #0abd04;
}
header .navbar ul li:first-child a {
  margin-left: 0;
}
header .navbar ul li:last-child a {
  margin-right: 0;
}
header .navbar-collapse {
  flex-grow: inherit;
}
.main_banner .carousel-inner img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
.main_banner h2 {
  font-size: 55px;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 15px;
  color: #fff;
}
.main_banner h1 {
  margin-bottom: 70px;
  font-family: open sans, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 97px;
  color: #fff;
}
.carousel-inner:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.main_banner a {
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: open sans, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  background: #0048a3;
  display: inline-block;
  min-width: 210px;
  padding: 11px 20px;
}
.main_banner a:hover {
  background: #000;
  color: #fff;
}
.main_banner .container {
  position: relative;
}
.main_banner .carousel-caption {
  left: 0;
  text-align: left;
  max-width: 730px;
  right: 0;
  bottom: 110px;
  z-index: 0;
  padding: 0 15px;
  z-index: 9;
}
.main_banner .carousel-indicators li {
  border: none;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  flex: 0 0 9px;
  margin: 0 8px;
}
.main_banner .carousel-indicators {
  bottom: 30px;
  align-items: center;
}
.main_banner .carousel-indicators li.active {
  border: 2px solid #0abd04;
}
.voucher_sec {
  padding: 20px 0 40px;
  background: url(../img/full-deal.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
}
.clean_img img {
  width: 100%;
  height: 475px;
  object-fit: cover;
}
.border_heading h2 {
  font-family: open sans, sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
  color: #353535;
  line-height: 70px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 25px;
}
.border_heading h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 2px;
  background: #0abd04;
}
.voucher_sec.border_heading h3 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  line-height: 50px;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 15px;
}
.Nutshell .slick-next:before,
.Nutshell .slick-prev:before {
  display: none;
}
.voucher_sec p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  margin-bottom: 15px;
}
.voucher_sec.border_heading .v_content h2 + p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 52px;
  color: #fff;
  font-weight: 600;
}
.voucher_sec.border_heading .v_content h2 + p img{display: initial;}
.voucher_sec .left_content > div {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #e7e7e7;
}
.voucher_sec .left_content > div:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.what_know ul{margin: 0 !important; padding: 0 !important;list-style: none !important;}
.what_know ul li {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
  margin: 0 0 15px !important;
  position: relative;
  padding-left: 36px;
}
.what_know ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(../img/check-green.png);
  border-radius: 100%;
  background-size: 20px auto;
  background-repeat: no-repeat;
}
.what_know .star ul li:before {
  background: url(../img/icon-star.png);
  top: 1px;
  background-size: 20px auto;
  background-repeat: no-repeat;
}
.Nutshell .popup > button {
  box-shadow: none;
  border: none;
  background: 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #82f37b;
  line-height: 26px;
  margin-bottom: 15px;
  padding: 0;
  text-align: left;
}
.zipcode_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 516px;
}
.zipcode_box input, .zipcode_box input[type=text]{
  font-family: open sans, sans-serif;
  /*min-width: 420px;*/
  height: 49px;
  border: 1px solid #c1c0c0;
  border-radius: 0;
  padding: 7px 15px;
  margin-right: 10px;
  max-width: calc(100% - 96px );
}
.zipcode_box input::placeholder, .zipcode_box input[type=text]::placeholder {
  font-family: open sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #7e7e7e;
}
.zipcode_box .go_btn {
  font-family: open sans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #0048a3;
    border: 1px solid #0048a3;
    height: 49px;
    min-width: 86px;
    padding: 0;
    line-height: 49px;
}
.voucher_sec.border_heading .v_content h2 {
  font-family: open sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 70px;
  text-transform: inherit;
  max-width: 890px;
  margin: 0 auto 25px;
}
.v_content {
  text-align: center;
  position: relative;
}
.voucher_sec.border_heading h2:after {
  height: 1px;
}
.voucher_sec.border_heading .v_content h2:after {
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.voucher_info > div {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  padding: 15px 0;
}
.voucher_info > div img{display: block;margin: auto;}
.voucher_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.voucher_info p {
  font-size: 16px;
  font-family: open sans, sans-serif;
  font-weight: 400;
  color: #4c4c4c;
}
.voucher_info p {
  font-size: 16px;
  font-family: open sans, sans-serif;
  font-weight: 500;
  color: #4c4c4c;
  max-width: 135px;
  margin: auto;
  margin-top: 7px;
  line-height: 20px;
}
.vouchers_list {
  background: #f1eded;
  padding: 0 1px;
}
.total_voucher {
  border-right: 1px solid #dedede;
}
.time_left p {
  color: #ed1f24;
}
.prices_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: open sans, sans-serif;
}
.vouchers_list ul{margin: 0 !important;list-style: none;}
.vouchers_list ul li {
  padding: 25px 20px;
  position: relative;margin: 0 !important;
}
.vouchers_list ul li h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2b2b2b;
  margin:0 0 10px;
}
.prices_block > div {
  margin-right: 20px;
}
form#coupenSubmit input[type="submit"]{    height: 44px;
    text-decoration: none;
}}
.del_price {
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 400;
}
.price {
  font-weight: 700;
  color: #0048a3;
  font-size: 16px;
}
.dis {
  font-size: 14px;
  font-weight: 600;
  color: #2b2b2b;
  background: #0abd04;
  padding: 2px 10px;
}
.extra {
  font-size: 13px;
  font-style: italic;
  color: #ed1f24;
  font-weight: 500;
}
.vouchers_list ul li:nth-of-type(odd) {
  background: #fff;
}
.redio_input {
  position: absolute;
  right: 20px;
  bottom: 17px;
  transform: translateY(-50%);
}
.redio_input .custom-control-label:after {
  border-radius: 100%;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.6);
  width: 23px;
  height: 23px;
}
.redio_input .custom-control-label:before {
  width: 23px;
  height: 23px;
  border: none;
}
.redio_input .custom-control-input:checked ~ .custom-control-label:after {
  box-shadow: none;
}
.redio_input .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0abd04;
  background-color: #0abd04;
}
.redio_input input::focus {
  outline: 0;
  box-shadow: none;
}
.btn_box {
  padding: 40px 20px 25px;
  border-top: 1px solid #dedede;
}
.clean_btn {
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: open sans, sans-serif;
  background: #0048a3;
  color: #fff;
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 40px;
}
.clean_btn:hover {
  background: #000;
  color: #fff;
}
.chat_btn,
.quation_btn {
  font-size: 18px;
  font-weight: 400;
  color: #7e7e7e;
  min-width: 175px;
  display: inline-block;
  text-align: center;
  border: 1px solid #c1c0c0;
  padding: 10px 15px;
}
.chat_btn {
  float: right;
}
.chat_btn:hover,
.quation_btn:hover {
  color: #0abd04;
  border-color: #0abd04;
}
.modal-body p {
  color: #424242;
}
footer {
  background: #1b1913 !important;
  padding: 40px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.footermenu ul{margin: 0 !important;list-style: none;padding: 0 !important;}
.footermenu ul li {
  display: inline-block;margin: 0 !important;padding: 0 !important;
}
.footermenu li a {
  padding-top: 15px;
  padding-right: 30px;
  display: inline-block;
}
.footermenu li:last-child a {
  padding-right: 0;
}
.footer-logo {
  margin: 0 0 30px;
  text-align: center;
}
.footer-logo img{display: block;margin: auto;}
footer h3 {
  font-size: 24px;
  text-align: left;
  font-weight: 600;
  padding-bottom: 20px;
}
footer a {
  color: #bfbdbd;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.des {
  width: 100%;
  max-width: 22%;
  padding-right: 20px;
}
.links {
  max-width: 200px;
  min-width: 200px;
  width: auto;
}
.links.form {
  width: 38% !important;
  min-width: 28%;
}
.des p {
  color: #fafafa;
  font-size: 15px;
  padding-top: 50px;
}
.copy-r {
  position: relative;
  z-index: 2;
  padding: 20px 0;
  border-top: 1px solid #333027;
  margin-top: 20px;
}
.copy-r p {
  color: #bfbdbd;
  font-size: 14px;
}
.links li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
footer a:focus,
footer a:hover {
  color: #0abd04;
}
.links li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border-top: 8px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: rotate(270deg);
}
.footer-form input {
  font-family: open sans, sans-serif;
  height: 50px;
  color: #fff !important;
  border-radius: 0;
  border: 1px solid #fff;
  background: 0 0;
  margin-bottom: 10px;
  color: #fff;
}
.footer-form button {
  background: #0048a4;
  padding: 11px 50px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 4px;
  letter-spacing: 1px;
}
.footer-form button:hover {
  background: #000;
  transition: all 0.5s;
}
footer .copy-r a {
  font-size: 14px;
  color: #bfbdbd;
  font-weight: 400;
}
footer .copy-r a:focus,
footer .copy-r a:hover {
  color: #0abd04;
}
footer .copy-r a:first-child {
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #4a4a4a;
}
footer .form-row {
  margin: 0;
}
footer input::placeholder {
  color: #fff !important;
  opacity: 1;
}
footer input:-ms-input-placeholder {
  color: #fff !important;
}
footer input::-ms-input-placeholder {
  color: #fff !important;
}
footer .form-control:focus {
  box-shadow: none !important;
  background: 0 0;
}
footer input:focus {
  background: 0 0;
}
.about_sec {
  padding: 80px 0;
  background: #f3f3f3;
}
.left_img img:first-child {
  margin-bottom: 30px;
}
.about_sec h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
  color: #353535;
}
.about_sec p {
  color: #353535;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 30px;
}
.blue_btn {
  border: none;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: open sans, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  background: #0048a3;
  display: inline-block;
  min-width: 180px;
  padding: 11px 20px;
}
.about_sec h2 {
  margin-top: -15px;
}
.blue_btn:hover {
  background: #000;
  color: #fff;
}
.s_card {
  text-align: center;
  background: #f3f3f3;
}
.c_services .item {
  padding: 0 15px;
}
.s_card h4 {
  padding-bottom: 25px;
  font-family: open sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #353535;
  text-transform: uppercase;
  margin: 0 0 25px;
  position: relative;
}
.s_card h4:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #0abd04;
}
.c_services {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 40px;
}
.cleaning_service {
  padding: 65px 0 80px;
}
.cleaning_service p {
  font-size: 14px;
  font-weight: 400;
  color: #404040;
  line-height: 20px;
  margin-bottom: 20px;
}
.s_text {
  padding: 25px 15px;
}
.s_card p {
  margin-bottom: 0;
}
.slick-initialized .slick-slide {
  outline: 0;
}
.cleaning_service .slick-dots li button:before {
  display: none;
}
.cleaning_service .slick-dots li button {
  background: #d5d4d4;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.cleaning_service .slick-dots li.slick-active button {
  border: 2px solid #0abd04;
}
.c_services .slick-dots {
  bottom: -65px;
}
.s_card img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}
.booking_sec {
  background: url(../img/booking_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
.booking_sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.93);
}
.booking_sec .row {
  position: relative;
  z-index: 1;
}
.booking_sec h2 {
  color: #fff;
}
.booking_sec p {
  font-size: 14px;
  color: #eee;
  line-height: 22px;
  margin-bottom: 25px;
}
.booking_form .form-control {
  font-family: open sans, sans-serif;
  font-size: 18px;
  color: #6f6f6f;
  font-weight: 400;
  background: #edecec;
  border: none;
  border-radius: 0;
  height: 50px;
}
.booking_form .form-control::placeholder {
  font-family: open sans, sans-serif;
  font-size: 18px;
  color: #6f6f6f;
  font-weight: 400;
}
.booking_form textarea.form-control {
  height: 100px;
}
.booking_form .form-row {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px;
}
.booking_form .form-row .col {
  padding: 0 15px;
}
.booking_form .custom-select {
  background: #edecec url(../img/select_arrow.png) no-repeat right center/38px
    50px;
}
.booking_form h4 {
  font-size: 18px;
  color: #f7f7f7;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.redio_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.redio_box label {
  color: #f7f7f7;
  font-size: 16px;
  font-weight: 500;
}
.redio_box .custom-radio {
  margin-right: 20px;
}
.redio_box .custom-control-label:after {
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.redio_box .custom-control-label:before {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #c1c0c0;
}
.captcha_box {
  text-align: right;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.redio_box .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.booking_form p {
  font-family: open sans, sans-serif;
  font-size: 18px;
  color: #ff2020;
  font-weight: 400;
}
.right_checkbox label {
  padding-left: 12px;
  font-size: 18px;
  color: #f7f7f7;
  line-height: 24px;
  font-weight: 400;
}
.right_checkbox .custom-checkbox {
  margin-bottom: 30px;
}
.right_checkbox .custom-control-label:after {
  top: 0;
  border: 2px solid #8a8b8b;
  width: 25px;
  height: 25px;
  border-radius: 0;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.right_checkbox .custom-control-label:before {
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 0;
  background: #c1c0c0;
}
.right_checkbox
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label:after {
  border-color: #007bff;
}
.calculator_sec {
  padding: 70px 0;
  background: #f6f6f6;
}
.calculator_sec p {
  font-size: 14px;
  font-weight: 400;
  color: #5e5e5e;
  line-height: 22px;
  margin-bottom: 20px;
}
.calculator_block {
  padding: 30px 0 0;
}
.calculator_item {
  background: #fff;
  padding: 20px;
  margin: 0 0 30px;
}
.calculator_item label {
  font-size: 16px;
  color: #5e5e5e;
  font-weight: 500;
  font-family: raleway;
  margin: 0 0 15px;
}
.custom-rangeslider {
  position: relative;
  margin-top: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.custom-rangeInput {
  width: 100%;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  height: 35px;
}
.custom-rangeInput::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: #cdcdcd;
  outline: 0;
  width: 20px;
  height: 20px;
  border: 5px solid #0071ff;
  border-radius: 50%;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
  margin-top: -8px;
}
.custom-rangeInput::-webkit-slider-thumb:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.custom-rangeInput::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: #cdcdcd;
  outline: 0;
  width: 20px;
  height: 20px;
  border: 5px solid #0071ff;
  border-radius: 50%;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.custom-rangeInput::-moz-range-thumb:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.custom-rangeInput::-ms-thumb {
  appearance: none;
  box-sizing: border-box;
  background-color: #cdcdcd;
  outline: 0;
  width: 20px;
  height: 20px;
  border: 5px solid #0071ff;
  border-radius: 50%;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
  margin: auto;
}
.custom-rangeInput::-ms-thumb:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.custom-rangeInput::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  height: 5px;
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  background: grey;
}
.custom-rangeInput::-moz-range-track {
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  height: 5px;
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  background: grey;
}
.custom-rangeInput::-ms-track {
  appearance: none;
  box-sizing: border-box;
  height: 5px;
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  background: grey;
  color: transparent;
  border: none;
  outline: 0;
}
.custom-rangeInput:active,
.custom-rangeInput:focus {
  outline: 0;
}
.custom-rangeInput::-ms-tooltip {
  display: none;
}
.custom-rangeslider__tooltip {
  -webkit-transform: translate(-26%, 0);
  transform: translate(-26%, 0);
  border-radius: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
  padding-left: 0;
  transform: initial !important;
  width: 86px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e5e5e;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  font-family: open sans, sans-serif;
  margin-left: 25px;
}
.custom-rangeslider__label {
  width: 100%;
  display: block;
}
.custom-rangeslider__label span {
  display: block;
}
.custom-rangeslider__label-min {
  float: left;
}
.custom-rangeslider__label-max {
  float: right;
}
.custom-rangeslider__label:after {
  content: "";
  display: table;
  clear: both;
}
.calculator_block h3 {
  font-size: 24px;
  color: #313030;
  font-weight: 600;
  margin: 0 0 22px;
}
.calculator_item ul li {
  display: inline-block;
}
.calculator_item ul li button {
  border: 1px solid #d4d3d3;
  background: 0 0;
  color: #5e5e5e;
  font-size: 16px;
  padding: 12px 24px;
  margin-right: 20px;
}
.calculator_item ul li .active {
  border: 1px solid #0abd04;
  background: #0abd04;
  color: #fff;
}
.toggle--knob .toggle--btn {
  position: relative;
  width: 110px;
  height: 50px;
  color: #424141;
  background: #fff;
  box-shadow: inset 0 -4px 74px rgba(0, 0, 0, 0.31);
  border-radius: 40px;
  margin: 0;
}
.toggle--knob .toggle--btn:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f1f1f1;
  box-shadow: 0 4px 10px 0 #999, inset 0 10px 10px 8px rgba(241, 241, 241, 0.6),
    inset 0 0 8px 0 #333, inset 0 0 0 13px #ccc, inset 0 0 0 14px #f1f1f1;
  text-indent: -100%;
}
.toggle--knob .toggle--feature {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
}
.toggle--knob .toggle--feature:after,
.toggle--knob .toggle--feature:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.toggle--knob .toggle--feature:before {
  content: attr(data-label-on);
  left: 20%;
}
.toggle--knob .toggle--feature:after {
  content: attr(data-label-off);
  right: -60%;
}
.toggle--knob .toggle--checkbox:checked + .toggle--btn {
  background: #eee;
  color: #424141;
  box-shadow: inset 0 20px 40px rgba(0, 0, 0, 0.31);
}
.toggle--knob .toggle--checkbox:checked + .toggle--btn:before {
  left: 0;
}
.toggle--knob .toggle--checkbox:checked + .toggle--btn .toggle--feature:before {
  left: -60%;
}
.toggle--knob .toggle--checkbox:checked + .toggle--btn .toggle--feature:after {
  right: 20%;
}
.toggle--knob .toggle--btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.37);
  text-indent: -100%;
}
.toggle--knob .toggle--checkbox:checked + .toggle--btn:before {
  left: 10%;
}
.toggle--knob {
  display: flex;
}
.toggle--knob input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 100%;
}
.final-price {
  color: #0abd04;
  font-size: 50px;
  font-family: open sans, sans-serif;
  font-weight: 600;
  line-height: 60px;
}
.final-price span {
  font-size: 90px;
}
.calculator_block .form-control {
  height: 49px;
  border: none;
  border-radius: 0;
  margin: 0 0 10px;
  padding: 10px 20px;
}
.calculator_block textarea.form-control {
  height: 100px;
}
.calculator_block input.submit-btn {
  background: #0048a3;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  padding: 11px 40px;
  cursor: pointer;
}
.contact-sce .row {
  margin: 0 -5px;
}
.contact-sce .row div[class*="col-md"] {
  padding: 0 5px;
}
.calculator_block select.form-control {
  border: 1px solid #d4d3d3;
  padding: 11px;
}
.header-inner {
  padding: 6px 0;
  position: relative;
  text-align: center;
}
.arrow-show {
  position: absolute;
  z-index: 9;
  right: 28%;
  bottom: -51px;
}
.boucher-header {
  padding: 50px 50px 2px;
}
.terms_condition h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin:0 0 1rem !important;
}
.rvoucher-middle {
  padding: 0 50px 50px;
}
.what_know h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px !important;
}
.sidebar-pakge {
  position: sticky;
  top: 0;
  z-index: 1020;
  position: sticky;
  position: -webkit-sticky;
  height: 100%;
}
.brand ul {
  display: flex;
  align-items: center;
  margin: 0 -4px;
}
.brand ul li {
  flex: 1 0;
  -ms-flex: 0 0 auto;
  padding: 0 4px;
  max-width: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 68px;
}
.brand ul li img {
  max-height: 67px;
  flex: 0 0 auto;
  max-width: 100%;
  filter: grayscale(1);
}
.customer-slider .name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.customer-slider .quote {
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: 600;
}
.customer-slider .city {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: left;
}
.customer-slider .rating {
  display: flex;
  color: #ffbf33;
  font-size: 14px;
  justify-content: flex-start;
}
.customer-slider.slick-initialized {
  padding: 15px 13px 0;
}
/*.customer-slider .slick-next,
.customer-slider .slick-prev {
  width: 35px; height: 39px; z-index: 99; background: #fff; opacity: 1; box-shadow: none; border: none;
}*/

/*.customer-slider .slick-next:after { position: absolute; top: 12px; left: 14px; content: ""; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 9px solid #000; }*/

/*.customer-slider .slick-prev:after { position: absolute; top: 12px; left: 14px; content: ""; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-right: 9px solid #000; }

.customer-slider .slick-next:before,
.customer-slider .slick-prev:before {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}*/
.reviews-block {
  padding: 0 3px;
}
.cleaning_service {
  overflow: hidden;
}
.left_img img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}
.right_img img {
  height: 100%;
}
.what_included .modal-header {
  justify-content: center;
  border: none;
  border-radius: 0;
  background: #0048a3;
  text-align: center;
  padding: 20px;
}
.what_included .modal-header h5 {
  margin: 0 !important;
  font-size: 30px;
  font-family: open sans, sans-serif;
  font-weight: 500;
  color: #fff;
}
.popup .modal-dialog {
  max-width: 800px;
  border: none;
  padding: 0 15px;
}
.popup .modal-content {
  border: none;
  border-radius: 0;
}
.what_included h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3c3d37;
  line-height: 30px;
  margin:0 0 10px;
}
.what_included .modal-body {
  padding: 25px 40px;
  background: #eee8d8;
}
.what_included ul{margin: 0 !important;padding: 0!important;}
.what_included ul li {
  list-style-type: disc;
  font-size: 18px;
  color: #3c3d37;
  line-height: 27px;
  margin-bottom: 7px;
}
.what_included img {
  max-width: 250px;
}
.what_included .modal-body .row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.what_included .modal-body .row {
  margin-bottom: 50px;
}
.modal-header .close span {
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 0px !important;
  left: 5px !important;
  font-weight: 300;
}
.modal-header .close {
  font-size: 40px;
  padding: 0;
  position: absolute;
  right: 5px;
  background: #000;
  width: 25px;
  height: 25px;
  color: #fff;
  opacity: 1;
  border-radius: 100%;
  top: 5px;
}
.membership_pop .modal-header {
  border-radius: 0;
  border: none;
  justify-content: center;
  padding: 20px;
  border-top: 5px solid #39b54a;
}
.membership_pop .modal-header h5 {
  padding: 0;
  color: #0048a3;
  font-weight: 650;
  font-size: 40px;
  margin: 0;
}
.membership_pop h4 {
  color: #39b54a;
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  margin: 0 0 7px;
}
.voucher_sec .rvoucher-middle .res p{margin: 5px 0 0;}
.membership_pop .zipcode_box {
  margin-top: -10px;
  margin-bottom: 25px;
}
.what_included .modal-body .row:last-child {
  margin-bottom: 0;
}
.main_logo {
  text-align: center;
}
.main_logo img {
  max-height: 130px;
  display: block;
  margin: auto !important;
}

/*popup*/
/* .coupon_popup_custom ul.ws_step_container{padding: 0 !important;margin: 0 0 20px!important; list-style: none;	}
.coupon_popup_custom ul.ws_step_container li{ margin: 0 0 0 -5px;}
ul.ws_step_container li a{text-decoration: none;}

.form-row.place-order{padding: 0;margin: 0;}
ul.ws_step_container li a{font-size: 16px;}
ul.ws_step_container li.active+li:before{    border: 5px solid #f1d631;}
ul.ws_step_container li{padding: 9px 10px;}
.coupon_popup_custom .form-row{display: block;margin-right: 0;
    margin-left: 0;}
span.woocommerce-input-wrapper select{background: rgba(200, 201, 209, 0.3); border-radius: 3px; font-size: 14px; font-weight: 500; color: #193325; padding: 4px 14px; height: 43px; width: 100%}

#couopnpopup table.shop_table th{border: none;font-weight: 700; line-height: 1.5em;padding: 5px 10px !important; }
#couopnpopup table.shop_table td {border: none; border-top: 1px solid rgba(0,0,0,.1);  vertical-align: middle; line-height: 1.5em; padding: 5px 10px !important;}
#couopnpopup table.shop_table tfoot td, #couopnpopup table.shop_table tfoot th{    border-top: 1px solid rgba(0,0,0,.1);    font-weight: 700;padding: 5px 10px !important;    font-size: 15px;}
#couopnpopup table.shop_table tr th:first-child, #couopnpopup table.shop_table tr td:first-child{display: table-cell;padding: 5px 10px !important;}
#couopnpopup table.shop_table tr #shipping_method{padding: 0}
#couopnpopup table.shop_table tr #shipping_method li{margin: 0}
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total{    border-top: none !important;}
.woocommerce #payment #place_order:hover{text-decoration: none;}

#couopnpopup a, #couopnpopup a:hover{text-decoration: none;}
#couopnpopup p a, #couopnpopup td a{color: #007bff;text-decoration: none;}
#couopnpopup p a:hover, #couopnpopup td a:hover{    color: #424242;text-decoration: none;}
#couopnpopup .modal-body{padding: 15px;}
.checkout-step_actions a:hover, .checkout-step_actions a:focus{background: #000;color: #fff;}

.coupon_popup_custom ul.ws_step_container li i {
    display: none;
} */

.modal {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1040 !important;
    outline: 0 !important;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1199px) {
  header .navbar a {
    font-size: 14px;
    margin: 0 6px;
  }
  header .navbar {
    padding: 10px 0;
  }
  .main_banner h2 {
    font-size: 35px;
    line-height: 47px;
  }
  .main_banner h1 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 45px;
    max-width: 500px;
  }
  .main_banner .carousel-inner img {
    height: 630px;
  }
  .main_banner .carousel-caption {
    max-width: 550px;
    bottom: 90px;
  }
  .border_heading h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .voucher_sec {
    padding: 45px 0 0;
  }
  .voucher_sec .left_content > div {
    margin-bottom: 45px;
  }
  .extra {
    margin-top: 7px;
  }
  .vouchers_list ul li {
    padding: 15px;
  }
  .btn_box {
    padding: 40px 15px 25px;
  }
  .chat_btn,
  .quation_btn {
    min-width: auto;
    font-size: 17px;
  }
  .clean_btn {
    margin-bottom: 25px;
  }
  .about_sec h2 {
    margin-top: 0;
  }
  .about_sec h4 {
    font-size: 22px;
  }
  .about_sec {
    padding: 60px 0;
  }
  .booking_sec {
    padding: 60px 0;
  }
  .what_included .modal-header h5 {
    font-size: 27px;
  }
  .what_included .modal-header {
    padding: 15px;
  }
  .what_included h4 {
    font-size: 22px;
  }
  .membership_pop .modal-header h5 {
    font-size: 30px;
    line-height: 35px;
  }
  .membership_pop .modal-header {
    padding: 15px;
  }
  .zipcode_box input {
    min-width: 370px;
  }
  .chat_btn,
  .quation_btn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 40px 0;
    padding-bottom: 0;
  }
  .footer-content {
    display: block;
  }
  .des p {
    padding-top: 0;
    font-size: 16px;
    padding-left: 20px;
  }
  .des {
    max-width: 100%;
    padding-right: 0;
    display: flex;
    align-items: center;
  }
  .links {
    max-width: 40%;
    min-width: auto;
    width: auto;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 110px;
    margin-top: 30px;
  }
  .links.form {
    width: 100% !important;
    min-width: 100%;
  }
  .navbar-toggler {
    color: #fff;
    font-size: 27px;
    padding: 0;
  }
  .navbar-toggler {
    color: #fff;
    font-size: 27px;
    padding: 0;
    position: absolute;
    top: 25px;
    right: 0;
  }
  header .navbar {
    padding-right: 45px;
  }
  header .navbar-collapse {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    background: #000;
    z-index: 1;
  }
  header .navbar-collapse a.nav-link {
    margin: 0;
    padding: 8px 15px !important;
    border-bottom: 1px solid #fafafa;
    text-align: right;
  }
  header .navbar ul.navbar-nav li:last-child a {
    border-bottom: none;
  }
  .main_banner h2 {
    font-size: 25px;
    line-height: 37px;
  }
  .main_banner h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .main_banner .carousel-inner img {
    height: 550px;
  }
  .border_heading h2,
  .voucher_sec.border_heading .v_content h2,
  .voucher_sec.border_heading h3 {
    font-size: 30px;
    line-height: 32px;
  }
  .Nutshell a,
  .voucher_sec p {
    margin-bottom: 15px;
  }
  .extra {
    margin-top: 0;
  }
  .prices_block > div {
    margin-bottom: 7px;
  }
  .voucher_sec {
    padding: 35px 0;
  }
  .voucher_sec .left_content > div {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .clean_img img {
    height: auto;
  }
  .left_img img {
    height: 205px;
  }
  .about_sec h2 {
    margin-top: 30px;
  }
  .about_sec {
    padding: 45px 0;
  }
  .cleaning_service {
    padding: 45px 0 80px;
  }
  .booking_sec {
    padding: 45px 0;
  }
  .right_checkbox {
    margin-top: 25px;
  }
  .c_services {
    margin-top: 0;
  }
  .what_included .modal-header h5 {
    font-size: 24px;
  }
  .what_included ul li {
    font-size: 17px;
  }
  .boucher-header {
    padding: 30px 10px 2px;
  }
  .voucher_sec p,
  .what_know h4,
  .what_know ul li {
    font-size: 16px;
  }
  .rvoucher-middle>.row {
    flex-direction: column-reverse;
}
.sidebar-pakge{margin-bottom: 30px;}
div#couopnpopup.modal{    overflow-y: auto !important;}
div#couopnpopup .modal-dialog{    margin: 60px auto 60px !important;}
}
@media (max-width: 767px) {
  footer h3 {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .footer-form input {
    height: 40px;
  }
  .contact_info ul li {
    margin-right: 10px;
  }
  .contact_info a {
    font-size: 13px;
  }
  .top_herder {
    display: none;
  }
  .header_right {
    width: 100%;
    display: block;
    text-align: right;
    margin-bottom: 10px;
  }
  header .navbar {
    padding: 15px 0;
    padding-right: 0;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .navbar-toggler {
    top: 65px;
  }
  header .navbar-collapse {
    top: 115px;
  }
  .main_banner h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .main_banner h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .main_banner a {
    font-size: 16px;
  }
  .main_banner .carousel-inner img {
    height: 450px;
  }
  .border_heading h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .voucher_sec {
    padding: 25px 0;
  }
  .voucher_sec .left_content > div {
    margin-bottom: 25px;
  }
  .border_heading h2 {
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .zipcode_box input {
    width: calc(100% - 100px);
    min-width: auto;
  }
  .about_sec {
    padding: 30px 0;
  }
  .about_sec h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
  }
  .cleaning_service {
    padding: 30px 0;
  }
  .c_services .slick-dots {
    bottom: -45px;
  }
  .booking_sec {
    padding: 30px 0 10px;
  }
  .booking_form p {
    font-size: 16px;
  }
  .blue_btn {
    font-size: 16px;
    min-width: 150px;
  }
  .right_checkbox label {
    font-size: 16px;
  }
  .right_checkbox .custom-checkbox {
    margin-bottom: 20px;
  }
  .s_card img {
    height: 180px;
  }
  .s_card h4 {
    font-size: 20px;
    padding-bottom: 15px;
    margin: 0 0 20px;
  }
  .s_text {
    padding: 15px;
  }
  .left_img img {
    height: 171px;
  }
  .what_included .modal-header h5 {
    font-size: 22px;
  }
  .what_included .modal-header {
    padding: 10px 15px;
  }
  .what_included h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .what_included ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .what_included .modal-body .row {
    margin-bottom: 30px;
  }
  .what_included img {
    max-width: 100%;
  }
  .membership_pop .modal-header h5 {
    font-size: 22px;
    line-height: 27px;
  }
  .membership_pop h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .voucher_sec.border_heading .v_content h2 + p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 62px;
  }
  .arrow-show {
    bottom: -60px;
  }
  .terms_condition h4,
  .voucher_sec.border_heading h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .voucher_sec p {
    line-height: inherit;
  }
  .Nutshell .popup > button {
    font-size: 16px;
  }
  ul.ws_step_container li{width: 50% !important;}
  .prices_block{font-size: 15px;}
  .redio_input{bottom: auto; top: 50%; transform: translateY(-50%); margin-top: 6px;}
  #couopnpopup .modal-body { padding: 10px;}
  ul.ws_step_container li a {
    font-size: 14px;
}
ul.ws_step_container li{padding: 7px 0px !important};
}
@media (max-width: 575px) {
  .des {
    display: block;
  }
  .des p {
    padding-left: 0;
    padding-top: 20px;
  }
  footer {
    padding: 20px 0;
    padding-bottom: 0;
  }
  .links {
    max-width: 100%;
    min-width: auto;
    display: block;
    margin-right: 0;
    margin-top: 10px;
    border-bottom: 1px solid #6d6d6d;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .links.form {
    border: 0;
  }
  .copy-r {
    padding: 15px 0;
    margin-top: 15px;
  }
  .footer-form button {
    padding: 9px 20px;
  }
  .voucher_sec {
    padding: 20px 0;
  }
  .border_heading h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .voucher_sec .left_content > div {
    margin-bottom: 15px;
  }
  .zipcode_box input {
    height: 44px;
  }
  .zipcode_box .go_btn {
    /*height: 44px;*/
    font-size: 16px;    width: auto;
  }
  .main_banner h1 {
    margin-bottom: 20px;
  }
  .main_banner a {
    min-width: auto;
    padding: 7px 20px;
  }
  .vouchers_list ul li h3 {
    font-size: 16px;
  }
  .btn_box {
    padding: 15px;
  }
  .clean_btn {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .about_sec {
    padding: 20px 0;
  }
  .about_sec h2 {
    margin-top: 15px;
  }
  .about_sec h4 {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .about_sec p {
    margin-bottom: 20px;
  }
  .cleaning_service {
    padding: 15px 0 25px;
  }
  .cleaning_service p {
    margin-bottom: 15px;
  }
  .booking_sec {
    padding: 15px 0 0;
  }
  .right_checkbox {
    margin-top: 7px;
  }
  .booking_form .form-control {
    height: 42px;
  }
  .booking_form .form-control::placeholder {
    font-size: 16px;
  }
  .booking_form .form-control {
    font-size: 16px;
  }
  .booking_form p {
    font-size: 15px;
  }
  .what_included img {
    margin-top: 15px;
  }
  .popup .modal-dialog {
    padding: 15px 7px;
  }
  .what_included .modal-header h5 {
    font-size: 18px;
  }
  .what_included .modal-body {
    padding: 15px 35px;
  }
  .what_included h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .membership_pop .modal-header {
    padding: 15px 15px 0;
  }
  .membership_pop .modal-header h5 {
    font-size: 20px;
  }
  .membership_pop h4 {
    font-size: 16px;
    line-height: 24px;
  }


.customer-slider .slick-next { right:0; width: 25px; height: 25px; background: rgba(255,255,255,0.5); }
.customer-slider .slick-prev { left:0; width: 25px; height: 25px; background: rgba(255,255,255,0.5); }
.customer-slider .slick-prev:after { left: 9px; top: 7px; border-width: 5px; }
.customer-slider .slick-next:after { left: 11px; top: 7px; border-width: 5px; }



}
@media (max-width: 480px) {
  .header_right ul li:nth-of-type(1),
  .header_right ul li:nth-of-type(2) {
    display: none;
  }
  .chat_btn,
  .quation_btn {
    font-size: 16px;
    display: block;
    float: none;
    margin-bottom: 7px;
  }
  .login_btn a,
  .register_btn a {
    font-size: 12px !important;
  }
  .s_card img {
    height: 195px;
  }
  .booking_form .form-row .col {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .booking_form .form-row {
    margin-bottom: 0;
  }
  .captcha_box {
    justify-content: flex-start;
  }
  .voucher_sec.border_heading .v_content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .rvoucher-middle {
    padding: 0 15px 20px;
  }
  .terms_condition h4,
  .voucher_sec.border_heading h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 400px) {
  .about_sec .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .left_img img:first-child {
    margin-bottom: 15px;
  }
  .about_sec h2 {
    margin-top: 0;
  }
  .right_img img {
    height: auto;
    width: 100%;
  }
  .left_img img {
    height: auto;
  }
}