/* 

COLOR PALETTE:

Black - #353535
Light Blue - #0EA2FA

*/


/* FONTS */
@font-face {
    font-family: 'Open Sans Bold Italic';
    src: url('../fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Light Italic';
    src: url('../fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Extrabold';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Italic';
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2'),
        url('OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Medium';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Medium Italic';
    src: url('../fonts/OpenSans-MediumItalic.woff2') format('woff2'),
        url('OpenSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Extrabold Italic';
    src: url('../fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Semibold Italic';
    src: url('../fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Regular';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura PRO Book';
    src: url('../fonts/FuturaPRO-Bold.woff2') format('woff2'),
        url('FuturaPRO-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Futura PRO Book", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
}
h1, .h1 {
	font-size: 52px;
	line-height: 58px;
}
h2, .h2 {
	font-size: 28px;
	line-height: 34px;
}
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	line-height: 28px;
	font-size: 16px;
	color: #353535;
}
a, a:hover, a:focus {
	color: #0EA2FA;
	font-family: "Open Sans Bold", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
}
.bg-white {
	background: #fff;
}
.bg-blue {
	background: #054D84;
}
.text-blue {
	color: #054D84;
}

.container {
    max-width: 1400px;
    width: 100%;
}
.container-fluid {
    max-width: 1600px;
    width: 100%;
}

.container, .container-fluid {
	padding: 0 30px;
}



/* ----------------------------------- */

.cc {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-martop {
	margin-top: 130px;
}


/* MAIN NAVIGATION */

#main-nav-items .navbar-nav > li > a {
	color: #353535;
	text-transform: uppercase;
}
.nav-bar-btn .book-now-btn {
	background: #0EA2FA;
	text-transform: uppercase;
	color: #fff !important;
	padding: 10px 20px;
}
#main-nav-items .nav {
	float: none;
	text-align: center;
}
#main-nav-items .nav li {
	float: none;
	display: inline-block;
}
/*.nav-bar-btn {
	margin-top: 16px;
}*/
.navbar-fixed-top {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1010;
    background: #fff;
}
#main-navigation{
	padding: 0;
	margin-bottom: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}
#primary-nav {
	padding: 16px 0;
}
#secondary-nav {
	background: rgb(0 0 0 / 3%);
	padding: 10px 0;
}
.secondary-nav-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.secondary-nav-list li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	text-transform: uppercase;
}
.secondary-nav-list li a {
	color: #353535;
	text-decoration: none;
	font-family: "Open Sans Regular", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
}
.secondary-nav-list li:last-child {
	margin-right: 0;
}
.secondary-nav-list li.contact-num img {
	max-width: 24px;
}
.d-flex {
	display: flex;
}
.navbar-right-btn li {
	display: block;
    float: none;
    text-align: right;
    text-transform: uppercase;
    /*padding: 14px 0;*/
    font-size: 14px;
    line-height: 20px;
}
.main-nav-items .open a:focus {
	background: transparent;
}
.navbar-right-btn .navbar-nav {
	float: none;
}
.navbar-right-btn .navbar-nav li > a.dropdown-toggle {
	padding: 0;
}
.navbar-right-btn .sub-nav-dropdown {
	right: 0;
}
.navbar-right-btn .sub-nav-dropdown li {
	text-align: left;
}
#mobile-nav-wrapper .navbar-nav li.facebook-icon, #mobile-nav-wrapper .navbar-nav li.instagram-icon, #mobile-nav-wrapper .navbar-nav li.contact-num {
	display: none;
}
#mobile-nav-wrapper .navbar-nav ul {
	padding-left: 0;
	list-style: none;
	padding: 10px 15px;
}
#mobile-nav-wrapper .navbar-nav ul li {
	display: inline-block;
	width: auto;
}


/* FOOTER */
#footer-bottom {
	background: #054D84;
}
.footer-bottom-wrap {
	list-style: none;
	padding-left: 0;
}
.footer-bottom-wrap li {
	display: inline-block;
	position: relative;
	font-size: 14px;
}
.footer-bottom-wrap li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #fff;
    z-index: 1;
    bottom: 8px;
    left: -14px;
}
.footer-bottom-wrap li:first-child:before {
    display: none;
}
.footer-bottom-wrap li a {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
}
.footer-logo img {
	max-width: 250px;
	/*margin: auto;*/
}
.footer-header-wrap h4 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.footer-menu-item p {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
.header-4 {
	font-size: ;
}
#footer-bottom .social-icons {
	list-style: none;
	padding-left: 0;
	text-align: center;
	max-width: 250px;
}
#footer-bottom .social-icons li {
	display: inline-block;
	margin: 0 10px;
}
#footer-bottom-1 .footer-bottom-wrap li:before {
	background: #353535;
}
.footer-service-wrap {
	list-style: none;
    padding-left: 0;
}
.footer-service-wrap li {
	display: inline-block;;
}






