@charset "utf-8";

/*@font-face {    font-family: 'Poppins', sans-serif;    src: url('../fonts/Gotham-Book.eot');    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),        url('../fonts/Gotham-Book.woff2') format('woff2'),        url('../fonts/Gotham-Book.woff') format('woff'),        url('../fonts/Gotham-Book.ttf') format('truetype'),        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');    font-weight: 400;    font-style: 400;    font-display: swap;}@font-face {    font-family: 'Poppins', sans-serif;    src: url('../fonts/Gotham-Black.eot');    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),        url('../fonts/Gotham-Black.woff2') format('woff2'),        url('../fonts/Gotham-Black.woff') format('woff'),        url('../fonts/Gotham-Black.ttf') format('truetype'),        url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');    font-weight: 700;    font-style: 400;    font-display: swap;}*/
/*@import url('https://fonts.googleapis.com/css2?family=Nerko+One&display=swap');
*/
html {
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	-ms-text-size-adjust: 100%
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*,
 ::before,
 ::after {
	box-sizing: border-box;
}

.clear {
	clear: both;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
	overflow-x: hidden;
	font-family: 'AvenirNextLTW01-Regular';
}

ol,
ul {
	list-style: none;
}


/*div{transition:all 0.25s ease-in 0s;}*/

a {
	text-decoration: none;
	transition: all 0.25s ease-in 0s;
}

:hover {
	transition: all 0.25s ease-in 0s;
}

ins,
mark {
	color: #000
}

a:focus {
	outline: none;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

legend {
	white-space: 400
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}

td,
textarea {
	vertical-align: top
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button {
	transition: all 0.25s ease-in 0s;
}

button:focus {
	outline: none;
}

p,
ol,
ul {
	margin-bottom: 1.25rem;
	margin-top: 0;
}

ol,
ul {
	padding: 0;
	margin-left: 1.25rem;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}

a.disabled,
button[disabled],
input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input:focus {
	outline: none;
}

a,
div,
h1,
h2,
h3,
img,
li,
p,
pre,
span,
ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	resize: vertical
}

select,
select:focus {
	outline: none;
}

#banner-block {
	background: #f4f4f4;
	position: relative;
}

.wrapper {
	/*padding:0;*/
	margin: 0;
	border: 0px solid green;
	text-align: center;
}

.wrapper h3.cat-head {
	text-align: left;
	color: #000;
	padding: 0 0 10px;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-small {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:1200px) {
	.container {
		max-width: 1200px;
		border: 0px solid red;
	}
	.container-small {
		max-width: 999px;
		border: 0px solid blue;
	}
}

.wrapper h1 {
	font: 700 36px/50px 'Poppins', sans-serif;
	margin: 0 0 10px
}

.wrapper h2 {
	font: 700 30px/44px 'Poppins', sans-serif;
	padding: 0 0 35px 0;
	color: #000;
}

.wrapper h3 {
	font: 700 22px/40px 'Poppins', sans-serif;
	padding: 0 0 35px 0;
	color: #fff;
}

.wrapper h6 {
	font: 700 20px/24px 'Poppins', sans-serif;
	padding: 0 0 35px 0;
	color: #000;
}


/*.wrapper h3:after{content: ''; position: absolute; left: 0;right: 0; bottom: 0; margin: 0 auto; width: 145px;height: 10px; background: url("../assets/images/h-border.png") no-repeat; background-size: cover; border: 1px solid red;}*/

.wrapper p {
	font: 400 15px/25px 'Poppins', sans-serif;
	margin: 0;
}

.wrapper .blue-btn {
	color: #298888;
	border: 1px solid #7c7c7c;
	padding: 10px 25px;
	text-transform: uppercase;
	font: 400 12px/12px 'Poppins', sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wrapper .blue-btn:hover {
	background: #298888;
	border: 1px solid #298888;
	color: #fff;
	-webkit-box-shadow: 0px 0px 23px -7px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 0px 23px -7px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 0px 23px -7px rgba(0, 0, 0, 0.33);
}

.wrapper .white-btn {
	background: #fff;
	padding: 10px 40px;
	color: #1ab7d8;
	text-transform: uppercase;
	font: 400 12px/18px 'Quicksand', sans-serif;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	letter-spacing: 2px;
	border: 1px solid #fff;
}

.wrapper .white-btn:hover {
	background: transparent;
	color: #fff;
}

.main-header {
	padding: 15px 0 15px 0;
}

.main-header .main-logo {
	/*width: 200px; position: relative;top: 11px;*/
	width: 70px;
	position: relative;
	top: 0px;
}

.main-header .tagline {
	position: absolute;
	color: #ffffff;
	left: 82px;
	width: 208px;
	letter-spacing: 0.5px;
	top: 16px;
	font: 500 10px/20px 'Poppins', sans-serif;
}

.main-header .cd-primary-nav {
	position: relative;
}

.main-header .cd-primary-nav>ul li {
	position: relative;
}

.main-header .cd-primary-nav>ul li a {
	padding: 15px 12px 15px 12px;
	text-transform: capitalize;
	font: 400 12px/20px 'Poppins', sans-serif;
	color: #fff;
	letter-spacing: 0.5px;
}

.main-header .cd-primary-nav>ul li.h-btn a {
	border-radius: 4px;
	border: 1px solid #7c7c7c;
	padding: 6px 17px;
	margin: 0 10px;
	text-transform: uppercase;
	font: 400 11px/20px 'Poppins', sans-serif;
	position: relative;
	top: 8.5px;
}

.main-header .cd-primary-nav>ul li.drp-cover a.has-drop {
	border-radius: 4px;
	border: 0px solid #7c7c7c;
	padding: 6px 37px 6px 26px;
	margin: 0 10px;
	text-transform: uppercase;
	font: 400 11px/20px 'Poppins', sans-serif;
	position: relative;
	top: 8.5px;
}

.main-header .cd-primary-nav>ul li.drp-cover a.has-drop:hover {
	background: transparent;
	border: 0px solid #7c7c7c;
	cursor: pointer;
}

.has-drop:after {
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	top: 5px;
	right: 15px;
	color: #6d6d6d;
	display: block !important;
	font-size: 16px;
	font-weight: 600;
}

.learn-drop {
	display: none;
	background: #000 !important;
	padding: 10px !important;
	position: absolute !important;
	top: 43px !important;
	width: 152px !important;
	right: 9px !important;
	margin: 0 !important;
}

.main-header .cd-primary-nav>ul li.h-btn .learn-drop li {
	list-style: none !important;
	padding: 10px 15px !important;
	color: #fff !important;
	border-bottom: 1px solid #232323 !important;
	width: 100%;
}

.main-header .cd-primary-nav>ul li.h-btn .learn-drop li a {
	color: #fff;
	border-bottom: 0px solid #f2f2f2 !important;
	border-radius: 0px !important;
	border: 0px solid #7c7c7c !important;
	padding: 0 !important;
	margin: 0 0px !important;
	text-transform: uppercase;
	top: unset !important;
}

.dropdown-overlay {
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	display: none;
}

.main-header .cd-primary-nav>ul li.h-btn .learn-drop li a {
	background: none !important
}

.main-header .cd-primary-nav>ul li.h-btn a:hover {
	background: trasparent;
	border: 1px solid #fff;
	color: #fff;
}

.main-header .cd-primary-nav>ul li.h-btn a.reg-btn {
	border: 1px solid #298888;
	background: #298888;
}

.main-header .cd-primary-nav>ul li.h-btn a.reg-btn:hover {
	border: 1px solid #117474 !important;
	background: #117474;
}

.main-header .cd-primary-nav>ul li.search-icon a {
	position: absolute;
	padding: 10px 5px;
}

.main-header .cd-primary-nav>ul li a:hover {
	color: #298888;
}

.main-header .cd-primary-nav>ul li a.active {
	color: #298888;
}

.hcontact-block {
	position: absolute;
	top: -15px;
	right: 0;
}

.hcontact-block p {
	font: 700 14px/18px 'Poppins', sans-serif;
	color: #10a8c9;
	margin: 0;
}

.mob-menu {
	display: none;
}

.search-bx {
	display: none;
	position: absolute;
	padding: 3px;
	border: 0px solid #f2f2f2;
	top: 55px;
	width: 270px;
	left: -230px;
	background: #fff;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 2x;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.search-container {
	position: relative;
	width: 100%;
}

.fa-caret-up {
	font-size: 38px;
	color: #298888;
	position: absolute;
	top: -25px;
	right: 11px;
}

.search-bx input {
	border: 0;
	padding: 12px 0px 12px 10px;
	width: calc(100% - 10px);
	font-size: 16px;
	outline: none;
	font: 400 15px/19px 'Poppins', sans-serif;
}

.search-btn {
	padding: 6px 0px;
	margin: 0.7px 0 0 0;
	background: #298888;
	border: 0;
	width: 18%;
	position: absolute;
	right: 0;
	color: #ffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.search-btn ion-icon {
	color: #fff;
}

.banner-slider {
	position: relative;
}

.banner-slider-overlay1,
.banner-slider-overlay {
	height: 431px;
}

.banner-slider:before {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.banner-slider .desk-banner {
	height: 435px;
}


/*#banner-block.home-page-banner .banner-slider .desk-banner{height:auto;}*/

#banner-block.home-page-banner .banner-slider {
	height: 450px;
	overflow: hidden;
}

#banner-block.home-page-banner .banner-slider .desk-banner {
	/*height:570px;*/
	height: auto;
}

.banner-slider .banner-content {
	position: absolute;
	bottom: 27%;
	left: 0;
	right: 0;
	width: 80%;
	margin: 0 auto;
}

.banner-slider h1 {
	color: #fff;
}

.banner-slider h1.became-vocal {
	font-size: 42px;
}

.banner-slider h1.new-quality {
	font-size: 30px;
}

.banner-slider p {
	color: #fff;
	margin: 0 auto;
	width: 75%;
	padding: 30px 0 0 0;
}


/*.banner-slider .owl-dots{position: absolute; bottom: 8%; width: 100%;}.banner-slider .owl-dots .owl-dot{width: 13px; height: 13px; border: 2px solid #fff;  margin: 0 5px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}.banner-slider .owl-dots .owl-dot.active{background:#fff;}*/

#search_block_err {
	position: relative;
	top: 40px;
	font: 500 14px/24px 'Poppins', sans-serif;
	padding: 0 0 0px 0;
	color: #f00;
}

.search-bar {
	background: #fff;
	width: 55%;
	/*margin: -32px auto 0 auto;*/
	margin: -28px auto 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* overflow:hidden;*/
	-webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.4);
}

.search-bar .search-input {
	border: 0;
	padding: 18px 60px;
	padding: 14px 0px 14px 16px;
	/*width: calc(90% - 65px);*/
	width: calc(88% - 65px);
	font: 400 16px/26px 'Poppins', sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
}

.typeahead__cancel-button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	right: 76px !important;
	cursor: pointer;
	line-height: 1.25;
	padding: .5rem .75rem;
	top: 4px;
	visibility: hidden;
	right: 170px !important;
}

#srch_frm .typeahead__container button {
	-moz-user-select: none;
	-ms-user-select: none;
	position: absolute !important;
	right: 0 !important;
	border: 0px solid #fff !important;
}

.typeahead__result {
	top: -1px !important;
	position: relative;
}

.search-bar .s-icon {
	/* position: absolute; */
	/* top: 15.5px; */
	top: 11.5px;
	right: 0px;
	height: 25px;
}

.search-bar .fa-chevron-right {
	position: absolute;
	top: 8.5px;
	right: 7px;
	color: #a3a3a3;
	font-size: 20px;
	padding: 15px;
}

#services-block.less-spc {
	padding: 20px 0 50px 0;
}

#services-block.less-spc p {
	padding: 0 0 50px !important;
}

#services-block {
	background: #f4f4f4;
	padding: 80px 0 50px 0;
}

.services-list {
	width: 85%;
	margin: 0 auto 0px auto;
	border: 0px solid red;
}

.service-bx {
	width: 16.66%;
	float: left;
	text-align: center;
	margin: 0 0 30px 0;
}

.service-bx .cat-imgs {
	width: 88px;
	margin: 0 auto 5px;
	height: 70px;
}

.service-bx .cat-imgs img {
	width: 100%;
}

.service-bx h4 {
	font: 400 12px/17px 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #000;
	padding: 0px 0 0 0;
	overflow: hidden;
	border-radius: 16px;
}

.service-bx a:hover h4 {
	background: #298888;
	color: #fff;
	border-radius: 16px;
}

#best-services {
	background: #fff;
	padding: 80px 0 80px 0;
}

#best-services.less-gap {
	padding: 80px 0 0px 0 !important;
}

#best-services .outer-bx {
	margin: 0 0 25px 0;
	display: contents;
}

#best-services .services-slider .owl-nav {
	position: absolute;
	top: 41%;
	width: 100%;
}

#best-services .fa-chevron-right,
#best-services .fa-chevron-left {
	position: absolute;
	color: #a3a3a3;
	font-size: 20px;
}

#best-services .services-slider .owl-nav .owl-prev {
	position: absolute;
	left: -25px;
}

#best-services .services-slider .owl-nav .owl-next {
	position: absolute;
	right: -10px;
}

#best-services .services-slider .slide-service-bx {
	position: relative;
	overflow: hidden;
	margin: 0 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.service-info,
.partners-block .service-info.info-new {
	position: absolute;
	top: 8px;
	right: 8px;
	background: #fff;
	padding: 10px;
	border-radius: 8px;
	text-align: left;
	width: 100px;
}

.service-info h5 {
	font: 400 13px/18px 'Poppins', sans-serif;
	color: #000;
	padding: 0 0 0px 0;
	height: 55px;
}

.service-info p {
	color: #298888;
	font: 500 16px/20px 'Poppins', sans-serif;
}

.service-info p span {
	padding: 0 0px 0 0;
}

.service-info h6 {
	font: 400 11px/13px 'Poppins', sans-serif;
	color: #bbbbbb;
	margin: 0;
	padding: 0 0 5px 0;
}

.safety-block {
	background: transparent;
	margin: 80px auto 0 auto;
	width: 95%;
	padding: 10px 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.safety-block h3 {
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #434343;
	color: #000;
}

.safety-list {
	padding: 15px 0 10px 0;
}

.safety-bx {
	width: 33.33%;
	border: 0px solid red;
	float: left;
	padding: 0 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.safety-bx .sicon-bx {
	width: 21%;
	float: left;
}
.safety-bx .sicon-bx .sicon-cover{
	background: #298888;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 7px;
}
.safety-bx .sicon-bx img {
	width: 100%;
	position: relative;
	top: 0px;
	left: -2px;
}

.safety-bx .scontent-bx {
	width: 76%;
	float: left;
}

.safety-bx .scontent-bx p {
	/*color: #35a0a0;*/
	color: #464646;
	text-align: left;
	margin: 0;
	padding: 17px 0 17px 5px;
	font: 400 15px/20px 'Poppins', sans-serif;
}

/*SITE PREVIEW STRIP*/
/*#site-preview{
	background: #000;
}*/
#site-preview{
	    padding: 80px 0 0px 0 !important;
}
#site-preview .preview-list{
	padding: 15px 0 10px 0;
	background: #000;
    border-radius: 8px;
}

