@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}
body {
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    /* background: url('../img/select-notch.png') right 4% center no-repeat !important; */
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
a, .btn, button {
	outline: none !important;
	outline: 0 !important;
}
a:hover {
	text-decoration: none;
}
.btn {
	outline: none !important;
}
.btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .form-control:focus {
	box-shadow: none !important;
}
.mainMenu .navbar-nav .nav-item {
	padding: 0px 15px;
}
.mainMenu .navbar-nav .nav-link {
	font-size: 16px;
	color: #7a7a7a;
	padding: 0px;
	text-transform: capitalize;
}
.headerFacilities {
	background: #2d87be url("../img/headerFacilities.png") no-repeat center left 15px;
	width: 27%;
	margin: -30px 0px -29px 18px;
	border-radius: 60px 0px 0px 60px;
	display: flex;
	align-items: center;
	transition: 0.2s;
}
.headerFacilities .headerAddressText {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border: none;
	padding: 0px;
	width: 140px;
	margin-left: 4px;
	transition: 0.2s;
}
.headerAddress {
  padding: 15px 0px 15px 72px;
  line-height: normal;
  border-left: 1px solid #d3d3d3;
  transition: 0.2s;
  background-size: 55px;
}
.headerAddressText {
	display: inline-block;
	text-decoration: none;
}
.myHeaderTop {
	/* background: url("../img/headerBg.jpg") right top;
	background-repeat: repeat-y; */
	transition: 0.2s;
}
.headerTopAll {
	/* border-bottom: 1px solid #d3d3d3; */
	padding: 11px 0px;
	transition: 0.2s;
	display: flex;
	align-items: center;
}
.headerTopLeft {
	width: 30%;
}
.headerTopRight {
	width: calc(100% - 30%);
	display: flex;
}
#header {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 99999;
	top: 0px;
	transition: 0.2s;
	border-bottom: 10px solid rgba(232, 232, 232, 1);
}
#header.headerAfterScroll {
	transition: 0.2s;
	-webkit-box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.4);
	border-bottom-width: 5px;
}
#header.headerAfterScroll .headerAddress {
  padding: 0px 0px 0px 56px;
  transition: 0.2s;
  background-size: 32px !important;
  background-position: center left 12px;
}
#header.headerAfterScroll .headerFacilities {
	margin: -11px 0px;
	transition: 0.2s;
}
#header.headerAfterScroll .headerFacilities .headerAddressText {
	width: 118px;
	transition: 0.2s;
	margin-left: -4px;
}
#header.headerAfterScroll .headerAddressText {
  font-size: 16px;
  transition: 0.2s;
}
#header .logo img {
	width: 169px;
	transition: 0.2s;
}
#header.headerAfterScroll .logo img {
	width: 89px;
	transition: 0.2s;
}
.topMarginOfHeader {
	margin-top: 98px;
}
#banner {
	/* background-color: #e8e8e8; */
	background: #e8e8e8 url('../img/bannerImg.jpg') no-repeat bottom center;
	background-size: cover;
	padding: 64px 0px;
	border-bottom: 10px solid #7ac154;
}
.bannerImgCol {
	align-self: center;
}
.bannerImg {
	text-align: center;
}
.bannerTitle {
	font-size: 33px;
	color: #231f20;
	line-height: normal;
}
.bannerText {
	font-size: 21px;
	color: #231f20;
	line-height: normal;
	border-top: 1px solid #231f20;
	border-bottom: 1px solid #231f20;
	padding: 15px 0px;
	margin: 15px 0px 30px;
}
.bannerText2 {
	font-size: 16px;
	color: #231f20;
	margin-bottom: 6px;
}
.bannerLeft {
	padding: 0px 62px;
}
.qualityTitle {
	font-size: 17px;
	color: #414247;
	text-align: center;
	font-weight: 700;
}
.qualityIng {
	text-align: center;
}
.qualityTest {
	color: #414247;
	font-size: 15px;
	text-align: center;
	line-height: normal;
	margin: 6px 0px 12px;
}
.aboutRight .bannerTitle {
	font-size: 24px;
	color: #7ac154;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.aboutRight {
	margin: 0px 52px;
}
#aboutUs {
	padding: 82px 0px;
	border-bottom: 10px solid #2d87be;
}
.aboutRight.stageProressLeft {
	margin: 0px 75px 0px 20px;
}
.bannerText span {
	font-weight: 800;
}
#stageProress {
	background-color: #ebf3f8;
	counter-reset: section;
	padding: 82px 0px;
	border-bottom: 10px solid #7ac154;
}
.stageSchedule {
	position: relative;
	padding: 0px 0px 15px 65px;
}
.stageSchedule:last-child {
	padding-bottom: 0px;
}
.stageSchedule::before {
  counter-increment: section;
  content: counter(section);
  background: #fff;
  background-size: 100% 100%;
  color: #424147;
  width: 46px;
  height: 46px;
  font-size: 26px;
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid #2d87be;
  display: inline-grid;
  place-items: center;
  line-height: 26px;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
}
.stageSchedule::after {
  width: 1px;
  content: "";
  position: absolute;
  left: 23px;
  top: 20px;
  height: 96%;
  background-color: #2d87be;
  z-index: 0;
}
.stageSchedule:last-child::after {
	display: none;
}
.stageScheduleTitle {
	font-size: 17px;
	color: #424147;
	font-weight: 700;
}
.stageScheduleText {
	font-size: 14px;	
	color: #424147;
}
.aboutRight.waitPeriodLeft {
  margin: 0px 92px 0px 20px;
}
#waitPeriod {
	background-color: #e4f3dd;
	padding: 70px 0px;
	border-bottom: 10px solid #2d87be;
}
.waitPeriodImg {
	text-align: center;
}
.testimonialsTitle {
	font-weight: 800;
	font-size: 24px;
	color: #7ac154;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 6px;
}
#testimonial {
	border-bottom: 10px solid #7ac154;
	padding: 80px 0px 140px;
}
#services {
	background-color: #ebf3f8;
	/* padding: 90px 0px 60px; */
	padding: 80px 0px 60px;
}
.servicesBtn,
.servicesBtn:hover {
	font-weight: 700;
	color: #fff;
	font-size: 17px;
	background-color: #7ac154;
	width: 248px;
	height: 45px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}