/* HOME */
.landing-banner-wrap {
	padding: 10px;
}
.landing-banner-wrap h3 {
	font-size: 32px;
}
.landing-banner-wrap p {
	font-family: "Futura PRO Book", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
}
#landing-section {
	position: relative;
	/*padding: 200px 0;*/
}
#landing-section:before {
    content: '';
    position: absolute;
    background-color: #000000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
}
#landing-section .landing-booking-wrap {
	padding: 200px 0;
}
.booking-header h2 {
	font-size: 32px;
	line-height: 44px;
}
.landing-booking-wrap .sub-header {
	font-size: 30px;
}
.btn.search-btn {
	background: #0EA2FA;
	color: #fff;
    font-size: 30px;
    height: 60px;
    width: 60px;
    padding: 0;
}
.btn.search-btn:before {
	font-size: 36px;
}
.booking-form-section {
	background: #fff;
	padding: 50px;
	border-radius: 4px;
}
.booking-form-section .book-now-btn {
	/*padding: 20px !important;*/
    font-size: 20px;
}
.booking-form-section .br-w {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.partnership-logo-wrap img {
	margin: auto;
}
.services-content p, .services-price .sm-text, .process-content p {
	font-size: 14px;
}
.services-header {
	border-bottom: 2px solid #0EA2FA;
    padding-bottom: 8px;
}
.services-price .from-text {
	font-size: 12px;
}
#services .services-price p.price {
	font-size: 36px;
}
.grand-total-wrap p {
	font-size: 26px;
	font-weight: 700;
}
.booking-details .book-now-btn, .booking-details .book-now-btn:hover, .booking-details .book-now-btn:focus, .booking-details .book-now-btn:active {
	padding: 20px !important;
    font-size: 20px;
}
.services-price sup {
	top: -14px;
}
#housekeeping-process, #ways-to-clean, #faqs {
	background: #FAFAFA;
}
#housekeeping-process .section-header-wrap, #benefits .section-header-wrap {
	padding: 0 50px;
}
.process-ql-wrap {
	padding: 0 50px;
}
.process-img img {
	margin: auto;
}
#leaving-without-trace .container-fluid {
	padding: 0;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
#leaving-without-trace .section-header-wrap {
	padding: 30px 200px 30px 0;
}
.learn-more {
	font-size: 14px;
	font-weight: bold;
}
.ways-to-clean-wrap {
	padding: 100px 50px;
}
.ways-img {
	background: #E0E0E0;
    /* padding: 50px; */
    border-radius: 100%;
    margin: auto;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ways-img img {
	max-width: 60px;
}
.button .book-now-btn {
	font-weight: bold;
}
.cta-address p:first-child {
	font-family: "Futura PRO Book", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.cta-details-wrap {
	padding: 150px;
}
#cta-section {
	color: #fff;
	padding: 150px;
	max-width: 1400px;
    margin: auto;
    margin-top: -260px;
}
.cta-contact-details p {
	font-size: 22px;
}
#benefits .section-header-wrap p {
	/*max-width: 480px;*/
}


/* FAQs */
#faqs-section .sec-header {
	max-width: 68%;
	margin: auto;
}
.faq-wrap {
	position: relative;
	border-radius: 15px;
	box-shadow: 0px 0px 99px #00000019;
	margin-left: 40px;
	margin-bottom: 30px;
	padding: 20px 30px 20px 70px;
	z-index: 1;
}
.faq-icon {
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 200px;
	border: 1px solid #3c3c3c;
	text-align: center;
	top: 8px;
    left: -25px;
}
.faq-icon h4 {
	font-size: 28px;
}
.faq-icon:before {
	content: '';
	position: absolute;
	top: 4px;
	right: -4px;
	left: 4px;
	bottom: -4px;
	border-radius: 200px;
	background: #0EA2FA;
	z-index: -1;
}
.panel-collapse.collapse.in {
	min-height: 80px;
}
.faq-collapse .panel-default > .panel-heading {
	padding: 0;
	border: none;
	background: transparent;
}
.faq-collapse .panel-default > .panel-heading p {
	line-height: 20px;
}
.faq-collapse .panel {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	background: transparent;
}
.faq-collapse .panel-default > .panel-heading + .panel-collapse > .panel-body {
	background: transparent;
	border: none;
}
.faq-collapse .panel-body p {
	font-size: 14px;
}
.faq-collapse .panel-body {
	padding: 0;
}