.preview-bx {
    width: 25%;
    border: 0px solid red;
    float: left;
    padding: 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 20px 0 20px;
}
.preview-bx:after{
	content: "|";
	position: absolute;
	right: 0;
	font-size: 36px;
	top: 7px;
	color: #fff;
}
.preview-bx.preview-bx-n:after{
	display: none !important;
}
.preview-bx .sicon-bx {
    width: 21%;
    float: left;
}
.preview-bx .sicon-bx img {
    width: 100%;
    position: relative;
    top: 0px;
    left: -2px;
}
.preview-bx .scontent-bx {
    width: 76%;
    float: left;
}
.preview-bx .scontent-bx p {
    color: #298888;
    text-align: left;
    margin: 0;
    padding: 17px 0 17px 12px;
    font: 400 15px/20px 'Poppins', sans-serif;
    width: 96%;
    height: 74px;
    display: flex;
    align-items: center;

}
/*SITE PREVIEW STRIP END*/

/*service-location*/
#service-location{
	margin: 80px auto 0 auto;
}
#service-location .location-list{
	width: 70%;
    margin: 0 auto;
}
#service-location .location-bx {
	width: 21%;
	border: 0px solid red;
	float: left;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px;
	-webkit-box-shadow: 0px 9px 5px -3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 9px 5px -3px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 16px -3px rgba(213, 213, 213, 0.7);
	border-radius: 9px;
}

#service-location .location-bx:hover {
    -webkit-box-shadow: 0px 9px 5px -3px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 9px 5px -3px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 11px -3px rgba(132, 132, 132, 0.7);
    border-radius: 6px;
}
.location-bx .sicon-bx {
   width: 21%;
   float: left;
   color: #000;
}
.location-bx .sicon-bx img {
    width: 100%;
    position: relative;
    top: 0px;
    left: -2px;
}
.location-bx .sicon-bx i{
	font-size: 21px;
	color: #000;
}
.location-bx .scontent-bx {
    width: 76%;
    float: left;
}
.location-bx .scontent-bx p {
    color: #298888;
    text-align: left;
    margin: 0;
    padding: 10px 0 10px 5px;
    font: 400 15px/20px 'Poppins', sans-serif;
}
/*service-location end*/

#customer-block {
	background: #f4f4f4;
	padding: 80px 0 80px 0;
}

#customer-block .owl-carousel .owl-stage {
	padding: 60px 0 0 0;
}

.testimonal-slide {
	width: 60%;
	position: relative;
	margin: 0 auto;
	background: #fff;
	padding: 85px 70px 60px 70px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.testimonal-profile {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}

.testimonal-profile img {
	height: 100%;
}

.testimonal-slide p {
	color: #27a08d;
	padding: 0 0 25px 0;
	font: 400 14px/26px 'Poppins', sans-serif;
}

.testimonal-slide h5 {
	color: #000;
	font: 400 18px/22px 'Poppins', sans-serif;
	letter-spacing: -0.5px;
	padding: 0 0 9px 0;
}

.testimonal-slide h6 {
	color: #ababab;
	font: 400 16px/20px 'Poppins', sans-serif;
	letter-spacing: -0.5px;
	padding: 0 0 0px 0;
}

.testimonals-slider .owl-nav {
	position: absolute;
	top: 53%;
	left: 0;
	right: 0;
	width: 70%;
	margin: 0 auto;
}

.testimonals-slider .fa-chevron-right,
.testimonals-slider .fa-chevron-left {
	position: absolute;
	color: #a3a3a3;
	font-size: 20px;
}

.testimonals-slider .owl-nav .owl-prev {
	position: absolute;
	left: -15px;
}

.testimonals-slider .owl-nav .owl-next {
	position: absolute;
	right: -0px;
}

#stay-block {
	background: #fff;
	padding: 45px 0 45px 0;
}

#stay-block .stay-bx {
	display: flex;
	align-items: center;
}

#stay-block .stay-left {
	width: 20%;
	float: left;
	border: 0px solid red;
	position: relative;
}

#stay-block .stay-left i {
	position: absolute;
	left: 15px;
	top: 6.5px;
	font-size: 26px;
}

#stay-block .stay-left p {
	font: 400 17px/20px 'Poppins', sans-serif;
	color: #000;
	text-align: left;
	padding: 0 0 0 60px;
	letter-spacing: -0.5px;
}

#stay-block .stay-right {
	width: 80%;
	float: right;
	border: 0px solid blue;
	padding: 5px 0px 5px 30px;
}

.stay-form {
	padding: 12px 0;
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.stay-form input {
	width: calc(25% - 13px);
	margin: 0 2px;
	border: 0;
	border-right: 1px solid #cccccc;
	padding: 9px 10px;
	font: 400 14px/20px 'Poppins', sans-serif;
}

.stay-form .last {
	border: 0;
}

.stay-form input.input-btn {
	border-radius: 4px;
	border: 1px solid #298888;
	background: #298888;
	padding: 8px 20px;
	margin: 0 0px;
	text-transform: uppercase;
	font: 400 12px/20px 'Poppins', sans-serif;
	position: relative;
	top: -0.5px;
	color: #fff;
}

.stay-form input.input-btn:hover {
	background: #117474;
}

.stay-form input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a3a3a3;
	opacity: 1;
	/* Firefox */
}

.stay-form input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #a3a3a3;
}

.stay-form input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #a3a3a3;
}

footer {
	background: #000;
	padding: 80px 0 0px 0;
}

footer .footer-bx {
	float: left;
	width: 25%;
	border: 0px solid red;
	padding: 0 15px;
	text-align: left;
}

footer .footer-bx.less-width {
	width: 20%;
}

footer .footer-bx.more-width {
	width: 30%;
}

footer .footer-bx h5 {
	font: 400 13px/22px 'Poppins', sans-serif;
	color: #fff;
	padding: 0 0 21px 0;
}

footer .footer-bx p {
	font: 400 13px/22px 'Poppins', sans-serif;
	color: #a3a3a3;
	margin: 0 0 13px 0;
}

footer .footer-bx p a {
	font: 400 13px/22px 'Poppins', sans-serif;
	color: #a3a3a3;
}

footer .footer-bx p a:hover {
	color: #298888;
}

footer .footer-bx p span {
	color: #fff;
}

footer .footer-bx ul {
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}

footer .footer-bx ul li {
	padding: 0 0 13px 0;
}

footer .footer-bx ul li a {
	font: 400 13px/22px 'Poppins', sans-serif;
	color: #a3a3a3;
}

footer .footer-bx ul li a:hover {
	color: #298888;
}

footer .footer-bx.social a {
	color: #fff;
	margin-right: 13px;
	font-size: 19px;
}

footer .footer-bx.social a:hover {
	color: #298888;
}


/*footer .social a{margin-right:12px;}footer .fb{display: inline-block; background: #3b5998; width: 35px; height: 35px; text-align: center; line-height: 40px;border-radius: 50%;}footer .fb i{font-size:20px; color:#fff;}footer .tw{display: inline-block; background: #00acee; width: 35px; height: 35px; text-align: center; line-height: 40px;border-radius: 50%;}footer .tw i{font-size:20px; color:#fff;}footer .yt{display: inline-block; background: #FF0000; width: 35px; height: 35px; text-align: center; line-height: 39px;border-radius: 50%;}footer .yt i{font-size:20px; color:#fff;}footer .in{display: inline-block; background: #0e76a8; width: 35px; height: 35px; text-align: center; line-height: 39px;border-radius: 50%;}footer .in i{font-size:20px; color:#fff;}*/

footer .copyright-bx {
	padding: 50px 0 20px 0;
}

footer .copyright-bx p {
	font: 400 12px/18px 'Poppins', sans-serif;
	color: #5a5a5a;
	padding: 20px 0 0 0;
	margin: 0;
	border-top: 1px solid #202020;
}

footer .copyright-bx p a {
	color: #5a5a5a;
}

footer .copyright-bx p a:hover {
	color: #298888;
}

.more-div {
	display: none;
}


/**************** inside page styling ***************************/

.inside-banner-content {
	position: absolute;
	bottom: 29.5%;
	left: 0;
	right: 0;
	width: 100%;
	text-align: left;
}

.service-banner-content {
	width: 80%;
	color: #fff
}

.service-desp {
	width: 70%;
}

.service-desp p {
	margin-left: 0 !important;
	text-indent: 0 !important;
}

.banner-slider .inside-banner-content p {
	color: #fff;
	margin: 0 auto;
	width: 100%;
	padding: 20px 0 0 0;
}

#services-booking {
	padding: 30px 0 0px 0;
	background: #fff;
}