.servicesRightTitle {
	font-weight: 700;
	font-size: 17px;
	color: #414247;
	margin-top: 6px;
}
.servicesRightImg,
.servicesRightImg img {
	width: 164px;
	height: 164px;
	border-radius: 50%;
}
.servicesRightImg img {
	object-fit: cover;
}
.servicesRight {
	display: flex;
	justify-content: center;
}
.servicesRightAll {
	text-align: center;
}
.servicesRightAll.servicesRightNonC {
	margin-top: 75px;
}
.knowMoreAll {
	width: 80%;
	margin: 0px auto;
}
.bar {
	width: 70px;
	height: 4px;
	margin: 25px auto 0px;
	background-color: #231f20;
}
.myAccordion {
	margin-top: 45px;
}
.myAccordion .card {
	border: none;
}
.myAccordion .card-header {
	background: none;
	border: none;
	padding: 0px 45px 30px;
}
.myAccordion .card-header .btn {
	background: url('../img/accordionNoachUp.png') no-repeat center right;
	font-size: 16px;
	color: #2d87be;
	padding: 0px;
	width: 100%;
	text-align: left;
	padding-right: 15px;
}
.myAccordion .card-header .btn.collapsed {
	background: url('../img/accordionNoachDown.png') no-repeat center right;
}
.myAccordion .card-body {
	font-size: 14px;
	color: #231f20;
	padding: 0px 130px 45px 45px;
}
#knowMore {
	padding: 80px 0px 45px;
	border-top: 10px solid #2d87be;
}
#findUs {
	padding: 80px 0px 90px;
	border-top: 10px solid #7ac154;
}
.findUsContent {
	font-size: 15px;
	color: #2d87be;
	word-spacing: 8px;
	margin-top: 32px;
}
#bookOrder {
	text-align: center;
	background-color: #bce0a9;
	/* padding: 10px 0px; */
	padding: 5px 0px;
}
.bookOrderBtn,
.bookOrderBtn:hover {
	font-weight: 600;
	font-size: 17px;
	color: #fff;
	background-color: #231f20;
	padding: 2px;
	width: 236px;
	height: 36px;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin: 0px auto;
}
.footerSocial {
	text-align: center;
	padding-top: 20px;
}
.footerSocial i {
	font-size: 18px;
	color: #74c04c;
}
.footerSocial li {
	margin: 0px 15px;
}
.footerMenu li {
	margin: 0px 16px;
}
.footerMenu li a {
	color: #414247;
	font-size: 14px;
	text-decoration: none;
}
.footerMenu {
	text-align: center;
	padding: 35px 0px 35px;
}
.subFooter {
	border-top: 2px solid #000;
	text-align: center;
	padding: 21px 0px;
}
.subFooter li,
.subFooter li a {
	color: #7a7a7a;
	font-size: 13px;
	text-decoration: none;
}
.testimonialSlider {
	margin-top: 50px;
}
.testimonialCircle {
    height: 361px;
    width: 361px;
    background: #fff url('../img/testimonialCircleImg.png') no-repeat center;
    border-radius: 50%;
    position: relative;
    margin-top: 90px;
}
.testimonialContain {
    position: absolute;
    top: 0px;
    width: 246px;
    left: 50%;
    margin-left: -123px;
}
.testimonialImg {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    margin: -85px auto 0px;
    -webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 34%);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 34%);
}
.testimonialImg img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.testimonialName {
    font-weight: 700;
    font-size: 17px;
    color: #231f20;
    text-align: center;
    margin: 16px 0px -5px;
}
.testimonialDeg {
    font-size: 17px;
    color: #2d87be;
    text-align: center;
}
.aboutText.testimonialText {
    color: #231f20;
    text-align: center;
    /* margin-top: 20px; */
    margin-top: 16px;
    /* line-height: 20px; */
    line-height: normal;
    font-size: 15px;
}
#testimonial .bx-wrapper .bx-pager, #testimonial .bx-wrapper .bx-controls-auto {
    bottom: -50px;
}
#testimonial .bx-wrapper .bx-viewport {
    height: 100% !important;
}
#testimonial .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#testimonial .bx-wrapper .bx-pager.bx-default-pager a.active, 
#testimonial .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #231f20;
}
#testimonial .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	width: 5px;
	height: 5px;
}

