@charset "utf-8";

/*@font-face {    font-family: 'Prompt', 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: 'Prompt', 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');
*/
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700&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,site-tags
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';*/
	font-family:'Prompt', sans-serif;
}

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: #fff;
	position: relative;
}
#no-banner-page{
	background: #000;
    height: 80px !important;
}
.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
}


.service-option a {
	color: #000;
    font: 400 16px/20px 'Prompt', sans-serif;
}

@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 'Prompt', sans-serif;
	margin: 0 0 10px
}

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

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

.wrapper h6 {
	font: 700 20px/24px 'Prompt', 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 'Prompt', sans-serif;
	margin: 0;
}

.wrapper .blue-btn {
	color: #030304;
	border: 1px solid #7c7c7c;
	padding: 10px 25px;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font: 500 12px/20px 'Prompt', sans-serif;
	text-decoration: none;
}

.wrapper .blue-btn:hover {
	background: #030304;
	border: 1px solid #030304;
	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 'Prompt', sans-serif;
}

.main-header .cd-primary-nav {
	position: relative;
	width: 90%;
}
.nav-left{
	float: left;
	margin-bottom: 0;
}

.nav-right{
     float: right;
     margin-bottom: 0;
}


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

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

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

.main-header .cd-primary-nav>ul li.h-btn-new a {
	border-radius: 4px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	padding: 10px 17px;
	margin: 0 10px;
	text-transform: uppercase;
	font: 400 11px/13px 'Prompt', sans-serif;
	position: relative;
	top: 8.5px;
}
.main-header .cd-primary-nav>ul li.h-btn-new a:hover{
	background: #030304;
	color:#fff;
}
.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 'Prompt', 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 #eea822;
	background: #eea822;
	color:#000;
}
 
.main-header .cd-primary-nav>ul li.h-btn a.reg-btn:hover {
	border: 1px solid #f9b024 !important;
	background: #ffbb37;
}

.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: #eea822;
}

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

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

.hcontact-block p {
	font: 700 14px/18px 'Prompt', 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: #eea822;
	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 'Prompt', sans-serif;
}

.search-btn {
	padding: 6px 0px;
	margin: 0.7px 0 0 0;
	background: #eea822;
	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;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size:100% !important;
}

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

.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-slider.static-banners{
	height: 431px !important;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-slider.static-banners img{
	height: auto;

}
/*#banner-block.home-page-banner .banner-slider .desk-banner{height:auto;}*/
#banner-block.home-page-banner .item:before{
		background-color: rgba(0, 0, 0, 0.5);
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
}

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

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

.banner-slider .banner-content {
	position: absolute;
	bottom: 32%;
	left: 0;
	right: 0;
	width: 80%;
	margin: 0 auto;
}
.banner-slider-content{
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
}

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

.banner-slider h1.became-vocal, .banner-slider-content h1.became-vocal {
	font-size: 46px;
	font-family: 'Prompt', sans-serif;
	line-height: 53px;
	letter-spacing: 1px;
	    margin: 0 0 20px;
	    color: #fff;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: auto !important;
    right: 0;
    width: 86%;
    text-align: left;
}
.banner-slider h1.new-quality {
	font-size: 30px;
}

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

.location-search .date-time-select{
    display: inline-flex;
    background: #fff;
    width: 55%;
    padding: 0px 0;
    position: relative;
}
.entery-field.field-location{
	width: 100% !important;
    padding: 0 0 0 40px !important;
}
.entery-field.field-search{
	width: 0% !important;
    padding: 0 0 0 50px !important;
}
.submit-field{
	width: 10%;
}


.location-search .input-block {
    float: none;
    padding: 0 10px;
    background: transparent;
    position: relative;
}
.location-search .input-bxs-t {
	border: 0;
	border-right: 0px solid #cccccc;
	padding: 20px 5px;
	font: 300 14px/20px 'Prompt', sans-serif;
	width: 100%;
	color: #949494;
	background: #fff;
	height: auto;
	border: none;
	outline: none;
	border-radius: 0;
	box-shadow: none !important;
	-webkit-appearance:none;	
}

.location-search select.input-bxs-t:after{
	content: '\f041';
    font-family: FontAwesome;
    position: absolute;
    top: 18px;
    left: 15px;
    color: #6d6d6d;
    display: block !important;
    font-size: 20px;
    font-weight: 600;
}
.field-location:before {
    content: url('../images/home-location.png');
    font-family: FontAwesome;
    position: absolute;
    top: 18px;
    left: 15px;
    color: #6d6d6d;
    display: block !important;
    font-size: 20px;
    font-weight: 600;
}

.field-search:before {
    content: url('../images/home-search.png');
    font-family: FontAwesome;
    position: absolute;
    top: 20px;
    left: 15px;
    color: #6d6d6d;
    display: block !important;
    font-size: 20px;
    font-weight: 600;
}


.location-search button{
	width: 7%;
    border: none;
    background: #e5ebee;
}

.location-search button i{
	font-size: 21px;
    line-height: 22px;
}


.cash-offer{
	display: inline-flex;
    width: 31%;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tc-apply{
	position: absolute;
    right: -3px;
    bottom: -16px;
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
}
.tc-apply:hover{
color:#fff !important;
}

.cash-offer:before{
	position: absolute;
	z-index: -1;
	content: "";
	right: 2%;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-15deg);
}

.cash-offer:after{
	position: absolute;
	z-index: -1;
	content: "";
	right: -2%;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-15deg);
}

.cash-offer p{
    padding:8px 0;
     margin: 0 auto;
    width: 100%;
    font:600 19px/22px 'Prompt', sans-serif !important;
    font-style: italic !important;
    letter-spacing: 1px;
}
.cash-offer p:first-child:after{
   position: absolute;
   z-index: -1;
   content: "";
   right: -3%;
   top: 0;
   height: 100%;
   width: 100%;
   background-color: #000;
   -webkit-transform: skewX(-10deg);
   -moz-transform: skewX(-10deg);
   -ms-transform: skewX(-10deg);
   transform: skewX(-15deg);
} 

.cash-offer p:first-child {
    color: #fff;
    background: #000;
    position: relative;
    z-index: 1;
}
.cash-offer p:first-child a {
    color: #fff !important;
}
.cash-offer p:last-child {
    color: #000;
    background: #000;
    z-index: 0;
}
.cash-offer p a{
	 color: #000 !important;
}

.site-tags .services-list {
    width: 64%;
    margin: 70px auto 0px auto;
    border: 0px solid red;
}

.site-tags .service-bx {
    width: 21.66%;
    float: left;
    text-align: center;
    margin: 0 11px 30px;
    padding: 0px;
   box-shadow: none !important;
   display: block;
}
.site-tags .service-bx:hover{
	box-shadow: none !important;
}
.site-tags .service-bx .cat-imgs img {
    width: auto;
        margin: 0 auto;
}
.site-tags .service-bx a:hover h4 {
    background: none;
    color: #fff;
    border-radius: 16px;
}
.site-tags .service-bx h4 {
    font: 500 16px/20px 'Prompt', sans-serif;
    text-transform: capitalize;
    color: #fff;
    padding: 0px 0 0 0;
    overflow: visible;
    border-radius: 16px;
}
.site-tags.vendor-tags{

}
.site-tags.vendor-tags .services-list {
    width: 80%;
    margin: 0px auto 0px auto;
    border: 0px solid red;
    display: block;
}
.site-tags.vendor-tags .service-bx{
	height: auto;
}
.site-tags.vendor-tags .service-bx .cat-imgs{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	margin: 0 auto 5px;
	height: 113px;
}
.site-tags.vendor-tags .service-bx .cat-imgs img {
    width: 100%;
    margin: 0 auto;
}
.site-tags.vendor-tags .service-bx h4 {
    font: 400 14px/20px 'Prompt', sans-serif;
    text-transform: capitalize;
    color: #6c6c6c;
    padding: 6px 0 0 0;
    overflow: hidden;
    border-radius: 16px;
}
/*#services-block.home-service .services-list {
    width: 100%;
    margin: 0 auto 0px auto;
    border: 0px solid red;
}

#services-block.home-service {
    background: #fff;
    padding: 80px 0 50px 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 'Prompt', sans-serif;
	padding: 0 0 0px 0;
	color: #f00;
}*/
#search_block_err {
	position: absolute;
	top: 65px;
	font: 400 14px/24px 'Prompt', sans-serif;
	padding: 0 14px;
	color: #c00;
	text-align: center;
	width: max-content;
	background-color: #f4f4f4;
	border: 2px solid #d7d7d7;
	float: none;
	margin: 7px auto 0;
	left: 0;
	right: 0;
}

.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 'Prompt', 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: #ffffff;
	padding: 80px 0 50px 0;
}

.services-list {
	width: 100%;
	margin: 0 auto 0px auto;
	border: 0px solid red;
}
/*
.service-bx {
	width: 13.66%;
	float: left;
	text-align: center;
	margin: 0 11px 30px;
	padding: 10px;
	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1) !important;
	border-radius: 8px;
}*/
.service-bx{
	width: 14.69%;
	float: left;
	text-align: center;
	margin: 0 11px 22px;
	padding: 10px;
	box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 7%) !important;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 136px;
	overflow: hidden;
}
.service-bx:hover{
	box-shadow: 0px 0px 5px 6px rgb(0 0 0 / 10%) !important;
	/*box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 10%) !important;*/
	
}
.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 'Prompt', sans-serif;
	text-transform: uppercase;
    color: #505050;
	padding: 0px 0 0 0;
	overflow: hidden;
	border-radius: 16px;
}
 .service-bx a:hover{
 	text-decoration: none !important;
 }
 .service-bx a:hover h4 {
	background: transparent;
	color: #828282;
	border-radius: 0px;
	text-decoration: none !important;
}

#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 {
	 margin: 0 0 30px;
}

#best-services .services-slider .owl-nav, #best-services .blog-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, #best-services .blog-slider .owl-nav .owl-prev {
	position: absolute;
	left: -25px;
}

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

#best-services .services-slider .slide-service-bx, #best-services .blog-slider .slide-service-bx {
	position: relative;
	overflow: hidden;
	margin: 0 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 255px;
}
/*.service-name{
	position: absolute;
    bottom: 8px;
    left: 8px;
    background: #eea822;
    padding: 10px;
    border-radius: 8px;
    text-align: left;
    width: 55%;
    top: auto;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
}*/
.service-info,
.partners-block .service-info.info-new {
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: #eea822;
	padding: 10px;
	border-radius: 8px;
	text-align: left;
	width: 100px;
	top: auto;
}

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

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

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

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

.safety-block {
	background: transparent;
	margin: 30px auto 90px 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 #cacaca;
	color: #000;
	font: 700 30px/44px 'Prompt', sans-serif;
}

.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: #eea822;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 1px;
}
.safety-bx .sicon-bx img {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

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

.safety-bx .scontent-bx p {
	/*color: #eea822;*/
	color: #1e1d1d;
	text-align: left;
	margin: 0;
	padding: 17px 0 17px 5px;
	font: 400 15px/20px 'Prompt', sans-serif;
}
/*WHY DOORSTEP*/
.why-doorstep .safety-bx {
    width: 25.00%;
    border: 0px solid red;
    float: left;
    padding: 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-doorstep .safety-bx .sicon-bx {
    width: 33%;
    float: left;
}
.why-doorstep .safety-bx .scontent-bx {
    width: 67%;
    float: left;
}
/*WHY DOORSTEP*/

/*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: #eea822;
    text-align: left;
    margin: 0;
    padding: 17px 0 17px 12px;
    font: 400 15px/20px 'Prompt', 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: #eea822;
    text-align: left;
    margin: 0;
    padding: 10px 0 10px 5px;
    font: 400 15px/20px 'Prompt', sans-serif;
}
/*service-location end*/

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

#customer-block h2{
	text-align: left;
}

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

.testimonal-slide {
	width: 90%;
	position: relative;
	margin: 13px auto 0;
	background: #fff;
	padding: 40px 40px 40px 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
}

.testimonal-profile {
	width: auto;
	height: auto;
	border-radius: 0;
	overflow: visible;
	margin: 0 auto;
	position: absolute;
	top: -11px;
	left: -21px;
	right: 0;
}
.testimonal-profile img {
    display: block;
    width: auto !important;
    height: auto !important;
}
.testimonal-profile img {
	height: 100%;
}

.testimonal-slide p {
	color: #222222;
	padding: 0 0 10px 0;
	font: 400 14px/26px 'Prompt', sans-serif;
}

.testimonal-slide h5 {
	color: #000;
	font: 400 16px/18px 'Prompt', sans-serif;
	letter-spacing: -0.5px;
	padding: 0 0 0px 0;
	margin: 10px 0 0;
}

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

.testimonals-slider .owl-nav {
	position: absolute;
	top: 53%;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	display: block !important;
}

.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 'Prompt', 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 'Prompt', sans-serif;
}

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

.stay-form input.input-btn {
	border-radius: 4px;
	border: 1px solid #eea822;
	background: #eea822;
	padding: 8px 20px;
	margin: 0 0px;
	text-transform: uppercase;
	font: 400 12px/20px 'Prompt', 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: 40px 0 40px 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: 55%;
	margin: 10px 0 0;
}

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

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

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

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

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 'Prompt', sans-serif;
	color: #a3a3a3;
}

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

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

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


/*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 'Prompt', sans-serif;
	color: #5a5a5a;
	padding: 20px 0 0 0;
	margin: 0;
	border-top: 1px solid #202020;
}
/*footer .copyright-bx.footer-bt p{
	width: 50%;
	float: left;
}*/
footer .copyright-bx p a {
	color: #5a5a5a;
}

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

