/*
Theme Name: Theme_Name
Theme URI: Theme_URL
Author: 
Author URI: 
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  margin: 1.5em 0;
  width: 80%;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.row {
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row > [class*=col_] {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.row > [class*=col_].right {
  float: right;
}
.row.large-gutter {
  margin-left: -50px;
  margin-right: -50px;
}
@media (max-width: 1300px) {
  .row.large-gutter {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.row.large-gutter > [class*=col_] {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1300px) {
  .row.large-gutter > [class*=col_] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1300px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.big-gutter > [class*=col_] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1300px) {
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.medium-gutter {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1300px) {
  .row.medium-gutter {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.row.medium-gutter > [class*=col_] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1300px) {
  .row.medium-gutter > [class*=col_] {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.row.normal-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1300px) {
  .row.normal-gutter {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.row.normal-gutter > [class*=col_] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1300px) {
  .row.normal-gutter > [class*=col_] {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.row.small-gutter {
  margin-left: -7px;
  margin-right: -7px;
}
.row.small-gutter > [class*=col_] {
  padding-left: 7px;
  padding-right: 7px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*=col_] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

@media (max-width: 960px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*=col_] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-self-center {
  align-self: center;
}

.flex-center {
  align-items: center;
}

.justify-space-between {
  justify-content: space-between;
}

.flex-justify-center {
  justify-content: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-end {
  justify-content: flex-end;
}

body {
  font-size: 18px;
  font-family: "Montserrat", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #151515;
}
@media (max-width: 1300px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 13px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #151515;
  font-weight: 600;
  line-height: 1.2;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 300;
}
@media (max-width: 1430px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 1300px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: 300;
}
@media (max-width: 1430px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 1300px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 300;
}
@media (max-width: 1300px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 960px) {
  h4 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 960px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 960px) {
  h6 {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  h6 {
    font-size: 16px;
  }
}

p,
span,
label,
li {
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin: 15px 0;
  color: #303030;
}
@media (max-width: 767px) {
  p {
    margin: 10px 0;
  }
}
@media (max-width: 640px) {
  p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 13px;
  }
}
p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}
p b,
p strong {
  font-weight: bold;
}
p i,
p em {
  font-style: italic;
}
p a {
  text-decoration: underline;
  color: #151515;
}
p a:hover {
  opacity: 0.8;
}

a {
  color: inherit;
  margin: 0;
}
a:hover {
  text-decoration: underline;
}
a span {
  color: inherit;
  font-weight: inherit;
}

img,
span,
label,
a {
  display: inline-block;
}

blockquote {
  border: none !important;
  position: relative;
  margin: 30px 0;
}

blockquote p {
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  font-style: normal;
  color: #151515;
  margin: 0;
  z-index: 1;
}
@media (max-width: 640px) {
  blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month],
textarea,
select {
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #e8e8e8;
  background: #F4F4F4;
  color: #151515;
  width: 100%;
  line-height: 1;
  padding: 12px 20px;
  margin-bottom: 15px;
  vertical-align: middle;
  outline: 0;
  box-sizing: border-box;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 5px;
}
@media (max-width: 960px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 13px;
  }
}
input[type=text]:active, input[type=text]:hover, input[type=text]:focus,
input[type=email]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:active,
input[type=url]:hover,
input[type=url]:focus,
input[type=number]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:hover,
input[type=date]:focus,
input[type=time]:active,
input[type=time]:hover,
input[type=time]:focus,
input[type=datetime]:active,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=week]:active,
input[type=week]:hover,
input[type=week]:focus,
input[type=month]:active,
input[type=month]:hover,
input[type=month]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  background-color: white;
  border-color: #34C6F4;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=week]:disabled,
input[type=month]:disabled,
textarea:disabled,
select:disabled {
  background: #EBEBEB;
}
@media (max-width: 960px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 13px;
  }
}

.select_overlay {
  position: relative;
}
.select_overlay:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 8px;
}

textarea {
  line-height: 1.2;
  padding-top: 15px;
  height: 160px;
}

button[type=submit],
input[type=submit] {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #34C6F4;
  font-weight: 500;
  padding: 17px 28px;
  border-radius: 5px;
  line-height: 1;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-bottom: 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  button[type=submit],
  input[type=submit] {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  button[type=submit],
  input[type=submit] {
    font-size: 13px;
  }
}
button[type=submit]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background-color: #0db4e8;
  color: white;
}

select {
  height: auto;
  line-height: normal;
  outline: none;
}

textarea {
  height: 124px;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 20px;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  background: #fff;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #34C6F4;
  outline: 0;
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #34C6F4;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: white;
  border-color: #34C6F4;
}

input[type=checkbox]::before {
  border-radius: 3px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #34C6F4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
}

input[type=checkbox]:checked:before {
  width: 17px;
  height: 17px;
}

input[type=radio]:checked:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #303030;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #303030;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #303030;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #303030;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #34C6F4;
}

div.wpcf7-mail-sent-ok {
  color: #037917;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 0;
}
@media (max-width: 960px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #34C6F4;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: red;
  /* Red */
  background: red;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.spam .wpcf7-response-output {
  /* Orange */
  background: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: red;
  color: white;
  border-radius: 5px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #34C6F4;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: white;
  border-radius: 5px;
}
@media (max-width: 960px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 13px;
  }
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #13300b;
  color: #fff;
}

.button1,
.button2,
.button3,
.button-white,
.button-line,
.button-line2,
.button-grey {
  color: white;
  display: inline-block;
  padding: 15px 28px;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 600;
  border-radius: 8px;
  background-color: #34C6F4;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  bottom: 0;
}
@media (max-width: 767px) {
  .button1,
  .button2,
  .button3,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .button1,
  .button2,
  .button3,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 13px;
    padding: 12px 22px;
  }
}
.button1:hover,
.button2:hover,
.button3:hover,
.button-white:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
  bottom: 3px;
  box-shadow: 0px 5px 3px 0px rgba(52, 198, 244, 0.5);
}
@media (max-width: 960px) {
  .button1:hover,
  .button2:hover,
  .button3:hover,
  .button-white:hover,
  .button-line:hover,
  .button-line2:hover,
  .button-grey:hover {
    bottom: 0;
    box-shadow: none;
  }
}

.button3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button3 img {
  margin-left: 34px;
  width: auto;
  height: auto;
  display: inline-block;
}
@media (max-width: 960px) {
  .button3 img {
    margin-left: 20px;
  }
}
@media (max-width: 640px) {
  .button3 img {
    margin-left: 15px;
  }
}

.button-arrow {
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(217, 217, 217, 0.1);
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.button-arrow img {
  width: auto;
  height: auto;
}
@media (max-width: 1300px) {
  .button-arrow {
    width: 70px;
    height: 70px;
  }
  .button-arrow img {
    width: 35px;
  }
}
@media (max-width: 960px) {
  .button-arrow {
    width: 60px;
    height: 60px;
  }
  .button-arrow img {
    width: 30px;
  }
}
@media (max-width: 640px) {
  .button-arrow {
    width: 50px;
    height: 50px;
  }
  .button-arrow img {
    width: 25px;
  }
}

.button-white {
  background-color: white;
  color: #151515;
}

.button-span {
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.button-span:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}
.button-span:hover {
  text-decoration: none;
  background-color: #0db4e8;
  color: white;
}
.button-span:hover:after {
  opacity: 1;
  right: 10px;
}

.button-grey {
  background-color: #F4F4F4;
  color: #151515;
}
.button-grey:hover {
  background-color: #dbdbdb;
  color: #151515;
}

.button2 {
  background: transparent;
  color: #34C6F4;
  text-decoration: underline;
  padding: 0;
}
.button2:hover {
  text-decoration: none;
  bottom: 0;
  box-shadow: none;
}
@media (max-width: 960px) {
  .button2:hover {
    text-decoration: underline;
  }
}

.button-line {
  border: 2px solid #34C6F4;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #34C6F4;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button-line {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line:hover {
  background-color: #34C6F4;
  color: white;
}

.button-line2 {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: white;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button-line2 {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line2:hover {
  background-color: white;
  color: #151515;
}

.btn-arrow {
  padding-right: 33px;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 640px) {
  .btn-arrow {
    padding-right: 22px;
  }
}
.btn-arrow img {
  width: 30px;
  height: 13px;
  position: relative;
  left: 10px;
  display: inline-block !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 640px) {
  .btn-arrow img {
    left: 3px;
    width: 20px;
    height: 7px;
    top: -1px;
  }
}
.btn-arrow:hover {
  text-decoration: none;
}
.btn-arrow:hover img {
  left: 15px;
}
@media (max-width: 640px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

.button-long-line {
  display: inline-block;
}

.btn-line-holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.btn-line-holder i {
  display: none;
}

.btn-line-hidden {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  opacity: 0.4;
  transform-origin: left;
  transform: scaleX(0);
  height: 1px;
  background-color: #34C6F4;
}

.btn-text {
  display: inline-block;
  position: relative;
  padding: 3px 18px 3px 0;
  transform: translateX(0);
  transition: 0.32s cubic-bezier(0.42, 0, 0.6, 0.93);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: relative;
  top: 2px;
  color: #34C6F4;
}
@media (max-width: 640px) {
  .btn-text {
    font-size: 13px;
    top: 0;
  }
}

.btn-line {
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
  opacity: 1;
  transform: scaleX(1);
  transform-origin: right;
  width: 41px;
  height: 1px;
  background-color: #34C6F4;
}

.button-long-line:hover {
  text-decoration: none;
}
.button-long-line:hover .btn-line-hidden {
  transform: scaleX(1);
  opacity: 1;
}
.button-long-line:hover .btn-text {
  transform: translateX(39px);
  transition: 0.3s ease-in-out;
}
.button-long-line:hover .btn-line {
  opacity: 0.4;
  transform: scaleX(0);
  transform-origin: right;
}

ul li {
  list-style: none;
}

.section {
  padding: 30px 60px;
}
@media (max-width: 1300px) {
  .section {
    padding: 30px 30px;
  }
}
@media (max-width: 480px) {
  .section {
    padding: 20px 15px;
  }
}

.inner-section {
  padding: 60px 0px;
}
@media (max-width: 1300px) {
  .inner-section {
    padding: 70px 0px;
  }
}
@media (max-width: 960px) {
  .inner-section {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .inner-section {
    padding: 50px 0px;
  }
}
@media (max-width: 640px) {
  .inner-section {
    padding: 40px 0px;
  }
}
@media (max-width: 480px) {
  .inner-section {
    padding: 30px 0px;
  }
}

.slider-arrows {
  display: flex;
  padding-top: 30px;
}
@media (max-width: 1430px) {
  .slider-arrows {
    padding-top: 28px;
  }
}
@media (max-width: 960px) {
  .slider-arrows {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .slider-arrows {
    padding-top: 20px;
  }
}
.slider-arrows .slider-arrow {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-right: 33px;
}
.slider-arrows .slider-arrow:last-child {
  margin-right: 0;
}
@media (max-width: 1430px) {
  .slider-arrows .slider-arrow {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
@media (max-width: 960px) {
  .slider-arrows .slider-arrow {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .slider-arrows .slider-arrow {
    margin-right: 10px;
    width: 35px;
    height: 35px;
  }
}
.slider-arrows .slider-arrow img {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 22px;
}
@media (max-width: 1430px) {
  .slider-arrows .slider-arrow img {
    width: 20px;
    height: 15px;
  }
}
@media (max-width: 1300px) {
  .slider-arrows .slider-arrow img {
    width: 15px;
    height: 12px;
  }
}
.slider-arrows .slider-arrow:hover, .slider-arrows .slider-arrow:focus {
  background-color: #34C6F4;
}
@media (max-width: 960px) {
  .slider-arrows .slider-arrow:hover, .slider-arrows .slider-arrow:focus {
    background-color: transparent;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.slick-prev,
.slick-next {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #34C6F4;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease;
}
@media (max-width: 1430px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1300px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
}
.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 22px;
}
@media (max-width: 1430px) {
  .slick-prev::before,
  .slick-next::before {
    width: 20px;
    height: 15px;
  }
}
@media (max-width: 1300px) {
  .slick-prev::before,
  .slick-next::before {
    width: 15px;
    height: 12px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #062E58;
}
@media (max-width: 960px) {
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background-color: #34C6F4;
  }
}

.slick-prev {
  left: 50px;
}
.slick-prev::before {
  background-image: url("images/svg/prev-btn.svg");
}

.slick-next {
  right: 50px;
}
.slick-next::before {
  background-image: url("images/svg/next-btn.svg");
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
}
.slick-dots li {
  display: inline-block;
  width: auto;
  height: 12px;
  width: 12px;
}
@media (max-width: 640px) {
  .slick-dots li {
    height: 8px;
    width: 8px;
  }
}
.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background-color: #fff;
  opacity: 0.4;
  padding: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.slick-dots li button::before {
  display: none;
}
@media (max-width: 640px) {
  .slick-dots li button {
    height: 8px;
    width: 8px;
  }
}
.slick-dots .slick-active {
  width: 60px;
}
@media (max-width: 640px) {
  .slick-dots .slick-active {
    height: 8px;
    width: 20px;
  }
}
.slick-dots .slick-active button {
  opacity: 1;
  width: 60px;
  background-color: #34C6F4;
}
@media (max-width: 640px) {
  .slick-dots .slick-active button {
    height: 8px;
    width: 20px;
  }
}
#breadcrumbs {
  font-size: 14px;
  margin: 0px;
}
@media (max-width: 960px) {
  #breadcrumbs {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  #breadcrumbs {
    font-size: 12px;
  }
}
#breadcrumbs span span {
  text-decoration: underline;
  font-weight: 400;
  opacity: 0.8;
  color: #fff;
}
#breadcrumbs a {
  text-decoration: none;
  opacity: 0.8;
  font-weight: 400;
  color: #fff;
}
#breadcrumbs a:hover {
  opacity: 1;
}
@media (max-width: 960px) {
  #breadcrumbs a:hover {
    opacity: 0.5;
  }
}
#breadcrumbs i {
  font-size: 10px;
  margin: 0 14px;
  color: #fff;
}
@media (max-width: 767px) {
  #breadcrumbs i {
    font-size: 8px;
    margin: 0 10px;
  }
}
@media (max-width: 640px) {
  #breadcrumbs i {
    margin: 0 5px;
  }
}
#breadcrumbs > span {
  text-align: center;
}

body .picker__select--month,
body .picker__select--year {
  padding: 0 10px !important;
  background: #fff !important;
  font-size: 15px;
  height: auto !important;
  color: #000;
  width: auto !important;
  border: none !important;
  margin: 0;
}
body .picker__select--month:hover,
body .picker__select--year:hover {
  border: none !important;
  color: #34C6F4;
}
body .picker__select--month:focus,
body .picker__select--year:focus {
  border: none !important;
  color: #070b11;
}

body .picker__day--selected {
  background: #34C6F4 !important;
}

body .picker__day::before {
  border-top-color: #34C6F4 !important;
}

body .picker__button--today::before {
  border-top-color: #34C6F4 !important;
}

body .picker__day--highlighted {
  border-color: #34C6F4 !important;
}

.body .picker__input--active {
  border-color: #070b11 !important;
}

body .picker__nav--next:hover,
.picker__nav--prev:hover {
  background-color: transparent;
}

body .picker__select--month,
body .picker__select--year {
  padding: 0 10px;
  background: #fff;
  font-size: 15px;
  color: #000;
}
body .booking-form .picker {
  max-width: 300px;
  left: calc((100% - 280px) / 2);
  bottom: 20px;
}
@media (max-width: 640px) {
  body .booking-form .picker {
    max-width: 85%;
    left: auto;
  }
}

.general-hero {
  position: relative;
  padding: 215px 0 85px 0;
}
@media (max-width: 1430px) {
  .general-hero {
    padding: 210px 0 70px 0;
  }
}
@media (max-width: 1300px) {
  .general-hero {
    padding: 200px 0 60px 0;
  }
}
@media (max-width: 960px) {
  .general-hero {
    padding: 150px 0 45px 0;
  }
}
@media (max-width: 767px) {
  .general-hero {
    padding: 135px 0 40px 0;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .general-hero {
    padding: 120px 0 40px 0;
  }
}
@media (max-width: 480px) {
  .general-hero {
    padding: 100px 0 40px 0;
  }
}
.general-hero::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 16, 34, 0.4), rgb(0, 16, 34));
  z-index: 2;
}
.general-hero::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(52, 198, 244, 0.2);
}
.general-hero .container {
  position: relative;
  z-index: 3;
  text-align: center;
}
.general-hero h1 {
  font-weight: bold;
}