/* SERVICES */
.we-do-cleaning {
	background: #FAFAFA;
	padding: 100px 50px;
}
.need-help-wrap img {
	background: #F5F5F5;
    padding: 50px;
    border-radius: 100%;
    margin: auto;
}
#need-cleaning-wrap {
	position: relative;
}
#need-cleaning-wrap:before, .services-wrap:before {
    content: '';
    position: absolute;
    background-color: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
} 
.img-area {
	min-height: 427px;
	background: #eee;
	margin-bottom: 10px;
	position: relative;
}
.img-area-small {
	min-height: 208px;
	background: #eee;
}
.bg-image-service{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.blue-borderline {
	border-bottom: 1px solid #0EA2FA;
	padding-bottom: 30px;
    margin-bottom: 50px;
}
.services-wrap {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 300px;
	position: relative;
	padding: 30px;
}
.services-col h4 {
	position: relative;
	z-index: 1010;
}
#other-services a:hover {
	text-decoration: none;
}
.services-about-img img {
	margin: auto;
}
#services-product a {
	color: #353535;
}
#services-product a:hover {
	text-decoration: none;
}
#services-product .product-price p {
	font-size: 24px;
}
#services-product .product-price p sup {
	font-size: 14px;
}


/* BOOKING */
.booking-wrap {
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	padding: 100px;
}
.booking-img img {
	margin: auto;
}
.login-account a {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
}
.form-group h5 {
	font-size: 14px;
	color: #054D84;
	margin-bottom: 16px;
	line-height: 20px;
}
/*.checkbox-inline input {
	width: 100px;
	height: 100px;
}*/
.gray-borderline {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio-toolbar label {
    display: inline-block;
    background-color: transparent;
    padding: 13px 20px;
    font-size: 14px;
    border: 1px solid #a9a9a9;
    border-radius: 10px;
    color: #6E6E6E;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.radio-toolbar label:hover {
  	background-color: transparent;
    border-color: #0EA2FA;
    color: #0EA2FA;
}
.radio-toolbar input[type="radio"]:focus + label {
    background-color: transparent;
    border-color: #0EA2FA;
    color: #0EA2FA;
}
.radio-toolbar input[type="radio"]:checked + label {
    background-color: transparent;
    border-color: #0EA2FA;
    color: #0EA2FA;
}
.blue-btn, .blue-btn:hover, .blue-btn, .blue-btn:focus {
	background: #0EA2FA;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px !important;
	border: 2px solid #0EA2FA;
	font-family: "Futura PRO Book", "Helvetica Neue", Helvetica, sans-serif;
}
.blue-btn.back-btn {
	background: transparent;
	color: #0EA2FA;
}
.blue-btn.back-btn:hover {
	background: #0EA2FA;
	color: #fff;
}
/*.total-price-wrap h4 {
	color: #054D84;
}*/
/*#payment-wrap .radio-toolbar label {
	padding: 80px 20px;
}*/
.change-payment p a, .promo-type p a {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
}
.panel-heading h5, #booking-section .booking-summary-wrap h5 {
	color: #054D84;
}
#booking-section .panel-group .panel {
	margin-bottom: 20px;
	border-radius: 0 !important;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	border: 0;
}
#booking-section .panel-heading {
	padding: 30px;
}
#booking-section .panel-body {
	border-top: 0;
	background: #fff;
	padding: 0 26px;
}
#booking-section .booking-summary-wrap {
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	padding: 30px;
}
.booking-details .label-text {
	color: #d1d1d1;
}
.account-dashboard-wrap-2 a.order-no, .account-dashboard-wrap-2 a.order-no:hover, .account-dashboard-wrap-2 a.order-no:focus {
	text-decoration: underline;
	color: #0EA2FA;
}
.booking-fullview th {
	font-size: 14px;
}
#booking-confirmation-modal .modal-body {
	padding: 0;
}
#booking-section .checkout-panel {
	padding: 0;
}
.booking-collapse .ion-chevron-down {
    display: none;
}
.booking-collapse.collapsed .ion-chevron-down {
    display: block;
}
.booking-collapse.collapsed .ion-chevron-up {
    display: none;
}