.service-booking-bx {
	border: 0px solid red;
	padding: 15px;
	position: relative;
	top: -90px;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.service-booking-bx .booking-bx {
	width: 74%;
	float: left;
	border: 0px solid red;
}
/*.partition .part_1{
		width: 74%;
	float: left;
	border: 0px solid red;
}*/
/*ORDER SHORT :CHANGED - START*/
.nw{
	text-align: left;
	padding:0 15px;
}
.order-short{
	top:0 !important;
}
.order-short.service-booking-bx .booking-bx {
    width: 70%;
    float: left;
    border: 0px solid red;
}
.order-short .transactions .laudry-item {
    background: #f2f2f2;
    margin: 6px 0 30px;
    padding: 10px 25px;
    border-radius: 8px;
}
.order-short .transactions .laudry-item .quantity-price {
    float: left;
    width: 30%;
    text-align: center;
    padding: 13px 10px 0;
}

.abt-points .amount-total{
    width: 50%;
    float: left;
    font: 500 9px/13px 'Poppins', sans-serif !important;
    padding: 0 0 10px !important;
}
.abt-points .amount-total:first-child{
	color:#008000 !important;
}
.abt-points .amount-total:nth-child(2){
	color:#c82f2f !important;
}
.abt-points .amount-total span{
	    font-size: 12px;
}

/*ORDER SHORT :CHANGED - END*/


.prof-section{
	width: 70% !important;
}
.partition{
    border: 0px solid red;
    padding: 0 !important;
    position: relative;
    top: 0 !important;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 0 !important;
}

.booking-bx .booking-process {
	border: 0px solid red;
	padding: 0 0 20px 0;
}

.booking-bx .booking-process .process-bx {
	width: 33.33%;
	float: left;
	border: 0px solid blue;
	text-align: left;
	display: flex;
	padding: 0 15px 0 0;
}

.booking-bx .booking-process .process-bx a {
	display: flex;
}

.booking-process .process-bx .process-no {
	background: #afc6c6;
	padding: 5.5px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: 400 15px/20px 'Poppins', sans-serif;
}

.booking-process .process-bx p {
	padding: 4px 0 0 12px;
	color: #000;
	font: 400 14px/24px 'Poppins', sans-serif;
}

.booking-bx .booking-process .process-bx.active .process-no {
	background: #298888;
}

.stick {
	position: fixed;
	top: 0;
	margin-top: 102px !important;
}

.sticker {
	width: 285px;
}

.service-booking-bx .booking-summary {
	width: 25%;
	float: right;
}

.service-booking-bx .booking-summary p.seeprice {
	text-align: center;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #cacaca;
	padding: 6px 17px;
	margin: 0 0px 10px;
	text-transform: uppercase;
	font: 400 11px/20px 'Poppins', sans-serif;
	cursor: pointer;
}

.service-booking-bx .booking-summary p.seepric::hover {
	border: 1px solid #298888;
	background: #298888;
}

.service-booking-bx .booking-summary p.seepric:hover a {
	color: #fff;
}

.service-booking-bx .booking-summary p.seeprice a {
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 10px;
	color: #298888;
	padding: 0 7px 0 7px;
	letter-spacing: 1px;
	font: 500 11px/20px 'Poppins', sans-serif;
}

.service-booking-bx .booking-summary .book-sum-box {
	margin: 6px 0 0 0;
	border: 0px solid blue;
	background: #f2f2f2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: left;
	padding: 12px;
}

.summary-outer.more-content {
	height: 200px;
	overflow-y: scroll;
}

.summary-outer.less-content {
	height: auto;
	overflow-y: unset;
}

.booking-summary h3 {
	font: 400 13px/18px 'Poppins', sans-serif;
	color: #5f5f5f;
	border-bottom: 1px solid #d4d4d4;
	padding: 0 0 7px 0;
}

.booking-summary h4 {
	color: #010101;
	font: 500 14px/20px 'Poppins', sans-serif;
	padding: 12px 0 3px 0;
}

.booking-summary hr {
	margin: 5px 0;
}

.booking-summary .box-12 {
	padding: 5px 0;
	color: #5f5f5f;
	font: 400 13px/18px 'Poppins', sans-serif;
}

.booking-summary .box-6 {
	width: 50%;
	float: left;
}

.booking-summary .box-6:nth-child(2n+1) {
	padding: 0 0px 0 0;
}

.booking-summary .box-6:nth-child(2n+2) {
	padding: 0 0px 0 0px;
}

.clean-bin,
.clean-bin label {
	cursor: pointer;
}

.clean-bin:hover,
.clean-bin label:hover {
	color: red;
}

.booking-summary label,
.booking-summary label p {
	color: #262626;
	font: 500 12px/16px 'Poppins', sans-serif;
}

.booking-summary p {
	color: #5f5f5f;
	font: 400 12px/16px 'Poppins', sans-serif;
}

.booking-summary .price-sep p:nth-child(1) {
	width: 75%;
	float: left;
}

.booking-summary .price-sep p:nth-child(2) {
	width: 25%;
	text-align: right;
	float: right;
}

.booking-summary .summary-total label {
	width: 50%;
	float: left;
	font: 500 16px/18px 'Poppins', sans-serif;
}

.booking-summary .summary-total p {
	width: 50%;
	float: right;
	text-align: right;
	font: 500 23px/18px 'Poppins', sans-serif;
	color: #ed6329;
}

.h-total {
	border-top: 1px solid #298888;
}

.delete-summary {
	width: 110px;
	margin: 0 auto;
}

.selection-page-pro {
	padding: 0px 0 15px 0;
}

.booking-question {
	padding: 45px 0 15px 0;
	text-align: left;
}

.booking-question .radio-question {
	display: block;
}

.service-type {
	padding: 4px 6px 6px;
	position: relative;
	/* text-align: center; */
	width: 47%;
	background: #fff;
	border: 1px solid #cccccc;
	color: #464646;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	align-items: center;
	min-height: 80px;
}

.service-type:nth-child(even) {
	float: left;
	margin: 0 16px 20px 0;
}

.service-type:nth-child(odd) {
	float: left;
	margin: 0 25px 20px 0;
}

.service-type.active {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.type-bx {
	display: block;
	/* position: relative;*/
	padding-left: 34px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font: 500 14px/18px 'Poppins', sans-serif;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
}

.booking-question .staff-count [type="checkbox"] {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.booking-question .staff-count [type="checkbox"]:focus+label::before {
	box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.4) !important;
}

.booking-question .staff-count [type="checkbox"]:hover+label::before {
	border-color: #000;
}

.booking-question .staff-count [type="checkbox"]:active+label::before {
	transition-duration: 0;
}

.booking-question .staff-count [type="checkbox"]+label {
	position: relative;
	padding: 6px 0 0 25px;
	user-select: none;
	/* width: 70%;	 float: left;*/
}

.booking-question .staff-count [type="checkbox"]+label::before {
	background-color: #fff;
	border: 1px solid #444;
	box-sizing: content-box;
	content: '';
	color: #444;
	float: left;
	margin-right: 10px;
	/*margin-bottom:10px;*/
	margin-left: -25px;
	top: 50%;
	left: 0;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
}

.booking-question .staff-count [type="checkbox"]+label::after {
	box-sizing: content-box;
	content: '';
	background-color: #444;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 10px;
	height: 10px;
	margin-top: -9px;
	transform: scale(0);
	transform-origin: 50%;
	transition: transform 200ms ease-out;
}

.booking-question .staff-count [type="checkbox"][disabled]+label::before {
	animation: none;
	box-shadow: none;
	border: 1px solid rgba(128, 128, 128, 0.5);
}

.booking-question .staff-count [type="checkbox"][disabled]:active+label::before,
.booking-question .staff-count [type="checkbox"][disabled]:focus+label::before,
.booking-question .staff-count [type="checkbox"][disabled]:hover+label::before {
	border-color: rgba(128, 128, 128, 0.5);
	filter: none;
	transition: none;
}

.booking-question .staff-count [type="checkbox"]+label::before,
.booking-question .staff-count [type="checkbox"]+label::after {
	border-radius: 0;
}

.booking-question .staff-count.active [type="checkbox"]+label::before {
	background-color: #ff5f34;
	border: 1px solid #ff5f34;
}

.booking-question .staff-count.active [type="checkbox"]+label::after {
	background-color: transparent;
	top: 13px;
	left: calc(3.5px + -5px + 24px/5);
	width: 7px;
	height: 3.1px;
	margin-top: calc(14px / -2 / 2 * 0.8);
	border-style: solid;
	border-color: #fff;
	border-width: 0 0 1.5px 1.5px;
	border-radius: 0;
	border-image: none;
	transform: rotate(-45deg) scale(0);
	transition: none;
}

.booking-question .staff-count.active [type="checkbox"]:checked+label::after {
	content: '';
	transform: rotate(-45deg) scale(1);
	transition: transform 200ms ease-out;
}

@keyframes borderscale {
	50% {
		box-shadow: 0 0 0 2px #900;
	}
}


/* Hide the browser's default radio button */

.type-bx input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.markprice {
	color: #e44d2f;
	font-size: 16px;
	line-height: 13px;
	/* padding: 0 6px; */
	/* position: absolute; */
	/* bottom: 4px; */
	/* left: 0; */
	width: 35%;
	text-align: right;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	float: left;
	padding: 8px 5px 6px 10px;
}


/* Create a custom radio button */

.checkmark {
	position: absolute;
	top: 8px;
	left: 11px;
	height: 22px;
	width: 22px;
	background-color: #eee;
	border-radius: 50%;
	margin-bottom: 10px;
}


/* On mouse-over, add a grey background color */

.type-bx:hover input~.checkmark {
	background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.type-bx input:checked~.checkmark {
	background-color: #ff5f34;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	/*display: none;*/
}


/* Show the indicator (dot/circle) when checked */

.type-bx input:checked~.checkmark:after {
	display: block;
}


/* Style the indicator (dot/circle) */

.type-bx .checkmark:after {
	top: 5.5px;
	left: 6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

.booking-question {
	text-align: left;
	padding: 14px 0 14px 0;
}

.booking-question:nth-child(1) {
	margin: 25px 0 0 0;
}

.booking-question h5 {
	color: #000;
	font: 500 14px/20px 'Poppins', sans-serif;
	padding: 0 0 6px 0;
}

.booking-question h5 p {
	color: #000;
	font: 500 14px/20px 'Poppins', sans-serif;
}

.booking-question h5 p br {
	display: none;
}

span.err-message-block {
	/*display: inline-block;*/
	color: #ff0000;
	font: 400 13px/20px 'Poppins', sans-serif;
	padding: 0px 0 5px 0;
}


/*span.err-message-block{display: inline-block;    color: #ff0000;    font: 400 13px/20px 'Poppins', sans-serif;    padding: 0px 0 5px 0;}*/

.date-time-bx {
	text-align: left;
	padding: 14px 0 14px 0;
}

.date-time-bx h5 {
	color: #000;
	font: 500 14px/20px 'Poppins', sans-serif;
	padding: 0 0 6px 0;
}

.date-time-bx h5 span {
	color: #5d5d5d;
	font: 400 12px/20px 'Poppins', sans-serif;
}

.date-time-bx h5 span i {
	font-size: 11px;
	color: #b3b3b3;
	padding: 0 0 0 5px;
}

.date-time-bx .seletion-bx {
	width: 50%;
	float: left;
	border: 0px solid red;
	padding-right: 25px;
}

.date-time-bx .seletion-bx2 {
	width: 50%;
	float: left;
	border: 0px solid red;
	padding-right: 20px;
}

.date-time-bx .nxt-btn-bx {
	width: 100%;
	float: left;
	border: 0px solid red;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 28px;
}

.terms-container p,
.terms-container ul li,
.terms-container ol li,
.terms-container-bx p,
.terms-container-bx ul li,
.terms-container-bx ol li {
	color: #828282;
	font: 400 11px/15px 'Poppins', sans-serif;
	padding: 0 0 2px 0;
}

.terms-container h5,
.terms-container-bx h5 {
	color: #000;
	font: 500 12px/14px 'Poppins', sans-serif;
	padding: 0 0 5px 0;
}

.nxt-btn-bx .request-bx {
	display: none;
}

.nxt-btn-bx .request-bx .request-input {
	border: 1px solid #cccccc;
	width: 100%;
	padding: 11px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.nxt-btn-bx .request:hover {
	cursor: pointer;
}

.date-time-bx .input-block {
	/*width:50%;*/
	width: 100%;
	float: none;
	padding: 0 10px;
	background: transparent;
}

.date-time-bx .input-block label {
	font: 500 13px/20px 'Poppins', sans-serif;
	color: #298888;
}

.date-time-bx .input-block.cal-ico {
	position: relative;
}

.date-time-bx .input-block.cal-ico i.fa-calendar-o {
	position: absolute;
	top: 3px;
	right: 21px;
	color: #298888;
	display: block !important;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0px 10px 0;
	z-index: 0;
}

.date-time-bx .input-block .input-bxs-d,
textarea.input-bxs-d {
	position: relative;
	border: 0;
	border-right: 0px solid #cccccc;
	padding: 2px 5px;
	font: 400 14px/20px 'Poppins', sans-serif;
	width: 100%;
	color: #b3b3b3;
	background: transparent;
	z-index: 1;
}

textarea.input-bxs-d {
	outline: none;
}

.date-time-bx .input-block .input-bxs-t {
	border: 0;
	border-right: 0px solid #cccccc;
	padding: 1px 5px;
	font: 400 14px/20px 'Poppins', sans-serif;
	width: 100%;
	color: #b3b3b3;
	background: #fff;
}

.date-time-select {
	padding: 12px 0;
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.booking-question .input-bx {
	border: 1px solid #cccccc;
	width: 100%;
	padding: 11px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 0px;
}

.date-time-bx .nxt-btn-bx .pay-btn {
	margin-top: 8px;
}

.booking-question .bx-numeric {
	width: 220px;
}


/* The container */

.check-bx {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Hide the browser's default checkbox */

.check-bx input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}


/* Create a custom checkbox */

.checks {
	position: absolute;
	top: 0;
	left: 0;
	height: 17px;
	width: 17px;
	background-color: transparent;
	border: 1px solid #000;
}


/* On mouse-over, add a grey background color */

.check-bx:hover input~.checks {
	background-color: #fff;
}


/* When the checkbox is checked, add a blue background */

.check-bx input:checked~.checks {
	background-color: #ff5f34;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checks:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the checkmark when checked */

.check-bx input:checked~.checks:after {
	display: block;
}


/* Style the checkmark/indicator */

.check-bx .checks:after {
	left: 4px;
	top: 4px;
	width: 6px;
	height: 6px;
	border: 0;
	background: #fff;
	/* -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  transform: rotate(45deg);*/
}

.staff-count:nth-child(odd) {
	float: left;
	margin: 0 25px 20px 0;
}

.staff-count:nth-child(even) {
	float: left;
	margin: 0 20px 20px 0;
}

.staff-count {
	padding: 4px 8px 8px;
	position: relative;
	text-align: center;
	/*height: 80px;*/
	width: 47%;
	background: #fff;
	border: 1px solid #cccccc;
	color: #464646;
	float: left;
	margin: 0 20px 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.check-outer .staff-count {
	padding: 4px 8px 8px;
	position: relative;
	text-align: left;
	width: auto;
	background: #fff;
	border: 1px solid #cccccc;
	color: #464646;
	float: none;
	margin: 0 20px 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	min-height: 80px;
	border-radius: 5px;
	display: block;
	align-items: center;
}

.booking-question label {
	cursor: pointer;
	display: inline-block;
	text-transform: capitalize;
	color: #000;
	font: 400 16px/18px 'Poppins', sans-serif;
	text-align: left;
	width: 65%;
	float: left;
}

.staff-count.active {
	background: #000 !important;
}

.booking-question .staff-count.active label {
	color: #fff !important;
	font-weight: 400;
}

.booking-question .service-type.active label {
	color: #fff !important;
	font-weight: 400;
}


/*.booking-question .staff-count.active[type="checkbox"] + label::before {    background-color: #ff5f34 !important;    border: 1px solid #ff5f34 !important;    color: #fff !important;}.booking-question .staff-count.active [type="checkbox"] + label::after {    border-color: #fff !important;}*/

.payment-block {
	text-align: left;
	padding: 35px 0 25px 0;
}

.payment-block h4 {
	font: 500 15px/20px 'Poppins', sans-serif;
	color: #000;
	padding: 0 0 15px 0;
}

.payment-block .box-12 .box-6 {
	width: 50%;
	float: left;
}

.payment-block .box-12 .box-6:nth-child(2n+1) {
	padding: 0 35px 0 0;
}

.payment-block .box-12 .box-6:nth-child(2n+2) {
	padding: 0 85px 0 35px;
}

.pay-left h4 {
	color: #010101;
	font: 500 14px/20px 'Poppins', sans-serif;
	position: relative;
	padding: 0 0 7px 0;
}

.pay-left h5 {
	position: relative;
	font: 400 13px/20px 'Poppins', sans-serif;
	color: #646464;
	padding: 0 0 7px 0;
}

.pay-left p {
	position: relative;
	font: 400 12px/20px 'Poppins', sans-serif;
	color: #299b9b;
	padding: 0 0 15px 0;
}

.pay-left span {
	color: #010101;
	font: 500 14px/20px 'Poppins', sans-serif;
	position: absolute;
	right: 0;
}

.pay-left h3 {
	position: relative;
	padding: 10px 0 10px 0;
	color: #010101;
	font: 500 14px/20px 'Poppins', sans-serif;
	border: 0;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

.pay-right p {
	color: #262626;
	font: 400 14px/20px 'Poppins', sans-serif;
	margin: 0;
	color: #000;
}

.t-c-bx {
	padding: 17px 0 0;
}

.t-c-bx .ck-bx {
	position: relative;
	top: 1.5px;
}

.t-c-bx label {
	padding: 0 0 0 10px;
	font: 400 12px/16px 'Poppins', sans-serif;
	color: #676767;
}

.t-c-bx label a {
	font: 400 12px/20px 'Poppins', sans-serif;
	color: #676767;
	text-decoration: underline;
}

.redeem-lab {
	padding: 30px 0 0 0;
}

.redeem-lab p {
	color: #262626;
	font: 500 14px/20px 'Poppins', sans-serif;
	margin: 0;
	padding: 0 0 7px;
}

.redeem-lab p span {
	color: #ed6329;
	font-size: 16px;
	font-weight: 500;
}

.redeem-lab label {
	padding: 30px 0 0 0;
}

#txtredeem {
	border: 1px solid #cccccc;
	padding: 10px 0px 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 0 0 0;
}

#redeem {
	background: #000;
	border: 0px solid #000;
	color: #ffffff;
	padding: 10px 20px;
	text-transform: uppercase;
	font: 400 12px/12px 'Poppins', sans-serif;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 0px;
	position: relative;
	top: 0px;
	margin: 0px 10px;
	position: relative;
	top: -1px;
}

.pay-btn {
	border: 1px solid #298888;
	border: 1px solid #298888;
	background: #298888;
	width: 100%;
	padding: 12px 15px;
	margin: 20px auto 0;
	text-transform: uppercase;
	font: 400 14px/18px 'Poppins', sans-serif;
	position: relative;
	letter-spacing: 0.5px;
	color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display: block;
	text-align: center;
	/*width: 40%;*/
}

.user-details-form {
	text-align: left;
	width: 97%;
	padding: 35px 0 25px 0;
}

.user-details-form h4 {
	font: 500 15px/20px 'Poppins', sans-serif;
	padding: 30px 105px 20px 0;
	position: relative;
}

.change-btn {
	color: #298888;
	border: 1px solid #7c7c7c;
	padding: 5px 20px;
	text-transform: uppercase;
	font: 400 12px/12px 'Poppins', sans-serif;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: absolute;
	top: 27px;
	right: 0;
}

.change-btn:hover {
	color: #fff;
	background: #298888;
	border: 1px solid #298888;
}

.user-details-form label {
	color: #010101;
	font: 500 13px/20px 'Poppins', sans-serif;
	padding: 0 0 2px 0;
	display: block;
}

.user-details-form .input-bx {
	border: 1px solid #cccccc;
	width: 100%;
	padding: 11px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
}

.user-details-form textarea.input-bx {
	outline: none;
	font: 400 15px/20px 'Poppins', sans-serif;
}

.location-bar {
	padding: 12px 40px !important;
}

.user-details-form iframe {
	margin-bottom: 30px;
	height: 400px;
}

.user-details-form .box-12 {
	width: 100%;
	padding: 0;
	position: relative;
}

.user-details-form .box-12 svg {
	position: absolute;
	left: 8px;
	top: 9px;
}

.user-details-form .box-12 .box-6 {
	width: 50%;
	float: left;
}

.user-details-form .box-12 .search-b {
	position: absolute;
	right: 0;
	padding: 13px 20px;
	border: 0;
	top: 0;
	background: #298888;
	color: #fff;
	text-transform: uppercase;
	font: 400 14px/18px 'Poppins', sans-serif;
}

.user-details-form .box-12 .box-6:nth-child(2n+1) {
	padding: 0 15px 0 0;
}

.user-details-form .box-12 .box-6:nth-child(2n+2) {
	padding: 0 0 0 15px;
}

.submit-bx {
	text-align: right;
}

.sub-input-btn {
	border: 1px solid #298888;
	background: #298888;
	width: 70%;
	padding: 11px 15px;
	margin: 18px 0 0 0;
	text-transform: uppercase;
	font: 400 15px/20px 'Poppins', sans-serif;
	position: relative;
	letter-spacing: 0.5px;
	color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.sub-input-btn:hover {
	background: #197474;
	border: 1px solid #197474;
}

#best-services.inside-page {
	padding: 0px 0 80px 0;
}


/*08-08-2020*/


/*PARTNERS*/

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.partners-block.f-block-row .slide-service-bx {
	position: relative;
	height: 150px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px !important;
}

.partners-block .slide-service-bx {
	position: relative;
	height: 170px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px !important;
}

.partners-block .slide-service-bx.new-bx {
	height: 170px;
}

.partners-block .slide-service-bx img {
	width: 100%;
	border-radius: 0 0px 10px 10px !important;
}

.partners-block .service-info {
	position: unset;
	top: 8px;
	right: 8px;
	background: #fff;
	padding: 10px 0;
	border-radius: 8px;
	text-align: left;
	width: 100%;
}

.width-70 {
	width: 70%;
	margin: 0 auto;
	max-width: 41.666667%;
}

.login-form {
	text-align: left;
}

.login-form .form-group {
	margin-bottom: 0;
}

.login-form form label {
	/*    letter-spacing: 2px;    color: #7f7f7f;    font: 500 14px/18px 'Poppins', sans-serif;*/
	color: #010101;
	font: 500 13px/20px 'Poppins', sans-serif;
	padding: 0 0 2px 0;
	display: block;
	letter-spacing: 0;
}

.login-form .form-control {
	border: 1px solid #e4e4e4;
}

.login-form .form-control {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 12px 10px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #cccccc;
	background: transparent;
	font: 400 14px/20px 'Poppins', sans-serif;
	color: #8e8e8e;
}

.login-form form .login-btn {
	width: 100%;
	background: #000;
	border-radius: 5px;
}

.btn-common {
	background-color: #00cc66;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	font: 500 14px/18px 'Poppins', sans-serif;
	letter-spacing: 2px;
	padding: 12px 30px;
	width: 100%;
	color: #fff;
}

.btn {
	font-size: 14px;
	padding: 10px 30px;
	cursor: pointer;
	font-weight: 400;
	color: #fff;
	border-radius: 0px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: inline-block;
	border: none;
}

.login-form .spacing-t {
	padding-top: 5px;
	text-align: center;
	font: 400 14px/18px 'Poppins', sans-serif;
}

.login-form .forgot-link {
	font: 500 14px/18px 'Poppins', sans-serif;
	color: #909090;
	font-weight: 400;
	position: relative;
	top: 7px;
	letter-spacing: 0.5;
	padding: 4px 10px;
	font-size: 13px;
	cursor: pointer;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.login-form .login-txt {
	font: 500 14px/18px 'Poppins', sans-serif;
	color: #909090;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-align: center;
	padding: 15px 0 15px 0;
}

.login-form .register-link {
	display: block;
	width: 100%;
	color: #fff !important;
	border: 1px solid #298888;
	border-radius: 5px;
	background: #298888;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 30px;
	font: 400 14px/18px 'Poppins', sans-serif;
}

.login-form .form-group {
	position: relative;
	margin: 0 0 13px;
}

/*.lbl-error {
	text-align: center;
	color: #fff;
	background: #c03;
	border-radius: 4px;
	margin: 0 0 10px;
	width: 328px;
	margin: 0 auto 20px;
	margin-top: 0px;
	line-height: 40px;
}*/
.lbl-error{
	    text-align: center;
    color: #fff;
    background: #cc3333;
    border-radius: 4px;
    margin: 0 0 10px;
    width: 328px;
    margin: 0 auto 20px;
    margin-top: 0px;
    line-height: 26px;
    font-size: 13px !important;
    font-family: 'Poppins', sans-serif;
}
}

.login-form .help-block {
	position: absolute;
	bottom: 3px;
}
#emailerr{
	position: relative;
    bottom: auto;
    top: -15px;
}
.req-field{
	color: #e44d2f !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
.h3 {
	font-size: 16px;
	margin-top: 26px;
}

.more-space {
	padding: 140px 0 80px 0 !important;
}

.abt-us {
	text-align: left;
}

.no-banner-title {
	font: 500 36px/50px 'Poppins', sans-serif !important;
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
}

.width-of-50 {
	width: 50%;
	margin: 0px auto 0;
	padding: 0 15px
}

.width-of-70 {
	width: 70%;
	margin: 0px auto 0;
	text-align: center;
}

.vocals p {
	padding: 0 0 20px;
	text-align: left;
}

.mar-auto {
	margin: 0 auto;
}

.width-80 {
	width: 80%;
	margin: 0 auto;
}


/*11-08-2020*/


/*About page*/
.width-of-70.about-editor{
	text-align: initial;
}
.width-of-70.about-editor b{
	font-weight: 600;
}
.width-of-70.about-editor i{
	font-style: italic;
}
.width-of-70.about-editor ul li{
	font: 400 15px/25px 'Poppins', sans-serif;
    margin: 0;
    list-style: disc;
}

.width-of-70.about-editor ol li{
	font: 400 15px/25px 'Poppins', sans-serif;
    margin: 0;
    list-style: decimal;
}
.text-center {
	text-align: center;
}

#services-type {
	background: #fff;
	padding: 20px 0 80px 0;
}

.service-option ul {
	list-style: none;
	padding: 30px 0 0 65px;
	margin: 0 auto;
	width: 85%;
}

.service-option ul li {
	width: 32%;
	float: left;
	padding: 0 35px 15px 0;
	height: 100px;
	color: #000;
	font: 400 16px/20px 'Poppins', sans-serif;
}

.service-option .icons-box {
	float: left;
	padding: 5px 3px;
	margin: -5px 15px 30px 0;
	border-radius: 4px;
	width: 52px;
	text-align: center;
	background: #f4f4f4;
}

.service-option .icons-box i {
	font-size: 24px;
	color: #808080;
	line-height: 40px;
}


/*FAQ*/

.faq-list .faq-list-qa {
	margin: 0 auto;
}

.faq-list .faq-list-qa ul {
	margin: 0;
}

.faq-list .faq-list-qa ul li {
	padding: 0 0 25px;
}

.faq-list .faq-list-qa ul li h5 {
	font: 400 17px/20px 'Poppins', sans-serif;
	color: #35a0a0;
	text-align: left;
	padding: 0 0 5px 0px;
}

.faq-list .faq-list-qa ul li p {
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0 0 0 16px;
	font: 400 15px/22px 'Poppins', sans-serif;
}

.faq-list .faq-list-qa ul li ul li {
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0 0 0 2px;
	font: 400 15px/22px 'Poppins', sans-serif;
	list-style: disc;
	margin: 0 0 0 28px;
}


/*Service detail*/

#services-details {
	background: #fff;
	padding: 0px 0 80px 0;
	text-align: left;
}

#services-details h2 {
	font: 400 18px/20px 'Poppins', sans-serif;
	color: #35a0a0;
	text-align: left;
	padding: 0 0 20px 0px;
}

#services-details .detail-block .service-content {
	float: left;
	width: 70%;
	padding: 0 12px 0 0;
}

#services-details .detail-block .service-content .detail-sub-block h5 {
	font: 700 24px/36px 'Poppins', sans-serif;
	padding: 0 0 10px 0;
	color: #000;
}

#services-details .detail-block .service-content .detail-sub-block {
	margin: 0 0 30px;
}

#services-details .detail-block .service-content .detail-sub-block ul li,
#services-details .detail-block .service-content .detail-sub-block p.Body {
	color: #000;
	text-align: left;
	margin: 0;
	padding: 5px 0 10px 0px;
	font: 400 15px/22px 'Poppins', sans-serif;
	list-style: disc;
}