.booking-listing .inner-section {
  background-color: #F0FBFF;
  border-radius: 20px;
}
.booking-listing .inner-section .route-card-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.booking-listing .inner-section .col_33 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1300px) {
  .booking-listing .inner-section .col_33 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media (max-width: 960px) {
  .booking-listing .inner-section .col_33 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .booking-listing .inner-section .col_33 {
    width: 100%;
  }
}

.wp-pagenavi {
  padding-top: 40px;
}
@media (max-width: 1100px) {
  .wp-pagenavi {
    padding-top: 35px;
  }
}
@media (max-width: 960px) {
  .wp-pagenavi {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi {
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  .wp-pagenavi {
    padding-top: 0px;
  }
}
.wp-pagenavi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wp-pagenavi ul li {
  margin: 0px 5px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.wp-pagenavi ul li span {
  background-color: #34C6F4;
  color: #fff;
  width: 55px;
  height: 55px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  line-height: 1;
}
@media (max-width: 1100px) {
  .wp-pagenavi ul li span {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .wp-pagenavi ul li span {
    width: 45px;
    height: 45px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi ul li span {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .wp-pagenavi ul li span {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.wp-pagenavi ul li a {
  background-color: #fff;
  width: 55px;
  height: 55px;
  color: #000;
  font-weight: bold;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
}
.wp-pagenavi ul li a:hover {
  background-color: #34C6F4;
  color: #fff;
  text-decoration: none;
  border: 1px solid #34C6F4;
}
@media (max-width: 1100px) {
  .wp-pagenavi ul li a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .wp-pagenavi ul li a {
    width: 45px;
    height: 45px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi ul li a {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .wp-pagenavi ul li a {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}

.page-error {
  position: relative;
  padding: 200px 0 125px 0;
  background: radial-gradient(circle, #012249, #001022);
  color: #fff;
}
@media (max-width: 640px) {
  .page-error {
    padding: 150px 0 80px 0;
  }
}
.page-error::before {
  content: none;
}
.page-error::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 338px;
  background-image: url(images/svg/blog-decor.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .page-error::after {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .page-error::after {
    height: 100px;
  }
}
.page-error .container {
  position: relative;
  z-index: 1;
}
.page-error .error-page-container {
  max-width: 646px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-error .error-page-container {
    max-width: inherit;
  }
}
.page-error .error-page-container .image {
  padding-bottom: 20px;
}
.page-error .error-page-container .image img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .page-error .error-page-container .image img {
    width: auto;
    height: 200px;
  }
}
@media (max-width: 640px) {
  .page-error .error-page-container .image img {
    width: auto;
    height: 150px;
  }
}
@media (max-width: 400px) {
  .page-error .error-page-container .image img {
    width: auto;
    height: 130px;
  }
}
.page-error .button1 {
  margin-top: 20px;
}

.page-content.article-page h1,
.page-content.article-page h2,
.page-content.article-page h3,
.page-content.article-page h4,
.page-content.article-page h5,
.page-content.article-page h6 {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .page-content.article-page h1,
  .page-content.article-page h2,
  .page-content.article-page h3,
  .page-content.article-page h4,
  .page-content.article-page h5,
  .page-content.article-page h6 {
    margin-top: 10px;
  }
}
.page-content.article-page ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: outside;
  margin-left: 20px;
}
.page-content.article-page ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 20px;
}

#request {
  border-radius: 10px;
  padding: 55px 70px;
}
@media (max-width: 1100px) {
  #request {
    width: 90%;
  }
}
@media (max-width: 1100px) {
  #request {
    padding: 40px 50px;
  }
}
@media (max-width: 960px) {
  #request {
    padding: 40px 30px;
  }
}
@media (max-width: 640px) {
  #request {
    padding: 20px;
  }
}
#request .wrap-request .the-content {
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 960px) {
  #request .wrap-request .the-content {
    padding-bottom: 15px;
  }
}
@media (max-width: 640px) {
  #request .wrap-request .the-content {
    padding-bottom: 5px;
  }
}
#request .wrap-request .the-content h4 {
  font-weight: bold;
}
#request .wrap-request form .col_100 input:not([type=submit]) {
  width: 100%;
}
#request .wrap-request form input:not([type=submit]),
#request .wrap-request form textarea,
#request .wrap-request form select {
  background-color: #f5f5f5;
  cursor: pointer;
}
@media (max-width: 960px) {
  #request .wrap-request form input:not([type=submit]), #request .wrap-request form select {
    height: 45px;
  }
}
@media (max-width: 640px) {
  #request .wrap-request form .form-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  #request .wrap-request form .form-row .col_50 {
    width: 100%;
  }
}
#request .wrap-request form select {
  background-image: url(images/svg/select-arrow.svg);
  background-position: right;
  background-size: 15% 8px;
  background-repeat: no-repeat;
  padding-right: 40px;
  border-radius: 8px;
}
@media (max-width: 960px) {
  #request .wrap-request form select {
    height: 45px;
  }
}
#request .wrap-request form .wpcf7-spinner {
  display: none;
}
#request .wrap-request form.submitting input[type=submit] {
  background-image: url(images/loading-gif.gif);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  font-size: 0px;
  height: 50px;
  transition: none;
}
@media (max-width: 767px) {
  #request .wrap-request form.submitting input[type=submit] {
    height: 48px;
  }
}
@media (max-width: 640px) {
  #request .wrap-request form.submitting input[type=submit] {
    height: 46px;
  }
}

.submit-selection {
  display: flex;
}
.submit-selection .button1 {
  padding: 16px 25px;
}
@media (max-width: 640px) {
  .submit-selection .button1 {
    padding: 10px 15px;
  }
}

body.woocommerce-order-received header {
  background-color: #062E58;
  position: relative;
}
body.woocommerce-order-received .general-hero {
  display: none;
}

.consumer {
  padding-top: 20px;
}
@media (max-width: 960px) {
  .consumer {
    width: 100%;
    justify-content: center;
  }
}
.consumer .consumer-container {
  padding-right: 10px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 3px;
  margin-top: 3px;
}
@media (max-width: 960px) {
  .consumer .consumer-container {
    padding-right: 3px;
    padding-left: 3px;
  }
}
@media (max-width: 400px) {
  .consumer .consumer-container {
    padding-right: 5px;
  }
}
.consumer .consumer-container:last-child {
  padding-right: 0;
}
.consumer img {
  width: auto;
  height: 35px;
}
@media (max-width: 1300px) {
  .consumer img {
    height: 30px;
  }
}
@media (max-width: 640px) {
  .consumer img {
    height: 25px;
  }
}

