* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-family: "Roboto", sans-serif;
}
.body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #464645;
  text-align: left;
  background-color: #fff;
}
:root {
  --blue: #23488b;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #e4f2fa;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #23488b;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #e4f2fa;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #fafafa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
* {
  outline: none !important;
}
/*========================header=======================================================================================*/

.navbar-cont {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  display: flex;
  background-color: var(--primary);
  color: var(--white);
  min-height: 84px;
  padding: 0;
  box-shadow: 0 4px 10px rgb(0 0 0 / 46%);
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 0.1rem;
  font-size: 0.875rem;
}
.list-spec input {
  color: #464645;
  background-color: var(--white);
  padding: 6px 12px;
  height: 36px;
  width: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline-offset: -2px;
  -webkit-appearance: none;
}
.navbar-inner {
  display: flex;
  justify-content: baseline;
  align-items: center;
  
}
.navbar-logo {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.25rem;
  padding: 12px 2.4rem;
  margin: 0;
}
.navbar-logo img {
  vertical-align: middle;
  border-style: none;
}
.navbar-left-right {
  display: flex;
  flex: 100%;
}
/*---hamburger-------------------------------------------------*/
.hamburger {
  display: none;
  position: absolute;
  right: 25px;
  top: 22px;
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: rgb(255, 255, 255);
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 5px;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
  transform: rotate(-45deg) translate(-8px, 7px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
/*------------------------------------*/

.navbar-inner-left {
  display: flex;
  align-items: center;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  background-color: #f1f1f0;
  min-height: 84px;
  margin-right: 25px;
}
.navbar-inner-left h3 {
  padding-right: 5rem;
  font-size: 1.5rem;
  color: var(--primary);
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 0.15rem;
}
.navbar-search {
  display: flex;
  align-items: center;
}
.navbar-search select,
.right-cont-top-select select {
  display: none;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: var(--white);
  color: var(--primary);
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 38px;
  padding: 0rem;
  cursor: pointer;
  padding: 1rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.navbar-search input,
.right-cont-top-select input {
  color: #464645;
  background-color: var(--white);
  margin-right: 0;
  display: block;
  width: 180px;
  padding: 6px 12px;
  height: 39px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline-offset: -2px;
  -webkit-appearance: none;
}
.navbar-submit {
  background-color: var(--primary);
}
.navbar-submit a {
  text-decoration: none;
  color: white;
}

.btn {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 400;
  padding: 7px 12px;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: var(--primary);
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 0rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.navbar-inner-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 100%;
}
.list1 li,
.list-spec li {
  padding: 0px 25px;
}
.list2 li {
  padding: 0px 10px;
}
.list-cont ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list1,
.list2,
.list-spec {
  display: flex;
}
.list1 a,
.list-spec a {
  list-style: none;
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.4rem;
}
.list1 a:hover {
  color: var(--yellow);
}
.list-spec li {
  align-self: center;
}
.list2 img {
  width: 27px;
  height: 17px;
}
/*1366, 1280 monitor */
@media (max-width: 1600px) {
  .list1 li {
    padding: 0px 10px;
  }
}
@media (max-width: 1215px) {
  .list2 {
    display: none;
  }
}
@media screen and (max-width: 1215px) {
  .navbar-left-right {
    display: none;
  }
  .hamburger {
    display: block;
  }
}

@media screen and (max-width: 1215px) {
  .navbar-left-right.responsive {
    position: relative;
  }

  .navbar-left-right.responsive {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 84px;
    width: 100vw;
    background-color: var(--primary);
  }
  .navbar-inner-left {
    width: 100vw;
    margin-right: 0px;
    min-height: 0px;
    padding: 11px;
  }
  .navbar-inner-left h3 {
    display: none;
  }
  .navbar-search input {
    margin-right: 5px;
    width: 100vw;
  }
  .navbar-submit {
    position: absolute;
    right: 17px;
  }

  .list1 {
    display: flex;
    flex-direction: column;
  }
  .list1 li {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100vw;
  }

  .list1 li a {
    font-size: 1.5rem;
  }
}

/*========================slider========================================================================================*/
.carousel {
  background-color: #fbfbfa;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 30px;
  margin-top: 84px;
  letter-spacing: 0.1rem;
}
.slider-cont {
  position: relative;
  height: 320px;
  width: 100%;
  margin: auto;
  margin-bottom: 5px;
}

.slider-cont img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}

.slideshow-container {
  max-width: 100%;
  height: auto;
  position: relative;
  margin: auto;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 3rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.text {
  color: white;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 13px 13px;
  position: absolute;
  top: 25%;
  left: 8.2%;
  text-align: left;
  border-radius: 6px;
  max-width: 560px;
}
.text1 {
  color: white;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 13px 13px;
  position: absolute;
  top: 25%;
  left: 8.2%;
  text-align: left;
  border-radius: 6px;
  max-width: 560px;
}

.mySlides p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
}
.mySlides h2 {
  font-size: 2.8rem;
  letter-spacing: 0.15rem;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.text1 p {
  color: var(--secondary);
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.09rem;
}
.text1 h2 {
  color: var(--primary);
  font-size: 3.2rem;
  letter-spacing: 0.15rem;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.slideshow-dots {
  position: absolute;
  bottom: 5%;
  left: 48%;
}
.dot {
  cursor: pointer;
  height: 19px;
  width: 19px;
  margin: 0 5px;
  background-color: #bbb;
  opacity: 0.7;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active,
.dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.btn-slider {
  background-color: var(--primary);
  border: none;
  border-radius: 5px;
  color: white;
  padding: 10px 20px;
  margin: 10px auto 0px 0px;
  text-align: center;
  font-size: 1.6rem;
  cursor: pointer;
  outline-color: none;
}
.btn-slider:hover {
  background-color: #3259a1;
}
.btn-slider a {
  text-decoration: none;
  color: white;
}
/*========================main content======================================================================================*/

.main-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.main-left-cont,
.main-right {
  background-color: #e4f2fa;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 10px;
  padding-left: 20px;
  position: relative;
  min-height: 350px;
}
.left-cont,
.right-cont {
  background: var(--white);
  flex: 1;
}

.main-left {
  display: flex;
  min-width: 550px;
}
.main-left-cont {
  flex: 1;
  background-color: #e4f2fa;
}
.main-right {
  display: flex;
  flex: 1;
}

.main-left {
  display: flex;
  position: relative;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  border: 0;
  overflow: hidden;
}
.left-cont {
  flex: 55%;
}
.right-cont-top {
  background-color: #23488b;
  color: var(--white);
  padding: 2rem 3.5rem;
  border-radius: 0 0 0 10px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  border: 0;
  overflow: hidden;
  padding-bottom: 30px;
}
.right-cont {
  background: var(--white);
  flex: 45%;
}
.right-cont-top-select {
  display: flex;
  align-items: center;
}
.btn2 {
  background-color: #f1f1f0;
}
.btn2 i {
  color: var(--gray-dark);
}

.btn3 a {
  background-color: transparent;
  color: white !important;
}
.btn2 a {
  color: white;
}
.leaflet-container a {
  color: white;
}
.btn3 {
  margin-top: -7px;
}
.marker-block-changed {
  width: 100%;
  background-color: #8d8d8d;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-top: 12px;
  padding: 6px;
  cursor: pointer;
  color: white;
  cursor: unset;
  font-size: 1.5rem;
  text-align: center;
}

.bookingId,
.carservice,
.region {
  display: none;
}
.lr-cont p {
  font-size: 1.5rem;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 20px;
  margin-inline-end: 0px;
  color: var(--gray-dark);
}
.lr-cont p1 {
  font-size: 1.5rem;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: var(--white);
}
.lr-cont1 p {
  font-size: 1.5rem;
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 1.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.lr-cont h2,
.ddm11 h2 {
  font-size: 4.8rem;
  font-weight: 300;
  font-style: italic;
  color: var(--primary);
  display: block;
  margin-inline-start: 20px;
  margin-inline-end: 0px;
  padding-top: 10px;
}

.ddm11 h2 {
  font-weight: bold;
}
.lr-cont h3 {
  font-size: 2.8rem;
  color: var(--white);
}

.right-cont-bottom {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  margin-top: 25px;
  padding: 20px 0px 20px 0px;
  border-radius: 15px 0px 0px 15px;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
  margin-bottom: 50px;
}
.right-cont-bottom h3 {
  color: var(--primary);
  font-size: 2.2rem;
}

.right-cont-bottom-left img {
  margin-right: 10px;
  margin-left: 15px;
}
.right-cont-bottom-right {
  padding-left: 40px;
}
.right-cont-bottom-right-contact {
  margin-top: 10px;
}
.right-contact-each {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.right-contact-each img {
  margin-right: 10px;
  height: 15px;
  width: 20px;
}
.right-contact-each h3 {
  color: var(--primary);
}
.right-contact-each a {
  color: var(--gray-dark);
  font-size: 1.4rem;
  font-weight: bolder;
  margin-bottom: 8px;
}
.main-right-cont {
  position: relative;
  display: flex;
  flex: 1;
  background-image: url("https://4fleet.de/wp-content/uploads/2019/05/test2.png");
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  border: 0;
  background-position: 110% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-right: 100px;
  min-width: 600px;
}
.main-right-cont-content p {
  padding-right: 210px;
}

.main-right a,
.left-cont a {
  position: absolute;
  font-size: 1.4rem;
  font-weight: bolder;
  letter-spacing: 0.1rem;
  color: var(--primary);
  text-transform: uppercase;
  text-decoration: none;
  bottom: 10px;
  left: 20px;
}
.main-bottom-container {
  background-image: url("https://4fleet.de/wp-content/themes/4fleet/img/dunlop-tire.png");
  background-color: #fbfbfa;
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  margin-right: 0;
  margin-left: 0;
  padding-left: 1.5rem;
  padding-top: 30px;
}
.ddm12 {
  margin-left: 2.2rem;
  line-height: 1.5;
}

.ddm12 h4,
.ddm12 p {
  color: var(--gray-dark);
  font-size: 1.5rem;
}
.ddm2 {
  margin-top: 2.5rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 0 0 0 10px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  border: 0;
}
.ddm21 p {
  color: var(--gray-dark);
  font-size: 1.5rem;
  margin-bottom: 25px;
}
.ddm21 h4 {
  color: var(--gray-dark);
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.ddm22 h4 {
  color: var(--gray-dark);
  font-size: 2.4rem;
  margin-bottom: 25px;
}
.ddm211 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}
.ddm211each {
  margin-right: 10px;
  margin-bottom: 30px;
}
.ddm2211 {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin-bottom: 20px;
}
.ddm22down {
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-weight: bold;
}
.ddm2211 p {
  color: var(--secondary);
  font-size: 1.4rem;
  line-height: 1.5;
}
/*====================for fleets====================================================*/
.tar {
  margin-bottom: 12px;
}
.top-section-container {
  margin-top: 84px;
  margin-right: 0;
  margin-left: 0;
  padding-left: 2rem;
  background-color: #fbfbfa;
  padding-bottom: 3rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.top-section-container h1 {
  color: #23488b;
  font-size: 6rem;
  font-style: italic;
  font-weight: bolder;
  margin-top: 1rem;
}
.top-section-container h4 {
  color: #464645;
  font-size: 1.5rem;
  font-weight: bolder;
}
.sp {
  margin-top: 20px;
  margin-bottom: 5px;
}
.top-section-container p {
  color: #464645;
  font-size: 1.5rem;
  font-weight: normal;
}
.top-inner-cont {
  border-radius: 0 0 0 10px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  background-color: #fff;
  padding: 2rem;
  background-position: right top;
  background-repeat: no-repeat;
  min-height: 290px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 50px;
}
.bckgr1 {
  background-image: url("https://4fleet.de/wp-content/uploads/2019/07/fuhrpark-service.jpg");
}
.top-inner-content {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 58%;
  padding: 0;
}
.bottom-inner-cont-text h1 {
  color: #23488b;
  font-size: 4rem;
  font-style: italic;
  font-weight: normal;
  margin-top: 1rem;
  margin-bottom: 10px;
}
.bottom-inner-cont-text h4 {
  color: #464645;
  font-size: 2rem;
  font-weight: normal;
  margin-top: 1rem;
  margin-bottom: 10px;
}
.top-inner-right {
  position: absolute;
  z-index: 2;
  background-color: #23488b;
  padding: 2rem 2.5rem 4rem 2.5rem;
  color: #fff;
  right: -70%;
  bottom: -17rem;
  max-width: 460px;
  border-radius: 0 0 0 10px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
}
.inner-right-content {
  padding: 0px 5px 0px 15px;
}
.inner-right-content h4 {
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  padding-bottom: 15px;
}
.inner-right-content li {
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  padding-bottom: 5px;
}
.bottom-section-container {
  position: relative;
  padding-left: 2rem;
  background-color: #e4f2fa;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.bottom-inner-cont {
  border-radius: 0 0 0 10px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  background-color: #fff;
  padding: 1.5rem;
  background-position: right top;
  background-repeat: no-repeat;
  min-height: 269px;
  margin-left: 0;
  margin-right: 0;
}
.bottom-list {
  display: flex;
  flex-wrap: wrap;
  color: #464645;
}
.bottom-list-inner {
  margin-bottom: 1.5rem;
  flex: 0 0 50%;
  max-width: 50%;
}
.bottom-list-each {
  display: flex;
  background-color: #fff;
  border-radius: 0 0 0 10px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  border: 0;
  background-position: bottom right;
  background-repeat: no-repeat;
  overflow: hidden;
  flex-direction: row;
  margin-right: 20px;
  min-width: 490px;
}
.each-left {
  flex: 0 0 25%;
  max-width: 25%;
}
.each-right {
  flex: 0 0 75%;
  max-width: 75%;
}
.each-right h5 {
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 2.4rem;
  font-size: bolder;
}
.each-right p {
  font-size: 1.4rem;
}
.bottom-list-each:hover {
  background-color: #23488b;
  color: var(--white);
}
@media (max-width: 1036px) {
  .bottom-list-inner {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .bottom-list {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .top-inner-right {
    display: none;
  }
  .top-inner-content {
    max-width: 100%;
  }
  .bckgr1 {
    background-image: none;
  }
  .top-section-container h1 {
    font-size: 4.5rem;
  }
  .lr-cont h2 {
    font-size: 3.5rem;
  }
  .ddm11 h2 {
    font-size: 4rem;
  }
  .main-column {
    display: flex;
    flex-direction: column;
  }
  .main-right-cont {
    background-position: 130% 110%;
  }
}

@media (min-width: 1037px) and (max-width: 1700px) {
  .main-right-cont {
    background-position: 100% 120%;
    padding-right: 50px;
  }
  .lr-cont h2 {
    font-size: 4rem;
  }
}
/*====================for drivers====================================================*/
.bckgr2 {
  background-image: url("https://4fleet.de/wp-content/uploads/2019/07/fahrer-service.jpg");
}
.sp-1 {
  font-size: 2.3rem;
  padding: 10px 0px 0px 3px;
  color: var(--primary);
}
.sp-2 {
  padding-top: 20px;
}
@media (max-width: 1036px) {
  .bckgr2 {
    background-image: none;
  }
  
}
/*====================brands==================================================*/
.bckgr3 {
  background-image: url("https://4fleet.de/wp-content/uploads/2019/08/reifenvorgaben.jpg");
}
.corporate-main {
  padding-bottom: 20px;
}
.corporate-container,
.other-brands-container {
  display: flex;
  flex-wrap: wrap;
}
.corporateBrands-style {
  width: 220px;
  margin: 0px 15px 15px 0px;
}
.othersBrands-style {
  width: 220px;
  margin: 0px 15px 15px 0px;
}
.form-container-brands {
  background-image: none;
}
.form-container-brands {
  margin-right: 0;
  margin-left: 0;
  padding-left: 2rem;
  padding-bottom: 3rem;
  padding-top: 50px;
}
.sp-3 {
  font-size: 2rem;
  color: var(--primary);
}
@media (max-width: 1036px) {
  .bckgr3 {
    background-image: none;
  }
  .top-inner-content {
    max-width: 100%;
  }
  .top-inner-right {
    display: none;
  }
}
/*====================for partners===============================================*/
.bckgr4 {
  background-image: url("https://4fleet.de/wp-content/uploads/2019/07/montagepartner.jpg");
}
.list-cont-partners {
  margin-left: 20px;
  color: #464645;
  font-size: 1.5rem;
}
.partners-inner h2 {
  font-size: 4.8rem;
  font-weight: 300;
  font-style: italic;
  color: var(--primary);
  padding-bottom: 15px;
}
.partners-inner p,
.partners-contacts-cont p {
  color: #464645;
  font-size: 1.5rem;
  font-weight: normal;
}
.partners-contacts-cont h3 {
  color: #464645;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary);
  padding-bottom: 15px;
  padding-top: 15px;
}
.partners-contacts-cont h4 {
  color: #464645;
  font-size: 1.6rem;
  font-weight: 500;
}
.partners-contacts-cont {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
  max-width: 80%;
}
.partners-contacts-each {
  padding: 0px 30px 20px 0px;
}
.partners-contacts-each a {
  text-decoration: none;
  color: #464645;
}
.partner-links h3 {
  color: #464645;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary);
  padding-bottom: 15px;
  padding-top: 15px;
}
.partners-links-cont {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
  max-width: 100%;
}
.partners-links-cont h4 {
  color: #464645;
  font-size: 1.6rem;
  font-weight: 500;
}
.partners-links-cont a {
  color: #464645;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 1036px) {
  .bckgr4 {
    background-image: none;
  }
  .partners-inner h2 {
    font-size: 3.4rem;
  }
}
/*====================car service===============================================*/
.main-top-cs {
  margin-top: 84px;
}
.lr-cont h4 {
  color: var(--gray-dark);
  font-size: 2.2rem;
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.lr-cont-cs li,
.lr-cont-cs p {
  font-size: 1.5rem;
  margin-left: 20px;
  padding-right: 5px;
}
.lr-cont-cs li {
  font-size: 1.5rem;
  color: var(--dark);
  font-weight: 500;
}
.lr-cont1 h3 {
  text-align: center;
}
.navbar-inner-left h4 {
  color: var(--primary);
  font-size: 3.8rem;
  margin-left: 40px;
  margin-right: 40px;
}
.main-right-cont-cs {
  position: relative;
  display: flex;
  flex: 1;
  background-image: url(https://4fleet.de/wp-content/uploads/2019/07/montagepartner.jpg);
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  border: 0;
  background-position: 88% 18%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-right: 100px;
  min-width: 600px;
}

.btn4 {
  color: var(--primary);
  font-size: 2rem;
  font-weight: 500;
  padding: 7px 12px;
  text-align: center;
  background-color: var(--white);
  border: 1px solid transparent;
  line-height: 1.1;
  border-radius: 7px;
  margin-top: 25px;

  cursor: pointer;
}
.btn4:hover {
  background-color: #05c58b;
  color: var(--white);
  border: 1px solid var(--primary);
}
.online-order-cont {
  background: rgba(255, 255, 255, 0.459);
  box-shadow: 0 4px 20px rgb(0 0 0 / 46%);
  border: 1px solid rgb(0 0 / 46%);
  width: 330px;
  margin-left: 20px;
  margin-top: 35px;
  border-radius: 16px;
}
.online-order-cont2 {
  background: rgba(255, 255, 255);
  box-shadow: 0 4px 20px rgb(0 0 0 / 46%);
  border: 1px solid rgb(0 0 / 46%);
  margin-top: 35px;
  border-radius: 16px;
  margin-bottom: 25px;
  padding: 12px;
}
.online-order-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.online-order-input {
  display: flex;
  position: relative;
}
.online-order-input img {
  height: 45px;
  width: 24px;
  position: absolute;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.online-order-form input {
  color: var(--gray-dark);
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  width: 220px;
  height: 45px;
  border: 2px solid var(--primary);
  border-radius: 10px;
  outline: none;
}
.online-order-form input::placeholder {
  color: #23478b4f;
  padding-bottom: 10px;
}
.online-order-selectFleet {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  height: 35px;
  border: 1px solid rgb(143, 143, 143);
  border-radius: 8px;
  width: 230px;
  margin-bottom: 8px;
}

.online-order-form button {
  width: 150px;
  color: var(--white);
  font-size: 2.4rem;
  background: var(--primary);
  border: 1px solid var(--primary);
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 10px 10px;
  width: 220px;
}
.btn44{
  width: 150px;
  color: var(--white);
  font-size: 2rem;
  background: var(--teal);
  border: 1px solid var(--teal);
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 10px 10px;
  width: 180px;
  cursor: pointer;
}
.btn44:hover {
  background-color: var(--teal);
  color: var(--white);
  border: 1px solid white;
}
.online-order-form a {
  text-decoration: none;
  color: white;
}
.online-order-form button:hover {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid white;
}

.online-order-form h3 {
  padding: 10px;
  color: var(--primary);
  font-size: 1.5rem;
  margin-inline-start: 0px;
}
.lr-cont1 h5 {
  font-size: 2rem;

  margin-top: 25px;
  text-align: right;
}

.ref-container {
  background-color: #e4f2fa;
  padding-bottom: 15px;
}
.ref-container-back {
  margin: 10px 10px 25px 20px;
  border-radius: 0 0 0 10px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  background-color: #fff;
  padding: 1.5rem;
  background-position: right top;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  font-weight: bolder;
  color: var(--gray-dark);
}

.ref-container-log {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ref-each {
  padding: 5px 15px 15px 15px;
}
.ref-each1 {
  padding: 7px 15px 6px 15px;
}
.ref-each1 img {
  width: 140px;
}
.ref-each2 {
  padding: 5px 15px 4px 15px;
}
.ref-each2 img {
  width: 120px;
}

.ref-each img {
  width: 120px;
}
.each1 img, .each2 img{
  width: 90px;
}
.each3{
  background-color: #517fae;
  border-radius: 3px;
  margin: 0 10px;
}
.each4{
  background-color: #333333;
  border-radius: 3px;
  margin: 0 10px;
}
.each25{
  background-color: #333333;
  border-radius: 3px;
  margin: 20px 20px;
}
.each25 img{
  width: 220px;
}

@media (max-width: 850px) {
  .lr-cont1 h3 {
    font-size: 2.4rem;
  }
  .online-order-form h3 {
    font-size: 1.5rem;
  }
  
}
@media (max-width: 1428px) {
  .lr-cont h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 725px) {
  .main-left-resp {
    display: block;
  }
  .lr-cont-cs {
    text-align: center;
    padding-bottom: 20px;
  }
  .lr-cont1 h3 {
    font-size: 2.8rem;
  }
  .lr-cont h2 {
    font-size: 3.8rem;
  }
  .main-right-cs {
    display: none;
  }
  .main-left {
    min-width: 10px;
  }
  
}
@media (max-width: 725px) {
  .lr-cont1 h3 {
    font-size: 2.2rem;
  }
}
/* search result part styling--------------------------------------------*/
.searchHidden{
  display: block;
}
.flx{
  display: flex;
  flex-wrap: wrap;
}
.flx1, .flx2{
  padding-bottom: 20px;
  margin-right: 20px;
}
.recom{
  color: var(--primary);
}

.searchHidden ul{
  list-style-type: none;
}
.car{
  margin-bottom: 15px;
}
.bold{
  font-weight: 600;
  font-size: 2rem;
  color: var(--primary)
}
.center{
  margin-bottom: 30px;
    /*background-image: url(https://4fleet.de/wp-content/themes/4fleet/img/tire.png);
    background-repeat: no-repeat;
    background-position-x: 105%;
    background-size: contain;*/
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1480px) {
  .center{
    background-image: none;
}
}

.lft-fnt{
 font-size: 1.5rem !important;
 font-weight: 300;
 margin-top: 40px !important;
 padding-right: 18px;
}

.fnt-main {
  font-size: 1.5rem;
  font-weight: 300;
  margin-left: 20px;
  padding-right: 5px;
  color: var(--gray-dark);
  padding-left: 20px;
}
.fnt-main h3 {
  padding: 8px 0;
  color: var(--gray-dark) !important;
  font-size: 1.5rem;
}
.fnt{
  font-size: 2.8rem;
  font-weight: 300;
  font-style: italic;
  color: var(--primary);
  padding-bottom: 15px;
}
.btn-ra {
  border-radius: 5px ;
  padding: 10px;
  text-decoration: none;
}
.btn-ra:hover {
  border: 1px solid white;
}


/*===================BOOKING MAP======================================================*/
.online-order-input-map img {
  height: 37px;
  width: 25px;
  position: absolute;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.input-plateNr-cont {
  display: flex;
  align-items: center;
}
.input-plateNr-cont h3 {
  padding-right: 10px;
  font-weight: 500;
  font-size: 1.5rem;
}

.input-plateNr {
  position: relative;
  color: black;
  font-size: 2.6rem;
  background: white;
  text-align: center;
  border: 2px solid black;
  border-radius: 10px;
  outline: none;
}
.input-plateNr img {
  position: absolute;
  top: -1px;
  left: -2px;
  border: 1px solid black;
  border-right: transparent;
}
.input-plateNr p {
  padding: 2px 10px 2px 30px;
}
.servCont-booking {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  justify-content: center;
}
.servCont-booking p {
  margin: 0px 5px 5px 0px !important;
  border: 2px solid var(--gray-dark);
  border-radius: 50%;
  color: transparent;
}

.busCard-container {
  min-width: 210px;
}

.replCar-display-YES {
  background-color: white;
  width: 45px;
  height: 45px;
  background-image: url("/4Fleet web/TEST DATA/img/replacementcar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.replCar-display-NO {
  display: none;
}

.townTruck-display-YES {
  background-color: white;
  width: 45px;
  height: 45px;
  background-image: url("/4Fleet web/TEST DATA/img/powtruck.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.townTruck-display-NO {
  display: none;
}

.pickUp-display-YES {
  background-color: white;
  width: 45px;
  height: 45px;
  background-image: url("/4Fleet web/TEST DATA/img/pickup.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pickUp-display-NO {
  display: none;
}
.painting-display-YES {
  background-color: white;
  width: 45px;
  height: 45px;
  background-image: url("/4Fleet web/TEST DATA/img/painting.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.painting-display-NO {
  display: none;
}
.mot-display-YES {
  background-color: white;
  width: 45px;
  height: 45px;
  background-image: url("/4Fleet web/TEST DATA/img/mot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mot-display-NO {
  display: none;
}
.roadassist-display-YES {
  background-color: white;
  width: 45px;
  height: 45px;
  background-image: url("/4Fleet web/TEST DATA/img/roadassistance.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.roadassist-display-NO {
  display: none;
}
.align span {
  font-size: 1.2rem;
  background: #333;
  color: white;
  padding: 2px 8px;
  border-radius: 50%;
  margin-left: 10px;
}
.helpCont {
  cursor: pointer;
}
.helpCont:hover .helpBox {
  display: block;
}

.sp {
  position: relative;
}
.helpBox {
  display: none;
  position: absolute;
  font-size: 1.3rem;
  font-weight: 400;
}

.helpBox p {
  background: #333;
  color: #f1f1f0;
  border-radius: 7px;
  position: relative;
  right: -60px;
  top: -40px;
  display: inline-block;
  padding: 8px 12px;
  text-align: center;
  width: 260px;
  font-size: 13px;
}
.helpBox p::before {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  top: 20px;
  right: 255px;
  border-width: 15px;
  border-color: transparent #333 transparent transparent;
  border-style: solid;
}
.alertColor {
  color: yellow;
}

/*====================FOOTER STYLE ALL PAGES======================================================*/
.page-form-container {
  margin-right: 0;
  margin-left: 0;
  padding-left: 2rem;
  background-image: url(https://4fleet.de/wp-content/themes/4fleet/img/tire.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  padding-bottom: 3rem;
  padding-top: 50px;
}
.page-form-head {
  padding-left: 2rem;
}

.page-form-form {
  padding-left: 2rem;
}
.page-form-head h3 {
  color: #23488b;
  font-style: italic;
  font-weight: bolder;
  margin-bottom: 0.5rem;
  font-size: 6rem;
}

.form-inner-cont {
  display: flex;
  max-width: 75%;
}

.form-inner-cont form {
  outline: none;
}

.inner-form-row {
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}
.inner-form-row1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 5px;
  margin-top: 12px;
  padding: 0 5px;
}
@media (max-width: 501px) {
  .inner-form-row1 {
    display: flex;
    flex-direction:column ;
    margin-left: 5px;
    margin-top: 12px;
    padding: 0 5px;
  }

}
.btn-vr{
  padding-bottom: 10px;
}
.inner-form-row label {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  color: #495057;
}

.form-input {
  margin-right: 20px;
}
.row-input-cont {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
}
.formcontrol,
.textarea {
  display: block;
  width: 100%;
  padding: 0.475rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.part1{
  margin-right: 150px;
}
.sp-bold{
  font-weight: 600;
  font-size: 1.6rem;
}
.part2{
  margin-top: 50px;
}

.part2 h3{
  margin-bottom:36px;
  padding-left: 3px;
}

.formcontrol1,
.textarea1 {
  display: block;
  width: 200px;
  padding: 0.475rem 0.75rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--gray-dark);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.textarea {
  height: 36px;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}
.textarea1 {
  height: 36px;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}

/*background-color: #23488b; border-color: #23488b; cursor: pointer;*/
.form-btn {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--gray);
  cursor: not-allowed;
  border-radius: 5px;
  margin-left: 1rem;
  margin-right: 30px;
}
.form-btn1 {
  color: #fff;
  background-color: var(--gray);
  border-color: var(--gray);
  cursor: not-allowed;
  border-radius: 5px;
  margin-left: 1rem;
  margin-right: 30px;
}

.form-btn input {
  color: #fff;
  background-color: var(--primary);
  border: none;
  border-color: var(--gray);
  cursor: not-allowed;
  font-size: 1.6rem;
}
.submit {
  display: flex;
  align-items: center;
}

.rights {
  font-size: 1.5rem;
  color: #495057;
  padding-left: 5px;
}
.vr-k{
  padding-bottom: 15px;
}
.foot-line-cont {
  margin-right: 0;
  margin-left: 0;
  padding-left: 2rem;
  padding: 2.5rem 0;
  background-color: #23488b;
  color: #fff;
  box-shadow: 0 -4px 10px rgb(0 0 0 / 46%);
}
@media (max-width: 1036px) {
  .inner-form-row {
    flex-wrap: wrap;
  }
  .page-form-container {
    background-image: none;
  }
  .page-form-head h3 {
    font-size: 4rem;
  }
}
.mySlides {
  display: none;
}
/* ------------------TEST USKO ---------------------------------------------*/
#noResult{
  display: none;
}
#yesResult{
  display: none;
}
.flex{
  display: flex;
}
.bodyMain{
  background-color:#e4f2fa ;
}

body{
  background-color: #e4f2fa;
}

.ftr{
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  background-color: var(--primary);
  color: var(--white);
  height: 45px;
  padding: 0;
  box-shadow: 0 4px 10px rgb(0 0 0 / 46%);
}
#delay{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
    
}
#delay h3{
  padding: 25px 80px 25px 20px;
  font-size: 3rem;
  border-radius: 6px;
  color: var(--primary);
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#delay img{
  height: 35px;
}
.marker-block-changed2 {
  width: 100%;
  background-color: #8d8d8d;
  display: inline;
  border-radius: 0.25rem;
  cursor: pointer;
  color: white;
  cursor: not-allowed;
  font-size: 1.5rem;
  text-align: center;
}
.spinner {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background: radial-gradient(farthest-side,var(--primary) 94%,#0000) top/9px 9px no-repeat,
          conic-gradient(#0000 30%,var(--primary));
   -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
   animation: spinner-c7wet2 1s infinite linear;
}

@keyframes spinner-c7wet2 {
   100% {
      transform: rotate(1turn);
   }
}