#services-details .detail-block .service-content .detail-sub-block p.Body {
	margin-left: 25px !important;
}

#services-details .detail-block .service-img {
	float: right !important;
	width: 30% !important;
}

#best-services.padding-1 {
	padding: 80px 0 1px 0;
}

.book-btn {
	border: 1px solid #298888;
	background: #298888;
	border-radius: 4px;
	border: 1px solid #7c7c7c;
	padding: 9px 19px !important;
	margin: 0 10px;
	text-transform: uppercase;
	font: 400 12px/20px 'Poppins', sans-serif;
	color: #fff;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.banner-book {
	padding: 15px 20px;
}

.stick-book {
	display: block;
	position: fixed;
	bottom: 0px;
	right: 0px;
	text-decoration: none;
	z-index: 10;
	padding: 21px 30px !important;
	left: 0;
	height: 70px;
	background-color: #f8fafe;
	box-shadow: 0px 2px 11px 1px rgb(4 4 4 / 36%);
	text-align: center;
}

.stick-book span {
	font: 500 20px/25px 'Poppins', sans-serif;
}

.stick-book .book-btn {
	background: #298888;
	border-radius: 5px;
	border: 1px solid #298888;
	padding: 12px 72px 12px 65px !important;
	margin: 0 10px;
	text-transform: uppercase;
	font: 600 12px/20px 'Poppins', sans-serif;
	color: #ffffff;
	width: 100%;
	outline: none;
	letter-spacing: 1px;
	position: relative;
}

.stick-book .book-btn:after {
	content: '\f101';
	font-family: FontAwesome;
	position: absolute;
	top: 9px;
	right: 51px;
	color: #fff;
	display: block !important;
	font-size: 17px;
	font-weight: 500;
}

.slide-service-bx-new {
	margin: 0 0 40px;
}

.service-description {
	text-align: left;
}

.service-description h5 {
	font: 500 16px/18px 'Poppins', sans-serif;
	color: #000;
	padding: 0 0 0px 0;
	margin: 6px 0 10px;
	text-transform: uppercase;
}

.service-description h5 a {
	color: #fff;
	background: #298888;
	padding: 3px 35px 3px 14px;
	position: relative;
	border-radius: 4px;
	font: 400 14px/24px 'Poppins', sans-serif;
}

.service-description h5 a:after {
	content: '\f101';
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	right: 12px;
	color: #fff;
	display: block !important;
	font-size: 17px;
	font-weight: 500;
}

.service-description p {
	font: 400 13px/18px 'Poppins', sans-serif;
	color: #000;
	padding: 0 0 20px 0;
}


/*User-detail*/

.customer-detail {
	margin: 20px 0;
}

.customer-detail .detail-block {
	width: 50%;
	float: left;
	color: #010101;
	font: 500 13px/20px 'Poppins', sans-serif;
}

.customer-detail .detail-block .each-detail {
	margin: 0 0 10px;
}

.customer-detail .detail-block .each-detail .detail-left {
	float: left;
	width: 22%;
}

.customer-detail .detail-block .each-detail .detail-left h5 {
	color: #5f5f5f;
	font: 500 13px/20px 'Poppins', sans-serif;
}

.customer-detail .detail-block .each-detail .detail-right {
	float: left;
	width: 78%;
	padding: 0 15px 0 0;
	color: #010101;
	font: 500 13px/20px 'Poppins', sans-serif;
}

.change-address,
.next-btn {
	color: #298888;
	border: 1px solid #7c7c7c;
	padding: 2px 20px;
	text-transform: uppercase;
	font: 400 12px/12px 'Poppins', sans-serif;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	top: 0px;
	margin: 0 10px;
}

.custom-model-main {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* z-index: 1050; */
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear, z-index 0.15;
	-o-transition: opacity 0.15s linear, z-index 0.15;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
}

.model-open {
	z-index: 99999;
	opacity: 1;
	overflow: hidden;
}

.custom-model-inner {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	display: inline-block;
	vertical-align: middle;
	width: 600px;
	margin: 30px auto;
	max-width: 97%;
}

.custom-model-wrap {
	display: block;
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
	text-align: left;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: calc(100vh - 70px);
	overflow-y: auto;
}

.model-open .custom-model-inner {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	position: relative;
	z-index: 999;
}

.model-open .bg-overlay {
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
}

.bg-overlay {
	background: rgba(0, 0, 0, 0);
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.close-btn {
	position: absolute;
	right: 0;
	top: -30px;
	cursor: pointer;
	z-index: 99;
	font-size: 30px;
	color: #fff;
}

.pop-up-content-wrap {
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px;
	border-bottom: 1px solid #cacaca;
	padding: 0 0 15px;
}

.pop-up-content-body {
	border-bottom: 1px solid #cacaca;
}

.pop-up-content-body .fancy-blue {
	position: relative;
	margin: 18px 0 20px;
}

.pop-up-content-body .fancy-blue span:before {
	content: ' ';
	width: 20px;
	position: absolute;
	left: -8px;
	height: 20px;
	border: 1px solid #298888;
	border-radius: 50%;
	top: -1px;
	background: #fff;
}

.pop-up-content-body .radio.fancy-blue input {
	position: relative;
	left: -4px;
	top: 3px;
}

.pop-up-content-body .radio.fancy-blue label input[type="radio"]:checked~span:before {
	border: 1px solid #298888;
}

.pop-up-content-body .radio.fancy-blue label input[type="radio"]:checked~span:after {
	content: ' ';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	left: -2px;
	top: 5px;
	background: #298888;
	/* z-index: 9; */
}

.pop-up-content-footer .no-one {
	float: left;
}

.pop-up-content-footer .no-two {
	float: right;
}

.pop-up-content-footer .change-address,
.pop-up-content-footer .next-btn {
	color: #298888;
	border: 1px solid #7c7c7c;
	padding: 5px 20px;
	text-transform: uppercase;
	font: 400 12px/12px 'Poppins', sans-serif;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	top: 10px;
}

.custom-model-main-error .pop-up-content-body {
	border-bottom: 0px solid #cacaca;
}

.typeahead__filter button {
	background: #298888 !important;
	color: #fff !important;
}

.typeahead__field {
	color: #555;
	position: relative;
	bottom: 21px;
	/*bottom: 165px;*/
}

.typeahead__container .typeahead__field .typeahead__hint,
.typeahead__container .typeahead__field .typeahead__label-container,
.typeahead__container .typeahead__field [contenteditable],
.typeahead__container .typeahead__field input,
.typeahead__container .typeahead__field textarea {
	padding-right: 32px;
	padding: 13px 32px 12px 10px;
}

.typeahead__container button {
	padding: 12.5px .75rem !important;
	border: 1px solid #298888 !important;
}

.typeahead__cancel-button {
	padding: 14px .75rem !important;
}

.typeahead__field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 85% !important;
	margin: 0 auto;
}

/*Button add sub*/

.add-btn {
	border: 0px solid #000 !important;
	border-radius: 4px !important;
	width: auto;
	margin: 00px 00px 0px 0;
	background: #464646;
	color: #000;
	padding: 8px 8px;
	text-align: center;
	/* box-shadow: 0px 2px 11px 1px rgb(4 4 4 / 36%); */
	float: right;
}

.qtyminus,
.qtyplus {
	width: 18px;
	height: 18px;
	background: #1f1f1f;
	border: none;
	cursor: pointer;
	color: #fff !important;
	border-radius: 20px !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	padding: 0;
}

.qty {
	width: 40px;
	height: 30px;
	color: #fff;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-left: 1px solid #464646 !important;
	border-right: 1px solid #464646 !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	background: #464646;
	text-align: center;
}

.check-outer {
	float: left;
	width: 50%;
}


/*ORDER_SUMMARY*/

.doorstep-summary .service-booking-bx .booking-summary {
	width: 100%;
	float: none;
}

.doorstep-summary .service-booking-bx .booking-summary .each-summary {
	margin: 0 0 35px;
}

.cust {
	width: 48%;
	float: left;
}

.vendors {
	width: 48%;
	float: right;
}

.sums {
	width: 100%;
}

.doorstep-summary .service-booking-bx .booking-summary .sums label {
	width: 50%;
	float: left;
	margin: 0 0 0px;
	padding: 0 10px 0 0;
}