@media (max-width: 400px) {
  dl.variation {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  dl.variation dd {
    margin-bottom: 5px;
  }
}
dl.variation .variation-Copii821150reducere p {
  line-height: 1.2 !important;
}
@media (max-width: 640px) {
  dl.variation .variation-Copii821150reducere p {
    line-height: 1.5 !important;
  }
}
dl.variation .variation-Adult p {
  line-height: 1.5 !important;
}
@media (max-width: 640px) {
  dl.variation .variation-Adult p {
    line-height: 1.4 !important;
  }
}
@media (max-width: 640px) {
  dl.variation .variation-Data p {
    line-height: 1.5 !important;
  }
}

.woocommerce-error {
  font-size: 16px;
}
@media (max-width: 960px) {
  .woocommerce-error {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce-error {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce-error {
    font-size: 13px;
  }
}

.administrator-text {
  font-size: 16px;
  opacity: 0.7;
}
@media (max-width: 960px) {
  .administrator-text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .administrator-text {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .administrator-text {
    font-size: 13px;
  }
}

.alignleft {
  display: inline;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .alignleft, .alignright, .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
body {
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  background-color: #fff;
  position: relative;
}

body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #151515;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  							  not supported by any browser */
}

.big-title {
  font-size: 42px;
}
@media (max-width: 1430px) {
  .big-title {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .big-title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .big-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .big-title {
    font-size: 24px;
  }
}

.big-p {
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 1650px) {
  .big-p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .big-p {
    font-size: 16px;
  }
}

.container-big {
  width: 100%;
  padding: 0 150px;
}
@media (max-width: 1550px) {
  .container-big {
    padding: 0 50px;
  }
}
@media (max-width: 1430px) {
  .container-big {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-small {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .container-small {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container-small {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}
@media (max-width: 1300px) {
  .general-content-wrap {
    padding: 30px 0 70px;
  }
}
@media (max-width: 640px) {
  .general-content-wrap {
    padding: 20px 0 50px;
  }
}
.general-content-wrap .the-content {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.the-content img {
  max-height: 100%;
  height: auto;
  border-radius: 5px;
}
.the-content table {
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  border-collapse: separate !important;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 960px) {
  .the-content table {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table {
    font-size: 13px;
  }
}
.the-content table th {
  background-color: #f8f8f8;
}
.the-content table td,
.the-content table th {
  padding: 15px;
  text-align: left;
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  vertical-align: top;
}
.the-content table td:first-child,
.the-content table th:first-child {
  border-left: none;
}
.the-content table td:last-child,
.the-content table th:last-child {
  border-right: none;
}
@media (max-width: 960px) {
  .the-content table td,
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table td,
  .the-content table th {
    font-size: 13px;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .the-content table td,
  .the-content table th {
    font-size: 12px;
  }
}
.the-content table td strong,
.the-content table th strong {
  font-weight: 600;
}
.the-content table thead th {
  background-color: #F4F4F4;
}
.the-content table tbody tr:nth-child(odd) td {
  background-color: #fbfbfb;
}
.the-content table th {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-top: none;
}
@media (max-width: 960px) {
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table th {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .the-content table th {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .the-content table tr td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table tr td {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .the-content table tr td {
    font-size: 12px;
  }
}
.the-content table tr:last-child td,
.the-content table tr:last-child th {
  border-bottom: none;
}
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    margin-top: 20px;
  }
}
.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}
.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 700;
}
.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}
.the-content p,
.the-content span,
.the-content label,
.the-content li {
  color: #303030;
}
.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 600;
}
.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: 600;
}
.the-content li a,
.the-content p a {
  display: inline;
  text-decoration: underline;
}
.the-content blockquote {
  border: none !important;
  position: relative;
  margin: 25px 0 30px;
}
.the-content blockquote p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  color: #151515;
  font-weight: 400;
  margin: 0;
  z-index: 1;
}
@media (max-width: 1300px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .the-content blockquote p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .the-content blockquote p {
    font-size: 15px;
    margin: 25px 0;
  }
}
.the-content ul,
.the-content ol {
  position: relative;
  margin: 10px 0;
  overflow: hidden;
  clear: both;
  display: block;
}
@media screen and (max-width: 480px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0;
  }
}
.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
  margin: 0 0 0 20px;
}
.the-content li {
  margin: 2px 0;
  display: block;
  color: #303030;
  position: relative;
}
.the-content li strong {
  font-weight: bold;
}
.the-content li em {
  font-style: italic;
}
.the-content iframe {
  width: 100%;
  height: 553px;
}
@media (max-width: 1430px) {
  .the-content iframe {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .the-content iframe {
    height: 280px;
  }
}
.the-content h1 {
  font-size: 42px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .the-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .the-content h1 {
    font-size: 30px;
  }
}
.the-content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: inside;
}
.the-content ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 20px;
}

.the-content.the-content-checked ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 7px;
  margin-top: 7px;
  padding-left: 35px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .the-content.the-content-checked ul li {
    padding-left: 22px;
  }
}
.the-content.the-content-checked ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url(images/svg/bullet-image.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .the-content.the-content-checked ul li::before {
    top: 3px;
    width: 15px;
    height: 15px;
  }
}

.small-h1 h1 {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .small-h1 h1 {
    font-size: 25px;
  }
}

.title-style h2:first-of-type,
.title-style h3:first-child {
  margin-top: 0;
}

.small-title {
  color: #062E58;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .small-title {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.small-title.yellow-text {
  color: #34C6F4;
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.box-padding {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .box-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .box-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-t-xxl {
  padding-top: 110px;
}
@media screen and (max-width: 1550px) {
  .p-t-xxl {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-t-xxl {
    padding-top: 50px;
  }
}

.p-t-xl {
  padding-top: 90px;
}
@media screen and (max-width: 960px) {
  .p-t-xl {
    padding-top: 50px;
  }
}

.p-b-xl {
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-b-xl {
    padding-bottom: 50px;
  }
}

.p-b-xxl {
  padding-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .p-b-xxl {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-b-xxl {
    padding-bottom: 50px;
  }
}

.p-v-xxl {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 960px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-v-xxl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-xl {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-v-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-lm {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .p-v-lm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .p-v-ml {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-l-ml {
  padding-left: 25px;
}

.p-r-ml {
  padding-right: 25px;
}

.p-l-lm {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-l-lm {
    padding-left: 30px;
  }
}
@media screen and (max-width: 730px) {
  .p-l-lm {
    padding-left: 0;
  }
}

.p-r-lm {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .p-r-lm {
    padding-right: 30px;
  }
}
@media screen and (max-width: 730px) {
  .p-r-lm {
    padding-right: 0;
  }
}

.p-t-m {
  padding-top: 20px;
}

.p-m {
  padding: 20px;
}

.m-v-xxl {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .m-v-xxl {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-v-xxl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-v-xl {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .m-v-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .m-v-xl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-lm {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .m-v-lm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-l {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .m-v-l {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.m-v-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .m-v-60 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .m-b-70 {
    margin-bottom: 90px;
  }
}

.m-t-xxl {
  margin-top: 110px;
}
@media screen and (max-width: 1550px) {
  .m-t-xxl {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-t-xxl {
    margin-top: 50px;
  }
}

.m-t-100 {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .m-t-100 {
    margin-top: 60px;
  }
}

.m-t-xl {
  margin-top: 90px;
}
@media screen and (max-width: 960px) {
  .m-t-xl {
    margin-top: 50px;
  }
}

.m-b-xl {
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .m-b-xl {
    margin-bottom: 30px;
  }
}

.m-b-xxl {
  margin-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .m-b-xxl {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-b-xxl {
    margin-bottom: 50px;
  }
}

.m-t-lm {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .m-t-lm {
    margin-top: 30px;
  }
}

.m-b-lm {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .m-b-lm {
    margin-bottom: 30px;
  }
}

.m-t-l {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .m-t-l {
    margin-top: 20px;
  }
}

.m-t-m {
  margin-top: 20px;
}

.m-b-m {
  margin-bottom: 20px;
}

.m-b-l {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .m-b-l {
    margin-bottom: 20px;
  }
}

.m-t-0 {
  margin-top: 0;
}

.m-0 {
  margin: 0;
}
.m-0 a,
.m-0 p {
  margin: 0;
}

.a-tdu {
  text-decoration: underline;
}

.ovh:before, .ovh:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.ovh:after {
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.blue-bck {
  background-color: #151515;
}

.greyscale {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.grey-bck {
  background-color: #fdfdfd;
}

.grey-gradient {
  background: rgb(253, 253, 253);
  background: linear-gradient(0deg, rgb(253, 253, 253) 0%, rgb(255, 255, 255) 100%);
}

.grey-box {
  background-color: #F4F4F4;
}

.grey-box2 {
  background-color: #fbfbfb;
}

.grey-box3 {
  background-color: #fafafa;
}

.green-text {
  color: #34C6F4;
}

.blue-box {
  background-color: #34C6F4;
}

.dark-blue {
  background-color: #133c7c;
}

.white-box {
  background-color: white;
}

.shadow-left {
  box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.box-shadow {
  box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.box-shadow-black {
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}
.white-txt span.button-white,
.white-txt a.button-white {
  color: #151515;
}
.white-txt span.button-white:hover,
.white-txt a.button-white:hover {
  color: white;
}

.list-unknown li:first-child:nth-last-child(1) {
  width: 100%;
}
.list-unknown li:first-child:nth-last-child(2),
.list-unknown li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.list-unknown li:first-child:nth-last-child(3),
.list-unknown li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}
.list-unknown li:first-child:nth-last-child(4),
.list-unknown li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.list-unknown li:first-child:nth-last-child(5),
.list-unknown li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.ml-auto {
  margin-left: auto;
}

.error-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: left;
  position: relative;
  background: rgb(245, 250, 255);
  background: linear-gradient(0deg, rgb(245, 250, 255) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767px) {
  .error-wrap {
    display: block;
    overflow-y: auto;
  }
}

.maintenance-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4;
}

.maintenance-flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .maintenance-flex {
    display: block;
    width: 100%;
  }
}

.maintenance-left {
  width: 50%;
  height: 100%;
  padding-right: 100px;
  overflow-y: auto;
}
@media (max-width: 1430px) {
  .maintenance-left {
    padding-right: 50px;
  }
}
@media (max-width: 1300px) {
  .maintenance-left {
    padding: 0 30px;
  }
}
@media (max-width: 960px) {
  .maintenance-left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .maintenance-left {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
  }
}

.only-tablet {
  display: none;
}
@media (max-width: 960px) {
  .only-tablet {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 767px) {
  .only-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}

.maintenance-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 568px;
  margin-left: auto;
  padding: 50px 30px 100px;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .maintenance-text {
    margin-right: auto;
  }
  .maintenance-text h1 {
    color: white;
  }
}
@media (max-width: 767px) and (max-width: 640px) {
  .maintenance-text h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .maintenance-text .the-content {
    color: white;
  }
  .maintenance-text .the-content p,
  .maintenance-text .the-content span,
  .maintenance-text .the-content a,
  .maintenance-text .the-content li,
  .maintenance-text .the-content h1,
  .maintenance-text .the-content h2,
  .maintenance-text .the-content h3,
  .maintenance-text .the-content h4,
  .maintenance-text .the-content h5,
  .maintenance-text .the-content h6 {
    color: white;
  }
  .maintenance-text .the-content p:first-child {
    margin-top: 10px;
  }
}
.maintenance-text input {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .maintenance-text input {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .maintenance-text .mc4wp-form-fields {
    display: block;
    width: 100%;
  }
}
.maintenance-text input[type=email] {
  margin-right: 10px;
}
@media (max-width: 1300px) {
  .maintenance-text input[type=email] {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.maintenance-logo {
  margin-bottom: 200px;
}
@media (max-width: 1300px) {
  .maintenance-logo {
    margin-bottom: 100px;
  }
}
@media (max-width: 640px) {
  .maintenance-logo {
    margin-bottom: 50px;
  }
  .maintenance-logo img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.icon-error img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .icon-error img {
    max-width: 200px;
  }
}

.search-error {
  position: relative;
}
.search-error input {
  box-sizing: border-box;
  margin: 0;
  background-color: white;
  border: 1px solid #EBEBEB;
}
.search-error input:hover, .search-error input:focus, .search-error input:active {
  border-color: #34C6F4;
}

.warp-button-error {
  text-align: center;
}
@media (max-width: 480px) {
  .warp-button-error {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .warp-button-error .button-line2 img {
    display: none !important;
  }
}

.error-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: grayscale(1);
}

.page-error-centered {
  width: 50%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .page-error-centered {
    width: 100%;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .page-error-centered {
    padding-top: 100px;
  }
}
@media screen and (max-width: 340px) {
  .page-error-centered {
    max-width: 100%;
  }
}
.page-error-centered button[type=submit],
.page-error-centered input[type=submit] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
  background-color: transparent;
  width: 40px;
  padding: 0;
}
.page-error-centered button[type=submit] img,
.page-error-centered input[type=submit] img {
  width: 20px;
  height: 20px;
  display: block;
}
.page-error-centered #yith-ajaxsearchform .search-navigation input {
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 640px) {
  .page-error-centered .button1 {
    margin-bottom: 40px;
  }
}

.logo-error {
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .logo-error {
    margin-bottom: 40px;
  }
}
.logo-error a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.logo-error a img {
  display: block;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .logo-error a img {
    max-width: 150px;
  }
}

.error-main {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: auto;
  z-index: 1;
  position: relative;
  overflow-x: hidden;
}
.error-main .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-text {
  margin-bottom: 20px;
}
.error-text .logo-header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media (max-width: 640px) {
  .error-text .logo-header {
    max-width: 140px;
  }
}
@media (max-width: 640px) {
  .error-text {
    margin-bottom: 20px;
  }
}
.error-text h1 {
  color: #34C6F4;
  text-align: center;
  line-height: 0.4;
  margin: 0;
  font-size: 120px;
}
@media (max-width: 640px) {
  .error-text h1 {
    font-size: 80px;
  }
}

.subtitle-error {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}
@media (max-width: 1430px) {
  .subtitle-error {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .subtitle-error {
    margin-bottom: 20px;
  }
}

.error-flex {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  position: relative;
}
@media (max-width: 767px) {
  .error-flex {
    display: block;
    position: relative;
  }
}

.error-titles {
  margin-bottom: 30px;
}
.error-titles h1 {
  margin-bottom: 0;
  font-size: 120px;
}
@media (max-width: 767px) {
  .error-titles h1 {
    font-size: 42px;
  }
}
.error-titles h4 {
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.error-titles h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 51px;
  height: 3px;
  background-color: #34C6F4;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .error-titles h4:before {
    width: 50px;
    left: 50%;
    margin-left: -25px;
  }
}

.error-button {
  margin-top: 35px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block !important;
  margin-left: 10px;
}

.commentlist li {
  margin-bottom: 20px;
}

.commentlist .children {
  margin-top: 20px;
}

.commentlist .children li {
  padding-left: 20px;
}

.comment-reply-title #cancel-comment-reply-link {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #20449d;
}

.comment .comment-form-email,
.comment .comment-form-author,
.comment .comment-form-comment {
  margin: 0;
}

.comment .comment-notes {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.slider-timeline:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 200px;
  overflow: hidden;
}
.slider-timeline:not(.slick-slider) .timeline-row {
  width: 25%;
}
@media (max-width: 767px) {
  .slider-timeline:not(.slick-slider) .timeline-row {
    width: 50%;
  }
}

body .picker__select--month,
body .picker__select--year {
  padding: 0 10px;
  background: #fff;
  font-size: 15px;
  color: #000;
}

.book-meeting-form .back {
  margin-bottom: 30px;
}

.service-content {
  position: relative;
  z-index: 2;
}

body #cookie-law-info-bar {
  z-index: 99999999 !important;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.831372549);
}

.no-found {
  text-align: center;
  padding: 100px 0 0 0;
}
@media (max-width: 767px) {
  .no-found {
    padding: 50px 0 0 0;
  }
}

.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}
.wpcf7-acceptance.wpcf7-not-valid * {
  color: red;
}

.accordion {
  overflow: hidden;
  background: #f7f7f7;
  width: 80%;
  display: block;
  margin: 50px auto 0 auto;
}
@media (max-width: 960px) {
  .accordion {
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
  }
}
.accordion .accordion-section {
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section:last-child {
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  transition: all linear 0.15s;
  padding: 20px 40px 20px 30px;
  position: relative;
  background: #f1f7fb;
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title {
    padding: 15px 20px 15px 30px;
  }
}
.accordion .accordion-section .accordion-section-title:hover, .accordion .accordion-section .accordion-section-title.active {
  text-decoration: none;
}
.accordion .accordion-section .accordion-section-title:after {
  content: "\f107";
  position: relative;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 1.4rem;
  color: #34C6F4;
  position: absolute;
  right: 30px;
  top: 25px;
}
@media (max-width: 1300px) {
  .accordion .accordion-section .accordion-section-title:after {
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title:after {
    top: 16px;
  }
}
.accordion .accordion-section .accordion-section-title.active:after {
  content: "\f106";
}
.accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}
.accordion .accordion-section .accordion-section-content {
  padding: 15px;
  display: none;
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
  background: #fdfdfd;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: linear-gradient(to bottom, #002651, rgba(0, 38, 81, 0));
}
@media (max-width: 960px) {
  .header {
    padding: 10px 0;
  }
}
.header .logo a img {
  width: auto;
  height: auto;
}
@media (max-width: 1300px) {
  .header .logo a img {
    width: 180px;
  }
}
@media (max-width: 1100px) {
  .header .logo a img {
    width: 120px;
  }
}
.header .menu {
  padding: 0 20px;
}
@media (max-width: 960px) {
  .header .menu {
    display: none;
  }
}
.header .menu li {
  margin: 0 15px;
}
.header .menu li:first-child {
  margin-left: 0;
}
.header .menu li:last-child {
  margin-right: 0;
}
@media (max-width: 1300px) {
  .header .menu li {
    margin: 0 10px;
  }
}
.header .menu li a {
  color: white;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding: 62px 0;
}
.header .menu li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #34C6F4;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.header .menu li a:hover {
  text-decoration: none;
}
.header .menu li a:hover::after {
  height: 3px;
}
@media (max-width: 1300px) {
  .header .menu li a:hover::after {
    height: 4px;
  }
}
@media (max-width: 960px) {
  .header .menu li a:hover::after {
    height: 0px;
  }
}
@media (max-width: 1300px) {
  .header .menu li a {
    font-size: 14px;
    padding: 55px 0;
  }
}
@media (max-width: 1100px) {
  .header .menu li a {
    font-size: 13px;
    padding: 40px 0;
  }
}
.header .menu li.current-menu-item a::after {
  height: 3px;
}
@media (max-width: 960px) {
  .header .menu li.current-menu-item a::after {
    height: 0px;
  }
}
.header .contact-header .phone {
  padding-right: 20px;
}
@media (max-width: 640px) {
  .header .contact-header .phone {
    display: none;
  }
}
.header .contact-header .phone i {
  margin-right: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 9px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
}
@media (max-width: 1300px) {
  .header .contact-header .phone i {
    font-size: 14px;
    padding: 8px;
  }
}
@media (max-width: 1100px) {
  .header .contact-header .phone i {
    font-size: 13px;
    padding: 7px;
  }
}
.header .contact-header .phone a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.header .contact-header .phone a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: white;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.header .contact-header .phone a:hover {
  text-decoration: none;
}
.header .contact-header .phone a:hover::after {
  width: 100%;
}
@media (max-width: 960px) {
  .header .contact-header .phone a:hover::after {
    width: 0;
  }
}
@media (max-width: 1300px) {
  .header .contact-header .phone a {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .header .contact-header .phone a {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .header .contact-header .button1 {
    font-size: 14px;
    padding: 12px 18px;
  }
}
@media (max-width: 1100px) {
  .header .contact-header .button1 {
    font-size: 13px;
    padding: 10px 15px;
  }
}

.menu-btn {
  display: none;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .menu-btn {
    display: flex;
    vertical-align: middle;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    top: 0;
    transform: none;
    left: 0;
  }
}

.menu-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  background-color: transparent;
  padding: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 960px) {
  .menu-trigger {
    width: 38px;
    height: 38px;
  }
}
.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.hamburger {
  height: 2px;
  background: #fff;
  transition: 0.2s ease-out all 0.2s;
  position: relative;
  width: 18px;
  border-radius: 2px;
  left: 0px;
}
@media (max-width: 640px) {
  .hamburger {
    width: 16px;
  }
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
  border-radius: 2px;
}
.hamburger:before {
  top: -8px;
  width: 24px;
}
@media (max-width: 640px) {
  .hamburger:before {
    width: 22px;
    top: -6px;
  }
}
.hamburger:after {
  top: 8px;
  width: 24px;
}
@media (max-width: 640px) {
  .hamburger:after {
    width: 22px;
    top: 6px;
  }
}

.header-mobile {
  display: none !important;
  z-index: 2;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.header-mobile .menu a {
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
@media (max-width: 480px) {
  .header-mobile .menu a {
    font-size: 13px;
    padding: 10px 20px;
  }
}
@media (max-width: 960px) {
  .header-mobile .menu a:hover {
    color: #fff;
  }
}
.header-mobile .menu li {
  border-top: none;
}

.mm-wrapper_opening .header-mobile {
  display: block !important;
  background-color: #fff;
}

.mm-navbar_size-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  text-align: center;
}
.mm-navbar_size-2 .footer-logo-social-container {
  justify-content: center;
}
.mm-navbar_size-2 .footer-logo-social-container li a i {
  font-size: 20px;
}
.mm-navbar_size-2 .header-login {
  padding-top: 0;
  min-height: auto;
}
.mm-navbar_size-2 .header-login a:hover {
  background-color: #34C6F4;
  color: #34C6F4;
}
.mm-navbar_size-2 .header-request {
  padding-top: 0;
  min-height: auto;
}
.mm-navbar_size-2 .header-request .header-button-request {
  padding: 10px 20px;
}
.mm-navbar_size-2 .header-request .header-button-request:hover {
  background-color: #34C6F4;
  color: #34C6F4;
}
.mm-navbar_size-2 .header-request .header-button-request img {
  margin-right: 10px;
}
@media (max-width: 960px) {
  .mm-navbar_size-2 .header-request .header-button-request {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mm-navbar_size-2 .header-request .header-button-request svg {
    margin-right: 10px;
  }
}

@media (max-width: 960px) {
  .mm-navbar__title {
    font-size: 14px;
  }
}

.mm-panels > .mm-panel {
  padding-bottom: 150px;
}

.mm-navbar {
  background-color: #062E58 !important;
  color: #fff;
  padding: 25px 0;
}
@media (max-width: 480px) {
  .mm-navbar {
    padding: 20px 0;
  }
}
.mm-navbar a.mm-navbar__title {
  color: #fff !important;
}
.mm-navbar .mm-btn_prev:before,
.mm-navbar .mm-btn:after,
.mm-navbar .mm-btn:before {
  border-color: #fff;
}

.mm-panels {
  background-color: #fff !important;
  border: none;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
  font-weight: 600;
}

.mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.68);
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: #fff;
}

.mm-btn_prev:before,
.mm-btn:after,
.mm-btn:before {
  border-color: #fff;
}

.mm-panel {
  background-color: #062E58;
}
.mm-panel .mm-listitem__text:hover {
  color: #34C6F4;
}

.mm-listitem {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-navbars_top .mm-navbar {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  flex-direction: column;
}
.mm-navbars_top .mm-navbar .header-mobile {
  display: none !important;
}
.mm-navbars_top .mm-navbar .menu-btn {
  display: none !important;
}
.mm-navbars_top .mm-navbar a {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  .mm-navbars_top .mm-navbar a {
    padding-bottom: 15px;
  }
}
.mm-navbars_top .mm-navbar a img {
  width: auto;
  height: 80px;
}
@media (max-width: 960px) {
  .mm-navbars_top .mm-navbar a img {
    height: 70px;
  }
}
@media (max-width: 480px) {
  .mm-navbars_top .mm-navbar a img {
    height: 60px;
  }
}
.mm-navbars_top .mm-navbar .social-list {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mm-navbars_top .mm-navbar .social-list li {
  margin: 0 3px;
}
.mm-navbars_top .mm-navbar .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #34C6F4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mm-navbars_top .mm-navbar .social-list li a i {
  font-size: 14px;
}
@media (max-width: 960px) {
  .mm-navbars_top .mm-navbar .social-list li a i {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .mm-navbars_top .mm-navbar .social-list li a i {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .mm-navbars_top img {
    width: 80px;
    height: auto;
  }
}
@media (max-width: 640px) {
  .mm-navbars_top img {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .mm-navbars_top img {
    width: 80px;
  }
}
.mm-navbars_top a {
  padding-top: 0;
}

.mm-navbars_bottom {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.mm-navbars_bottom .mm-navbar {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.mm-navbars_bottom .mm-navbar .title-bottom {
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  padding: 0;
  min-height: auto !important;
  margin-bottom: 5px;
}
.mm-navbars_bottom .mm-navbar .contact-footer {
  padding-top: 0;
}
.mm-navbars_bottom .mm-navbar .phone,
.mm-navbars_bottom .mm-navbar .email {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mm-navbars_bottom .mm-navbar .phone i,
.mm-navbars_bottom .mm-navbar .email i {
  display: none;
}
.mm-navbars_bottom .mm-navbar .phone a,
.mm-navbars_bottom .mm-navbar .email a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.mm-navbars_bottom .mm-navbar .email a {
  word-break: break-all;
}
.mm-navbars_bottom .mm-navbar .footer-social {
  justify-content: center;
  padding-top: 5px;
}
.mm-navbars_bottom .mm-navbar .footer-social li {
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.mm-navbars_bottom .mm-navbar .footer-social li a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mm-navbars_bottom .footer-logo-social-container {
  padding-top: 0;
  flex-wrap: wrap;
}
.mm-navbars_bottom .footer-logo-social-container .footer-social-link {
  width: auto;
  margin: 3px 5px;
}
.mm-navbars_bottom .footer-logo-social-container .footer-social-link a {
  width: 28px;
  height: 28px;
  line-height: 0;
  font-size: 12px;
}
@media (max-width: 640px) {
  .mm-navbars_bottom .footer-logo-social-container .footer-social-link a {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .mm-navbars_bottom .footer-logo-social-container .footer-social-link a {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }
}

.mm-listitem:after {
  left: 0;
}

.menu-open .menu-trigger {
  position: fixed;
  left: 230px;
  top: 30px;
}
.menu-open .hamburger3 {
  width: 50%;
  background: rgba(255, 255, 255, 0);
}
.menu-open .hamburger3:before, .menu-open .hamburger3:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
  border-color: rgb(0, 0, 0);
}
.menu-open .hamburger3:before {
  transform: rotate(45deg);
}
.menu-open .hamburger3:after {
  transform: rotate(135deg);
}
.menu-open .header-mobile {
  left: 0;
}

html.mm-wrapper_opened .hamburger:before {
  transform-origin: center center 0px;
  transform: rotate(45deg);
  width: 18px;
  top: 0px;
}
@media (max-width: 400px) {
  html.mm-wrapper_opened .hamburger:before {
    top: 0px;
  }
}

html.mm-wrapper_opened .hamburger:after {
  transform-origin: center center 0px;
  transform: rotate(-45deg);
  top: 0px;
  width: 18px;
}
@media (max-width: 400px) {
  html.mm-wrapper_opened .hamburger:after {
    top: 0px;
  }
}

html.mm-wrapper_opened .hamburger {
  background-color: transparent;
}

@media (max-width: 640px) {
  #qlwapp.qlwapp-button .qlwapp-toggle {
    font-size: 12px;
  }
}

.footer {
  padding: 70px 0 40px 0;
  background-color: #062E58;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0 30px 0;
  }
}
@media (max-width: 640px) {
  .footer {
    padding: 40px 0 30px 0;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .footer .inner-content {
    justify-content: center;
  }
}
.footer .logo {
  max-width: 370px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .footer .logo {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer .logo {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
  }
}
.footer .logo .footer-description {
  font-size: 15px;
  font-weight: 400;
  margin: 20px 0;
}
.footer .logo img {
  width: auto;
  height: auto;
}
@media (max-width: 1300px) {
  .footer .logo img {
    width: 180px;
  }
}
@media (max-width: 480px) {
  .footer .logo img {
    width: 150px;
  }
}
.footer .footer-menus {
  max-width: 750px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .footer .footer-menus {
    width: 100%;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer .footer-menus {
    justify-content: center;
    margin: 0 -10px;
  }
}
.footer .footer-menus .title-bottom {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .footer .footer-menus .title-bottom {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .footer .footer-menus .title-bottom {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .footer .footer-menus .title-bottom {
    font-size: 15px;
  }
}
.footer .footer-menus .menu-container {
  padding: 0 10px;
}
.footer .footer-menus .menu-container:first-child {
  padding-left: 0;
}
@media (max-width: 640px) {
  .footer .footer-menus .menu-container:first-child {
    padding-left: 10px;
  }
}
.footer .footer-menus .menu-container:last-child {
  padding-right: 0;
}
@media (max-width: 1300px) {
  .footer .footer-menus .menu-container:last-child {
    padding-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .footer .footer-menus .menu-container:last-child {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 1300px) {
  .footer .footer-menus .menu-container {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .footer-menus .menu-container {
    text-align: center;
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 400px) {
  .footer .footer-menus .menu-container {
    width: 100%;
  }
}
.footer .footer-menus .menu li {
  margin: 3px 0;
}
.footer .footer-menus .menu li a {
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  text-decoration: underline;
}
.footer .footer-menus .menu li a:hover {
  opacity: 1;
  text-decoration: none;
}
@media (max-width: 960px) {
  .footer .footer-menus .menu li a:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}
@media (max-width: 1300px) {
  .footer .footer-menus .menu li a {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .footer .footer-menus .menu li a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .footer .footer-menus .menu li a {
    font-size: 13px;
  }
}
.footer .contact-footer .phone, .footer .contact-footer .email {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.footer .contact-footer .phone:first-child, .footer .contact-footer .email:first-child {
  padding-top: 0;
}
.footer .contact-footer .phone:last-child, .footer .contact-footer .email:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .footer .contact-footer .phone, .footer .contact-footer .email {
    justify-content: center;
  }
}
@media (max-width: 1430px) {
  .footer .contact-footer .email a {
    word-break: break-all;
    line-height: 1.2;
  }
}
@media (max-width: 1300px) {
  .footer .contact-footer .email a {
    word-break: normal;
  }
}
.footer .contact-footer a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .footer .contact-footer a {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .footer .contact-footer a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .footer .contact-footer a {
    font-size: 13px;
  }
}
.footer .contact-footer i {
  color: #fff;
  padding: 7px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .footer .contact-footer i {
    display: none;
  }
}
.footer .contact-footer .footer-social {
  padding-top: 35px;
}
@media (max-width: 1300px) {
  .footer .contact-footer .footer-social {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer .contact-footer .footer-social {
    justify-content: center;
  }
}
.footer .contact-footer .footer-social li {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(52, 198, 244, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.footer .contact-footer .footer-social li:first-child {
  margin-left: 0;
}
.footer .contact-footer .footer-social li:last-child {
  margin-right: 0;
}
@media (max-width: 960px) {
  .footer .contact-footer .footer-social li {
    width: 35px;
    height: 35px;
  }
}
.footer .contact-footer .footer-social li:hover {
  opacity: 0.7;
}
@media (max-width: 960px) {
  .footer .contact-footer .footer-social li:hover {
    opacity: 1;
  }
}
.footer .contact-footer .footer-social li:hover a {
  text-decoration: none;
}
.footer .contact-footer .footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.footer .contact-footer .footer-social i {
  font-size: 18px;
  padding: 0px;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 960px) {
  .footer .contact-footer .footer-social i {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .footer .contact-footer .footer-social i {
    display: block;
  }
}

.footer-second {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-second p {
  font-size: 16px;
  margin: 0;
  opacity: 0.7;
}
@media (max-width: 1300px) {
  .footer-second p {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .footer-second p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .footer-second p {
    font-size: 13px;
  }
}

.newsletter-bottom {
  width: 100%;
}
@media (max-width: 767px) {
  .newsletter-bottom {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .newsletter-bottom {
    margin: 0 auto;
  }
}
.newsletter-bottom .mc4wp-form-fields {
  position: relative;
}
.newsletter-bottom .mc4wp-form-fields::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: calc((100% - 24px) / 2);
  background-image: url(images/svg/mail-bold.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 960px) {
  .newsletter-bottom .mc4wp-form-fields::before {
    left: 12px;
    width: 20px;
    height: 20px;
    top: calc((100% - 20px) / 2);
  }
}
@media (max-width: 640px) {
  .newsletter-bottom .mc4wp-form-fields::before {
    left: 10px;
    width: 18px;
    height: 18px;
    top: calc((100% - 18px) / 2);
  }
}
@media (max-width: 480px) {
  .newsletter-bottom .mc4wp-form-fields::before {
    left: 8px;
    width: 16px;
    height: 16px;
    top: calc((100% - 16px) / 2);
  }
}
.newsletter-bottom input[type=email] {
  background-color: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.13);
  height: 51px;
  padding-left: 52px;
  position: relative;
  color: #000;
  margin-bottom: 0;
  padding-right: 40px;
  border-radius: 10px;
  color: #fff;
}
@media (max-width: 1430px) {
  .newsletter-bottom input[type=email] {
    height: 45px;
  }
}
@media (max-width: 960px) {
  .newsletter-bottom input[type=email] {
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  .newsletter-bottom input[type=email] {
    padding-left: 38px;
    height: 40px;
  }
}
.newsletter-bottom input[type=email]::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.newsletter-bottom input[type=email]::placeholder {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 640px) {
  .newsletter-bottom input[type=email]::-moz-placeholder {
    font-size: 15px;
  }
  .newsletter-bottom input[type=email]::placeholder {
    font-size: 15px;
  }
}
.newsletter-bottom button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  padding: 12px 15px;
}
@media (max-width: 1430px) {
  .newsletter-bottom button[type=submit] {
    padding: 15px;
  }
}
@media (max-width: 960px) {
  .newsletter-bottom button[type=submit] {
    padding: 13px;
  }
}
@media (max-width: 640px) {
  .newsletter-bottom button[type=submit] {
    padding: 12px 20px;
  }
}
@media (max-width: 480px) {
  .newsletter-bottom button[type=submit] {
    padding: 11px 20px;
  }
}
.newsletter-bottom button[type=submit] i {
  font-size: 24px;
  color: #EE9A35;
}
@media (max-width: 1430px) {
  .newsletter-bottom button[type=submit] i {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .newsletter-bottom button[type=submit] i {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .newsletter-bottom button[type=submit] i {
    font-size: 16px;
  }
}

.home-hero {
  position: relative;
  z-index: 10;
}
.home-hero .hero-slider:not(.slick-slider) {
  width: 100%;
  height: 711px;
  overflow: hidden;
}
@media (max-width: 1550px) {
  .home-hero .hero-slider:not(.slick-slider) {
    height: 657px;
  }
}
@media (max-width: 1430px) {
  .home-hero .hero-slider:not(.slick-slider) {
    height: 569px;
  }
}
@media (max-width: 1300px) {
  .home-hero .hero-slider:not(.slick-slider) {
    height: 540px;
  }
}
@media (max-width: 960px) {
  .home-hero .hero-slider:not(.slick-slider) {
    height: 448px;
  }
}
@media (max-width: 767px) {
  .home-hero .hero-slider:not(.slick-slider) {
    height: 347px;
  }
}
@media (max-width: 640px) {
  .home-hero .hero-slider:not(.slick-slider) {
    height: 291px;
  }
}
@media (max-width: 480px) {
  .home-hero .hero-slider:not(.slick-slider) {
    height: 291px;
  }
}
.home-hero .wrap-hero-social {
  position: absolute;
  left: 67px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1550px) {
  .home-hero .wrap-hero-social {
    left: 30px;
  }
}
@media (max-width: 1430px) {
  .home-hero .wrap-hero-social {
    left: calc((100% - 1250px) / 2);
    top: 28%;
  }
}
@media (max-width: 1300px) {
  .home-hero .wrap-hero-social {
    left: 30px;
    top: 21%;
  }
}
@media (max-width: 960px) {
  .home-hero .wrap-hero-social {
    display: none;
  }
}
.home-hero .wrap-hero-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1430px) {
  .home-hero .wrap-hero-social ul {
    flex-direction: row;
  }
}
.home-hero .wrap-hero-social ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1430px) {
  .home-hero .wrap-hero-social ul li {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.home-hero .wrap-hero-social ul li::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 23px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1430px) {
  .home-hero .wrap-hero-social ul li::after {
    content: none;
  }
}
.home-hero .wrap-hero-social ul li:first-child::after {
  content: none;
}
.home-hero .wrap-hero-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
}
.home-hero .wrap-hero-social ul li a:hover {
  opacity: 1;
}
.home-hero .wrap-hero-social ul li a i {
  font-size: 18px;
  color: white;
}
.home-hero .hero-slide {
  position: relative;
}
.home-hero .hero-slide::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 16, 34, 0) 0%, rgb(0, 16, 34) 87%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}
.home-hero .hero-slide::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(52, 198, 244, 0.2);
}
.home-hero .hero-slide .cover {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-hero .hero-slide .cover::before {
  content: "";
  position: absolute;
  bottom: 130px;
  left: 50px;
  width: 50%;
  height: 100%;
  background-image: url(images/svg/hero-decor.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(2rem);
  opacity: 0.6;
}
.home-hero .hero-slide .cover .hero-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-hero .slick-dotted {
  margin-bottom: 0;
}
.home-hero .slick-dots {
  bottom: 85px;
  left: calc((100% - 1260px) / 2);
  display: inline-flex;
  width: auto;
}
@media (max-width: 1300px) {
  .home-hero .slick-dots {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .home-hero .slick-dots {
    width: 100%;
    left: 0;
    bottom: 30px;
  }
}
.home-hero .hero-wrapper {
  padding: 275px 0 350px 0;
  position: relative;
  z-index: 2;
  max-width: 700px;
}
@media (max-width: 1550px) {
  .home-hero .hero-wrapper {
    padding: 250px 0 350px 0;
  }
}
@media (max-width: 1300px) {
  .home-hero .hero-wrapper {
    padding: 180px 0 300px 0;
  }
}
@media (max-width: 960px) {
  .home-hero .hero-wrapper {
    padding: 150px 0 300px 0;
  }
}
@media (max-width: 767px) {
  .home-hero .hero-wrapper {
    padding: 120px 0 300px 0;
    max-width: inherit;
  }
}
@media (max-width: 640px) {
  .home-hero .hero-wrapper {
    padding: 100px 0 400px 0;
  }
}
@media (max-width: 480px) {
  .home-hero .hero-wrapper {
    padding: 100px 0 350px 0;
  }
}
@media (max-width: 767px) {
  .home-hero .hero-wrapper .hero-content {
    max-width: inherit;
    text-align: center;
  }
}
.home-hero .hero-wrapper .hero-content .title {
  font-size: 48px;
  color: #fff;
  line-height: 110%;
  margin: 0;
  max-width: 600px;
  font-weight: 300;
}
@media (max-width: 1430px) {
  .home-hero .hero-wrapper .hero-content .title {
    font-size: 46px;
  }
}
@media (max-width: 1300px) {
  .home-hero .hero-wrapper .hero-content .title {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  .home-hero .hero-wrapper .hero-content .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .home-hero .hero-wrapper .hero-content .title {
    font-size: 32px;
    margin-top: 20px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .home-hero .hero-wrapper .hero-content .title {
    font-size: 28px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .home-hero .hero-wrapper .hero-content .title {
    font-size: 26px;
  }
}
.home-hero .hero-wrapper .hero-content .description {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  max-width: 600px;
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 1.2;
}
@media (max-width: 1550px) {
  .home-hero .hero-wrapper .hero-content .description {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .home-hero .hero-wrapper .hero-content .description {
    font-size: 16px;
    max-width: inherit;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .home-hero .hero-wrapper .hero-content .description {
    font-size: 14px;
  }
}
.home-hero .booking-form {
  background-color: #fff;
  padding: 30px;
  max-width: 688px;
  position: absolute;
  bottom: 170px;
  left: calc((100% - 1260px) / 2);
  z-index: 2;
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .home-hero .booking-form {
    left: 30px;
    padding: 20px;
    bottom: 150px;
  }
}
@media (max-width: 767px) {
  .home-hero .booking-form {
    left: auto;
    margin: 0 30px;
  }
}
@media (max-width: 640px) {
  .home-hero .booking-form {
    bottom: 100px;
  }
}
@media (max-width: 480px) {
  .home-hero .booking-form {
    bottom: 80px;
  }
}
.home-hero .booking-form select {
  background-image: url(images/svg/select-arrow.svg);
  background-position: right;
  background-size: 15% 8px;
  background-repeat: no-repeat;
  padding-right: 40px;
  cursor: pointer;
}
.home-hero .booking-form select,
.home-hero .booking-form input {
  margin: 0;
  height: 49px;
  background-color: #F2F2F2;
  border-radius: 10px;
  border: 1px solid #E9E9E9;
}
@media (max-width: 960px) {
  .home-hero .booking-form select,
  .home-hero .booking-form input {
    height: 45px;
  }
}
@media (max-width: 640px) {
  .home-hero .booking-form .booking-form-col {
    width: 100%;
    padding-bottom: 10px;
  }
}
.home-hero .booking-form .button1 {
  width: 100%;
}
@media (max-width: 960px) {
  .home-hero .booking-form .button1 {
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.home-hero .booking-form #date-picker {
  background-image: url(images/svg/calendar.svg);
  background-position: left;
  background-size: 20% 15px;
  background-repeat: no-repeat;
  padding-left: 40px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .home-hero .booking-form #date-picker {
    background-size: 30px 15px;
  }
}
.home-hero .booking-form label {
  font-size: 14px;
  font-weight: 600;
  color: #0A0A0A;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 640px) {
  .home-hero .booking-form label {
    font-size: 12px;
  }
}

.date-input-picker {
  background-image: url(images/svg/calendar.svg) !important;
  background-position: left !important;
  background-size: 15% 15px !important;
  background-repeat: no-repeat !important;
  padding-left: 40px !important;
  cursor: pointer !important;
}
@media (max-width: 640px) {
  .date-input-picker {
    background-size: 30px 15px !important;
  }
}

.rent-book {
  padding-top: 30px;
  padding-bottom: 30px;
}
.rent-book p {
  margin: 0;
}
.rent-book .rent-book-col {
  width: 37.5%;
}
@media (max-width: 640px) {
  .rent-book .rent-book-col {
    width: 100% !important;
    padding-bottom: 30px;
  }
}
.rent-book .rent-book-other-col {
  width: 25%;
}
.rent-book .content-wrapper {
  height: 490px;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 960px) {
  .rent-book .content-wrapper {
    height: 400px;
  }
}
@media (max-width: 640px) {
  .rent-book .content-wrapper {
    height: 350px;
  }
}
.rent-book .content-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 16, 34, 0) 0%, rgb(0, 16, 34) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  border-radius: 30px;
}
.rent-book .content-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 30px;
  background-color: rgba(52, 198, 244, 0.2);
}
.rent-book .content-wrapper:hover {
  text-decoration: none;
}
.rent-book .content-wrapper:hover .btn {
  transform: rotate(45deg);
}
@media (max-width: 960px) {
  .rent-book .content-wrapper:hover .btn {
    transform: rotate(0deg);
  }
}
.rent-book .content-wrapper .btn {
  transition: all 0.3s ease;
}
.rent-book .content-wrapper .content {
  padding: 50px 45px;
  position: relative;
  z-index: 3;
}
@media (max-width: 960px) {
  .rent-book .content-wrapper .content {
    padding: 40px 30px;
  }
  .rent-book .content-wrapper .content .responsive-column {
    flex-direction: column;
  }
  .rent-book .content-wrapper .content .responsive-column .text {
    padding-bottom: 20px;
    padding-right: 0;
    margin: 0;
  }
  .rent-book .content-wrapper .content .responsive-column .text::after {
    content: none;
  }
}
.rent-book .content-wrapper .content .text {
  padding-right: 25px;
  margin-right: 25px;
  position: relative;
}
.rent-book .content-wrapper .content .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.rent-book .content-wrapper .content .text .title {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  .rent-book .content-wrapper .content .text .title {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  .rent-book .content-wrapper .content .text .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .rent-book .content-wrapper .content .text .title {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .rent-book .content-wrapper .content .text .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .rent-book .content-wrapper .content .text .title {
    font-size: 16px;
  }
}
.rent-book .content-wrapper .content .text .description {
  line-height: 1.3;
  font-weight: 300;
}
.rent-book .content-wrapper .rent-label {
  position: absolute;
  top: 40px;
  left: 45px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  padding: 16px 30px;
  line-height: 1;
  filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.5));
  font-weight: 600;
}
@media (max-width: 1300px) {
  .rent-book .content-wrapper .rent-label {
    padding: 12px 20px;
  }
}
@media (max-width: 960px) {
  .rent-book .content-wrapper .rent-label {
    font-size: 14px;
    padding: 10px 18px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .rent-book .content-wrapper .rent-label {
    font-size: 13px;
    padding: 8px 16px;
  }
}
@media (max-width: 640px) {
  .rent-book .content-wrapper .rent-label {
    font-size: 12px;
    padding: 6px 14px;
  }
}
.rent-book .content-wrapper.blue-bg {
  background-color: #062E58;
}
.rent-book .content-wrapper.blue-bg::before {
  content: none;
}
.rent-book .content-wrapper.blue-bg::after {
  content: none;
}
.rent-book .content-wrapper.blue-bg .contact-us {
  color: #34C6F4;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.rent-book .content-wrapper.blue-bg .contact-us:hover {
  text-decoration: none;
}
@media (max-width: 960px) {
  .rent-book .content-wrapper.blue-bg .contact-us:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1300px) {
  .rent-book .content-wrapper.blue-bg .contact-us {
    font-size: 14px;
  }
}
.rent-book .content-wrapper.blue-bg .discover {
  padding-bottom: 60px;
  padding-right: 0;
  margin-right: 0;
}
.rent-book .content-wrapper.blue-bg .discover::after {
  content: none;
}
.rent-book .content-wrapper.blue-bg .number-wrap {
  padding: 20px 0;
}
@media (max-width: 640px) {
  .rent-book .content-wrapper.blue-bg .number-wrap {
    padding: 10px 0;
  }
}
.rent-book .content-wrapper.blue-bg .number-wrap .number,
.rent-book .content-wrapper.blue-bg .number-wrap .sign {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1300px) {
  .rent-book .content-wrapper.blue-bg .number-wrap .number,
  .rent-book .content-wrapper.blue-bg .number-wrap .sign {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .rent-book .content-wrapper.blue-bg .number-wrap .number,
  .rent-book .content-wrapper.blue-bg .number-wrap .sign {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .rent-book .content-wrapper.blue-bg .number-wrap .number,
  .rent-book .content-wrapper.blue-bg .number-wrap .sign {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .rent-book .content-wrapper.blue-bg .number-wrap .number,
  .rent-book .content-wrapper.blue-bg .number-wrap .sign {
    font-size: 20px;
  }
}
.rent-book .content-wrapper.blue-bg .number-wrap p:not(.number) {
  font-weight: 300;
}
@media (max-width: 1430px) {
  .rent-book .flex-rent-book .rent-book-col {
    width: 50%;
  }
  .rent-book .flex-rent-book .rent-book-other-col {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 1430px) and (max-width: 640px) {
  .rent-book .flex-rent-book .rent-book-other-col {
    margin-top: 0px;
  }
}
@media (max-width: 1430px) {
  .rent-book .flex-rent-book .rent-book-other-col .content-wrapper {
    height: auto;
  }
  .rent-book .flex-rent-book .rent-book-other-col .discover {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .rent-book .flex-rent-book .content {
    padding: 30px;
  }
}

.image-variation .inner-section {
  padding-top: 0;
  padding-bottom: 0;
}
.image-variation img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .image-variation img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .image-variation .image-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .image-variation .image-col .image-grid-flexrow .image-grid {
    padding-top: 30px;
  }
}
.image-variation .image-col .image-grid-flexrow .image-grid:first-child .image {
  border-radius: 20px;
}
.image-variation .image-col .image-grid-flexrow .image-grid:first-child .image .img:first-child {
  height: 400px;
}
@media (max-width: 1430px) {
  .image-variation .image-col .image-grid-flexrow .image-grid:first-child .image .img:first-child {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .image-variation .image-col .image-grid-flexrow .image-grid:first-child .image .img:first-child {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .image-variation .image-col .image-grid-flexrow .image-grid:first-child .image .img:first-child {
    height: auto;
  }
}
.image-variation .image-col .image-grid-flexrow .image-grid:first-child .image .img:last-child {
  height: 350px;
  max-width: 90%;
  margin-left: auto;
}
@media (max-width: 1430px) {
  .image-variation .image-col .image-grid-flexrow .image-grid:first-child .image .img:last-child {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .image-variation .image-col .image-grid-flexrow .image-grid:first-child .image .img:last-child {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .image-variation .image-col .image-grid-flexrow .image-grid:first-child .image .img:last-child {
    height: auto;
    padding-bottom: 0;
  }
}
.image-variation .image-col .image-grid-flexrow .image-grid:last-child .image {
  padding-top: 83px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .image-variation .image-col .image-grid-flexrow .image-grid:last-child .image {
    padding-top: 30px;
  }
}
.image-variation .image-col .image-grid-flexrow .image-grid:last-child .image .img {
  padding-right: 50px;
}
@media (max-width: 1430px) {
  .image-variation .image-col .image-grid-flexrow .image-grid:last-child .image .img {
    padding-right: 30px;
  }
}
@media (max-width: 960px) {
  .image-variation .image-col .image-grid-flexrow .image-grid:last-child .image .img {
    padding-right: 0px;
  }
}
.image-variation .image-col .image-grid-flexrow .image-grid:last-child .image .img:first-child {
  height: 350px;
}
@media (max-width: 1430px) {
  .image-variation .image-col .image-grid-flexrow .image-grid:last-child .image .img:first-child {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .image-variation .image-col .image-grid-flexrow .image-grid:last-child .image .img:first-child {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .image-variation .image-col .image-grid-flexrow .image-grid:last-child .image .img:first-child {
    height: auto;
  }
}
.image-variation .image-col .image-grid-flexrow .image-grid:last-child .image .img:last-child {
  height: 300px;
  max-width: 80%;
  margin-right: auto;
}
@media (max-width: 1430px) {
  .image-variation .image-col .image-grid-flexrow .image-grid:last-child .image .img:last-child {
    height: 250px;
  }
}
@media (max-width: 960px) {
  .image-variation .image-col .image-grid-flexrow .image-grid:last-child .image .img:last-child {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .image-variation .image-col .image-grid-flexrow .image-grid:last-child .image .img:last-child {
    height: auto;
    padding-bottom: 0;
  }
}
.image-variation .image-col .image-grid-flexrow .image-grid .img {
  padding-bottom: 40px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .image-variation .image-col .image-grid-flexrow .image-grid .img {
    padding-bottom: 20px;
  }
}
.image-variation .the-content {
  max-width: 580px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .image-variation .the-content {
    max-width: 100%;
    margin: 0;
  }
}
.image-variation .the-content h2 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .image-variation .text-col {
    width: 100%;
  }
}

.blue-cards .inner-section {
  background-color: #062E58;
  border-radius: 20px;
}
.blue-cards .inner-section p {
  margin: 0;
}
@media (max-width: 1300px) {
  .blue-cards .inner-section .card-col {
    width: 50%;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .blue-cards .inner-section .card-col {
    width: 100%;
  }
}
.blue-cards .inner-section .card-col .card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: inset 0 -5px 0 0 rgba(255, 255, 255, 0.1);
  padding: 30px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1430px) {
  .blue-cards .inner-section .card-col .card {
    padding: 20px;
  }
}
.blue-cards .inner-section .card-col .card .card-first-row {
  padding-bottom: 10px;
}
.blue-cards .inner-section .card-col .card .card-first-row .icon {
  width: 62px;
  height: 62px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #34C6F4;
  margin-right: 15px;
}
@media (max-width: 1550px) {
  .blue-cards .inner-section .card-col .card .card-first-row .icon {
    width: 50px;
    height: 50px;
  }
}
.blue-cards .inner-section .card-col .card .card-first-row .icon img {
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .blue-cards .inner-section .card-col .card .card-first-row .icon img {
    width: 30px;
  }
}
.blue-cards .inner-section .card-col .card .card-first-row .card-title {
  width: calc(100% - 62px - 15px);
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1430px) {
  .blue-cards .inner-section .card-col .card .card-first-row .card-title {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .blue-cards .inner-section .card-col .card .card-first-row .card-title {
    font-size: 14px;
  }
}
.blue-cards .inner-section .card-col .card .card-description {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}

.video-section .inner-section {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.video-section .video {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .video-section .video {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.video-section .video::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 16, 34, 0) 0%, rgb(0, 16, 34) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}
.video-section .video::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(52, 198, 244, 0.45);
}
.video-section .container {
  position: relative;
}
.video-section .container::before {
  content: "";
  position: absolute;
  bottom: 130px;
  left: -50px;
  width: 50%;
  height: 100%;
  background-image: url(images/svg/hero-decor.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(2rem);
  opacity: 0.4;
}
.video-section .video-content {
  position: relative;
  z-index: 4;
  max-width: 555px;
  display: flex;
  flex-direction: column;
  padding: 140px 0;
}
@media (max-width: 1300px) {
  .video-section .video-content {
    padding: 120px 0;
  }
}
@media (max-width: 960px) {
  .video-section .video-content {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .video-section .video-content {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .video-section .video-content {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .video-section .video-content {
    padding: 40px 0;
  }
}
.video-section .video-content .custom-play {
  margin-left: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 960px) {
  .video-section .video-content .custom-play {
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0 auto;
    width: 60px;
    height: 60px;
    margin-top: 20px;
  }
}
.video-section .video-content .custom-play img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .video-section .video-content .custom-play img {
    width: 20px;
  }
}
.video-section .video-content .custom-play span {
  line-height: 1;
}
.video-section .video-content .custom-play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.24);
  animation: pulse 1.5s infinite ease-in-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@media (max-width: 640px) {
  .display-routes .route-card {
    display: flex !important;
  }
}
.display-routes h2,
.display-routes p {
  margin: 0;
}
.display-routes .inner-section {
  background-color: #F0FBFF;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 1300px) {
  .display-routes .inner-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.display-routes .inner-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
.display-routes .section-title {
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  .display-routes .section-title {
    flex-direction: column;
  }
}
.display-routes .section-title .left-side {
  max-width: 495px;
}
.display-routes .section-title .right-side {
  max-width: 498px;
  padding-top: 60px;
  padding-left: 30px;
}
@media (max-width: 960px) {
  .display-routes .section-title .right-side {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .display-routes .section-title .right-side {
    padding-left: 0;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .display-routes .slider-arrows {
    display: none;
  }
}
.display-routes .routes-slider {
  margin: 0 -15px;
}
.display-routes .slick-list {
  padding-right: 0px;
  overflow: visible;
}
@media (max-width: 960px) {
  .display-routes .slick-list {
    overflow: hidden;
  }
}
.display-routes .routes-slider {
  position: relative;
}
.display-routes .routes-slider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #F0FBFF;
  z-index: 1;
}
.display-routes .routes-slider .slick-dots {
  bottom: -50px;
}
@media (max-width: 480px) {
  .display-routes .routes-slider .slick-dots {
    bottom: -30px;
  }
}
.display-routes .routes-slider .slick-dots button {
  background-color: #34C6F4;
  opacity: 0.4;
}
.display-routes .routes-slider .slick-dots .slick-active button {
  opacity: 1;
}
.display-routes .slick-dotted {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .display-routes .slick-dotted {
    margin-bottom: 30px;
  }
}

.route-card-wrapper {
  padding: 0 15px;
  width: 100%;
  height: 100%;
}
.route-card-wrapper .route-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid rgba(52, 198, 244, 0.3);
  border-radius: 20px;
  position: relative;
  bottom: 0;
  transition: all 0.3s ease;
}
.route-card-wrapper .route-card:hover {
  text-decoration: none;
  bottom: 5px;
}
@media (max-width: 960px) {
  .route-card-wrapper .route-card:hover {
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .route-card-wrapper .route-card {
    display: block;
  }
}
.route-card-wrapper .route-card .route-card-cover {
  width: 100%;
  height: 290px;
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .route-card-wrapper .route-card .route-card-cover {
    height: 200px;
  }
}
@media (max-width: 960px) {
  .route-card-wrapper .route-card .route-card-cover {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .route-card-wrapper .route-card .route-card-cover {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .route-card-wrapper .route-card .route-card-cover {
    height: 200px;
  }
}
.route-card-wrapper .route-card .route-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 20px;
}
.route-card-wrapper .route-card .route-card-content .text-content .route-card-title {
  padding-bottom: 13px;
  border-bottom: 1px solid #F0F0F0;
}
.route-card-wrapper .route-card .route-card-content .text-content .route-card-title .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 1430px) {
  .route-card-wrapper .route-card .route-card-content .text-content .route-card-title .title {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .route-card-wrapper .route-card .route-card-content .text-content .route-card-title .title {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .route-card-wrapper .route-card .route-card-content .text-content .route-card-title .title {
    font-size: 14px;
  }
}
.route-card-wrapper .route-card .route-card-content .text-content .route-card-title span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1430px) {
  .route-card-wrapper .route-card .route-card-content .text-content .route-card-title span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .route-card-wrapper .route-card .route-card-content .text-content .route-card-title span {
    font-size: 12px;
  }
}
.route-card-wrapper .route-card .route-card-content .text-content .route-card-description {
  padding: 12px 0;
}
.route-card-wrapper .route-card .route-card-content .text-content .route-card-description p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1430px) {
  .route-card-wrapper .route-card .route-card-content .text-content .route-card-description p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .route-card-wrapper .route-card .route-card-content .text-content .route-card-description p {
    font-size: 12px;
  }
}
.route-card-wrapper .route-card .btn {
  margin-top: auto;
}
.route-card-wrapper .route-card .btn a {
  width: 100%;
}
@media (max-width: 1300px) {
  .route-card-wrapper .route-card .btn a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .route-card-wrapper .route-card .btn a {
    font-size: 13px;
    padding: 15px;
  }
}
@media (max-width: 1300px) {
  .route-card-wrapper .route-card .btn a img {
    width: 15px;
  }
}

.steps-section .inner-section {
  background-color: transparent;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.steps-section .inner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 79, 104, 0.3);
  border-radius: 20px;
}
.steps-section .inner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 31, 67, 0.8);
}
@media (max-width: 1430px) {
  .steps-section .inner-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 960px) {
  .steps-section .inner-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .steps-section .inner-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .steps-section .inner-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.steps-section .inner-section .container {
  position: relative;
  z-index: 1;
}
.steps-section .inner-section .container .card {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: auto;
}
.steps-section .inner-section .container .card-col:nth-child(even) {
  padding-top: 38px;
}
@media (max-width: 767px) {
  .steps-section .inner-section .container .card-col:nth-child(even) {
    padding-top: 0px;
  }
}
.steps-section .inner-section .container .card-col:nth-child(even) .card {
  height: 100%;
}
.steps-section .section-title {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 960px) {
  .steps-section .section-title {
    padding-bottom: 30px;
  }
}
.steps-section .number {
  padding-right: 10px;
}
.steps-section .number span {
  color: #34C6F4;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 960px) {
  .steps-section .number span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .steps-section .number span {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .steps-section .number span {
    font-size: 24px;
  }
}
.steps-section .card-title {
  width: auto !important;
  font-weight: bold !important;
}
.steps-section .card-description {
  padding-top: 10px;
}
.steps-section .card-first-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}

.faq .inner-section {
  background: linear-gradient(to bottom, #F0FBFF 0%, rgba(240, 250, 255, 0.9) 43%, #F0F8FF 100%);
  border-radius: 20px;
}
@media (max-width: 960px) {
  .faq .accordions-col {
    width: 100%;
  }
}
.faq .title-col {
  padding-top: 37px;
}
@media (max-width: 960px) {
  .faq .title-col {
    padding-top: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}
.faq .accordions .accordion-list .accordion-item {
  position: relative;
  margin-bottom: 17px;
  background-color: #fff;
  border-radius: 20px;
}
.faq .accordions .accordion-list .accordion-item:last-child {
  padding-bottom: 0;
}
.faq .accordions .accordion-list .accordion-item:last-child .accordion-header {
  margin-bottom: 0;
}
.faq .accordions .accordion-list .accordion-item .accordion-header {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 24px 30px;
  padding-right: 75px;
  border: none;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 960px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header {
    padding: 19px 15px;
    font-size: 14px;
    padding-right: 40px;
  }
}
.faq .accordions .accordion-list .accordion-item .accordion-header::after {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(images/svg/plus.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 27px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 640px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header::after {
    width: 25px;
    height: 25px;
    top: calc((100% - 25px) / 2);
    right: 15px;
  }
}
.faq .accordions .accordion-list .accordion-item .accordion-header:hover {
  cursor: pointer;
  text-decoration: none;
  color: #34C6F4;
}
@media (max-width: 960px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header:hover {
    color: initial;
  }
}
.faq .accordions .accordion-list .accordion-item.active {
  border: 1px solid #34C6F4;
}
.faq .accordions .accordion-list .accordion-item.active .accordion-header::after {
  transform: rotate(45deg);
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content {
  display: none;
  padding-bottom: 28px;
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content {
  padding: 17px 30px;
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 640px) {
  .faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content {
    padding-left: 15px;
  }
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content p {
  color: #000;
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content p:first-of-type {
  margin-top: 0;
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .just-image .just-image-stretch {
    align-items: stretch;
  }
}
.just-image .cover {
  position: relative;
  border-radius: 20px;
  height: 708px;
  max-width: 660px;
}
@media (max-width: 1430px) {
  .just-image .cover {
    height: 600px;
  }
}
@media (max-width: 960px) {
  .just-image .cover {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .just-image .cover {
    height: 300px;
    margin-top: 20px;
  }
}
.just-image .cover::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 198, 244, 0.25);
  border-radius: 20px;
}
.just-image.reversed .image-col {
  margin-left: auto;
}
.just-image.reversed .image-col .cover {
  margin-left: auto;
}
.just-image.reversed .text-col .the-content {
  margin-left: 0;
  padding-bottom: 20px;
}
.just-image.reversed .faq {
  max-width: 561px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .just-image.reversed .faq {
    max-width: 100%;
  }
}
.just-image.reversed .faq .accordions .accordion-list .accordion-item .accordion-header {
  background-color: #F0FBFF;
}
@media (max-width: 1300px) {
  .just-image.reversed .faq .accordions .accordion-list .accordion-item .accordion-header::after {
    width: 30px;
  }
}
.just-image.reversed .faq .accordions .accordion-list .accordion-item.active .accordion-header {
  background-color: #fff;
}
.just-image.reversed .inner-section {
  padding-bottom: 60px;
}

.blue-box-recommendation {
  background-color: #062E58;
  border-radius: 20px;
  padding: 60px 106px;
}
@media (max-width: 1430px) {
  .blue-box-recommendation {
    padding: 50px 80px;
  }
}
@media (max-width: 960px) {
  .blue-box-recommendation {
    padding: 40px 60px;
  }
}
@media (max-width: 767px) {
  .blue-box-recommendation {
    padding: 30px 40px;
  }
}
.blue-box-recommendation .the-content {
  max-width: 100%;
  position: relative;
  padding-left: 45px;
}
@media (max-width: 960px) {
  .blue-box-recommendation .the-content {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .blue-box-recommendation .the-content {
    padding-left: 0px;
    padding-top: 30px;
  }
}
.blue-box-recommendation .the-content::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 34px;
  height: 34px;
  background-image: url(images/svg/info.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 960px) {
  .blue-box-recommendation .the-content::before {
    width: 24px;
    height: 24px;
    top: 2px;
  }
}
@media (max-width: 767px) {
  .blue-box-recommendation .the-content::before {
    top: 20px;
  }
}

.two-column-steps .inner-section .container .steps-cards-height .card-col:nth-child(even) {
  padding-top: 0;
}
.two-column-steps .inner-section .container .steps-cards-height .card-col .card {
  height: 100%;
}
.two-column-steps .section-title {
  max-width: 733px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .two-column-steps .section-title {
    max-width: 100%;
  }
}
.two-column-steps .section-title h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.two-column-steps .btn {
  padding-top: 23px;
}
.two-column-steps.four-column-steps .inner-section .container .steps-cards-height .card-col {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .two-column-steps.four-column-steps .inner-section .container .steps-cards-height .card-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.two-column-steps.four-column-steps .inner-section .container .steps-cards-height .card-col .card {
  padding-left: 60px;
}
.two-column-steps.four-column-steps .inner-section .container .steps-cards-height .card-col .card .title {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
@media (max-width: 960px) {
  .two-column-steps.four-column-steps .inner-section .container .steps-cards-height .card-col .card .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .two-column-steps.four-column-steps .inner-section .container .steps-cards-height .card-col .card .title {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .two-column-steps.four-column-steps .inner-section .container .steps-cards-height .card-col .card .title {
    font-size: 14px;
  }
}
.two-column-steps.four-column-steps .inner-section .container .steps-cards-height .card-col .card .title::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  background-image: url(images/svg/bullet-image.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 2px;
  left: -35px;
}
@media (max-width: 960px) {
  .two-column-steps.four-column-steps .inner-section .container .steps-cards-height .card-col .card .title::before {
    width: 24px;
    height: 24px;
    top: 2px;
  }
}

.section-book img {
  width: auto;
  height: auto;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .section-book .blog-right-sidebar, .section-book .booking-form {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .section-book .booking-form {
    margin-top: 30px;
  }
}

.booking-details .the-content {
  border: 1px solid #34C6F4;
  border-radius: 20px;
  background-color: #F8FDFF;
  padding: 55px 125px;
}
@media (max-width: 1430px) {
  .booking-details .the-content {
    padding: 55px 100px;
  }
}
@media (max-width: 960px) {
  .booking-details .the-content {
    padding: 45px 80px;
  }
}
@media (max-width: 767px) {
  .booking-details .the-content {
    padding: 35px 60px;
  }
}
@media (max-width: 640px) {
  .booking-details .the-content {
    padding: 30px 30px;
  }
}

.gallery-slider .section-title {
  position: relative;
  padding-bottom: 20px;
}
.gallery-slider .section-title .slider-arrows {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 0;
}
.gallery-slider .section-title .slider-arrows .slider-arrow {
  border: 2px solid #34C6F4;
}
.gallery-slider .section-title .slider-arrows .slider-arrow:hover {
  background-color: #062E58;
  border: 2px solid #062E58;
}
@media (max-width: 960px) {
  .gallery-slider .section-title .slider-arrows .slider-arrow:hover {
    border: 2px solid #34C6F4;
    background-color: transparent;
  }
}
@media (max-width: 480px) {
  .gallery-slider .section-title .slider-arrows {
    position: relative;
    padding-top: 0px;
    top: auto;
    right: auto;
  }
}
.gallery-slider .gallery-slider-container {
  margin: 0 -10px;
}
.gallery-slider .gallery-slider-container .gallery-slide {
  padding: 0 10px;
}
.gallery-slider .gallery-slider-container .gallery-slide .gallery-item {
  text-align: center;
  width: 100%;
  height: 100%;
}
.gallery-slider .gallery-slider-container .gallery-slide .gallery-item a {
  width: 100%;
  height: 100%;
}
.gallery-slider .gallery-slider-container .gallery-slide .gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.single-product .summary {
  width: 100% !important;
}
.single-product .summary .product_title {
  display: none;
}
.single-product .summary .price {
  display: none !important;
}
.single-product .summary .single_add_to_cart_button:not(.custom-book-button) {
  color: white;
  display: block !important;
  padding: 15px 28px !important;
  font-size: 16px !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 600 !important;
  border-radius: 8px;
  background-color: #34C6F4 !important;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  position: relative !important;
  text-decoration: none;
  overflow: hidden;
  bottom: 0;
  float: none !important;
  clear: both !important;
  width: 100%;
}
@media (max-width: 767px) {
  .single-product .summary .single_add_to_cart_button:not(.custom-book-button) {
    font-size: 14px !important;
  }
}
@media (max-width: 640px) {
  .single-product .summary .single_add_to_cart_button:not(.custom-book-button) {
    font-size: 13px !important;
    padding: 12px 22px !important;
  }
}
.single-product .summary .single_add_to_cart_button:not(.custom-book-button):hover {
  text-decoration: none;
  bottom: 3px;
  box-shadow: 0px 5px 3px 0px rgba(52, 198, 244, 0.5);
}
@media (max-width: 960px) {
  .single-product .summary .single_add_to_cart_button:not(.custom-book-button):hover {
    bottom: 0;
    box-shadow: none;
  }
}
.single-product .summary .quantity {
  display: none;
}
.single-product .summary .product_meta {
  display: none;
}

.bkap-booking-form {
  background-color: #062E58;
  border-radius: 20px;
  padding: 25px;
}
.bkap-booking-form label {
  color: #fff;
  font-weight: 700;
}
.bkap-booking-form input {
  margin: 0;
}
.bkap-booking-form .bkap_person_description {
  display: none;
}
.bkap-booking-form .bkap_show_stock_status {
  color: #fff;
  margin-bottom: 0;
}
.bkap-booking-form .bkap-add-to-cart button {
  width: 100%;
}
.bkap-booking-form .bkap_show_stock_status {
  font-size: 14px;
}
@media (max-width: 640px) {
  .bkap-booking-form .bkap_show_stock_status {
    font-size: 12px;
  }
}
.bkap-booking-form .booking-form-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600 !important;
  margin-top: 0;
}
@media (max-width: 960px) {
  .bkap-booking-form .booking-form-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .bkap-booking-form .booking-form-title {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .bkap-booking-form .booking-form-title {
    font-size: 15px;
  }
}
.bkap-booking-form .children-discount-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .bkap-booking-form .children-discount-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .bkap-booking-form .children-discount-text {
    font-size: 12px;
  }
}
.bkap-booking-form .booking-price {
  color: #34C6F4;
  font-size: 30px;
  font-weight: 700 !important;
}
@media (max-width: 960px) {
  .bkap-booking-form .booking-price {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .bkap-booking-form .booking-price {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .bkap-booking-form .booking-price {
    font-size: 18px;
  }
}
.bkap-booking-form .booking-price {
  margin-top: 0;
}
.bkap-booking-form .bkap_persons_container .bkap_field_persons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bkap-booking-form .bkap_persons_container .bkap_field_persons label {
  width: auto;
}
.bkap-booking-form .bkap_persons_container .bkap_field_persons input {
  width: 85px;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  .bkap-booking-form .bkap_persons_container .bkap_field_persons input {
    height: 35px;
  }
}
@media (max-width: 767px) {
  .bkap-booking-form .bkap_persons_container .bkap_field_persons input {
    height: 30px;
    width: 70px;
  }
}
.bkap-booking-form .booking_calender.hasDatepicker {
  width: 100% !important;
  border-radius: 10px;
  background-image: url(images/svg/calendar.svg) !important;
  background-position: left !important;
  background-size: 12% 15px !important;
  background-repeat: no-repeat !important;
  padding-left: 40px !important;
  cursor: pointer !important;
}
@media (max-width: 960px) {
  .bkap-booking-form .booking_calender.hasDatepicker {
    background-size: 40px 15px !important;
  }
}
@media (max-width: 640px) {
  .bkap-booking-form .booking_calender.hasDatepicker {
    background-size: 30px 15px !important;
    padding-left: 30px !important;
  }
}
.bkap-booking-form .bkap_start_date {
  width: 100%;
}
.bkap-booking-form .bkap_start_date label {
  margin-bottom: 5px;
}

form.cart {
  background-color: #062E58;
  border-radius: 10px;
  padding: 25px;
}

.bkap-booking-form {
  border: none !important;
  padding: 0 !important;
}

#bkap-price-box {
  border: none !important;
  border-top: 1px solid #fff !important;
  text-align: center;
  padding: 10px !important;
  border-radius: 0px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#bkap-price-box span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 960px) {
  #bkap-price-box span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #bkap-price-box span {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  #bkap-price-box span {
    font-size: 13px;
  }
}
#bkap-price-box span bdi, #bkap-price-box span .woocommerce-Price-currencySymbol {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 960px) {
  #bkap-price-box span bdi, #bkap-price-box span .woocommerce-Price-currencySymbol {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #bkap-price-box span bdi, #bkap-price-box span .woocommerce-Price-currencySymbol {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  #bkap-price-box span bdi, #bkap-price-box span .woocommerce-Price-currencySymbol {
    font-size: 14px;
  }
}
#bkap-price-box .price {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
#bkap-price-box #ajax_img {
  float: none !important;
  position: absolute;
}

.gallery-section {
  position: relative;
  z-index: 1;
}
.gallery-section .images-container .gallery-grid .grid-sizer {
  width: 0%;
}
.gallery-section .images-container .gallery-grid .grid-item {
  width: 20%;
  /* or whatever width you have */
  padding-bottom: 15px;
  padding-right: 15px;
  float: left;
  height: 250px;
}
@media (max-width: 1300px) {
  .gallery-section .images-container .gallery-grid .grid-item {
    height: 250px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .gallery-section .images-container .gallery-grid .grid-item {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .gallery-section .images-container .gallery-grid .grid-item {
    height: 150px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 640px) {
  .gallery-section .images-container .gallery-grid .grid-item {
    height: 140px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .gallery-section .images-container .gallery-grid .grid-item {
    width: 100%;
    height: 210px;
  }
}
.gallery-section .images-container .gallery-grid .grid-item .gallery-box {
  display: block;
  width: calc(100% - 0px);
  height: 100%;
  position: relative;
  background-color: #000;
  border-radius: 15px;
}
.gallery-section .images-container .gallery-grid .grid-item .gallery-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  border-radius: 15px;
}
.gallery-section .images-container .gallery-grid .grid-item .gallery-box:hover::before {
  opacity: 0.4;
}
@media (max-width: 960px) {
  .gallery-section .images-container .gallery-grid .grid-item .gallery-box:hover::before {
    opacity: 0;
  }
}
.gallery-section .images-container .gallery-grid .grid-item-width2 {
  width: 40%;
}
@media (max-width: 640px) {
  .gallery-section .images-container .gallery-grid .grid-item-width2 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .gallery-section .images-container .gallery-grid .grid-item-width2 {
    width: 100%;
  }
}
.gallery-section .images-container .gallery-grid .grid-item-width3 {
  width: 40%;
}
@media (max-width: 640px) {
  .gallery-section .images-container .gallery-grid .grid-item-width3 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .gallery-section .images-container .gallery-grid .grid-item-width3 {
    width: 100%;
  }
}
.gallery-section .images-container .gallery-grid .grid-item-height2 {
  height: 500px;
}
@media (max-width: 1300px) {
  .gallery-section .images-container .gallery-grid .grid-item-height2 {
    height: 500px;
  }
}
@media (max-width: 960px) {
  .gallery-section .images-container .gallery-grid .grid-item-height2 {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .gallery-section .images-container .gallery-grid .grid-item-height2 {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .gallery-section .images-container .gallery-grid .grid-item-height2 {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .gallery-section .images-container .gallery-grid .grid-item-height2 {
    height: 210px;
  }
}

.wpcf7-list-item {
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
.wpcf7-list-item input {
  position: absolute;
  left: 0;
}
.wpcf7-list-item a {
  text-decoration: underline;
}
.wpcf7-list-item a:hover {
  text-decoration: none;
  color: #34C6F4;
}
@media (max-width: 960px) {
  .wpcf7-list-item a:hover {
    color: #000;
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .form-row {
    display: flex;
  }
  .form-row .col_50 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .form-row {
    display: block;
  }
  .form-row .col_50 {
    width: 100%;
  }
}

.label-form {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .label-form {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .label-form {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .label-form {
    font-size: 13px;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.section-contact-flex .col_45 {
  padding-top: 50px;
}
@media (max-width: 1430px) {
  .section-contact-flex .col_45 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-contact-flex .col_45 {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-contact-flex {
    display: block;
  }
  .section-contact-flex .col_45,
  .section-contact-flex .col_55 {
    width: 100%;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input {
  border-radius: 8px;
  height: 45px;
  background-color: #F2F2F2;
  border: 1px solid #E9E9E9;
}
@media (max-width: 1430px) {
  .wpcf7-form-control-wrap input {
    height: 45px;
  }
}
@media (max-width: 960px) {
  .wpcf7-form-control-wrap input {
    height: 40px;
  }
}
@media (max-width: 640px) {
  .wpcf7-form-control-wrap input {
    height: 35px;
  }
}
.wpcf7-form-control-wrap input[type=checkbox] {
  height: 15px;
  width: 15px;
  border-radius: 4px;
}
.wpcf7-form-control-wrap textarea {
  border-radius: 8px;
  height: 100px;
  background-color: #F2F2F2;
}
@media (max-width: 960px) {
  .wpcf7-form-control-wrap textarea {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .wpcf7-form-control-wrap textarea {
    height: 80px;
  }
}
@media (max-width: 640px) {
  .wpcf7-form-control-wrap textarea {
    height: 70px;
  }
}

.checkbox-row .wpcf7-list-item label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.checkbox-row .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .checkbox-row .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .checkbox-row .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .checkbox-row .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 13px;
  }
}

.contact-page .inner-section {
  background-color: #F0FBFF;
  border-radius: 20px;
}
.contact-page .contact-form-inner {
  background-color: #fff;
  padding: 60px;
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .contact-page .contact-form-inner {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-form-inner {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .contact-page .contact-form-inner {
    padding: 20px;
  }
}
.contact-page .contact-details {
  padding-top: 20px;
}
.contact-page .contact-details .phone, .contact-page .contact-details .email, .contact-page .contact-details .address {
  display: flex;
  padding: 6px 0;
}
.contact-page .contact-details .phone:first-child, .contact-page .contact-details .email:first-child, .contact-page .contact-details .address:first-child {
  padding-top: 0;
}
.contact-page .contact-details .phone:last-child, .contact-page .contact-details .email:last-child, .contact-page .contact-details .address:last-child {
  padding-bottom: 0;
}
.contact-page .contact-details .phone i, .contact-page .contact-details .email i, .contact-page .contact-details .address i {
  margin-right: 10px;
}
.contact-page .contact-details .phone a, .contact-page .contact-details .email a, .contact-page .contact-details .address a {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .contact-page .contact-details .phone a, .contact-page .contact-details .email a, .contact-page .contact-details .address a {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .contact-page .contact-details .phone a, .contact-page .contact-details .email a, .contact-page .contact-details .address a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .contact-page .contact-details .phone a, .contact-page .contact-details .email a, .contact-page .contact-details .address a {
    font-size: 13px;
  }
}
.contact-page .footer-social {
  padding-top: 35px;
}
@media (max-width: 1300px) {
  .contact-page .footer-social {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .contact-page .footer-social {
    padding: 20px 0;
  }
}
.contact-page .footer-social li {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #34C6F4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.contact-page .footer-social li:first-child {
  margin-left: 0;
}
.contact-page .footer-social li:last-child {
  margin-right: 0;
}
@media (max-width: 960px) {
  .contact-page .footer-social li {
    width: 35px;
    height: 35px;
  }
}
.contact-page .footer-social li:hover {
  opacity: 0.7;
}
@media (max-width: 960px) {
  .contact-page .footer-social li:hover {
    opacity: 1;
  }
}
.contact-page .footer-social li:hover a {
  text-decoration: none;
}
.contact-page .footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.contact-page .footer-social i {
  font-size: 18px;
  padding: 0px;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  color: #fff;
}
@media (max-width: 960px) {
  .contact-page .footer-social i {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .contact-page .footer-social i {
    display: block;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-form, .contact-page .contact-info {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .contact-page .wpcf7-submit {
    width: 100%;
    padding: 12px 15px;
  }
}

.iframe-map iframe {
  width: 100%;
  border-radius: 20px;
  height: 450px;
}
@media (max-width: 960px) {
  .iframe-map iframe {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .iframe-map iframe {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .iframe-map iframe {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .iframe-map iframe {
    height: 250px;
  }
}

body .woocommerce form .form-row .optional {
  display: none;
}
body #smartbill_billing_type, body #smartbill_shipping_type {
  border: 1px solid #F4F4F4;
  background-color: #fff;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  background-image: url(images/svg/select.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 11px;
  border-radius: 0;
}
@media (max-width: 1300px) {
  body #smartbill_billing_type, body #smartbill_shipping_type {
    font-size: 14px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  body #smartbill_billing_type, body #smartbill_shipping_type {
    font-size: 13px;
    height: 40px;
  }
}
body #shipping_country_field,
body #billing_country_field {
  display: none !important;
}
body.woocommerce-checkout h2 {
  display: none;
}
body.woocommerce-checkout .form-row {
  display: block;
}
body.woocommerce-checkout .fancybox-content .form-row {
  display: flex;
}
body.woocommerce-checkout .woocommerce-message {
  display: none;
}
body.woocommerce-checkout td.product-name .product-info.headings .quantity .qty {
  height: 30px;
}
body.woocommerce-checkout td.product-name .product-info.headings .quantity {
  width: 100px !important;
}
body.woocommerce-checkout td.product-name .product-info.headings .quantity img {
  width: 10px;
  height: auto;
}
body.woocommerce-checkout td.product-name .product-info.headings .quantity .quantity-button {
  width: 35px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-size: 16px !important;
  font-weight: 400;
  margin-bottom: 10px;
  color: #54504F;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 14px !important;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 13px !important;
  }
}
body.woocommerce-checkout .woocommerce-checkout label:not(.payment_method_bacs) {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #54504F;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-checkout label:not(.payment_method_bacs) {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout .woocommerce-checkout label:not(.payment_method_bacs) {
    font-size: 13px;
  }
}
body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li label {
  margin-bottom: 0;
  padding-left: 80px;
}
body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li label::before {
  top: -8px;
  left: 35px;
}
body.woocommerce-checkout .wc_payment_method label {
  font-size: 16px !important;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif !important;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .wc_payment_method label {
    font-size: 14px !important;
  }
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  margin-bottom: 23px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 78px;
  color: #fff;
  background-color: #242424;
  font-size: 16px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    padding-left: 50px;
    font-size: 14px;
  }
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
  top: calc((100% - 36px) / 2);
  left: 30px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
    top: calc((100% - 28px) / 2);
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
    top: calc((100% - 18px) / 2);
    left: 25px;
  }
}
@media (max-width: 480px) {
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
    top: 20px;
  }
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a {
  font-weight: 600;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .form-row-first {
  float: left !important;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .form-row-last {
  float: right !important;
}
body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last {
  width: 49% !important;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .form-row-first,
  body.woocommerce-checkout .form-row-last {
    width: 100% !important;
  }
}
body.woocommerce-checkout .form-row-first input,
body.woocommerce-checkout .form-row-last input {
  border-radius: 0 !important;
  background-color: #fff;
  height: 50px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .form-row-first input,
  body.woocommerce-checkout .form-row-last input {
    height: 45px;
  }
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 23px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 78px;
  color: #fff;
  background-color: #242424;
  font-size: 16px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    padding-left: 50px;
    font-size: 14px;
  }
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  top: calc((100% - 36px) / 2);
  left: 30px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
    top: calc((100% - 28px) / 2);
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
    top: calc((100% - 18px) / 2);
    left: 25px;
  }
}
@media (max-width: 480px) {
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
    top: 20px;
  }
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  font-weight: 600;
}
body.woocommerce-checkout .woocommerce-form-coupon button[type=submit] {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
body.woocommerce-checkout .woocommerce-form-coupon button[type=submit]:hover {
  color: #fff;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-form-coupon button[type=submit] {
    width: 100%;
  }
}
body.woocommerce-checkout .woocommerce-form-coupon p {
  font-size: 16px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-form-coupon p {
    font-size: 14px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .title-line {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .title-line {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .title-line {
    font-size: 16px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .title-line::before {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  font-size: 18px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .title-line::before {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .title-line::before {
    font-size: 14px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row input[type=checkbox],
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row input[type=radio] {
  border-color: #000;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row input[type=radio]:before,
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row input[type=checkbox]:before {
  background-color: #000;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row input[type=checkbox]:checked,
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row input[type=radio]:checked {
  border-color: #000;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row label {
  font-weight: 500;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row label .optional {
  font-weight: 500;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text {
  border: 1px solid #F4F4F4;
  background-color: #fff;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1300px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text {
    font-size: 14px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text {
    font-size: 13px;
    height: 40px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #F4F4F4;
  height: 50px;
  line-height: 49px;
}
@media (max-width: 1300px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 40px;
  }
}
@media (max-width: 1300px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-billing .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .select2-container--default .select2-selection--single {
  border: none;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #f4f4f4;
  height: 56px;
  line-height: 55px;
}
@media (max-width: 1300px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 40px;
  }
}
@media (max-width: 1300px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox {
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox {
    font-size: 13px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox .input-checkbox::before {
  background-color: #000;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes label {
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes label {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes label {
    font-size: 13px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes label .optional {
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes label .optional {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes label .optional {
    font-size: 13px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes .woocommerce-input-wrapper .input-text {
  border: 1px solid #f4f4f4;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
}
@media (max-width: 1300px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes .woocommerce-input-wrapper .input-text {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-left .checkout-shipping .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes .woocommerce-input-wrapper .input-text {
    font-size: 13px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right .product-img {
  display: none;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right #order_review_heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right #order_review_heading {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right #order_review_heading {
    font-size: 16px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right #order_review_heading::before {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right #order_review_heading::before {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right #order_review_heading::before {
    font-size: 14px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right .woocommerce-checkout-payment h4 {
  margin-bottom: 0;
}
body.woocommerce-checkout form.woocommerce-checkout .checkout-flex .checkout-right .woocommerce-checkout-payment h4::before {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
body.woocommerce-checkout #order_review .shop_table {
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #f4f4f4 !important;
  width: 100%;
  border-radius: 0;
}
body.woocommerce-checkout #order_review .shop_table thead tr .product-name {
  font-size: 15px;
  font-weight: 600;
  color: #54504F;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table thead tr .product-name {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table thead tr .product-name {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table thead tr .product-total {
  font-size: 15px;
  font-weight: 600;
  color: #54504F;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table thead tr .product-total {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table thead tr .product-total {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name {
  font-size: 16px;
  color: #0F0F0F;
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info.headings {
  color: #54504F;
  font-family: "Montserrat", sans-serif;
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info.headings .variation dd,
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info.headings .variation dt {
  font-size: 12px;
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info.headings .variation dd,
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info.headings .variation dt {
    font-size: 11px;
  }
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info.headings .variation dd p {
  white-space: nowrap;
  font-size: 12px;
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info.headings .variation dd p {
    font-size: 11px;
  }
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info .product-quantity {
  font-size: 15px;
  color: #54504F;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info .product-quantity {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name .product-info .product-quantity {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-total .amount,
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-total .amount bdi {
  font-size: 16px;
  font-weight: 400;
  color: #54504F;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-total .amount,
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-total .amount bdi {
    font-size: 14px;
  }
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-total .woocommerce-Price-currencySymbol {
  font-size: 16px !important;
  color: #54504F;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-total .woocommerce-Price-currencySymbol {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tbody .cart_item .product-total .woocommerce-Price-currencySymbol {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .to-remove {
  float: right;
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .to-remove .remove_from_cart_button {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: 2px;
  position: relative;
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .to-remove .remove_from_cart_button:hover {
  background-color: transparent;
}
body.woocommerce-checkout #order_review .shop_table tbody .cart_item .to-remove .remove_from_cart_button img {
  width: 9px;
  height: 9px;
}
body.woocommerce-checkout #order_review .shop_table tfoot .cart-discount td .amount,
body.woocommerce-checkout #order_review .shop_table tfoot .cart-discount td .amount bdi {
  font-size: 16px;
  color: #54504F;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot .cart-discount td .amount,
  body.woocommerce-checkout #order_review .shop_table tfoot .cart-discount td .amount bdi {
    font-size: 14px;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot .cart-subtotal th {
  font-size: 15px;
  color: #54504F;
  font-weight: 600;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot .cart-subtotal th {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tfoot .cart-subtotal th {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot .cart-subtotal td .amount bdi {
  font-size: 16px;
  color: #54504F;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot .cart-subtotal td .amount bdi {
    font-size: 14px;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping th {
  font-size: 15px;
  color: #54504F;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping th {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping th {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping td #shipping_method label {
  font-size: 16px;
  font-weight: 400;
  color: #54504F;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping td #shipping_method label {
    font-size: 14px;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping td #shipping_method li label .amount bdi {
  font-size: 15px;
  color: #54504F;
  font-weight: 600;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping td #shipping_method li label .amount bdi {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.shipping td #shipping_method li label .amount bdi {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total th {
  font-size: 15px;
  color: #54504F;
  font-weight: 600;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total th {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total th {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td .amount bdi {
  font-size: 18px !important;
  color: #54504F;
  font-weight: 600;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td .amount bdi {
    font-size: 18px !important;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td .amount bdi {
    font-size: 16px !important;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td .amount bdi .woocommerce-Price-currencySymbol {
  font-size: 18px !important;
  color: #54504F;
  font-weight: 600;
}
@media (max-width: 960px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td .amount bdi .woocommerce-Price-currencySymbol {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td .amount bdi .woocommerce-Price-currencySymbol {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td .amount bdi .woocommerce-Price-currencySymbol {
    font-size: 15px !important;
  }
}
body.woocommerce-checkout #order_review .shop_table tfoot .order-total td,
body.woocommerce-checkout #order_review .shop_table tfoot .order-total th {
  vertical-align: middle;
}
body.woocommerce-checkout #order_review .shop_table thead th,
body.woocommerce-checkout #order_review .shop_table thead td,
body.woocommerce-checkout #order_review .shop_table tbody th,
body.woocommerce-checkout #order_review .shop_table tbody td,
body.woocommerce-checkout #order_review .shop_table tfoot th,
body.woocommerce-checkout #order_review .shop_table tfoot td {
  width: 25%;
}
body.woocommerce-checkout #order_review .shop_table thead th:first-child,
body.woocommerce-checkout #order_review .shop_table thead td:first-child,
body.woocommerce-checkout #order_review .shop_table tbody th:first-child,
body.woocommerce-checkout #order_review .shop_table tbody td:first-child,
body.woocommerce-checkout #order_review .shop_table tfoot th:first-child,
body.woocommerce-checkout #order_review .shop_table tfoot td:first-child {
  width: 75%;
}
body.woocommerce-checkout #order_review #payment h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
body.woocommerce-checkout #order_review #payment .payment_methods {
  background-color: #fff;
}
body.woocommerce-checkout #order_review #payment .payment_methods li:last-child {
  padding-bottom: 0;
}
body.woocommerce-checkout #order_review #payment .payment_methods li .input-radio {
  border-color: #54504F;
  color: #54504F;
}
body.woocommerce-checkout #order_review #payment .payment_methods li .input-radio::before {
  background-color: #54504F;
}
body.woocommerce-checkout #order_review #payment .payment_methods li label {
  font-size: 15px;
  color: #54504F;
  font-weight: 500;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review #payment .payment_methods li label {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review #payment .payment_methods li label {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review #payment .payment_methods li .payment_box {
  font-size: 15px;
  color: #54504F;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review #payment .payment_methods li .payment_box {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review #payment .payment_methods li .payment_box {
    font-size: 13px;
  }
}
body.woocommerce-checkout #order_review #place_order {
  color: white;
  display: inline-block;
  padding: 15px 28px;
  font-size: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 600;
  border-radius: 8px;
  background-color: #34C6F4;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  bottom: 0;
}
@media (max-width: 767px) {
  body.woocommerce-checkout #order_review #place_order {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout #order_review #place_order {
    font-size: 13px;
    padding: 12px 22px;
  }
}
body.woocommerce-checkout #order_review #place_order:hover {
  text-decoration: none;
  bottom: 3px;
  box-shadow: 0px 5px 3px 0px rgba(52, 198, 244, 0.5);
}
@media (max-width: 960px) {
  body.woocommerce-checkout #order_review #place_order:hover {
    bottom: 0;
    box-shadow: none;
  }
}
body.woocommerce-checkout .select2-container--open .select2-results .select2-results__options .select2-results__option {
  padding-left: 20px;
}
body.woocommerce-checkout .checkout_coupon {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 0;
}
body.woocommerce-checkout .checkout_coupon p.form-row button:hover {
  background-color: #13300b;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .checkout_coupon p.form-row button:hover {
    background-color: #000;
  }
}
body.woocommerce-checkout .woocommerce-form-login.login {
  background-color: #fff;
  border: 1px solid #f4f4f4;
}
body.woocommerce-checkout .woocommerce-form-login.login p {
  font-size: 16px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-form-login.login p {
    font-size: 14px;
  }
}
body.woocommerce-checkout .woocommerce-form-login.login p.form-row button {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  background-color: #000;
  color: white;
  padding: 16px 23px;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 20px;
}
body.woocommerce-checkout .woocommerce-form-login.login p.form-row button:hover {
  background-color: #13300b;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .woocommerce-form-login.login p.form-row button:hover {
    background-color: #000;
  }
}
body.woocommerce-checkout .woocommerce-form-login.login p.form-row label .woocommerce-form__input-checkbox::before {
  background-color: #000;
}
body.woocommerce-checkout .woocommerce-form-login.login p.form-row .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-bottom: 15px;
}
body.woocommerce-checkout .woocommerce-form-login.login button[type=submit]:hover {
  color: #fff;
}
body.woocommerce-checkout .woocommerce-account-fields .create-account span {
  font-weight: 500;
}
body.woocommerce-checkout .woocommerce-account-fields .create-account .form-row {
  font-size: 15px;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .woocommerce-account-fields .create-account .form-row {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout .woocommerce-account-fields .create-account .form-row {
    font-size: 13px;
  }
}
body.woocommerce-checkout .woocommerce-account-fields .create-account .form-row .woocommerce-input-wrapper .input-text {
  background-color: #fff;
  border: 1px solid #f4f4f4;
}
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment h4 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment h4 {
    font-size: 16px;
  }
}
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment h4::before {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px;
  background-color: #fff;
  color: #000;
}
@media (max-width: 960px) {
  body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment h4::before {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment h4::before {
    font-size: 14px;
  }
}
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment button[type=submit] {
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  text-align: center;
}
body.woocommerce-checkout .validate-required label {
  display: flex !important;
}
body.woocommerce-checkout .validate-required label .woocommerce-form__input-checkbox.input-checkbox {
  width: 23px;
}
@media (max-width: 640px) {
  body.woocommerce-checkout .validate-required label .woocommerce-form__input-checkbox.input-checkbox {
    width: 18px;
    height: 18px;
  }
}
body.woocommerce-checkout .validate-required label .woocommerce-terms-and-conditions-checkbox-text {
  width: calc(100% - 23px);
}
@media (max-width: 640px) {
  body.woocommerce-checkout .validate-required label .woocommerce-terms-and-conditions-checkbox-text {
    width: calc(100% - 18px);
  }
}
body .woocommerce-form__input-checkbox {
  border-radius: 0;
  border: 1px solid #f4f4f4;
  background-color: #fff;
}
body .woocommerce-form__input-checkbox::before {
  border-radius: 0;
}
body.woocommerce-order-received .woo-page-section {
  background-color: #062E58;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex {
  align-items: stretch;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .image .cover {
  width: 100%;
  height: 100%;
  min-height: 721px;
}
@media (max-width: 960px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .image .cover {
    min-height: 600px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .image .cover {
    min-height: 500px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .image .cover {
    min-height: 400px;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .image .cover {
    min-height: 300px;
  }
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .thankyou-wrapper {
  padding: 60px;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .thankyou-wrapper {
    padding: 60px 30px;
  }
}
@media (max-width: 480px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .thankyou-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list {
  background-color: #F4F4F4;
  padding: 24px 25px;
  margin-top: 30px;
  margin-bottom: 20px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
@media (max-width: 480px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list {
    padding: 20px;
    max-width: 100%;
  }
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list li {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  display: flex;
  justify-content: space-between;
  color: #54504F;
  border-top: 1px solid #E7E7E7;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list li:first-child {
  border-top: none;
}
@media (max-width: 480px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list li {
    display: block;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
  }
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list strong {
  color: #54504F;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list .woocommerce-Price-amount {
  color: #54504F !important;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list li,
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list strong {
  color: #54504F;
  font-size: 16px;
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list li,
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list strong {
    font-size: 14px;
  }
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list .total .amount bdi,
body.woocommerce-order-received .woocommerce-order .thankyou__flex .checl_list .total .amount .woocommerce-Price-currencySymbol {
  font-weight: 700;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title::before {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url(images/svg/ty-check.svg);
  background-size: 44px;
  background-repeat: no-repeat;
  position: absolute;
  left: calc((100% - 44px) / 2);
  top: -50px;
}
@media (max-width: 1300px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title::before {
    top: -40px;
    width: 36px;
    height: 36px;
    background-size: 36px;
    left: calc((100% - 36px) / 2);
  }
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title p {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 0px;
}
@media (max-width: 960px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title p {
    font-size: 14px;
  }
}
body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0px;
}
@media (max-width: 960px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title .title {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .ty-title .title {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  body.woocommerce-order-received .woocommerce-order .thankyou__flex .col_50 {
    width: 100%;
  }
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #f4f4f4;
}

td.product-name .product-info.headings {
  display: flex;
  flex-wrap: wrap;
}
td.product-name .product-info.headings .quantity {
  order: 2;
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 1300px) {
  td.product-name .product-info.headings .quantity {
    width: 120px;
  }
}
td.product-name .product-info.headings .quantity .qty {
  width: 100%;
}
td.product-name .product-info.headings .cqoc_container {
  order: 1;
  width: 100%;
}
td.product-name .product-info.headings .cqoc_container .remove {
  display: none !important;
}

tr.shipping-pickup-store td strong {
  font-size: 0;
}
tr.shipping-pickup-store th {
  text-align: right;
  padding-right: 0 !important;
}
tr.shipping-pickup-store th button.sameday_select_locker {
  background-color: #54504F !important;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0px;
  text-align: center;
  display: block;
  margin-left: auto;
}

#showLockerDetails {
  text-align: right;
  width: 100%;
}

body.woocommerce-order-pay .wooc-content #order_review {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
body.woocommerce-order-pay .wooc-content #order_review tfoot td.product-total {
  font-weight: 400;
}
body.woocommerce-order-pay .wooc-content #order_review tr.order_item .product-name {
  padding-left: 0 !important;
}

.woo-page-section {
  background-color: #f4f4f4;
}

.cart-flex {
  display: flex;
}
@media (max-width: 960px) {
  .cart-flex {
    display: block;
  }
}
.cart-flex .cart_left {
  width: 70%;
  z-index: 1;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .cart-flex .cart_left {
    width: 100%;
    padding-right: 0;
  }
}
.cart-flex .cart_left .extra-last button[type=submit] {
  background-color: #000;
}
@media (max-width: 767px) {
  .cart-flex .cart_left .extra-last button[type=submit] {
    width: 100%;
    margin-left: 0;
  }
}
.cart-flex .cart_left .extra-last .coupon {
  padding-top: 10px;
}
.cart-flex .cart_left .extra-last .coupon input[type=text] {
  border-radius: 0;
  border: 1px solid #E7E7E7;
}
.cart-flex .cart_left .extra-last .actions {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cart-flex .cart_right {
  z-index: 1;
  width: 30%;
}
@media (max-width: 960px) {
  .cart-flex .cart_right {
    width: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 640px) {
  .cart-flex .cart_right {
    padding-top: 0;
  }
}

.return-to-shop .button1 {
  text-decoration: none;
  background-color: #000 !important;
}
.return-to-shop .button1:hover {
  background-color: #000 !important;
}

.shop_table.cart {
  border-radius: 0 !important;
}
.shop_table.cart thead {
  background-color: #54504F;
}
.shop_table.cart thead th {
  color: #fff !important;
}
.shop_table.cart tbody .cart_item {
  background-color: #fff;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  padding: 25px 35px;
  background-color: #fff;
  color: #54504F;
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    max-width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  border: none !important;
  font-size: 15px;
}
@media (max-width: 1430px) {
  .woocommerce .cart-collaterals .cart_totals table,
  .woocommerce-page .cart-collaterals .cart_totals table {
    font-size: 14px;
  }
}
.woocommerce .cart-collaterals .cart_totals h4,
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals label,
.woocommerce .cart-collaterals .cart_totals li,
.woocommerce .cart-collaterals .cart_totals span,
.woocommerce .cart-collaterals .cart_totals strong,
.woocommerce .cart-collaterals .cart_totals p,
.woocommerce .cart-collaterals .cart_totals a,
.woocommerce-page .cart-collaterals .cart_totals h4,
.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals label,
.woocommerce-page .cart-collaterals .cart_totals li,
.woocommerce-page .cart-collaterals .cart_totals span,
.woocommerce-page .cart-collaterals .cart_totals strong,
.woocommerce-page .cart-collaterals .cart_totals p,
.woocommerce-page .cart-collaterals .cart_totals a {
  color: #54504F;
}
.woocommerce .cart-collaterals .cart_totals .form-row span,
.woocommerce-page .cart-collaterals .cart_totals .form-row span {
  display: block;
  text-align: left;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .cart-subtotal span,
.woocommerce-page .cart-collaterals .cart_totals .cart-subtotal span {
  color: #54504F !important;
}
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td {
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals td {
  text-align: right;
  font-size: 16px;
}
@media (max-width: 1300px) {
  .woocommerce .cart-collaterals .cart_totals td,
  .woocommerce-page .cart-collaterals .cart_totals td {
    font-size: 14px;
  }
}
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td {
  border-color: #f4f4f4 !important;
}
.woocommerce .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td,
.woocommerce-page .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td {
  font-size: 15px;
  line-height: 1.4em;
}
@media (max-width: 1300px) {
  .woocommerce .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td,
  .woocommerce-page .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals th {
    padding-left: 0 !important;
    text-transform: uppercase;
  }
  .woocommerce .cart-collaterals .cart_totals tr,
  .woocommerce-page .cart-collaterals .cart_totals tr {
    display: flex;
  }
  .woocommerce .cart-collaterals .cart_totals td,
  .woocommerce .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals td,
  .woocommerce-page .cart-collaterals .cart_totals th {
    display: block;
    width: 50% !important;
  }
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-Price-amount,
.woocommerce-page .cart-collaterals .cart_totals .woocommerce-Price-amount {
  font-weight: 400;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-Price-amount *,
.woocommerce-page .cart-collaterals .cart_totals .woocommerce-Price-amount * {
  font-weight: 400;
  top: 0;
  font-size: inherit;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-remove-coupon,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-remove-coupon {
  margin-left: auto;
  font-size: 0;
  width: 20px;
  height: 20px;
  background-image: url(images/svg/close-black.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  position: relative;
  top: -4px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods .amount,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods .amount {
  color: #54504F;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods .amount *,
.woocommerce-page .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods .amount * {
  color: #54504F;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button1,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button1 {
  width: 100%;
  color: #fff;
  text-align: center;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button1:hover,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button1:hover {
  color: #000;
}
@media (max-width: 960px) {
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button1:hover,
  .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button1:hover {
    color: #fff;
  }
}
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals th {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #54504F;
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals th {
    font-size: 14px;
  }
}

.cart-collaterals h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .cart-collaterals h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cart-collaterals h2 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .cart-collaterals h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive.cart tr td,
  .woocommerce-page table.shop_table_responsive.cart tr td {
    border-top: none !important;
    text-align: left !important;
    padding: 0;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-name, .woocommerce table.shop_table_responsive.cart tr td.product-price, .woocommerce table.shop_table_responsive.cart tr td.product-quantity, .woocommerce table.shop_table_responsive.cart tr td.product-subtotal,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-name,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-price,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-quantity,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-subtotal {
    padding-left: 50px;
    width: 100%;
  }
  .woocommerce table.shop_table_responsive.cart tr td.actions,
  .woocommerce-page table.shop_table_responsive.cart tr td.actions {
    width: 100%;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-remove,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-remove {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .woocommerce table.shop_table_responsive.cart tr td.product-price,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-price {
    display: none;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table_responsive.cart tr td.product-subtotal,
  .woocommerce-page table.shop_table_responsive.cart tr td.product-subtotal {
    text-align: left !important;
  }
}

.woocommerce #content table.cart .product-price,
.woocommerce table.cart .product-price,
.woocommerce-page #content table.cart .product-price,
.woocommerce-page table.cart .product-price {
  width: 15%;
}
@media (max-width: 960px) {
  .woocommerce #content table.cart .product-price,
  .woocommerce table.cart .product-price,
  .woocommerce-page #content table.cart .product-price,
  .woocommerce-page table.cart .product-price {
    width: 17%;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce #content table.cart .product-price,
  .woocommerce table.cart .product-price,
  .woocommerce-page #content table.cart .product-price,
  .woocommerce-page table.cart .product-price {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    width: 40px;
    position: absolute;
    left: 20px;
    top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-cart-form {
    background-color: transparent;
  }
}

.woocommerce table.shop_table {
  border: none;
  border-collapse: separate;
  margin: 0;
  border-radius: 0px;
  overflow: hidden;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents {
  border: none;
}

.woocommerce-cart-form__contents {
  border-spacing: 0 15px;
  border: none;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents {
    padding: 0;
  }
}
.woocommerce-cart-form__contents tr {
  background-color: #f7f7f7;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  border: none;
  position: relative;
  border: none;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents tr {
    margin-bottom: 10px;
    padding: 20px;
  }
}
.woocommerce-cart-form__contents tr td.product-thumbnail {
  padding-right: 10px;
}
.woocommerce-cart-form__contents tr th,
.woocommerce-cart-form__contents tr td {
  border-top: none !important;
}
@media (max-width: 767px) {
  .woocommerce-cart-form__contents tr.extra-last {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.woocommerce-cart-form__contents tfoot th,
.woocommerce-cart-form__contents tfoot td {
  padding-top: 20px;
}
.woocommerce-cart-form__contents thead tr {
  background-color: transparent;
  box-shadow: none;
}
.woocommerce-cart-form__contents thead .product-quantity {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-cart-form__contents tr.extra-last {
  background-color: transparent;
  box-shadow: none;
}
.woocommerce-cart-form__contents tr.extra-last th,
.woocommerce-cart-form__contents tr.extra-last td {
  padding: 0 !important;
  padding-top: 20px !important;
}

.woocommerce table.shop_table th {
  font-weight: 600;
  color: #54504F;
  line-height: 1.2;
  font-size: 15px;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table th {
    padding: 10px;
  }
}

.woocommerce table.shop_table td {
  padding: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td {
    padding: 10px;
  }
}
.woocommerce table.shop_table td.product-thumbnail img {
  height: 100px;
  width: auto;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-thumbnail img {
    width: 100%;
    height: auto;
  }
}
.woocommerce table.shop_table td.product-name {
  padding-left: 0;
  padding-right: 0;
  width: 33%;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table td.product-name {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-name {
    width: 100%;
    text-align: left !important;
    padding-left: 50px;
    margin-bottom: 10px;
    padding-right: 30px !important;
  }
}
.woocommerce table.shop_table td.product-name a {
  color: #121212;
  line-height: 1.34;
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .woocommerce table.shop_table td.product-name a {
    font-size: 14px;
  }
}
.woocommerce table.shop_table td.product-name a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.woocommerce table.shop_table td.product-name p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}
.woocommerce table.shop_table td.product-name .variation {
  font-size: 14px;
  line-height: 1em;
  margin-top: 5px;
}
.woocommerce table.shop_table td.product-name .variation p {
  font-size: 14px;
  line-height: 1em;
}
.woocommerce table.shop_table td.product-price span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.25px;
  color: #54504F;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td.product-price span {
    font-size: 14px;
  }
}
.woocommerce table.shop_table td.product-price del {
  opacity: 0.4;
}
.woocommerce table.shop_table td.product-price del .woocommerce-Price-amount {
  position: relative;
  font-weight: 600;
}
.woocommerce table.shop_table td.product-price del .woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #54504F;
  position: absolute;
  left: 0;
  top: 50%;
}
.woocommerce table.shop_table td.product-price del span {
  font-weight: 600;
  font-size: 13px;
}
.woocommerce table.shop_table td.product-subtotal span.price {
  display: block;
  font-weight: 600;
}
.woocommerce table.shop_table td.product-subtotal .price span {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-subtotal .price {
    display: none;
  }
}
.woocommerce table.shop_table td.product-subtotal .tinv-wishlist-clear::before, .woocommerce table.shop_table td.product-subtotal .tinv-wishlist-clear:after {
  display: none;
}
.woocommerce table.shop_table td.product-subtotal .tinv-wraper.tinv-wishlist {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce table.shop_table td.product-subtotal .tinvwl_cart_to_wishlist_button {
  display: block;
}
.woocommerce table.shop_table td.product-quantity {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-quantity {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.woocommerce table.shop_table td.product-quantity .quantity {
  width: 120px;
  position: relative;
}
@media (max-width: 480px) {
  .woocommerce table.shop_table td.product-quantity .quantity {
    width: 100%;
  }
}
.woocommerce table.shop_table td.product-quantity .quantity-button {
  width: 33px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td.product-quantity .quantity-button {
    width: 50px;
  }
}
.woocommerce table.shop_table td.product-quantity .qty {
  width: 100%;
  background-color: white;
}
.woocommerce table.shop_table td.product-remove img {
  width: 17px;
}
.woocommerce table.shop_table td.product-remove a:hover {
  background-color: white;
}
.woocommerce table.shop_table td.product-remove .remove {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 960px) {
  .woocommerce table.shop_table td.product-remove .remove {
    width: 20px;
    height: 20px;
  }
}
.woocommerce table.shop_table td.product-remove .remove img {
  width: 17px;
}
@media (max-width: 960px) {
  .woocommerce table.shop_table td.product-remove .remove img {
    width: 11px;
  }
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  display: flex;
}
@media (max-width: 640px) {
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    display: block;
    margin-bottom: 0;
  }
}
.woocommerce #content table.cart td.actions .coupon:after, .woocommerce #content table.cart td.actions .coupon:before,
.woocommerce table.cart td.actions .coupon:after,
.woocommerce table.cart td.actions .coupon:before,
.woocommerce-page #content table.cart td.actions .coupon:after,
.woocommerce-page #content table.cart td.actions .coupon:before,
.woocommerce-page table.cart td.actions .coupon:after,
.woocommerce-page table.cart td.actions .coupon:before {
  content: none;
}
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
  display: none;
}
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon input {
  margin: 0;
}
@media (max-width: 640px) {
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon input {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    margin-bottom: 10px !important;
  }
}
.woocommerce #content table.cart td.actions .coupon button,
.woocommerce table.cart td.actions .coupon button,
.woocommerce-page #content table.cart td.actions .coupon button,
.woocommerce-page table.cart td.actions .coupon button {
  margin-top: 0;
  margin-left: 10px;
}
@media (max-width: 1300px) {
  .woocommerce #content table.cart td.actions .coupon button,
  .woocommerce table.cart td.actions .coupon button,
  .woocommerce-page #content table.cart td.actions .coupon button,
  .woocommerce-page table.cart td.actions .coupon button {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce #content table.cart td.actions .coupon button,
  .woocommerce table.cart td.actions .coupon button,
  .woocommerce-page #content table.cart td.actions .coupon button,
  .woocommerce-page table.cart td.actions .coupon button {
    width: 100%;
  }
}
.woocommerce #content table.cart td.actions .coupon button:hover,
.woocommerce table.cart td.actions .coupon button:hover,
.woocommerce-page #content table.cart td.actions .coupon button:hover,
.woocommerce-page table.cart td.actions .coupon button:hover {
  background-color: #000;
  color: #000;
}
@media (max-width: 960px) {
  .woocommerce #content table.cart td.actions .coupon button:hover,
  .woocommerce table.cart td.actions .coupon button:hover,
  .woocommerce-page #content table.cart td.actions .coupon button:hover,
  .woocommerce-page table.cart td.actions .coupon button:hover {
    color: #fff;
  }
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 250px;
  padding-left: 20px;
  background-color: white;
}
@media (max-width: 1300px) {
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 100%;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    font-size: 13px;
  }
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: inherit;
}

.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
  padding: 19px 25px;
  letter-spacing: 1px;
  color: white;
  background-color: #000;
  box-sizing: border-box;
}
@media (max-width: 1550px) {
  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    padding: 18px 12px;
  }
}
.woocommerce #content table.cart td.actions .button:hover,
.woocommerce table.cart td.actions .button:hover,
.woocommerce-page #content table.cart td.actions .button:hover,
.woocommerce-page table.cart td.actions .button:hover {
  background-color: #000;
  color: white;
}

.checkout-flex {
  display: flex;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (max-width: 1430px) {
  .checkout-flex {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 960px) {
  .checkout-flex {
    display: block;
    margin-bottom: 0;
  }
}

.wooc-content {
  z-index: 1;
  position: relative;
}

.checkout-left {
  width: 60%;
  z-index: 1;
  position: relative;
}
@media (max-width: 1430px) {
  .checkout-left {
    width: 60%;
  }
}
@media (max-width: 960px) {
  .checkout-left {
    width: 100%;
  }
}

.checkout-right {
  width: 40%;
  padding-left: 50px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1430px) {
  .checkout-right {
    width: 40%;
  }
}
@media (max-width: 1300px) {
  .checkout-right {
    padding-left: 30px;
  }
}
@media (max-width: 960px) {
  .checkout-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .checkout-right {
    margin-top: 20px;
  }
}

.woocommerce-shipping-destination {
  font-size: 14px;
  margin: 0;
}
.woocommerce-shipping-destination strong {
  font-weight: 400;
  color: #151515;
}

.woocommerce-billing-fields h3 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .woocommerce-billing-fields h3 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .woocommerce-billing-fields h3 {
    font-size: 15px;
  }
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
  padding: 0 10px !important;
  margin-bottom: 20px;
  float: none !important;
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
  float: none !important;
  width: 50% !important;
}
@media (max-width: 640px) {
  .woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
  .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
    width: 100% !important;
  }
}
.woocommerce-billing-fields__field-wrapper .form-row.form-row,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row {
  margin-bottom: 20px !important;
}
.woocommerce-billing-fields__field-wrapper .form-row.form-row#billing_state_field,
.woocommerce-shipping-fields__field-wrapper .form-row.form-row#billing_state_field {
  margin-bottom: 20px !important;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper {
  display: block;
}
.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-shipping-fields__field-wrapper .form-row label {
  color: #151515;
  line-height: 1.2;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .woocommerce-billing-fields__field-wrapper .form-row label,
  .woocommerce-shipping-fields__field-wrapper .form-row label {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2em !important;
  }
}
@media (max-width: 640px) {
  .woocommerce-billing-fields__field-wrapper .form-row label,
  .woocommerce-shipping-fields__field-wrapper .form-row label {
    font-size: 13px !important;
  }
}

#shipping_address_2_field,
#billing_address_2_field {
  display: none !important;
}

.selection {
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #303030;
  border-radius: 0;
}

.select2-container--default .select2-selection--single {
  background-color: white;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  height: 52px;
  box-shadow: none;
}
@media (max-width: 767px) {
  .select2-container--default .select2-selection--single {
    height: 47px;
  }
}
@media (max-width: 640px) {
  .select2-container--default .select2-selection--single {
    height: 44px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding-left: 20px;
  font-size: 15px;
  background-color: white;
  box-shadow: none;
}
@media (max-width: 767px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 42px;
    height: 42px;
  }
}

.select2-dropdown {
  background-color: white;
  border-color: #e8e8e8;
  border-radius: 10px;
  box-shadow: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 10px 15px;
  border-color: #e8e8e8;
}

.select2-search--dropdown {
  padding: 15px;
}
.select2-search--dropdown input {
  margin: 0;
}

.select2-container--open .select2-dropdown--above {
  margin-top: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
  background-color: #000;
  color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #34C6F4;
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
  right: 14px;
  line-height: 1em;
  font-size: 0;
}
@media (max-width: 767px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
    right: 11px;
    font-size: 13px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  background-image: url(images/svg/select.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 7px;
  left: auto;
  right: 5px;
}
@media (max-width: 960px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-size: 11px;
  }
}
@media (max-width: 640px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-size: 9px;
  }
}

.woocommerce form .form-row .select2-container {
  line-height: 1;
  z-index: 1 !important;
  height: 55px;
}
@media (max-width: 960px) {
  .woocommerce form .form-row .select2-container {
    height: 50px;
  }
}
@media (max-width: 640px) {
  .woocommerce form .form-row .select2-container {
    height: 40px;
  }
}

.woocommerce-form__label-for-checkbox {
  position: relative;
  display: block;
  padding-left: 0px;
  color: #151515;
  font-size: 15px;
}
@media (max-width: 767px) {
  .woocommerce-form__label-for-checkbox {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce-form__label-for-checkbox {
    font-size: 13px;
  }
}
.woocommerce-form__label-for-checkbox input[type=checkbox] {
  position: relative;
  left: 0;
  top: 2px;
  margin: 0 !important;
  display: block !important;
  background-color: white;
}
.woocommerce-form__label-for-checkbox span {
  margin-left: 10px;
  font-size: 16px;
  text-transform: none;
  color: #54504F;
}
@media (max-width: 767px) {
  .woocommerce-form__label-for-checkbox span {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce-form__label-for-checkbox span {
    font-size: 13px;
  }
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: block;
  line-height: 1.2;
}

#ship-to-different-address {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 960px) {
  #ship-to-different-address * {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  #ship-to-different-address * {
    font-size: 14px !important;
  }
}
@media (max-width: 640px) {
  #ship-to-different-address * {
    font-size: 13px !important;
  }
}
@media (max-width: 960px) {
  #ship-to-different-address {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #ship-to-different-address {
    font-size: 14px !important;
  }
}
@media (max-width: 640px) {
  #ship-to-different-address {
    font-size: 13px !important;
  }
}

.woocommerce-additional-fields label {
  font-size: 16px;
  font-weight: 400;
  color: #151515;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .woocommerce-additional-fields label {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce-additional-fields label {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce-additional-fields label {
    font-size: 13px;
  }
}
.woocommerce-additional-fields .woocommerce-input-wrapper {
  display: block;
}

.woocommerce form .form-row textarea {
  width: 100%;
  height: 130px;
  color: #303030;
  font-weight: 300;
}

.woocommerce-account-fields .form-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 15px;
}
.woocommerce-account-fields .create-account {
  padding-bottom: 20px;
}

.title-line,
#order_review_heading,
.woocommerce-checkout-payment h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (max-width: 640px) {
  .title-line,
  #order_review_heading,
  .woocommerce-checkout-payment h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
  }
}
.title-line:before,
#order_review_heading:before,
.woocommerce-checkout-payment h4:before {
  background-color: #000;
  color: white;
  line-height: 1;
  font-size: 16px;
  display: flex;
  width: 44px;
  height: 44px;
  margin-right: 9px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px) {
  .title-line:before,
  #order_review_heading:before,
  .woocommerce-checkout-payment h4:before {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .title-line:before,
  #order_review_heading:before,
  .woocommerce-checkout-payment h4:before {
    width: 27px;
    height: 27px;
  }
}

.title-line {
  position: relative;
  display: flex;
  align-items: center;
}
.title-line:before {
  content: "1. ";
}

#order_review_heading {
  position: relative;
  display: flex;
  align-items: center;
}
#order_review_heading:before {
  content: "2. ";
}

.woocommerce-checkout-payment h4 {
  position: relative;
  display: flex;
  align-items: center;
}
.woocommerce-checkout-payment h4:before {
  content: "3. ";
}

.woocommerce ul#shipping_method li:first-child:last-child {
  margin-bottom: 0;
}

.woocommerce ul#shipping_method li input[type=checkbox] {
  margin-top: 1px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  vertical-align: top;
  border-radius: 0;
  background-color: #34C6F4;
  height: 100%;
  border: 1px solid #f4f4f4 !important;
  border: none;
  padding: 10px 25px;
  color: #54504F;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
  border-color: #f4f4f4 !important;
  color: #54504F;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-img {
  width: 36px;
  min-width: 36px;
}
@media (max-width: 1300px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-img {
    display: none;
  }
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .flex-wrap {
  flex-wrap: nowrap;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name {
  padding-left: 20px;
  width: 65%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
  padding-left: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th:first-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td:first-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  padding-left: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th:last-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td:last-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding-right: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  padding-left: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-discount .woocommerce-remove-coupon {
  margin-left: auto;
  font-size: 0;
  width: 20px;
  height: 20px;
  background-image: url(images/svg/close-black.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  position: relative;
  top: -3px;
}
@media (max-width: 640px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-discount .woocommerce-remove-coupon {
    top: -4px;
  }
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 16px !important;
  color: #54504F !important;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-size: 14px !important;
  }
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi {
  font-weight: 400;
  font-size: 16px !important;
  color: #54504F !important;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount span,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi {
    font-size: 14px !important;
  }
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table dl.variation dt,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table dl.variation dd {
  color: #54504F !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table dl.variation dt *,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table dl.variation dd * {
  color: #54504F !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td {
  padding-right: 10px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table #shipping_method li label {
  font-size: 14px;
}
@media (max-width: 640px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table #shipping_method li label {
    font-size: 13px;
  }
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount span,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount bdi {
  font-size: 18px;
  color: #54504F !important;
  font-weight: 600;
}
@media (max-width: 960px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount span,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount bdi {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount span,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount bdi {
    font-size: 15px !important;
  }
}
@media (max-width: 640px) {
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount span,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount bdi {
    font-size: 13px !important;
  }
}

.order-total td span,
.order-total td strong,
.order-total td * {
  color: #54504F !important;
  font-size: 18px !important;
}
@media (max-width: 960px) {
  .order-total td span,
  .order-total td strong,
  .order-total td * {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .order-total td span,
  .order-total td strong,
  .order-total td * {
    font-size: 15px !important;
  }
}
@media (max-width: 640px) {
  .order-total td span,
  .order-total td strong,
  .order-total td * {
    font-size: 13px !important;
  }
}

.woocommerce form .form-row.woocommerce-invalid label * {
  color: inherit;
}

.product-info.headings {
  font-size: 14px;
  padding-left: 0;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .product-info.headings {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .product-info.headings {
    font-size: 14px;
  }
}
.product-info.headings .variation {
  font-family: "Montserrat", sans-serif;
  width: 100%;
}
.product-info.headings strong {
  font-weight: inherit;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent;
  padding: 0;
  margin-top: 40px;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 25px;
  border-bottom: 0;
  background-color: #34C6F4;
  border-radius: 0;
  color: #54504F;
  height: 100%;
  border: 1px solid #ededed;
}
.woocommerce-checkout #payment ul.payment_methods input[type=radio] {
  margin-top: 0px;
  position: absolute;
  left: 0;
  background: transparent;
}
@media (max-width: 640px) {
  .woocommerce-checkout #payment ul.payment_methods input[type=radio] {
    margin-top: -1px;
  }
}
.woocommerce-checkout #payment ul.payment_methods li {
  border-top: 1px solid #f4f4f4;
  padding: 20px 0;
  line-height: 1;
  position: relative;
}
.woocommerce-checkout #payment ul.payment_methods li:first-child {
  padding-top: 0;
  border-top: none;
}
.woocommerce-checkout #payment ul.payment_methods li.woocommerce-info {
  padding: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.woocommerce-checkout #payment ul.payment_methods li.woocommerce-info::before {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods li:first-child:last-child label {
  padding-left: 50px;
}
.woocommerce-checkout #payment ul.payment_methods li:first-child:last-child label::before {
  left: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label {
  position: relative;
  padding-left: 70px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.woocommerce-checkout #payment ul.payment_methods li label::before {
  content: "";
  display: block;
  position: absolute;
  left: 28px;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}
@media (max-width: 640px) {
  .woocommerce-checkout #payment ul.payment_methods li label::before {
    background-size: contain;
  }
}
.woocommerce-checkout #payment ul.payment_methods p {
  color: #54504F;
  font-size: 14px;
  line-height: 1.4em;
  margin: 25px 0 0;
  background-color: transparent;
}

.payment_box:before {
  display: none !important;
}

.payment_method_bacs label:before {
  background-image: url("images/svg/bank.svg");
  width: 32px;
  height: 31px;
}
@media (max-width: 640px) {
  .payment_method_bacs label:before {
    width: 25px;
    height: 30px;
  }
}

.payment_method_cod label:before {
  background-image: url("images/svg/cash.svg");
  width: 35px;
  height: 32px;
}
@media (max-width: 640px) {
  .payment_method_cod label:before {
    width: 28px;
    height: 32px;
  }
}

.payment_method_netopiapayments label:before,
.payment_method_mobilpay label:before {
  background-image: url("images/svg/card.svg");
  width: 35px;
  height: 32px;
}
@media (max-width: 640px) {
  .payment_method_netopiapayments label:before,
  .payment_method_mobilpay label:before {
    width: 27px;
    height: 25px;
    background-size: contain;
  }
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  margin-top: 20px;
  padding: 0;
}
#add_payment_method #payment div.form-row p,
.woocommerce-cart #payment div.form-row p,
.woocommerce-checkout #payment div.form-row p {
  font-size: 15px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  display: block;
  width: 100%;
  padding: 18px 32px;
  margin-top: 20px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 480px) {
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
  .woocommerce form.checkout_coupon button {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  background-color: #F4F4F4;
  padding: 20px;
  margin-top: 30px;
}
.woocommerce-order-overview .woocommerce-Price-amount {
  font-weight: 500;
}
.woocommerce-order-overview .woocommerce-Price-amount span {
  font-weight: 500;
}

.woocommerce ul.order_details li {
  margin-right: 0;
  float: none;
  width: 25%;
  text-align: center;
  margin: 0;
  padding: 10px;
  border-color: #EBEBEB;
}

.woocommerce-form-login-toggle .woocommerce-info::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("images/svg/user2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 13px;
}
@media (max-width: 960px) {
  .woocommerce-form-login-toggle .woocommerce-info::before {
    width: 28px;
    height: 28px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .woocommerce-form-login-toggle .woocommerce-info::before {
    width: 16px;
    height: 20px;
  }
}
.woocommerce-form-login-toggle .woocommerce-info {
  padding-left: 60px;
  background-color: #000;
}
@media (max-width: 767px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    padding-left: 50px;
  }
}
@media (max-width: 640px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: 20px !important;
  }
}
.woocommerce-form-login-toggle .woocommerce-info a {
  text-decoration: underline;
}
.woocommerce-form-login-toggle .wc-block-components-notice-banner__content a {
  text-decoration: underline;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("images/svg/checkout-coupon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 11px;
}
@media (max-width: 960px) {
  .woocommerce-form-coupon-toggle .woocommerce-info::before {
    width: 28px;
    height: 28px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .woocommerce-form-coupon-toggle .woocommerce-info::before {
    width: 18px;
    height: 18px;
    top: 10px;
  }
}
@media (max-width: 640px) {
  .woocommerce-form-coupon-toggle .woocommerce-info::before {
    width: 18px;
    height: 16px;
    top: 12px;
  }
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  padding-left: 60px;
  background-color: #000;
}
@media (max-width: 767px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    padding-left: 50px;
  }
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
  text-decoration: underline;
}
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner__content a {
  text-decoration: underline;
}

.woocommerce ul.order_details li strong {
  font-size: 18px;
  line-height: 1.2;
}

.woocommerce-order-received h1 {
  display: none;
}
@media (max-width: 767px) {
  .woocommerce-order-received .grey-background2 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received .grey-background2 .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received .grey-background2 .container .order_placed_wrap {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received .grey-gradient {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received .grey-gradient .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received .grey-gradient .container .order_placed_wrap {
    border-radius: 0;
  }
}

.order_placed_wrap {
  position: relative;
  background-color: #34C6F4;
  border-radius: 10px;
  padding: 50px 50px 70px;
  background-image: url("images/svg/stars.svg");
  background-size: contain;
  background-position: bottom center;
}
@media (max-width: 767px) {
  .order_placed_wrap {
    display: block;
    position: relative;
    padding: 40px 30px 50px;
  }
}
@media (max-width: 480px) {
  .order_placed_wrap {
    padding: 30px 20px 40px;
  }
}
.order_placed_wrap .the-content {
  position: relative;
}
.order_placed_wrap .the-content::before {
  content: "";
  margin-left: auto;
  margin-right: auto;
  width: 36px;
  height: 36px;
  background-image: url("images/svg/check.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.order_placed_wrap .the-content h2:first-child {
  margin-top: 0;
}
.order_placed_wrap .general_content {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.order_placed_wrap .general_content h2 {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .order_placed_wrap .general_content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .order_placed_wrap .general_content h2 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .order_placed_wrap .general_content h2 {
    font-size: 22px;
  }
}/*# sourceMappingURL=style.css.map */