@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto-regular.woff2") format('woff2'), url("/fonts/roboto-regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1 {
  color: #212530;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 6px;
  margin: 0;
  padding: 0 0 50px;
  text-align: center;
}
h2 {
  color: #212530;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 4px;
  margin: 0;
  padding: 0 0 40px;
}
h3 {
  color: #212530;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  padding: 0 0 30px;
}
h4 {
  color: #212530;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 15px;
}
p,
a,
li {
  color: #212530;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
p,
ul {
  padding: 0 0 15px;
}
body.hotels section.banner {
  margin-bottom: 30px;
  margin-top: 130px;
}
body.hotels section.transportation {
  margin-bottom: 40px;
}
body.hotels section.contact {
  margin-top: 40px;
}
body.hotels section.maps {
  margin: 40px 0;
}
body.hotels h1,
body.hotels h2,
body.hotels h3,
body.hotels h4,
body.hotels h5,
body.hotels h6 {
  color: #000;
  text-align: left;
}
body.hotels h1 {
  font-size: 32px;
}
body.hotels h2 {
  font-size: 30px;
}
body.hotels h3 {
  font-size: 28px;
  font-weight: 600;
}
body.hotels ul {
  padding-left: 2rem;
}
section#blog-index {
  margin-top: 100px;
  padding: 30px 0;
  position: relative;
}
section#blog-index .card {
  margin-bottom: 15px;
}
section#blog-index .card .card-title {
  color: $color-orange-1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}
section#blog-index .card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section#blog-index .card a.btn {
  background-color: $color-orange-1;
  border: $color-orange-1;
  color: #fff;
}
@media (max-width: 767px) {
  section#blog-index h2 {
    font-size: 22px;
  }
  section#blog-index p {
    font-size: 18px;
  }
}
section#article {
  margin-top: 100px;
  padding: 30px 0;
  position: relative;
}
section#article h1,
section#article h2,
section#article h3,
section#article h4,
section#article h5 {
  color: #00a9e4;
}
section#article h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}
section#article h2 {
  font-size: 34px;
}
section#article h3 {
  font-size: 30px;
}
section#article p,
section#article li {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: justify;
}
@media (max-width: 767px) {
  section#article h1 {
    font-size: 22px;
  }
  section#article h2 {
    font-size: 20px;
  }
  section#article h3 {
    font-size: 18px;
  }
  section#article p,
  section#article li {
    font-size: 16px;
  }
}
section#mycabotransfers {
  background-color: #6284bf;
  color: #212530;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
section#mycabotransfers h2 {
  color: #fafcff;
  font-size: 30px;
  margin: 0;
  padding: 0;
}
section#mycabotransfers h4,
section#mycabotransfers h5 {
  color: #212530;
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}
section#mycabotransfers h5 {
  background-color: #3a598f;
  color: #fff;
}
section#mycabotransfers #step-0 a {
  align-items: center;
  color: #212530;
  cursor: pointer;
  border: 2px solid #3a598f;
  border-radius: 8px;
  display: flex;
  font-size: 40px;
  height: 80px;
  justify-content: center;
  margin-bottom: 10px;
}
section#mycabotransfers #step-0 a img {
  height: 100%;
  width: auto;
}
section#mycabotransfers #step-0 a p {
  color: #212530;
  padding: 0;
}
section#mycabotransfers #step-0 a p.text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
section#mycabotransfers #step-0 a p.subtext {
  font-size: 14px;
  font-weight: 400;
}
section#mycabotransfers .form-error label {
  color: #f00;
}
section#mycabotransfers .form-error input {
  border: 1px solid #f00;
}
section#mycabotransfers #thanks-before {
  display: flex;
}
section#mycabotransfers #thanks-after {
  display: none;
}
section#mycabotransfers #main-header {
  color: #fafcff;
  margin-bottom: 20px;
}
section#mycabotransfers #main-header i {
  padding: 0 2px;
}
section#mycabotransfers #main-header a {
  color: #fafcff;
  padding: 0 10px;
  text-decoration: none;
}
section#mycabotransfers .qtyminus,
section#mycabotransfers .qtyplus {
  align-items: center;
  background: #3a598f;
  border-radius: 4px;
  color: #fafcff;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  height: 40px;
  justify-content: center;
  width: 40px;
}
section#mycabotransfers #mycabotransfers-booking .border-card {
  background-color: #fafcff;
  overflow: hidden;
}
section#mycabotransfers #mycabotransfers-booking .reservation-header {
  background-color: #3a598f;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