.doorstep-summary .service-booking-bx .booking-summary .each-summary .summery-tags .process-no {
	background: #298888;
	padding: 5.5px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: 400 15px/20px 'Poppins', sans-serif;
	margin: 0 15px 12px 0;
	float: left;
}

.doorstep-summary .service-booking-bx .booking-summary .each-summary h3 {
	font: 500 14px/20px 'Poppins', sans-serif;
	color: #298888;
	border-bottom: 1px solid #298888;
	padding: 5px 0 2px 0;
	float: left;
}

.doorstep-summary .service-booking-bx .booking-summary .box-12 {
	padding: 0px 0;
}

.doorstep-summary .service-booking-bx .booking-summary .box-6 label {
	width: 48%;
}

.doorstep-summary .service-booking-bx .booking-summary label {
	width: 23%;
	float: left;
	margin: 0 0 15px;
	padding: 0 10px 0 0;
}

.doorstep-summary .service-booking-bx .booking-summary label p,
.doorstep-summary .service-booking-bx .booking-summary label p {
	color: #010101;
	font: 500 13px/18px 'Poppins', sans-serif;
}


/*Vendor form*/

.doorstep-summary .service-booking-bx.vendor-area {
	width: 50%;
	margin: 0 auto;
}

.doorstep-summary .service-booking-bx.vendor-area .booking-summary .each-summary {
	margin: 0 0 0px;
}

.doorstep-summary .service-booking-bx.vendor-area .booking-summary .each-summary .final-price {
	color: #010101;
	font: 500 13px/18px 'Poppins', sans-serif;
	margin: 0 0 17px;
}

.vendor-area .cust {
	width: 100%;
	float: none;
}

.vendor-area .amt-input label {
	margin: 0px 1px 5px !important;
}


/*.vendor-area .amt-input input*/

.vendor-area input {
	border: 0px solid #cccccc;
	width: 100px;
	padding: 4px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px;
	margin-bottom: 25px;
}

.vendor-area .booking-summary .box-6 p {
	position: relative;
}

.vendor-area .booking-summary .box-6 p span {
	position: relative;
}

.vendor-area .booking-summary .box-6 p .fa-calendar-o {
	position: absolute;
	top: 2px;
	right: 5px;
}

.vendor-area select {
	border: 0;
	padding: 3px 6px;
}

.approve {
	border: 1px solid #298888;
	background: #298888;
	border-radius: 4px;
	padding: 9px 19px !important;
	margin: 0 0px;
	text-transform: uppercase;
	font: 500 12px/20px 'Poppins', sans-serif;
	color: #fff;
	float: left;
	width: 130px;
	text-align: center;
}

.not-approve {
	border: 1px solid #000000;
	background: #000000;
	border-radius: 4px;
	padding: 9px 19px !important;
	margin: 0 0px;
	text-transform: uppercase;
	font: 500 12px/20px 'Poppins', sans-serif;
	color: #fff;
	float: right;
	width: 130px;
	text-align: center;
}


/*Order account*/

.order-books .book-sum-box {
	background: #fff !important;
}

.order-account-page .choose-title h4 {
	font-size: 16px;
}

.transactions .laudry-item {
	background: #f2f2f2;
	margin: 34px 0 0;
	padding: 10px 25px;
	border-radius: 8px;
}

.transactions .laudry-item .quantity-detail {
	border-bottom: 0px dotted #cacaca;
	padding: 8px 0px 20px;
	;
}

.transactions .quantity-dates {
	width: 20%;
	float: left;
	padding: 0 15px 0 0;
}
.transactions .quantity-dates p{
    color: #252525;
    font: 400 12px/15px 'Poppins', sans-serif !important;
    padding: 0 0 0px !important;
}
.transactions .quantity-dates h5{
		padding: 0px 0 11px !important;
}

.transactions .laudry-item p {
	color: #252525;
	font: 400 12px/18px 'Poppins', sans-serif;
	padding: 0 0 5px;
}

.transactions .laudry-item h5 {
	color: #262425;
	font: 500 14px/20px 'Poppins', sans-serif;
	letter-spacing: 1px;
	padding: 0 0 5px;
}
.transactions .laudry-item p.loc {
	color: #4f4f4f;
}

.transactions .laudry-item .quantity-name {
	width: 50%;
	float: left;
	padding: 0 15px 0 0;
}

.transactions .laudry-item i {
	font-size: 17px;
	padding: 0 8px 0 0;
	color: #070506;
}

.transactions .laudry-item p.amount-total {
	font: 600 16px/22px 'Poppins', sans-serif;
	position: relative;
	color: #191919;
	margin: 0 0 9px;
}

.transactions .laudry-item p.final-date {
	margin: 15px 0 0;
	font: 500 12px/18px 'Poppins', sans-serif;
}

.transactions .laudry-item .quantity-price {
	float: left;
	width: 10%;
	text-align: center;
	padding: 13px 10px 0;
}


/*.transactions .laudry-item .quantity-price.quantity-price-last{    width:20%;} */

.transactions .laudry-item .quantity-price.quantity-price-last img {
	top: -3px;
	position: absolute;
	left: -4px;
	width: 28px;
}

.transactions .laudry-item .quantity-status {
	float: left;
	width: 20%;
	text-align: center;
	padding: 13px 0 0;
}

.transactions .laudry-item .order-pay {
	color: #fff;
	background: #4999c7;
	border-radius: 4px;
	padding: 4px 4px;
	font: 500 10px/11px 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.transactions .laudry-item .order-paid {
	color: #fff;
	background: #82b574;
	border-radius: 4px;
	padding: 4px 4px;
	font: 500 10px/11px 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.transactions .laudry-item .re-order {
	color: #298888;
	background: transparent;
	border-radius: 4px;
	padding: 3px 8px;
	font: 500 11px/11px 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #298888;
	position: relative;
	top: 10px;
}

.transactions .laudry-item .order-cancel {
	color: #000;
	background: #fff;
	border-radius: 50px;
	padding: 8px 60px;
	font: 700 13px/12px 'Poppins', sans-serif;
	text-transform: uppercase;
	box-shadow: 0px 4px 6px 2px rgba(4, 4, 4, 0.15);
}

.transactions .laudry-item .order-waiting {
	color: #000;
	background: #fff;
	border-radius: 32px;
	padding: 8px 28px;
	font: 700 13px/12px 'Poppins', sans-serif;
	text-transform: uppercase;
	box-shadow: 0px 4px 6px 2px rgba(4, 4, 4, 0.15);
}

.transactions .laudry-item .order-canceled {
	color: #f22;
	background: #fff;
	border-radius: 50px;
	padding: 8px 60px;
	font: 700 13px/12px 'Poppins', sans-serif;
	text-transform: uppercase;
	box-shadow: 0px 4px 6px 2px rgba(4, 4, 4, 0.15);
}

.transactions .laudry-item .order-picked {
	color: #fff;
	background: #000;
	border-radius: 50px;
	padding: 8px 60px;
	font: 700 13px/12px 'Poppins', sans-serif;
	text-transform: uppercase;
	box-shadow: 0px 4px 6px 2px rgba(4, 4, 4, 0.15);
		cursor: auto !important;
}

.transactions .laudry-item .order-delivered {
	color: #fff;
	background: #298888;
	border-radius: 50px;
	padding: 8px 50px;
	font: 700 13px/12px 'Poppins', sans-serif;
	text-transform: uppercase;
	box-shadow: 0px 4px 6px 2px rgba(4, 4, 4, 0.15);
}

.mar-auto {
	margin: 0 auto;
}

.getback {
	color: #298888;
	background: #f2f2f2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 10px 40px;
}

.getback p {
	margin: 9px 0 0;
	font-weight: 500;
}

.getback i {
	margin: 10px;
	border-radius: 35px;
	border: 1px solid #298888;
	font-size: 27px;
	padding: 20px;
}


/*PROFILE*/


/*.login-form.adds-form form label{    color: #010101;    font: 500 13px/20px 'Poppins', sans-serif;    padding: 0 0 2px 0;    display: block;    letter-spacing: 0;}.login-form.adds-form .form-control {    width: 100%;    margin-bottom: 20px;    margin-top: 0px;    padding: 12px 10px;    border-radius: 5px;    -webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    transition: all 0.3s;    border: 1px solid #cccccc;    background: transparent;    font: 400 14px/20px 'Poppins', sans-serif;    color: #8e8e8e;}*/

.login-form.adds-form .spacing-t {
	padding-top: 5px;
	text-align: center;
	font: 400 14px/18px 'Poppins', sans-serif;
	padding-left: 0;
}

.login-form.adds-form form .del-add-btn {
	background: #000 !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: 1px solid #000 !important;
}

.login-form.adds-form form .login-btn {
	width: 100%;
	background: #298888;
	border-radius: 5px;
}

#adrDIV button {
	color: #298888;
	border: 1px solid #7c7c7c;
	padding: 5px 20px;
	text-transform: uppercase;
	font: 400 12px/12px 'Poppins', sans-serif;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	top: 0px;
	margin: 0 0px 15px;
	background: #fff;
}

.add-block {
	width: 100%;
	padding: 26px 0 0;
	border-top: 1px dotted #cacaca;
}

.add-block:first-child {
	padding: 10px 0 0;
	border-top: 0px dotted #cacaca;
}

.add-block .flo-left {
	float: left;
}

.def-selet {
	padding: 13px 0;
}

.def-selet .radio-inline {
	width: 26%;
	float: left;
}


/*Order*/

.transactions .laudry-item .no-order-mgs {
	text-align: center;
	font: 500 14px/18px 'Poppins', sans-serif;
	text-transform: uppercase;
}

.transactions .laudry-item.empty-carts {
	text-align: center;
	padding: 20px 25px;
}

.transactions .laudry-item.empty-carts i {
	padding: 0px 0 11px;
	font-size: 29px;
	float: none !important;
}

.cash-back{
    width: 100%;
    margin: 0 auto 40px;
}

.cash-offer .col-6{
   float: left;
}
.cash-offer .col-6 img{
	float: left;
    width: 65px;
    margin: -8px 10px 0 0px;
    padding: 0 0 44px 0px;
    border: 0px solid #CC0000;
}
.wrapper .cash-offer p {
    font: 400 14px/20px 'Poppins', sans-serif;
    margin: 0;
}
.toggleLink{
    text-decoration: underline;
    padding: 0 0 10px;
    color: #298888;
    border: 1px solid #7c7c7c;
    padding: 10px 25px;
    text-transform: uppercase;
    font: 400 12px/12px 'Poppins', sans-serif;
    margin: 0 auto 20px;
    -webkit-border-radius: 4px;
    text-align: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 126px;
    text-decoration: none;
}
.toggleLink:hover{cursor:pointer; background: #298888;color: #fff;}
.elaboration{display:none}


/*cashbackpopup*/
#modalOverlay {
			position: fixed;
			top: 0;
			left: 0;
			background: rgba(0, 0, 0, 0.5);
			z-index: 99999;
			height: 100%;
			width: 100%;
	}
.modalPopup {
			position: absolute;
			top: 30%;
			left: 50%;
			transform: translate(-50%, -50%);
			background: #fff;
			width: 30%;
			padding: 0 0 30px;
			-webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			-moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
	}
.modalContent {padding: 12px 2em 0;text-align: center;}
.headerBar {
		width: 100%;
		background: #edcb04 url(http://cognex.com/gfx/site/bg-global-header.png) repeat-x 0 0;
		margin: 0;
	  text-align: center;
	  position: relative;
	}
.headerBar img {
		margin: 0em 0em;
	}
.buttonStyle {
		border: transparent;
		border-radius: 0;
		background: #6d6d6d;
		color: #000 !important;
		position: absolute;
		right: 0;
		background: transparent;
		cursor: pointer;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		padding: 6px 16px;
		text-decoration: none;/*	-webkit-box-shadow: 0 2px 4px 0 #999;
		box-shadow: 0 2px 4px 0 #999; */
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
/*	.buttonStyle:hover {
		background: #1e1e1e;
		color: #fff;
		background: -moz-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#6d6d6d), color-stop(100%,#6d6d6d));
		background: -webkit-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
		background: -o-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
		background: -ms-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
		background: linear-gradient(to bottom, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#6d6d6d',GradientType=0 );
	}*/
.returnToProfile {text-align: center; margin:3em;}
.returnToProfile a, .returnToProfile a:visited {color: #ddd;}
.returnToProfile a:hover {color: #fff;}

.modalContent .blue-login{
    border: 1px solid #298888 !important;
    background: #298888;
	border-radius: 4px;
    border: 1px solid #7c7c7c;
    padding: 6px 17px;
    margin: 0 10px;
    text-transform: uppercase;
    font: 400 15px/23px 'Poppins', sans-serif;
    position: relative;
    top: 8.5px;
    color: #fff;
}
.modalContent .blue-signup{
	border: 1px solid #000 !important;
    background: #000;
	border-radius: 4px;
    border: 1px solid #7c7c7c;
    padding: 6px 17px;
    margin: 0 10px;
    text-transform: uppercase;
    font: 400 15px/23px 'Poppins', sans-serif;
    position: relative;
    top: 8.5px;
    color: #fff;
}
#cash-popup .payment-block h5{
		padding: 10px 0 0px;
		text-align: right;
}
#cash-popup .payment-block h5 a{
	text-transform: none;
    color: #838383;
    font: 400 12px/20px 'Poppins', sans-serif;
    text-align: center;
    text-decoration: underline;
}
#cash-popup  .modalContent {
    padding: 4px 0em 0px;
    text-align: center;
}
#cash-popup .sub-header {
    padding: 5px 0;
    height: 50px !important;
}
#cash-popup .bg-coach-darkblue {
    /*background: #20a4aa !important;*/
    color: #fff;
}
#cash-popup .extraHeader {
    position: initial;
    left: 0;
    top: 56px;
    height: 56px;
    right: 0;
    width: 100%;
    /*padding: 5px 16px;*/
    margin-top: env(safe-area-inset-top);
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
#cash-popup .nav-tabs.lined {
    border: 0;
    background: transparent;
    border-radius: 0;
    display: flex;
    margin: 0px 0 0;
}
#cash-popup .nav-tabs {
    width: 100%;
}
#cash-popup .nav-tabs.lined .nav-item {
    flex: 1;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
#cash-popup .sub-header .nav-tabs.lined .nav-item .nav-link {
    color: #000;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    height: 50px;
    border-bottom: 1.5px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
    font: 400 13px/18px 'Poppins', sans-serif;
}
#cash-popup .nav-tabs.lined .nav-item .nav-link.active {
    color: #FFF;
    background: transparent;
    border-bottom-color: #0cfff7 !important;
    padding: 5px 0;
    font-weight: 400;
    font-size: 13px;
    border-bottom: 0px solid #000000 !important;
    background: #20a4aa;
    border-radius: 4px;	
}
#cash-popup .login-form .register-link {
    display: block;
    width: 100%;
    color: #000 !important;
    border: 1px solid #000000;
    border-radius: 5px;
    background: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 30px;
    font: 400 14px/18px 'Poppins', sans-serif;
}
#cash-popup .login-form form .login-btn {
	    border: 1px solid #000 !important;
}
#cash-popup .tab-pane{
	display: none;
	margin: 28px 0 0;
}
#cash-popup .tab-pane.active{
	display: block;
}
#cash-popup .help-block{

    position: relative;
    bottom: 15px;

}