.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%;*/
	width: 66%;
	float: left;
	border: 0px solid red;
}
/*.partition .part_1{
		width: 74%;
	float: left;
	border: 0px solid red;
}*/

/*22-06-2021 - START*/
.service-disp.partners-block .slide-service-bx {
    position: relative;
    height: 200px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px !important;
    background: #000 url(../images/doorstep-watermark.png) no-repeat center center !important;
    margin: 0 0 25px;
}
.service-disp .Click-here {
    cursor: pointer;
    background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
    background: #eea822;
    color: #fff;
    width: 119px;
    width: 26%;
    text-align: center;
    font-size: 16px;
    padding: 0px 0px !important;
    margin: 0px auto 0;
    font: 400 13px/16px 'Prompt', sans-serif;
    transition: background-image 3s ease-in-out;
}
.service-disp .tag-row.tag-row-head h3 {
    font: 600 19px/24px 'Prompt', sans-serif !important;
        font-style: normal;
    color: #323232 !important;
    border-bottom: 0px solid #d4d4d4 !important;
    padding: 0 0 10px 0 !important;
    text-transform: unset !important;
    letter-spacing: 1px !important;
    font-style: italic !important;
}

.service-disp .guarantee-book{
	display: flex;
	align-items: center;
	padding: 0 0 25px;

}
.service-disp .guarantee-book .w-50{
	width: 50%;
}

.service-disp .guarantee-book .guantee-image{
	text-align: right;
}
/*22-06-2021 - END*/


/*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 'Prompt', 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;
	width: 152%;
}

.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 'Prompt', sans-serif;
}

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

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

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

.sticker {
	/*width: 285px;*/
	width: 353px;
}

.booking-summary{
padding-top: 68px;	
}

.service-booking-bx .booking-summary {
	/*width: 25%;*/
	width: 31%;
	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 'Prompt', sans-serif;
	cursor: pointer;
}

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

.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: #eea822;
	padding: 0 7px 0 7px;
	letter-spacing: 1px;
	font: 500 11px/20px 'Prompt', 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 'Prompt', sans-serif;
	color: #5f5f5f;
	border-bottom: 1px solid #d4d4d4;
	padding: 0 0 7px 0;
}

.booking-summary h4 {
	color: #010101;
	font: 500 14px/20px 'Prompt', 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 'Prompt', 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 10px;
}

.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 'Prompt', sans-serif;
}

.booking-summary p {
	color: #5f5f5f;
	font: 400 12px/16px 'Prompt', 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 'Prompt', sans-serif;
}

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

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

.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: 10px;
	display: block;
	align-items: center;
	min-height: 96px;
}


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

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

.service-type.active {
	background: none;
	border: 2px solid #eea822;
	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 'Prompt', 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: #eea822;
	border: 1px solid #eea822;
}

.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: 'Prompt', 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: #eea822;
}


/* 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 'Prompt', sans-serif;
	padding: 0 0 6px 0;
}

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

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

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


/*span.err-message-block{display: inline-block;    color: #ff0000;    font: 400 13px/20px 'Prompt', 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 'Prompt', sans-serif;
	padding: 0 0 6px 0;
}

.date-time-bx h5 span {
	color: #5d5d5d;
	font: 400 12px/20px 'Prompt', 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 'Prompt', sans-serif;
	padding: 0 0 2px 0;
}

.terms-container h5,
.terms-container-bx h5 {
	color: #000;
	font: 500 12px/14px 'Prompt', 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 'Prompt', sans-serif;
	color: #eea822;
}

.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: #eea822;
	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 'Prompt', 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 'Prompt', sans-serif;
	width: 100%;
	color: #b3b3b3;
	background: #fff;
	-webkit-appearance: none;
}

.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 'Prompt', sans-serif;
	text-align: left;
	width: 65%;
	float: left;
}

/*.staff-count.active {
	background: #000 !important;
}*/
.staff-count.active{
	background: transparent !important;
border: 2px solid #eea822 !important;
}

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

.booking-question .service-type.active label {
	color: #1f1f1f !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 'Prompt', 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 'Prompt', sans-serif;
	position: relative;
	padding: 0 0 7px 0;
}

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

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

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

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

.pay-right p {
	color: #262626;
	font: 400 14px/20px 'Prompt', 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 'Prompt', sans-serif;
	color: #676767;
}

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

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

.redeem-lab p {
	color: #262626;
	font: 500 14px/20px 'Prompt', 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 'Prompt', 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 #eea822 !important;
	border: 1px solid #eea822;
	background: #eea822;
	width: 100%;
	padding: 12px 15px;
	margin: 0px auto 0;
	text-transform: uppercase;
	font: 400 14px/18px 'Prompt', sans-serif;
	position: relative;
	letter-spacing: 0.5px;
	color: #000;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 8px;
	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 'Prompt', sans-serif;
	padding: 30px 105px 20px 0;
	position: relative;
}

.change-btn {
	color: #eea822;
	border: 1px solid #7c7c7c;
	padding: 5px 20px;
	text-transform: uppercase;
	font: 400 12px/12px 'Prompt', 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: #eea822;
	border: 1px solid #eea822;
}

.user-details-form label {
	color: #010101;
	font: 500 13px/20px 'Prompt', 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 'Prompt', 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: #eea822;
	color: #fff;
	text-transform: uppercase;
	font: 400 14px/18px 'Prompt', 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 #eea822;
    background: #eea822;
	width: 100%;
	padding: 12px 15px;
	margin: 19px 0 0 0;
	text-transform: uppercase;
	font: 500 14px/18px 'Prompt', sans-serif;
	position: relative;
	letter-spacing: 0.5px;
	color: #000;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 8px;
}

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

#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;
	background: #000;
	margin: 0 0 25px;
}
.inside-service .partners-block .slide-service-bx{
	margin: 0 0 8px !important;
}
.partners-block .slide-service-bx.new-bx {
	height: 170px;
}
.partners-block .slide-service-bx.new-bx {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#best-services.inside-service .partners-block .slide-service-bx img {
	width: 100%;
	border-radius: 0 0px 0px 0px !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 'Prompt', sans-serif;*/
	color: #010101;
	font: 500 13px/20px 'Prompt', 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 'Prompt', 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 'Prompt', 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 'Prompt', sans-serif;
}

.login-form .forgot-link {
	font: 500 14px/18px 'Prompt', 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 'Prompt', 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 #eea822;
	border-radius: 5px;
	background: #eea822;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 30px;
	font: 400 14px/18px 'Prompt', 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: 'Prompt', 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 120px 0 !important;
}

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

.no-banner-title {
	font: 500 36px/50px 'Prompt', 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*/
.certificate-block{
	margin: 0 auto 30px;
}

.certificate-block .certificate-cover img{
	float: left;
    margin: 0 20px 10px 0;
    width: 100%;
}
.certificate-cover{
	width: 50%;
}

.certificate-block p{
 margin: 0 0 10px;
}
.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 'Prompt', sans-serif;
    margin: 0;
    list-style: disc;
}

.width-of-70.about-editor ol li{
	font: 400 15px/25px 'Prompt', 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 'Prompt', 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{
	float: left;
	    padding: 5px 3px;
	    margin: -30px 15px 30px 0;
	    border-radius: 4px;
	    width: 72px;
	    text-align: center;
	    background: transparent;
}
.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 .donwload-links{
	text-align: left;
	margin: 10px 0 0;
}*/
.faq-list .faq-list-qa .donwload-links{
	box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 7%) !important;
	border-radius: 8px;
	padding: 20px 22px 6px;
	width: 52%;
	margin: 0 auto;
	text-align: center;
}
.faq-list .faq-list-qa .donwload-links ul li {
	padding: 0 0 14px;
	display: flex;
	align-items: center;
}
.faq-list .faq-list-qa .donwload-links ul li i{
	color: #eea822;
	font-weight: 500;
	font-size: 18px;
}
.faq-list .faq-list-qa .donwload-links ul li a{
	color: #383838;
	text-align: left;
	margin: 0;
	text-decoration: underline;
	padding: 0 0 0 10px;
	font: 400 15px/22px 'Prompt', sans-serif;
}

.faq-list .faq-list-qa ul li h5 {
	font: 400 17px/20px 'Prompt', sans-serif;
	color: #eea822;
	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 'Prompt', sans-serif;
}
.faq-list .faq-list-qa ul li p a{
  color:#5b5b5b;
}
.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 'Prompt', sans-serif;
	list-style: disc;
	margin: 0 0 0 28px;
}
.faq-list .faq-list-qa ul li ul li span{
	font: 400 15px/22px 'Prompt', sans-serif !important;
}

/*Service detail*/

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

#services-details h2 {
	font: 400 18px/20px 'Prompt', sans-serif;
	color: #eea822;
	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 'Prompt', 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 'Prompt', 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 #eea822;
	background: #eea822;
	border-radius: 4px;
	border: 1px solid #eea822;
	padding: 9px 19px !important;
	margin: 0 10px;
	text-transform: uppercase;
	font: 400 12px/20px 'Prompt', sans-serif;
	color: #fff;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

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

.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;
}
.sticky-total.stick-book {
  display: none !important;
}


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

.stick-book .book-btn {
	background: #eea822;
	border-radius: 5px;
	border: 1px solid #eea822;
	padding: 12px 72px 12px 65px !important;
	margin: 0 10px;
	text-transform: uppercase;
	font: 600 12px/20px 'Prompt', 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 'Prompt', sans-serif;
	color: #000;
	padding: 0 0 0px 0;
	margin: 6px 0 10px;
	text-transform: uppercase;
}

.service-description h5 a {
	color: #fff;
	background: #eea822;
	padding: 3px 35px 3px 14px;
	position: relative;
	border-radius: 4px;
	font: 400 14px/24px 'Prompt', 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 'Prompt', 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 'Prompt', 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 'Prompt', 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 'Prompt', sans-serif;
}

.change-address,
.next-btn {
	color: #eea822;
	border: 1px solid #7c7c7c;
	padding: 2px 20px;
	text-transform: uppercase;
	font: 400 12px/12px 'Prompt', 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-inner.inner-top{
	transform: translate(0, 0%);
}
.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 #eea822;
	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 #eea822;
}

.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: #eea822;
	/* 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: #eea822;
	border: 1px solid #7c7c7c;
	padding: 5px 20px;
	text-transform: uppercase;
	font: 400 12px/12px 'Prompt', 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: #eea822 !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 #eea822 !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 #eea822 !important;
	border-radius: 4px !important;
	width: auto;
	margin: 00px 00px 0px 0;
	background: #eea822;
	color: #000;
	padding: 8px 8px;
	text-align: center;
	box-shadow: none;
	float: right;
}

.qtyminus,
.qtyplus {
	width: 18px;
	height: 18px;
	background: #a77619;
	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: #000;
		border-top: 0 !important;
		border-bottom: 0 !important;
		border-left: 1px solid #eea822 !important;
		border-right: 1px solid #eea822 !important;
		font-size: 18px;
		font-weight: 500;
		line-height: 25px;
		background: #eea822;
		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: #eea822;
	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 'Prompt', sans-serif;
	margin: 0 15px 12px 0;
	float: left;
}

.doorstep-summary .service-booking-bx .booking-summary .each-summary h3 {
	font: 500 14px/20px 'Prompt', sans-serif;
	color: #eea822;
	border-bottom: 1px solid #eea822;
	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 'Prompt', 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 'Prompt', 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 #eea822;
	background: #eea822;
	border-radius: 4px;
	padding: 9px 19px !important;
	margin: 0 0px;
	text-transform: uppercase;
	font: 500 12px/20px 'Prompt', sans-serif;
	color: #fff;
	float: left;
	width: 130px;
	text-align: center;
}

.not-approve {
	border: 1px solid #000000;
	background: #000000;
	border-radius: 4px;
	padding: 9px 8px !important;
	margin: 0 0px;
	text-transform: uppercase;
	font: 500 12px/20px 'Prompt', 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 'Prompt', 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 'Prompt', sans-serif;
	padding: 0 0 5px;
}

.transactions .laudry-item h5 {
	color: #262425;
	font: 500 14px/20px 'Prompt', 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 'Prompt', sans-serif;
	position: relative;
	color: #191919;
	margin: 0 0 9px;
}

.transactions .laudry-item p.final-date {
	margin: 15px 0 0;
	font: 500 12px/18px 'Prompt', 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 'Prompt', 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 'Prompt', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

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

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

.mar-auto {
	margin: 0 auto;
}

.getback {
	color: #eea822;
	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 #eea822;
	font-size: 27px;
	padding: 20px;
}


/*PROFILE*/


/*.login-form.adds-form form label{    color: #010101;    font: 500 13px/20px 'Prompt', 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 'Prompt', sans-serif;    color: #8e8e8e;}*/

.login-form.adds-form .spacing-t {
	padding-top: 5px;
	text-align: center;
	font: 400 14px/18px 'Prompt', 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: #eea822;
	border-radius: 5px;
}