section#mycabotransfers #mycabotransfers-booking .reservation-header p {
  color: #fff;
  margin: 0;
  padding: 0;
}
section#mycabotransfers #mycabotransfers-booking .footer-paypal {
  margin-bottom: 15px;
}
section#mycabotransfers #mycabotransfers-booking .footer-paypal p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
section#mycabotransfers #mycabotransfers-booking .footer-paypal img {
  max-width: 250px;
  width: 70%;
}
section#mycabotransfers #square-image {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
section#mycabotransfers #square-image img {
  width: 100%;
}
section#mycabotransfers form {
  margin: 0;
}
section#mycabotransfers .row-group {
  float: left;
}
section#mycabotransfers .col-12 {
  position: relative;
}
section#mycabotransfers #step-2,
section#mycabotransfers #step-3,
section#mycabotransfers #step-4,
section#mycabotransfers #step-5 {
  min-height: 620px;
}
section#mycabotransfers #step-1,
section#mycabotransfers #step-2,
section#mycabotransfers #step-3,
section#mycabotransfers #step-4,
section#mycabotransfers #capacity-hiace,
section#mycabotransfers #capacity-sprinter,
section#mycabotransfers #capacity-shuttle,
section#mycabotransfers #pickup,
section#mycabotransfers #departure,
section#mycabotransfers #grocery-stop-cash,
section#mycabotransfers #grocery-stop-paypal {
  display: none;
}
section#mycabotransfers .area {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
section#mycabotransfers .area .selector,
section#mycabotransfers .area .title {
  width: 50%;
}
section#mycabotransfers .area .title h3 {
  color: $color-1;
  font-size: 20px;
  margin: 0;
}
section#mycabotransfers .info {
  width: 100%;
}
section#mycabotransfers .info .text {
  display: block;
  overflow: hidden;
  padding: 30px 15px;
}
section#mycabotransfers .info .text h4 {
  border-bottom: solid 2px #dfe6f2;
  color: #dfe6f2;
  font-family: Raleway, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 1em 0;
  padding-bottom: 1em;
  text-transform: uppercase;
}
section#mycabotransfers .info .info-row {
  align-items: center;
  display: flex;
  height: 30px;
}
section#mycabotransfers .info .info-row h6 {
  margin: 0;
}
section#mycabotransfers .info .info-row p {
  height: 30px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section#mycabotransfers .info.info-container {
  flex-direction: column;
  padding: 30px 15px;
}
section#mycabotransfers input[type="text"],
section#mycabotransfers input[type="number"],
section#mycabotransfers input[type="date"],
section#mycabotransfers input[type="time"],
section#mycabotransfers input[type="button"],
section#mycabotransfers input#form-hotel,
section#mycabotransfers select {
  border: 1px solid #000;
  border-radius: 8px;
  color: #000;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  outline: none;
  padding: 0 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