/*POPUP HOME PAGE*/
#modalOverlay .modalPopup.home-popup .buttonStyle{
	top:-20px;
}


#modalOverlay .modalPopup.home-popup{
    top: 50% !important;
    width: 40% !important;
    padding: 30px 0;
    height: 500px;
    overflow-y: scroll;
}
.home-popup .login-form form label {
    color: #010101;
    font: 500 13px/20px 'Poppins', sans-serif;
    padding: 0 0 2px 0;
    display: block;
    letter-spacing: 0;
    text-align: left;
}

.opt-select .multiselect, .opt-select .multiselect:hover{
	background: #298888;
    color: #fff;
}
.opt-select .multiselect:hover .opt-select .multiselect-container{
  display: block !important;
}

.opt-select .multiselect-container{
	/*display: none;*/
	z-index: 1;

}


/**/
.Click-here {
 cursor: pointer;
 /*background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);*/
 background: #298888;
 color: #fff;
 /*width: 119px;*/
 width:26%;
 text-align: center;
 font-size: 16px;
 padding: 11px 15px;
 margin: 48px auto 0;
 font: 400 13px/16px 'Poppins', sans-serif;
 transition: background-image 3s ease-in-out;
}
/*.Click-here:hover{
  transition:background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}*/
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.int-popup .custom-model-inner {
  /*-webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;*/
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.int-popup .custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.int-popup .model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.int-popup .model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.int-popup .bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.int-popup .close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

.int-popup .login-form{
	text-align: left;
}
.typeahead__item a{
	font-size:13px;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}

/**/

@media screen and (max-width:991px){
	#modalOverlay .modalPopup.home-popup{
    top: 50% !important;
    width: 50% !important;
}
}
@media screen and (max-width:600px){
	#modalOverlay .modalPopup.home-popup{
    top: 50% !important;
    width: 90% !important;
    padding: 30px 0;
}
}
/********************************************************************************/
@media screen and (max-width:1200px) {
	.partners-block .slide-service-bx.new-bx {
		height: 136px;
	}
	.Click-here {
    width: 30%;
  }

  .safety-bx .sicon-bx .sicon-cover {
      background: #298888;
      border-radius: 100%;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
  }
}

@media screen and (min-width:1155px) {
	.date-time-bx .input-block .input-bxs-t {
		border: 0;
		border-right: 0px solid #cccccc;
		padding: 1px 5px;
		font: 400 14px/20px 'Poppins', sans-serif;
		width: 100%;
		color: #b3b3b3;
		background: #fff;
	}
}
@media screen and (max-width:991px){
	.Click-here {
    width: 40%;
   }
}
@media screen and (max-width:900px) {
	.partners-block .col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.partners-block .slide-service-bx.new-bx {
		height: 170px !important;
	}

}

@media screen and (min-width:800px) {
	.custom-model-main:before {
		content: "";
		display: inline-block;
		height: auto;
		vertical-align: middle;
		margin-right: -0px;
		height: 100%;
	}
}

@media screen and (max-width:799px) {
	.custom-model-inner {
		margin-top: 45px;
	}

	.Click-here {
    width: 60%;
    }
}

@media screen and (max-width:500px) {
	.partners-block .slide-service-bx.new-bx {
		height: 87px !important;
	}
	.service-info,
	.partners-block .slide-service-bx.new-bx .service-info.info-new {
		position: absolute;
		top: 4px;
		right: 8px;
		background: #fff;
		padding: 3px 9px;
		border-radius: 8px;
		text-align: left;
		width: 85px;
	}
	.service-info.info-new p {
		font: 400 13px/15px 'Poppins', sans-serif !important;
		margin: 0;
	}
	.service-info.info-new h6 {
		font: 400 9px/8px 'Poppins', sans-serif;
		color: #bbbbbb;
		margin: 0;
		padding: 0 0 3px 0;
	}
	.partners-block.f-block-row .slide-service-bx {
		position: relative;
		height: 150px !important;
		overflow: hidden;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px !important;
	}
	.Click-here {
    width: 90%;
    }
}


/*Index page*/

#cities-search-header {
	position: absolute;
}

ul.location-drop {
	display: none;
	background: #000;
	padding: 10px;
	position: absolute;
	top: 33px;
	width: 180px;
	left: -9px;
}

.location-drop li {
	list-style: none;
	padding: 10px 15px !important;
	color: #fff;
	border-bottom: 1px solid #232323;
	font: 400 13px/18px 'Open Sans', sans-serif;
}

.location-drop li a {
	list-style: none;
	color: #fff;
	border-bottom: 0px solid #f2f2f2 !important;
	font: 400 13px/18px 'Open Sans', sans-serif;
}


/* Reset Select */

.search-bar select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #2c3e50;
	background-image: none;
}


/* Remove IE arrow */

.search-bar select::-ms-expand {
	display: none;
}

.search-bar .select {
	position: relative;
	/*width: 8em;*/
	width: 14em;
	/* height: 4em; */
	/*height: 3.4em;*/
	height: 5.4em;
	line-height: 4;
	background: #298888;
	overflow: hidden;
	border-radius: 0;
	padding: 0 0px !important;
	float: left;
}
.typeahead__container button{
	line-height: 1.4 !important;
}

/* Arrow */

.search-bar .select::after {
	content: '\25BC';
	position: absolute;
	top: 2px;
	right: 6px;
	padding: 0 0px;
	background: transparent;
	cursor: pointer;
	pointer-events: none;
	transition: .25s all ease;
	color: #fff;
	font-size: 12px;
}

.search-bar .select-in {
	position: relative;
	top: -5px;
	font: 400 16px/16px 'Poppins', sans-serif;
	width: 7em;
	height: 4em;
	background: #298888;
	overflow: hidden;
	border-radius: 0;
	padding: 0 0px 0 7px !important;
	color: #fff;
	cursor: pointer;
}


/*Terms & conditions*/

.width-of-70.content-justi,
.width-of-50.content-justi {
	text-align: justify;
}

.width-of-70.content-justi p {
	padding: 0 0 16px;
}

.list-care ul {
	margin-left: 35px;
}

.list-care ul li {
	font: 400 15px/25px 'Poppins', sans-serif;
	margin: 0;
	position: relative;
	padding: 0 10px 8px;
}

.list-care ul li:before {
	content: '\f046';
	font-family: FontAwesome;
	position: absolute;
	top: 2px;
	left: -18px;
	color: #298888;
	display: block !important;
	font-size: 16px;
	font-weight: 600;
	margin: 0 10px 10px 0;
}

#projectC, #projectD, #projectE, #projectF {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050000 !important;
    display: none;
    overflow: hidden;
    outline: 0;
}
/****************************************************************/

@media screen and (max-width:1750px) {
	.search-bar .select::after {
		content: '\25BC';
		position: absolute;
		top: 2px;
		right: 19px;
		padding: 0 0px;
		background: transparent;
		cursor: pointer;
		pointer-events: none;
		transition: .25s all ease;
		color: #fff;
		font-size: 12px;
	}
}

@media screen and (max-width:1400px) {
	#banner-block.home-page-banner .banner-slider {
		height: 400px;
		overflow: hidden;
	}
	.typeahead__cancel-button {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		position: absolute;
		right: 76px !important;
		cursor: pointer;
		line-height: 1.25;
		padding: .5rem .75rem;
		top: 3px;
		visibility: hidden;
		right: 152px !important;
		color:#000;
		font-size:17px;
	}
	.search-bar .select::after {
		content: '\25BC';
		position: absolute;
		top: 2px;
		right: 13px;
		padding: 0 14px;
		background: transparent;
		cursor: pointer;
		pointer-events: none;
		transition: .25s all ease;
		color: #fff;
		font-size: 12px;
	}
	.search-bar .select {
    width: 13em;
   }
}

@media screen and (max-width:1280px) {
	.search-bar .select-in {
		position: relative;
		top: -3px;
		font: 400 14px/20px 'Poppins', sans-serif !important;
		width: 7em;
		height: 4em;
		background: #298888;
		overflow: hidden;
		border-radius: 0;
		padding: 0 0 0 7px !important;
		color: #fff;
		cursor: pointer;
	}
	.search-bar .select::after {
		content: '\25BC';
		position: absolute;
		top: 2px;
		right: 32px;
		padding: 0 4px 0 0;
		background: transparent;
		cursor: pointer;
		pointer-events: none;
		transition: .25s all ease;
		color: #fff;
		font-size: 12px;
	}
}

@media screen and (max-width:1200px) {
	#banner-block.home-page-banner .banner-slider {
		height: 331px;
		overflow: hidden;
	}
	.cd-primary-nav>ul {
		left: -35px;
	}
	.banner-slider .banner-content {
		position: absolute;
		bottom: 20%;
	}
	.search-bar {
		background: #fff;
		width: 65%;
	}
	.services-list {
		width: 100%;
	}
	#best-services .services-slider .owl-nav {
		position: absolute;
		left: 0;
		right: 0;
		top: unset;
		bottom: -9%;
		width: 94%;
		margin: 0 auto;
	}
	#best-services .services-slider .owl-nav .owl-prev {
		position: absolute;
		left: 0;
	}
	#best-services .services-slider .owl-nav .owl-next {
		position: absolute;
		right: 10px;
	}
	.service-booking-bx .booking-summary {
		width: 26%;
		float: right;
	}
	.search-bar .select::after {
		content: '\25BC';
		position: absolute;
		top: 1px;
		right: 36px;
        padding: 0 0px;
		background: transparent;
		cursor: pointer;
		pointer-events: none;
		transition: .25s all ease;
		color: #fff;
		font-size: 12px;
	}
}

.ham-menu {
	display: none;
}

.cal-btn-m {
	display: none;
}

#menu {
	display: none;
}

.contact-right {
	padding: 4px;
	text-align: left;
}

.contact-right .single-contact {
	margin: 30px 0px;
	padding: 3px 55px;
	position: relative;
	color: #abacae;
}

.contact-right .contact-icon {
	background: transparent;
	color: #298888;
	border-radius: 30px;
	border: 1px solid #298888;
	font-size: 20px;
	height: 40px;
	left: 0;
	padding-top: 8px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
}

.contact-right .contact-icon-face {
	background: transparent;
	color: #298888;
	border-radius: 30px;
	border: 1px solid #298888;
	font-size: 20px;
	height: 40px;
	left: 0;
	padding-top: 8px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	margin-top: 13px;
}

.contact-right .contact-icon-insta {
	background: transparent;
	color: #298888;
	border-radius: 30px;
	border: 1px solid #298888;
	font-size: 20px;
	height: 40px;
	left: 60px;
	padding-top: 8px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	margin-top: 13px;
}

.contact-right .contact-icon-face a,
.contact-right .contact-icon-insta a {
	color: #298888;
}

.contact-right .single-contact p a {
	color: #000 !important;
}



@media screen and (max-width:1050px) {
	.date-time-bx .input-block.cal-ico i.fa-calendar-o {
		position: absolute;
		top: 3px;
		right: 10px;
		color: #298888;
		display: block !important;
		font-size: 16px;
		font-weight: 600;
		margin: 0 10px 10px 0;
	}
	.date-time-bx .input-block .input-bxs-d {
		position: relative;
		border: 0;
		border-right: 0px solid #cccccc;
		padding: 2px 5px;
		font: 400 14px/20px 'Poppins', sans-serif;
		width: 100%;
		color: #b3b3b3;
		background: transparent;
		z-index: 1;
	}
}


/*********************************************************************/

@media screen and (max-width:1200px) {
	.typeahead__field {
		color: #555;
		position: relative;
		bottom: 21px;
		/* bottom: 165px; */
		width: 70% !important;
		margin: 0 auto;
	}
	.transactions .laudry-item .quantity-name {
		width: 40%;
		float: left;
		padding: 0 15px 0 0;
	}
	.transactions .laudry-item .quantity-name {
		width: 40%;
		float: left;
		padding: 0 15px 0 0;
	}
	.transactions .laudry-item .quantity-name {
		width: 40%;
		float: left;
		padding: 0 15px 0 0;
	}
}

@media screen and (max-width:1130px) {
	.sticker {
		width: 244px;
	}
}