#adrDIV button {
	color: #eea822;
	border: 1px solid #7c7c7c;
	padding: 5px 20px;
	text-transform: uppercase;
	font: 400 12px/12px 'Prompt', 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 'Prompt', 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 'Prompt', sans-serif;
    margin: 0;
}
.toggleLink{
    text-decoration: underline;
    padding: 0 0 10px;
    color: #eea822;
    border: 1px solid #7c7c7c;
    padding: 10px 25px;
    text-transform: uppercase;
    font: 400 12px/12px 'Prompt', 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: #eea822;color: #fff;    border: 1px solid #eea822;}
.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 #eea822 !important;
    background: #eea822;
	border-radius: 4px;
    border: 1px solid #7c7c7c;
    padding: 6px 17px;
    margin: 0 10px;
    text-transform: uppercase;
    font: 400 15px/23px 'Prompt', 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 'Prompt', 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 'Prompt', 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 .extraHeader{
	position: initial;
	left: 0;
	top: 56px;
	right: 0;
	width: 100%;
	margin-top: env(safe-area-inset-top);
	display: flex;
	align-items: center;
	background: #fff;
	z-index: 1000;
	box-shadow: none;
}
#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 'Prompt', sans-serif;
    border-bottom: 2px solid #cacaca;
}
#cash-popup .nav-tabs.lined .nav-item .nav-link.active {
	color: #000;
	background: transparent;
	border-bottom-color: #0cfff7 !important;
	padding: 5px 0;
	font-weight: 400;
	font-size: 13px;
	border-bottom: 2px solid #000 !important;
	background: #fff;
	border-radius: 0px;
}
#cash-popup .login-form .register-link {
	display: block;
	width: 100%;
	color: #000 !important;
	border: 1px solid #eea822;
	border-radius: 5px;
	background: #eea822;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 30px;
	font: 400 14px/18px 'Prompt', 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 'Prompt', sans-serif;
    padding: 0 0 2px 0;
    display: block;
    letter-spacing: 0;
    text-align: left;
}

.opt-select .multiselect, .opt-select .multiselect:hover{
	background: #eea822;
    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: #eea822;
 color: #fff;
 /*width: 119px;*/
 width:26%;
 text-align: center;
 font-size: 16px;
 /*padding: 11px 0px !important;*/
 margin: 48px auto 0;
 font: 400 13px/16px 'Prompt', 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;
	overflow-y:scroll;
}
/*16-08-2021 : START*/
.form-correct.int-popup .login-form {
    text-align: left;
    overflow-y: unset !important;
}
.form-correct .pop-up-content-wrap {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px;
    border-bottom: 0px solid #cacaca;
    padding: 5px 0 5px;
}
.form-correct .php-email-form .validate {
    color: red !important;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    top: -12px;
    text-transform: initial;
}
.noscroll-page{
	height: 100vh;
}
/*16-08-2021 : END*/
.multiselect-container{
	overflow-y: scroll !important;
	    z-index: 999999999 !important;
	    padding: 10px 0 !important; 
}
.typeahead__item a{
	font-size:13px;
}


/*25-05-2021 - START*/
/*.new-home h1{
	font:;
}*/
#best-services.offers-available {
    padding: 0px 0 0px 0;
}

.offers-available h2 {
    font: 700 30px/44px 'Prompt', sans-serif;
    padding: 0 0 5px 0;
    color: #000;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
}

.offers-available h2 a{
	color: #030304;
	border-radius: 4px;
	border: 1px solid #adadad;
	padding: 6px 17px;
	margin: 0 0px 0 10px;
	text-transform: uppercase;
	font: 500 12px/20px 'Prompt', sans-serif;
	position: absolute;
	right: 0;
	text-decoration: none;

}
.offers-available h2 a:hover{
	color:#fff;
	background: #030304;
}

.offers-available .partners-block{
	position: relative;
	height: 170px;
    overflow: hidden;
    /*01-09-2021*/
    margin: 0 0 20px;
    border-radius: 10px;
    /*01-09-2021: END*/
}
.offers-available .partners-block .slide-service-bx{
       display: flex;
       align-items: center;
}
.offers-available .partners-block .slide-service-bx a{
	    display: flex;
	    align-items: center;
	    justify-content: center;
}
.offers-available .partners-block .slide-service-bx .banner-slider-overlay {
     background-size: 100% !important; 
}
.offers-available .partners-block .slide-service-bx::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.offers-available .partners-block .slide-service-bx img {
    width: auto;
    border-radius: 0 0px 0px 0px !important;
    position: absolute;
    right: 0;
}
.offers-overlay {
	background: url('../images/overlay.png');
	background-repeat: repeat-y;
	background-position: left;
	bottom: 0;left: -15px;  
	position: absolute; 
	/*right: 0;  */
	right: 60px;
	top: 0;
	background-size: 100%;
	height: 170px;
}
.offers-available .partners-block .service-info {
    position: absolute;
	bottom: 0px;
	right: auto;
	background: transparent;
	padding: 10px 0;
	border-radius: 8px;
	text-align: left;
	/*width: 58%;*/
	width: 80%;
	left: 0;
	display: flex;
	align-items: center;
	height: 170px;
}
.offers-available .partners-block .service-info h3{
    /*font: 700 30px/34px 'Prompt', sans-serif;*/
    font: 700 16px/20px 'Prompt', sans-serif;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-style: italic;
    padding: 0 30px 10px;
    margin: 0;
}
/*.offers-available .partners-block .service-info p {
	color: #ededed;
	font: 500 19px/30px 'Prompt', sans-serif;
	background: #000;
	width: 251px;
	letter-spacing: 1px;
	border-radius: 0 17px 17px 0;
	padding: 2px 30px;
	text-transform: uppercase;
}*/
.offers-available .partners-block .service-info p{
	    color: #ededed;
    font: 500 13px/18px 'Prompt', sans-serif;
    background: #000;
    width: 296px;
    letter-spacing: 1px;
    border-radius: 0 17px 17px 0;
    padding: 4px 30px;
    text-transform: uppercase;
}
.offers-available .partners-block .service-info p span{
    color: #ffde00;
    /*font: 700 21px/30px 'Prompt', sans-serif;*/
        font: 500 13px/18px 'Prompt', sans-serif;
}
.offers-available .partners-block .service-info h5{
	font: 400 14px/22px 'Prompt', sans-serif;
	color: #ffffff;
	padding: 0 30px;
	height: auto;
}
.offers-available .partners-block .service-info h5 span{
	font-weight: 600;
}
.top-rated .slide-service-bx img{
	 -webkit-transition: 0.4s ease;
     transition: 0.4s ease;
}
.top-rated .slide-service-bx:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);	
}

.top-rated .slide-service-bx a::before{
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgb(9 9 9));
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.top-rated .service-info{
    position: absolute;
    bottom: 8px;
    top: auto;
    right: 8px;
    background: #eea822;
    padding: 10px;
    border-radius: 8px;
    text-align: left;
    width: 100px;
    z-index: 2;
}
.top-rated .service-info p{
	font: 600 17px/20px 'Prompt', sans-serif;
}

.top-rated .service-info p span{
    font: 400 16px/20px 'Prompt', sans-serif;
}
.top-rated .service-name {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: transparent;
    padding: 10px;
    border-radius: 8px;
    text-align: left;
    width: 55%;
    top: auto;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    z-index: 2;
}

.top-rated .service-name h5{
	font:600 20px/24px 'Prompt', sans-serif;
	color: #ffffff;
	font-style: italic;
}



#customer-safety{
	background: #e9edf0;
	position: relative;
	padding: 70px 0 70px 0;
}
.safe-image{
	position: absolute;
	right: 0;
	bottom: 0;
}
#customer-safety .safety-block h3 {
    padding: 5px 0 15px 0;
    border-bottom: 0px solid #434343;
    color: #000;
    text-align: left;
    font: 700 30px/44px 'Prompt', sans-serif;
}
#customer-safety .safety-block {
    background: transparent;
    margin: 0px auto 0px auto;
    width: 100%;
    padding: 10px 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#customer-safety .safety-bx .sicon-bx {
    width: 18%;
    float: left;
}
#customer-safety .safety-bx .sicon-bx .sicon-cover {
	   background: #211d1e;
	    border-radius: 10px;
	    width: 70px;
	    height: 70px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin: 0;
	    padding: 7px;
}
#customer-safety .safety-bx {
    width: 46.33%;
    border: 0px solid red;
    float: none;
    padding: 0 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 25px;
}
#customer-safety .safety-bx .sicon-bx img {
    width: auto;
    position: relative;
    top: 0px;
    left: 0;
}
#customer-safety .safety-bx .scontent-bx {
    width: 65%;
    float: left;
}
#customer-safety .safety-bx .scontent-bx p {
    color: #eea822;
    color: #464646;
    text-align: left;
    margin: 0;
    padding: 17px 0 17px 0px;
    font: 400 16px/23px 'Prompt', sans-serif;
}

#customer-safety.safety-first .safety-block h3 {
    padding: 5px 0 15px 0;
    border-bottom: 0px solid #434343;
    color: #000;
    text-align: left;
    font: 700 30px/44px 'Prompt', sans-serif;
    text-align: center;
}
#customer-safety.safety-first {
    background: #e9edf0;
    position: relative;
    padding: 70px 0 0px 0;
}
#customer-safety.safety-first .safety-imgs{
	   width: 50%;
	    float: left;
}
#customer-safety.safety-first .safety-imgs img{
	width: 100%;
	margin: 0 0 -10px 0;
}
#customer-safety.safety-first .safety-bx {
    width: 100%;
    border: 0px solid red;
    float: none;
    padding: 0 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 25px;
}
#customer-safety.safety-first .safety-points{
	    float: right;
	    width: 50%;
	    padding: 40px 46px 0;
	    border: 0px solid;
	    margin: 20px 0px 0 0;
	    background: #fff;
	    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 7%) !important;
	    border-radius: 8px;
}
#customer-safety.safety-first .safety-list {
    padding: 15px 0 0px 0;
}

.no-image,.partners-noimg .partners-block{
	display: flex;
    align-items: center;
    justify-content: center;
    background: #bababa !important;
    border-radius: 10px !important;
}