.locateBtn,
.locateBtn:hover {
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	background-color: #2d87be;
	width: 138px;
	height: 36px;
	padding: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	position: absolute;
	right: 50px;
	bottom: -75px;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  color: #2d87be;
  font-size: 32px;
  opacity: 0.6;
  transition: 0.3s;
}
.back-to-top i:hover {
	opacity: 1;
	transition: 0.3s;
}
.activeMenu {
	color: #2d87be !important;
}
.aboutMainTitle {
	font-weight: 700;
	font-size: 24px;
	color: #7ac154;
	text-align: center;
	letter-spacing: 6px;
	text-transform: uppercase;
}
.aboutTitleBar {
	background-color: #231f20;
	width: 100%;
	height: 1px;
	margin-top: 16px;
	margin-bottom: 10px;
}
.aboutMainText {
	font-size: 21px;
	color: #231f20;
	text-align: center;
}
.aboutMainText span {
	font-weight: 800;
}
#aboutMain .qualityTest {
	width: 75%;
  	margin-left: auto;
  	margin-right: auto;
}
.aboutWaitTitle {
	color: #2d87be; 
	text-transform: none;
	margin-top: 55px;
}
#aboutMain .qualityAll {
	margin-top: 40px;
}
.aboutMainText.aboutMainText2 {
	margin: 8px 0px 45px;
}
#aboutMain {
	padding: 90px 0px 105px;
}
.contactUsLeftCol {
	display: flex;
	justify-content: right;
}
.contactUsLeft {
  width: 585px;
  height: 100%;
  padding-left: 74px;
  margin-right: -10px;
}
.getInTouchAll,
.contactUsRight {
	padding: 0px 60px;
}
.contactMainTitle {
	color: #231f20;
	font-weight: 800;
	letter-spacing: 5px;
}
#contactMain {
	/* background: url('../img/contactBg.jpg') no-repeat center;
	background-size: cover; 
	padding: 60px 0px 40px; */
}
.contactForm .form-group .form-control {
	color: #231f20;
	font-size: 15px;
	padding: 9px 26px;
	border: none;
	border-radius: 8px;
	margin-bottom: 10px;
}
.contactForm .form-group .form-control::placeholder {
	color: #231f20;
	opacity: 0.8;
}
.btn-submit,
.btn-submit:hover {
	font-weight: 800;
	font-size: 15px;
	color: #fff;
	background-color: #a1d387;
	height: 44px;
	width: 152px;
	border-radius: 30px;
}
.contactForm {
	margin-top: 22px;
}
.getInTouchTitle {
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 800;
	text-align: left;
	color: #3e8cbd;
}
.getInTouchText {
	font-size: 16px;
	color: #231f20;
}
.getInTouchUl {
	margin-top: 22px;
}
.getInTouchUl li {
	font-size: 15px;
	color: #000;
}
.getInTouchUl li {
	padding-left: 30px;
	margin-top: 12px;
}
.getInTouchLiPh {
	background: url('../img/getIcon1.png') no-repeat center left;
}
.getInTouchLiEmail {
	background: url('../img/getIcon2.png') no-repeat center left;
}
.getInTouchLiAdd {
	background: url('../img/getIcon3.png') no-repeat center left;
}
.getInTouchLiGlobal {
	background: url('../img/getIcon4.png') no-repeat center left;
}
#getInTouch {
	padding: 24px 0px;
}
.storeDetailsTitle {
	font-weight: 700;
	font-size: 17px;
	color: #f1f1f1;
	text-align: center;
	background-color: #2d87be;
	padding: 13px 5px;
	border-radius: 6px 6px 0px 0px;
}
.storeDetailsAdd {
	text-align: center;
	color: #414247;
	font-size: 15px;
	background-color: #ededed;
	padding: 15px 16px;
	min-height: 134px;
	border-radius: 0px 0px 6px 6px;
}
.storeDetails {
	margin-top: 58px;
}
.storeDetailsRow {
	justify-content: center;
}
#pricingMain {
	background: url('../img/price_banner-bg2.jpg') no-repeat center;
	background-size: cover;
	/* background-color: #ebf3f8; */
	padding: 33px 0px;
}
.pricingTitle {
	font-size: 24px;
	color: #7ac154;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 6px;
}
#pricingMain .bannerText {
	margin-top: 30px;
}
.pricingMainCol {
	align-self: center;
}
.separateCostTitle {
	font-size: 25px;
	color: #231f20;
	text-align: center;
}
.separateCostPrice {
	font-size: 34px;
	font-weight: 700;
	color: #231f20;
	text-align: center;
}
.separateCostAllText {
	line-height: 30px;
	margin-left: 35px;
}
.separateCostAll {
	display: flex;
	align-items: center;
	background-color: #ededed;
	padding: 9px 30px;
	border-radius: 8px;
	min-height: 90px;
	margin-bottom: 30px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.4);
}
#separateCost {
	padding: 57px 0px 17px;
}
.priceListTable thead {
	background-color: #2d87be;
}
.priceListTable thead th {
	color: #ededed;
	font-size: 16px;
	font-weight: 700;
	height: 52px;
	vertical-align: middle;
	padding: 8px 25px;
	white-space: nowrap;
}
.tableScroll {
	overflow-x: auto;
	margin-bottom: 30px;
}
.priceListTable tbody td {
	padding: 5px 25px;
	text-align: center;
}
.priceListTable tbody tr:nth-child(odd) {
	background-color: #d9e3e8;
}
.priceListTable tbody tr:nth-child(even) {
	background-color: #f1f1f1;
}
.priceListTable {
	font-size: 16px;
	color: #231f20;
	margin-bottom: 0px;
}
.priceListTable thead th:first-child,
.priceListTable tbody td:first-child {
	/* width: 46%; */
	text-align: left;
}
.priceListTable thead th:nth-child(2),
.priceListTable tbody td:nth-child(2) {
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	/* width: 27%; */
}
.priceListTable thead th:last-child,
.priceListTable tbody td:last-child {
	/* width: 27%; */
}
#priceList .aboutMainTitle {
	font-weight: 800;
	padding-bottom: 40px;
}
.priceListTableRow {
	justify-content: center;
}
.priceListTable.priceListTable2 thead th {
	padding: 8px 10px;
}
.priceListTable.priceListTable2 tbody td {
  padding: 5px 10px;
}
.priceListTable.priceListTable2 thead th:first-child,
.priceListTable.priceListTable2 tbody td:first-child {
	width: 40%;
}
.priceListTable.priceListTable2 thead th:nth-child(2),
.priceListTable.priceListTable2 tbody td:nth-child(2) {
	width: 30%;
}
.priceListTable.priceListTable2 thead th:last-child,
.priceListTable.priceListTable2 tbody td:last-child {
	width: 30%;
}
#priceList {
	/* border-bottom: 10px solid #2d87be; */
	padding-bottom: 40px;
}
#superOffer {
	background-color: #e4f3dd;
	padding: 60px 0px 70px;
}
.superOfferTitle {
	font-weight: 800;
	color: #2d87be;
	margin-bottom: 30px;
}
.superOfferListTitle {
	font-weight: 700;
	font-size: 21px;
	color: #231f20;
	text-align: center;
}
.superOfferListText {
	text-align: center;
	font-size: 14px;
	color: #231f20;
}
.superOfferList {
	line-height: 25px;
	background: #fff;
	border-radius: 10px;
	padding: 5px;
	margin-top: 30px;
}
.saverPackage .superOfferList {
	border: 1px solid #cecece;
}
.saverPackage .superOfferListTitle {
	font-weight: normal;
	color: #2d87be;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#servicesMain {
	background-color: #ebf3f8;
	/* padding: 75px 0px; */
	padding: 54px 0px;
}
.mainServicesImg,
.mainServicesImg img {
	width: 248px;
	height: 248px;
	border-radius: 50%;
}
.mainServicesImg img {
	object-fit: cover;
}
.mainServicesCol {
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainServicesContainTitle {
	color: #2d87be;
	text-align: left;
	font-weight: 800;
}
.mainServicesContainText {
	font-size: 16px;
	color: #414247;
	padding: 30px 0px 50px;
}
/* #mainServicesDetails {
	border-bottom: 10px solid #2d87be;
} */
#mainServicesDetails .servicesLaundry {
	background: url('../img/mainServicesBg.jpg') repeat-y center;
	background-size: 100% auto;
}
.servicesStageCounterTitle {
	font-weight: 700;
	font-size: 17px;
	color: #414247;
	text-transform: uppercase;
}
.servicesStageCounterText {
	font-size: 14px;
	color: #414247;
}
.servicesStageCounter {
	display: flex;
	position: relative;
}
.servicesStageTextAll {
	padding-left: 60px;
	margin-bottom: 22px;
}
.servicesStageCounterAll {
	padding: 36px 0px 36px 36px;
}
.servicesStageCounter::after {
  	width: 12px;
	content: "";
	position: absolute;
	left: -15px;
	top: 35px;
	height: 45px;
	background: url('../img/servicesStageArrow.png') no-repeat;
	z-index: 0;
}
.servicesStageCounter1 {
	background: url('../img/servicesCounter1.png') no-repeat top 4px left;
}
.servicesStageCounter2 {
	background: url('../img/servicesCounter2.png') no-repeat top 4px left;
}
.servicesStageCounter3 {
	background: url('../img/servicesCounter3.png') no-repeat top 4px left;
}
.servicesStageCounter4 {
	background: url('../img/servicesCounter4.png') no-repeat top 4px left;
}
.servicesStageCounter5 {
	background: url('../img/servicesCounter5.png') no-repeat top 4px left;
}
.servicesStageCounter6 {
	background: url('../img/servicesCounter6.png') no-repeat top 4px left;
}
.servicesStageCounterAll .servicesStageCounter:last-child::after {
	display: none;
}
.servicesStageCounter:last-child .servicesStageTextAll {
	margin-bottom: 0px;
}
.servicesBorder {
	border-bottom: 1px solid #231f20;
}
.mainServicesContainAll {
	padding: 78px 0px;
}
.privacyBody {
	background: none !important;
	border-bottom: none !important;
}
.privacySubHeading {
  font-size: 22px;
  font-weight: 600;
  margin: 6px 0px 10px;
}
.ourOffers {
	text-align: center;
}
.ourOffers img {
	margin: 0px 15px;
}
.ourOffersAll {
	background-color: #ebf3f8;
	margin-bottom: 65px;
}
.contactTitle {
	margin-top: 118px;
	margin-left: 18px;
}
.weOfferTitle {
	font-weight: 800;
	color: #2d87be;
	padding-bottom: 15px;
}
.wearPrice {
	margin-bottom: 45px;
}
.wearPrice img {
	border: 1px solid #ccc;
}













