@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&family=Comfortaa:wght@500;600;700&family=Titillium+Web:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700&display=swap");

body {
  /*font-size: .875rem;*/
  color: #176b92 !important;
  /* padding-top: 70px; */ /* Add padding to prevent navbar overlap */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: auto;
  margin: 0;
}


#main
{
    /* height: 75vh; */
    flex: 1 0 auto; /* This makes the main content area grow but not shrink */
    display: flex;
    flex-direction: column;
}

/* Make sure the content area takes up available space */
#content {
    min-height: 400px; /* Minimum height to ensure space on short pages */
    flex-grow: 1;
}

/* Hide messages section when empty */
#messages:empty {
    display: none;
    height: 0;
    margin: 0;
    padding: 0;
}

/* Only show messages section when it contains content */
#messages > .row:empty {
    display: none;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Nav
 */

 .nav-link {
  font-weight: 500;
  color: #333;
}

.nav-link  {
  margin-right: 4px;
  color: #999;
}

.nav-link.active {
  color: #176B92;
}

a.nav-link:hover ,
a.nav-link.active  {
  color:#1FC5C6 !important;
   
}



.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/* .btn-outline-info {
  color: #fff;
  background-color: #048D8D !important;
  border-color: #155468 !important;
} */

/*
 * Navbar
 */
 /*
 * Allert
 */
 .alert.alert-warning.alert-dismissible {
  padding-top: 100px;
}


.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

p {
  font-family: "Cairo", sans-serif;
}

h1, h2, h3, h4 {
    color: #176b92 !important;
}

.jumbotron h3 {
color: white !important;
}

.btn-primary, footer {
background-color: #176b92 !important;
border-color: #176b92 !important;
}

.jumbotron {
  background-color: #ffffffba !important;
  border: none !important;
  box-shadow: 0 0 17px -4px rgba(0, 0, 0, 0.4);
}

.jumbotron-referral {
  background-color: #6777e6 !important;
  border: none !important;
  box-shadow: 0 0 17px -4px rgba(0, 0, 0, 0.4);
}

.jumbotron-blog {
  border: none !important;
  box-shadow: 0 0 17px -4px rgba(0, 0, 0, 0.4);
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.make-orange {
  color: #fbbc1b;
}

/* button {
  outline: none !important;
} */

.close {
  transition: 0.5s;
}

#btn-next:hover {
  box-shadow: 0px 4px 5px #176b9248 !important;
}

#btn-back:hover {
  box-shadow: 0px 0px 7px #fbbc1b !important;
}

.close:hover {
  color: #fbbc1b;
}

.content {
  min-height: 100vh;
  padding: 0;
}

.cards {
  margin: 2rem;
}

/*.banner-container {
   background-image: url(/static/images/main_background.jpg); 
  height: 50vh;
}
*/
.banner-container {
  text-align: left;
  padding: 100px;
}

.banner-heading {
  font-size: 45px;
  color: black;
}

.banner-p {
  color: black;
  font-size: 28px;
}

.banner-btn {
  font-size: 20px !important;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 25px 0px !important;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  padding: 10px 50px;
  animation: pulse 2.1s ease-in-out infinite;
}

@media (max-width: 900px) {
    .banner-btn {
      font-size: 20px !important;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      margin: 25px 0px !important;
      text-align: center;
      border: none;
      background-size: 300% 100%;
      padding: 10px 10px;
      animation: pulse 2.1s ease-in-out infinite;
    }

}


.banner-btn:hover {
  background-position: 100% 0 !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
  color: #fff;
}

.banner-btn {
  background-image: linear-gradient(
    to right,
    #25aae1,
    #40e495,
    #30dd8a,
    #2bb673
  ) !important;
  box-shadow: 0 4px 15px 0 rgb(49 196 128) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 5px;
  animation: pulse 2.1s ease-in-out infinite;
}

.macbook-image {
  width: 100%;
}


/* Appearing Button Styles */
.appear-button-container {
  width: 100%;
}

.appear-button {
  position: fixed;
  top: 0px;
  width: 100%;
  font-size:20px;
  text-align: left;
  font-weight:bold;
  z-index: 10;
  background-color: #fbbc1b;
  transition: 0.3s;
  border:none;
}

.appear-btn {
  top: 0px;
  transition: 0.3s;
  opacity: 1;
  background-color: #176b92db;
}