.partners-noimg .partners-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2 url(../images/doorstep-watermark.png) no-repeat center center !important;
    border-radius: 10px !important;
}
.partners-noimg .partners-block.expert-image .slide-service-bx {
    position: relative;
    height: 150px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px !important;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners-noimg .partners-block.expert-image .slide-service-bx a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.no-image .Click-here, .no-image .slide-service-bx.in-inner,.partners-noimg .partners-block .slide-service-bx{
	background: none !important;
}

.partners-noimg .partners-block .slide-service-bx{
	margin-bottom: 0 !important;
}

.top-rated .blog-slider .slide-service-bx::before, .top-rated .blog-slider .slide-service-bx a::before {
    background-image: none !important;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.blog-slider{
	margin: 0 0 20px;
}

.blog-info{
	padding: 0 20px;
}
.blog-info h5{
	font: 600 20px/24px 'Prompt', sans-serif;
	color: #181818;
	font-style: italic;
	text-align: left;
	margin: 12px 0 14px;
}
.blog-info p{
	font-size: 14px;
	line-height: 22px;
	color: #222222;
	text-align: left;
}
.blog-info p a{
   color:#ffa700;
   padding: 0 0 0 5px;
   text-transform:uppercase;
   text-decoration: none;
}


/*Inside page*/
.inside-home .banner-slider-overlay1{
    height: 380px;
}

.home-inside-banner .service-banner-content {
    width: 100%;
    color: #fff;
    text-align: center;
}
.wrapper .home-inside-banner h1 {
    width: 100%;
}

.home-inside-banner.inside-banner-content {
    position: absolute;
    bottom: 16.5%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: left;
}
.home-inside-banner.single-title.inside-banner-content {
    bottom: 36% ;
}

.bottom-pos{
    bottom: 36% !important;
}


.wrapper .home-inside-banner h1 {
    font: 700 45px/50px 'Prompt', sans-serif;
    margin: 0 0 9px;
}
.wrapper .home-inside-banner h3 {
    font: 400 24px/36px 'Prompt', sans-serif;
    /*padding: 40px 0 0px 0;*/
    color: #fff;
}
.expert-block{
	margin: 0 0 50px;
}

.partners-block.expert-image .slide-service-bx {
    position: relative;
    height: 200px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px !important;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners-block.expert-image .slide-service-bx  a{
	width: 100%;
}
.partners-block.expert-image .slide-service-bx img{
	 -webkit-transition: 0.4s ease;
     transition: 0.4s ease;
}
.partners-block.expert-image .slide-service-bx:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);	
}

.partners-block.expert-image .slide-service-bx img {
    width: 100%;
    border-radius: 0 0px 0px 0px !important;
}
.expert-text{
	text-align: left;
	padding: 8px 0 0;
}
.expert-text .expert-call{
	padding: 0 0 8px;
}
.expert-text .expert-call a{
	padding-right: 10px;
}
.expert-text h3 {
    font: 700 22px/40px 'Prompt', sans-serif;
    padding: 0 0 5px 0;
    color: #151414;
}
.expert-text p span.str-price{
	font: 500 16px/18px 'Prompt', sans-serif;
    color: #e44d2f;
}
.expert-text p {
    /*font: 400 15px/25px 'Prompt', sans-serif;*/
    font: 500 11px/13px 'Prompt', sans-serif;
    margin: 0;
    padding: 0 0 29px;
}
.expert-text.vendor-page p, .expert-text.vendor-page ol li, .expert-text.vendor-page ul li{
   font: 400 15px/25px 'Prompt', sans-serif;
}
.expert-text.vendor-page ul li{
	list-style: disc;
}
.expert-text.vendor-page ol li{
	list-style: decimal;
}
.expert-text ul li{
    font: 400 15px/25px 'Prompt', sans-serif;
    margin: 0;
    padding: 0 0 12px;
    list-style: disc;
}

.toggleLink1{color: #eea822;text-decoration:underline}
.toggleLink1:hover{cursor:pointer}
.elaboration{display:none}


.expert-text .disp-flex{
	display: flex;
	align-items: center;
}

.expert-text .disp-flex p{
	font: 400 14px/18px 'Prompt', sans-serif;
	padding: 0 15px 0px 0px;
	margin: 0;
}
.expert-text .book-btn {
    border: 1px solid #eea822;
    background: #eea822;
    border-radius: 4px;
    padding: 9px 19px !important;
    margin: 0 0px;
    text-transform: uppercase;
    font: 500 12px/20px 'Prompt', sans-serif;
    color: #2d2525 !important;
}

.expert-text .book-btn:hover{
	background:  #ffbb37 !important;
	border: 1px solid #ffbb37 !important;
}

.expert-text.inc-exc h3{
    font: 700 19px/25px 'Prompt', sans-serif;
}

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

.home-service-bx.service-booking-bx .booking-summary .book-sum-box {
    margin: 6px 0 25px 0;
    border: 0px solid blue;
    background: #f2f2f2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: left;
    padding: 20px;
}
.doorstep-tags{
	background: #515151;
	border-radius: 8px;
	padding: 10px 6px;
}

.tag-row-head{
  margin: 0 0 15px;
}

.tag-row-head i{
	font-size: 40px;
}
.tag-row.tag-row-head .cat-imgs {
	width: 21%;
	margin: 0;
	padding: 0 0px 0 10px;
	text-align: left;
}
.tag-row.tag-row-head h4 {
    color: #515151 !important;
    font: 300 13px/20px 'Prompt', sans-serif;
    padding: 0px 0 4px 0;
}

.tag-row.tag-row-head h3 {
    font: 500 18px/20px 'Prompt', sans-serif;
    color: #5f5f5f;
    border-bottom: 0px solid #d4d4d4;
    padding: 0 0 4px 0;
}

.tag-row.tag-row-head a{
	color: #eea822;
	text-transform: uppercase;
	font: 500 12px/16px 'Prompt', sans-serif;
}
.tag-row.tag-row-head h3 {
    font: 600 18px/22px 'Prompt', sans-serif !important;
    color: #323232 !important;
    border-bottom: 0px solid #d4d4d4 !important;
    padding: 0 0 2px 0 !important;
    text-transform: unset !important;
    letter-spacing: 1px !important;
}
.tag-row{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 6px 0 6px;
}
.tag-row .cat-imgs{
	width: 24%;
	margin: 0 8px 0 0;
	padding: 0 10px;
}
.tag-row .cat-imgs img{
	width: 100%;
}
.tag-row h4{
	color: #fff !important;
    font: 300 13px/20px 'Prompt', sans-serif;
    padding: 0px 10px 0px 0px !important;
}
.doorstep-tags .tag-row h4{
  width: 58%;
  font: 300 13px/20px 'Prompt', sans-serif !important;
}

.seletion-bx2.selection-bx2a{
	float: right;
}
.seletion-bx2.selection-bx2a .pay-btn {
    border: 1px solid #eea822;
    border: 1px solid #eea822;
    background: #eea822;
    width: 100%;
    padding: 12px 15px;
    margin: 20px auto 0;
    text-transform: uppercase;
    font: 500 14px/18px 'Prompt', sans-serif;
    position: relative;
    letter-spacing: 0.5px;
    color: #000;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 8px;
    display: block;
    text-align: center;
}


/*Home service page*/
.home-service-bx .booking-bx .booking-process .process-bx {
    width: 33.33%;
    float: left;
    border: 0px solid blue;
    text-align: left;
    display: block;
    padding: 0 0px 0 0;
    text-align: center;
}
.home-service-bx .booking-bx .booking-process .process-bx a {
    display: block;
    position: relative;
}
.home-service-bx .booking-bx .booking-process .process-bx a hr{
	position: absolute;
	width: 100%;
	top: 12px;
	border: transparent;
	height: 3px;
	z-index: 1;
	background: #c0c1bc;
}
.home-service-bx .booking-bx .booking-process .process-bx.active a hr{
   background: rgb(239,167,57);
   color: #000;
   background: linear-gradient(90deg, rgba(239,167,57,1) 37%, rgba(207,186,133,1) 72%, rgba(192,193,188,1) 84%);
}

.home-service-bx .booking-bx .booking-process .process-bx.active1 a hr{
	background: rgb(239,167,57);
	color: #000;
    background: linear-gradient(90deg, rgba(239,167,57,1) 0%, rgba(239,167,57,1) 100%);
}
.home-service-bx .booking-bx .booking-process .process-bx.active .process-no {
    background: #eea822;
}
.home-service-bx .booking-process .process-bx .process-no {
    background: #c0c1bc;
    padding: 5.5px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 5px;
    font: 500 20px/21px 'Prompt', sans-serif;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.home-service-bx .booking-process .process-bx p {
    padding: 4px 0 0 0px;
    color: #2d2d2d;
    font: 400 15px/24px 'Prompt', sans-serif;
}



.home-service-bx .booking-summary h3 {
    font: 400 13px/18px 'Prompt', sans-serif;
    color: #323232;
    border-bottom: 0px solid #d4d4d4;
    padding: 0 0 2px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.home-service-bx .booking-summary h4 {
    color: #010101;
    font: 400 14px/20px 'Prompt', sans-serif;
    padding: 2px 0 3px 0;
}

.home-service-bx .booking-summary label,.home-service-bx .booking-summary label p, .home-service-bx .booking-summary .side-left a{
    color: #737373;
    font: 400 13px/18px 'Prompt', sans-serif;
}
.home-service-bx .booking-summary p {
    color: #333;
    font: 500 14px/18px 'Prompt', sans-serif !important;
}
.home-service-bx .booking-summary .summary-total {
    background: #eea822;
    padding: 10px;
    border-radius: 4px;
}
.home-service-bx .booking-summary .summary-total label{
   color: #0f0b0b;
    font: 400 16px/17px 'Prompt', sans-serif;
}
.home-service-bx .booking-summary .summary-total p {
    width: 50%;
    float: right;
    text-align: right;
    font: 600 16px/18px 'Prompt', sans-serif !important;
    color: #000;
}
.price-list{
	    margin: 5px 0 0;
       padding: 10px 10px 10px;
       width: 100%;
}
.price-list .side-left{
  width: 50%;
  float: left;
  text-align: left;
  display: flex;
  align-items: center;
}
.price-list .side-left span{
	padding: 0 6px 0 0px;
}
.price-list .side-right{
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.price-list .side-right i{
	padding: 0 0 0 6px;
}




/*payment-details-home*/
.conditions{
	display: flex;
	margin: 30px 0 0;
}
.conditions .w-50{
	width: 50%;
}
/*.conditions*/
.footer-head-links{
	display: flex;
	margin: 0 0 25px;
	padding: 0 15px;
	justify-content: center;
}
.footer-head-links .set1{
	width: 50%;
}
.footer-head-links .set2{
	text-align: right;
	width: 50%;
}
.footer-head-links .set2 .social a i{
	font-size: 22px;
	padding: 0 5px;
	color: #ccc;
}
.footer-head-links .set2 .social a:hover{
	cursor: pointer;
	text-decoration: none;
}
.jg img{
	position: relative;
	top: -5px;
	vertical-align: middle;
}

footer .copyright-bx.footer-bt p {
    width: 50%;
    float: left;
    border-top: 0px solid #202020;
    padding: 20px 0 20px;
}
footer .copyright-bx.footer-bt p:last-child{
	text-align: right;
}
footer .copyright-bx.footer-bt{
	padding: 30px 0 20px 0;
}
.service-links{
	margin: 30px 0 0;
}
.service-links a{
	color: #5c5c5c;
	text-transform:uppercase;
	font: 400 11px/25px 'Prompt', sans-serif;
    letter-spacing: 2px;
    text-decoration: none !important;
}
.service-links a:hover{
       color: #6f6f6f;
}

.third {
    width: 100%;
    position: absolute;
    height: 550px !important;
    overflow: hidden;
}
/*25-05-2021 - END*/

/*10-06-2021 - START*/
.coupon-code{
	position: relative;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 15px 10px;
	margin: 30px 0 10px;
}
.mr-45{
	margin-right: 29px !important;
	font-size: 13px;
	line-height: 14px;

}
.coupon-code .w-50{
	width: 50%;
	float: left;
}
.coupon-code input{
	color: #010101;
	background: transparent;
	border: 1px solid #cccccc;
	width: 100%;
	padding: 9px 7px;
	border-radius: 5px;
	margin: 0px 0 0;
}

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

.text-center{
	text-align:center;
}
.coupon-code .w-70{
	width: 70%;
	float: left;
}
.coupon-code .w-30{
	width: 30%;
	float: left;
}
.input-cover{
	display: flex;
    align-items: center;
}
.input-cover label{
	font: 500 14px/22px 'Prompt', sans-serif;
}
.coupon-popup a{
	position: unset;
	top: 0px;
	right: 0;
	text-transform: capitalize;
	color: #030304;
	text-decoration: none;
	letter-spacing: 0px;
	border: 1px solid #7c7c7c;
	padding: 6px 10px;
	margin: 0 10px;
	font: 400 12px/13px 'Prompt', sans-serif;
	border-radius: 4px;
}
.coupon-popup a:hover{
	background: #030304 !important;
	color: #fff;
}
.flex-disp{
	display: flex;
	align-items: center;
}
.mt-05{
	margin-top: 5px;
}
.redeem-btn{
	background: #404040;
	border: none;
	color: #fff;
	padding: 11px 12px;
	text-transform: uppercase;
	font: 400 10px/11px 'Prompt', sans-serif;
	border-radius: 4px;
	letter-spacing: 1px;
}

.copon-applied{
    background: #404040;
    border: none;
    color: #fff;
    padding: 5px 8px;
    text-transform: uppercase;
    font: 400 12px/13px 'Prompt', sans-serif;
    border-radius: 0px 4px 4px 0px;
	letter-spacing: 1px;
	margin: 0 0 0 0;
    letter-spacing: 1px;
    margin: 0 0 0 0px;
}

.coupon-status p{
    font: 400 12px/13px 'Prompt', sans-serif;
    margin: 0;
    color: #fff;
    background: #404040;
    padding: 5px 8px;
    border-radius: 4px 0px 0px 4px;
    border-right: 1px solid #fff;
}
.coupon-redeemed{
   font: 400 12px/18px 'Prompt', sans-serif;
   margin: 10px 0 0;
   color: #87c812;
}
.coupon-expired{
  font: 400 12px/18px 'Prompt', sans-serif;
  margin: 10px 0 0;
  color: #ff0000;
}
/*.Click-here {
  cursor: pointer;
  background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
  color: #fff;
  width: 180px;
  text-align: center;
  font-size:16px;
  padding: 18px 0;
  margin: 0 auto;
  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-c, .custom-model-main-d {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
 /* bottom: 0;*/
 bottom: auto;
  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-c, .model-open-d {
  z-index: 999999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner-c, .custom-model-inner-d {
  -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-c, .custom-model-wrap-d {
  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-c .custom-model-inner-c, .model-open-d .custom-model-inner-d {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open-c .bg-overlay-c,.model-open-d .bg-overlay-d {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay-c, .bg-overlay-d {
  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-c,.close-btn-d{
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

#gb-widget-5888{
	bottom: 91px !important;
}

/*.q8c6tt-2{

}*/

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

.coupon-option .w-80{
	width: 80%;
	float: left;
	text-align: left;
}
.coupon-option .w-20{
	width: 20%;
	float: left;
}
.pop-up-content-wrap-c h3, .pop-up-content-wrap-d h3{
	font: 400 17px/20px 'Prompt', sans-serif;
	margin: 0 0 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #cacaca;
	padding: 0 0 10px;
}
.coupon-option{
	display: flex;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px solid #cacaca;
}
.coupon-option h6{
  font: 400 14px/20px 'Prompt', sans-serif;
  color: #eea822;
  padding: 0 0 2px;
}
.coupon-option p{
  font: 400 13px/18px 'Prompt', sans-serif;
  margin: 0 0 5px;
}

.coupon-option button{
	position: unset;
	top: 0px;
	right: 0;
	text-transform: uppercase;
	color: #030304;
	text-decoration: none;
	letter-spacing: 0px;
	border: 1px solid #7c7c7c;
	padding: 6px 10px;
	margin: 0 10px;
	font: 400 12px/13px 'Prompt', sans-serif;
	border-radius: 4px;
	background: transparent;
}
.pop-up-content-wrap-d .checkmark {
    top: 11px
}
.pop-up-content-wrap-d .booking-question {
    text-align: left;
    padding: 0px 0 11px 0;
}
.pop-up-content-wrap-d .booking-question label {
    color: #464646;
    font: 300 14px/19px 'Prompt', sans-serif;
}
.address-type{
	padding: 0px 6px 0px;
	position: relative;
}
.address-type .type-bx{
	width: 100%;
	border-bottom: 1px dotted #cacaca;
	padding: 11px 0 10px 34px;
}

.cashback-block .cash-offer {
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cashback-block.cash-terms .cash-offer {
	width: 100% !important;
}

.cashback-block.cash-terms .cash-offer .col-6{
	display: inline-flex;
	align-items: flex-start;
	padding-bottom: 20px;
}
.cashback-block.cash-terms .cash-offer .col-6 img {
    float: left;
    width: 65px;
    margin: 0px 10px 0 0px;
    padding: 0 0 0px 0px;
    border: 0px solid #CC0000;
}

.cashback-block.cash-terms .cash-offer:before{
	display: none;
}
.cashback-block .cash-offer p:last-child {
    color: #000;
    background: transparent;
    z-index: 0;
}
.wrapper .cashback-block .cash-offer p {
    font: 400 14px/20px 'Prompt', sans-serif !important;
    margin: 0;
}
/*10-06-2021 - END*/
/*14-07-2021 : START*/
.single-offer .col-6{
	float: none;
    flex: unset;
    margin: 0 auto;
}
.text-center-block{
	text-align: center !important;
	display: block !important;
}

.pos-relative{
	position: relative;
}
/*.pos-relative .fa-eye{
    position: absolute;
    right: 11px;
    top: 36px;	
}*/
.pos-relative button{
    position: absolute;
    right: 11px;
    top: 36px;	
    background: none;
    border: none;
}
.pos-relative button i{
	color:#383838;
}
.dfBDQI{
	display: none !important;
}
/*14-07-2021 : END*/

/*19-08-2021*/
.pincode-block .form-group label{
	letter-spacing: 2px;
	color: #7f7f7f;
	font: 500 14px/18px 'Prompt', sans-serif;
	color: #010101;
	font: 500 13px/20px 'Prompt', sans-serif;
	padding: 0 0 2px 0;
	display: block;
	letter-spacing: 0;
}
.pop-up-content-wrap-d .booking-question.pincode-block {
    text-align: left;
    padding: 5px 0 11px 0;
}
.pincode-block .form-group input{
	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 'Prompt', sans-serif;
	color: #8e8e8e;
}
.pincode-block  #srchLoader{
	color: #ff0000;
	    margin-bottom: 15px;
	    position: relative;
	    top: -7px;
	}
.pincode-block .form-group-btn button{
    display: block;
    width: 100%;
    color: #000 !important;
    border: 1px solid #eea822;
    border-radius: 5px;
    background: #eea822;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 30px;
    font: 400 14px/18px 'Prompt', sans-serif;
}

@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;
}
.home-service-bx .booking-summary h3 {
    font: 400 13px/18px 'Prompt', sans-serif;
    color: #323232;
    border-bottom: 0px solid #d4d4d4;
    padding: 40px 0 2px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
}
@media screen and (max-width:600px){
	#modalOverlay .modalPopup.home-popup{
    top: 50% !important;
    width: 90% !important;
    padding: 30px 0;
}
.seletion-bx2.selection-bx2a .pay-btn {
    border: 1px solid #eea822;
    border: 1px solid #eea822;
    background: #eea822;
    width: 100%;
    padding: 12px 15px;
    margin: 0px auto 0;
    text-transform: uppercase;
    font: 500 14px/18px 'Prompt', sans-serif;
    position: relative;
    letter-spacing: 0.5px;
    color: #000;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 8px;
    display: block;
    text-align: center;
}
footer .footer-bx {
    float: left;
    width: 100%;
    border: 0px solid red;
    padding: 0 0 30px 0;
    display: none !important;
}
.service-links {
    margin: 30px 0 0;
    display: none;
}
.footer-head-links .set1 {
    width: 50%;
    display: none;
}
.footer-head-links .set2 {
    text-align: center;
    width: 100%;
}

.footer-head-links {
    display: flex;
    margin: 0 0 0px;
    padding: 0 5px;
    justify-content: center;
}
footer .copyright-bx.footer-bt {
    padding: 4px 0 20px 0;
}



footer .copyright-bx.footer-bt p {
    width: 100%;
    float: none;
    border-top: 0px solid #202020;
    padding: 0px 0 20px;
    text-align: center;
    padding-bottom: 5px;
}
footer .copyright-bx.footer-bt p:last-child {
    text-align: center;
    margin: 0;
    padding: 0;
}
}
@media screen and (max-width:500px){
	.conditions {
	    display: block;
	    margin: 30px 0 0;
	}
	.conditions .w-50 {
	    width: 100%;
	}
	.wrapper .home-inside-banner h1 {
    font: 700 33px/50px 'Prompt', sans-serif;
    margin: 0 0 9px;
    }
    .wrapper .home-inside-banner h3 {
    font: 400 22px/27px 'Prompt', sans-serif;
    /*padding: 40px 0 0px 0;*/
    color: #fff;
}
}
/********************************************************************************/

@media screen and (max-width:1680px) {
	.banner-slider .banner-content {
    position: absolute;
    bottom: 21%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
   }
}

@media screen and (max-width:1500px){
	.banner-slider .banner-content {
    position: absolute;
    bottom: 14%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
}
}
@media screen and (max-width:1380px){
	.banner-slider .banner-content {
    position: absolute;
    bottom: 9%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    }
}
@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: #eea822;
      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 'Prompt', sans-serif;
		width: 100%;
		color: #b3b3b3;
		background: #fff;
	}
}
@media screen and (max-width:991px){
	.Click-here {
    width: 40%;
   }
   .banner-slider-overlay1, .banner-slider-overlay {
       background-size: cover !important;
   }
   #customer-safety.safety-first .safety-imgs {
       width: 100%;
       float: none;
   }
   #customer-safety.safety-first .safety-imgs img {
       width: 100%;
       margin: 0 0 0px 0;
   }
   #customer-safety.safety-first .safety-points {
       float: none;
       width: 100%;
       padding: 40px 46px;
       border: 0px solid;
       margin: 0px 0px 50px 0;
       background: #fff;
       box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 7%) !important;
       border-radius: 8px;
   }
   #no-banner-page {
       background: #000;
       height: 60px !important;
   }
   .more-space .width-70 {
    width: 70%;
    margin: 0 auto;
    max-width: 70%;
}

}
@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: auto;
		right: 8px;
		background: #eea822;
		padding: 3px 9px;
		border-radius: 8px;
		text-align: left;
		width: 85px;
	}
	.service-info.info-new p {
		font: 400 13px/15px 'Prompt', sans-serif !important;
		margin: 0;
	}
	.service-info.info-new h6 {
		/*font: 400 9px/8px 'Prompt', sans-serif;
		color: #bbbbbb;*/
		font: 500 11px/13px 'Prompt', sans-serif;
        color: #000;
		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: #eea822;
	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 'Prompt', sans-serif;
	width: 7em;
	height: 4em;
	background: #eea822;
	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-left{
	text-align: left;
}

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

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

.list-care ul li {
	font: 400 15px/25px 'Prompt', 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: #eea822;
	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;
}

.cdisp-mob{
 	 display: none;
 }

.expand-market{
	padding: 25px 0 0 0;
}
 .expand-market h5{
 	font: 500 18px/24px 'Prompt', sans-serif;
 	/* color: #ffffff; */
 	font-style: italic;
 	text-align: center;
 }
 .expand-market h4.inc-profit{
 	padding: 8px 0 8px 0;
 	margin: 0 0 10px;
 	border-bottom: 0px solid #cacaca;
 	color: #eea822;
 	font: 500 18px/20px 'Prompt', sans-serif;
 	text-align: center;
 }
 .faq-list a{
 	    color: #6e6e6e;
 }
 .why-join{
 	text-align: left;
 }
.why-join p b{
	font-weight: 500;
}

.why-join p{
	margin: 0 0 11px;
}
.why-join p span{
	color: #eea822;
	cursor: pointer;
}
 .why-join ul{
	    list-style: circle;
	    padding: 0 0px 0 20px;
}


 .why-join ul li{
 	padding: 0 0 20px !important;
 	font: 400 15px/25px 'Prompt', sans-serif;
 }
  .why-join ul li:last-child{
  	padding: 0 0 6px !important;
  }

  .text-left{
  	text-align: left;
  }
/****************************************************************/

@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: 600px;
		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 'Prompt', sans-serif !important;
		width: 7em;
		height: 4em;
		background: #eea822;
		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: 545px;
		overflow: hidden;
	}
	.cd-primary-nav>ul {
		left: -35px;
	}
	.banner-slider .banner-content {
		position: absolute;
		bottom: 2%;
	}
	.search-bar {
		background: #fff;
		width: 65%;
	}
	.site-tags .services-list {
	    width: 73%;
	    margin: 55px auto 0px auto;
	    border: 0px solid red;
	}
	#best-services .services-slider .owl-nav, #best-services .blog-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,#best-services .blog-slider .owl-nav .owl-prev  {
		position: absolute;
		left: 0;
	}
	#best-services .services-slider .owl-nav .owl-next,#best-services .blog-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;
	}
	.site-tags .service-bx h4 {
	    font: 500 15px/18px 'Prompt', sans-serif;
	    text-transform: capitalize;
	    color: #fff;
	    padding: 0px 0 0 0;
	    overflow: visible;
	    border-radius: 16px;
	}	
}