@media (min-width:1200px) {
	.container {
	    max-width: 1170px;
	}
}

@media (max-width:1920px) {
	.myHeaderTop {
		background-image: url("../img/headerBg.png");
		background-position:  left 1350px top;
		background-repeat: repeat-y;
		background-size: cover;
	}
}

@media (max-width:1600px) {
	.myHeaderTop {
		background-position:  left 1330px top;
	}
}

@media (max-width:1560px) {
	.myHeaderTop {
		background-position:  left 1170px top;
	}
}

@media (max-width:1475px) {
	#mainServicesDetails .servicesLaundry {
		background-position-x: 20px;
	}
}

@media (max-width:1300px) {
	#mainServicesDetails .servicesLaundry {
		background-position-x: 40px;
	}
}

@media (max-width:1235px) {
	.myHeaderTop {
		background-position:  left 1150px top;
	}
}

@media (max-width:1199px) {
	#header .logo img {
		width: 128px;
	}
	.headerTopLeft {
	  width: 25%;
	}
	.headerTopRight {
	  width: calc(100% - 25%);
	}
	.mainMenu .navbar-nav .nav-link {
		font-size: 15px;
	}
	.mainMenu .navbar-nav .nav-item {
	  padding: 0px 10px;
	}
	.headerFacilities .headerAddressText {
		font-size: 16px;
		width: 126px;
	}
	.headerFacilities {
		width: 28%;
		margin: -21px 0px -20px 18px;
	}
	.headerAddress {
		padding: 15px 0px 15px 56px;
		background-size: 45px;
	}
	#header.headerAfterScroll .headerFacilities {
	  margin: -12px 0px;
	}
	.topMarginOfHeader {
	  margin-top: 88px;
	}
	.myHeaderTop {
	  background-position: left 955px top;
	}
	#header.headerAfterScroll .myHeaderTop {
	  background-position: left 940px top;
	}
	.bannerLeft {
	  padding: 0px 9px;
	}
	.aboutRight {
	  margin: 0px 25px;
	}
	.aboutRight.waitPeriodLeft {
	  margin: 0px 5px 0px 20px;
	}
	#testimonial .bx-wrapper {
		max-width: 754px !important;
		margin: 0px auto;
	}
	.separateCostAll {
		padding: 9px 20px;
	}
	.separateCostAllText {
		margin-left: 10px;
	}
	.separateCostTitle {
		font-size: 22px;
	}
	.separateCostPrice {
		font-size: 28px;
	}
	#mainServicesDetails .servicesLaundry {
		background: none;
	}
	.servicesStageCounterAll {
		padding-top: 0px;
	}
}

