body {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-family: "Libre Franklin", sans-serif;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */

#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
header .row{
  align-items: center;
}
#menu .navbar-nav > li > a {
    padding: 0;
    background-color: transparent;
    color: #403e3d;
    font-size: 15px;
    font-weight: 600;
}
#menu .navbar-nav > li > a:hover {
    color: #d83030;
}
#menu .navbar-nav > li {
  margin-right: 24px;
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #000;
  font-size: 0;
}
#menu .navbar-toggler {
	border: none;
}
#menu .navbar-toggler i::before {
  color: #000;
  font-size: 20px;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  color: #e2e2e2;
  margin-top: 6rem;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  text-decoration: none;
  width: 100%;
  padding-top: .25rem;
  padding-bottom: .25rem;
  color: #e6e4e3;
  font-size: 15px;
}
footer li {
    display: -ms-flexbox;
    display: flex;
    word-break: break-word;
}
footer .footer-links ul {
    -ms-flex-direction: column;
    flex-direction: column;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb{
  justify-content: center;
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item:first-child{
  padding-left: 0;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
.hero-text.hero-title {
  font-size: 43px;
  line-height: 56px;
  color: #1a1817;
  font-weight: 700;
  margin-bottom: 16px;
}
.custom-margin-hero {
	max-width: 570px;
}
.hero-text.hero-description {
  font-size: 18px;
  line-height: 1.625;
  color: #73706f; 
  margin-bottom: 0;
}
.bg-primary {
  background-color: #e1fae9 !important;
}
.postcode-hero-form-container .bg-primary {
  background-color: #fff !important;
  margin: 15px 0;
}
.list-group-check .list-group-check-item.list-group-check-item-secondary::before {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23d83030' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 9.5L7.5 15 18 4.5'/%3E%3C/svg%3E%0A");
	background-size: 20px 20px;
}
.list-group-check .list-group-check-item::before {
  position: absolute;
  top: 3.05px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border:0;
}
.list-group-check .list-group-check-item{
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  line-height: 1.45;
  color: #73706f;
  margin-bottom: 8px;
}
.list-group-check {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	list-style: none;
}
/* second section  */
.bg-secondary {
  background-color: #f2f7fc !important;
}
.pre-title {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #2142a6;
  margin-bottom: 5px;
  font-weight: 300;
}
#how-it-works-text .h2{
  font-size: 1.675rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 16px;
}
.how-it-works{
  padding: 48px;
}
.circle.circle-bg-secondary {
	background-color: #d83030;
	border: solid 2px #d83030;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.circle-xs + .vertical-line {
  margin-left: 13px;
	border-left: 2px solid #d83030 !important;
  height: 100% !important;
}
.how-it-works .steps.text-gray {
	max-width: 518px;
	float: right;
}
.how-it-works .steps h4{
  color: #403e3d;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
p{
  color: #403e3d;
  font-size: 15px;
  line-height: 1.625;
  font-weight: 300;
}
.how-it-works .lead{
  max-width: 415px;
}
.background-dots {
  background-image: url("../../../image/catalog/background.svg");
  background-repeat: no-repeat;
  background-position: 0 1rem;
  background-size: 268px 343px;
}
/* review-section */
.review-section .h2, .city-list .h2,.reson-section .h2,.about-section .h2{
  font-weight: 700;
  font-size: 1.675rem;
  line-height: 1.33;
  margin-bottom: 16px;
  color: #000000;
}
.p-large {
  font-size: 1rem;
  line-height: 1.625;
  color: #000000;
}
.review-section .p-large, .city-list .p-large{
  margin-bottom: 48px;
}
.review-section .card-body .p-large{
  margin-bottom: 8px; 
}
.bg-primary-lighter {
  background-color: rgb(231.4,248.9,239.6) !important;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.review-section .panel{
  margin-bottom: .5rem;
  box-shadow: .5rem .5rem 0 0 rgba(51,20,5,.03);
  border: 1px solid #e6e4e3;
  padding: 32px;
  position: relative;
  transition: 0.3s ease;
}
.shift-up:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.review-section .profile-icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1px solid #e6e4e3;
  margin-right: .75rem;
}
.object-contain {
	-o-object-fit: contain;
	object-fit: contain;
}
.company-rating-very-good.rating-box{
  background-color: #13c265;
}
.rating-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
  font-weight: 700;
  color: #fff;
  padding: 2px 10px;
	height: 28px;
  font-size: 1rem;
}
.text-outstanding {
	font-size: 17px;
	font-weight: 600;
}
.text-gray-light {
	color: #73706f;
}
.review-section .card-title {
  margin-bottom: 1rem;
}
.review-section .card-text{
  margin-bottom: 20px;
}

/* city list */
.city-element-description {
	border: 1px solid #e6e4e3;
	border-left: 0;
  padding-left: 16px;
}
.city-element-description-name {
	margin-right: .375rem;
	line-height: 1.5rem;
  padding: 15px 0;
  margin-bottom: 0;
  color: #000;
}
.city-element-description-name a{
  color: #000;
}
.d-flex{
  display: flex;
}
.city-element-description-companies-count {
	line-height: 1rem;
	color: #73706f;
  margin:0;
  font-size: 13px;
  }
  .city-element{
    margin-bottom: 8px;
  }
  .btn-secondary {
    color: #212529;
    background-color: #fff;
    border-color: #d83030;
    color: #d83030;
    border-style: solid;
    border-width: 2px;
    padding: calc(.625rem - .125rem) calc(1rem - .125rem);
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
  }
  .btn-secondary:hover {
    color: #fff;
    background-color: #d83030;
    border-color: #d83030;
  }
  .cities-list-wrapper{
    margin-bottom: 24px;
  }
  /* get quote */
  .get-quote {
    padding: 48px;
  }
  .get-quote h3{
    font-size: 1.4rem;
    line-height: 1.33333333;
    color: #1a1817;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .get-quote .p-lg-large{
    max-width: 475px;
  }
  .get-quote input{
      height: auto;
      padding: calc(.75rem - .125rem) 1rem;
      font-size: 1.25rem;
      line-height: 1.6;
      border: 2px solid #e6e4e3;
  }
  .btn-arrow::after {
    display: block;
    width: calc(1rem * 1.5);
    height: calc(1rem * 1.5);
    content: "";
    padding-right: 1.5rem;
    margin-left: .5rem;
    background:
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 12.2c3.667-.267 7.5-.3 11.5-.1 1.694.085 3.86.051 6.5-.1m-7 7c3.5-3 7-7 7-7s-2-3-7-7'/%3E%3C/svg%3E%0A") no-repeat;
  }
  .btn-arrow {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn-primary {
    color: #fff;
    background-color: #13c265;
    border-color: #13c265;
    color: #fff;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #009952;
    border-color: #009952;
    color: #fff;
  }
  .btn-group-lg > .btn, .btn.btn-lg {
    padding: 1rem 1rem;
    font-size: 1.125rem;
    line-height: 1.35;
    border-radius: 4px;
  }
  .get-quote .row{
    align-items: center;
  }

  /* reson section */
  .text-secondary-dark {
    color: #2142a6;
  }
  .reson-section .icon-circle {
    width: 7.5rem;
    height: 7.5rem;
    display: flex;
    border-radius: 50%;
    align-items: center;
    margin-bottom: 32px;
    margin-top: 16px;
  }
  .reson-section .icon-circle img {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
  }
  .reson-section h4{
    margin-bottom: .5rem;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #403e3d;
    margin-top: 0;
    font-weight: 700;
  }
  /* about us */
  .link-secondary.large {
    font-size: 1.125rem;
    line-height: 1.625;
  }
  .link-secondary {
    color: #d83030 !important;
    text-decoration: none;
  }
  .about-section .bg-secondary{
    padding: 48px;
  }
  .link-secondary.bold {
    font-weight: 600;
  }
  .about-section .h-2_5.h-lg-auto{
    margin-bottom: 24px;
  }
  .about-section h3{
    font-size: 1.5rem;
    line-height: 1.33333333;
    color: #1a1817;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .about-section .bg-secondary .p-large{
    margin-bottom: 32px;
  }
  .horizontal-line-gray-300 {
    border-top: 1px solid #e6e4e3;
  }
  .list-service .menu-links h4{
    font-size: 1.12rem;
    line-height: 1.3;
    color: #403e3d;
    margin-bottom: .75rem !important;
    font-weight: 600;
  } 
  .menu-links .menu-nav li {
    margin-bottom: .5rem;
    display: block;
  }
  .menu-links .menu-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
  }
  .menu-links .menu-nav a {
    color: #403e3d;
    font-size: 0.9rem;
  }
  header {
    z-index: 1;
    line-height: 1.33;
    color: #403e3d;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .08), 0 0 4px 0 rgba(0, 0, 0, .16);
    padding: 16px 0;
    border-bottom: 1px solid #eee;
  }
  /*footer */
  footer .p-x-large {
    font-size: 1.15rem;
    line-height: 1.625;
    margin-bottom: 48px;
    margin-top: 8px;
    color: #f5f3f2
  }
  footer li {
    display: -ms-flexbox;
    display: flex;
    word-break: break-word;
  }
  footer .h5{
    font-size: 1.0625rem;
    line-height: 1.41;
    margin-bottom: .75rem !important;
  }
  footer .footer-bottom-list {
      padding: 1.5rem 0 1rem;
      background-color: #333; 
  } 
  footer .footer-bottom-list .nav li {
    display: -ms-flexbox;
    display: flex;
    padding-right: 1rem;
    padding-left: 1rem;
}
footer .footer-bottom-list .nav{
  display: flex;
  float: left;
}
footer .footer-bottom-list .copyright {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
footer .footer-links {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.frontpage-component-container{
    margin: 6rem 0;
}
.frontpage-component-container.list-service {
	margin-bottom: 0;
}
.timeline__event__date {
    font-size: 1rem;
    font-weight: 600;
    background-color: #e1fae9;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    background-color: #009952;
    width: 4px;
    z-index: 0;
}
.timeline {
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.timeline__event {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.timeline__event__content {
    padding: 20px;
    box-shadow: 0 4px 12px rgba(50, 50, 93, 0.25), 0 2px 6px rgba(0, 0, 0, 0.3), 0 -2px 6px rgba(0, 0, 0, 0.025);
    background-color: #fff;
    border-radius: 6px;
}
.timeline__event__title {
    font-size: 1rem;
    font-weight: 600;
    color: #009952;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
.static-text p {
    margin-bottom: 1rem;
    font-size: 15px;
    line-height: 1.625;
}
.static-text strong{
  font-weight: 600;
}
#information-information h1{
    font-size: 2.1rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1.5rem !important;
    margin-top: 3.5rem !important;
    color: #000;
}
.wp-block-heading{
  color: #000;
  font-weight: 700;
  font-size: 1.475rem;
  margin-top: 32px;
  margin-bottom: .75rem;
}
.wp-block-columns.info-layout-flex .is-layout-flow .wp-block-heading{
    font-size: 1.1rem;
    max-width: 202px;

}
body .info-layout-flex {
    display: flex;
}
.info-layout-flex a:hover {
    color: #d83030;
    text-decoration: underline;
}
.info-layout-flex a {
    color: #d83030;
}
#information-information .sd-p-lg-3{
  padding: 3rem;
  margin-bottom: 32px;
}
#information-information .sd-p-lg-3 h3{
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem !important;
  color: #000;
}
#information-information .p-lg-large {
    font-size: 1.125rem;
    line-height: 1.625;
    margin-bottom: 1.5rem;
}
#information-information .mb-2_5 {
    margin-bottom: 2.5rem !important;
}
h5.province-title {
  font-size: 20px;
  margin-top: 50px
}

.province-title i {
  font-size: 0px;
  color: #FF0000
}

.province-title i::before {
  font-size: 20px;
  color: #FF0000
}


.rolstoelvervoer-main-sec ul li,
ul.branches-list li {
  list-style-type: none
}

ul.branches-list {
  padding-left: 25px
}

.branches-list li a {
  font-size: 16px;
  color: #1d3052;
  text-decoration: underline;
  font-weight: 600;
  line-height: 28px
}

.branches-list li a:hover,
.widget_categories a:hover {
  color: #FF0000
}

.branches-list li {
  margin-bottom: 5px
}
.saperate-me {
	padding-top: 35px;
	padding-bottom: 35px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
  align-items: center;
}

/* faq page */
@media (min-width:768px) {
  .stiky-menu-faq {
    position: sticky;
    top: 50px;
  }
}
.services-menu {
  border: 1px solid #ffddc8;
  border-radius: 15px;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.help-section {
  padding: 30px;
  background-color: #fff;
}
.service-content, .service-section {
  margin-bottom: 30px;
}
.services-menu ul li {
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.services-menu ul li a.text-danger {
	color: #757575 !important;
  font-weight: 400 !important;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.services-menu ul li a.text-danger:hover{
  color: #E95C1D !important;
  cursor: pointer;
}
.faq-page .main-heading {
	margin-top: 70px;
}
.faq-page #faqc1 .main-heading{
  margin-top: 0;
}
.faq-section .panel-group .panel {
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0;
}
.panel-default > .panel-heading {
	background-color: #fff0;
}
.faq-section .panel-heading, .faq-page .panel-heading {
	padding: 0 !important;
}
.faq-section a.collapsed::after {
	content: '\f067';
	color: #0e0d18;
}
.faq-section a.collapsed::after, .faq-section a::after {
	font-weight: 400;
	font-family: FontAwesome;
	font-size: 14px;
	cursor: pointer;
	float: right;
}
.faq-section a::after {
	content: '\f068';
	color: #000;
}
.faq-section .panel-title span, .faq-section .panel-title a {
	text-decoration: none;
	display: block;
	color: #0e0d18;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
	letter-spacing: 0;
	padding-bottom: 25px;
	padding-top: 25px;
}
.faq-section .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
	padding: 0 0 25px;
	font-size: 16px;
	color: #757575;
	line-height: 24px;
}
.faq-section h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
  color: #000;
}
.faq-section h2 span {
	color: #E95C1D;
}

.static-text.intro p {
	font-size: 1rem;
}
.static-text {
	color: #403e3d;
}
.static-text.intro p {
	margin-bottom: 2.5rem !important;
}
body .is-layout-flex {
	display: flex;
  justify-content: space-between;
}
.static-text.intro p.yoast-reading-time__wrapper {
	margin-bottom: 0 !important;
}
.wp-container-core-columns-is-layout-1 {
  margin-bottom: 1.75em;
}
.yoast-reading-time__icon{
  margin-right: 15px;
}
#information-information strong{
  font-weight: 600;
}
#information-information a{
  color: #d83030;
}
#information-information .services-menu a {
	color: #000;
}
#information-information {
	overflow: hidden;
}
.row.form-wrapper {
	align-items: center;
}
.box-content-info{
  padding: 3rem !important;
}
.box-content-info h3{
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
}
#information-information a.btn-primary{
  color: #fff;
}
.tablepress {
	margin-bottom: 1.5rem;
	font-size: .875rem;
	line-height: 1.42857143;
	border: 1px solid #e6e4e3;
  font-size: .875rem;
  line-height: 1.42857143;
  width: 100%;
}
.tablepress thead th {
	color: #fff !important;
	background-color: #13c265 !important;
  border-color: #e6e4e3;
}
.tablepress td, .tablepress th {
	padding: .5rem 1.12rem;
}
.tablepress > :where(tbody.row-striping) > :nth-child(2n+1 of :where(:not(.child, .dtrg-group))) > * {
  background-color: var(--odd-bg-color);
  color: var(--odd-text-color);
}
.tablepress tr {
	border-bottom: 1px solid #e6e4e3;
}
.tablepress tbody tr:nth-child(2n+1) {
	background-color: var(--odd-bg-color) !important;
}
#information-information .bg-primary.get-quote{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