.ham-menu {
	display: none;
}

.cal-btn-m {
	display: none;
}
.cd-auto-hide-header{
   background: transparent !important;
   box-shadow: none;
}
/*.cd-auto-hide-header.is-hidden {
    background: #000 !important;
    box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.20);
}*/
header.sticky .cd-auto-hide-header{
	background: #000 !important;
    box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.20);
}
#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: #eea822;
	border-radius: 30px;
	border: 1px solid #eea822;
	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: #eea822;
	border-radius: 30px;
	border: 1px solid #eea822;
	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: #eea822;
	border-radius: 30px;
	border: 1px solid #eea822;
	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: #eea822;
}

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


 .disp-mob, .disp-mob-decp{
 	display:none;
 }

 .php-email-form .validate {
 	color: red !important;
 	margin: 0 0 15px 0;
 	font-weight: 600;
 	font-size: 12px;
 	position: relative;
 	top: -12px;
}

   

@media screen and (max-width:1050px) {
	.date-time-bx .input-block.cal-ico i.fa-calendar-o {
		position: absolute;
		top: 3px;
		right: 10px;
		color: #eea822;
		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 'Prompt', sans-serif;
		width: 100%;
		color: #b3b3b3;
		background: transparent;
		z-index: 1;
	}
}


@media screen and (min-width:1023px) and  (max-width:1200px){
	.main-header .cd-primary-nav>ul li a {
	    padding: 15px 5px 15px 7px !important;
	    text-transform: capitalize;
	    font: 400 12px/20px 'Prompt', sans-serif;
	    color: #fff;
	    letter-spacing: 0.5px;
	    background: transparent;
	}
	.main-header .cd-primary-nav>ul li.h-btn a {
	    border-radius: 4px;
	    border: 1px solid #adadad;
	    padding: 10px 10px !important;
	    margin: 0 3px !important;
	    text-transform: uppercase;
	    font: 400 11px/13px 'Prompt', sans-serif;
	    position: relative;
	    top: 8.5px;
	}
	.main-header .cd-primary-nav>ul li.h-btn-new a{ 
		padding: 10px 8px !important;

	}
}
/*********************************************************************/
@media screen and (max-width:1480px){
	.cash-offer {
    display: inline-flex;
    width: 15%;
    justify-content: center;
    align-items: center;
    position: relative;
}
}
@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;
	}
	.main-header .cd-primary-nav>ul li.h-btn-new a {
	    border-radius: 4px;
	    border: 1px solid #fff;
	    background: #fff;
	    color: #000;
	    padding: 10px 12px;
	    margin: 0 10px;
	    text-transform: uppercase;
	    font: 400 11px/13px 'Prompt', sans-serif;
	    position: relative;
	    top: 8.5px;
	}	
	.main-header .cd-primary-nav>ul li.h-btn a {
	    border-radius: 4px;
	    border: 1px solid #adadad;
	    padding: 10px 10px;
	    margin: 0 10px;
	    text-transform: uppercase;
	    font: 400 11px/13px 'Prompt', sans-serif;
	    position: relative;
	    top: 8.5px;
	}	
	.main-header .cd-primary-nav>ul li a {
	    padding: 15px 10px 15px 10px;
	    text-transform: capitalize;
	    font: 400 12px/20px 'Prompt', sans-serif;
	    color: #fff;
	    letter-spacing: 0.5px;
	    background: transparent;
	}
}

@media screen and (max-width:1130px) {
	.sticker {
		width: 244px;
	}
}
@media screen and (max-width:1090px){
	 .site-tags.vendor-tags .service-bx {
	     width: 20%;
	     float: left;
	     text-align: center;
	     margin: 0 11px 30px;
	     padding: 0px;
	     box-shadow: none !important;
	     display: block;
	 }
	 .cash-offer {
	     display: inline-flex;
	     width: 46% !important;
	     justify-content: center;
	     align-items: center;
	     position: relative;
	 }
	 .cash-offer p {
	     padding: 8px 0;
	     margin: 0 auto;
	     width: 100%;
	     font: 600 18px/22px 'Prompt', sans-serif !important;
	     font-style: italic !important;
	     letter-spacing: 1px;
	 }
}
@media screen and (max-width:1080px) {
	#banner-block.home-page-banner .banner-slider {
	    height: 525px;
	    overflow: hidden;
	}

	.site-tags .services-list {
	    width: 100%;
	    margin: 46px auto 0px auto;
	    border: 0px solid red;
	}
    .banner-slider h1.became-vocal,  .banner-slider-content h1.became-vocal {
        font-size: 39px;
        font-family: 'Prompt', sans-serif;
        line-height: 47px;
        letter-spacing: 1px;
        margin: 0 0 20px;
    }


}