@media (max-width:991px) {
	.myHeaderTop {
		background: none;
	}
	.headerTopRight {
		flex-direction: column-reverse;
	}
	.headerTopRight .mainMenu .navbar,
	.headerTopRight .mainMenu .navbar .navbar-toggler {
		padding: 0px;
	}
	.headerTopRight .mainMenu .navbar .navbar-toggler .navbar-toggler-icon {
		width: auto;
		height: auto;
		font-size: 22px;
		transition: 0.2s;
	}
	.headerAfterScroll .headerTopRight .mainMenu .navbar .navbar-toggler .navbar-toggler-icon {
		font-size: 18px;
		transition: 0.2s;
	}
	.headerTopRight .mainMenu .navbar .navbar-toggler:focus {
		box-shadow: none;
	}
	.mainMenu {
		width: 100%;
		margin-top: 10px;
		transition: 0.2s;
	}
	.headerAfterScroll .mainMenu {
		margin-top: 8px;
		transition: 0.2s;
	}
	.headerTopRight .mainMenu .navbar .navbar-toggler {
		margin-left: auto;
	}
	.headerTopLeft {
		align-self: normal;
	}
	.headerTopRight .mainMenu .navbar {
		text-align: right;
	}
	.headerFacilities .headerAddressText {
		width: 100%;
	}
	.headerFacilities {
		width: 305px;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 0px;
	  	padding: 10px 0px 10px 56px;
	  	background-size: 40px !important;
	}
	#header.headerAfterScroll .headerFacilities .headerAddressText {
		font-size: 14px;
		width: 100%;
	}
	#header.headerAfterScroll .headerFacilities {
		padding: 6px 0px 6px 45px;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		width: 245px;
		background-size: 30px !important;
	}
	.logo {
		margin-top: 8px;
		transition: 0.2s;
	}
	#header.headerAfterScroll .logo {
	  margin-top: 10px;
	  transition: 0.2s;
	}
	.topMarginOfHeader {
	  margin-top: 105px;
	}
	.mainMenu .navbar-nav .nav-item {
		margin-top: 10px;
	}
	.headerTopRight .mainMenu .navbar .navbar-nav {
		margin-top: 15px;
	}
	.headerTopAll {
		align-items: normal;
	}
	.aboutRight {
		margin-top: 30px;
	}
	.aboutRight.stageProressLeft {
		margin-bottom: 30px;
	}
	.waitPeriodImg {
		display: none;
	}
	#testimonial .bx-wrapper {
  		max-width: 362px !important;
  	}
  	.separateCostRow {
  		justify-content: center;
  	}
  	.ourOffers img:first-child {
  		margin-bottom: 30px;
  	}
  	.servicesRightImg, .servicesRightImg img {
  		width: 120px;
  		height: 120px;
  	}
  	.servicesRightTitle {
  		font-size: 15px;
  		margin-top: 4px;
  	}
  	.weOfferTitle {
  		font-size: 20px;
  	}
}