@media screen and (max-width:991px) {
	#banner-block.home-page-banner .banner-slider {
		height: 255px;
		overflow: hidden;
	}
	.main-header .main-logo {
		width: 55px;
		top: 1px;
	}
	.main-header .cd-primary-nav {
		display: none;
	}
	.ham-menu {
		display: block;
		width: 28px;
		height: 30px;
		float: right;
		position: relative;
		top: 3px;
	}
	.ham-menu div.line {
		width: 100%;
		height: 1.5px;
		background: #fff;
		margin: 5px 0;
	}
	#menu {
		display: block;
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch;
		background: #000;
		box-shadow: none;
		color: #fff;
		height: 100vh;
		/*max-width: 85%;*/
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 310px;
		z-index: 99999;
		border-left: 1px solid #202020;
	}
	#menu.visible {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
		visibility: visible;
		overflow-y: auto;
	}
	#menu .close-btn {
		float: right;
		padding: 7px 11px 0 0;
		width: 28px;
		font-size: 30px;
		position: relative;
		right: 8px;
		top: 0;
	}
	#menu .close-btn img {
		width: 100%;
	}
	ul.m-menu {
		display: block;
		background: #000;
		width: 100%;
		margin: -12px 0 0 0;
		padding: 0px 0 0 0;
		border-top: 0px solid #e6e6e6;
	}
	ul.m-menu li {
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #202020;
		color: #fff;
		text-transform: uppercase;
	}
	ul.m-menu li a {
		width: 100%;
		display: block;
		margin: 0;
		padding: 12px 15px 10px 17px;
		font: 400 13px/24px 'Poppins', sans-serif;
		color: #fff;
		text-transform: uppercase;
	}
	.banner-slider {
		margin: 60px 0 0 0;
	}
	.wrapper h1 {
		font: 700 34px/46px 'Poppins', sans-serif;
	}
	.banner-slider p {
		color: #fff;
		margin: 0 auto;
		width: 95%;
		padding: 20px 0 0 0;
	}
	.banner-slider .banner-content {
		position: absolute;
		bottom: 30%;
	}
	.search-bar {
		background: #fff;
		width: 95%;
	}
	.service-bx {
		width: 25%;
	}
	.safety-block {
		width: 100%;
	}
	.testimonal-slide {
		width: 90%;
	}
	#stay-block .stay-left {
		width: 100%;
		float: none;
	}
	#stay-block .stay-bx {
		display: block;
		align-items: center;
	}
	#stay-block .stay-left {
		width: 100%;
		float: none;
		padding: 0 0 10px 0;
	}
	#stay-block .stay-left i {
		position: absolute;
		left: 0px;
		top: -3px;
		font-size: 26px;
	}
	#stay-block .stay-left p {
		padding: 0 0 0 40px;
	}
	#stay-block .stay-right {
		width: 100%;
		float: none;
		padding: 5px 0px 5px 0px;
	}
	footer .footer-bx p {
		font: 400 11px/20px 'Poppins', sans-serif;
		color: #a3a3a3;
		margin: 0 0 10px 0;
	}
	footer .footer-bx p a {
		font: 400 11px/20px 'Poppins', sans-serif;
		color: #a3a3a3;
	}
	footer .footer-bx ul li {
		padding: 0 0 10px 0;
	}
	footer .footer-bx p br {
		display: none;
	}
	footer .footer-bx h5 {
		font: 400 12px/20px 'Poppins', sans-serif;
		color: #fff;
		padding: 0 0 18px 0;
	}
	footer .footer-bx ul li a {
		font: 400 11px/20px 'Poppins', sans-serif;
		color: #a3a3a3;
	}
	.user-details-form label {
		font: 500 13px/20px 'Poppins', sans-serif;
		padding: 0 0 3px 0;
	}
	.user-details-form .input-bx {
		margin-bottom: 15px;
	}
	.booking-process .process-bx p {
		padding: 4px 0 0 12px;
		font: 400 13px/24px 'Poppins', sans-serif;
	}
	.booking-summary h3 {
		font: 400 12px/18px 'Poppins', sans-serif;
		color: #5f5f5f;
		border-bottom: 1px solid #d4d4d4;
		padding: 0 0 5px 0;
	}
	.service-booking-bx {
		padding: 10px;
	}
	.user-details-form iframe {
		margin-bottom: 30px;
		height: 300px;
	}
	.service-booking-bx .booking-bx {
		width: 100%;
		float: left;
		border: 0px solid red;
	}
	.order-short.service-booking-bx .booking-bx {
    width: 100%;
    float: none;
    border: 0px solid red;
	}
    .order-short .transactions .laudry-item .quantity-name {
    width: 49%;
    float: left;
    padding: 0 15px 0 0;
	}
	.prof-section {
    width: 100% !important;
	}
	.service-booking-bx .booking-summary {
		width: 100%;
	}
	.booking-summary h4 {
		color: #010101;
		font: 500 12px/18px 'Poppins', sans-serif;
		padding: 9px 0 3px 0;
	}
	.stick {
		position: relative;
		top: 0;
		margin-top: 20px !important;
	}
	.sticker {
		width: 100% !important;
		margin: 30px auto 0 !important;
	}
	.booking-summary label {
		color: #5f5f5f;
		font: 400 11px/16px 'Poppins', sans-serif;
	}
	.doorstep-summary .service-booking-bx .booking-summary .each-summary label {
		color: #262626;
		font: 500 13px/18px 'Poppins', sans-serif;
	}
	.booking-summary p {
		color: #262626;
		font: 400 11px/16px 'Poppins', sans-serif;
	}
	.booking-summary .box-12 {
		padding: 2px 0;
	}
	.sub-input-btn {
		width: 80%;
	}
	.checkmark {
		position: absolute;
		top: 11px;
		left: 11px;
		height: 20px;
		width: 20px;
		background-color: #eee;
		border-radius: 50%;
	}
	.type-bx .checkmark:after {
		top: 4.5px;
		left: 4.5px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: white;
	}
	/*Order- accounts*/
	.transactions .laudry-item .quantity-name {
		width: 65%;
		float: left;
		padding: 0 15px 0 0;
	}
	.transactions .laudry-item .quantity-price {
		float: left;
		width: 15%;
		text-align: center;
		padding: 13px 10px 0;
	}
	.transactions .laudry-item .quantity-status {
		float: right;
		width: 80%;
		text-align: left;
		padding: 13px 0 0;
	}
	.transactions .laudry-item p.final-date {
		margin: 15px 44px 0;
		font: 500 12px/18px "Quicksand", sans-serif;
	}
	.copyright .float-right {
		float: left !important;
		padding: 2px 0;
	}
	.sticker {
		width: 187px;
	}
	.search-bar .select-in {
		position: relative;
		top: 1px;
        font: 400 12px/14px 'Poppins', sans-serif !important;
		width: 7em;
		height: 4em;
		background: #298888;
		overflow: hidden;
		border-radius: 0;
		padding: 0 7px !important;
		color: #fff;
		cursor: pointer;
	}
	.search-bar .select::after {
		content: '\25BC';
		position: absolute;
		top: 7px;
		right: 20px;
        padding: 0 0px;
		background: transparent;
		cursor: pointer;
		pointer-events: none;
		transition: .25s all ease;
		color: #fff;
		font-size: 10px;
	}
	.doorstep-summary .service-booking-bx.vendor-area {
		width: 54%;
		margin: 0 auto;
	}
}

.wrapper .services-list p {
	font: 400 15px/25px 'Poppins', sans-serif;
	margin: 0 0 40px;
}

/*.wrapper .services-list p.homecat {
	font: 600 20px/25px 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
*/
.wrapper .services-list p.homecat {
    font: 700 30px/44px 'Poppins', sans-serif;
    text-transform: initial;
}
@media screen and (max-width:882px) {
	.banner-book {
		padding: 15px 0px;
	}
	.banner-book .book-btn {
		border: 1px solid #298888;
		background: #298888;
		border-radius: 4px;
		border: 1px solid #7c7c7c;
		padding: 9px 19px !important;
		margin: 0 0px;
		text-transform: uppercase;
		font: 400 12px/20px 'Poppins', sans-serif;
		color: #fff;
	}
	.float-none {
		float: none;
	}
	.stick-book span {
		font: 500 14px/21px 'Poppins', sans-serif;
	}
	.partners-block.f-block-row .slide-service-bx {
		position: relative;
		height: 100px;
		overflow: hidden;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px !important;
	}
	.search-bar .select::after {
		content: '\25BC';
		position: absolute;
		top: 7px;
		right: 31px;
		padding: 0 0px;
		background: transparent;
		cursor: pointer;
		pointer-events: none;
		transition: .25s all ease;
		color: #fff;
		font-size: 10px;
	}
}

@media screen and (max-width:767px) {
	#banner-block.home-page-banner .banner-slider {
		height: 200px;
		overflow: hidden;
	}
	.cd-auto-hide-header {
		background: #000;
		height: 60px;
	}
	/*order-accounts*/
	.transactions .quantity-dates {
		width: 30%;
		float: left;
		padding: 0 15px 0 0;
	}
	.transactions .laudry-item .quantity-name {
		width: 50%;
		float: left;
		padding: 0 15px 0 0;
	}
	.transactions .laudry-item .quantity-price {
		float: left;
		width: 20%;
		text-align: center;
		padding: 13px 10px 0;
	}

	.order-short .transactions .laudry-item .quantity-price {
    float: left;
    width: 100%;
    text-align: left;
    padding: 13px 10px 0;
	}

	.abt-points .amount-total {
    width: 17%;
    float: left;
    font: 500 9px/13px 'Poppins', sans-serif !important;
    padding: 0 0 10px !important;
	}
	.order-short .transactions .laudry-item .quantity-name {
    width: 70% !important;
    float: left;
    padding: 0 0px 0 0;
}
	.transactions .laudry-item .quantity-status {
		float: right;
		width: 70%;
		text-align: left;
		padding: 13px 0 0;
	}
	.service-type:nth-child(odd) {
		float: left;
		margin: 0 12px 20px 0;
	}
	.service-type:nth-child(even) {
		float: left;
		margin: 0 0px 20px 12px;
	}
	.sticker {
		width: 100%;
	}
	.stick {
		position: relative;
		top: 0;
		margin-top: 20px !important;
	}
	.service-booking-bx .booking-bx {
		width: 100%;
	}
	.service-booking-bx .booking-summary {
		width: 100%;
	}
	.cust {
		width: 100%;
		float: none;
	}
	.vendors {
		width: 100%;
		float: none;
	}
	.search-bar .select::after {
		content: '\25BC';
		position: absolute;
		top: 6px;
		right: 33px;
		padding: 0 14px;
		background: transparent;
		cursor: pointer;
		pointer-events: none;
		transition: .25s all ease;
		color: #fff;
		font-size: 10px;
	}
	.search-bar .search-input {
		border: 0;
		padding: 18px 60px;
		padding: 14px 0px 14px 16px;
		width: calc(88% - 65px);
		font: 400 16px/26px 'Poppins', sans-serif;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		float: left;
	}
	.doorstep-summary .service-booking-bx.vendor-area {
		width: 100%;
		margin: 0 auto;
	}
	.service-booking-bx.vendor-area {
		padding: 0 0 !important;
	}

	#service-location .location-list {
    width: 90%;
    margin: 0 auto;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
}
}

.mob-banner {
	display: none !important;
}

@media screen and (max-width:611px) {
	.check-outer {
		width: 100%;
		float: none;
		margin: 0 0px 0px 0;
	}
	.check-outer .staff-count {
		padding: 4px 8px 8px;
		position: relative;
		text-align: left;
		width: auto;
		background: #fff;
		border: 1px solid #cccccc;
		color: #464646;
		float: none;
		margin: 0 0px 20px 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		min-height: 40px;
		border-radius: 5px;
		display: block;
		align-items: center;
	}
	.service-type {
		padding: 4px 6px 6px;
		position: relative;
		/* text-align: center; */
		width: 100%;
		background: #fff;
		border: 1px solid #cccccc;
		color: #464646;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		display: block;
		align-items: center;
		min-height: 40px;
	}
	.service-type:nth-child(odd) {
		float: none;
		margin: 0 0px 20px 0px;
	}
	.service-type:nth-child(even) {
		float: none;
		margin: 0 0px 20px 0px;
	}
	.booking-question label {
		cursor: pointer;
		display: inline-block;
		text-transform: capitalize;
		color: #000;
		font: 400 14px/18px 'Poppins', sans-serif;
		text-align: left;
		width: 65%;
		float: left;
	}
	.markprice {
		color: #e44d2f;
		font-size: 14px;
		line-height: 13px;
		/* padding: 0 6px; */
		/* position: absolute; */
		/* bottom: 4px; */
		/* left: 0; */
		width: 35%;
		text-align: right;
		font-family: 'Poppins', sans-serif;
		font-weight: 500;
		float: left;
		padding: 8px 5px 6px 10px;
	}
}