@media screen and (max-width:1030px) {

	.cash-offer {
	    display: inline-flex;
	    width: 36%;
	    justify-content: center;
	    align-items: center;
	}
	.site-tags .services-list {
    width: 100%;
    margin: 28px auto 0px auto;
    border: 0px solid red;
}

}
@media screen and (max-width:1200px){
	.service-bx {
    width: 22.5% !important;
    float: left;
    text-align: center;
    margin: 0 11px 22px;
    padding: 10px;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 136px;
    overflow: hidden;
}
.site-tags .service-bx {
    width: 20.5% !important;
    float: left;
    text-align: center;
    margin: 0 11px 30px;
    padding: 0px;
    box-shadow: none !important;
    display: block;
}
}
@media screen and (min-width:992px) and (max-width:1024px) {
     .cd-primary-nav {
         display: inline-block;
         float: right;
         display: table;
     }	
     .nav>li {
         position: relative;
         display: inline-block !important;
     }
     .main-header .cd-primary-nav>ul li a {
         padding: 15px 6px 15px 6px;
         text-transform: capitalize;
         font: 400 12px/20px 'Prompt', sans-serif;
         color: #fff;
         letter-spacing: 0.5px;
         background: transparent;
     }	
     .cd-primary-nav>ul{
     	position: initial;
     }
     .main-header .cd-primary-nav {
         position: relative;
         width: 94%;
     }
     .main-header .cd-primary-nav>ul li.h-btn a {
         border-radius: 4px;
         border: 1px solid #adadad;
         padding: 10px 10px;
         margin: 0 0px;
         text-transform: uppercase;
         font: 400 11px/13px 'Prompt', sans-serif;
         position: relative;
         top: 8.5px;
         height: auto;
     }
     .main-header .cd-primary-nav>ul li.h-btn-new a {
         border-radius: 4px;
         border: 1px solid #fff;
         background: #fff;
         color: #000;
         padding: 10px 12px;
         margin: 0 10px;
         text-transform: uppercase;
         font: 400 11px/13px 'Prompt', sans-serif;
         position: relative;
         top: 8.5px;
         height: auto;
     }

     #customer-safety.safety-first .safety-bx .scontent-bx {
         width: 90%;
         float: left;
         padding: 0 0px 0 20px;
     }
}



@media screen and (max-width:991px) {
	#banner-block.home-page-banner .banner-slider {
		height: 410px;
		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: 100000;
		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 'Prompt', sans-serif;
		color: #fff;
		text-transform: uppercase;
	}
	.banner-slider {
		/*margin: 60px 0 0 0;*/
		margin: 0px 0 0 0;
	}
	.wrapper h1 {
		font: 700 34px/46px 'Prompt', sans-serif;
	}
	.banner-slider p {
		color: #fff;
		margin: 0 auto;
		width: 95%;
		padding: 4px 0 4px 0px;
	}
	.banner-slider .banner-content {
		position: absolute;
		bottom: 15%;
	}
	.search-bar {
		background: #fff;
		width: 95%;
	}
	/*.service-bx {
		width: 17%;
	}*/
	.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 'Prompt', sans-serif;
		color: #a3a3a3;
		margin: 0 0 10px 0;
	}
	footer .footer-bx p a {
		font: 400 11px/20px 'Prompt', 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 'Prompt', sans-serif;
		color: #fff;
		padding: 0 0 18px 0;
	}
	footer .footer-bx ul li a {
		font: 400 11px/20px 'Prompt', sans-serif;
		color: #a3a3a3;
	}
	.user-details-form label {
		font: 500 13px/20px 'Prompt', 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 'Prompt', sans-serif;
	}
	.booking-summary h3 {
		font: 400 12px/18px 'Prompt', 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 'Prompt', 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 'Prompt', sans-serif;
	}
	.doorstep-summary .service-booking-bx .booking-summary .each-summary label {
		color: #262626;
		font: 500 13px/18px 'Prompt', sans-serif;
	}
	.booking-summary p {
		color: #262626;
		font: 400 11px/16px 'Prompt', 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 'Prompt', sans-serif !important;
		width: 7em;
		height: 4em;
		background: #eea822;
		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;
	}

	.location-search .input-bxs-t {
    border: 0;
    border-right: 0px solid #cccccc;
    padding: 14px 5px;
    font: 300 14px/20px 'Prompt', sans-serif;
    width: 100%;
    color: #949494;
    background: #fff;
    }
    .location-search .input-bxs-t {
    border: 0;
    border-right: 0px solid #cccccc;
    padding: 14px 5px;
    font: 300 14px/20px 'Prompt', sans-serif;
    width: 100%;
    color: #949494;
    background: #fff;
    }
    .field-search:before {
    content: url(../images/home-search.png);
    font-family: FontAwesome;
    position: absolute;
    top: 12px;
    left: 15px;
    color: #6d6d6d;
    display: block !important;
    font-size: 20px;
    font-weight: 600;
    }
    .field-location:before {
    content: url(../images/home-location.png);
    font-family: FontAwesome;
    position: absolute;
    top: 12px;
    left: 15px;
    color: #6d6d6d;
    display: block !important;
    font-size: 20px;
    font-weight: 600;
    }
    .site-tags .services-list {
	   display: block;
	   width: 100%;
	   margin: 15px auto 0px auto;
	   border: 0px solid red;
    }
    .site-tags .service-bx .cat-imgs {
        width: 46px;
        margin: 0 auto 5px;
        height: 45px;
    }
    .site-tags .service-bx .cat-imgs img {
        width: 100%;
        margin: 0 auto;
    }
    .site-tags .service-bx h4 {
	    font: 500 12px/13px 'Prompt', sans-serif;
	    text-transform: capitalize;
	    color: #fff;
	    padding: 0px 0 0 0;
	    overflow: visible;
	    border-radius: 16px;
	}

    #customer-safety .safety-bx {
    width: 100%;
    border: 0px solid red;
    float: none;
    padding: 0 0px;
    display: block;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 25px;
        z-index: 11;
    }
    #customer-safety .safety-bx .sicon-bx {
    width: 10%;
    float: left;
    }
    #customer-safety .safety-bx .scontent-bx p {
	    color: #eea822;
	    color: #464646;
	    text-align: left;
	    margin: 0;
	    padding: 17px 0 17px 10px;
	    font: 400 16px/23px 'Prompt', sans-serif;
	}
	.safe-image {
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    display: none;
	}
	#customer-safety {
	    background: #e9edf0;
	    position: relative;
	    padding: 30px 0 30px 0;
	}
    .why-doorstep .safety-bx {
        width: 50%;
        border: 0px solid red;
        float: left;
        padding: 0 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 22px 0;
    }
    .why-doorstep .safety-block {
	    margin: 30px auto 0 auto;
	}
	#best-services {
	    background: #fff;
	    padding: 30px 0 80px 0;
	}


	.tag-row .cat-imgs {
		    width: 10%;
		    margin: 0;
		    padding: 0 10px;
		}

		.service-bx {
		    width: 16.9% !important;
		}
		#customer-safety .safety-bx .sicon-bx {
		    width: 13%;
		    float: left;
		}

		.sticky-total.stick-book {
		  display: block !important;
		  padding: 12px 15px !important;

		}
		.sticky-total.stick-book .disp-flex{
			display: flex;
			align-items: center;
		    justify-content: flex-start;
		} 
		.sticky-total.stick-book .disp-flex .sum-total{
		   width: 20%;
		   text-align: left;
		} 
		.sticky-total.stick-book .disp-flex .sum-total p{
			padding: 0;
            margin: 0;
		}
		.inr{
			display: inline-flex;
		}
		.inr span:first-child{
			padding: 0 4px 0 0;
		}
		.sticky-total.stick-book .tag-total{
            color: #797979;
		}
		.sticky-total.stick-book span {
		    font: 400 20px/25px 'Prompt', sans-serif;
		    display:block;
		    color: #f00;
		}
		.next-btn{
			background: #000;
			border-radius: 5px;
			border: 1px solid #000;
			padding: 12px 72px 12px 65px !important;
			margin: 0 0px;
			text-transform: uppercase;
			font: 400 12px/20px 'Prompt', sans-serif;
			color: #ffffff;
			outline: none;
			letter-spacing: 1px;
			position: relative;
		}

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


		.why-doorstep .safety-bx {
		    width: 50%;
		    border: 0px solid red;
		    float: left;
		    padding: 0 0px;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		}
		.cash-offer {
		    display: inline-flex;
		    width: 49%;
		    justify-content: center;
		    align-items: center;
		}

		.safety-bx .sicon-bx .sicon-cover {
		    background: #eea822;
		    border-radius: 100%;
		    width: 80px;
		    height: 80px;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    margin: 0 auto;
		}
		.faq-list .faq-list-qa .donwload-links {
		    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 7%) !important;
		    border-radius: 8px;
		    padding: 20px 22px 6px;
		    width: 80%;
		    margin: 0 auto;
		    text-align: center;
		}
		.offers-available .partners-block .service-info h3 {
		    /* font: 700 30px/34px 'Prompt', sans-serif; */
		    font: 700 15px/20px 'Prompt', sans-serif;
		    letter-spacing: 0px;
		    color: #ffffff;
		    text-transform: uppercase;
		    font-style: italic;
		    padding: 0 30px 10px;
		    margin: 0;
		}
		.offers-available .partners-block{
			height: 170px !important;
		}
		.offers-available .partners-block .service-info {
		    position: absolute;
		    bottom: 0px;
		    right: auto;
		    background: transparent;
		    padding: 10px 0;
		    border-radius: 8px;
		    text-align: left;
		    width: 100%;
		    left: 0;
		    display: flex;
		    align-items: center;
		    height: 170px !important;
		}

}

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

/*.wrapper .services-list p.homecat {
	font: 600 20px/25px 'Prompt', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
*/
.wrapper .services-list p.homecat {
    font: 700 30px/44px 'Prompt', sans-serif;
    text-transform: initial;
}
@media screen and (max-width:882px) {
	.banner-book {
		padding: 15px 0px;
	}
	.banner-book .book-btn {
		border: 1px solid #eea822;
		background: #eea822;
		border-radius: 4px;
		border: 1px solid #7c7c7c;
		padding: 9px 19px !important;
		margin: 0 0px;
		text-transform: uppercase;
		font: 400 12px/20px 'Prompt', sans-serif;
		color: #fff;
	}
	.float-none {
		float: none;
	}
	.stick-book span {
		font: 500 14px/21px 'Prompt', 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;
	}
	.cash-offer p {
	    padding: 8px 0;
	    margin: 0 auto;
	    width: 100%;
	    font: 600 13px/18px 'Prompt', sans-serif !important;
	    font-style: italic !important;
	    letter-spacing: 1px;
	}

	.contact-page .col-4,.contact-page .col-7 , .contact-page .col-1 {
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.contact-page .col-1 {
		padding:10px 0;
	}
	.banner-slider.static-banners {
	    height: 242px !important;
	    overflow: hidden;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
}
@media screen and (min-width:600px) and (max-width:816px) {
 footer .footer-bx {
     float: left;
     width: 50% !important;
     border: 0px solid red;
     padding: 0 15px;
     text-align: left;
 }
 footer .footer-bx.more-width {
     width: 100% !important;
 }
 footer .footer-bx ul.fmenu-ul:last-child{
     padding: 0 0 0 15px;
 }
}

@media screen and (max-width:767px) {
	#banner-block.home-page-banner .banner-slider {
		height: 400px;
		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 'Prompt', 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 'Prompt', 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;
}

	.banner-slider h1.became-vocal, .banner-slider-content h1.became-vocal {
	    font-size: 30px;
	    font-family: 'Prompt', sans-serif;
	    line-height: 36px;
	    letter-spacing: 1px;
	    margin: 0 0 20px;
	}
	.banner-slider .banner-content {
    position: absolute;
    bottom: 29%;
    }
    .cash-offer {
    display: inline-flex;
    width: 50% !important;
    justify-content: center;
    align-items: center;
    }
    .location-search {
    margin: 25px 0 0;
    }
    .location-search .input-bxs-t {
    border: 0;
    border-right: 0px solid #cccccc;
    padding: 9px 5px;
    font: 300 14px/20px 'Prompt', sans-serif;
    width: 100%;
    color: #949494;
    background: #fff; 
    }
    .field-location:before,
    .field-search:before {
    top: 8px;
    }

    .service-bx {
    width: 13.66%;
    float: left;
    text-align: center;
    margin: 0 11px 30px;
    padding: 10px;
    box-shadow: 0px 3px 6px 3px rgb(0 0 0 / 10%) !important;
    border-radius: 8px;
    height: 146px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-tags.vendor-tags .service-bx {
    width: 28%;
    float: left;
    text-align: center;
    margin: 0 11px 30px;
    padding: 0px;
    box-shadow: none !important;
    display: block;
}

.service-bx {
    width: 20.9% !important;
    float: left;
    text-align: center;
    margin: 0 11px 22px;
    padding: 10px;
    box-shadow: 0px 3px 6px 3px rgb(0 0 0 / 10%) !important;
    border-radius: 8px;
    height: 146px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.service-bx h4{
	overflow: hidden;
	border-radius: 0px;
	height: 33px;
}

.service-option ul {
    list-style: none;
    padding: 30px 40px;
    margin: 0 auto;
    width: 85%;
}
#customer-safety.safety-first {
    background: #e9edf0;
    position: relative;
    padding: 40px 0 0px 0;
}
#customer-safety.safety-first .safety-imgs {
    width: 100%;
    float: none;
    display: flex;
}
#customer-safety.safety-first .safety-points {
    float: right;
    width: 100%;
    padding: 40px 46px;
    border: 0px solid;
    margin: 0px 0px 55px 0;
    background: #fff;
    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 7%) !important;
    border-radius: 8px;
}
#customer-safety.safety-first .safety-imgs img {
    width: 100%;
    margin: 0 0 0px 0;
}