/* OUR PRODUCT */
.our-product-ql {
	background: #FAFAFA;
	padding: 80px 50px;
}
.our-product-img img {
	/*max-width: 300px;*/
	margin: auto;
}
#our-product .our-product-img img {
	max-width: 100%;
}
#solution-section {
	background: #FAFAFA;
}
.solution-ql img {
    background: #f5f5f5;
    padding: 50px;
    border-radius: 100%;
    margin: auto;
}
.services-col h2 {
	position: relative;
	z-index: 1010;
}


/* NAVS */
.nav-tabs > li, .nav-tabs > li a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover, .nav-tabs > li.active > a:focus {
	color: #353535 !important;
	font-size: 28px;
	background: transparent;
	border: 0;
}


/* BOOKING */
.booking-wrap .section-header-wrap {
	max-width: 600px;
	margin: auto;
}
.check-box-label {
	border: 1px solid #D6D6D6;
}
.box-shadow-01 {
    box-shadow: none !important;
}
/*.check-box-01 input[type=checkbox] {
	right: 30px !important;
	top: 16px !important;
}*/
.service-time {
	margin-top: 30px;
    float: right;
}
.breakdown-wrap {
	border-bottom: 1px solid #D6D6D6;
    margin-bottom: 20px;
}
.services-modal .prod-desc p {
	text-align: center;
}
.services-modal .img-area {
	min-height: 250px;
}
.services-modal .img-area-small {
	min-height: 120px;
}
.coupon-wrap {
	display: inline-block;
	vertical-align: middle;
}
#coupon_code_wrap {
	text-align: right;
}



/* TESTIMONIAL */
.testimonial-img-header img {
	border-radius: 100%;
}
.testimonial-name {
	border-bottom: 2px solid #0EA2FA;
    padding-bottom: 8px;
    max-width: 200px;
}
.what-we-did-ql .blurb-title h5 {
	font-family: "Futura Md BT", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
}
.testimonial-slider .owl-dots {
	display: none;
}
.testimonial-slider .owl-next {
	display: none !important;
}
#testimonial .container {
	/*max-width: 100%;*/
    margin-right: 0;
}
.testimonial-text-wrap {
	padding: 0 30px;
}


/* OUR TEAM */
.our-team-ql h4 {
	color: #0EA2FA;
}
.our-team-img img {
	width: 100%;
}


/* CLEANERS PROFILE */
.cleaners-img img {
	/*height: 250px;*/
	object-fit: cover;
	width: 100%
}
#cleaners-profile .cleaners-position span {
	border-bottom: 2px solid #0EA2FA;
    padding-bottom: 8px;
}
.cleaners-name-wrap h3 {
	color: #0EA2FA;
}

/* ACCOUNT PROFILE */
#onboarding-account-section {
	margin-top: 100px;
}


/* SHOP */
#shop-product .product-price p {
	font-size: 32px;
}
#shop-product .product-price .sm-text {
	font-size: 14px;
	top: -14px;
}


/* PRODUCT PAGE */
.prod-img-wrap .prod-img {
	background: #fafafa;
	padding: 80px;
}
.prod-list-gallery-wrap .prod-img-list {
	background: #fafafa;
	padding: 20px;
}
.prod-details-wrap .prod-price p {
	font-weight: bold;
	font-size: 22px;
}
.add-to-cart-wrap .add-to-cart-btn {
	background: #0EA2FA;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
}




/* COMING SOON */
#coming-soon {
	padding: 172px 0;
	/*position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999999;
	display: flex;
	align-items: center;
	justify-content: center;*/
}
.subscription-wrap {
	background: #fff;
    padding: 50px;
    border-radius: 4px;
}
.subs-btn {
	margin-top: 34px;
}

.coming-soon-wrap img {
	max-width: 300px;
    margin-bottom: 30px;
}
.newsletter-wrap {
	background: #fff;
	padding: 50px;
	border-radius: 5px;
}

.newsletter-field-wrap {
	display: flex;
	align-items: flex-start;
}
.newsletter-field-wrap .form-group {
	margin-bottom: 0;
}
.newsletter-field-wrap .form-group:first-child {
	flex-grow: 1;
	/*padding-right: 15px;*/
}