@media (max-width:767px) {
	#banner {
	  background-image: none;
	}
	.bannerImg,
	.pricingImg,
	.servicesRight,
	.weOfferTitle {
		display: none;
	}
	.knowMoreAll {
		width: 100%;
	}
	.separateCostAllText {
	  margin-left: 20px;
	}
	.separateCostAll {
		width: 350px;
		margin: 0px auto 30px;
	}
	.mainServicesImg {
		margin-top: 30px;
	}
}

@media (max-width:575px) {
	.topMarginOfHeader {
	  margin-top: 95px;
	}
	.subFooter li {
		display: block !important;
	}
	.subFooter li:nth-child(2) {
		display: none !important;
	}
	.myAccordion .card-body {
		padding: 0px 45px 45px 45px;
	}
	.headerFacilities .headerAddressText {
		font-size: 14px;
	}
	#header .headerFacilities {
		padding: 6px 0px 6px 45px;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		width: 245px;
		background-size: 30px !important;
	}
	.logo {
		margin-top: 6px
	}
}

@media (max-width:489px) {
	.topMarginOfHeader {
	  margin-top: 75px;
	}
	.headerTopRight .mainMenu .navbar .navbar-toggler .navbar-toggler-icon {
		font-size: 18px;
	}
	.mainMenu,
	.headerAfterScroll .mainMenu {
	  margin-top: 8px;
	}
	.headerTopLeft {
	  width: 20%;
	}
	.headerTopRight {
	  width: calc(100% - 20%);
	}
	.getInTouchAll, .contactUsRight {
		padding: 0px 30px;
	}
	.headerFacilities .headerAddressText,
	#header.headerAfterScroll .headerFacilities .headerAddressText {
		font-size: 12px;
		margin-left: 4px;
	}
	#header .headerFacilities,
	#header.headerAfterScroll .headerFacilities {
		background-size: 22px !important;
		padding: 6px 0px 6px 35px;
		width: 205px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#header .headerAddress,
	#header.headerAfterScroll .headerAddress {
		background-position: center left 12px;
	}
	.logo,
	#header.headerAfterScroll .logo {
	  margin-top: 10px;
	}
}

@media(max-width:413px) {
	.mainMenu .navbar-collapse {
		width: 100%;
	}
	.logo, 
	#header.headerAfterScroll .logo {
	  margin-top: 14px;
	}
	.topMarginOfHeader {
	  margin-top: 70px;
	}
	.testimonialCircle {
	  height: 296px;
	  width: 296px;
	}
	.testimonialImg {
	  width: 95px;
	  height: 95px;
	  margin: -70px auto 0px;
	}
	.testimonialName {
	  margin-top: 10px;
	}
	.testimonialName, .testimonialDeg {
	  font-size: 15px;
	}
	.aboutText.testimonialText {
	  font-size: 14px;
	  margin-top: 5px;
	  line-height: normal;
	}
}