/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Header
13. Intro
14. Services
15. Reservation Home
16. Blog
17. Instagram Home
18. Clients
19. Footer
20. About Page
21. Blog Page
22. Contact Page
23. FAQ Page
24. Service Page
25. Luxury Transport Page
26. Services Page New
27. Pagination
28. Transfers Page
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a,
a:active,
a:hover,
a:focus {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 30px;
  margin-bottom: 35px;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
strong {
  font-weight: 700;
}
.fancybox__button--zoo,
.fancybox__button--slideshow,
.fancybox__button--fullscreen,
.fancybox__button--thumbs,
.fancybox__button--zoom {
  display: none;
}
.none {
  display: none;
}
ul,
ol {
  padding-left: 4rem;
}

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: #084059;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
}
main {
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
}
::-moz-selection {
  background-color: #91d5f4;
  color: #fff;
}
::selection {
  background-color: #91d5f4;
  color: #fff;
}
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg {
  max-width: 180rem;
}
.container-xl {
  max-width: 192rem;
  padding: 0;
}
.container-sm {
  max-width: 100rem;
}
.container-md {
  max-width: 120rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.title h1,
.title h2 {
  font-size: 3.2rem;
}
p {
  margin-bottom: 1rem;
}
.title {
  margin-bottom: 6rem;
}
.title-center {
  text-align: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1,
  .title h2 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1,
  .title h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1,
  .title h2 {
    font-size: 4.5rem;
  }
}

/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
  display: inline-block;
  padding: 1rem 2.6rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20rem;
  transition: all 0.4s ease-in-out;
}
.btn-primary {
  background-color: #084059;
  color: #fff;
}
.btn-tertiary {
  background-color: #91d5f4;
  color: #fff;
}
.btn-primary:hover {
  background-color: #91d5f4;
}
.btn-tertiary:hover {
  background-color: #084059;
}
.btn-secondary {
  background-color: transparent;
  border: 2px solid #e7e7e7;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #fff;
  color: #084059;
}
/* ================================================================================== 
7. Form
===================================================================================== */
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1.2rem 1.2rem;
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10rem;
  font-size: 1.4rem;
}
textarea {
  resize: vertical;
  height: 19rem;
  border-radius: 3rem;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #91d5f4;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.4rem;
}
button {
  transition: all 0.4s ease-in-out;
  border: 0;
}
fieldset {
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.1rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5 {
  margin-top: 5rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.no-pt {
  padding-top: 0 !important;
}
.no-pb {
  padding-bottom: 0 !important;
}
.space-sm {
  padding: 5rem 0;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs {
  font-size: 1.4rem;
  color: #fff;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  display: inline-block;
  font-weight: 600;
}
.breadcrumbs ul li::after {
  content: "|";
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a {
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.4rem;
}
.list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
  background: #000 !important;
  border: 2px solid #000 !important;
}
.cky-btn-reject,
.cky-btn-customize,
.cky-btn-preferences {
  color: #000 !important;
  border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper {
  background-color: #000 !important;
}
/* ================================================================================== 
12. Header
===================================================================================== */
header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #084059;
  z-index: 10;
  transition: all 0.4s ease-in-out;
  padding: 2rem 0;
}

header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .header-logo {
  display: inline-block;
}
nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #084059;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li {
  display: block;
}
nav li a {
  display: block;
  padding: 1rem 1.6rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

nav li a:hover,
nav li.current_page_item a {
  background-color: #91d5f4;
}

.toggle {
  cursor: pointer;
  overflow: hidden;
  width: 36px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  margin-left: 3rem;
  order: 3;
}

.line-toggle {
  position: absolute;
  display: block;
  width: 36px;
  height: 2px;
  background: #fff;
  border-radius: 20px;
  transition: all 0.6s;
  right: 0;
  z-index: 11;
}

.line-toggle:first-child {
  transform: translateY(-10px) translateX(0);
  transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
  transition-delay: 0.12s;
}

.line-toggle:last-child {
  transform: translateY(10px) translateX(0);
  transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {
  transform: translateY(0) translateX(0) rotate(45deg);
  width: 30px;
  height: 2px;
  transition-delay: 0.1s;
}

.toggle.activate .line-toggle:nth-child(2) {
  transform: translateX(110px);
  transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
  transform: translateY(0) translateX(0) rotate(314deg);
  width: 30px;
  height: 2px;
  transition-delay: 0.1s;
}

.mobile-info {
  margin-top: 3rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 3rem;
  border-top: 1px dashed #fff;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a {
  position: relative;
  background-image: url(images/arrow-down2-white.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right 1rem center;
  padding-right: 3rem;
}
.sub-menu {
  display: none;
  padding-left: 3rem;
}

.sub-menu li {
  display: block;
}
.sub-menu li a {
  display: block;
  padding: 1rem;
}
header .header-logo img {
  width: 7rem;
}
.lang-mobile {
  display: flex;
  color: #fff;
  margin-left: auto;
}
.mobile-info .social img {
  filter: brightness(0) invert(100);
}
.mobile-info .btn {
  margin: 3rem 0;
}
.social a:hover {
  opacity: 0.4;
}
.lang .wpml-ls-legacy-dropdown {
  width: auto;
  max-width: 100%;
}
.lang .wpml-ls-legacy-dropdown a {
  background-color: transparent;
  color: #fff;
  border: 0;
}
.lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: 0;
  background-color: #084059;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  color: #fff;
  background: #084059;
  opacity: 0.6;
}
.btn-quote {
  margin-left: auto;
  margin-right: 2rem;
  background-color: #2f7899;
}

.btn-quote:hover {
  background-color: #084059;
}
.btn-mobile {
  margin-left: auto;
  display: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav {
    width: 40rem;
  }
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .btn-mobile {
    display: inline-block;
  }
  .lang-mobile {
    margin-left: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .lang-mobile {
    display: none !important;
  }
  .btn-mobile {
  margin-left: 2rem;
  }
  header {
    position: absolute;
    left: 0;
    top: 12.9rem;
    width: 100%;
    background-color: #084059;
    z-index: 10;
    transition: all 0.4s ease-in-out;
    padding: 2rem 0;
  }
  header.scrolled {
    opacity: 0;
  }
 
  header.scrolled2 {
    position: fixed;
    transform: translateY(-100%);

    top: 0;
  }
  header.scrolled3 {
    transform: translateY(0);

    opacity: 1;
  }
  .toggle {
    display: none;
  }

  header {
    padding: 0;
  }
  nav {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
  }
  header .container {
    justify-content: center;
  }
  nav li {
    display: inline-block;
  }
  nav li a {
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info {
    display: none;
  }
  .sub-menu {
    position: absolute;
    left: 50%;
    top: 6rem;
    width: 15rem;
    background-color: #084059;
    padding-left: 0;
    transform: translateX(-50%);
    text-align: center;
  }
  header .header-logo {
    display: none;
  }
  header .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a {
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/*-----*/
.bg-pages {
  background-color: #f9f9f9;
}
.header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 4;
  background-color: transparent;
  padding: 2rem 0;
  display: none;
}
.social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.social a img {
  display: block;
  width: 3rem;
  height: auto;
}
.social a {
  display: flex;
  align-items: center;
}
.header-top .header-logo {
  display: none;
  overflow: hidden;
}
.header-logo:hover img {
  transform: scale(0.78);
}
.header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo a {
  display: inline-block;
}
.header-logo img {
  display: block;
  width: 11.6rem;
  transition: all 0.4s ease-in-out;
}
.header-top .social img {
  filter: brightness(0) invert(100);
}

.lang {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
}
.lang img {
  display: inline-block;
  width: 2rem;
  height: auto;
  filter: brightness(0) invert(100);
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .header-top .header-logo {
    display: inline-block;
  }
  .header-top {
    display: block;
    height: 12.9rem;
  }
  .header-top .container {
    height: 100%;
  }
  .header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
/* ================================================================================== 
13. Intro
===================================================================================== */
.intro {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 80vh;
  position: relative;
  /* clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%); */
}
.intro img {
  display: block;
  width: 100%;
  height: 50rem;
  object-fit: cover;
  display: block;
  /* clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%); */
}
.intro-text {
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -50%);
	max-width: 120rem;
	width: 100%;
	padding: 0 2rem;
	text-align: center;
}
.intro-home h1 {
  color: #fff;
  font-size: 3.6rem;
  font-style: italic;
}
.intro-text strong {
  font-weight: 600;
  color: #91d5f4;
}
.intro-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.intro .btn {
  padding-left: 6rem;
  background-image: url(images/mail-white.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2.2rem;
  margin-top: 3rem;
}
.intro .btn:hover {
  background-image: url(images/mail.svg);
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .intro img {
    display: none;
  }
  .intro-home h1 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  /* .intro {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  }
  .intro img {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  } */
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .intro-home h1 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .intro-home h1 {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .intro-home h1 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 56.25em) {
  /*900px*/
  .intro {
    background-image: none !important;
    height: auto;
  }
  .intro-text {
    top: 50%;
  }
}
/* ================================================================================== 
14. Services
===================================================================================== */
.services {
  background-image: url(images/bg2.png);
  background-repeat: no-repeat;
  background-position: left -5rem top 5rem;
  background-size: 40rem;
}

.custom-arrow {
  background-color: #084059;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  width: 5.4rem;
  height: 5.4rem;
  position: relative;
  top: auto;
  left: auto;
  font-size: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.custom-prev {
  background-image: url(images/prev-white.svg);
}
.custom-next {
  background-image: url(images/next-white.svg);
}
.services .title p {
  max-width: 54rem;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
}

.service-box {
  width: 100%;
  margin-bottom: 1rem;
}

.service-box a {
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
  height: 100%;
}
.service-box a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 1;
}
.service-box img {
  display: block;
  width: 100%;
  height: 31rem;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.service-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem;
  width: 100%;
  z-index: 2;
}
.service-text h3 {
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 0;
}
.service-box .btn-sm {
  display: inline-block;
  color: #91d5f4;
  font-size: 1.4rem;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .service-box {
    width: 49.5%;
  }
  .services-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .services-title .title {
    order: 0;
    width: auto;
  }
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .service-box a:hover img {
    transform: scale(1.2);
  }
  .services {
    background-position: left -30rem top 20rem;
    background-attachment: fixed;
    background-size: 70rem;
  }
  .service-box {
    width: 24.2%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .custom-arrow {
    background-size: 1.5rem;
    width: 6.4rem;
    height: 6.4rem;
  }
  .service-text {
    padding: 4rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
}
/* ================================================================================== 
15. Reservation Home
===================================================================================== */
.reservation-home {
  background-color: #084059;
  color: #fff;
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
  padding: 10rem 0;
}
.text-center {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.reservation-home .title {
  margin-bottom: 2rem;
}
.reservation-home .btn {
  padding-left: 6rem;
  background-image: url(images/btn-icon-white.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2.2rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .reservation-home {
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
  }
}
/* ================================================================================== 
16. Blog
===================================================================================== */
.blog-text-center {
  margin-bottom: 5rem;
}
.title p {
  max-width: 54rem;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
}
.blog-box {
  display: block;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
}
.blog-box:last-child {
  margin-bottom: 0;
}
.blog-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 1;
}
.blog-box img {
  width: 100%;
  height: 41rem;
  display: block;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
}

.blog-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem;
  z-index: 2;
  color: #fff;
}
.blog-text h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 600;
}
.btn-sm {
  display: inline-block;
  color: #91d5f4;
  font-size: 1.4rem;
}
.date {
  color: #91d5f4;
  font-size: 1.4rem;
}
.blog-text .btn-sm {
  margin-top: 2rem;
}
.btn-bottom {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.blog-slider .slick-arrow {
  background-color: #084059;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  width: 5.4rem;
  height: 5.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.blog-slider .slick-prev {
  background-image: url(images/prev-white.svg);
  left: 0;
}
.blog-slider .slick-next {
  background-image: url(images/next-white.svg);
  right: 0;
}
.blog-slide {
  padding: 0 2rem;
}
.blog-filter {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.blog-filter a {
  display: block;
  padding: 1rem;
  color: #084059;
  border: 1px solid #084059;
}
.blog-filter a:hover,
.blog-filter a.active {
  background-color: #084059;
  color: #fff;
}
.blog-btn {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .blog-box:hover img {
    transform: scale(1.2);
  }
  .blog-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .blog-box {
    display: block;
    width: 48.5%;
  }
  .blog-box:last-child {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .blog-box {
    width: 31.3%;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .blog-slider .slick-prev {
    left: -5rem;
  }
  .blog-slider .slick-next {
    right: -5rem;
  }
}
.blog-slide .blog-box {
  width: 100%;
}
/* ================================================================================== 
17. Instagram Home
===================================================================================== */
.instagram-home {
  background-color: #084059;
  color: #fff;
  background-image: url(images/instagram-bg.png);
  background-repeat: no-repeat;
  background-position: left -5rem top 5rem;
  background-size: 40rem;
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
  padding: 10rem 0;
}
/* .inst-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.inst-wrapper a{
  width: 48.5%;
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.inst-wrapper a img{
  display: block;
  width: 100%;
  height: 20rem;
  object-fit: cover;
  transition: all .4s ease-in-out;
} */
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  /* .inst-wrapper a img{
    height: 30rem;
  }
  .inst-wrapper a{
    margin-bottom: 3rem;
  } */
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  /* .inst-wrapper a:hover img{
    transform: scale(1.2);
  } */
  .instagram-home {
    background-position: left -30rem top 20rem;
    background-attachment: fixed;
    background-size: 70rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  /* .inst-wrapper a{
    width: 22.7%;
  } */
  .instagram-home {
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
  }
}
/* ================================================================================== 
18. Clients
===================================================================================== */
.clients-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.client-box {
  width: 33.333%;
  padding: 0 2rem;
  display: block;
}
.client-box img {
  display: block;
  width: 100%;
  height: 7rem;
  object-fit: contain;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
}
.client-box:hover img {
  opacity: 1;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .client-box {
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .client-box {
    width: 25%;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .client-box {
    width: 20%;
    padding: 2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .client-box {
    width: 16.666%;
  }
}
/* ================================================================================== 
19. Footer
===================================================================================== */
footer {
  padding: 10rem 0;
  background-color: #084059;
  color: #fff;
  background-image: url(images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: right -5rem center;
  background-size: 40rem;
  clip-path: polygon(0 0, 100% 5%, 100% 101%, 0% 101%);
}
footer .container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.footer-logo a {
  display: inline-block;
}
.footer-logo img {
  display: block;
  width: 11.6rem;
  height: auto;
}
.footer-logo {
  margin-bottom: 3rem;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 0.5rem;
  line-height: 1;
  position: relative;
}
footer ul li a:hover {
  opacity: 0.6;
}
footer ul li a::after {
  content: "|";
  display: inline-block;
  margin-left: 1rem;
  opacity: 0.3;
}
footer ul li:last-child a::after {
  content: none;
}
.footer-text {
  margin: 3rem auto 2rem auto;
  font-size: 1.4rem;
  opacity: 0.3;
  max-width: 110rem;
  word-wrap: 100%;
}
.footer-social img {
  filter: brightness(0) invert(100);
}
.footer-social {
  margin-bottom: 4rem;
  opacity: 0.3;
}
.copy-text {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  opacity: 0.3;
  text-align: center;
}
.copy-text ul li a {
  text-transform: none;
  text-decoration: underline;
}
.v {
  opacity: 0.3;
  margin-top: 1rem;
  display: inline-block;
}
.copy-nav a:hover {
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  footer {
    background-position: right -5rem center;

    background-size: 70rem;
  }
}
/* ================================================================================== 
20. About Page
===================================================================================== */
.about-page-image {
  width: 100%;
}
.about-page-image img {
  display: block;
  width: 100%;
  height: auto;
}
.about-page-text {
  width: 100%;
  margin-bottom: 5rem;
}
.top-image h1 {
  color: #fff;
}
.top-image .intro-text {
  padding-top: 5rem;
  max-width: 148rem;
}
.top-image .title {
  margin-bottom: 0;
}
.top-image img {
  height: 50rem;
}
.top-image {
  height: 70rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-page-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .about-page-image {
    width: 50%;
  }

  .about-page-text {
    width: 50%;
    padding-right: 10rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 56.25em) {
  /*900px*/
  .top-image {
    height: auto;
  }
  .top-image .intro-text {
    padding-top: 0;
  }
}

/* ================================================================================== 
21. Blog Page
===================================================================================== */
.fixed-btn {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 5rem;
  background-color: #91d5f4;
  width: 5rem;
  height: 5rem;
  display: none;
}
.fixed-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-btn a img {
  display: block;
  width: 1.7rem;
  height: auto;
}
.article-image {
  margin: 5rem 0;
}
.article-image img {
  display: block;
  width: 100%;
  height: auto;
}
.share-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3rem 0;
  padding: 3rem 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0;
}
.share h3 {
  margin-bottom: 0;
}
.share-wrapper a {
  display: flex;
  align-items: center;
}
.share-wrapper a img {
  display: block;
  width: 3rem;
  height: auto;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .fixed-btn img {
    width: 2rem;
  }
  .fixed-btn {
    width: 7rem;
    height: 7rem;
  }
}
/* ================================================================================== 
22. Contact Page
===================================================================================== */
.contact-wrapper {
  margin-top: 5rem;
}
.contact-text {
  width: 100%;
  margin: 5rem 0;
}

.contact-box {
  width: 100%;
  background-color: #fff;
  padding: 0;
  margin-bottom: 3rem;
  position: relative;
}
.contact-box-text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 13rem;
  height: 28rem;
  background-image: url(images/pin3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 0.07;
  transform: translateY(-50%);
}
.contact-box:nth-child(2) .contact-box-text::before {
  background-image: url(images/mail3.svg);
  right: 2rem;
}
.contact-page .text-center,
.contact-page .title {
  padding: 0 2rem;
}
.contact-box-text {
  background-color: #fff;
  width: 100%;
  text-align: left;
  padding: 3rem 2rem;
  position: relative;
}
.contact-box-image {
  width: 100%;
}
.contact-box-image img {
  display: block;
  width: 100%;
  height: auto;
}
.contact-box:last-child {
  margin-bottom: 0;
}
.contact-form {
  width: 100%;
  padding: 5rem 2rem;
  background-color: #084059;
  color: #fff;
  border-radius: 2rem;
}
.bg-white {
  background-color: #fff;
}
.contact-form form p {
  margin: 0;
}
.contact-form form br {
  display: none;
}
.contact-text .social {
  margin-top: 3rem;
}
.contact-text .title {
  margin-bottom: 2rem;
}
.contact-map iframe {
  width: 100%;
  height: 40rem;
  display: block;
}
.contact-map {
  margin-top: 5rem;
}
.text-center .btn {
  margin-top: 3rem;
}
.contact-page .title {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .contact-box {
    width: 48.5%;
    margin-bottom: 0;
  }
  .contact-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/

  .contact-text {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-box {
    padding: 0;
  }
  .contact-box-text {
    position: absolute;
    right: 0;
    max-width: 50rem;
    right: 0;
    bottom: 0;
    padding: 3rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .contact-form {
    padding: 5rem;
  }
  .contact-box-text {
    padding: 8rem;
  }
}
/* ================================================================================== 
23. FAQ Page
===================================================================================== */
.accordion-wrapper {
  counter-reset: accordion-counter;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
  display: none;
}
.faq-container {
  max-width: 110rem;
}
.faq-container h2 {
  background-image: url(images/arrow-down2.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 2rem;
  cursor: pointer;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 3rem;
}
.accordion {
  padding: 2rem 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  counter-increment: accordion-counter;
  background-color: #fff;
  border-bottom: 1px dashed #000;
}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.accordion__head_text {
  position: relative;
  padding-left: 5rem;
  margin-bottom: 0;
  font-weight: 500;
  width: 70%;
  color: #000;
}
.accordion__head_text:before {
  content: counter(accordion-counter);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background-color: #91d5f4;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
}
.accordion__head_btn:before,
.accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #084059;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion--active .accordion__head_text:before {
  background-color: #084059;
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(360deg);
  -ms-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
}
.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion--active .accordion__body {
  margin-top: 2rem;
}
.faq-row {
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
}
.faq-row:not(:last-child) {
  margin-bottom: 5rem;
}

/* ================================================================================== 
24. Service Page
===================================================================================== */
.service-page-text .btn {
  margin-top: 3rem;
}
.fleet {
  background-color: #084059;
  color: #fff;
  clip-path: polygon(0 0, 100% 1%, 100% 99%, 0% 100%);
  padding: 6rem 0;
}
.fleet-wrapper {
  margin-top: 3rem;
}
.fleet-box {
  width: 100%;
  margin-bottom: 3rem;
}
.fleet-box:last-child {
  margin-bottom: 0;
}
.fleet-box h3 {
  font-size: 2.4rem;
}
.fleet-image {
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}
.fleet-image img {
  display: block;
  width: 100%;
  height: 30rem;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  border-radius: 2rem;
}
.fleet-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.reservation-form {
  padding: 5rem 2rem;
  border-radius: 5rem;
  background-color: #084059;
  color: #fff;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}

.reservation-form form p {
  margin-bottom: 0;
}
.reservation-form form br {
  display: none;
}
.fieldset-box {
  margin-bottom: 2rem;
}
.fieldset-box:last-of-type {
  margin-bottom: 0;
}
.service-form {
  display: none;
}
.reservation-form .wpcf7 {
  width: 100%;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .fleet-box {
    width: 48.5%;
  }
  .fleet-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .fleet-box:last-child {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .service-page-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .service-page-text {
    width: 47%;
  }
  .reservation-form {
    padding: 5rem;
  }
  .reservation-form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .reservation-form fieldset {
    width: 48%;
  }
  .reservation-form fieldset.w-100 {
    width: 100%;
  }
  .fieldset-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fieldset-box {
    width: 48%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .fleet-image:hover img {
    transform: scale(1.2);
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .fleet {
    clip-path: polygon(0 0, 100% 2%, 100% 98%, 0% 100%);
  }
  .fleet-wrapper {
    margin-top: 10rem;
  }
  .fleet-box {
    width: 31.3%;
  }
  .reservation-form {
    margin-top: 7rem;
  }
}
.return-group {
  display: none;
}
.return-group.checked {
  display: flex;
}
/*----------*/

.vehicle-text {
  width: 100%;
}
.vehicle-images {
  width: 100%;
  margin-bottom: 5rem;
}
.vehicle-images a:not(:first-child) {
  display: none;
}
.vehicle-images a {
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
}
.vehicle-images a::before {
  content: "";
  position: absolute;
  top: 3rem;
  right: 3rem;
  border-radius: 50%;
  background-color: #91d5f4;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  z-index: 1;
  width: 5rem;
  height: 5rem;
}
.vehicle-images a img {
  width: 100%;
  display: block;
  height: auto;
}
.vehicle-price {
  margin-bottom: 3rem;
}

.form-trigger {
  margin-top: 3rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .vehicle-text ul {
    column-count: 2;
    column-gap: 3rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .vehicle-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .vehicle-text {
    width: 48%;
  }
  .vehicle-images {
    width: 48%;
    margin-bottom: 0;
  }
}
/* ================================================================================== 
25. Luxury Transport Page
===================================================================================== */
.luxury-style .header-top .social img {
  filter: none;
}
.luxury-style .lang img {
  filter: none;
}
.luxury-style .lang {
  color: #de9f09;
}
.luxury-style .header-top {
  background-color: rgba(0, 0, 0, 0.7);
}
.luxury-style header {
  background-color: rgba(0, 0, 0, 1);
}

.luxury-style :-ms-input-placeholder {
  color: inherit;
}
.luxury-style ::-moz-selection {
  background-color: #de9f09;
  color: #fff;
}
.luxury-style ::selection {
  background-color: #de9f09;
  color: #fff;
}

.luxury-style nav ul li a {
  color: #de9f09;
}
.luxury-style .menu-item-has-children > a {
  background-image: url(images/arrow-down3.svg);
}
.luxury-style nav li a:hover,
.luxury-style nav li.current_page_item a {
  background-color: #de9f09;
  color: #fff;
}
.luxury-style .menu-item-has-children > a:hover {
  background-image: url(images/arrow-down2-white.svg);
}
body.luxury-style {
  color: #000000;
}
.luxury-style strong {
  font-weight: 600;
  color: #de9f09;
}
.luxury-style .intro-text {
  color: #fff;
}
.luxury-style .intro-text p {
  font-size: 2rem;
  margin: 0 auto;
  max-width: 60rem;
  width: 100%;
}
.luxury-style .intro {
  clip-path: none;
  box-shadow: 0 0 45px 36px rgba(0, 0, 0, 0.9);
  z-index: 3;
}
.scroll-down {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border: 2px solid #de9f09;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 5rem;
}
.scroll-down img {
  display: block;
  width: 2rem;
  height: auto;
}
.luxury-style .sub-menu {
  background-color: #000000;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .luxury-style header {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
/*--------------*/
.luxury-section {
  background-color: #000000;
  color: #fff;
}

.luxury-text {
  width: 100%;
  padding: 5rem 2rem;
  background-image: url(images/bg-luxury.png);
  background-repeat: no-repeat;
  background-position: left -25rem center;
  background-size: 45rem;
}

.luxury-image {
  width: 100%;
  position: relative;
}
.luxury-image img {
  display: block;
  width: 100%;
  height: 60rem;
  object-fit: cover;
}
.luxury-style .list-white li::before {
  background-image: url(images/list2-white.svg);
}
.luxury-text .btn {
  margin-top: 3rem;
}
.luxury-style .btn-primary {
  background-color: #de9f09;
  color: #fff;
  padding-left: 6rem;
  background-image: url(images/btn-icon-white.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2.2rem;
  border: 1px solid #de9f09;
}
.luxury-style .btn-primary:hover {
  background-color: transparent;
  background-image: url(images/btn-icon.svg);
  color: #de9f09;
}
.luxury-text .title h2 {
  color: #de9f09;
}
.luxury-text .title {
  margin-bottom: 2rem;
}

.luxury-style .slick-dots {
  position: absolute;
  bottom: 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 3;
}
.luxury-style .slick-dots li button {
  font-size: 0;
  width: 2.2rem;
  height: 2.2rem;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}
.luxury-style .slick-dots li button::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background-color: #de9f09;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  cursor: pointer;
}
.luxury-style .slick-dots li.slick-active button::before {
  opacity: 1;
}
.luxury-section:nth-child(2n + 2) .luxury-text {
  background-position: right -25rem center;
}
.luxury-section:nth-child(2n + 2) {
  z-index: 1;
  position: relative;
  background-color: #de9f09;
}

.luxury-section:last-child .slick-dots {
  bottom: 10rem;
}
.luxury-section:nth-child(2) {
  box-shadow: 0 42px 30px 0 rgba(0, 0, 0, 0.8);
}
.luxury-section:first-child {
  box-shadow: 0 25px 42px 0 rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: relative;
}
.luxury-section:nth-child(2n + 2) .btn {
  background-color: transparent;
  border-color: #fff;
}
.luxury-section:nth-child(2n + 2) .title h2 {
  color: #fff;
}
.luxury-section:nth-child(2n + 2) .btn:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .luxury-text ul {
    column-count: 2;
    column-gap: 3rem;
  }
}
@media only screen and (max-width: 64em) {
  /*1024px*/
  .luxury-section:last-child .luxury-text {
    padding: 10rem 2rem;
  }
  .luxury-section:nth-child(2n + 2) .luxury-text {
    padding-top: 10rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .luxury-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .luxury-text {
    width: 65%;
    padding: 5rem;
    background-position: left -25rem center;
    background-size: 70rem;
  }
  .luxury-image {
    width: 45%;
  }
  .luxury-image img {
    height: 66rem;
  }
  .luxury-section:nth-child(2n + 2) .luxury-wrapper {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .luxury-text {
    padding: 10rem;
  }
}
@media only screen and (min-width: 105em) {
  /*1680px*/
  .luxury-text {
    padding: 10rem 12rem;
  }
}
/*--------------*/

.luxury-video video {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 5rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .luxury-video video {
    margin-top: 10rem;
  }
}
/*--------------*/
.luxury-booking .title {
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.luxury-style input,
.luxury-style select,
.luxury-style textarea {
  background-color: #f2f2f2;
  color: #606060;
  font-size: 1.8rem;
  padding: 2.2rem 3.2rem;
}
.booking-form {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
.luxury-style input:focus,
.luxury-style select:focus,
.luxury-style textarea:focus {
  border-color: #de9f09;
}
.booking-form form p {
  margin: 0;
}

.booking-form form br {
  display: none;
}
.form-btn {
  display: flex;
  justify-content: center;
}

.booking-form .form-btn input {
  box-sizing: border-box;
  width: 100%;
}
.uacf7-multisetp-form fieldset {
  width: 100%;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .booking-form form,
  .booking-form .uacf7-form-wrapper-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .booking-form fieldset {
    width: 48%;
  }
  .booking-form fieldset.w-100 {
    width: 100%;
  }
}
/*--------------*/
.luxury-style footer {
  background-color: #000000;
  clip-path: none;
}
.luxury-style footer ul li a {
  color: #de9f09;
}
.luxury-style .copy-text ul li a {
  color: #fff;
}
/*--------------*/
.luxury-style .mobile-info .social img {
  filter: none;
}
@media only screen and (max-width: 64em) {
  /*1024px*/
  .luxury-style nav {
    background-color: #000;
  }
}
/* ================================================================================== 
26. Services Page New
===================================================================================== */
.singles-text {
  width: 100%;
  margin-bottom: 5rem;
}
.singles-text ul {
  margin-bottom: 1rem;
}
.singles-image {
  overflow: hidden;
}
.singles-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.4s ease-in-out;
}
.singles-image:hover img {
  transform: scale(1.1);
}
.singles-row:not(:last-child) {
  margin-bottom: 5rem;
}
.singles-images {
  margin-top: 5rem;
}
.singles-images a {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 2rem;
}
.singles-images img {
  display: block;
  width: 100%;
  height: 30rem;
  object-fit: cover;
  transition: 0.4s ease-in-out;
  border-radius: 2rem;
}
.singles-images a:hover img {
  transform: scale(1.1);
}
.singles-row .title {
  margin-bottom: 3rem;
}
.singles-row .btn {
  margin-top: 3rem;
}
.blog-rows .singles-image img {
  transform: none !important;
  aspect-ratio: 16/13;
  object-fit: cover;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .singles-images a {
    width: 31.3%;
  }
  .singles-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .singles-images img {
    height: 20rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .singles-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .blog-rows {
    align-items: center;
  }
  .singles-text {
    width: 50%;
    margin-bottom: 0;
  }
  .singles-image {
    width: 47%;
  }

  .singles-row:nth-child(2n + 2) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .singles-images img {
    height: 30rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .singles-images {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .singles-row {
    align-items: flex-start;
  }
  .blog-rows {
    align-items: center;
  }
}
/* ================================================================================== 
27. Pagination
===================================================================================== */
.pagination {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #084059;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #084059;
  font-size: 1.4rem;
}
.page-numbers.current,
.page-numbers:hover {
  background-color: #fff;
  color: #084059;
}
.page-numbers.current {
  cursor: text;
}
.page-numbers.next,
.page-numbers.prev {
  width: 10rem;
}

.wpcf7-response-output {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #155724;
  background-color: #d4edda;
  width: 100%;
  text-align: center;
  border-color: #c3e6cb !important;
}
form.invalid .wpcf7-response-output {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb !important;
}
.wpcf7-not-valid-tip {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb !important;
}

.cky-btn-revisit-wrapper,
.grecaptcha-badge,
#cmplz-manage-consent {
  display: none !important;
}
/* ================================================================================== 
28. Transfers Page
===================================================================================== */

.transfers-box {
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.transfers-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  z-index: 1;
}
.transfers-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.transfers-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.transfers-image:hover img {
  transform: scale(1.1);
}
.transfers-box h3 {
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 2rem;
  font-size: 2rem;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .transfers-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .transfers-box {
    width: 48.5%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .transfers-box {
    width: 31.3%;
  }
  .transfers-box h3 {
    font-size: 2.4rem;
  }
}

/*---------*/
.tabs {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 4rem;
  gap: 1rem;
}
.tabs a {
  padding: 1rem 4rem;
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 10rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  width: 48.5%;
}
.tabs a:hover,
.tabs a.active-tab {
  background: #084059;
  border: 1px solid #084059;
  color: #fff;
}
.tabs-container {
  width: 100%;
  display: none;
  margin-top: 1rem;
  background-color: #fff;
}
.tabs-container.active-tab {
  display: block;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .tabs a {
    width: auto;
  }
}
/*------------------*/
.transfers-table {
  margin-top: 7rem;
}
.transfers-table h2 {
  text-align: center;
}
.text-center a {
  text-decoration: underline;
  font-weight: 600;
}
.t-table {
  width: 100%;
  margin-top: 4rem;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  max-width: 120rem;
  margin: 0 auto;
}
.t-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
}
.t-table th,
.t-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.t-table th {
  background: #084059;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.t-table tr:hover td {
  background-color: #f6faff;
}

.t-table a {
  color: #084059;
  text-decoration: none;
  font-weight: 500;
}

.t-table a:hover {
  text-decoration: underline;
}

.t-table .table-active td {
  background-color: #f1f5f9;
  font-weight: 600;
  font-size: 16px;
  color: #222;
  border-bottom: 2px solid #ddd;
}
/*------------*/
.transfers-form {
  margin-top: -5rem;
  color: #fff;
}
.transfers-form .container {
  background-color: #084059;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.1);
}
.transfers-form form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2%;
}
.transfers-form option {
  color: #084059;
}
.fieldset-wrap {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.form-btn input {
  background-color: #fff;
  color: #084059;
  border-color: #084059;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.form-btn input:hover {
  background-color: transparent;
  color: #fff;
}
.transfers-form fieldset {
  width: 100%;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .transfers-form fieldset {
    width: 49%;
  }
  .transfers-form .container {
    padding: 5rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .transfers-form fieldset {
    width: 23%;
  }
  .transfers-form fieldset.fieldset-sm {
    width: 8%;
  }
  .transfers-form fieldset.form-btn {
    width: 15%;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .transfers-form {
    margin-top: -15rem;
  }
}
/*----------*/
.transfers-content {
  max-width: 120rem;
  margin: 0 auto;
  width: 100%;
  margin-top: 7rem;
}
.transfers-content h2 {
  text-align: center;
}
.transfers-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 5rem;
}

.transfers-b {
  width: 100%;
  margin-bottom: 3rem;
  border-radius: 2rem;
  overflow: hidden;
  padding: 1rem 2rem;
  border: 1px solid #ccc;
}
.transfers-b:hover {
  box-shadow: 0px 0 16px 3px rgba(0, 0, 0, 0.05);
  border-color: #084059;
}
.t-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.t-top p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
}
.t-price {
  opacity: 0.6;
}
.t-arrow {
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .transfers-b {
    padding: 2rem 3rem;
  }
  .t-top p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .transfers-b {
    width: 48.5%;
  }
}
/*-------------------*/

.transfers-page-aside {
  width: 100%;
  border-radius: 2rem;
  padding: 2.5rem;
  background-color: #084059;
  color: #fff;
}
.transfers-page-aside option {
  color: #000;
}
.transfers-page-content {
  width: 100%;
  margin-top: 5rem;
}
.cars-row:not(:last-child) {
  margin-bottom: 5rem;
}
.cars-row {
  border-radius: 2rem;
  padding: 2rem;
  border: 1px solid #ccc;
}
.cars-image {
  width: 100%;
}
.cars-text {
  width: 100%;
}
.cars-image img {
  display: block;
  width: 100%;
  height: auto;
}
.cars-icons-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.cars-icons-row img {
  display: block;
  width: 3rem;
  height: 2rem;
  object-fit: contain;
}
.cars-icons-row span {
  width: calc(100% - 4rem);
}
.cars-text h3 {
  font-size: 2.4rem;
}
.cars-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
.cars-price {
  font-size: 2rem;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .cars-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .cars-image {
    width: 20rem;
  }
  .cars-text {
    width: calc(100% - 25rem);
  }
  .cars-price {
    font-size: 2.4rem;
  }
  .cars-row {
    padding: 3rem 4rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .cars-image {
    width: 30rem;
  }
  .cars-text {
    width: calc(100% - 35rem);
  }
  .cars-text h3 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .transfers-page-wrapper {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .transfers-page-aside {
    width: 45rem;
    padding: 5rem;
    position: sticky;
    top: 15rem;
    right: 0;
  }
  .transfers-page-content {
    width: calc(100% - 50rem);
    margin-top: 0;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .cars-image {
    width: 40rem;
  }
  .cars-text {
    width: calc(100% - 45rem);
  }
  .cars-row {
    padding: 1rem 4rem;
  }
}
/*----------*/
.aside2 {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.aside2 h2 {
  text-align: center;
}
.aside-image {
  margin-bottom: 1rem;
}
.aside-image img {
  display: block;
  width: 100%;
  height: auto;
}
.aside-text-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.aside-text-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.aside-text-row span:last-child {
  font-weight: 600;
}

.form-reservation2 form select,
.form-reservation2 form input,
.form-reservation2 form textarea {
  background-color: #eee;
  border-color: #ccc;
}
.form-reservation2 form .btn {
  width: auto;
  background-color: #084059;
  color: #fff;
  border-color: #084059;
  transition: all 0.4s ease-in-out;
}
.form-reservation2 form .btn:hover {
  color: #084059;
  background-color: transparent;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .form-reservation2 form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .form-reservation2 form h3 {
    width: 100%;
  }
  .form-reservation2 form fieldset {
    width: 48.5%;
  }
  .form-reservation2 form fieldset.w-100 {
    width: 100%;
  }
}
/*---------*/
body .steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active,
body .steps-form .steps-row .steps-step .btn-circle:hover,
body .steps-form .steps-row .steps-step .btn-circle:focus,
body.steps-form .steps-row .steps-step .btn-circle:active {
  background-color: #2b6d8a !important;
  color: #ffffff;
}
.uacf7-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.uacf7-buttons button {
  display: inline-block;
  padding: 1rem 2.6rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20rem;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  color: #084059;
}
body .steps-form .steps-row .steps-step .btn-circle {
  background-color: #154a61 !important;
  color: #ffffff !important;
  padding: 0 !important;
}
.steps-form {
  margin-bottom: 3rem;
}

.btn-circle.uacf7-btn-active {
  font-size: 110% !important;
  font-weight: 600 !important;
}

.steps-form .steps-row .steps-step .uacf7-btn-active + .steps-info p {
  font-size: 120% !important;
  font-weight: 600 !important;
}

/*------------*/
.business-wrapper {
  margin-top: 5rem;
}
.business-box {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 3rem;
}
.business-image {
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.business-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.business-image:hover img {
  transform: scale(1.05);
}
.overflow {
  overflow: hidden;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .business-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
    justify-content: center;
  }
  .business-box {
    width: 48.5%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .business-box {
    width: 31.3%;
  }
}
/*-----------*/
body .steps-step::before {
	content: '';
	position: absolute;
	right: 37px;
	top: 25%;
	/* transform: translateY(-50%); */
	height: 1px;
	background-color: #fff;
	width: 21.3rem;
	left: auto;
	z-index: 0;
  opacity: 0.2;
}
body .steps-step:first-child::before{
  content: none;
}
body .steps-form .steps-row .steps-step {
	display: flex;
	text-align: center;
	position: relative;
	/* flex-direction: row; */
	flex-direction: column;
	align-items: center;
}
body .steps-form .steps-step.step-complete::before{
  opacity: 1;
}
body .steps-form .steps-row .steps-step .btn-circle {
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
	border-radius: 50%;
	margin-top: 0;
	text-decoration: none;
	outline: 0;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
  border:1px solid #fff;
  z-index: 1;
}
body .steps-form .steps-row {
	display: flex;
	justify-content: space-between;
	max-width: 52rem;
	width: 100%;
	margin: 0 auto;
}
 body .steps-form .steps-row::before {
	content: none !important;
}
body .steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active{
  border-color: transparent;
  box-shadow: none;
}
@media only screen and (max-width: 30em) {
  /*480px*/
    body .steps-step::before {
    width: 17rem;
  }
}
@media only screen and (max-width: 400px) {
     body .steps-step::before {
    width: 13rem;
  }
}