.free-quote-btn {
  text-transform: uppercase;
  color: #ffffff;
}

.appear-button:hover {
  background-color: #176b92db;
}

/* Apperaing Button Styles End */

/* Timeline Syles */

.blue-bg {
  color: #176b92;
}

.circle {
  font-weight: bold;
  padding: 17px 22px;
  border-radius: 50%;
  background-color: #fbbc1b;
  color: #4d4545;
  z-index: 2;
}

.circle-clipboard {
  padding: 17px 25px !important;
}

.circle-completed {
  background-color: #50c878;
}

.circle i {
  font-size: 31px;
  margin-top: 4px;
}
/*.row {*/
/*  padding-left: 20px;*/
/*  padding-right: 20px;*/
/*}*/

.how-it-works.row {
  display: flex;
}
.how-it-works.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #ed8d8d;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}

.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid #ed8d8d;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid #ed8d8d;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}

.more-right {
  margin-left: 3px;
}

/* Timeline Styles End */

.blog_body {
  margin-bottom: 40px;
}

.content ul {
  justify-content: space-evenly;
  background-color: #e9ecef23;
  /* box-shadow: 0 0 17px -4px rgba(0, 0, 0, 0.4); */
  border-radius: 10px;
}

.content ul li {
  list-style: none;
  font-size: 21px;
  padding-left: 10px;
}

.content ul li a {
  color: rgba(11, 94, 132, 0.9);
  transition: 0.5s;
  text-decoration: none;
  font-family: "Comfortaa", cursive;
}

.content ul li a:hover {
  color: #60e73e;
}

.content ul.errorlist li {
  font-size: 15px;
  color: red;
  padding-left: 5px;
  margin-left: 0px;
  background-color: #f5d8d8;
}

/* Testimonials */

.swiper {
  width: 950px;
  /* height: 250px !important; */
}

.swiper2 {
  width: 240px;
  height: 320px;
  margin: 0 auto;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;
  flex-direction: column;
}

.swiper-pagination-fraction {
  left: 150px !important;
}

.swiper-3d .swiper-slide-shadow {
  background-color: #176b9285 !important;
}

.fa-star, .fa-star-half-alt {
  color: #fbbc1b;
}


.fa-star.inactive {
  color: #ccc;
}

.facebook.fa-star {
  color: #4267B2;
}
.facebook.fa-star.inactive {
  color: #ccc;
}

.google.fa-star {
  color: #DB4437;
}
.google.fa-star.inactive {
  color: #ccc;
}

.testimonial-h2 {
  margin: 35px 0;
}

.testimonial-swiper {
  margin-bottom: 50px;
}

/* Testimonials End */

/* Services swiper cards */

.service-input {
  position: relative;
  z-index: 10;
  cursor: pointer;
}

/* Services swiper cards end */

.seo-cards {
  margin: 50px;
}

.fa-soap,
.fa-hand-holding-usd,
.fa-history,
.fa-poo {
  font-size: 30px;
}

/* Log In Page */

.log-in-h1 {
  color: #176b92 !important;
  margin-bottom: 40px;
  margin-top: 0 !important;
  font-family: "Comfortaa", cursive;
}

.log-in-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 400px 0;
}

#id_login,
#id_password {
  border: none;
  background-color: rgba(128, 128, 128, 0.082);
}

#id_login::placeholder,
#id_password::placeholder {
  color: rgba(128, 128, 128, 0.644);
}

.register-as {
  color: #176b92 !important;
}

.forgot-password {
  margin-top: 20px;
}

.btn-log-in {
  border-radius: 8px;
  padding: 10px 90px;
  margin-top: 20px;
  border: none;
  background-color: #fbbc1b;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

/* Log In Page End */

/* Reser Password */

.password-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#id_email {
  background-color: rgba(128, 128, 128, 0.082);
}

/* About Us Page */

.about-heading {
  margin: 130px;
  font-size: 55px;
}

.about-2 {
  margin-top: 65px;
}

.about-p {
  font-size: 18px;
  padding: 45px 98px;
  margin: 27px 10px 0 100px;
  border: 1px solid black;
}

.about-p-2 {
  font-size: 18px;
  padding: 54px 98px;
  margin: 27px 10px 0 100px;
  border: 1px solid black;
  margin-right: 70px;
}