#information-information .panel.panel-bordered {
	border: 1px solid #e6e4e3;
}
#information-information .panel.panel-shadowed {
  margin-bottom: .5rem;
  box-shadow: .5rem .5rem 0 0 rgba(51,20,5,.03);
}
#information-information .h-4.h-md-3 {
	height: 3rem;
  margin: 1rem 1rem;
  color: #000;
}
label.col-form-label {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 0;
}
.form-control {
    min-height: 42px;
}
.our-info h3{
    color: #011b72;
    line-height: 28px;
    font-size: 14pt;
    margin-top: 1.5em;
    margin-bottom: 20px;
    font-weight: 700;
}
.our-info p, .our-info ol li{
      color: #011b72;
      font-size: 18px;
      font-weight: 400
}
.heading-top{
    background-color: #011b72;
    text-align: center;
    padding: 100px 0;
    margin-bottom: 50px;
}
.heading-top h1{
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
.mini_slider_result_redirect{
	float: none !important;
}
@media(max-width: 767px) {
	.mini_slider_result_redirect {
	    padding: 0 10px;
	    margin-top: -115px !important;
	}
  .btn.btn-navbar {
    border: none !important;
  }
  .hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }
  .navbar-toggler-icon-xs {
    width: 1.75rem;
    height: 1.5rem;
    margin-left: .25rem;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%231a1817' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3.1 5.9c1.93.21 4.562.247 7.897.108C16 5.8 19.765 6.115 20 6.1c.326-.02.659-.054 1-.1M3 12.2c-.112-.211.222-.311 1-.3 3.31.047 8.782.199 11 .1 3-.133 5-.133 6 0M3 18c-.667-.067.833-.1 4.5-.1 1.949 0 4.08.181 6.5.2 1.422.011 3.755-.022 7-.1'/%3E%3C/svg%3E") 50% / 100% 100% no-repeat;
  }
  .frontpage-component-container {
    margin: 2rem 0;
  }
   #information-information .bg-primary.get-quote {
    margin: 2rem 0 !important;
  }
  .how-it-works, .box-content-info, .get-quote, #information-information .sd-p-lg-3 {
    padding: 20px !important;
  }
  #information-information h1 {
    margin-top: 1.5rem !important;
  }
  .review-section .panel {
    padding: 16px;
  }
  body .info-layout-flex {
    display: block;
  }
  .faq-section h2 {
    font-size: 20px;
  }
  .faq-section .panel-title span, .faq-section .panel-title a{
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .reson-section .icon-circle {
    width: 5rem;
    height: 5rem;
  }
  .reson-section .icon-circle {
    width: 5rem;
    height: 5rem;
  }
  .about-section .bg-secondary {
    padding: 20px;
  }
  footer {
    margin-top: 3rem;
  }
  .xs-toggle {
    position: absolute;
    right: 0;
  }
  .hero-text.hero-title {
    font-size: 34px;
    line-height: 44px;
    color: #fff;
  }
  .bg-light-slider img{
  	position: unset !important;
  }
  .hero-text.hero-description {
    color: #fff;
}
.bg-light-slider {
    padding: 15px 0;
    margin: 0 -15px;
    overflow: hidden;
}
  .header-seo-hidden-menu {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
  }
  .custom-margin-hero {
    position: relative;
    z-index: 9;
    margin-top: 205px;
    padding: 0 15px;
  }
  .hero-image.img-fluid {
    min-height: 500px;
  }
  .first-home{
    margin-top: 0px;
  }
  .sidenav .close-nav {
    background-color: #161616;
    padding: 12px 15px;
    width: 100%;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
  }
  body.active .sidenav {
    overflow-x: unset;
    overflow-y: scroll;
  }
  .sidenav, body.active::before {
    top: 0;
    left: 0;
    height: 100%;
  }
  .sidenav {
    width: 0;
    position: fixed;
    transition: .5s;
    overflow-x: hidden;
    box-shadow: 5px 0 5px 0 rgb(0 0 0 / .06);
    clear: both;
    background-color: #222429;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 9999;
  }
  .sidenav .close-nav {
    background-color: #161616;
    padding: 12px 15px;
    width: 100%;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
  }
  .closebtn {
    background-color: #fff0;
    border: none;
    padding: 0;
    float: right;
  }
  #menu .navbar-collapse {
    display: block;
  }
  #menu .nav > li > a {
    padding: 15px;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / .1);
    margin: 0;
  }
  .close-nav i{
    color: #fff;
  }
  .bg-light-slider .row {
    flex-direction: column-reverse;
	}
	.slider-text {
	    position: absolute;
	    margin-top: -200px;
	    left: 15px;
	}	
	.mini_slider_result_redirect {
    width: auto;
	}
}
@media(max-width: 575px) {
  .cities-list-wrapper .col-4{
      width: 100%;
  }
  .cities-list-wrapper .row-narrow{
    display: block;
  }
}
.bg-light-slider {
    padding: 35px 0;
    background-color: #fff !important;
} 
.bg-light-slider ul li{
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  display: inline-block;
  margin: 0 8px;
} 
.bg-light-slider ul li i,.bg-light-slider .our_services .service_item i{
  font-size: 0;
}
.bg-light-slider ul li i::before{
  font-size: 20px;
  color: #ffab00;
  margin-right: 10px;
}
.bg-light-slider ul{
  padding-left: 0;
}
.bg-light-slider h1{
    font-size: 52px;
    font-weight: 600;
    color: #000;
    margin-left: 8px;
    margin-bottom: 100px;
}
.bg-light-slider .our_services .service_item .count{
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
.bg-light-slider .our_services .service_item .service_name{
  display: block;
  color: #000;
}
.bg-light-slider .our_services .service_item{
  display: inline-block;
  padding: 5px;
}
.bg-light-slider .our_services .service_item i::before{
  font-size: 24px;
  color: #000;
  margin-right: 10px;
} 
#pjWrapperTaxiBooking_theme11 .pjTbs-box-title{
	padding-bottom: 17px !important;
}
.bg-light-slider .row{
    display: flex;
    align-items: end;
}
.bg-light-slider img{
position: relative;
    top: 10px;
}
@media(max-width: 767px){
	.bg-light-slider h1 {
	    font-size: 36px;
	    margin-bottom: 30px;
	}
	#pjWrapperTaxiBooking_theme11 .container-fluid{
		padding: 0;
	}
	#pjWrapperTaxiBooking_theme11 .row.row-pad{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.bg-light-slider ul{
		padding-top: 15px;
	}
}