.width-of-70.content-justi, .width-of-50.content-justi {
    text-align: left;
}
.width-of-50 {
    width: 90%;
    margin: 0px auto 0;
    padding: 0 15px;
}
.cash-offer .col-6 {
    float: none;
    max-width: 100%;
    flex: 0 0 100%;
}
}

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

.free-order{
	margin: 0px 0 20px;
}
.free-order .t-c-bx {
	    text-align: left;
}
.free-order .t-c-bx label {
    padding: 0 0 0 0px;
    font: 400 15px/20px 'Prompt', sans-serif;
    color: #ff0000;
}
.free-order .t-c-bx label input{
	   margin: 0px 5px 0 0px;
	   top: 5.4px;
	   height: 20px;
	   position: relative;
}
@media screen and (max-width:688px){
	.site-tags .service-bx {
	    width: 20%;
	    float: left;
	    text-align: center;
	    margin: 0 11px 30px;
	    padding: 0px;
	    box-shadow: none !important;
	    display: block;
	}
	.faq-list .faq-list-qa .donwload-links {
	    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 7%) !important;
	    border-radius: 8px;
	    padding: 20px 14px 6px;
	    width: 100% !important;
	    margin: 0 auto;
	    text-align: center;
	}
	.faq-list .faq-list-qa .donwload-links ul li {
	    padding: 0 0 14px;
	    display: flex;
	    align-items: center;
	}
}
@media screen and (max-width:650px){
   .input-cover {
    display: block;
    align-items: center;
   }
   .coupon-code .w-50 {
       width: 100%;
       float: none;
   }
   .mmb-20{
   	margin: 0 0 20px;
   }
   .input-cover label {
       font: 500 14px/22px 'Prompt', sans-serif;
       width: 65%;
   }
   .coupon-popup{    width: 39%;text-align: right;
}
   .coupon-popup a {
       position: unset;
       top: 0px;
       right: 0;
       text-transform: capitalize;
       color: #030304;
       text-decoration: none;
       letter-spacing: 0px;
       border: 1px solid #7c7c7c;
       padding: 6px 4px;
       margin: 0 0px;
       font: 400 11px/13px 'Prompt', sans-serif;
       border-radius: 4px;
       width: 100%;
   }
	 .disp-mob{
	 	display: block;
	 	background: #000 !important;
	 	display: flex;
	 	align-items: center;
	 	justify-content: center;
	 	height: 60px;
	 	position: fixed !important;
	 	width: 100%;
	 	margin: 0 auto;
	 	left: 0;
	 	right: 0;
	 }
	 .disp-mob.sticky-title{
	 	width: 50%;
	 	z-index: 99999;
	 }
	 .wrapper.disp-mob h1{
	 	font: 500 12px/18px 'Prompt', sans-serif;
		margin: 0 0 0;
		text-transform: uppercase;
		color: #777;
	 }
	 .hide-mob{
	
	 }
	 #services-booking.disp-mob-added {
	   /* padding: 80px 0 0px 0;*/
	    padding: 0px 0 0px 0;
	    background: #fff;
	}

	.disp-mob-decp{
		display: block;
	}
    .disp-mob-decp p {
	    font: 400 12px/15px 'Prompt', sans-serif !important;
	    margin: 5px 0 6px !important;
	}
    .disp-mob-decp h3 {
	    font: 500 13px/16px 'Prompt', sans-serif !important;
	    padding: 0 0 35px 0 !important;
	    color: #353535 !important;
	}

	.expert-text .expert-call {
	    padding: 0 0 8px;
	    display: none;
	}
	.desp{
		display: none;
	}
	.expert-text .book-btn {
	    border: 1px solid #eea822;
	    background: #eea822;
	    border-radius: 4px;
	    padding: 9px 19px !important;
	    margin: 28px 0px 0;
	    text-transform: uppercase;
	    font: 500 12px/20px 'Prompt', sans-serif;
	    color: #2d2525 !important;
	    position: relative;
	    top: 10px;
	}
	.partners-block.expert-image .slide-service-bx {
	    position: relative;
	    height: auto;
	    overflow: hidden;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border-radius: 10px !important;
	    background: transparent;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.expert-text .disp-flex {
	    display: block;
	    align-items: center;
	}
	.expert-text .disp-flex p {
	    font: 400 14px/18px 'Prompt', sans-serif;
	    padding: 0 15px 0px 0px;
	    margin: 0 0px 17px;
	}

	.cash-offer {
	    display: inline-flex;
	    width: 68% !important;
	    justify-content: center;
	    align-items: center;
	}
   .safety-bx .sicon-bx .sicon-cover {
       background: #eea822;
       border-radius: 100%;
       width: 70px;
       height: 70px;
       display: flex;
       align-items: center;
       justify-content: center;
       margin: 0 auto;
   }


}
@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 'Prompt', 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: 'Prompt', 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: 30px 0 0px 0;
	}
	.desk-banner {
		display: none !important;
	}
	.mob-banner {
		display: block !important;
	}
	.wrapper h1 {
		font: 700 21px/20px 'Prompt', 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 'Prompt', sans-serif;
	}
	.banner-slider h1.new-quality {
		font-size: 21px;
		line-height: 26px;
	}
	.banner-slider h1.became-vocal, .banner-slider-content h1.became-vocal {
		font-size: 30px;
		padding: 0 0 13px;
	}
	.banner-slider p {
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 5px 0 5px 0px;
	}

	.location-search .date-time-select {
		    display: inline-flex;
		    background: #fff;
		    width: 84%;
		    padding: 0px 0;
		}
	.wrapper p {
		font: 400 14px/23px 'Prompt', sans-serif;
		margin: 0;
	}
	.certificate-block .certificate-cover{
		width: 50%;
	}
	.certificate-block p{
		margin: 0 0 10px !important;
	}
	 .why-join ul li{
	 	padding: 0 0 20px !important;
	 	font: 400 14px/25px 'Prompt', sans-serif;
	 }
	.banner-slider .banner-content {
		position: absolute;
		bottom: 6%;
	}
	.cash-offer {
    display: inline-flex;
    width: 68% !important;
    justify-content: center;
    align-items: center;


   }
   .cash-offer p {
    padding: 8px 0;
    margin: 0 auto;
    width: 100%;
    font: 600 14px/20px 'Prompt', sans-serif !important;
    font-style: italic !important;
    letter-spacing: 1px;
}
	.service-bx {
		width: 28%;
		/*margin: 0 0 20px 0;*/
	}

	.wrapper h2 {
		font: 700 21px/30px 'Prompt', sans-serif;
		padding: 0 0 10px 0;
		color: #000;
	}
	
	.wrapper .services-list p.homecat {
    font: 700 21px/30px 'Prompt', sans-serif;
    text-transform: initial;
	}
	#best-services .services-slider .slide-service-bx, #best-services .blog-slider .slide-service-bx {
		margin: 0 2px;
	}
	.wrapper h3 {
		font: 700 20px/30px 'Prompt', sans-serif;
	}
	.offers-available .partners-block .service-info h3 {
	    font: 700 11px/16px 'Prompt', sans-serif;
	    letter-spacing: 0px;
	    color: #ffffff;
	    text-transform: uppercase;
	    font-style: italic;
	    padding: 0 30px 10px;
	    margin: 0;
	}
	.offers-available .partners-block .service-info p {
	    color: #ededed;
	    font: 500 11px/15px 'Prompt', sans-serif;
	    background: #000;
	    width: 200px;
	    letter-spacing: 1px;
	    border-radius: 0 17px 17px 0;
	    padding: 4px 30px;
	    text-transform: uppercase;
	}
	.offers-available .partners-block .service-info p span {
	    color: #ffde00;
	    font: 500 11px/16px 'Prompt', sans-serif;
	}
	#best-services .services-slider .slide-service-bx, #best-services .blog-slider .slide-service-bx {
	    position: relative;
	    overflow: hidden;
	    margin: 0 15px;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border-radius: 10px;
	    height: 187px !important;
	}
	.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: 90%;
		padding: 70px 20px 20px 20px;
	}
	.testimonal-slide p {
		color: #27a08d;
		padding: 0 0 20px 0;
	}
	.testimonal-slide h5 {
		color: #000;
		font: 400 16px/20px 'Prompt', sans-serif;
		letter-spacing: -0.5px;
		padding: 0 0 7px 0;
	}
	.testimonal-slide h6 {
		font: 400 14px/18px 'Prompt', 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 'Prompt', 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 #eea822;
		background: #eea822;
		padding: 12px 20px;
		margin: 10px 0 0 0px;
		text-transform: uppercase;
		font: 400 13px/20px 'Prompt', 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 'Prompt', sans-serif;
		color: #fff;
		padding: 0 0 17px 0;
	}
	footer .footer-bx p {
		font: 400 13px/22px 'Prompt', sans-serif;
		color: #a3a3a3;
		margin: 0 0 13px 0;
	}
	footer .footer-bx p a {
		font: 400 13px/22px 'Prompt', sans-serif;
		color: #a3a3a3;
	}
	footer .footer-bx ul li a {
		font: 400 13px/22px 'Prompt', sans-serif;
		color: #a3a3a3;
	}
	footer .copyright-bx {
		padding: 20px 0 20px 0;
	}
	footer .copyright-bx p {
		text-align: center;
		font: 400 11px/18px 'Prompt', 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 'Prompt', sans-serif;
		color: #5f5f5f;
		border-bottom: 1px solid #d4d4d4;
		padding: 0 0 5px 0;
	}
	.booking-summary h4 {
		color: #010101;
		font: 500 14px/20px 'Prompt', sans-serif;
		padding: 12px 0 3px 0;
	}
	.booking-summary label {
		color: #5f5f5f;
		font: 400 13px/18px 'Prompt', sans-serif;
	}
	.booking-summary p {
		color: #262626;
		font: 400 12px/18px 'Prompt', 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 'Prompt', 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 'Prompt', 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 !important;
		background-size: cover !important;

	}
	.search-bar .search-input {
		border: 0;
		padding: 18px 60px;
		padding: 14px 0px 14px 16px;
		width: calc(86% - 65px);
		font: 400 16px/26px 'Prompt', 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;
}
#customer-safety .safety-bx .sicon-bx {
    width: 16%;
    float: left;
}
.tag-row.tag-row-head .cat-imgs {
    width: 12%;
    margin: 0;
    padding: 0 0px 0 10px;
    text-align: left;
}
.tag-row .cat-imgs {
    width: 15%;
    margin: 0;
    padding: 0 10px;
}

.expert-text {
    text-align: left;
    padding: 0px 0 0;
}

.expert-text h3 {
    font: 700 18px/25px 'Prompt', sans-serif !important;
    padding: 0 0 5px 0;
    color: #151414;
}

.service-option ul li {
	width: 100%;
	float: left;
	padding: 0 0px 15px 0;
	height: auto;
	color: #000;
	font: 400 16px/20px 'Prompt', sans-serif;
	margin: 0 0 30px;
	display: flex;
	align-items: center;
}
/*.service-option .icons-box {
    float: left;
    padding: 5px 3px;
    margin: -5px 15px 0px 0;
    border-radius: 4px;
    width: 52px;
    text-align: center;
    background: #f4f4f4;
}*/
.service-option .icons-box{
	float: left;
	padding: 5px 3px;
	margin: -2px 15px 0px 0;
	border-radius: 4px;
	width: 72px;
	text-align: center;
	background: transparent;
}
.partners-block .slide-service-bx.new-bx {
    height: 145px !important;
    margin: 0 0 9px;
}
.cdisp-mob{
 	 display: block !important;
 }
.partners-noimg .partners-block {
     display: flex;
     align-items: center;
     justify-content: center;
     /*background: #bababa !important;*/
     background: #f2f2f2 url(../images/doorstep-watermark.png) no-repeat center center !important;
    background-size: 25% !important;
     border-radius: 10px !important;
     /*height: 100px;*/
     overflow: hidden;
    margin: 10px 0;
 }
 .expert-text .book-btn {
     border: 1px solid #eea822;
     background: #eea822;
     border-radius: 4px;
     padding: 7px 14px !important;
     margin: 28px 0px 0;
     text-transform: uppercase;
     font: 500 9px/10px 'Prompt', sans-serif;
     color: #2d2525 !important;
     position: relative;
     top: 10px;
 }
 .partners-noimg .partners-block.expert-image .slide-service-bx {
    position: relative;
    height: 64px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px !important;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .partners-noimg .partners-block.p-noimage .slide-service-bx img {
     width: 50%;
 }
 .partners-noimg .partners-block .slide-service-bx{
 	margin-bottom: 0 !important;
 	overflow: visible !important;
 }

}
@media screen and (min-width:481px)  and (max-width:518px) {
	.site-tags .service-bx {
	    width: 20% !important;
	    float: left;
	    text-align: center;
	    margin: 0 11px 25px;
	    padding: 0px;
	    box-shadow: none !important;
	    display: block;W
	    height: 98px;
	    overflow: visible;
	}
	
}
@media screen and (min-width:481px)  and (max-width:566px) {
	.service-bx {
	    width: 19.9% !important;
	    float: left;
	    text-align: center;
	    margin: 0 11px 22px;
	    padding: 10px;
	    box-shadow: 0px 3px 6px 3px rgb(0 0 0 / 10%) !important;
	    border-radius: 8px;
	    height: 120px;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	}
	.service-bx h4 {
	    font: 400 12px/15px 'Prompt', sans-serif;
	    text-transform: uppercase;
	    color: #828282;
	    padding: 0px 0 0 0;
	    overflow: hidden;
	    border-radius: 16px;
	}
}