.dots {
  font-size: 50px;
}

/* About Us Page End */

/* FAQ Page */

.faq-heading {
  margin-top: 100px;
}

.Accordion {
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
}
.Accordion__tabs {
  max-width: 600px;
  list-style: none;
}
.Accordion__tab {
  width: 100%;
}
.Accordion__tab__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(248, 248, 248, 0.5);
  transition: 0.2s ease all;
  padding: 20px 15px;
  cursor: pointer;
  font-weight: 400;
}
.Accordion__tab__headline:hover {
  background-color: #176b927e;
}
.Accordion__tab__headline > h4 {
  user-select: none;
  text-transform: uppercase;
  margin: 0;
}
.Accordion__tab__headline .icon {
  display: inline-block;
  width: 24px;
  height: 22px;
  /* border: 1px solid;
  border-radius: 22px; */
  position: relative;
}
.Accordion__tab__headline .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 10px;
  left: 6px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.Accordion__tab__headline .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 6px;
  left: 10px;
  width: 2px;
  height: 10px;
  background: currentColor;
  transition: 0.2s ease all;
}
.Accordion__tab__content {
  overflow: hidden;
  padding: 0px 15px;
  box-sizing: border-box;
  height: 100%;
  max-height: 0;
  transition: 0.4s ease all;
  font-size: 20px;
}
.Accordion__tab--open .Accordion__tab__headline .icon::after {
  transform: scaleY(0);
}

.wrapper p {
  margin-top: 10px !important;
}

/* FAQ Page End */

/* Blog Page */

.blog_post {
  text-align: center;
  padding: 50px;
}

.blog_body h3 {
  margin-top: 68px;
  font-size: 30px;
  font-weight: 600;
}

.blog_body p {
  font-size: 25px;
  margin-bottom: 2.5rem;
}

.blog_date {
  color: #fbbc1b;
}

.blog_body a {
  color: #007bff;
  text-decoration: underline;
  transition: 1s;
}

.blog_body a:hover {
  color: #30dd8a;
}

.moretext {
  display: none;
}

.moreless-button {
  font-size: 20px;
  text-decoration: none;
  border: 1px solid #007bff;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
  transition: 1s;
}

.moreless-button:focus {
  text-decoration: none;
}

.moreless-button:hover {
  text-decoration: none;
  border: 1px solid #30dd8a;
  background-color: #30dd8a;
  color: #fff;
  cursor: pointer;
}

/* Blog Page End */

/* Services Page */

.select-service-heading {
  margin-top: 36px !important;
  margin-bottom: 38px;
}

.explanation-heading {
  margin-bottom: 50px;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 25px;
}

.services-explanation {
  font-size: 20px;
  padding: 0 150px;
}

.services-explanation p {
  box-shadow: 2px 4px 10px grey;
  border-radius: 3px;
  text-align: left;
  padding: 10px;
}

.services-explanation-blue {
  font-weight: bold;
  color: #176b92;
}

/* Services Page End */

/* Services Itself */

.btn-grad {
  background-image: linear-gradient(
    to right,
    #25aae1,
    #40e495,
    #30dd8a,
    #2bb673
  ) !important;
}
.btn-grad {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  border: none;
  font-size: 30px;
  animation: pulse 2.1s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(74, 255, 171, 0.91),
      0 0 0 0 rgba(2, 252, 123, 0.91);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 158, 74, 0),
      0 0 0 0 rgba(54, 249, 116, 0.91);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 158, 74, 0),
      0 0 0 30px rgba(255, 158, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 158, 74, 0), 0 0 0 30px rgba(255, 158, 74, 0);
  }
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button:focus {
  outline: none;
}

.cards-image-mobile {
  display: none;
}

.cards-image {
  margin-top: 30px;
}

/* User Panel Btn */

.user-buttons {
  margin-top: 20px;
}

.user-button {
  border: none;
  border-radius: 6px;
  padding: 10px;
  transition: 0.5s;
  outline: none !important;
}

.user-button:hover {
  background-color: rgba(0, 127, 197, 0.5);
}

.user-panel-btn {
  padding: 20px;
  border: none;
  transition: 0.5s;
}

.user-panel-btn:hover {
  background-color: rgba(0, 127, 197, 0.5);
}

.bg-danger {
  color: #fff;
}

