@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins';
}
a {
  text-decoration: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.eot');
  src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/GraphikWeb-Bold.eot');
  src: url('../fonts/GraphikWeb-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GraphikWeb-Bold.woff2') format('woff2'), url('../fonts/GraphikWeb-Bold.woff') format('woff'), url('../fonts/GraphikWeb-Bold.ttf') format('truetype'), url('../fonts/GraphikWeb-Bold.svg#GraphikWeb-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.header {
  position: relative;
  z-index: 9;
}
.fixed-header {
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fff;
  padding: 10px 0 4px;
  box-shadow: 0 0 3px #9a9a9a;
  animation: smoothScroll .6s forwards;
  transition: all ease 0.5s;
  z-index: 9999;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.fixed-header .logo {
  margin-top: 0;
}
.fixed-header .logo img {
  width: 150px;
}
.fixed-header .menu ul li {
  padding: 0px 10px;
}
.fixed-header .stellarnav.dark li a {
    color: #000 !important;
}
.address-part {
    background: #025184;
    padding: 5px 0
}
.we {
  font-size: 14px;
  color: #fff;
}
.social {
  text-align: right;
}
.social a {
  padding-left: 10px;
}
.address-part2 {
  text-align: right;
  padding: 30px 0 0;
  z-index: 1;
  position: relative;
}
.address-part2 ul {
  margin: 0;
  padding: 0;
}
.address-part2 ul li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  padding: 0 10px;
}
.address-part2 ul li:last-child {
  padding-right: 0;
}
.address-part2 ul li a {
  color: #000;
}
.address-part2 ul li a:hover {
  color: #025184;
}
.address-part2 ul li strong {
  font-size: 24px;
}
.address-part2 ul li img {
  vertical-align: -3px;
  padding-right: 5px;
}
.book {
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  ;
  text-transform: uppercase;
  background: #025184;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 35px;
  transition: ease all 0.5s;
}
.book:hover {
  background: #fbaf41;
  transition: ease all 0.5s;
}

.menu {
  text-align: right;
}
.menu ul {
  margin: 0;
  padding: 0;
}
.menu ul li {
  display: inline-block;
  list-style: none;
  font-size: 18px;
  padding: 20px 10px;
}
.menu ul li:last-child {
  padding-right: 0;
}
.menu ul li a {
  color: #000;
  transition: ease all 0.5s;
}
.menu ul li a:hover {
  color: #025184;
  transition: ease all 0.5s;
}
.banner {
  margin-top: -150px;
  position: relative;
  z-index: 1;
}
.man {
  position: absolute;
  right: 42px;
  bottom: -27px;
}
.covid-cleaning {
  background: #025184;
  /*height: 233px;*/
  width: 369px;
  position: absolute;
  right: 108px;
  margin-top: -153px;
  padding: 49px 0 35px;
}
.covid-cleaning:before {
  background: url(../images/after.png) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.covid-title {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.covid-title span {
  display: block;
  font-weight: bold;
}
.book3 {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.book3 a {
  background: #fbaf41;
  color: #025184;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  transition: ease all 0.5s;
}
.book3 a:hover {
  background: #fff;
  transition: ease all 0.5s;
}
.wlcm-sec {
  padding: 0px;
  z-index: 1;
  margin-top: 30px;
}
.right-part {}
.wlcm-title {
  font-size: 50px;
  font-weight: bold;
  color: #000;
  line-height: 60px;
}
.wlcm-title span {
  color: #025184;
}
.wlcm-text {
  padding: 15px 0;
  text-align: justify;
}
.right-part ul {
  margin: 0;
  padding: 0;
}
.right-part ul li {
  list-style: none;
  background: url(../images/right.png) no-repeat;
  padding-left: 20px;
  font-weight: bold;
  color: #000;
  background-position: top 8px left;
  line-height: 28px;
}
.book2 {
  margin-top: 24px;
}
.book2 a {
  background: #025184;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px;
  padding: 6px 28px;
  text-transform: uppercase;
  transition: ease all 0.5s;
}
.book2 a:hover {
  background: #fbaf41;
  transition: ease all 0.5s;
}
.service-sec {
  background: url(../images/banner6.png) no-repeat;
  /*min-height:709px;*/
  background-size: cover;
  padding: 30px 0 38px;
}
.srvce-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #025184;
}
.srvce-text {
  text-align: center;
  font-size: 16px;
  color: #000;
  padding-top: 10px;
}
.box {
  text-align: center;
  padding: 60px 0 15px;
  transition: ease all 0.5s;
}
.box:hover {
  box-shadow: 0 2px 0px #025184;
  transition: ease all 0.5s;
}
.box.qp:hover {
  box-shadow: none;
}
.round {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background: #025184;
  margin: 0 auto;
  border: 2px solid #fbaf41;
  transition: ease all 0.5s;
}
.box:hover .round {
  background: #fbaf41;
  border: 2px solid #025184;
  transition: ease all 0.5s;
}
.round img {
  padding: 21px 0;
}
.round .s4 {
  padding-top: 24px;
}
.round .s6 {
  padding-top: 22px;
}
.box-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 15px 40px 0;
  line-height: 1.4;
}
.why-choose-sec {
  padding: 50px 0 0;
}
.why-text {
  padding: 20px 0 0 21px;
}
.title {
  font-size: 48px;
  font-weight: 800;
  color: #000;
}
.title strong {
  color: #025184;
}
.title span {
  color: #fbaf41;
}
.part {
  margin: 0;
  padding: 0;
}
.part li {
  list-style: none;
  padding: 28px 0 0;
}
.one {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.two {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-weight: bold;
  color: #025184;
  text-transform: uppercase;
  width: 72%;
  line-height: 1.2;
}
.customar-satisfaction {
  background: url(../images/banner2.jpg) no-repeat;
  min-height:600px;
  background-size: cover;
  padding: 7px 0;
}
.title.sk {
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
}
.call-btn {
  text-align: center;
  margin-top: 35px;
}
.call-btn a {
  background: #025184;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  padding: 5px 18px;
  margin: 0 10px;
  transition: ease all 0.5s;
}
.call-btn a:hover {
  background: #fbaf41;
  color: #000;
  transition: ease all 0.5s;
}
.call-btn img {
  vertical-align: -1px;
  padding-right: 5px;
}
.call-btn .bc {
  background: #fbaf41;
  color: #fff;
  transition: ease all 0.5s;
}
.call-btn .bc:hover {
  background: #025184;
  color: #fff;
  transition: ease all 0.5s;
}
.how-work {
  padding: 45px 0 100px;
  position: relative;
}
.how-work:before {
  background: url(../images/shape1.png) no-repeat;
  width: 79px;
  height: 75px;
  position: absolute;
  top: 55px;
  left: 45px;
  content: "";
}
.how-work:after {
  background: url(../images/shape2.png) no-repeat;
  width: 102px;
  height: 96px;
  position: absolute;
  bottom: 56px;
  right: 29px;
  content: "";
}
.how-title {
  font-family: 'Graphik Web';
  text-align: center;
  font-size: 35px;
  color: #025184;
  padding-bottom: 55px;
}
.icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.icon-text {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.cleaning {
  font-size: 20px;
  font-weight: bold;
  color: #025184;
  text-transform: uppercase;
}
.cleaning span {
  display: block;
  font-size: 14px;
  color: #131313;
  font-weight: normal;
  text-transform: none;
  padding-top: 10px;
}
.line {
  border-right: 1px solid #cbcbcb;
  padding: 0 25px 0
}
.line:last-child {
  border-right: none;
}
.testimonial-sec {
  /*background: url(../images/banner3.png) no-repeat;*/
  /*min-height:494px;*/
  /*background-size: cover;*/
  padding: 30px 0;
}
.testi-heading {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.swiper-container {
  min-height: 322px;
  margin-top: 40px !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /*display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;*/
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0 0px 8px #868383;
  padding: 30px 10px;
  border-radius: 5px;
  /*width:90%;*/
}
.testi-text {
  font-weight: bold;
  font-size: 20px;
}
.star img {
  width: 65px;
}
.slider-text {
  font-size: 16px;
  line-height: 1.3;
  padding-top: 20px;
}
.swiper-slide-shadow-left {
  background: none !important;
}
.swiper-slide-shadow-right {
  background: none !important;
}
/*.swiper-container-horizontal>.swiper-pagination-bullets{

	display:none;

}*/
.footer {
  background: #272d2e;
  padding: 24px 0 45px
}
.xr {
  padding-top: 15px;
}
.foot_1 {
  padding: 0;
  margin: 20px 0 0;
}
.foot_1 li {
  font-size: 16px;
  list-style: none;
  padding-bottom: 8px;
}
.foot_1 li a {
  color: #fff;
  transition: ease all 0.5s;
}
.foot_1 li a:hover {
  color: #fbaf41;
  transition: ease all 0.5s;
}
.foot_1 li strong {
  font-size: 24px;
}
.foot_1 li img {
  vertical-align: -2px;
  padding-right: 15px;
}
.foot_title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.foot_1.tr {
  margin: 10px 0 0;
}
.foot_1.tr li {
  transition: ease all 0.5s;
}
.foot_1.tr li:hover {
  padding-left: 5px;
  transition: ease all 0.5s;
}
.google {
  text-align: center;
  padding-top: 20px;
}
.terms {
  text-align: center;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 40px;
}
.terms b {
  font-weight: 500;
  padding: 0 5px;
}
.terms a {
  color: #fff;
}
.terms span {
  display: block;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}
#back2Top {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  line-height: 22px;
  overflow: hidden;
  z-index: 999;
  padding-top: 8px;
  cursor: pointer;
  transform: rotate(0deg);
  position: fixed;
  bottom: 40px;
  right: 2%;
  color: #fff;
  background: #5dbb46;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}
.whats_app {
  position: fixed;
  right: 12px;
  top: 125px;
  z-index: 90;
}
.whats_app img {
  width: 45px;
}
.inner-banner {
  margin-top: -152px;
  position: relative;
}
.inner-content {
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center
}
.inner-title {
  font-size: 30px;
  font-weight: bold;
  color: #025184;
}
.service-inner {
  padding: 30px 0;
}
.srvce-title.qr {
  font-size: 36px;
  font-weight: 800;
}
.srvce-text.xt {
  font-size: 36px;
  font-weight: 500;
  color: #000;
  padding-top: 0;
  line-height: 34px;
}
.book-now {
  margin-top: 20px;
}
.book-now a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #fbaf41;
  display: inline-block;
  padding: 4px 18px;
  transition: ease all 0.5s;
}
.book-now a:hover {
  background: #025184;
  transition: ease all 0.5s;
}
.cleaning-inner {
  padding: 30px 0 50px;
}
.c-inner-title {
  font-size: 36px;
  font-weight: 800;
  color: #025184;
  text-align: center;
}
.c-inner-title span {
  color: #fbaf41;
}
.cleaning-box {
  margin-top: 40px;
}
.rectrangle {
  width: 79px;
  height: 71px;
  background: #fbaf41;
  margin: 0 auto;
}
.rectrangle img {
  padding: 14px 14px;
}
.rectrangle-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding-top: 12px;
  text-align: center;
  line-height: 1.2;
}
.general-house-Cleaning {
  padding: 40px 0;
}
.form-quote {
  padding-top: 10px;
}
#tabs {
  color: #000;
  border-radius: 5px;
}
.tab-content {}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: #025184 !important;
  font-size: 20px;
  font-weight: bold;
  border: none;
}
#tabs .nav-tabs .nav-link {
  /*border: 1px solid #ebebeb;*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 0;
  /*width: 15%*/
  height: 50px;
  background: #fbaf41;
}
.form-icon {
  padding-bottom: 10px;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.home {
  padding-right: 6px;
  vertical-align: -2px;
}
.border-sec {
  padding: 20px 10px 22px;
}
.border-sec:last-child {
  border-bottom: none;
}
.double-bed {
  font-size: 17px;
  font-weight: 600;
  width: 65%;
  display: inline-block;
  vertical-align: middle;
  color: #025184;
}
.plus-right {
  width: 24%;
  display: inline-block;
  vertical-align: middle;
}
/*plus-sign*/
.number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.number-input input[type=number]::-webkit-inner-spin-button, .number-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.number-input {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.number-input button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.number-input button:before, .number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  height: 2px;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input[type=number] {
  text-align: center;
}
.number-input.number-input button {
  width: 2.6rem;
  height: .7rem;
}
.number-input.number-input button.minus {
  background: #025184;
  padding: 16px 16px;
  border-radius: 3px;
}
.number-input.number-input button.plus {
  background: #025184;
  padding: 16px 16px;
  border-radius: 3px;
}
.number-input.number-input button:before, .number-input.number-input button:after {
  width: 8px;
  background-color: #ffffff;
}
.number-input.number-input input[type=number] {
  max-width: 34px;
  padding: 0;
  border: none;
  font-size: 15px;
  height: 31px;
  color: #ffffff;
  background: #fbaf41;
  margin: 0 8px;
  border-radius: 3px;
}
/*plus-sign-end*/
.g-title {
  font-size: 36px;
  font-weight: 500;
  color: #025184;
  border-bottom: 2px solid #025184;
  padding: 0 0 10px;
}
.sr {
  text-align: center;
  padding: 18px 15px
}
.apartment-icon {
  text-align: center;
}
.label--checkbox, .label--radio {
  position: relative;
  margin: 11px 0 0;
  cursor: pointer;
}
.checkbox {
  position: relative;
  top: rem(-6);
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.sr .radio {
  position: relative;
  margin: 0 8px 0 0;
  ;
  cursor: pointer;
}
.sr .radio:before {
  webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  width: 8px;
  height: 8px;
  background: #fbb043;
  border-radius: 50%;
}
.sr .radio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #025184;
}
.sr .radio:checked:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.summary {
  background: #fbaf41;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ww {
  padding-left: 7px;
}
.blue {
  background: #025184;
  padding: 20px 0;
  text-align: center;
}
.sum-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.sum-title img {
  padding-right: 10px;
}
.summary ul {
  margin: 0;
  padding: 0;
  text-align: left !important;
}
.summary ul li {
  font-size: 16px !important;
  border-top: 1px solid #fff !important;
  padding: 15px 12px !important;
  /*display: block !important;*/
  width: 100%;
  font-weight: normal !important;
}
.summary ul li span !important {
  float: right;
}
.blue2 {
  background: #025184;
  padding: 11px 17px;
  margin: 88px 15px 0;
  border-radius: 5px;
}
.total {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.total span {
  float: right;
  font-size: 24px;
  line-height: 24px;
}
.move {
  text-align: left;
}
.move-title {
  font-size: 18px;
  font-weight: 600;
  color: #025184;
  padding-left: 10px;
}
.move .radio {
  margin-right: 4px;
}
.move-title label {
  font-weight: normal;
  padding-left: 20px;
  color: #000;
}
.next-btn {
  float: right;
}
.next-btn a {
  background: #025184;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 5px
}
.next-btn button {
  background: #025184;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 5px
}
.next-btn.second {
  padding-top: 96px;
}
.next-btn.second a {
  margin-left: 30px;
}
.next-btn.third {
  padding-top: 76px;
}
.next-btn.third a {
  margin-left: 30px;
}
.next-btn.four {
  padding-top: 149px;
}
.next-btn.four a {
  margin-left: 30px;
}
.next-btn.four .book-btn {
  background: #fbaf41;
}
.double-bed.ob {
  width: 60%;
}
.plus-right.xb input {
  width: 60px;
  display: inline-block;
  background: #fbaf41;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding-left: 5px;
}
.plus-right.xb label {
  display: inline-block;
  width: 96px;
  color: #025184;
  font-weight: 600;
}
.plus-right.xb {
  width: 36%;
}
.blue2.ac {
  margin-top: 50px;
}
.blue2.ad {
  margin-top: 30px;
}
.sk {
  position: relative;
  display: inline-block;
  padding-right: 70px;
}
.sk:last-child {
  padding-right: 0;
}
.sk label {
  width: 46px !important;
  display: inline-block;
  vertical-align: middle;
  padding-top: 6px;
  font-size: 17px;
  color: #025184;
  font-weight: 600;
  margin-right: 14px;
}
.sk input {
  width: 128px !important;
  display: inline-block;
  background: #fbaf41;
  border: none;
  border-radius: 5px !important;
}
.cal {
  position: absolute;
  left: 70px;
  top: 7px;
}
.sk .form-control {
  display: inline-block;
  background: #fbaf41;
  border: none;
  border-radius: 5px !important;
  font-size: 17px;
  color: #025184;
  font-weight: 600;
  width: 294px;
}
.dropdown {
  background: url(../images/dropdown.png) #fbaf41 no-repeat center right 10px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 28px;
  border: none;
  border-radius: 5px !important;
  font-size: 17px;
  color: #025184;
  font-weight: 600;
  width: 260px;
  height: 40px;
}
.form-ss {
  padding: 25px 15px 0;
}
.frm {
  padding-top: 30px;
}
.frm textarea {
  background: #fbaf41;
  border: none;
  border-radius: 5px !important;
  font-size: 17px;
  color: #025184;
  font-weight: 600;
  min-height: 174px;
  padding: 15px 20px;
}
.last-form {
  padding-top: 22px;
  position: relative;
}
.last-form input {
  background: #fbaf41;
  border: none;
  border-radius: 5px !important;
  font-size: 17px;
  color: #000000 !important;
  font-weight: 600;
  padding: 0 28px 0 42px;
  height: 50px;
}
.last-form .form-group {
  margin-bottom: 30px;
}
.cal2 {
  position: absolute;
  margin-top: -38px;
  left: 34px;
}
.last-form input::placeholder {
  color: #1c1c1c;
  opacity: 1; /* Firefox */
}
.last-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1c1c1c;
}
.last-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #1c1c1c;
}
.general-house-Cleaning ul {
  margin: 0;
  padding: 0;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fbaf41;
}
.general-house-Cleaning ul li {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
  display: inline-block;
}
.general-house-Cleaning ul li a {
  color: #fff;
  padding: 11px 41px;
}
.general-house-Cleaning ul li .active {
  background: #025184;
}
/*   Abhishek   */
.active a {
    color: #edb851 !important;
}
.testimonial_page_container {
  padding: 60px 0 30px;
}
.testimonial_page_block {
  margin-top: 35px;
  margin-bottom: 35px;
}
.testimonial_page_block_inner {
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.2);
  padding: 50px 20px 30px;
  border-radius: 5px;
  min-height: 100%;
  position: relative;
}
.testimonial_page_block_inner::before {
  background: url(../images/quote1.png) #025184 no-repeat center;
  width: 65px;
  height: 65px;
  position: absolute;
  content: "";
  top: -35px;
  border-radius: 5px;
  left: 19px;
  color: #fcbe00;
}
.testimonial_page_block_text {
  font-size: 15px;
  color: #666;
}
.testimonial_page_block_name {
  font-weight: bold;
  margin-top: 5px;
  color: #025184;
}
.testimonial_page_block_rating {
  margin-top: 15px;
}
.testimonial_page_block_cname {
  font-weight: bold;
  margin-top: 5px;
  color: #fcbe00;
}
/* Customize the label (the chkbx_container) */
.chkbx_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  color: #025184;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.chkbx_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fbaf41;
}
/* On mouse-over, add a grey background color */
.chkbx_container:hover input ~ .checkmark {
  background-color: #fbaf41;
}
/* When the checkbox is checked, add a blue background */
.chkbx_container input:checked ~ .checkmark {
  background-color: #025184;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.chkbx_container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.chkbx_container .checkmark::after {
  left: 9px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fcs-sub-title {
    font-family: 'Graphik Web';
    font-size: 25px;
    color: #025184;
    padding-bottom: 18px;
}
.error_page_container {
  background: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  min-height: 100vh;
}
.error_page_heading {
  font-size: 48px;
  font-weight: 800;
  color: #000;
}
.error_page_heading strong {
    color: #025184;
}
.error_page_heading span {
    color: #fbaf41;
}
.error_page_text {
  color: #025184;
  font-size: 22px;
  margin-top: 10px;
}
.error_page_btn {
  margin-top: 24px;
  background: #025184;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px;
  padding: 6px 28px;
  text-transform: uppercase;
  transition: ease all 0.5s;
}
.error_page_btn:hover {
  background: #fbaf41;
  transition: ease all 0.5s;
  color: #fff;
}
.repair_thank_page_container {
	padding: 60px 0 80px;
	text-align: center;
}
.repair_thankyou_page_heading {
  font-size: 48px;
  font-weight: 800;
  color: #025184;
}

.repair_thankyou_page_heading span {
  color: #fbaf41;
}
.contact_form_btn {
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  ;
  text-transform: uppercase;
  background: #025184;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 35px;
  transition: ease all 0.5s;
}
.contact_form_btn:hover {
  background: #fbaf41;
  transition: ease all 0.5s;
}
.repair_thankyou_page_text1 {
    font-size: 20px;
    font-weight: bold;
    color: #3faa0f;
}
#credit_cards img
	{
		width: 31%;
	}
.express_checkout_box_heading {
    font-size: 20px;
    color: #000;
    position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
}
	
.express_checkout_box_heading span {
    background: #fff;
    padding: 5px 10px;
}
.express_checkout_box {
    border: 1px solid #ddd;
    padding: 25px 20px 20px;
    border-radius: 4px;
    position: relative;
    text-align: center;
	margin-top: 35px;
}
.express_checkout_or_box {
    border-top: 1px solid #ddd;
    position: relative;
    text-align: center;
    margin: 35px 0;
}
.express_checkout_or_box_heading {
    position: absolute;
	top: -22px;
	left: 0;
	width: 100%;
	font-size: 26px;
	color: #025184;
	font-weight: 500;
}
.express_checkout_or_box_heading span {
    background: #fff;
    padding: 5px 10px;
}
	 .pay_btn {
    background: #025184;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 5px;
	border: 0;
}
.tot_payment_amount {
    color: #000;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 800;
}
.tot_payment_amount span{
	color: #fbaf41;
	}

#preloader {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0px;
    left: 0;
    z-index: 99999;
    background-size: 150px !important;
}
.satish {
    color: #fff;
    text-align: center;
    font-size: 39px;
}

@media only screen and (max-width :768px) {
    .menu ul li {
        padding: 1px 3px;
    }

    .wlcm-title {
        font-size: 26px;
    }

    .title {
        font-size: 26px;
    }

    .satish {
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

    .customar-satisfaction {
        min-height: 200px;
        padding: 0px 0;
    }

    .testi-heading {
        font-size: 26px;
    }

    .swiper-slide {
        width: 200px !important;
    }

    .box-title {
        font-size: 16px;
    }

    .box {
        padding: 15px 0 15px;
    }

    .round {
        width: 69px;
        height: 69px;
    }

        .round img {
            padding: 12px 0;
        }

    .foot_1 li strong {
        font-size: 16px;
    }

    
    .foot_1 li {
        font-size: 13px;
        list-style: none;
        padding-bottom: 3px;
    }
    .fixed-header .stellarnav.dark li a {
        color: #fff !important;
    }

    .stellarnav.mobile > ul > li > a {
        padding: 7px;
    }
}
 