/*******************//*
  Default CSS
/******************/
@import url('https://fonts.googleapis.com/css?family=Signika:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&display=swap');
* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body {
	background: #eeeeee;
	color: #727272;
	font-size: 0.875rem;
	font-family: 'Signika', sans-serif;
	line-height: 1.5rem;
	direction: ltr;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #000a08;
	font-weight: 600;
	font-style: normal;
	font-family: 'Signika', sans-serif;
}
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.375rem;
}
h3 {
	font-size: 1.25rem;
}
h4 {
	font-size: 1.125rem;
}
h5 {
	font-size: 1rem;
}
h6 {
	font-size: 0.875rem;
}
ul {
	font-size: 0.875rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
   list-style-type:none;
}
img {
	max-width: 100%;
}
.img-fluid {
	width: 100%;
}
a, a:hover, button, button:hover, input[type="submit"], input[type="submit"]:hover {
	webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
a:focus {
	text-decoration: none;
}
button, input, select, select option, textarea, input:focus, button:focus, select:focus, textarea:focus {
	outline: none;
	webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.active-text, .active-link, .active-link:focus {
	color: #c80f2c;
	font-weight: 400;
	display: inline-block;
}
.active-link:hover {
	text-decoration: none;
	color: #c80f2c;
}
a, dt {
	color: #000a08;
	outline: none;
	text-decoration: none;
}
a:focus, a:hover, dt:hover, dt:focus {
	color: #c80f2c;
	text-decoration: none;
}
.btn {
	/*border: none;*/
	font-size: 0.875rem;
	outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: none;
}
.btn:active, .btn.active {
	outline: none;
	box-shadow: none;
}
.btn-site {
	background-color: #811415;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	padding: 8px 15px;
	text-transform: none;
	transition: 0.3s;
}
.btn-site:hover, .btn-site:focus {
	background-color: #000a08;
	color: #ffffff;
}
.form-control, .custom-select {
	font-size: 0.875rem;
}
.form-control:focus, .custom-select:focus {
	background-color: none;
	border-color: none;
	box-shadow: none;
	color: #495057;
	outline: 0;
}
.widget-title {
	position: relative;
}
.widget-title h1 {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
}
.widget-title h1 span {
	color: #6a6a6a;
	display: block;
	font-size: 1.25rem;
	font-family: 'Courgette', cursive;
	font-weight: 400;
	text-transform: none;
}
.widget-title h1:after {
	content: '';
	position: absolute;
	background: url(../images/icons/line-icn.png) no-repeat;
	bottom: 0;
	width: 109px;
	height: 12px;
	left: 26%;
	z-index: 9;
}
/******* header ********/
header {
	position:relative;
	background: #ffffff;
}
.header-top {
	background: #000a08;
}
.header-top_right {
	display: inline-flex;
}
.header-top_contact ul li {
	color: #fff;
	display: inline-block;
	border-right: 1px solid #535655;
	line-height: 14px;
	padding: 0 20px;
}
.header-top_contact ul li a {
	color: #fff;
}
.header-top_contact ul li:first-child {
	padding-left: 0;
}
.header-top_contact ul li:last-child {
	border-right: none;
}
.header-top_contact ul li i {
	color: #a43c2e;
	margin-right: 6px;
}
.social-link ul li {
	display: inline-block;
	margin-right: 0;
}
.icon-support {
	width: 27px;
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	vertical-align: middle;
}
.text-call {
	margin-left: 38px;
}
.text-call p {
	color: #000a08;
	font-size: 0.875rem;
	font-weight: 400;
	margin: 0;
}
.text-call h6 {
	color: #c80f2c;
	font-size: 1rem;
	font-weight: 600;
	margin: 0;
}
.logo {
	width: 220px;
	height: auto;
}
/******* navigation ********/
.navbar-light .navbar-nav .nav-link {
	color: #000a08;
	font-size: 0.9375rem;
	font-weight: 400;
 padding-left:.8rem;
 padding-right:.8rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #c80f2c;
}
.navbar-brand {
	margin-right: 4rem;
}
.dropdown-menu {
	background-color: #f4f4f4;
	background-clip: padding-box;
	border-radius: 0;
	border:none;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(170, 170, 170, 0.6);
	-moz-box-shadow:    0px 10px 15px 0px rgba(170, 170, 170, 0.6);
	box-shadow:         0px 10px 15px 0px rgba(170, 170, 170, 0.6);
	min-width: 270px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #727272;
    text-decoration: none;
    background-color: #fff;
}
/****** affix *******/
/*.fixed {
	position: fixed;
	top: 0;
	height: 70px;
	width:100%;
	background-color:#fff;
	-webkit-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 8px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 8px 0px rgba(50, 50, 50, 0.3);
	z-index: 999;
}*/

/******* banner slider ********/
.carousel-caption {
	bottom: 30%;
}
.carousel-caption h3 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 0px 5px 2px rgba(85, 85, 85, 1);
}
.carousel-caption h5 {
	font-size: 1.875rem;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 0px 3px 2px rgba(85, 85, 85, 1);
}
/******** welcome *******/
.welcome-wrap {
	background: #f0f0f0;
	position: relative;
	margin-top: -50px;
}
.welcome-text h1 {
	color: #000a08;
	font-weight: 300;
}
.welcome-text h1 span {
	color: #727272;
	display: block;
}
/******** Cleaning Service ********/
.service-widget {
	background-color: #fff;
}
.bx-content {
	position: relative;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 15px 10px 0px rgba(222, 222, 222, 0.7);
	-moz-box-shadow: 0px 15px 10px 0px rgba(222, 222, 222, 0.7);
	box-shadow: 0px 15px 10px 0px rgba(222, 222, 222, 0.7);
}
.content-img {
	position: relative;
}
.service-iocn_bx {
	position: absolute;
	background: #c80f2c none repeat scroll 0 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	height: 35px;
	width: 35px;
	bottom: -16px;
	left: 45%;
	z-index: 9;
}
.icon-swipe {
	-moz-transform: none;
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin: 6px 5px 0px 0px;
}
.conttent-info {
	margin-top: 30px;
}
.conttent-info p {
	margin-bottom: 0.3rem;
}
.starting-p {
	color: #c80f2c;
	font-size: 0.875rem;
	font-weight: 600;
	padding-bottom: 0.5rem;
}
/***** whychoose-wedget ******/
.why-widget {
	background: #eeeeee;
	position: relative;
	z-index: 1;
}
.why-widget:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	top: 20%;
	/*background: url(../images/why-bg.jpg);*/
	background: url(../images/why-bg1.png);
	width: 100%;
	height: 507px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	z-index: -1;
}
.why-bx {
	position: relative;
	background: #f1f1f1;
	-webkit-box-shadow: 0px 15px 15px 0px rgba(222, 222, 222, 0.7);
	-moz-box-shadow: 0px 15px 15px 0px rgba(222, 222, 222, 0.7);
	box-shadow: 0px 15px 15px 0px rgba(222, 222, 222, 0.7);
	z-index: 1;
}
.why-icon_bx {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #9e9797;
	text-align: center;
	margin-right: 20px;
	position: relative;
	overflow:hidden;
}
.why-icon_bx img {
	width:100%;
	height:100%;
}
.why-icon_bx:before {
	content: '';
	position: absolute;
	right: -23px;
	top: 23px;
	border: 14px solid transparent;
	border-left-color: #9e9797;
}
.why-icon_bx i {
	color: #fff;
	font-size: 35px;
	line-height: 70px;
}
.why_text tr td{
padding:10px;
}
.why_text p{
font-size:15px;
line-height:26px;
color: #555;
}
/****** how-work ********/
.how-work {
	background-color: #000a08;
	position: relative;
}
p.description {
	color: #fff;
}
.btn-book {
	background: #ff861a;
	border-radius: 0;
	color: #fff;
	padding: 1rem 1.5rem;
	font-size: 1rem;
	line-height: 1.5;
}
.btn-book:hover {
	background-color: #333;
	color: #fff;
}
.phone-icn {
	background-color: #0586cb;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	float: left;
}
.phone-icn i {
	color: #fff;
	font-size: 25px;
	line-height: 60px;
	text-align: center;
}
.phone-icn_text {
	margin-left: 70px;
	padding-top: 10px;
}
.phone-icn_text h4 {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 600;
}
.phone-icn_text h4 small {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
}
.howrk-image {
	position: relative;
	margin-top: -40px;
	margin-left: -50px;
}
.testimonial {
	padding: 0 15px;
}
.testimonial-review {
	background-color: #ffffff;
	padding: 20px 30px 20px;
	position: relative;
	text-align: left;
}
.testimonial-review:before {
	content: "";
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #ffffff;
	position: absolute;
	top: 100%;
}
.testimonial-review p {
	margin-bottom: 0;
}
.rating-wrap ul li {
	color: #F90;
	display: inline-block;
	font-size: 0.75em;
}
.rating-wrap ul li a {
	color: #F90;
}
.pic {
	margin-top: 30px;
	margin-left: 20px;
}
.pic img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}
.testimonial-title {
	color: #c80f2c;
	display: inline-block;
	margin-top: 20px;
	text-transform: capitalize;
}
.testimonial-title small {
	color: #727272;
	display: block;
	font-weight: 400;
	margin: 5px 0 20px 0;
}
.owl-theme .owl-controls {
	margin-top: -60px;
	display: block;
}
.owl-theme .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	background: #7d7d7d;
	border: 1px solid transparent;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #d9b304;
	border: 1px solid #d9b304;
}
@media screen and (max-width: 990px) {
.testimonial {
	padding: 0;
}
}
.get-quote {
	position: relative;
	background: #ffffff;
}
.get-quote::after {
	content: '';
	background-color: #ffffff;
	position: absolute;
	width: 200px;
	height: 100%;
	top: 0;
	bottom: 0;
	right: -200px;
}
.get-quote h3 {
	font-size: 1.5rem;
}
.get-quote p {
	font-size: 0.8125rem;
}
.subscribe-form {
	position: relative;
	width: 100%;
}
/**** footer *****/
footer {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f5f5+0,e7e7e7+100,207cca+100,e7e7e7+100,2989d8+100 */
	background: #f6f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f5f5 0%, #e7e7e7 100%, #207cca 100%, #e7e7e7 100%, #2989d8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f6f5f5 0%, #e7e7e7 100%, #207cca 100%, #e7e7e7 100%, #2989d8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f6f5f5 0%, #e7e7e7 100%, #207cca 100%, #e7e7e7 100%, #2989d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#2989d8', GradientType=0 ); /* IE6-9 */
}
.radial-btn {
	position: relative;
	display: inline-block;
	line-height: 44px;
	padding: 0px 50px 0px 25px;
	background: #c80f2c;
	color: #ffffff !important;
	-webkit-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.radial-btn .txt {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.radial-btn .img-circle {
	position: absolute;
	display: block;
	right: 2px;
	top: 2px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #e01e3c;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.img-circle {
	border-radius: 50%;
}
.fa-arrow-right:before {
	content: "\f061";
}
.newsletter-wrap {
	background: #e2e2e2;
	position: relative;
}
.newsletter-wrap::after {
	content: '';
	background-color: #e2e2e2;
	position: absolute;
	width: 200px;
	height: 100%;
	top: 0;
	bottom: 0;
	right: -200px;
}
.subscribe {
	width: 100%;
	position: relative;
}
.subscribe .form-control {
	float: left;
	width: 100%;
	background: none;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	position: relative;
	height: 52px;
}
.btn-common {
	background-color: #000a08;
	position: relative;
	color: #fff;
	z-index: 1;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.subscribe .btn {
	background-color: #000a08;
	padding: 10px 30px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.footer-link h4 {
	font-weight: 400;
}
.footer-link ul li {
	color: #727272;
	display: block;
	font-size: 0.75rem;
	margin: 6px 0;
}
.footer-link ul li {
	color: #727272;
}
.footer-link ul li i {
	margin-right: 8px;
}
.footer-link ul li span {
	font-weight: 500;
}
.copy-right p {
	font-size: 0.8125rem;
}
.copy-right p a {
	color: #919191;
}
.fot-link ul li {
	color: #797979;
	display: inline-block;
	font-size: 0.8125rem;
}
.fot-link ul li a {
	color: #797979;
}
/******** all page css *******/
.parallax {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: top center;
}
.divider, .parallax {
	background-repeat: repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.layer-overlay {
	position: relative;
}
.layer-overlay::before {
	background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.inner-header .title {
	font-size: 1.5rem;
	text-transform: uppercase;
}
.breadcrumb {
	background-color: transparent;
	border-bottom: none;
 padding: .75rem 0;
}
.breadcrumb>li {
	display: inline-block;
}
.breadcrumb li a {
	color: #fff;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #fff;
	content: "/\00a0";
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pt-70 {
	padding-top: 70px !important;
}
.booking-wrap {
	background-color: #f9f9f9;
}
/****** accordion left *****/
.card {
	border-radius: 0;
	border: none;
}
.card-body {
 padding: 0 1.25rem 3rem 1.25rem;
}
.card-header {
	background-color: #e0e0e0;
	border-radius: 0;
	border-bottom: none;
}
.card-header:first-child {
	border-radius: 0;
}
.ser-title {
	font-size: 1.125rem;
	color: #000a08;
	padding: 0;
}
/********new css********/
.cleaning-service_listing {
	position:relative;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom:1.5rem;
}
.cleaning-service_listing h4 {
	color: #5c5c5c;
	font-weight:400;
}
.cleaning-service_listing ul li {
	display:inline-block;
	padding:0 1rem 0 0;
}
.quantity-info ul li {
	display:block;
	border-bottom:1px solid #e9e9e9;
	margin:.5rem 0 .5rem 2rem;
	padding-bottom:.3rem;
}
.quantity-info ul li span {
	color:#828282;
	vertical-align:middle;
} 
.quantity-info ul li .quantity-bx {
	float:right;
} 
.extra-info_list h4 {
	color: #5c5c5c;
	font-weight:400;
	border-bottom:1px solid #e9e9e9;
	padding:.5rem 0;
}
/*.table td, .table th {
	vertical-align: middle;
	border-top: none;
	border-bottom: 1px solid #d5d5d5;
	padding: .7rem .5rem;
}
.table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #d5d5d5;
	padding: .7rem .7rem;
}*/
.new-head{
	background: #c80f2c;
    padding: 10px;
}
.new-head h4{
	color: #fff!important;
	margin-bottom: 0;
	padding: 0!important;
}
.nopading{
	padding: 0!important;
}
/******** end new css********/
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #e30513;
	background-color: #e30513;
}
input, textarea {
	border: none;
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 10px;
}
input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none;
}
.input-group {
	clear: both;
	margin: 5px 0 0 0;
	position: relative;
	    float: left;
}
.input-group input[type='button'] {
	background-color: #939393;
	border: none;
	color: #fff;
	font-size: 18px;
	outline: none;
	min-width: 32px;
	width: auto;
	transition: all 300ms ease;
}
.input-group .button-minus, .input-group .button-plus {
	font-weight: bold;
	height: 32px;
	padding: 0;
	width: 32px;
	position: relative;
}
.input-group .quantity-field {
	position: relative;
	height: 32px;
	left: 0px;
	text-align: center;
	width: 45px;
	display: inline-block;
	font-size: 15px;
	margin: 0 0 5px;
	resize: vertical;
}
.button-plus {
	left: 0px;
}
input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: none;
}
/*********booking right********/
.booking-right {
	background-color: #ffffff;
}
.ser-title {
	font-weight: 400;
}
.book-img {
	border-radius: 4px;
	padding: 4px;
}
.book-img img {
	border-radius: 4px;
}
.right-aside {
	border-bottom: 1px solid #dadada;
}
h6.address-text {
	color: #525252;
}
.ser-link {
	color: #5a5a5a;
	font-weight: 400;
	text-decoration: none;
	padding: 0;
}
.ser-link i {
	color: #aaaaaa;
}
.ser-dtl_title {
	background: #e6e6e6;
	color: #5a5a5a;
}
.ser-dtl_title i {
	color: #c7c7c7;
}
.ser-list ul li {
	position: relative;
	color: #6b6b6b;
	font-size: 0.875rem;
	padding: 2px 0;
}
.ser-list ul li span {
	float: right;
	text-align: right;
	padding-left: 40px;
	min-width: 80px;
}
.ser-list ul li span a {
	color: #a43c2e;
}
.p-tag ul li {
	color: #5a5a5a;
	display: block;
	font-size: 0.9375rem;
	font-weight: 600;
	padding: 4px 0;
}
.p-tag ul li i {
	margin-right: 8px;
}
.p-tag ul li span {
	color: #a43c2e;
	font-weight: 400;
}
/*******login Register*********/
.login-register {
	background-color: #fff;
	border-radius: 40px;
	width: 50%;
	margin: 0 auto;
}
.login-title {
	text-align: center;
}
.login-title h2 {
	position: relative;
	color: #474747;
	font-weight: 400;
	padding-bottom: 10px;
}
.login-line {
	position: relative;
	height: 1px;
	width: 80px;
	margin: 0 auto;
	background-color: #d7d7d7;
}
.login-line:after {
	content: '';
	position: absolute;
	top: -1px;
	width: 30px;
	height: 4px;
	left: 35%;
	background: #9c9c9c;
}
.tab .nav-tabs{
    border: none;
    margin-bottom: 10px;
}
.tab .nav-tabs li a{
    display: block;
    padding: 12px 35px;
    margin: 0 10px 0 0;
    background: #c80f2c;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.tab .nav-tabs li.active a{
    color: #fff;
    border: none;
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: #333;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    left: -50%;
    opacity: 0.3;
    z-index: -1;
    transform: scale(0);
    transition: all 0.8s ease-out 0s;
}
.tab .nav-tabs li a:after{
    background: #000;
    transition: all 0.4s ease-in 0.3s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li.active a:after{
    opacity: 1;
    transform: scale(4);
}
.tab .tab-content{
    padding: 10px 0 20px 0;
    margin-top: 0;
    background: #fff;
    position: relative;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 767px){
    .tab .nav-tabs li a{ padding: 7px 15px; }
    .breadcrumb{
    	margin: 0;
    	padding: 0;
    }
    section.inner-header.divider.parallax.layer-overlay .container.pt-70.pb-40{
    	padding: 10px!important;
    }
    .la,.lb{
    	width: 50%;
    	flex: none;
    }
    .fl{
    	float: left;
    }
    .ntop h4{
    	padding-top: 20px;
    }
    .las{
    	width: 50%;
    	float: left;
    }
    /*.newlease .pt-2.property{
    	width: 50%;
    	float: left;
    }*/
    .newlease .secondclass{
    	float: left;
    }
    .newlease .pt-2.property{
    	display: inline-flex;
    }
    .newlease .blind .col-12.col-sm-6.col-md-6{
    	flex: none;
        width: 50%;
    }
    
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .nav-tabs li a:before,
    .tab .nav-tabs li a:after{
        width: 100%;
    }
}
.sign-up {
	width:100%;
	display:block;
}
.social-login {
    margin: 0 auto;
    margin-bottom: 14px;
}
.social-btn {
	border-radius:0;
	display:inline-block;
	padding:10px 30px;
    font-weight: 400;
    color: #fff;
    font-size: 1rem;
	margin-bottom:10px;
}
.social-btn:hover {
	 color: #fff;
}
.facebook-btn {
    background-color: #3C589C;
}
.google-btn {
    background-color: #DF4B3B;
}

/******** detail pricing ***********/
.detail-pricing {
	position:relative;
	/*background-image:url(../images/banner/detai-pricing.jpg);*/
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.cleaning-list li {
	color:#454646;
	display:block;
	font-size:0.9375rem;
	font-weight:300;
	padding:4px 20px 0 0;
}
.cleaning-list li i {
	color:#000a08;
	margin-right:6px;
}
.cleaning-price {
	color:#e30513;
	font-size:2.25rem;
	font-weight:300;
	text-transform:uppercase;
}
.cleaning-price span {
	color:#848484;
	font-size:1.125rem;
}
.form-control-lg {
    padding: 1rem 1rem !important;
    font-size: 1rem !important;
    line-height: 1.5;
    border-radius: .3rem;
}

/********* pricing-table ********/
.pricing-table {
	background:#fff;
}
.deal-price {
	color:#e30513;
	font-size:1rem;
	font-weight:400;
	text-transform:none;
}
.deal-price span {
	color:#000a08;
	font-size:0.875rem;
}
.service-nav {
	border-bottom:1px solid #dadada;
	padding-bottom:10px;
}
.ser-img {
	float:left;
	margin-right:10px;
	width:50px;
	height:50px;
	overflow:hidden;
}
.ser-nav_list {
	margin-left:60px;
}
.ser-nav_list h6 {
	margin-bottom:0;
}
.nav-price {
	color:#525252;
	font-size:0.875rem;
	font-weight:14px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem .5rem;
}
.btn-edit {
	background-color:#333;
	color:#fff;
	font-size:0.75rem;
	padding:0.2rem .5rem;
	border-radius:0;
}
.btn-edit:hover {
	background-color:#0072bc;
	color:#fff;
}
/*********** Price List *****************/
.vertical-tab {
}
.vertical-tab .nav-tabs {
    display: table-cell;
    width: 28%;
    min-width: 28%;
    border: none;
    position: relative;
    float: left;
}
.vertical-tab .nav-tabs li {
    float: none;
    vertical-align: top;
    border-bottom: 1px solid #CCC;
}
.vertical-tab .nav-tabs li a {
    color: #424542;
    background-color: #eeeeee;
    font-size: 18px;
    padding: 12px;
    margin: 0;
    border-radius: 0;
    border: none;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a span {
    color: #01b3f1;
    display: block;
    font-size: 14px;
}
.pr_icon {
    color: #656565;
    float: left;
    font-size: 20px;
    width: 25px;
    padding: 10px;
    margin-right: 20px;
}
.price_title {
    margin-left: 30px;
}
.vertical-tab .nav-tabs li a:hover, .vertical-tab .nav-tabs li.active a, .vertical-tab .nav-tabs li.active a:hover {
    color: #494846;
    background-color: transparent;
    border: none;
}
.vertical-tab .nav-tabs li a:before, .vertical-tab .nav-tabs li a:after {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after {
    background-color: #303030;
    width: 5px;
    transform: scaleY(0);
    left: 0;
    transition: all 0.3s ease 0.1s;
}
.vertical-tab .nav-tabs li.active a:before, .vertical-tab .nav-tabs li a:hover:before {
    left: 10px;
}
.vertical-tab .nav-tabs li.active a:after, .vertical-tab .nav-tabs li a:hover:after {
    transform: scale(1);
}
.vertical-tab .tab-content {
    background: #ffffff;
    vertical-align: middle;
    padding: 15px 18px 0;
    display: table-cell;
    float: left;
   width: 72%;
}
@media only screen and (max-width: 575px) {
.vertical-tab .nav-tabs {
    display: block;
    width: 100%;
    border-right: none;
    float: none;
   width: 100%;
}
.vertical-tab .tab-content {
    display: block;
    padding: 20px 15px 5px;
    border-radius: 0 0 10px 10px;
    float: none;
   width: 100%;
}
.vertical-tab .nav-tabs li a {
    padding: 10px;
    margin: 0 0 10px;
}
}






/********* dashboard ***********/
.dash-profile {
	background-color:#2a3034;
}
.dash-img {
	float:left;
	display:block;
	border-radius:50%;
	height:70px;
	width:70px;
	overflow:hidden;
	margin-right:15px;
}
.user-name {
	margin-left:85px;
}
.user-name h6 {
	font-size:1rem;
	color:#fff;
}
.user-name h6 span {
	display:block;
	font-size:0.75rem;
	font-weight:400;
}
.dashboard-box {
    background-color: #272c2f;
}
.dashboard-box ul li {
    border-bottom: 1px solid #303538;
	color:#fff;
    font-size: 0.875rem;
    padding: 10px;
}
.dashboard-box ul li a {
	color:#fff;
}
.dashboard-box ul li:hover {
    background: #2a3034;
    color: #fff;
}
.dashboard-box ul li i {
    margin-right: 8px;
}
.alert-success {
    border-color: transparent;
    border-bottom: 1px solid #ddd;
    color: #3c763d;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=50);
}
.dash-box {
    background: #e0e0e0;
    padding: 20px 15px;
    vertical-align: middle;
    position: relative;
}
.dash-icon {
    float: left;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    text-align: center;
}
.dash-icon i {
    font-size: 1.25rem;
    color: #fff;
    line-height: 50px;
}
.dash-box h1 {
    color: #000a08;
    font-size: 0.8125rem;
    font-weight: 400;
	padding:.5rem 0;
}
.dash-box h1 span {
	color:#464646;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
}
.icon_dark {
    background: #79060b;
}
.icon_black {
    background: #000a08;
}
.icon_blue {
    background: #007bff;
}
.featured-deal {
	background-color:#fff;
}
.conttent-info h5 small {
	display:block;
}
.date-wrap {
	padding-bottom:80px;
	clear: both;
}
.date-bx {
	background-color: #bd2130;
    border-color: #b21f2d;
	border-radius:50%;
	width:60px;
	height:60px;
	text-align:center;
	overflow:hidden;
}
.date-bx p {
	color:#fff;
	font-size:0.8125rem;
	font-weight:400;
	 line-height: 1rem;
    padding: .8rem .2rem;
	margin-bottom:0;
}
.date-bx p span {
	display:block;
	font-size:0.75rem;
	text-transform:uppercase;
}
.date-info {
    padding: 0px 30px 0px 30px;
    position: relative;
    cursor: pointer;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 0;
    background: transparent;
    border-radius: 0;
    background: transparent;
}
.owl-prev{
    position: absolute;
    left: -5%;
}
.owl-next{
    position: absolute;
    right: -5%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f104";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #666;
    opacity: 1;
}
.owl-next:after{ content: "\f105"; 
}
/*Mnew Css Added*/

.newclean{
	background: #c80f2c;
	border-radius: 4px!important;
}
.newclean h5,.newclean button,.newclean i.fas{
	color: #fff;
}
.newclean h6,.newclean button,.newclean i.fas,.newclean span{
	color: #fff;
}
.newclean button,.newclean h6{
	font-size: 16px;
}
#sidebars.fixed {
	position: fixed;
	top: 0;
}
.shipsidebar{
	background: #fff;
    /* padding: 20px; */
    /* overflow: hidden; */
    position: fixed;
    width: 315px;
    z-index: 9;
}
.newclean ul li{
	color: #fff;
}
.newclean ul{
 padding: 8px;
}
.newclean ul li span{
	color: #fff;
}
#sidebars .card-body{
	padding: 0;
}
.ncc{
	display: none;
}
.team-wrap{
	display: none;
}
.customer{
	padding: 30px 0;
	border-top: 1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	margin-bottom: 20px;
}
.customer-slider img{
	border: 1px solid #ccc;
	height:80px;
	/*width:120px;*/
}
.nt .nav-tabs li a span{
	display: initial;
}
.newdetail{
	margin-top:110px;
}
/*Mnew Css Ended*/
/******** Responsive *******/
@media (max-width: 360px) {
.header-top_right {
	display: inline-block;
}
.social-link {
	margin-left: 0 !important;
}
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
.float-right {
	float: none !important;
}
.header-top_contact ul li {
	padding: 0 12px;
}
.navbar-brand {
	margin-right: 1rem;
}
.logo {
	width: 190px;
	height: auto;
}
.navbar-toggler {
 padding: .40rem .40rem;
	font-size: 1rem;
	border-radius: 0;
}
.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(218,218,218,1);
}
.welcome-wrap {
	padding: 20px 0px !important;
}
.welcome-text h1 {
	padding: 0 !important
}
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
.book-with {
    display: none;
}
.fixed-top{
	position: static;
}
.carousel-caption {
	bottom: 20%;
}
.carousel-caption h3 {
	font-size: 1.625rem;
}
.carousel-caption h5 {
	font-size: 1.375rem;
}
.welcome-wrap {
	background: #f0f0f0;
	position: relative;
	margin-top: 0;
}
.login-register {
	width: 100%;
}
.customer-slider img{
	width: 100%;
    margin-bottom: 10px;
}
.shipsidebar{
	position: static!important;
	width: 100%;
}
div#sidebars .pn1{
	display: none;
}
.nd{
  margin: 0 auto;
    text-align: center;
    width: 40%;
}
.customer-slider img{
    height:auto;
}
.newdetail{
	margin-top: 0;
}
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
.carousel-caption {
	bottom: 20%;
}
.subscribe-form input {
	width: 100%;
}
.subscribe-form .sub-button {
	right: -28px;
}
}
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
.login-register {
	width: 80%;
}
.fixed {
	position: static;
}
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
.navbar-light .navbar-nav .nav-link {
	font-size: 0.8125rem;
	padding-left: 0.5rem;
 padding-right: .5rem;
}
}
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
.container {
	max-width: inherit;
	width: 100%;
}
}

ul {
    font-size: 0.875rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.relative_pix ul li {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 3px;
    margin-top: 10px;
    margin-right: 5px;
}
li {
    list-style-type: none;
}
.relative_pix ul li img{
    height: 80px;
    width: 90px;
}

/* Bootstrap datepicker */
td.day{
  position:relative;  
}

td.day.disabled:hover:before {
    content: 'This date is Booked';
    color: red;
    background-color: white;
    top: -22px;
    position: absolute;
    width: 136px;
    left: -34px;
    z-index: 1000;
    text-align: center;
    padding: 2px;
}
.datepicker-inline {
    width: auto;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 45px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}