.fa-angle-down {
  margin-right: 5px;
  margin-top: 5px;
}

fieldset {
  box-shadow: 0 6px 10px grey;
}

/* Modal Popups */

.modal-header,
.modal-footer {
  border: none !important;
}

.modal-footer {
  justify-content: space-between !important;
}

.modal-content {
  text-align: left;
}

#id_covid_status {
  box-shadow: none;
  background-color: transparent;
}

/* User Panel Btn End */

/* Mobile View Primal */

@media (max-width: 576px) {
  h2 {
    margin-bottom: 10px !important;
    /* margin-top: 86px !important; */
  }

  .cards-image-mobile {
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .cards-image {
    display: none;
  }

  .swiper {
    width: 80%;
    /* height: 350px !important; */
  }

  .swiper-slide {
    font-size: 16px;
  }

  .container {
    padding-right: 0;
    padding-left: 0;
  }

  .banner-container {
    padding: 50px;
    /*height: 75vh;*/
  }

  .banner-heading {
    font-size: 30px;
  }

  .banner-p {
    font-size: 20px;
  }

  .banner-btn {
    height: auto;
    margin-top: 0;
    animation: pulse 2.1s ease-in-out infinite;
    font-size: 18px !important;
  }

  .macbook-image {
    margin-top: 60px;
  }

  .cards div {
    margin-top: 20px;
  }

  .svg-howwork {
    top: -15% !important;
  }

  .scheme-section {
    height: 700px;
  }

  .scheme-cleanifiq img {
    margin-top: 0 !important;
  }

  .icon-boxes {
    padding: 15px;
    flex-direction: column;
  }

  .icon-box {
    margin: 0 auto;
  }

  .icon-box img {
    width: 50px;
  }

  .threereasons div {
    margin: 30px 10px 0 10px;
  }

  .threereasons h3 {
    top: -5% !important;
  }

  #id_login,
  #id_password {
    border: none;
    background-color: rgba(128, 128, 128, 0.082);
    width: 300px;
  }

  .log-in-form {
    padding-bottom: 100px;
  }

  .rotating img {
    width: 300px !important;
  }

  .rotating-2 img {
    width: 300px !important;
  }

  .about-p,
  .about-p-2 {
    margin: 0;
    padding: 15px;
  }

  .about-heading {
    margin: 73px;
  }

  .blog_post {
    padding: 15px;
  }

  .services-explanation {
    padding: 15px 17px;
  }

  .scheme-section {
    border-radius: 0;
    height: 100vh;
  }

  #btn-back {
    box-shadow: 0px 0px 7px #fbbc1b !important;
  }

  .float__btn {
    font-size: 20px;
    width: 118px;
    height: 92px;
  }
}

@media (max-width: 1000px) {
  .user-buttons {
    flex-direction: column;
  }

  .user-button {
    margin-top: 25px;
  }
  .fl-box {
    width: 50%;
    }
  .fl-box:last-child {
    width: 100%;
   }
}

