:root {
  --lime-green: #44ac33;
  --dim-grey: #575656;
  --white: white;
  --black: black;
}

.top-header {
  position: relative;
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container.footer-info {
  margin-bottom: -52px;
}

.header-logo {
  padding-top: 4px;
  padding-bottom: 4px;
}

.brand-logo {
  width: 95px;
  display: inline-block;
}

.brand-logo.w--current {
  width: 101px;
}

.header-top-half-left {
  float: left;
  background-color: var(--lime-green);
  background-image: url('../images/before-green-bg.png');
  background-position: 0%;
  background-repeat: no-repeat;
  width: 40%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 54px;
}

.header-info-icon {
  float: left;
  background-color: var(--dim-grey);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-family: Fontawesome, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 36px;
}

.header-info-text {
  float: left;
  color: var(--white);
  padding-left: 18px;
  font-family: Opensans o, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.italic-text {
  font-style: normal;
}

.header-top-half-left-gray {
  float: left;
  background-color: var(--dim-grey);
  background-image: url('../images/middle-green-bg.png');
  background-position: 0%;
  background-repeat: no-repeat;
  width: 60%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 54px;
}

.header-info-icon-green {
  float: left;
  background-color: var(--lime-green);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-family: Fontawesome, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 36px;
}

.header-bottom-info {
  padding-top: 11px;
  padding-bottom: 11px;
}

.bottom-info-icon {
  float: left;
  text-align: center;
  width: 40px;
  height: 40px;
  font-family: Fontawesome, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.italic-text-2 {
  font-style: normal;
}

.bottom-info-text {
  float: left;
  height: 40px;
  font-family: Opensans o, sans-serif;
  font-size: 16px;
  line-height: 40px;
}

.container-nav {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  padding: 14px 22px;
  font-family: Opensans o, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.nav-link.w--current {
  color: var(--lime-green);
}

.nav-menu {
  text-align: center;
  width: 100%;
}

.navbar-inner {
  background-color: var(--dim-grey);
}

.container-header {
  z-index: 1;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.column {
  padding-right: 0;
}

.banner-image {
  background-image: url('../images/banner-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.banner-badge {
  width: 400px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.uber-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.uber-bg-pattern {
  background-image: url('../images/uber-bg-icons.png'), url('../images/uber-bg-texture.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  height: 700px;
}

.uber-content-outer {
  background-color: var(--lime-green);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  top: -48px;
}

.uber-content-inner {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--white);
  padding: 40px 30px 76px;
}

.sec-heading-row {
  text-align: center;
  padding-top: 44px;
  padding-bottom: 70px;
}

.sec-heading {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.sec-heading-top {
  display: flex;
}

.heading-top-left-line {
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
  width: 50px;
}

.heading-top-left-line.green {
  border-top-color: var(--lime-green);
  border-left-color: var(--lime-green);
}

.heading-top-text {
  color: #000;
  margin-top: -42px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 44px;
}

.heading-top-right-line {
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  width: 50px;
}

.heading-2 {
  color: #fff;
  font-family: Raleway o, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 44px;
}

.heading-2.black {
  color: #000;
}

.sec-heading-bottom {
  display: flex;
}

.heading-bot-left-line {
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  flex: 1;
}

.heading-bot-left-line.green {
  border-bottom-color: var(--lime-green);
  border-left-color: var(--lime-green);
}

.heading-bot-icon {
  flex: 1;
  margin-bottom: -20px;
  padding-left: 12px;
  padding-right: 12px;
}

.heading-bot-right-line {
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  flex: 1;
}

.heading-bot-right-line.green {
  border-right-color: var(--lime-green);
  border-bottom-color: var(--lime-green);
}

.para-uber {
  color: var(--white);
  text-align: center;
  font-family: Opensans o, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 44px;
}

.service-sec {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/service-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.tab-link {
  background-color: #0000;
  width: 32%;
  padding: 0 15px;
}

.tab-link.w--current {
  background-color: #0000;
  width: 32%;
}

.tab-inner {
  background-color: var(--dim-grey);
  color: var(--white);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Raleway o, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.tab-container {
  padding: 50px 17px 30px;
}

.para {
  font-family: Opensans o, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}

.para.text-center {
  text-align: center;
}

.para.text-center.text-white {
  color: #fff;
}

.para.text-large {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.para.text-white {
  color: var(--white);
}

.tab-services {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
  display: flex;
}

.tab-service-grid-1-1 {
  cursor: pointer;
  width: 33.333%;
  padding: 15px;
}

.tab-service {
  background-color: #ffffff12;
  border: 1px solid #ffffff80;
  border-top-color: #fff3;
  height: 100%;
  padding: 8px;
  position: relative;
}

.tab-service-inner {
  background-color: var(--dim-grey);
  height: 100%;
  min-height: 180px;
  padding: 15px 20px 12px;
  position: relative;
}

.service-icon {
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.service-text {
  color: var(--white);
  text-align: center;
  padding-top: 15px;
  font-family: Opensans o, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.service-num-tag {
  background-image: url('../images/service-top-right-tag.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 104px;
  height: 74px;
  position: absolute;
  inset: -5px -5px auto auto;
}

.tag-number {
  opacity: .6;
  color: var(--white);
  text-align: right;
  padding-top: 10px;
  padding-right: 15px;
  font-family: Raleway o, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.betrieb-sec {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.getrieb-left-img {
  background-image: url('../images/getrieb-sec-bg.png');
  background-position: 0%;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

.getrieb-content {
  display: flex;
}

.getrieb-left-text {
  width: 50%;
  padding-left: 5%;
}

.getrieb-sec-heading {
  color: var(--lime-green);
  text-transform: uppercase;
  font-family: Raleway o, sans-serif;
  font-size: 44px;
}

.after-line {
  background-color: var(--lime-green);
  width: 200px;
  height: 6px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.getrieb-right-text {
  z-index: 10;
  background-color: #0000;
  width: 50%;
  display: flex;
}

.left-tilt-img {
  width: 128px;
}

.right-bg-green-text {
  background-color: var(--lime-green);
  flex-wrap: wrap;
  flex: 1;
  padding: 40px 4% 40px 20px;
}

.list-item {
  color: var(--white);
  background-image: url('../images/liststyle.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  padding-left: 42px;
  font-family: Opensans o, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.contact-sec {
  padding-top: 50px;
}

.footer-contact-infos {
  display: flex;
}

.contact-info-black-bg {
  background-color: #111;
  align-items: center;
  width: 30%;
  padding: 24px 15px;
  display: flex;
}

.contact-info-dark-green-bg {
  background-color: #25681c;
  background-image: url('../images/black-triangle.png');
  background-position: 0%;
  background-repeat: no-repeat;
  align-items: center;
  width: 30%;
  padding: 15px 15px 15px 63px;
  display: flex;
}

.contact-info-green-bg {
  background-color: var(--lime-green);
  background-image: url('../images/green-triangle.png');
  background-position: 0%;
  background-repeat: no-repeat;
  align-items: center;
  width: 40%;
  padding: 15px 15px 15px 68px;
  display: flex;
}

.contact-icon {
  color: #fff;
  text-align: center;
  width: 30px;
  font-family: Fontawesome, sans-serif;
  font-size: 30px;
  line-height: 50px;
}

.footer-contact-info {
  color: #fff;
  padding-left: 6px;
  font-family: Opensans o, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.footer-form-sec {
  background-color: #272727;
}

.footer-bottom-timming-sec {
  border-bottom: 1px solid #ffffff1a;
  padding-top: 90px;
  padding-bottom: 20px;
}

.timming-title {
  color: #fff;
  text-transform: uppercase;
  font-family: Raleway o, sans-serif;
  font-size: 20px;
}

.timming-after-line {
  background-color: var(--white);
  width: 100px;
  height: 2px;
}

.timing-heading {
  font-size: 20px;
}

.timing-block {
  color: #fff;
  font-family: Opensans o, sans-serif;
  font-weight: 600;
}

.text-green {
  color: var(--lime-green);
}

.text-green.timing-label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.form-field {
  padding-top: 8px;
  padding-bottom: 8px;
}

.form-container {
  padding-top: 50px;
  padding-bottom: 30px;
}

.field {
  height: 46px;
}

.submit-button {
  border: 1px solid var(--white);
  background-color: #44ac3380;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 30px;
  font-size: 16px;
}

.form-btn-row {
  text-align: center;
  padding-top: 15px;
}

.copyright-sec {
  text-align: center;
  background-color: #082505;
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright-link {
  color: #fff;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Opensans o, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.copyright-link.br {
  border-right: 1px solid var(--white);
}

.header-right-top-gray {
  background-color: var(--dim-grey);
  width: 50%;
  height: 44px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image {
  width: 100%;
  height: 100%;
}

.email-sm {
  font-size: 16px;
}

.brand {
  display: none;
}

.heading-top-right-line-green {
  border-top: 1px solid var(--lime-green);
  border-right: 1px solid var(--lime-green);
  width: 50px;
}

.copyright-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.banner-sec-inner {
  height: 500px;
}

.inner-banner-text {
  background-color: var(--lime-green);
  padding: 15px 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inner-banner-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Opensans o, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.tab-service-grid-1-2, .tab-service-grid-1-3, .tab-service-grid-1-4, .tab-service-grid-1-5, .tab-service-grid-1-6, .tab-service-grid-1-7, .tab-service-grid-1-8, .tab-service-grid-1-9, .tab-service-grid-1-10, .tab-service-grid-1-11, .tab-service-grid-1-12, .tab-service-grid-1-13, .tab-service-grid-1-14, .tab-service-grid-1-15, .tab-service-grid-1-16 {
  cursor: pointer;
  width: 33.333%;
  padding: 15px;
}

.modal-1-1 {
  z-index: 9999;
  background-color: #000000b3;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-container {
  background-color: #fff;
  width: 650px;
  padding: 20px 30px 30px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close-modal {
  background-color: var(--lime-green);
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-heading {
  font-family: Raleway o, sans-serif;
  font-weight: 400;
}

.modat-para {
  color: var(--white);
  text-align: center;
  font-family: Opensans o, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.modal-1-2, .modal-1-3, .modal-1-4, .modal-1-5, .modal-1-6, .modal-1-7, .modal-1-8, .modal-1-9, .modal-1-10, .modal-1-11, .modal-1-13, .modal-1-14, .modal-1-15, .modal-1-16, .modal-1-12 {
  z-index: 9999;
  background-color: #000000b3;
  display: none;
  position: fixed;
  inset: 0%;
}

.tab-service-grid-2-2, .tab-service-grid-2-1, .tab-service-grid-2-4, .tab-service-grid-2-3, .tab-service-grid-2-5, .tab-service-grid-2-6, .tab-service-grid-2-7, .tab-service-grid-2-8, .tab-service-grid-2-9, .tab-service-grid-2-10, .tab-service-grid-2-11, .tab-service-grid-2-12, .tab-service-grid-2-13, .tab-service-grid-2-14, .tab-service-grid-2-15, .tab-service-grid-2-16, .tab-service-grid-2-17, .tab-service-grid-2-18, .tab-service-grid-2-19, .tab-service-grid-2-20, .tab-service-grid-2-21 {
  cursor: pointer;
  width: 33.333%;
  padding: 15px;
}

.modal-2-1, .modal-2-2, .modal-2-3, .modal-2-4, .modal-2-5, .modal-2-6, .modal-2-7, .modal-2-8, .modal-2-9, .modal-2-10, .modal-2-11, .modal-2-12, .modal-2-13, .modal-2-14, .modal-2-15, .modal-2-16, .modal-2-17, .modal-2-18, .modal-2-19, .modal-2-20, .modal-2-21, .modal-3-1, .modal-3-2, .modal-3-3, .modal-3-4, .modal-3-5, .modal-3-6, .modal-3-7, .modal-3-8, .modal-3-9 {
  z-index: 9999;
  background-color: #000000b3;
  display: none;
  position: fixed;
  inset: 0%;
}

.tab-service-grid-3-1, .tab-service-grid-3-2, .tab-service-grid-3-3, .tab-service-grid-3-4, .tab-service-grid-3-5, .tab-service-grid-3-6, .tab-service-grid-3-7, .tab-service-grid-3-8, .tab-service-grid-3-9 {
  cursor: pointer;
  width: 33.333%;
  padding: 15px;
}

.tabs-menu {
  text-align: center;
}

.chk-box {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Opensans o, sans-serif;
}

.header {
  z-index: 9999;
  background-color: var(--white);
  width: 100%;
  position: fixed;
  top: 0;
}

.desc-text {
  opacity: 0;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.body {
  padding-top: 155px;
}

.sm-header-contact-info {
  display: none;
}

.body-2 {
  padding-top: 156px;
}

.body-3 {
  padding-top: 154px;
}

.pop-up {
  z-index: 99999;
  background-color: #000000b3;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-container {
  background-color: #fff;
  width: 500px;
  padding: 20px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-dissmis {
  background-color: var(--lime-green);
  color: #fff;
  text-align: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-3 {
  color: #ffffffb3;
}

.link {
  color: #424242;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-3 {
  color: #333;
  text-decoration: none;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.d-none {
  display: none;
}

.popup-h {
  color: var(--lime-green);
  font-family: Raleway;
}

.popup-p {
  font-family: Opensans o, sans-serif;
}

.impressum-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-heading-2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.sec-heading-2.text-center {
  text-align: center;
}

.datenschutz-content {
  padding-top: 60px;
}

.p-2 {
  font-family: Opensans o, sans-serif;
}

.p-2.para {
  color: #222;
  font-size: 14px;
  line-height: 24px;
}

.p-2.para.para-imp {
  font-size: 14px;
}

.p-2.para.label-imp {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.imp-logo {
  width: 250px;
}

.h-3 {
  color: #000;
  text-transform: none;
  font-family: Raleway o, sans-serif;
  font-size: 32px;
  font-weight: 700;
  display: block;
}

.h-3.h4-imp {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
}

.col-row-imp {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 4px;
  padding-bottom: 4px;
}

.container-2 {
  flex-direction: column;
  width: 1200px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.h-4 {
  margin-top: 10px;
}

.h-4.sec-h3-inner {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.p {
  font-family: Opensans o, sans-serif;
}

.p.para {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.p.para.label-imp {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.h4 {
  font-family: Raleway o, sans-serif;
}

.form-block {
  display: none;
}

@media screen and (max-width: 991px) {
  .container.footer-info {
    margin-bottom: 0;
  }

  .bottom-info-icon {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .italic-text-2 {
    line-height: 30px;
  }

  .bottom-info-text {
    height: 30px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 30px;
  }

  .container-nav {
    padding-right: 0;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link.w--current {
    color: var(--black);
  }

  .nav-menu {
    background-color: var(--lime-green);
  }

  .navbar-inner {
    background-color: #fff;
  }

  .banner-badge {
    width: 300px;
  }

  .tab-link.w--current {
    width: 30%;
  }

  .tab-inner {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 20px;
  }

  .tab-service-grid-1-1 {
    width: 50%;
  }

  .service-text {
    font-size: 16px;
    line-height: 20px;
  }

  .betrieb-sec {
    padding-top: 0;
    padding-bottom: 0;
  }

  .getrieb-left-img {
    background-size: cover;
    padding-bottom: 0;
  }

  .getrieb-content {
    display: block;
  }

  .getrieb-left-text {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .getrieb-right-text {
    width: 100%;
  }

  .left-tilt-img {
    display: none;
  }

  .right-bg-green-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item {
    background-position: 2px 4px;
  }

  .footer-contact-infos {
    margin-bottom: 10px;
    display: block;
  }

  .contact-info-black-bg {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .contact-info-dark-green-bg, .contact-info-green-bg {
    background-image: none;
    background-repeat: repeat;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
  }

  .columns {
    display: none;
  }

  .brand {
    width: 88px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
  }

  .menu-button {
    z-index: 9999;
    background-color: var(--lime-green);
    padding: 29px 27px;
  }

  .menu-button.w--open {
    background-color: var(--lime-green);
  }

  .icon, .inner-banner-heading {
    font-size: 32px;
  }

  .tab-service-grid-1-2, .tab-service-grid-1-3, .tab-service-grid-1-4, .tab-service-grid-1-5, .tab-service-grid-1-6, .tab-service-grid-1-7, .tab-service-grid-1-8, .tab-service-grid-1-9, .tab-service-grid-1-10, .tab-service-grid-1-11, .tab-service-grid-1-12, .tab-service-grid-1-13, .tab-service-grid-1-14, .tab-service-grid-1-15, .tab-service-grid-1-16 {
    width: 50%;
  }

  .modal-1-1, .modal-1-2, .modal-1-3, .modal-1-4, .modal-1-5, .modal-1-6, .modal-1-7, .modal-1-8, .modal-1-9, .modal-1-10, .modal-1-11, .modal-1-13, .modal-1-14, .modal-1-15, .modal-1-16, .modal-1-12 {
    display: none;
  }

  .tab-service-grid-2-2, .tab-service-grid-2-1, .tab-service-grid-2-4, .tab-service-grid-2-3, .tab-service-grid-2-5, .tab-service-grid-2-6, .tab-service-grid-2-7, .tab-service-grid-2-8, .tab-service-grid-2-9, .tab-service-grid-2-10, .tab-service-grid-2-11, .tab-service-grid-2-12, .tab-service-grid-2-13, .tab-service-grid-2-14, .tab-service-grid-2-15, .tab-service-grid-2-16, .tab-service-grid-2-17, .tab-service-grid-2-18, .tab-service-grid-2-19, .tab-service-grid-2-20, .tab-service-grid-2-21 {
    width: 50%;
  }

  .modal-2-1, .modal-2-2, .modal-2-3, .modal-2-4, .modal-2-5, .modal-2-6, .modal-2-7, .modal-2-8, .modal-2-9, .modal-2-10, .modal-2-11, .modal-2-12, .modal-2-13, .modal-2-14, .modal-2-15, .modal-2-16, .modal-2-17, .modal-2-18, .modal-2-19, .modal-2-20, .modal-2-21, .modal-3-1, .modal-3-2, .modal-3-3, .modal-3-4, .modal-3-5, .modal-3-6, .modal-3-7, .modal-3-8, .modal-3-9 {
    display: none;
  }

  .tab-service-grid-3-1, .tab-service-grid-3-2, .tab-service-grid-3-3, .tab-service-grid-3-4, .tab-service-grid-3-5, .tab-service-grid-3-6, .tab-service-grid-3-7, .tab-service-grid-3-8, .tab-service-grid-3-9 {
    width: 50%;
  }

  .tabs-menu {
    text-align: center;
  }

  .body {
    padding-top: 88px;
  }

  .sm-header-contact-info {
    padding-left: 130px;
    display: block;
    position: absolute;
    top: 0;
  }

  .text-block {
    line-height: 30px;
  }

  .body-2 {
    padding-top: 88px;
  }

  .body-3 {
    padding-top: 89px;
  }

  .link-5 {
    color: #000;
    text-decoration: none;
  }

  .container-2 {
    width: 768px;
    max-width: 768px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h-4.sec-h3-inner {
    font-size: 40px;
    line-height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .uber-sec {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uber-bg-pattern {
    height: auto;
  }

  .uber-content-outer {
    padding: 10px;
    top: 0;
  }

  .uber-content-inner {
    padding: 15px 15px 30px;
  }

  .sec-heading-row {
    padding-bottom: 40px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .para-uber {
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
  }

  .service-sec {
    padding-bottom: 20px;
  }

  .tab-link {
    padding-left: 1px;
    padding-right: 1px;
  }

  .para.text-center.text-white {
    font-size: 18px;
    line-height: 36px;
  }

  .tab-services {
    padding-top: 18px;
  }

  .tab-service-grid-1-1 {
    width: 100%;
  }

  .getrieb-left-img {
    background-size: cover;
  }

  .copyright-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-service-grid-1-2, .tab-service-grid-1-3, .tab-service-grid-1-4, .tab-service-grid-1-5, .tab-service-grid-1-6, .tab-service-grid-1-7, .tab-service-grid-1-8, .tab-service-grid-1-9, .tab-service-grid-1-10, .tab-service-grid-1-11, .tab-service-grid-1-12, .tab-service-grid-1-13, .tab-service-grid-1-14, .tab-service-grid-1-15, .tab-service-grid-1-16 {
    width: 100%;
  }

  .modal-1-1 {
    display: none;
  }

  .modal-container {
    width: 90%;
  }

  .modal-1-2, .modal-1-3, .modal-1-4, .modal-1-5, .modal-1-6, .modal-1-7, .modal-1-8, .modal-1-9, .modal-1-10, .modal-1-11, .modal-1-13, .modal-1-14, .modal-1-15, .modal-1-16, .modal-1-12 {
    display: none;
  }

  .tab-service-grid-2-2, .tab-service-grid-2-1, .tab-service-grid-2-4, .tab-service-grid-2-3, .tab-service-grid-2-5, .tab-service-grid-2-6, .tab-service-grid-2-7, .tab-service-grid-2-8, .tab-service-grid-2-9, .tab-service-grid-2-10, .tab-service-grid-2-11, .tab-service-grid-2-12, .tab-service-grid-2-13, .tab-service-grid-2-14, .tab-service-grid-2-15, .tab-service-grid-2-16, .tab-service-grid-2-17, .tab-service-grid-2-18, .tab-service-grid-2-19, .tab-service-grid-2-20, .tab-service-grid-2-21 {
    width: 100%;
  }

  .modal-2-1, .modal-2-2, .modal-2-3, .modal-2-4, .modal-2-5, .modal-2-6, .modal-2-7, .modal-2-8, .modal-2-9, .modal-2-10, .modal-2-11, .modal-2-12, .modal-2-13, .modal-2-14, .modal-2-15, .modal-2-16, .modal-2-17, .modal-2-18, .modal-2-19, .modal-2-20, .modal-2-21, .modal-3-1, .modal-3-2, .modal-3-3, .modal-3-4, .modal-3-5, .modal-3-6, .modal-3-7, .modal-3-8, .modal-3-9 {
    display: none;
  }

  .tab-service-grid-3-1, .tab-service-grid-3-2, .tab-service-grid-3-3, .tab-service-grid-3-4, .tab-service-grid-3-5, .tab-service-grid-3-6, .tab-service-grid-3-7, .tab-service-grid-3-8, .tab-service-grid-3-9 {
    width: 100%;
  }

  .sm-header-contact-info {
    padding-left: 110px;
  }

  .pop-up {
    display: none;
  }

  .pop-up-container {
    width: 94%;
  }

  .sec-heading-2 {
    padding-bottom: 0;
  }

  .container-2 {
    width: 480px;
    max-width: 480px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .bottom-info-icon {
    width: 21px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .bottom-info-text {
    letter-spacing: -1px;
    height: 24px;
    padding-left: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .banner-badge {
    width: 200px;
  }

  .heading-top-right-line {
    border-top-color: var(--white);
    border-right-color: var(--white);
  }

  .heading-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .tab-link {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .tab-link.w--current {
    width: 100%;
  }

  .tab-container {
    padding-top: 22px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .para.text-large, .para.text-white {
    font-size: 18px;
  }

  .tab-service-grid-1-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .getrieb-sec-heading {
    font-size: 26px;
  }

  .list-item {
    font-size: 18px;
    line-height: 26px;
  }

  .contact-sec {
    padding-top: 19px;
  }

  .footer-bottom-timming-sec {
    padding-top: 36px;
  }

  .timing-heading {
    margin-bottom: 24px;
  }

  .timing-block {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .form-field.xs {
    padding-left: 11px;
    padding-right: 11px;
  }

  .copyright-link {
    font-size: 16px;
  }

  .brand {
    width: 40px;
    height: 76px;
    padding-top: 22px;
  }

  .menu-button {
    padding: 18px;
  }

  .heading-top-right-line-green {
    border-top-color: var(--white);
    border-right-color: var(--white);
  }

  .inner-banner-heading {
    font-size: 20px;
  }

  .tab-service-grid-1-2, .tab-service-grid-1-3, .tab-service-grid-1-4, .tab-service-grid-1-5, .tab-service-grid-1-6, .tab-service-grid-1-7, .tab-service-grid-1-8, .tab-service-grid-1-9, .tab-service-grid-1-10, .tab-service-grid-1-11, .tab-service-grid-1-12, .tab-service-grid-1-13, .tab-service-grid-1-14, .tab-service-grid-1-15, .tab-service-grid-1-16, .tab-service-grid-2-2, .tab-service-grid-2-1, .tab-service-grid-2-4, .tab-service-grid-2-3, .tab-service-grid-2-5, .tab-service-grid-2-6, .tab-service-grid-2-7, .tab-service-grid-2-8, .tab-service-grid-2-9, .tab-service-grid-2-10, .tab-service-grid-2-11, .tab-service-grid-2-12, .tab-service-grid-2-13, .tab-service-grid-2-14, .tab-service-grid-2-15, .tab-service-grid-2-16, .tab-service-grid-2-17, .tab-service-grid-2-18, .tab-service-grid-2-19, .tab-service-grid-2-20, .tab-service-grid-2-21, .tab-service-grid-3-1, .tab-service-grid-3-2, .tab-service-grid-3-3, .tab-service-grid-3-4, .tab-service-grid-3-5, .tab-service-grid-3-6, .tab-service-grid-3-7, .tab-service-grid-3-8, .tab-service-grid-3-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    padding-top: 74px;
  }

  .sm-header-contact-info {
    padding-left: 50px;
  }

  .text-block {
    text-align: left;
    line-height: 20px;
  }

  .body-2, .body-3 {
    padding-top: 75px;
  }

  .pop-up {
    display: none;
  }

  .pop-up-container {
    width: 90%;
  }

  .pop-dissmis {
    top: -15px;
    right: -15px;
  }

  .container-2 {
    width: 360px;
    max-width: 360px;
  }

  .h-4.sec-h3-inner {
    font-size: 30px;
    line-height: 32px;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans o';
  src: url('../fonts/OpenSans-Bold-o.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold-o.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans o';
  src: url('../fonts/OpenSans-SemiBold-o.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans o';
  src: url('../fonts/OpenSans-Medium-o.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans o';
  src: url('../fonts/OpenSans-Light-o.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans o';
  src: url('../fonts/OpenSans-Regular-o.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway o';
  src: url('../fonts/Raleway-Bold-o.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway o';
  src: url('../fonts/Raleway-SemiBold-o.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway o';
  src: url('../fonts/Raleway-Light-o.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway o';
  src: url('../fonts/Raleway-Black-o.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway o';
  src: url('../fonts/Raleway-Regular-o.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway o';
  src: url('../fonts/Raleway-Medium-o.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}