@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% !important;
		margin: 0 auto;
		max-width: 100% !important;
	}
	.more-space {
	    padding: 70px 0 100px 0 !important;
	}
	.more-space .no-banner-title {
	    font: 500 28px/30px 'Prompt', sans-serif !important;
	    margin: 0 0 20px;
	    text-align: center;
	    text-transform: uppercase;
	}
	.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 {
	    list-style: none;
	    padding: 30px 0px;
	    margin: 0 auto;
	    width: 85%;
	}
	/*.service-option ul li {
		width: 100%;
		float: left;
		padding: 0 35px 15px 0;
		height: auto;
		color: #000;
		font: 400 16px/20px 'Prompt', sans-serif;
	}*/
	.service-option ul li{
		width: 100%;
		    float: left;
		    padding: 0 0px 0px 0;
		    height: auto;
		    color: #000;
		    font: 400 16px/20px 'Prompt', sans-serif;
		    margin: 0 0 10px;
	}
	.service-info h5 {
		font: 400 13px/16px 'Prompt', 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 'Prompt', sans-serif;
		margin: 0;
		position: relative;
		padding: 0 10px 15px;
	}
	.list-care ul {
		margin-left: 23px;
	}
	#best-services .services-slider .owl-nav, #best-services .blog-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: #eea822 !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 {
		border0;
		border-right-color: currentcolor;
		border-right-style: none;
		border-right-width: 0px;
		border-right: 0px solid #cccccc;
		padding: 5px 5px;
		font: 400 14px/20px 'Prompt', 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 #eea822;
		border: 1px solid #eea822;
		background: #eea822;
		width: 100%;
		padding: 12px 15px;
		margin: 20px auto 0;
		text-transform: uppercase;
		font: 400 14px/18px 'Prompt', sans-serif;
		position: relative;
		letter-spacing: 0.5px;
		color: #fff;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 8px;
		display: block;
		text-align: center;
		width: 100%;
	}
	.stick-book span {
		font: 500 20px/25px 'Prompt', 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 'Prompt', sans-serif;
	}
	.process-bx p {
		padding: 0px 0 0 5px !important;
		font: 400 11px/15px 'Prompt', 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 'Prompt', 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;
}
.site-tags.vendor-tags .services-list {
    width: 100%;
    margin: 0px auto 0px auto;
    border: 0px solid red;
    display: block;
}
/*.site-tags .service-bx {
    width: 43%;
    float: left;
    text-align: center;
    margin: 0 11px 30px;
    padding: 0px;
    box-shadow: none !important;
    display: block;
}*/
.site-tags.vendor-tags .service-bx {
    width: 43%;
    float: left;
    text-align: center;
    margin: 0 11px 30px;
    padding: 0px;
    box-shadow: none !important;
    display: block;
}

.expert-block .col-5{
	max-width: 41.666667%;
}
.expert-block .col-7 {
    max-width: 58.333333%;
}
.partners-block.expert-image .slide-service-bx {
    position: relative;
    height: auto;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px !important;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-doorstep .safety-bx {
    width: 50%;
    border: 0px solid red;
    float: left;
    padding: 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.why-doorstep .safety-bx .sicon-bx .sicon-cover {
    background: #eea822;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.sticky-total.stick-book .disp-flex .sum-total {
    width: 23%;
    text-align: left;
}
.banner-slider.static-banners {
    /*height: 300px !important;*/
    height: 170px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.static-banners .home-inside-banner.single-title.inside-banner-content {
    bottom: 30% !important;
}
.wrapper .static-banners .home-inside-banner h1 {
    font: 700 26px/37px 'Prompt', sans-serif;
    margin: 0 0 9px;
}
}

@media screen and (max-width:480px) {
	.banner-slider .banner-content {
		position: absolute;
		bottom: 9%;
		left: 0;
		right: 0;
		width: 90%;
		margin: 0 auto;
	}
	.cash-offer {
	    display: inline-flex;
	    width: 35% !important;
	    justify-content: center;
	    align-items: center;
	}
	.location-search .date-time-select {
	    display: inline-flex;
	    background: #fff;
	    width: 84%;
	    padding: 0px 0;
	}
	.location-search .date-time-select {
	    display: inline-flex;
	    background: #fff;
	    width: 90%;
	    padding: 0px 0;
	}
	.location-search .input-bxs-t {
	    border: 0;
	        border-right-color: currentcolor;
	        border-right-style: none;
	        border-right-width: 0px;
	    border-right: 0px solid #cccccc;
	    padding: 9px 5px;
	    font: 300 12px/20px 'Prompt', sans-serif;
	    width: 100%;
	    color: #949494;
	    background: #fff;
	}
	.banner-slider h1.became-vocal,.banner-slider-content h1.became-vocal {
		font-size: 24px;
		line-height: 30px;
		padding: 0 0 0px;
		margin: 0 0 12px;
	}
	.banner-slider-content h1.became-vocal br{
          display: none;
	}
	.banner-slider-content {
	    position: absolute;
	    /*top: 23%;*/
	    z-index: 1;
	    width: 100%;
	}
	.location-search {
	    margin: 26px 0 0;
	}
	.site-tags .service-bx {
	    width: 17% !important;
	    float: left;
	    text-align: center;
	    margin: 0 11px 30px;
	    padding: 0px;
	    box-shadow: none !important;
	    display: block;
	    height: auto;
		overflow:visible;
	}
	.site-tags .service-bx .cat-imgs {
	    width: 40px;
	    margin: 0 auto 5px;
	    height: 40px;
	}
	.site-tags .service-bx h4 {
	    font: 400 10px/11px 'Prompt', sans-serif;
	    text-transform: capitalize;
	    color: #fff;
	    padding: 0px 0 0 0;
	    overflow: visible;
	    border-radius: 16px;
	    margin: 0;
	}
	.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 'Prompt', sans-serif;
	}
	.process-bx p {
		padding: 4px 5px 0 5px !important;
		font: 400 11px/15px 'Prompt', sans-serif !important;
		width: 100%;
	}
	.home-service-bx .booking-bx .booking-process .process-bx a hr {
    position: absolute;
    width: 100%;
    top: 6px;
    border: transparent;
    height: 3px;
    z-index: 1;
    background: #c0c1bc;
}
.home-service-bx .booking-process .process-bx .process-no {
    background: #c0c1bc;
    padding: 5.5px;
    width: 27px;
    height: 27px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 5px;
    font: 500 16px/21px 'Prompt', sans-serif;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
	.booking-bx .booking-process {
		border: 0px solid red;
		padding: 0 0 0px 0;
		width: 100%;
	}
	#banner-block.home-page-banner .banner-slider {
		height: 350px;
		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 'Prompt', 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 {
 	color: red !important;
 	margin: 0 0 15px 0;
 	font-weight: 600;
 	font-size: 12px;
 	position: relative;
 	top: -12px;
}*/

.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 */


/*HOME STYLES*/
.service-bx {
    width: 33.33% !important;
    float: left;
    text-align: center;
    margin: 0 0px 10px;
    box-shadow: none !important;
    padding: 0;
    height: 111px;
}
.service-bx:hover{
	box-shadow: none !important;
}
.service-bx h4 {
    font: 400 11px/14px 'Prompt', sans-serif;
    text-transform: uppercase;
    color: #828282;
    padding: 0px 7px;
    overflow: hidden;
    border-radius: 16px;
    text-decoration: none !important;
}
.service-bx .cat-imgs {
    width: 81px;
    margin: 0 auto 5px;
    height: 63px;
}
.service-bx a:hover h4 {
	background: transparent;
	color: #828282;
	border-radius: 0px;
	text-decoration: none !important;
}
#services-block {
    padding: 20px 0 40px 0;
}
.offers-available .partners-block .slide-service-bx {
    height: 170px;
}
.offers-available .partners-block {
    position: relative;
    height: 170px;
    margin: 0 0 20px;
    overflow: hidden;
}
#customer-safety .safety-bx .sicon-bx {
    width: 28%;
    float: left;
}
#customer-safety .safety-bx {
    width: 100%;
    border: 0px solid red;
    float: none;
    padding: 0 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 25px;
    z-index: 11;
}
#customer-safety .safety-block h3 {
    padding: 5px 0 0px 0;
    border-bottom: 0px solid #434343;
    color: #000;
    text-align: left;
    font: 700 21px/30px 'Prompt', sans-serif;
}

.tag-row .cat-imgs {
    width: 18%;
    margin: 0;
    padding: 0 10px;
}
.next-btn {
    background: #000;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 7px 30px 7px 30px !important;
    margin: 0 0px;
    text-transform: uppercase;
    font: 400 12px/20px 'Prompt', sans-serif;
    color: #ffffff;
    outline: none;
    letter-spacing: 1px;
    position: relative;
}
.sticky-total.stick-book span {
    font: 400 15px/21px 'Prompt', sans-serif;
    display: block;
}
.sticky-total.stick-book .tag-total {
    color: #797979;
    font-size: 13px;
    line-height: 15px;
}
.cash-offer p {
    padding: 8px 0;
    margin: 0 auto;
    width: 100%;
    font: 600 12px/13px 'Prompt', sans-serif !important;
    font-style: italic !important;
    letter-spacing: 1px;
}
.field-location::before {
    content: url(../images/home-location.png);
    font-family: FontAwesome;
    position: absolute;
    top: 12px;
    left: 5px;
    color: #6d6d6d;
    display: block !important;
    font-size: 20px;
    font-weight: 600;
}
.field-location::before, .field-search::before {
    top: 7px !important;
}
.entery-field.field-location {
    width: 50% !important;
    padding: 0 0 0 22px !important;
}
.entery-field.field-search {
    width: 50% !important;
    padding: 0 0 0 20px !important;
}
.field-search::before {
    content: url(../images/home-search.png);
    font-family: FontAwesome;
    position: absolute;
    top: 12px;
    left: -1px;
    color: #6d6d6d;
    display: block !important;
    font-size: 20px;
    font-weight: 600;
}
.partners-block .slide-service-bx.new-bx {
    height: 90px !important;
    margin: 0 0 9px;
}

.service-info h5 {
    font: 400 13px/16px 'Prompt', sans-serif;
    color: #000;
    padding: 0 0 0px 0;
    height: auto;
}
.why-doorstep .inside-service .partners-block .service-info {
    position: unset;
    top: 8px;
    right: 8px;
    background: #fff;
    padding: 2px 0 20PX;
    border-radius: 8px;
    text-align: left;
    width: 100%;
}
.why-doorstep .safety-block {
    background: transparent;
    margin: 30px auto 30px auto;
    width: 100%;
    padding: 10px 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.why-doorstep .safety-bx .scontent-bx p {
    /* color: #eea822; */
    color: #1e1d1d;
    text-align: left;
    margin: 0;
    padding: 2px 0 2px 5px;
    font: 400 15px/20px 'Prompt', sans-serif;
}
}
@media screen and (max-width:450px) {
		#customer-safety.safety-first .safety-points {
		    float: right;
		    width: 100%;
		    padding: 16px 16px !important;
		    border: 0px solid;
		    margin: 0px 0px 55px 0;
		    background: #fff;
		    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 7%) !important;
		    border-radius: 8px;
		}
		.safety-bx .sicon-bx .sicon-cover {
		    background: #eea822;
		    border-radius: 100%;
		    width: 42px;
		    height: 43px;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    margin: 0 auto;
		}
		.why-doorstep .safety-bx .scontent-bx {
		    width: 60%;
		    float: left;
		}
}
@media screen and (max-width:380px) {
	.site-tags.vendor-tags .service-bx .cat-imgs {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    margin: 0 auto 5px;
	    height: 113px;
	}
	.site-tags.vendor-tags .service-bx {
	    width: 41%;
	    float: left;
	    text-align: center;
	    margin: 0 11px 30px;
	    padding: 0px;
	    box-shadow: none !important;
	    display: block;
	}
}
@media screen and (max-width:345px) {
     .banner-slider h1.became-vocal, .banner-slider-content h1.became-vocal {
         font-size: 22px;
         line-height: 28px;
         padding: 0 0 0px;
         margin: 0 0 16px;
     }
     .cash-offer p {
         padding: 8px 0;
         margin: 0 auto;
         width: 100%;
         font: 600 10px/13px 'Prompt', sans-serif !important;
         font-style: italic !important;
         letter-spacing: 1px;
     }

     .top-rated .service-name h5 {
         font: 600 14px/20px 'Prompt', sans-serif;
         color: #ffffff;
         font-style: italic;
     }

}

@media screen and (max-width:306px) {
   .site-tags .service-bx {
       width: 17%;
       float: left;
       text-align: center;
       margin: 0 11px 30px;
       padding: 0px;
       box-shadow: none !important;
       display: block;
       height: auto;
   }
}

.grecaptcha-badge {
	bottom: 100px !important;
}



img {
    vertical-align: middle;
}

footer .copyright-bx.footer-bt a:hover {
    color: #5a5a5a;
    text-decoration:none;
}




@media only screen and (max-width: 600px) {

    .footer-m  footer .copyright-bx.footer-bt {
        margin-bottom: 60px;
    }
    
    .footer-m1  footer .copyright-bx.footer-bt {
        margin-bottom: 60px;
    }
    
    .home-inside-banner.single-title.inside-banner-content {
        bottom: 16%;
    }

}

    .footer-m1  footer .copyright-bx.footer-bt {
        margin-bottom: 80px;
    }

   

    