@media (min-width: 1025px) {
  @-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .rotating {
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
  }

  @-webkit-keyframes rotating-2 /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    to {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @keyframes rotating-2 {
    from {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    to {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  .rotating-2 {
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
  }

  .container {
      width: 100%;
      max-width: 1500px;
      margin: 0 auto;
    }
    .fl-box {
    width: 20%;
}
}

/* Mobile View Primal End */

h1,
h2,
h4 {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

h3 {
  /*margin-bottom: 2rem;*/
  font-family: "Comfortaa", cursive;
  font-weight: 700;
}

.btn {
  font-family: "Proza Libre", sans-serif;
  font-size: 13px;
  font-weight: 700;
  border: none !important;
  border-radius: 5px !important;
  margin: 5px;
}

.business-customers-btn {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  padding: 15px 15px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 5px;
  animation: pulse 2.1s ease-in-out infinite;
  transition: 0.5s;
}

.business-customers-btn {
  background-image: linear-gradient(
    to right,
    #e1db25,
    #e45e40,
    #303ddd,
    #2b89b6
  ) !important;
  box-shadow: 0 4px 15px 0 rgb(49 196 128) !important;
  color: #fff !important;
  border: none !important;
  animation: pulse 2.1s ease-in-out infinite;
  transition: 0.5s;
}

.business-customers-btn-disabled
{
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  padding: 15px 15px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 5px;
  background-image: linear-gradient( to right, #c8c7b7, #665b59, #232ebd, #2b89b6 ) !important;
  box-shadow: 0 4px 15px 0 rgb(39, 91, 67) !important;
  color: #fff !important;
  border: none !important;
}

.btn:focus {
  outline: none;
}

.form-row .btn {
  margin: 0 0.25rem;
}

.btn-number {
  font-size: 35px;
    margin: -20px 10px;
    padding: 0px 5px;
}
    /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

h1 {
  font-size: 35px;
  text-align: center;
}

h2 {
  font-size: 25px;
}

h3
{
  font-size: 20px;
}

h4 {
  font-size: 15px;
  text-align: left;
}

h6.breadcrumb {
  font-family: "Proza Libre", sans-serif;
  font-size: 20px;
  text-align: left;
  margin: 0 0 -10px 0;
  font-weight: normal;
}

@media (max-width: 576px) {
  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 15px;
  }

  h3,
  h4 {
    font-size: 12px;
  }

  h6.breadcrumb {
    font-size: 10px;
    text-align: left;
  }
}

/*.w-sidebar {
  width: 16.666%;
  max-width: 16.666%;
  padding-top: 8px;
}

.row.collapse {
  margin-left: -16.666%;
  left: 0;
  transition: margin-left 0.15s linear;
}

.row.collapse.show {
  margin-left: 0 !important;
}

.row.collapsing {
  margin-left: -16.666%;
  left: 0;
  transition: all 0.15s linear;
}

@media (max-width: 1092px) {
  .toggler-in-content.collapse:not(.show) {
    display: inline-block;
  }

  .row.collapse,
  .row.collapsing {
    margin-left: 0 !important;
    left: 0 !important;
    overflow: visible;
  }

  .row > .sidebar.collapse {
    display: flex !important;
    margin-left: -100% !important;
    transition: all 0.25s linear;
    position: fixed;
    z-index: 1050;
    max-width: 0;
    min-width: 0;
    flex-basis: auto;
  }

  .row > .sidebar.collapse.show {
    margin-left: 0 !important;
    width: 100%;
    max-width: 100%;
    min-width: initial;
  }

  .row > .sidebar.collapsing {
    display: flex !important;
    margin-left: -10% !important;
    transition: all 0.2s linear !important;
    position: fixed;
    z-index: 1050;
    min-width: initial;
  }
}
*/
.toggler {
  color: #fbbc1b !important;
}

#btn-login {
  color: #fff;
  background-color: #176b92;
}

.btn-secondary {
  background-color: transparent !important;
  border: none !important;
  color: #fbbc1b !important;
}




.nav-link.btn {
  /* font-size: 1rem; */
  font-weight: bold;
  outline: none !important;
  color: #fff;
}

.toggler-in-content {
  float: left;
  padding-right: 0.5rem;
  padding-top: 0.15rem;
}

#container-fluid {
  background-color: #fff !important;
}

.btn .shake-slow:hover,
.btn .shake-trigger:hover .shake-slow,
.btn .shake-slow.shake-freeze,
.btn .shake-slow.shake-constant {
  animation-name: shake-slow;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 0.05;
}

@keyframes scaleIn {
  0% {
    transform: scale(1.3);
  }
  60% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.svg-blob-0 {
  width: 90%;
}

@media (max-width: 767px) {
  .svg-blob-0 {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .svg-blob-1 {
    width: 60%;
  }
}

.svg-blob-3reasons {
  top: -45%;
  width: 32%;
  left: 32%;
}

@media (min-width: 768px) {
  .svg-blob-3reasons {
    top: -47%;
    width: 170px;
    left: 18%;
  }
}

.svg-html-hour .svg-blob-0 g path,
.svg-html-changeover .svg-blob-1 g path,
.svg-html-regular .svg-blob-1 g path {
  fill: #ddd;
}

.svg-blob-1 g path {
  fill: #176b92 !important;
}

.svg-html-regular .svg-blob-1 g path {
  fill: #ddd !important;
}

.my-box .svg-thing {
  fill: #fbbc1b;
}

.svg-thing {
  height: 45%;
  left: 24%;
  top: 24%;
  fill: #fbbc1b;
  animation: 0.2s ease-in 0s 1 scaleIn;
  transition: 0.5s;
}

.svg-thing:hover {
  fill: #fff;
}

@media (max-width: 767px) {
  .svg-thing {
    height: 32%;
    left: 12%;
    top: 32%;
  }
}

.svg-thing0 {
  height: 63%;
  left: 15%;
  top: 19%;
  fill: rgba(4, 78, 113, 0.9);
  animation: 0.2s ease-in 0s 1 scaleIn;
}

@media (max-width: 767px) {
  .svg-thing0 {
    height: 50%;
    left: 6%;
    top: 25%;
  }
}

.svg-howwork {
  fill: #60e73e;
  height: 45%;
  top: -20%;
  width: 13%;
  left: 45%;
}

@media (min-width: 767px) {
  .svg-howwork {
    left: 37%;
    top: -21%;
    width: 67px;
    left: 37%;
  }
}

.svg-html-thing {
  width: 300px;
  height: 300px;
  margin: auto;
}

.my-box-1 {
  min-width: 275px;
  height: 330px;
}

@media (max-width: 576px) {
  .my-box-1 {
    height: 330px;
  }
}

.my-box {
  min-width: 290px;
  height: 330px;
  margin: -20px;
}

@media (max-width: 576px) {
  .my-box {
    min-width: 200px;
    height: 279px;
    margin: -81px -10px auto;
  }
}

.my-box3 {
  min-width: 300px;
  margin-top: 80px;
}

.my-box label,
.my-box-1 label {
  display: block;
  margin-top: -40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}

label b {
  font-size: 22px;
}

@media (max-width: 576px) {
  .my-box label,
  .my-box-1 label {
    margin-top: -78px;
  }
}

.my-box label.l2,
.my-box-1 label.l2 {
  margin: -8px;
  font-size: 1rem;
}

.header {
  text-align: center;
  width: 100%;
}

.under-header {
  margin-right: 3rem;
  text-align: right;
}

@media (max-width: 576px) {
  .header {
    margin-left: -3rem;
  }

  .under-header {
    margin: 1rem 0 0 0;
    text-align: center;
  }
}

.under-header .btn {
  color: #176b92;
  width: 260px;
  height: 46px;
  font-size: 20px;
  font-weight: 700;
}

.jumbotron {
  min-height: 333px;
}

.threereasons h3 {
  top: -13%;
  position: absolute;
  left: 43%;
  font-size: 2.5rem;
  background-color: #fbbc1b;
  padding: 5px 18px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgb(255 255 0 / 50%);
}

.threereasons-card {
  background-color: #fff;
  font-size: 20px;
}

.threereasons:nth-child(3) h3 {
  padding: 5px 30spx;
}

#service-pic {
  width: 100px;
  margin: 0 10px 5px 0;
  float: left;
}

#div_id_service_text {
  height: 140px;
  overflow: hidden;
  margin-top: -126px;
  margin-left: 116px;
}

footer {
  color: white;
  background-color: #176b92;
  margin: 0;
  /* padding: 2rem 3rem; */
  text-align: center;
  font-size: 16px;
  height: 20%;
}

footer img {
  margin-top: -15px;
  margin-left: -5px;
}

footer .fa {
  margin: 10px 4px 0 0;
}

footer a,
footer a:hover,
h3.footer,
h4.footer,
hr.footer {
  color: white !important;
  text-align: center;
}

footer h4.footer {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  margin-bottom: 10px;
  margin-top: 20px;
}

footer .copy {
  font-size: 14px;
  text-align: center;
}

footer .terms {
  font-size: 14px;
  text-align: center;
}

footer .about {
  margin-top: 5px;
}

hr.solid {
  border-top: 1px solid #fff;
  margin: 1rem;
}

.faceted-overlay-copy {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(25, 25, 25, 0.5);
  z-index: 100;
}
.faceted-overlay-copy .overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.faceted-overlay-copy .overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faceted-overlay-copy .spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.blog_a {
  display: none;
}

.blog_date {
  font-style: italic;
  padding-bottom: 2rem;
  margin-top: 43px;
}

.stripe-logo {
  max-width: 480px;
}

.stripe-logo img {
  width: 100%;
}

.cities {
  margin: 2rem;
  font-size: 21px;
  text-align: center !important;
}

.cities a {
    text-decoration: none !important;
}

.cities a:hover {
    color: #fbbc1b;
}

@media (max-width: 1500px) {
  .left-arrow,
  .right-arrow {
    display: none;
  }

  .local-cleaners-scheme,
  .clients-scheme {
    display: none;
  }
}

.custom_badge {
  padding: 0.4em 0.6em;
}

@media (max-width: 350px) {
  .cities-row {
    flex-direction: column;
    align-items: center;
  }
}

.datepicker-container
{
    z-index:1060 !important;
 }
#loading_quotes
{
    display:none;
}
/* #messages
{
    margin-top: 4.5rem;
} */

.h7
{
    font-size:0.7rem;
}

.top-text-block{
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: inherit !important;
  border-bottom:1px solid #f4f4f4;
  position:relative;
}

.top-text-light {
/* color:#ccc; */
color: #999;
font-size: 0.8em;
}

.top-text-block:hover::before {
    content: '';
    width: 4px;
    background: #f05a1a;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.unread {
    background:#ffc;
}
.top-head-dropdown {
  /* Dropdown styling */
  .dropdown-menu {
   width: 350px;
    height:300px;
    overflow:auto;
  }

  li:last-child{
    .top-text-block {
      border-bottom:0;
    }
  }
}
.topbar-align-center {
  text-align: center;
}
.loader-topbar {
  margin: 5px auto;
  border: 3px solid #ddd;
  border-radius: 50%;
  border-top: 3px solid #666;
  width: 22px;
  height: 22px;
  -webkit-animation: spin-topbar 1s linear infinite;
  animation: spin-topbar 1s linear infinite;
}

@-webkit-keyframes spin-topbar {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin-topbar {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#navbarNotificationCounter {
    position: absolute;
    font-size: .6rem;
    margin-top: -.1rem;
    margin-left: -.5rem;
    padding: .2em .45em;
}
.animated-bell {
    animation: notifications-ring 4s .7s ease-in-out infinite;
}

#content{
    min-height: 340px;
}

.btn-link {
    color: rgba(11,94,132,.9);
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}
.slider.round:before {
  border-radius: 50%;
}

.blur{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
   user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
   filter: blur(5px);
   z-index:0;
    background-color: #f8f9fa;
}
.hover{
    position: absolute;
    top: 35%;
    width: 70%;
    left: 25%;
    font-size: 25px;
    z-index:1;
}

@media (max-width: 480px) {
	/* 'Small screen' */
    .hover{
        position: absolute;
        top: 45%;
        width: 80%;
        left: 20%;
        font-size: 25px;
        z-index:1;
    }
}

/*** footer ***/

footer.main-footer {
    background-color: #25ABDF!important;
    /* padding: 50px 0 0; */
    flex-shrink: 0; /* Prevent the footer from shrinking */
}

.title-logo {
    text-align: left;
}

.footer-links {
}

.fl-row {}

.fl-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.fl-inner {
    margin: 10px;
}

.fl-inner h4 {
    color: #fff!important;
    font-size: 25px;
    font-weight: 400;
    margin: 20px 0 10px;
}

ul.fl-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

ul.fl-list li {
    padding: 5px 0;
}

ul.fl-list a {
    text-decoration: none;
    font-size: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

ul.fl-list a:hover {
	color: #3AD8A5!important;
	cursor: pointer;
}

.copyrights {
    border-top: solid 1px #fff;
    margin-top: 30px;
    padding: 30px 0;
}

.footer-copyrights {
    display: flex;
    justify-content: space-between;
}

ul.fl-pages {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

ul.fl-pages li {
    padding: 0 10px;
}

ul.fl-pages a {
    text-decoration: none;
}

.rights p {
    margin: 0;
}

ul.fl-pages li {
    border-right: solid;
}

ul.fl-pages li:last-child {
    border: none;
    padding-right: 0;
}

ul.fl-list.social {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

ul.fl-list.social li {
    padding-right: 20px;
}
.footer-copyrights {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
footer{
     font-family: "Cairo", sans-serif;
}

.content_wrap {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
	position: relative;
	z-index: 2;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*** footer end ***/

.errorlist, .error {
    color:red;
}


#rebook_message {
    display: none;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    transition: opacity 0.5s ease-out;
}

#rebook_message.show {
    display: block;
    opacity: 1;
}

#rebook_message.hide {
    opacity: 0;
}

/* #breadcrumb {
  margin-top: 10px;
  padding-top: 5px;
} */