@media screen and (max-width:600px) {
	#services-block {
		padding: 65px 0 40px 0;
	}
	#best-services {
		padding: 55px 0 55px 0;
	}
	.safety-block {
		margin: 50px auto 0 auto;
	}
	#customer-block {
		padding: 55px 0 55px 0;
	}
	footer {
		padding: 55px 0 0px 0;
	}
	.desk-banner {
		display: none !important;
	}
	.mob-banner {
		display: block !important;
	}
	.wrapper h1 {
		font: 700 21px/20px 'Poppins', sans-serif;
	}
	.banner-slider .inside-banner-content p {
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 10px 0 0 0;
	}
	.float-none {
		float: none;
	}
	.service-booking-bx {
		border: 0px solid red;
		padding: 15px 0;
		position: relative;
		top: -65px;
		background: #fff;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	.banner-book {
		padding: 5px 0px;
	}
	.banner-book .book-btn {
		margin: 0;
		position: relative;
		top: 0px;
		padding: 6px 15px !important;
	}
	.service-desp {
		width: 70%;
		margin-top: 10px;
	}
	.main-header .tagline {
		position: absolute;
		color: #ffffff;
		left: 72px;
		width: 208px;
		letter-spacing: 0.5px;
		top: 16px;
		font: 500 10px/20px 'Poppins', sans-serif;
	}
	.banner-slider h1.new-quality {
		font-size: 21px;
		line-height: 26px;
	}
	.banner-slider h1.became-vocal {
		font-size: 30px;
		padding: 0 0 13px;
	}
	.banner-slider p {
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 10px 0 0 0;
	}
	.wrapper p {
		font: 400 14px/23px 'Poppins', sans-serif;
		margin: 0;
	}
	.banner-slider .banner-content {
		position: absolute;
		bottom: 26%;
	}
	.service-bx {
		width: 50%;
		margin: 0 0 20px 0;
	}
	.wrapper h2 {
		font: 700 21px/30px 'Poppins', sans-serif;
		padding: 0 0 35px 0;
		color: #000;
	}
	
	.wrapper .services-list p.homecat {
    font: 700 21px/30px 'Poppins', sans-serif;
    text-transform: initial;
	}
	#best-services .services-slider .slide-service-bx {
		margin: 0 2px;
	}
	.wrapper h3 {
		font: 700 20px/30px 'Poppins', sans-serif;
	}
	.safety-bx {
		width: 100%;
		border: 0px solid red;
		float: left;
		padding: 0 0px 5px 0;
	}
	.preview-bx {
	    width: 100%;
	    border: 0px solid red;
	    float: none;
	    padding: 0 0px 15px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.preview-bx:after{
	display: none !important;
    }
	.preview-bx .sicon-bx {
	    width: 13%;
	    float: left;
	}
	.testimonal-slide {
		width: 100%;
		padding: 70px 20px 20px 20px;
	}
	.testimonal-slide p {
		color: #27a08d;
		padding: 0 0 20px 0;
	}
	.testimonal-slide h5 {
		color: #000;
		font: 400 16px/20px 'Poppins', sans-serif;
		letter-spacing: -0.5px;
		padding: 0 0 7px 0;
	}
	.testimonal-slide h6 {
		font: 400 14px/18px 'Poppins', sans-serif;
	}
	.stay-form input {
		width: 100%;
		margin: 0 0px 15px 0;
		border: 0;
		border-right: 0px solid #cccccc;
		border-bottom: 1px solid #ccc;
		padding: 10px 10px;
		font: 400 14px/20px 'Poppins', sans-serif;
	}
	.stay-form {
		padding: 12px 15px;
	}
	.stay-form .last {
		border: 0;
		border-bottom: 1px solid #ccc;
	}
	.stay-form input.input-btn {
		border-radius: 4px;
		border: 1px solid #298888;
		background: #298888;
		padding: 12px 20px;
		margin: 10px 0 0 0px;
		text-transform: uppercase;
		font: 400 13px/20px 'Poppins', sans-serif;
		position: relative;
		top: -0.5px;
		color: #fff;
	}
	#stay-block .stay-left {
		width: 100%;
		float: none;
		padding: 0 0 15px 0;
	}
	footer .footer-bx {
		float: left;
		width: 100%;
		border: 0px solid red;
		padding: 0 0 30px 0;
	}
	footer .footer-bx.less-width {
		width: 100%;
	}
	footer .footer-bx.more-width {
		width: 100%;
	}
	footer .footer-bx h5 {
		font: 400 13px/22px 'Poppins', sans-serif;
		color: #fff;
		padding: 0 0 17px 0;
	}
	footer .footer-bx p {
		font: 400 13px/22px 'Poppins', sans-serif;
		color: #a3a3a3;
		margin: 0 0 13px 0;
	}
	footer .footer-bx p a {
		font: 400 13px/22px 'Poppins', sans-serif;
		color: #a3a3a3;
	}
	footer .footer-bx ul li a {
		font: 400 13px/22px 'Poppins', sans-serif;
		color: #a3a3a3;
	}
	footer .copyright-bx {
		padding: 20px 0 20px 0;
	}
	footer .copyright-bx p {
		text-align: center;
		font: 400 11px/18px 'Poppins', sans-serif;
	}
	.user-details-form {
		text-align: left;
		width: 100%;
		padding: 25px 0 25px 0;
	}
	.service-booking-bx .booking-bx {
		width: 100%;
	}

	.order-short.service-booking-bx .booking-bx {
    width: 100%;
    float: left;
    border: 0px solid red;
    }
    .order-short .transactions .laudry-item .quantity-price {
    float: left;
    width: 100%;
    text-align: center;
    padding: 13px 10px 0;
	}


	.booking-bx .booking-process .process-bx a {
		display: flex;
	}
	.user-details-form .box-12 .box-6 {
		width: 100%;
		float: none;
	}
	.user-details-form .box-12 .box-6:nth-child(2n+1) {
		padding: 0 0px 0 0;
	}
	.user-details-form .box-12 .box-6:nth-child(2n+2) {
		padding: 0 0px 0 0;
	}
	.user-details-form iframe {
		margin-bottom: 20px;
		height: 300px;
	}
	.sub-input-btn {
		width: 100%;
		margin: 10px 0 0 0;
	}
	.service-booking-bx .booking-summary {
		width: 100%;
	}
	.booking-summary h3 {
		font: 400 13px/20px 'Poppins', sans-serif;
		color: #5f5f5f;
		border-bottom: 1px solid #d4d4d4;
		padding: 0 0 5px 0;
	}
	.booking-summary h4 {
		color: #010101;
		font: 500 14px/20px 'Poppins', sans-serif;
		padding: 12px 0 3px 0;
	}
	.booking-summary label {
		color: #5f5f5f;
		font: 400 13px/18px 'Poppins', sans-serif;
	}
	.booking-summary p {
		color: #262626;
		font: 400 12px/18px 'Poppins', sans-serif;
	}
	.booking-summary .box-12 {
		padding: 5px 0;
	}
	.payment-block .box-12 .box-6 {
		width: 100%;
		float: left;
	}
	.payment-block .box-12 .box-6:nth-child(2n+1) {
		padding: 0 0px 0 0;
	}
	.payment-block .box-12 .box-6:nth-child(2n+2) {
		padding: 30px 0 0 0;
	}
	.service-banner-content {
		width: 100%;
	}
	.typeahead__field {
		color: #555;
		position: relative;
		bottom: 21px;
		/* bottom: 165px; */
		width: 90% !important;
		/* margin: 0 auto; */
	}
	.transactions .laudry-item .quantity-detail {
		border-bottom: 0px dotted #cacaca;
		padding: 8px 0px 13px;
	}
	.transactions .quantity-dates {
		width: 100%;
		float: left;
		padding: 0 15px 0 0;
		margin: 0 0 10px;
		position: relative;
	}
	.transactions .laudry-item .re-order {
		color: #cb256b;
		background: transparent;
		border-radius: 4px;
		padding: 3px 8px;
		font: 600 11px/11px "Quicksand", sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		border: 1px solid #cb256b;
		position: absolute;
		right: 0;
		top: 5px;
	}
	.transactions .laudry-item p {
		color: #252525;
		font: 400 10px/11px "Quicksand", sans-serif;
		padding: 0 0 2px;
	}
	.transactions .laudry-item h5 {
		color: #262425;
		font: 600 12px/15px "Quicksand", sans-serif;
		letter-spacing: 1px;
		margin: 0 0 7px;
	}
	.transactions .laudry-item .quantity-name {
		width: 100%;
		float: left;
		padding: 0 0px 0 0;
		margin: 0 0 10px;
	}
	.transactions .laudry-item i {
		font-size: 17px;
		padding: 0 8px 8px 0;
		color: #070506;
		float: left;
	}
	.transactions .laudry-item .quantity-price {
		float: left;
		width: 50%;
		text-align: left;
		padding: 0px 0px 0;
	}
	.transactions .laudry-item .order-pay {
		color: #fff;
		background: #4999c7;
		border-radius: 4px;
		padding: 5px 12px;
		font: 500 11px/11px "Quicksand", sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin: 0 0px;
		height: 20px;
	}
	.transactions .laudry-item .order-paid {
		color: #fff;
		background: #82b574;
		border-radius: 4px;
		padding: 5px 12px;
		font: 500 11px/11px "Quicksand", sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin: 0 0px;
		height: 20px;
	}
	.transactions .laudry-item .quantity-status {
		float: right;
		width: 100%;
		text-align: center;
		padding: 3px 0 0;
	}
	.transactions .laudry-item p.amount-total {
		font: 600 16px/20px "Quicksand", sans-serif;
		color: #191919;
		margin: 0 0 9px;
		text-align: center;
	}
	.abt-points .amount-total {
    width: 50%;
    float: left;
    font: 500 9px/13px 'Poppins', sans-serif !important;
    padding: 0 0 10px !important;
}
	.transactions .laudry-item .quantity-price.quantity-price-last img {
		top: -3px;
		position: absolute;
		left: 10px;
		width: 28px;
	}
	.transactions .laudry-item .order-cancel {
		color: #000;
		background: #fff;
		border-radius: 50px;
		padding: 6px 35px;
		font: 700 11px/11px "Quicksand", sans-serif;
		text-transform: uppercase;
		box-shadow: 0px 4px 6px 2px rgba(4, 4, 4, 0.15);
	}
	.transactions .laudry-item .order-canceled {
		color: #f22;
		background: #fff;
		border-radius: 50px;
		padding: 6px 50px;
		font: 700 11px/11px "Quicksand", sans-serif;
		text-transform: uppercase;
		box-shadow: 0px 4px 6px 2px rgba(4, 4, 4, 0.15);
	}
	.transactions .laudry-item .order-picked {
		color: #fff;
		background: #000;
		border-radius: 35px;
		padding: 6px 35px;
		font: 700 11px/11px "Quicksand", sans-serif;
		text-transform: uppercase;
		box-shadow: 0px 4px 6px 2px rgba(4, 4, 4, 0.15);
	}
	.transactions .laudry-item .order-waiting {
		color: #000;
		background: #fff;
		border-radius: 35px;
		padding: 6px 21px;
		font: 700 11px/11px "Quicksand", sans-serif;
		text-transform: uppercase;
		box-shadow: 0px 4px 6px 2px rgba(4, 4, 4, 0.15);
	}
	.transactions .laudry-item .order-delivered {
		color: #fff;
		background: #cb256b;
		border-radius: 50px;
		padding: 6px 26px;
		font: 700 11px/11px "Quicksand", sans-serif;
		text-transform: uppercase;
		box-shadow: 0px 4px 6px 2px rgba(4, 4, 4, 0.15);
	}
	.transactions .laudry-item p.final-date {
		margin: 15px 0px 0;
		font: 500 12px/18px "Quicksand", sans-serif;
	}
	.order-books .service-booking-bx {
		padding: 0px;
	}
	.date-time-bx .seletion-bx {
		width: 100%;
		float: left;
		border: 0px solid red;
		padding-right: 0px;
	}
	.date-time-bx .seletion-bx2 {
		width: 100%;
		float: left;
		border: 0px solid red;
		padding-right: 0px;
		padding-top: 28px;
	}
	.date-time-bx .input-block .input-bxs-t {
		border: 0;
		border-right: 0px solid #cccccc;
		padding: 1px 5px;
		font: 400 14px/20px 'Poppins', sans-serif;
		width: 100%;
		color: #b3b3b3;
	}
	.date-time-bx .nxt-btn-bx {
		width: 100%;
		float: left;
		border: 0px solid red;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 28px;
	}
	/*.service-type:nth-child(odd), .staff-count:nth-child(odd) {    float: left;    margin: 0 11px 20px 0;}.service-type:nth-child(even), .staff-count:nth-child(even) {    float: left;    margin: 0 0px 20px 8px;}*/
	.banner-slider-overlay1,
	.banner-slider-overlay {
		height: 300px;
	}
	.search-bar .search-input {
		border: 0;
		padding: 18px 60px;
		padding: 14px 0px 14px 16px;
		width: calc(86% - 65px);
		font: 400 16px/26px 'Poppins', sans-serif;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		float: left;
	}
	.vendor-area .booking-summary .box-6 {
		width: 100%;
		float: none;
		padding: 0 !important;
	}
	.headerBar img {
    margin: 0em 0em;
    width: 100%;
}

#service-location .location-bx {
    width: 42%;
    border: 0px solid red;
    float: left;
    padding: 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    -webkit-box-shadow: 0px 9px 5px -3px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 9px 5px -3px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 16px -3px rgba(213, 213, 213, 0.7);
    border-radius: 9px;
}
#service-location .location-list {
    width: 100%;
    margin: 0 auto;
}
}

@media screen and (max-width:500px) {
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		-ms-flex: 0 0 50%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.width-70 {
		width: 100%;
		margin: 0 auto;
		max-width: 100%;
	}
	.contact-right {
		padding: 4px;
		text-align: left;
		margin: 0 0 30px;
	}
	.width-of-50 {
		width: 100%;
		margin: 0px auto 0;
		padding: 10px 15px
	}
	.width-of-70 {
		width: 100%;
		margin: 00px auto 0;
		text-align: left;
		padding: 10px 15px
	}
	.service-option ul li {
		width: 100%;
		float: left;
		padding: 0 35px 15px 0;
		height: 100px;
		color: #000;
		font: 400 16px/20px 'Poppins', sans-serif;
	}
	.service-info h5 {
		font: 400 13px/16px 'Poppins', sans-serif;
		color: #000;
		padding: 0 0 0px 0;
		height: 50px;
	}
	#services-details .detail-block .service-img {
		float: none !important;
		width: 100% !important;
		margin: 0 0 20px;
	}
	#services-details .detail-block .service-content {
		float: none;
		width: 100%;
		padding: 0 0px 0 0;
	}
	.list-care ul li {
		font: 400 15px/20px 'Poppins', sans-serif;
		margin: 0;
		position: relative;
		padding: 0 10px 15px;
	}
	.list-care ul {
		margin-left: 23px;
	}
	#best-services .services-slider .owl-nav {
		position: absolute;
		left: 0;
		right: 0;
		top: unset;
		bottom: 0%;
		width: 94%;
		margin: 0 auto;
	}
	/*index location*/
	.select::after {
		content: '\25BC';
		position: absolute;
		top: 3px;
		right: -8px;
		padding: 0 14px;
		background: transparent;
		cursor: pointer;
		pointer-events: none;
		transition: .25s all ease;
		color: #fff;
		font-size: 12px;
	}
	.typeahead__filter button {
		background: #298888 !important;
		color: #fff !important;
	}
	/*form*/
	/*.check-outer:nth-child(even) {   float: left;    margin: 0 10px 0 0;}.check-outer:nth-child(odd) {   float: right;    margin: 0 0px 0 10px;}*/
	.booking-question .radio-question {
		display: block;
	}
	.date-time-bx .seletion-bx {
		width: 100% !important;
		float: left;
		border: 0px solid red;
		padding-right: 0 !important;
	}
	.date-time-bx .seletion-bx2 {
		width: 100%;
		float: left;
		border: 0px solid red;
		padding-right: 0px;
	}
	.date-time-bx .input-block .input-bxs-t {
		border: 0;
		border-right-color: currentcolor;
		border-right-style: none;
		border-right-width: 0px;
		border-right: 0px solid #cccccc;
		padding: 5px 5px;
		font: 400 14px/20px 'Poppins', sans-serif;
		width: 100%;
		color: #b3b3b3;
	}
	.date-time-bx .nxt-btn-bx {
		width: 100%;
		float: right;
		border: 0px solid red;
		padding-left: 0px;
		padding-top: 15px;
	}
	.pay-btn {
		border: 1px solid #298888;
		border: 1px solid #298888;
		background: #298888;
		width: 100%;
		padding: 12px 15px;
		margin: 20px auto 0;
		text-transform: uppercase;
		font: 400 14px/18px 'Poppins', sans-serif;
		position: relative;
		letter-spacing: 0.5px;
		color: #fff;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		display: block;
		text-align: center;
		width: 100%;
	}
	.stick-book span {
		font: 500 20px/25px 'Poppins', sans-serif;
		display: none;
	}
	.stick-book {
		display: block;
		position: fixed;
		bottom: 0px;
		right: 0px;
		text-decoration: none;
		z-index: 10;
		padding: 21px 30px !important;
		left: 0;
		height: 60px;
		background-color: #f8fafe;
		box-shadow: 0px 2px 11px 1px rgb(4 4 4 / 36%);
		text-align: center;
	}
	.partners-block .slide-service-bx {
		position: relative;
		height: 88px;
		overflow: hidden;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px !important;
	}
	.booking-process .process-bx .process-no {
		background: #afc6c6;
		padding: 5.5px;
		width: 20px;
		height: 20px;
		text-align: center;
		color: #fff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		font: 400 12px/10px 'Poppins', sans-serif;
	}
	.process-bx p {
		padding: 0px 0 0 5px !important;
		font: 400 11px/15px 'Poppins', sans-serif !important;
	}
	.checkmark {
		position: absolute;
		top: 3px;
		left: 12px;
		height: 20px;
		width: 20px;
		background-color: #eee;
		border-radius: 50%;
	}
	.type-bx .checkmark::after {
		top: 5px;
		left: 5px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: white;
	}
	.type-bx {
		display: block;
		position: relative;
		padding-left: 46px;
		margin-bottom: 2px;
		cursor: pointer;
		font-size: 22px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font: 500 14px/18px 'Poppins', sans-serif;
		text-transform: uppercase;
	}
	.slide-service-bx-new {
		margin: 20px 0 10px;
	}

	#cash-popup .login-form form .login-btn {
    border: 1px solid #000 !important;
    margin: 0 0 8px;
}
}

@media screen and (max-width:480px) {
	.banner-slider .banner-content {
		position: absolute;
		bottom: 27%;
		left: 0;
		right: 0;
		width: 90%;
		margin: 0 auto;
	}
	.banner-slider h1.became-vocal {
		font-size: 24px;
		padding: 0 0 0px;
	}
	.banner-slider h1.new-quality {
		font-size: 18px;
		line-height: 26px;
	}
	.booking-bx .booking-process .process-bx {
		width: 33.33%;
		float: left;
		border: 0px solid blue;
		text-align: center;
		display: block;
		padding: 0 10px 0 0;
	}
	.booking-bx .booking-process .process-bx a {
		display: block;
	}
	.booking-process .process-bx .process-no {
		background: #afc6c6;
		padding: 5.5px;
		width: 20px;
		height: 20px;
		text-align: center;
		color: #fff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin: 0 auto 5px;
		font: 400 12px/10px 'Poppins', sans-serif;
	}
	.process-bx p {
		padding: 0px 5px 0 5px !important;
		font: 400 10px/15px 'Poppins', sans-serif !important;
		width: 100%;
	}
	.booking-bx .booking-process {
		border: 0px solid red;
		padding: 0 0 0px 0;
	}
	#banner-block.home-page-banner .banner-slider {
		height: 300px;
		overflow: hidden;
	}
	.doorstep-summary .service-booking-bx .booking-summary label,
	.doorstep-summary .service-booking-bx .booking-summary .box-6 label {
		width: 39%;
		float: left;
		margin: 0 0 22px;
	}
	.doorstep-summary .service-booking-bx .booking-summary .sums label {
		width: 100%;
		float: left;
		margin: 0 0 0px;
		padding: 0 10px 0 0;
	}
	.search-bar .search-input {
		border: 0;
		padding: 18px 60px;
		padding: 14px 0px 14px 16px;
		width: calc(80% - 65px);
		font: 400 10.5px/23px 'Poppins', sans-serif;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		float: left;
	}

	.cash-back img{
    width: 100%;
}

/*Contact Form CSS -- start */
.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
/*Contact Form CSS -- end */