section#mycabotransfers select option:hover,
section#mycabotransfers select option:focus,
section#mycabotransfers select option:active,
section#mycabotransfers select option:checked {
  background-color: #3a598f !important;
  color: #fafcff;
}
section#mycabotransfers input[type="checkbox"] {
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  height: 30px;
  outline: none;
  padding: 0 10px;
  width: 30px;
}
section#mycabotransfers input.submit-button {
  background-color: #3a598f;
  border: 0;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
}
section#mycabotransfers input.submit-button[disabled="disabled"],
section#mycabotransfers div.qtyplus[disabled='disabled'],
section#mycabotransfers div.qtyminus[disabled='disabled'] {
  opacity: 0.5;
}
section#mycabotransfers input::placeholder {
  color: #202025;
  height: 30px;
  line-height: 30px;
  opacity: 1;
}
section#mycabotransfers input:-ms-input-placeholder {
  color: #202025;
}
section#mycabotransfers input::-ms-input-placeholder {
  color: #202025;
}
section#mycabotransfers input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
section#mycabotransfers input#form-hotel {
  margin-bottom: 0;
}
section#mycabotransfers #form-pax {
  margin: 0 10px 20px;
  max-width: 80px;
  text-align: center;
}
section#mycabotransfers label {
  color: #202025;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  width: 100%;
}
section#mycabotransfers select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
section#mycabotransfers .easy-autocomplete-container ul {
  background-color: #fff;
  color: #202025;
}
section#mycabotransfers .easy-autocomplete-container ul li.selected {
  background-color: #3a598f;
  color: #fff;
}
section#mycabotransfers .easy-autocomplete.eac-round {
  margin-bottom: 20px;
  width: auto !important;
}
section#mycabotransfers .unit-image {
  text-align: center;
}
section#mycabotransfers .unit-image img {
  max-width: 150px;
}
section#mycabotransfers .unit-txt {
  padding: 15px 0;
}
section#mycabotransfers .unit-txt p {
  line-height: 20px;
  margin: 0;
}
section#mycabotransfers .selected-unit {
  background-color: #dfe6f2;
}
section#mycabotransfers .selected-unit .unit-txt {
  color: #dfe6f2;
}
section#mycabotransfers #step-3 button {
  background-color: #3a598f;
  border: 0;
  border-radius: 4px;
  color: #fff;
  height: 44px;
  width: 100%;
}
section#mycabotransfers #step-3 #click-paypal {
  height: 1px;
  width: 1px;
}
section#mycabotransfers #step-3 input {
  border: 0;
  width: auto;
}
section#mycabotransfers #step-3 #paypal-button-container {
  display: flex;
  justify-content: center;
}
section#mycabotransfers #step-3 p {
  font-size: 16px;
  margin: 0;
  text-align: right;
}
section#mycabotransfers #services {
  color: #fff;
  padding: 30px 0;
}
section#mycabotransfers #services .service-container {
  align-items: center;
  display: flex;
  font-size: 36px;
  height: 45px;
  line-height: 40px;
}
section#mycabotransfers #services .service-container .service-image {
  align-items: center;
  display: flex;
}
section#mycabotransfers #services .service-container .service-text {
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 18px;
  height: 45px;
  margin-left: 20px;
}
section#mycabotransfers #services .service-container .service-text p {
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  section#mycabotransfers .info .info-row {
    display: block;
    height: auto;
  }
  section#mycabotransfers .info .info-row h6 {
    font-size: 14px;
  }
  section#mycabotransfers .info .info-row p {
    font-size: 18px;
    line-height: 18px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  section#mycabotransfers .info.special {
    margin-top: 30px;
  }
  section#mycabotransfers .info .unit-txt p {
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 575px) {
  section#services h2 {
    font-size: 30px;
  }
  section#services h3 {
    font-size: 26px;
  }
  section#services .col-sm-3 img {
    height: 50px;
    margin: 10px 0;
  }
  section#services .box-grocery {
    padding: 0;
  }
  section#services .box-grocery p {
    font-size: 18px;
  }
}
.wait-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.ui-datepicker-calendar a {
  font-size: inherit !important;
}
section#map {
  padding: 40px 0;
}
body {
  font-family: 'Roboto';
  background-color: #fff;
}
body section#faq h4 {
  margin-bottom: 0;
}
body section#faq button {
  font-size: inherit;
}
body section#faq .accordion-body {
  font-size: 22px !important;
}
body .form-check-input:checked {
  background-color: $color-red-2 !important;
  border: 1px solid $color-red-2 !important;
}
body .form-check-input:focus,
body .label::after,
body label.form-check-label:focus,
body .form-check-input::after,
body .form-check-input:not(:disabled):not(.disabled):active:focus {
  color: #000;
  outline: 0;
  border: 0;
  box-shadow: 0 !important;
}
section#menu-top-fixed {
  background-color: #fafcff;
  border-bottom: 1px solid #212530;
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6;
}
section#menu-top-fixed .navbar-collapse {
  height: 100%;
}
section#menu-top-fixed .navbar {
  padding: 0;
}
section#menu-top-fixed .navbar-brand {
  min-height: 100px;
  padding: 20px 0;
}
section#menu-top-fixed .elementor-button {
  align-items: center;
  background-color: #3a598f;
  border: 1px solid #3a598f;
  border-radius: 30px;
  color: #fff;
  display: inline-flex;
  line-height: 48px;
  padding: 0 15px;
  text-decoration: none;
}
section#menu-top-fixed .elementor-button .elementor-button-content-wrapper {
  align-items: center;
  display: flex;
  height: auto;
}
section#menu-top-fixed .elementor-button .elementor-button-content-wrapper .elementor-icon {
  font-size: 16px;
  margin-right: 10px;
}
section#menu-top-fixed .elementor-button .elementor-button-content-wrapper .elementor-text {
  font-size: 16px;
}
section#menu-top-fixed .navbar-nav .nav-link {
  color: #212530;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
}
section#menu-top-fixed .navbar-nav .nav-item {
  line-height: 50px;
  padding-left: 0;
  padding-right: 40px;
}
section#menu-top-fixed .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
@media (min-width: 992px) {
  section#menu-top-fixed ul.navbar-nav {
    padding: 0;
  }
}
@media (max-width: 1280px) {
  section#menu-top-fixed .navbar-nav .nav-link {
    font-size: 18px;
  }
  section#menu-top-fixed .navbar-nav .nav-item {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  section#menu-top-fixed .navbar-nav .nav-link {
    font-size: 16px;
  }
  section#menu-top-fixed .navbar-nav .nav-item {
    padding-right: 20px;
  }
  section#menu-top-fixed .elementor-button {
    padding: 0 10px;
  }
  section#menu-top-fixed .elementor-button .elementor-button-content-wrapper .elementor-icon {
    font-size: 14px;
  }
  section#menu-top-fixed .elementor-button .elementor-button-content-wrapper .elementor-text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  section#menu-top-fixed .navbar-brand a {
    align-items: center;
    display: flex;
    height: 80px;
  }
  section#menu-top-fixed .navbar-brand a img {
    height: auto;
    width: 200px;
  }
  section#menu-top-fixed .navbar-nav .nav-item {
    padding: 0;
    text-align: center;
  }
  section#menu-top-fixed .navbar-collapse {
    background-color: #fff;
  }
  section#menu-top-fixed a {
    padding: 0;
  }
}
#hero {
  height: 800px;
  margin-bottom: 0 !important;
  margin-top: 100px;
  position: relative;
}
#hero .carousel-item {
  height: 800px;
}
#hero .carousel-item .img-src-01 {
  background-image: url("/images/banners/transportistas-josefinos-la-paz-01.jpg");
}
#hero .carousel-item .img-src-02 {
  background-image: url("/images/banners/transportistas-josefinos-la-paz-02.jpg");
}
#hero .carousel-item .img-src-03 {
  background-image: url("/images/banners/transportistas-josefinos-la-paz-03.jpg");
}
#hero .carousel-item .img-src-04 {
  background-image: url("/images/banners/transportistas-josefinos-la-paz-04.jpg");
}
#hero .carousel-item .img-src-05 {
  background-image: url("/images/banners/transportistas-josefinos-la-paz-05.jpg");
}
#hero .carousel-item .img-src-06 {
  background-image: url("/images/banners/transportistas-josefinos-la-paz-06.jpg");
}
#hero .carousel-item .img-size {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#hero .carousel-indicators {
  margin-bottom: 40px;
}
#hero .carousel-indicators button {
  background-color: #fff !important;
  border-radius: 50%;
  height: 20px;
  margin: 0 !important;
  margin-right: 10px !important;
  opacity: 1 !important;
  width: 20px;
}
#hero .carousel-indicators button.active {
  background-color: #3a598f !important;
}
section#zones {
  background-color: #a0b5d8;
  color: #000;
  padding: 30px 0;
}
section#zones table {
  background-color: #fff;
  border: 2px solid #212530;
}
section#zones table th {
  background-color: #dfe6f2;
}
section#zones table th,
section#zones table td {
  border: 1px solid #212530;
  color: #212530;
  padding: 10px 5px;
}
section#zones h3 {
  color: #fff;
}
section#welcome,
section#welcome-2 {
  background-color: #fafcff;
  color: #212530;
  padding: 30px 0;
}
section#welcome h1,
section#welcome-2 h1 {
  color: #212530;
  text-align: left;
}
section#welcome ul,
section#welcome-2 ul {
  list-style: none;
}
section#welcome p,
section#welcome-2 p,
section#welcome li,
section#welcome-2 li {
  color: #212530;
  font-weight: 400;
  text-align: justify;
}
section#welcome-2 {
  padding: 30px 0;
}
section#welcome-2 h3 {
  color: #212530;
}
section#welcome-2 ul {
  list-style: disc;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
}
section#welcome-2 ul li {
  padding-bottom: 20px;
}
section#contact-us {
  background: url("/images/backgrounds/contacto.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  margin-top: 100px;
  min-height: 650px;
  padding: 30px 0;
}
section#contact-us h3 {
  color: #fff;
}
section#contact-us input,
section#contact-us textarea {
  border: 1px solid #000;
  border-radius: 8px;
  color: #000;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  outline: none;
  padding: 0 10px;
  width: 100%;
  -webkit-appearance: none;
}
section#contact-us textarea {
  height: 120px;
}
section#contact-us input[type='button'] {
  background-color: #3a598f;
  border: 0;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
}
section#contact-us .group-text {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
section#contact-us .icon-side {
  display: block;
  float: left;
  width: 60px;
}
section#contact-us .icon-side .rounded {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50px !important;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
section#contact-us .icon-side .rounded svg {
  color: #fff;
  height: 20px;
}
section#contact-us .text-side {
  display: block;
  float: left;
  width: calc(100% - 60px);
}
section#contact-us .text-side h6 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}
section#contact-us .text-side p,
section#contact-us .text-side a {
  color: #fff;
  display: block;
  font-size: 18px;
}
section#contact-us #contact-after {
  display: none;
}
section#contact-us #contact-after p {
  color: #fff;
}
section#about-us {
  background-color: #dfe6f2;
  margin-top: 100px;
  padding: 40px 0;
}
section#about-us p {
  color: #212530;
  font-size: 20px;
  text-align: justify;
}
section#about-us h3,
section#about-us h4 {
  color: #212530;
  text-align: center;
}
section#features {
  background-color: #6284bf;
  margin-top: 100px;
  padding: 40px 0;
}
section#features h3,
section#features h5 {
  color: #fff;
}
section#features img {
  max-width: 150px;
}
section#privacy-policy {
  background-color: #dfe6f2;
  margin-top: 100px;
  padding: 40px 0;
}
section#privacy-policy ul {
  padding: 0 0 0 25px;
}
section#testimonials {
  background-color: #3a598f;
  color: #fff;
  padding: 30px 0;
}
section#testimonials h3 {
  color: #fff;
}
section#testimonials .quote-left {
  color: #fff;
  font-size: 40px;
  text-align: left;
}
section#testimonials .quote-right {
  color: #fff;
  font-size: 40px;
  text-align: right;
}
section#testimonials .carousel-indicators {
  position: relative;
}
section#testimonials .testimonial-text {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  min-height: 320px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
section#testimonials .testimonial-text p {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  font-style: italic;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-overflow: ellipsis;
}
section#testimonials .testimonial-text a.fixed-link {
  position: absolute;
  right: 8px;
  top: 5px;
}
section#testimonials .testimonial-bottom {
  margin: 5px 0 30px;
  text-align: center;
  width: 100%;
}
section#testimonials .testimonial-bottom .testimonial-stars {
  color: #a0b5d8;
  display: inline-flex;
  font-size: 30px;
  margin-bottom: 30px;
}
section#testimonials .testimonial-bottom .testimonial-stars svg {
  padding: 0 5px;
}
section#testimonials .user-image {
  border: 4px solid #fff;
  border-radius: 50%;
  display: flex;
  height: 64px;
  margin: 0 auto 20px;
  overflow: hidden;
  width: 64px;
}
section#testimonials .user-image img {
  margin: 0;
}
section#testimonials .user-data .name {
  font-size: 20px;
  font-weight: bold;
}
section#testimonials img {
  margin-bottom: 20px;
}
section#testimonials p strong {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  width: 100%;
}
section#testimonials a,
section#testimonials p {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 575px) {
  section#testimonials .testimonial-text {
    height: auto;
    margin: 30px;
  }
  section#testimonials .testimonial-bottom {
    margin: 0;
  }
}
section#faq {
  background-color: #a0b5d8;
  padding: 40px 0;
}
section#faq h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
section#faq button {
  background-color: #fff;
  color: #212530;
  font-size: inherit;
}
section#faq .accordion-body {
  background-color: #3a598f;
  color: #fff;
  font-size: 22px !important;
}
section#map {
  background-color: #dfe6f2;
  padding: 40px 0;
}
section#footer {
  background-color: #3a598f;
  padding: 40px 0;
  text-decoration: none;
}
section#footer .footer-container {
  display: inline-flex;
}
section#footer .footer-container .footer-image {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  height: 64px;
  justify-content: center;
  margin-bottom: 20px;
  min-width: 64px;
  width: 64px;
}
section#footer .footer-container .footer-image svg {
  color: #fff;
  height: 26px;
  width: auto;
}
section#footer .footer-container .footer-text {
  display: inline-block;
  margin-left: 20px;
}
section#footer .footer-container .footer-text h6 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
section#footer .footer-container .footer-text p {
  color: #fff;
  font-size: 18px;
}
section#footer .footer-container .footer-text a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
section#footer .theme-page-footer-bottom {
  border-top: 1px solid #fff;
  padding-top: 30px;
}
section#footer .theme-page-footer-bottom p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  section#design {
    height: 60px;
  }
  section#design .design {
    text-align: left;
  }
}
.whatsapp-circle {
  background-color: #25d366;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 15px;
  height: 80px;
  position: fixed;
  right: 15px;
  width: 80px;
}
.whatsapp-circle a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 50px;
  height: 80px;
  justify-content: center;
}
@media (max-width: 1650px) {
  #hero {
    height: 700px;
  }
  #hero .carousel-item {
    height: 700px;
  }
}
@media (max-width: 1400px) {
  #hero {
    height: 600px;
  }
  #hero .carousel-item {
    height: 600px;
  }
}
@media (max-width: 991px) {
  #hero {
    height: 500px;
  }
  #hero .carousel-item {
    height: 500px;
  }
}
@media (max-width: 767px) {
  #hero .carousel-indicators {
    display: none;
  }
}
.ui-widget-header .ui-icon {
  background-image: url("/css/images/ui-icons_444444_256x240.png");
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/css/images/ui-icons_444444_256x240.png");
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/css/images/ui-icons_444444_256x240.png");
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  height: 1.4em;
}
.font-size-16 {
  font-size: 16px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-side-auto {
  padding: 0 70px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-30 {
  margin-top: 30px;
}
.no-margin {
  margin: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-padding {
  padding: 0;
}
.no-padding-right {
  padding-right: 0;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-30 {
  padding-top: 30px;
  text-align: center;
}
.section-padding {
  padding: 30px 0;
}
