* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  background-color: #f9f9f9;
  padding-top: 5px;
}
.form_container {
  max-width: 1000px;
  margin: 100px 0px;
  margin: 0 auto;
  padding: 30px;
  padding-left: 70px;
  padding: 50px 0px;
}
.form_container h1 {
  font-size: 52px;
  font-weight: 600  ;
  color: #2f3033;
  line-height: 50px;
  margin-bottom: 15px;
}
.form_container p {
  font-size: 15px;
  font-weight: 600;
  color: #868686;
}
.form_container h5 {
  font-size: 15px;
  font-weight: 600;
  color: #6d6d6d;
  font-weight: 700;
}
.signup_background {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    left: -80px;
}
.pro_container {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  padding: 20px 30px;
  position: relative;
  z-index: 2;
}
.input_container {
  border: 1px solid lightgray;
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 7px;
  padding: 10px;
  padding-left: 20px;
  margin: 5px 0px;
  box-shadow: rgba(118, 118, 118, 0.16) 0px 1px 4px;
}
.input_container:focus-within {
  border:   1px solid #50a0d9;
  
}
.pro_sign_up_btn {
  border: none;
  background-color: #50a0d9;
  color: #fff;
  width: 100%;
  padding: 13px 10px;
  border-radius: 4px;
  margin: 20px 0px;
  font-weight: 500;
}
.input_right {
  width: 10%;
}
.input_left {
  width: 90%;
}
.input_left input {
  border: none;
  height: 100%;
  width: 100%;
  border-radius: 7px;
}
.input_left input:focus {
  outline: none;
}
section.banner-wrapper {
  height: 100vh;
  background: url("../../assets/images/banner-bg.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: bottom;
}
.banner-heading h1 {
  color: #0d2b4b;
  font-size: 48px;
  font-weight: bold;
  line-height: 64px;
}
.banner-main {
  max-width: 700px;
  text-align: center;
}
.banner-paragraph p {
  color: #0d2b4b;
  font-size: 20px;
  line-height: 27px;
}
.banner-input {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banner-input input {
  width: 100%;
}
.banner-input input {
  width: 100%;
  padding: 15px 20px;
}
span.zip-code {
  position: absolute;
  right: 20px;
}
.button {
  padding: 16px 15px;
  width: 170px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #707070;
}
.banner-input-description p {
  text-align: left;
  color: #0d2b4b;
}
.banner-input-description p span {
  font-weight: 700;
  font-size: 16px;
}
.button {
  background-color: var(--button-bg);
  padding: 16px 15px;
  width: 170px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #707070;
  border-left: 0px;
  border-radius: 0px;
}
.custom-banner a:nth-child(1) {
  margin-right: 10px;
}
section.application-wrapper h2 {
  font-size: 45px;
}
.arbiteck-man {
  width: 70%;
}
.arbiteck-man {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.stories-group {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #fff;
  padding: 20px 30px;
}
.stories-group {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  color: #fff;
  padding: 20px 30px;
}
.discover-time.position-relative {
  box-shadow: 0px 3px 7px 3px #eee;
  padding: 10px 10px 30px;
  background: #fff;
}
.second-image {
  position: absolute;
  width: 100px !important;
  bottom: -15px;
  left: 10px;
}
.discover-heading {
  margin-top: 30px;
}
.discover-icon img {
  width: 100%;
  border-radius: 0px;
}
.discover-icon {
  position: relative;
}
.discover-group {
  margin-top: 10px;
}
.discover-heading h2 {
  font-size: 22px;
  font-weight: 400;
}
p.font-light {
  color: #868686;
}
section.categories-wrapper {
  padding: 50px 0px;
}
.categories-main {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.categories-heading h2 {
  color: #0d2b4b;
  font-size: 42px;
  font-weight: bold;
  line-height: 64px;
}
.banner-main {
  max-width: 700px;
  text-align: center;
}
.categories-paragraph p {
  color: #0d2b4b;
  font-size: 20px;
  line-height: 27px;
}
.save-icon {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0px 0px 5px 6px #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.save-icon img {
  width: 45px !important;
}
.save-time p {
  color: #0d2b4b;
  font-weight: 600;
}
.owl-stage-outer.owl-height {
  padding: 10px 10px;
}
.section_card {
  width: 400px !important;
}

body p {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 400;
}

.button {
  background-color: var(--button-bg);
}

.service-icon img,
.stories-icon img {
  width: 100%;
  border-radius: 25px;
}

* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  outline: none;
}

a,
a:hover,
button {
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none;
}

ul {
  padding: 0px;
}
.stories-heading h2 {
  font-size: 20px;
}
.banner-input.pb-3 {
  max-width: 500px;
  margin: 0 auto;
}
section.categories-inner-1 {
  text-align: center;
}
@media (max-width: 600px) {
  img {
    width: 100%;
  }

  .about-bg,
  .help-card {
    margin-bottom: 20px;
  }

  section.about-section-3 h2 {
    padding-top: 40px;
  }

  .blogs-cards {
    padding: 0px !important;
    margin-top: 30px;
  }

  section.pros-banner img {
    max-width: 100% !important;
    padding-bottom: 40px;
    border-radius: 10px !important;
    height: 420px;
    object-fit: cover;
  }

  .search-post:nth-child(1) {
    margin-top: 30px;
  }

  section.faqs-wrapper {
    padding-top: 0px !important;
  }

  .image-min img {
    max-width: 100% !important;
    padding-bottom: 30px;
  }

  .questions-banner .pb-5 {
    padding-bottom: 0px !important;
  }

  .search-main {
    background: #ffffffd1;
    padding: 25px 15px !important;
    border-radius: 20px !important;
  }

  .inner-pros-3:before {
    left: 0px !important;
    width: 100% !important;
  }

  .pros-love-image {
    padding: 15px 15px 0px 0px !important;
  }

  .categories-wrapper.mt-40 {
    margin-top: 0px !important;
  }

  .work-time-2 {
    transform: none !important;
  }

  .inner-pros-3 .col-md-6:nth-child(1) {
    height: 345px;
  }

  html body .work-time {
    margin: 10px 10px !important;
    border-radius: 20px !important;
  }

  section.categories-wrapper .item {
    padding: 0px !important;
  }

  .categories-main.mb-5 {
    margin-bottom: 0px !important;
  }

  .blog-banner,
  .review-banner,
  .pros-banner,
  html body section.about-banner {
    height: auto !important;
    padding: 50px 0px;
    margin-bottom: 0px !important;
  }

  .filter-container button {
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-basis: auto;
    min-width: 175px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .arbiteck-man {
    width: 100% !important;
    margin: 0 auto;
    display: block;
  }

  section.application-wrapper {
    text-align: center;
  }

  section.application-wrapper h2 {
    font-size: 25px;
    margin-top: 30px;
    text-align: center;
  }

  .filter-title {
    text-align: center;
    margin-bottom: 30px;
  }

  .filter-type {
    display: flex;
    overflow-x: auto;
  }

  .reviews {
    background-repeat: no-repeat;
    background-position: center 60px;
    padding-top: 90px !important;
    background-size: contain;
  }

  .service-icon img,
  .stories-icon img {
    width: 100%;
    height: 300px;
  }

  .categories-heading h2 {
    font-size: 25px !important;
    line-height: 31px !important;
  }

  .filter-container {
    display: block !important;
  }

  img.mr-auto.width-70 {
    width: 100% !important;
  }

  button.accordion-button.collapsed {
    padding: 20px 0px !important;
  }

  .service-time,
  .cta-time {
    flex-direction: column;
  }

  .banner-heading h1,
  .cta-heading h2 {
    font-size: 25px;
    line-height: 33px;
  }

  p {
    font-size: 16px !important;
  }

  .banner-main {
    max-width: 700px;
    text-align: center;
    padding: 0px 20px;
  }

  section.banner-wrapper {
    height: auto !important;
    padding: 50px 0px;
  }

  .banner-input input::placeholder {
    font-size: 10px;
  }

  .footer-logo img {
    width: 250px;
  }

  section.categories-wrapper {
    padding-top: 30px !important;
    padding-bottom: 0px;
  }

  .owl-carousel .owl-stage-outer {
    padding: 10px 6px !important;
  }
}

body {
  overflow-x: hidden;
}

a.opacity-0.nav-link {
  display: none;
}

.ml-auto.navbar-nav .nav-item:nth-child(2) .dropdown-menu.show {
  left: -75px;
}

section {
  padding: 50px 0px !important;
}

.footer-logo img {
  width: 230px;
}

 

.reviews {
  background-image: url("./assets/images/background-review.png");
  background-repeat: no-repeat;
  background-position: center 60px;
  padding-top: 150px !important;
}

.mr-auto {
  margin: 0 auto;
}

.w-75.mr-auto.d-block {
  padding-top: 60px;
}

.review-comment {
  padding-right: 70px;
}

img {
  margin-bottom: 0px !important;
}

.review-description.px-2 p {
  margin-bottom: 0px;
}

button.accordion-button,
.accordion-button:focus {
  background: transparent !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.accordion-item {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  margin: 0px 0px 0px !important;
}

.mt-40 {
  margin-top: 80px !important;
}

.cta-icon img {
  max-width: 400px !important;
}

.container {
  max-width: 1200px !important;
}

@media (min-width: 768px) {
  .cta-icon img {
    max-width: 414px !important;
    width: 385px;
  }
}

button.accordion-button {
  padding: 20px 0px !important;
}

.accordion-body {
  padding: 0px 0px 20px 0px !important;
}

.inner-pros-3 {
  position: relative;
}

.inner-pros-3:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0px;
  background: url("./assets/images/love-banner.png");
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 320px;
  background-repeat: no-repeat;
}

.categories-banner {
  background: url("./assets/images/categories-banner.png");
  height: 600px;
  width: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: flex;
  background-size: contain;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0px 0px 10px 5px #e2e2e2;
}

.search-banner {
  background: url("./assets/images/search-banner.png");
  height: 600px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0px 0px 10px 5px #e2e2e2;
  margin-bottom: 80px;
}

section.covid-banner img {
  max-width: 350px;
}

.search-banner {
  background: url("./assets/images/search-banner.png");
  height: 600px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0px 0px 10px 5px #e2e2e2;
  margin-bottom: 80px;
}

.safety-banner {
  background: url("./assets/images/safety-banner.png");
  height: 400px;
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0px 0px 10px 5px #e2e2e2;
  margin-bottom: 80px;
}

.covid-banner {
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0px 0px 10px 5px #e2e2e2;
  margin-bottom: 80px;
}

.blog-banner {
  height: 600px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0px 0px 10px 5px #e2e2e2;
  margin-bottom: 80px;
}

.covid-max-width {
  max-width: 900px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.covid-text {
  padding: 0px 0px 60px 0px;
}

.pros-banner {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 0px 10px 5px #e2e2e2;
  margin-bottom: 80px;
}

.search-main {
  background: #ffffffd1;
  padding: 80px 50px;
  border-radius: 70px;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}

.banner-main {
  margin: 0 auto;
  display: block;
}

.blogs-inner-div {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 5px #d2d2d2;
}

.blogs-cards {
  padding: 0px 40px 40px;
}

.date {
  padding: 15px 30px 10px 25px;
}

.titles {
  padding: 0px 30px 0px 25px;
}

.card-footers {
  padding: 10px 30px 40px 25px;
}

.cards-footer-left .footer-image {
  margin-right: 10px;
}

.development-links a {
  background: #0d2b4b;
  color: #fff;
  padding: 5px 30px 7px;
  border-radius: 100px;
}

.date p {
  color: #606060;
  font-size: 13px;
  margin-bottom: 0px;
}

.titles p {
  color: #606060;
}

.footer-author h6 {
  color: #606060;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: bold;
}

.footer-author span {
  color: #606060;
  font-size: 14px;
}

.search-post {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 10px 5px #d2d2d2;
  margin-bottom: 30px;
  border-radius: 10px;
}

.related-image {
  margin-right: 10px;
}

.about-bg {
  background: #0d2b4b;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
}

.about-bg h5 {
  font-size: 35px;
  font-weight: 700;
}

.about-bg p {
  margin-bottom: 0px;
}

.questions-banner .categories-heading {
  display: none;
}

.questions-banner:nth-child(2) .faqs-wrapper:nth-child(3) .row {
  flex-direction: row-reverse;
}

.questions-banner:nth-child(2) .faqs-wrapper:nth-child(3) .row img {
  margin: 0px;
}

section.inner-section-pros-2 {
  background: #e6e8fa;
}

li.d-flex.custom-icon img {
  width: 25px;
  margin-right: 10px;
}

li.d-flex.custom-icon {
  margin: 20px 0px;
}

.pros-image img {
  width: 80px;
  margin-right: 20px;
}

.heading.text-center {
  padding: 0px 0px 50px 0px;
}

.custom-width {
  max-width: 900px !important;
  margin: 0 auto;
}

.pros-checks {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pros-job {
  max-width: 400px;
}

.pro-input {
  display: flex;
  flex-direction: column;
}

.pro-input span input {
  width: 100%;
  margin: 0px 0px 10px;
  padding: 10px 15px 12px 40px;
  border: 0px;
  box-shadow: 0px 0px 8px 1px #d0d0d0;
  border-radius: 5px;
}

section.pros-banner {
  padding: 0px !important;
}

section.pros-banner img {
  max-width: 65%;
  margin: -30px 0px 0px auto;
  display: block;
}

.inner-heading.text-center h2 {
  padding: 0px 0px 50px;
}

.pros-love-image img {
  width: 30px;
  border-radius: 0px;
}

.pros-love-image {
  padding: 15px;
}

.pros-love {
  padding: 5px 0px;
}

span.location-span img {
  position: absolute;
  width: 15px;
  top: 15px;
  left: 10px;
  margin-top: 0px !important;
}

span.location-span {
  position: relative;
}

.pros-checks h6 {
  font-weight: 700;
}

.at-custom-btn {
  background: #0d2b4b;
  color: #fff;
  padding: 10px 30px;
  width: 100%;
  display: block;
  text-align: center;
}

.about-banner {
  width: 100%;
  padding: 100px 0px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 10px 5px #e2e2e2;
  margin-bottom: 80px;
}

.about-max-width {
  max-width: 350px;
}

.image-min img {
  max-width: 75%;
  margin: 0px 0px 0px auto;
  display: block;
}

.work-time-2 {
  transform: scale(1.2);
  background-image: linear-gradient(0deg, #0e2e4f, #205fa2);
  color: #fff;
}

.work-time-2 img {
  filter: invert(1);
}

.work-time-1 {
  border-radius: 54px 0px 0px 54px !important;
  background: #fff;
}

.work-time-3 {
  border-radius: 0px 54px 54px 0px !important;
  background: #fff;
}

div.safety-banner-1 {
  padding-bottom: 70px !important;
}

.help-banner {
  background: #0d2b4b;
}

.help-banner h1,
.help-banner p {
  color: #fff;
}

.help-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.help-content {
  padding: 25px 15px 10px;
  background: #fff;
}

.help-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -5px 10px 23px 0px #bebebe8f;
}

.help-box {
  background: #fff;
  padding: 35px 20px;
  border: 1px solid #cbcbcb;
  border-radius: 30px;
  margin-bottom: 30px;
}

.help-box p {
  margin-bottom: 0px;
}

.img-r img {
  max-width: 500px;
}

.img-r img {
  max-width: 350px;
  margin: 0 50px 0 auto;
  display: block;
}

.review-banner {
  width: 100%;
  padding-top: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 10px 5px #e2e2e2;
  margin-bottom: 80px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #0d2b4b;
}

.nav-link {
  color: #000000;
}

.nav-link:hover {
  color: #000000;
}

.footer-menu ul li a {
  color: #606060;
}

.footer-menu ul li a:active,
.footer-menu ul li a:focus,
.footer-menu ul li a:hover {
  color: #0d2b4b;
}

a.custom-btn {
  background: #0d2b4b;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
}

.r-text {
  max-width: 360px;
}

.bg-trans .bg-white {
  background-color: transparent !important;
}
.swiper-slide {
  font-size: 18px;
  background: #fff;
  width: 700px;
}
.swiper-container {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 50px;
}
@media only screen and (max-width: 600px) {
    .signup_background {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
        left: 0px;
        margin-top: 20px;
      }
      .reviews{
        display: none;
      }
      .form_container h1 {
        font-size: 32px;
        font-weight: 600;
        color: #2f3033;
      }
  }