.social-media-wrap {
	padding-top: 50px;
}
.social-media-wrap ul {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-media-wrap ul li {
	padding: 0 10px;
}
.text-info {
	color: #0EA2FA;
}
.rating-question {
	font-weight: bold;
}
.rating > label:before {
	font-size: 24px !important;
}



/* CUSTOMER ACCOUNT */
.list-inline.booking-btn-wrap > li {
	vertical-align: middle;
	float: right;
}











/* RESPONSIVE */
@media (max-width: 1450px) {
	/* MAIN NAVIGATION */
	/*.main-nav-items .navbar-nav > li {
		padding: 14px 20px !important;
	}*/
	#primary-nav .navbar-right-btn .navbar-nav li > a.dropdown-toggle {
		padding: 0 !important;
	}

	/* HOME */
	#leaving-without-trace .section-header-wrap {
    	padding: 30px 70px 30px 0;
	}
}
@media (max-width: 1440px) {
	h1, .h1 {
		font-size: 44px;
		line-height: 57px;
	}
	.landing-booking-wrap .sub-header {
    	font-size: 22px;
	}
}
@media (max-width: 1300px) {
	h1, .h1 {
		font-size: 40px;
		line-height: 52px;
	}
	.landing-booking-wrap .sub-header {
    	font-size: 20px;
	}
}
@media (max-width: 1199px) {
	/*.main-nav-items .navbar-nav > li > a {
		padding: 26px !important;
	}*/
	.navbar-right-btn li {
		text-align: left;
	}
	#mobile-nav-trigger {
		top: 78px !important;
		right: 22px !important;
	}

	/* HOME */
	.process-ql-wrap, #housekeeping-process .section-header-wrap, #benefits .section-header-wrap {
    	padding: 0;
	}
	#leaving-without-trace .section-header-wrap {
    	padding: 30px;
	}
	.booking-header h2 {
	    font-size: 28px;
	    line-height: 40px;
	}


	#mobile-nav-wrapper .sub-nav-dropdown {
		margin: auto;
	    max-width: 400px;
	    right: 0;
	    text-align: center;
	    background: #353535;
	}
	#mobile-nav-wrapper .sub-nav-dropdown li a {
		color: #fff;
		font-size: 15px;
	}
	#mobile-nav-wrapper {
		background: #fff !important;
	}
	#mobile-nav-inject ul.navbar-nav > li a {
		color: #353535;
	}

	/* BOOKING */
	.check-box-01 .service-price {
		float: none !important;
	}
}
@media (max-width: 991px) {
	/*.landing-navbar #mobile-nav-trigger {
		top: 40px !important;
	}*/
	/*.nav-bar-btn {
		margin-top: 30px;
	}*/

	.coming-soon-wrap h1 {
		font-size: 44px;
		line-height: 54px;
	}

	/* HOME */
	#leaving-without-trace .row {
		display: block;
	}
	#leaving-without-trace .bg-img {
		min-height: 500px !important;
	}
	#testimonial-slider .owl-item {
		margin-right: 20px !important;
	}
	#cta-section {
		padding: 100px;
		max-width: 100%;
	}
	.booking-form-section .booking-btn {
		float: none !important;
	}
	.booking-header h2 {
		text-align: center;
	}
	#landing-section .landing-booking-wrap {
		text-align: center;
	    margin: auto;
	    padding: 0 0 30px;
	}
	#landing-section .booking-form-section {
		max-width: 700px;
		margin: auto;
	}

	h2 {
		font-size: 24px;
    	line-height: 32px;
	}
	p, label {
		font-size: 14px;
	}

	/* CUSTOMER PROFILE */
	.account-edit {
		float: none !important;
	}

	/* BOOKING */
	.grand-total-wrap p {
    	font-size: 20px;
	}
	#coupon_code_wrap {
		text-align: left;
	}
	.booking-details .book-now-btn {
		padding: 16px !important;
		font-size: 16px;
	}
	.service-prod-details .service-price {
		float: none !important;
	}

	/* MODAL */
	.modal-title {
		font-size: 24px !important;
		line-height: 30px;
	}
}
@media(max-width: 768px) {
	#coming-soon {
    	padding: 150px 0;
	}

}
@media (max-width: 767px) {
	/* HOME */
	.testimonial-item-wrap .row {
		display: block;
	}
	.testimonial-item-wrap .testimonial-img-wrap {
		margin-bottom: 30px;
	}
	.testimonial-item-wrap .testimonial-img-wrap img {
		min-height: 300px;
	}
	#cta-section {
    	padding: 50px;
	}
	#landing-section {
		padding: 100px 0;
	}


	/* SERVICES */
	.we-do-cleaning {
		padding: 50px 0;
	}

	/* CONTACT */
	.contact-map {
		margin-bottom: 30px;
	}

	/* CUSTOMER ACCOUNT */
	.bookings-table-wrap .action-btn {
		float: none !important;
		left: 0;
		right: auto;
	}
	.bookings-table-wrap .dropdown {
		text-align: left;
	}
	.list-inline.booking-btn-wrap > li {
		float: none;
	}

	/* MODAL */
	.services-modal #products-wrapper .check-box-01 input[type=checkbox] {
		right: -10px;
	    top: -10px;
	    width: 20px;
	    height: 20px;
	    margin: 0;
	}
	.services-modal .check-box-label h4 {
		font-size: 14px;
		line-height: 20px;
		min-height: 40px;
	}
	
}
@media (max-width: 580px) {
	#coming-soon {
    	padding: 50px 0;
	}
	.coming-soon-wrap img {
		max-width: 200px;
	}
	.newsletter-wrap {
		padding: 30px;
	}
	.newsletter-field-wrap {
		display: block;
	}
	.newsletter-field-wrap .form-group:first-child {
		padding-right: 0;
	}
	.btn-wrap {
		text-align: right;
	}
	.coming-soon-wrap h1 {
		font-size: 30px;
		line-height: 36px;
	}

	#services .fullwidth-xs, #services-product .fullwidth-xs {
		width: 100%;
	}

	/* HOME */
	.cta-contact-details p {
    	font-size: 18px;
	}
	.booking-form-section {
		padding: 50px 30px;
	}

	/* BOOKING */
	.login-wrap {
		float: none !important;
		margin: 0 0 20px !important;
	}
	h3.step-header {
		margin-bottom: 10px;
	}
	.billing-panel .fullwidth-xs {
		width: 100%;
	}
}
@media (max-width: 576px) {
	/* MODAL */
	.services-modal .fullwidth-xs {
		width: 100%;
	}
	.services-modal .check-box-label h4 {
		min-height: auto;
	}
}
@media (max-width: 479px) {
	/* HOME */
	h1, .h1 {
	    font-size: 36px;
	    line-height: 48px;
	}

	/* MAIN NAV */
	.secondary-nav-list li {
		margin-right: 10px;
	}
}
@media (max-width: 425px) {
	/* MAIN NAV */
	.secondary-nav-list li.facebook-icon, .secondary-nav-list li.instagram-icon {
		display: none;
	}
	#mobile-nav-wrapper .navbar-nav li.facebook-icon, #mobile-nav-wrapper .navbar-nav li.instagram-icon {
		display: inline-block;
	}


	.newsletter-wrap {
    	padding: 20px;
	}

	/* HOME */
	#benefits .fullwidth-xs, #housekeeping-process .fullwidth-xs {
		width: 100%;
	}
	#leaving-without-trace .bg-img {
		min-height: 400px !important;
	}
	.testimonial-text-wrap .custom-col1 {
		width: 40%;
	}
	.testimonial-text-wrap .custom-col2 {
		width: 60%;
	}
	/*.ways-img img {
		padding: 30px;
	}*/
	.ways-to-clean-wrap {
    	padding: 100px 30px;
	}
	#cta-section {
    	padding: 50px 0;
	}
	.cta-contact-details p {
    	font-size: 14px;
	}
	h1, .h1 {
    	font-size: 36px;
    	line-height: 47px;
	}
	h2 {
    	font-size: 24px;
    	line-height: 32px;
	}
	.booking-form-section {
		padding: 20px;
	}
	.booking-header h2 {
	    font-size: 26px;
	    line-height: 38px;
	}

	/* MODAL */
	#customer-login-modal.kn-modal .modal-body {
    	padding: 0 !important;
	}
}
@media (max-width: 375px) {
	/* MAIN NAV */
	.secondary-nav-list li.contact-num {
		display: none;
	}
	#mobile-nav-wrapper .navbar-nav li.contact-num {
		display: block;
	}
}



.feedback-rating-table {
	overflow-x: scroll !important;
}
.services-modal .modal-dialog {
	/*min-width: 800px;*/
}
.services-modal .modal-body {
	padding: 15px 0 !important;
}

.no-scrollbar {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}

.no-scrollbar::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

























