html {
  overflow-y: scroll;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
figure {
    margin: 0;
}
:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
legend {
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button,
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    height: 140px;
}
input:-moz-placeholder,
input::-moz-placeholder,
select,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #969696;
    opacity: 1;
}
input:-ms-input-placeholder,
select {
    color: #969696;
}
input::-webkit-input-placeholder,
select,
textarea::-webkit-input-placeholder {
    color: #969696;
    opacity: 1;
}
select::-ms-expand {
    opacity: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #05073c;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap')

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    background-color: #fff;
    color: #969696;
    overflow: hidden;
    position: relative;
}
a {
    text-decoration: none;
    color: #05073c;
}
a:focus,
a:hover {
    color: #f28b00;
    text-decoration: none;
    outline: 0;
}
ol,
ul {
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
b,
strong {
    font-weight: 700;
}
button:focus {
    outline: 0;
}
.clearfix {
    clear: both;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.has-dropdown {
    position: relative;
}
.has-dropdown span {
    width: 100%;
    display: inline-block;
    cursor: pointer;
}
.has-dropdown span i {
    float: right;
    position: relative;
    top: 7.5px;
    margin-left: 7.5px;
}
.menu-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 25px;
    min-width: 270px;
    background: #fff;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
    z-index: 99999;
}
.menu-dropdown .menu-dropdown {
    left: calc(100% - 10px);
    top: -25px;
}
.menu-dropdown > li > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.menu-dropdown .fa-angle-right {
    margin-left: auto;
}
.has-dropdown:hover > .menu-dropdown {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-animation: fadeInUp 0.4s both;
    -moz-animation: fadeInUp 0.4s both;
    -o-animation: fadeInUp 0.4s both;
    animation: fadeInUp 0.4s both;
}
body:not(.index) .header {
    position: relative;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.main.tour-main {
  display: flex;align-items: center;
}
.header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 9;
    padding:20px 0px;
    background: #fff;
}
.header .container {
  display: flex;
}
.header .logo {
    display: flex;
    align-items: center;
}
.header .logo img {
}
.header .actions,
.header .center {
    flex: 1.2;
    flex-grow: 1.2;
}
.header .logo {
    flex: 0.8;
    flex-grow: 0.8;
}
.header .center {
    text-align: right;
    margin: 0 auto;
}
.header .center > li {
    display: inline-block;
    padding: 10px;
}
.header .center > li a,
.header .center > li span {
    position: relative;
    font-size: 17px;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3 ease-in-out;
    -ms-transition: all 0.3 ease-in-out;
    -o-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
    color: #05073c;
    font-weight: 400;
}
.header .center > li.login {
  background: #f8f8f8;
  border-radius:6px;
  padding:0px;
  width:85px;
  text-align: center;
  height:40px;
}
.header .center > li.login a {
  display: block;
  width:100%;
  height:100%;
  line-height:40px;
}

.header .center li:hover > a {
    color: #eb662b;
}
.header .center li:hover > span {
    color: #eb662b;
}
.header .actions {
    text-align: right;
}
.header .actions li {
    display: inline-block;
}
.header .actions li a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #05073c;
}
.header .actions li.login {
    margin-left: 15px;
}
.header .actions li.login a {
    display: block;
    padding: 12px 24px;
    border-radius: 50px;
    background: #eb662b;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.main {
  margin-bottom:150px;
  height:600px;
}
.main .banner h1 {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 4rem;
    color: #05073c;
}
.main .banner .right {
    padding-left: 0;
}
.main .banner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 600px;
    padding-top: 200px;
}
.main .banner .left,
.main .banner .right {
    flex: 1;
    flex-grow: 1;
}
.main .tab-content .btn-dark {
    background: #05073c !important;
}
.main .search {
    position: relative;
    bottom: -184px;
    background: #fff;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    font-size: 1rem;
    color: #292b2c;
    border: 1px solid #e3e3e3;
    border-radius: 0.25rem;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.list .item {
    display: block;
    padding: 10px;
    background: #fff;
    color: #222;
    line-height: 17px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}
.list .item small {
    display: block !important;
    color: #999 !important;
    font-size: 13px !important;
}
.list .item a:hover {
    background: #eee;
}
.main .search .nav-tabs { border-bottom:1px solid #eee;    padding: 10px 20px; }
.search .nav-tabs {
    border-bottom: 1px solid #eee;
}
.search .nav-tabs li {
    margin-right: 15px;
}
.search .nav-tabs li a {
    position: relative;
    display: block;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: -0.5px;
    font-weight: 500;
}
.search .nav-tabs li a:after {
    content: "";
    display: none;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 6px);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #eb662b;
}
.search .nav-tabs li.active a {
    background: #eb662b;
    color: #fff;
}
.search .nav-tabs li.active a:after {
    display: block;
}
.main .search .tab-item {
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.main .search .tab-item.active {
    display: flex !important;
}
.search .form-group {
    position: relative;
}
.search .form-group > label {
    display: block;
    text-align: left;
    font-weight: 600;
    color: #001931;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 2px;
}
.search .form-control::placeholder {
    color: #b1b1b1;
}
.search .form-control:-ms-input-placeholder {
    color: #b1b1b1;
}
.search .form-control::-ms-input-placeholder {
    color: #b1b1b1;
}
.search .form-control,
.search .form-control:active,
.search .form-control:disabled,
.search .form-control:focus,
.search .form-control[readonly] {
    background: #fff;
    font-size: 14px;
    height: auto;
    line-height: 25px;
    color: #444;
    font-weight: 500;
}
body:not(.index) .cars {
    margin-top: 100px;
    border-bottom: 0;
    padding-bottom: 0;
}

.about {
    padding-top: 75px;
    padding-bottom: 50px;
}
.about .elementor {
    display: flex;
    flex-flow: column wrap;
    max-height: 700px;
    width: 100%;
}
.about .elementor .item:nth-child(1) {
    margin-right: 15px;
    height: 325px;
}
.about .elementor .item:nth-child(2) {
    margin-right: 15px;
    height: 180px;
}
.about .elementor .item:nth-child(3) {
    margin-top: 25px;
    height: 180px;
}
.about .elementor .item:nth-child(4) {
    height: 325px;
}
.about .elementor .item {
    width: calc(50% - 15px);
    min-height: 200px;
    height: 200px;
    margin-bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius:10px;
}
.about .right {
    text-align: right;
    padding-left: 130px;
}
.about .right h5 {
    color: #05073c;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.about .right p {
    color: #999;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 15px;
}
.about .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta {
    background: #eb662b;
    color: #fff;
    padding: 50px 40px;
    border-radius: 40px;
    margin: 200px 0 100px 0;
}
.cta form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 100px;
}
.cta .btn-primary,
.cta .form-control {
    position: relative;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    line-height: 1.5;
    box-shadow: 0 5px 15px -10px #eb662b;
    border: 0;
    margin-right: 20px;
}
.cta .btn-primary:hover {
    background: #fff;
    color: #eb662b;
}
.cta .btn-primary {
    color: #fff;
    border: 2px solid #fff;
    background: 0 0;
}
.cta .media-box {
    position: relative;
    padding-left: 70px;
}
.cta .media-box img:last-child {
    position: absolute;
    top: 0;
    left: -8px;
    z-index: 0;
}
.cta .media-box img:first-child {
    position: relative;
    height: 470px;
    width: 100%;
    background: #fff;
    box-shadow: 0 49px 111px rgb(1 19 86 / 28%);
    border-radius: 50px;
    margin: -150px 0 -180px 0;
    object-fit: cover;
    z-index: 1;
}
.cta h6 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.car {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    padding: 30px;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.car .right {
    padding-left: 30px;
}
.car .properties {
    margin-bottom: 15px;
}
.car .btn-phone,
.car .btn-share {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #128c7e;
    color: #fff;
    padding: 12px 20px;
    border-radius: 7px;
    font-size: 16px;
    box-shadow: 0 5px 15px -10px #128c7e;
}
.car .btn-phone .fa-whatsapp {
    margin-right: 10px;
    font-size: 20px;
}
.car .btn-share {
    background: #eb662b;
    box-shadow: 0 5px 15px -10px #eb662b;
}
.car .btn-share .fa-share-alt {
    margin-right: 10px;
    font-size: 20px;
}
.car h2 {
    text-align: left;
    font-size: 25px;
}
.properties span {
    font-size: 14px;
}
.features {
    padding: 50px 0 100px 0;
}
.features .item {
    text-align: center;
}
.features .item h3 {
    color: #05073c;
    font-size: 22px;
    font-weight: 700;
}
.features .item p {
    font-size: 17px;
    line-height: 20px;
    color: #999;
}
.features .item .fal {
    display: inline-block;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(251, 91, 46, 0.1);
    color: #eb662b;
    border-radius: 5px;
    margin-bottom: 15px;
}
.destinations {
    background: #f6f8fb;
    padding: 100px 0;
}
.destinations .title {
    text-align: center;
    margin-bottom: 70px;
}
.destinations .title h5 {
    color: #595959;
    font-size: 25px;
}
.destinations .title h4 {
    color: #05073c;
    font-size: 30px;
    font-weight: 700;
}
.destinations .subtitle {
    color: #05073c;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
}
.destinations .routes {
    margin-bottom: 70px;
}
.destinations .routes .item {
    display: block;
    position: relative;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    -webkit-box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 10%);
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 10%);
    overflow: hidden;
}
.destinations .routes .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 15px 15px 15px;
    color: #fff;
    background: #000;
    background: linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 100%);
}
.destinations .routes .item strong {
    display: block;
    font-size: 18px;
    line-height: 16px;
}
.destinations .targets .item {
    display: block;
    position: relative;
    padding: 15px 0;
    border-radius: 5px;
    background: #fff;
    color: #05073c;
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 10%);
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 10%);
}
.destinations .targets .item .city {
    padding: 0 15px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 5px;
}
.destinations .targets .item .opt {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    padding: 0 15px;
}
.destinations .targets .item .opt span {
    margin-right: 10px;
}
.destinations .targets .item .price {
    border-top: 1px solid #eee;
    padding: 10px 15px 0 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 10px;
}
.destinations .targets .item .city .arrow {
    width: 100%;
    margin: 10px 0;
}
.airport-destination {
    margin-bottom: 50px;
    padding: 30px 0;
}
.airport-destination .subtitle {
    margin-bottom: 20px;
}
.scroll-top {
    background-image: url(../images/icon/go_top.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    position: fixed;
    bottom: 19px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.booking .area {
    padding: 60px 30px;
}
.booking .selectors.area {
    padding: 0;
}
.booking .summary {
    background: #eb662b;
    padding: 20px 0;
    color: #fff;
}
.booking .summary .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.booking .summary .item {
    flex: 1;
    flex-grow: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 30px;
}
.booking .summary .item:first-child {
    padding-left: 0;
}
.booking .summary .item:last-child {
    border-right: 0;
}
.booking .summary .item strong {
    font-weight: 700;
}
.booking .steps {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #ebe9dc;
    margin-bottom: 100px;
}
.booking .steps .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.booking .steps .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    flex-grow: 1;
}
.booking .steps .item .icon {
    position: relative;
    margin-right: 15px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
}
.booking .steps .item .text {
    font-size: 18px;
    overflow: hidden;
}
.booking .steps .item.active .icon {
    background: #05073c;
    color: #fff;
    font-size: 20px;
}
.booking .steps .item span {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background: #05073c;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 9;
}
.booking .steps .item.active span {
    background: #05073c;
}
.booking .car {
    justify-content: flex-start;
    margin-bottom: 30px;
}
.booking .car .left {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
}
.booking .car h2 {
    color: #05073c;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 22px;
}
.booking .car h3 {
    color: #969696;
    font-size: 18px;
    line-height: 22px;
}
.booking .car .props {
    display: flex;
    line-height: 21px;
    margin-bottom: 15px;
}
.booking .car .props li {
    margin-right: 15px;
}
.booking .car .terms {
    font-size: 14px;
    line-height: 21px;
}
.booking .car .actions {
    margin-left: auto;
}
.booking .car .actions .price {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
.booking .car .actions .btn {
    display: block;
    padding: 5px 20px;
    width: 100%;
    text-align: center;
}
.booking .options .price {
    font-weight: 700;
    font-size: 16px;
    color: #222;
}

.booking .switch .nav-tabs {
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.booking .switch .nav-tabs li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: -0.5px;
    font-weight: 500;
}
.booking .switch .nav-tabs li a:after {
    content: "";
    display: none;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 6px);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #05073c;
}
.booking .switch .nav-tabs li a:hover,
.booking .switch .nav-tabs li.active a {
    background: #05073c;
    color: #fff;
}
.booking .switch .nav-tabs li.active a:after {
    display: block;
}
.booking .buttons {
    margin: 30px 0;
    text-align: right;
}
.booking .buttons .btn {
    min-width: 100px;
}

.footer {
    position: relative;
    padding: 100px 0 30px 0;
    margin-top: 100px;
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 100% 100% 100% 100%/20% 20% 0% 0%;
    border-radius: 100% 100% 100% 100%/20% 20% 0 0;
    background: #f6f8fb;
    background: linear-gradient(4deg, rgba(255, 255, 255, 0) 0, #f6f8fb 100%);
}
.footer .logo {
    margin-bottom: 30px;
}
.footer .logo img {
    max-width: 80%;
}
.footer .col-md-4 ul li i {
    width: 20px;
}
.footer .col-md-8 .col-md-4 ul {
    margin: 0;
    padding: 0;
}
.footer .col-md-8 .col-md-4 ul li,
.footer .col-md-8 .col-md-4 ul li a {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 500;
}
.footer .col-md-8 .col-md-4 h3 {
    color: #05073c;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: -0.25px;
    line-height: 28px;
}
.copyright {
    font-size: 13px;
    padding-top: 30px;
    color: #a8a8a8;
    text-align: center;
}
.for-mobile {
    display: none;
    position: fixed;
    bottom: 50px;
    left: 40px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    transform-origin: center;
    z-index: 999;
}
.for-mobile > .fa-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: rgba(79, 206, 93, 0.5);
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: heart;
    animation-name: heart;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.for-mobile > .fab {
    position: relative;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #4fce5d;
    text-align: center;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform-origin: 50% 50%;
}
.multiple-img-slide  {
  display: flex;
  flex-flow: column wrap;
  height: 620px;
  width: 100%;
  position: relative;
  top:100px;
  margin-top:-100px;
  z-index: 5;
}
.multiple-img-slide .item {
  width: 30.9%;
  min-height: 200px;
  display: flex;
  align-items: center;
  margin:0.75rem 0px;
}
.multiple-img-slide .item:nth-child(1) {
  height: 100%;
}
.multiple-img-slide .item:nth-child(1) img {
  height:285px;
  object-position: -180px 0px;
}
.multiple-img-slide .item:nth-child(2) {
  height:285px;
  margin-top:95px;
}
.multiple-img-slide .item:nth-child(2) img {
  height:285px;
  object-position: -199px 0px;
}
.multiple-img-slide .item:nth-child(3) {
  height: 183px;
}
.multiple-img-slide .item:nth-child(3) img {
  height: 183px;
}
.multiple-img-slide .item:nth-child(4) {
  height: 285px;
}
.multiple-img-slide .item:nth-child(4) img {
  height: 285px;
}
.multiple-img-slide .item:nth-child(5) {
  height: 285px;
}
.multiple-img-slide .item:nth-child(5) img {
  height: 285px;
}
.multiple-img-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:10px;
}
body.index .header .center > li a,
body.index .header .center > li span {
  color:#fff;
}
body.index .header .center > li.login a,
body.index .header .center > li ul li a,
body.index .header .center > li ul li span {
  color:#05073c;
}
.special-header {
  height:600px;
  background: url('../images/istanbul-tour-bg.webp') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  margin-bottom:50px;
}
.special-header .header {
  background: #00000010;
}
.special-header .tour-main {
  position: absolute;
  width:100%;
  bottom:0;
}
.slide .slide-item {
  text-align: center;
  margin-top:150px;
  min-height:125px;
}
.slide .slide-item .slide-title {
  font-size: 30px;
  font-weight:200;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
}
.slide .slide-item .slide-title b {
  color: #fff;
  font-size: 30px;
}
.slide .slide-item .slide-p {
  color: #fff;
  font-size:18px;
  margin-top:15px;
}
.new-features {
  margin-bottom:75px;
}
.new-features .img {
  position: relative;
  height:308px;
  z-index: 2;
}
.new-features .img img {
  width:100%;
  height:308px;
  object-fit: cover;
  border-radius:10px;
  position: relative;
}
.new-features .img::after {
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  bottom:0;
  left:0;
  border-radius:10px;
  box-shadow:0px -58px 62px -36px #848484 inset;
}
.new-features h3 {
  position: absolute;
  width:100%;
  bottom:25px;
  text-align: center;
  color:#fff;
  z-index: 2;
}
.new-features h3::before {
  content:"";
  position: absolute;
  width:50px;
  height: 1px;
  background: #fff;
  bottom:-10px;
  left: calc(50% - 25px);
}
.new-features .item {
  margin-bottom:20px;
}
.new-features .item .text {
  background: #f6f8fb;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  position:relative;
  height:230px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  top: -10px;
}
.new-features .item .text p {
  color: #7f7f7f;
  font-size: 16px;

}
.new-features .item:hover .text .btn {
  background: #eb662b;
  color:#fff;
}
.new-features .item .text .btn {
  width: 200px;
  height:45px;
  line-height:45px;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  color: #fff;
  margin:0px;
  padding:0px;
  background: #05073c;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  top:20px;
  position: relative;
}
.cars-list .title {
  text-align: center;
  color:#05073c;
  margin-bottom:30px;
}
.cars-list .title {
  text-align: center;
}
.cars-list .title h3 {
  margin:0px;
  font-weight:200;
  font-size:20px;
}
.cars-list .title h2 {
  margin:0px;
  font-weight:700;
  font-size:30px;
}
.cars-list .item {
  border:1px solid #e7e6e6;
  border-radius:12px;
  padding:10px;
  display: block;
  width:100%;
}
.cars-list .item .image {
  height:150px;
  width:100%;
  text-align: center;
  line-height:150px;
}
.cars-list .item h5 {
  color:#717171;
  font-weight:400;
  margin:0px;
  font-size:16px;
  margin-bottom:5px;
}
.cars-list .item h4 {
  color:#05073c;
  font-weight:600;
  margin:0px;
}
.cars-list .price {
  border-top:1px solid #e7e6e6;
  margin-top:10px;
  padding-top:10px;
}
.cars-list .price label {
  font-weight: 100;
  font-size: 14px;
  width:100%;
  letter-spacing: 1.1px;
  margin:0px;
}
.cars-list .price label span {
  font-weight: 600;
  font-size: 20px;
  color: #eb662b;
  float: right;
}
.destinations-button {
    width: 100%;
    text-align: right;
    margin:30px 0px;

}
.destinations-button a {
  color: #05073c;
  font-weight: 600;
}
.destinations-button a:hover {
  color: #eb662b;
}
.destinations-button a i {
  margin-left: 3px;
  position: relative;
  top: 0.5px;
}
.popular-destinations {}
.popular-destinations .modules-title {
  text-align: center;
  margin-bottom:50px;
}
.popular-destinations .modules-title h2 {
  color: #05073c;
  font-size: 30px;
  font-weight: 700;
}
.popular-destinations .price-item {border:1px solid #f5f5f5;  margin:2px 0px; border-bottom:0px; width:100%; display:block; height:50px; line-height:50px;}
.popular-destinations .price-item:last-child {border-bottom:1px solid #f5f5f5;}
.popular-destinations .price-item .rotate {width:50%; float:left; padding-left:15px;}
.popular-destinations .price-item .rotate img {transform: rotate(90deg); margin:0px 15px; height:15px;}
.popular-destinations .price-item .price {width:30%; float:left;  border-left:1px solid #f5f5f5; padding-left:15px;}
.popular-destinations .price-item .price span {font-weight:bold;}
.popular-destinations .price-item .reserve {width:20%; float:right; border-left:1px solid #f5f5f5; padding-left:15px;  text-align:center;}
.popular-destinations .price-item .reserve a {
    color: #fff;
    background: #e4c081;
    width:150px;
    display: inline-block;
    line-height:25px;
    text-align: center;
    border-radius: 4px;
}
.popular-destinations .item {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  width:100%;
  height:200px;
  position: relative;
  margin-bottom:30px;
  border-radius:10px;
  padding:15px;
  box-shadow: 0px 2px 3px -1px #777;
}
.popular-destinations .item::before {
  content:"";
  width:100%;
  height:100%;
  top:0;
  left:0;
  position: absolute;
  background:#00000050;
  z-index: 1;
  border-radius:10px;
}
.popular-destinations .item p {
  position: relative;
  z-index: 2;
  color:#fff;
  width:100%;
  font-size:18px;
  font-weight:600;
  margin:0px;
}

.popular-destinations .all-destinations {
  width:200px;
  border:1px solid #05073c;
  color:#05073c;
  height:50px;
  line-height:50px;
  display: block;
  margin:0px auto;
  text-align: center;
  font-weight:500;
  margin-top:50px;
}
.our-button {
  text-align: right;
  padding-right:15px;
}
.our-button a {
  color: #05073c;
  font-weight: 600;
}
.our-button:hover a {
  color: #eb662b;
}
.our-button a i {
  margin-left: 3px;
  position: relative;
  top: 1.5px;
}
.article .section img {border-radius:10px;}
.tours-home .item {
  position: relative;
  width:100%;
  height:500px;
  display: block;
  overflow: hidden;
  border-radius:10px;
  margin-bottom:30px;
}
.tours-home.home-modul {
  margin:30px 0px;
}
.tours-home.home-modul .item {
  height:400px;
}
.tours-home.home-modul .modul-title {
  color: #05073c;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.tours-home .item img {
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius:10px;
}
.tours-home .item::before {
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  z-index: 1;
  background: #00000050;
  border-radius:10px;
}
.tours-home .item .title {
  position: absolute;
  bottom: 20px;
  left: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  line-height:27px;
  z-index: 2;
  text-shadow: 1px 1px 3px #000;
  padding-right:15px;
}
.tours-home.home-modul .item .title {
  font-size:18px;
}
.tours-home .item label {
  position: absolute;
  top:15px;
  right:15px;
  color:#fff ;
  font-weight:600;

  z-index: 2;
  text-align: center;
  line-height:30px;
  font-size:20px;
  margin:0px;
}
.tours-home .item label span {
  font-weight:100;
  font-style: normal;
  font-size:16px;
  color:#fff;
}
.search.page {
}
.search.page h5 {
  padding:15px;
  padding-bottom:0px;
  color: #131313;
  font-size: 18px;

}
.search.page input {
  border:1px solid #e8e8e8 !important;
  padding:7.5px !important;
  margin-top:5px;
}
.search.page button {
  margin-top:19px !important
}
.luxury-car-content .item {
  display: block;
  text-align: center;
  margin-bottom:100px;
}
.luxury-car-content .item img {
  height: 150px;
}
.luxury-car-content .item .title {
  color: #05073c;
  font-size: 25px;
  font-weight: 600;
}
.luxury-car-content .item:hover .title {
  color:#eb662b;
}
.luxury-car-page-text .title {
  color: #05073c;
  font-size: 25px;
  font-weight: 600;
  margin-bottom:15px;
  margin-top:50px;
}
.luxury-car-reservation {
  padding:50px 0px;
}
.luxury-car-reservation .title {
  color:#eb662b;
  font-size: 25px;
  font-weight: 600;
  margin-bottom:30px;
  position: relative;
}
.luxury-car-reservation .title::after {
  content:"";
  position: absolute;
  left:0px;
  bottom:-10px;
  width:60px;
  height:4px;
  background: #05073c;
}
.luxury-car-reservation .item {
  margin-bottom:30px;
}
.luxury-car-reservation .item label {
  width:100%;
  display: block;
  color:#595959;
  font-size:16px;
  font-weight:600;
}
.luxury-car-reservation .item select,
.luxury-car-reservation .item input {
  width:100%;
  display: block;
  color:#595959;
  font-size:16px;
  font-weight:200;
  outline: none;
  box-shadow:none;
  height: 45px;
  border-radius: 6px;
  border: 1px solid #979797;
  padding: 0px 10px;
}
.luxury-car-reservation .item textarea {
  width:100%;
  display: block;
  color:#595959;
  font-size:16px;
  font-weight:200;
  outline: none;
  box-shadow:none;
  height: 145px;
  border-radius: 6px;
  border: 1px solid #979797;
  padding:10px;
}
.luxury-car-reservation .item select::placeholder,
.luxury-car-reservation .item input::placeholder,
.luxury-car-reservation .item textarea::placeholder {
  color:#595959;
  font-size:16px;
  font-weight:200;
}
.luxury-car-reservation button {
  width: 200px;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  color: #fff;
  background: #05073c;
  text-align: left;
  text-transform: uppercase;
  font-weight:600;
  text-align: center;
  float: right;
}
.luxury-car-reservation button:hover {
  background: #eb662b;
  color:#fff;
}
.luxury-car-reservation .content {
  background: #f1f1f1;
  padding:30px;
  border-radius:10px;
  height:545px;
}
.luxury-car-reservation .content .icon-img {
  margin-bottom:30px;
}
.luxury-car-reservation .content .content-title {
  color: #05073c;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
.luxury-car-reservation .content .small-title {
  color: #595959;
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 15px;
}
.luxury-car-reservation .content .car-img {
  margin-top: 30px;
}

.main.tour-main {
  margin-bottom:75px;
}
.slide-item.tour {margin-bottom:30px;}
.tour-slide .item {
  display: block;
  width:100%;
  height:407px;
}
.tour-slide .item {
  display: block;
  width:100%;
  height:407px;
}
.tour-slide .item img {
  display: block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:10px;
}
.tour-slide .col-md-5 .item  {
  display: block;
  width:100%;
  height:201.5px;
  object-fit:cover;
}
.tour-slide .col-md-5 .item:first-child  {
  padding-bottom:15px;
}
.tour-slide .col-md-5 .item:last-child  {
  padding-top:15px;
}
.tour-slide .col-md-5  {
  position: relative;
}
.tour-slide .col-md-5 span {
  position: absolute;
  bottom:15px;
  right:30px;
  background: #00000090;
  padding:5px 20px;
  color:#fff;
  color:#fff;
  border-radius:20px;
}

.tour-reservation {margin-top:75px;}
.tour-reservation .price {
  color:#444;
  font-size:20px;
  font-weight:200;

  text-align: right;
  margin-bottom:20px;
}
.tour-reservation .price span {
  color:#444;
  font-size:20px;
  font-weight:bold;
  font-style: normal;
}
.tour-reservation input {
    display:block;
    min-width:100%;
  padding:10px;
  border:1px solid #e8e8e8  !important;
  color:#444;;
  font-size:15px;
  border-radius:10px;
  box-shadow:none;
  outline:none;
}
.tour-reservation input::placeholder {
  color:#444;
}
.tour-reservation .form-tour {
  background: #fff;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding:15px 0px;
}
.tour-reservation .form-tour .btn-dark {
  background: #eb662b!important;
  float: right;
}
.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #C68C27;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    border-radius:10px;
}
.tl-container {
    position: relative;
    background: inherit;
    width: 50%;
    margin:30px 0px;
}
.tl-container.left {
  padding-right:30px;
}
.tl-container.right {
  padding-left:30px;
}
.tl-container.left {
    left: 0;
}
.tl-container.right {
    left: 50%;
}
.tl-container::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #C68C27;
    border-radius: 16px;
    z-index: 1;
}
.tl-container.right::after {
    left: -8px;
}
.tl-container::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 1px;
  top:50%;
  right: 8px;
  background: #C68C27;
  z-index: 1;
}
.tl-container.right::before {
  left: 8px;
}
.tl-container .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    color: #eb662b;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
    font-weight: 400;

}
.tl-container.left .date {
    right: -75px;
}
.tl-container.right .date {
    left: -75px;
}
.tl-container .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #eb662b;
    border: 2px solid #fff;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    z-index: 1;
}
.tl-container.left .icon {
    right: 40px;
}
.tl-container.right .icon {
    left: 40px;
}
.tl-container .content {
  padding: 15px;
  border: 1px solid #C68C27;
  position: relative;
  border-radius: 10px;
}

.tl-container .content .text {
  margin: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  color: #444;
}
.tl-container .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.tour-sss .card-header button {
  text-align: left;
  background: #f6f8fb;
  font-weight:600;
  font-size:16px;
  color:#444;
}
.tour-sss .card-body  {
  padding:0px 20px;
}
.tour-sss .card-body ul li {
  list-style-type: circle;
}







.newcar-slide .swiper-wrapper  {border-radius:15px;}
.newcar-slide .swiper-slide  {border-radius:15px;}
.newcar-slide .swiper-slide img {border-radius:15px;}
.newcar-slide .swiper-button-next,
.newcar-slide .swiper-button-prev {
  color:#fff;
}
.newcar-slide .swiper-pagination-bullet-active {background:#fff;}
.swiper {
 width: 100%;
 height: 100%;
}

.swiper-slide {
 text-align: center;
 font-size: 18px;
 background: #fff;
 display: flex;
 justify-content: center;
 align-items: center;
}

.swiper-slide img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.autoplay-progress {
 position: absolute;
 right: 16px;
 bottom: 16px;
 z-index: 10;
 width: 48px;
 height: 48px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-weight: bold;
 color: #fff;
}

.autoplay-progress svg {
 --progress: 0;
 position: absolute;
 left: 0;
 top: 0px;
 z-index: 10;
 width: 100%;
 height: 100%;
 stroke-width: 4px;
 stroke: #fff;
 fill: none;
 stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
 stroke-dasharray: 125.6;
 transform: rotate(-90deg);
}
.new-car-page .page-title {
  color: #384a58;
  font-size: 35px;
  font-weight: 900;
  margin:0px;
  margin-bottom:30px;
}
.car-price {
  border-radius:6px;
  box-shadow: 1px 1px 20px 2px rgb(0 0 0 / 10%);
}
.car-price ul li {
  width:100%;
  border-bottom:1px solid #f1f1f1;
  padding:15px;
  text-transform: uppercase;
}
.car-price ul li label {
  margin:0px;
  color: #131313;
  font-size:14px;
  font-weight: 400;
}
.car-price ul li span {
  float: right;
  color: #131313;
  font-weight:600;
}
.car-buttons {margin-top:30px;}
.car-buttons ul {margin:0px; padding:0px; text-align:left;}
.car-buttons ul li {display: inline-block; list-style-type:none; width:49%; padding:0px 5px;}
.car-buttons ul li:first-child a {
  display: block;
  width:100%;
  height:100%;
  background:#11940A;
  padding:10px 15px;
  text-align:center;
  color:#fff;
  font-weight:400;
  border-radius:6px;
}
.car-buttons ul li:last-child a {
  display: block;
  width:100%;
  height:100%;
  background:#384a58;
  padding:10px 15px;
  text-align:center;
  color:#fff;
  font-weight:400;
  border-radius:6px;
}
.car-buttons ul li a i {
  margin-right:5px;
}
.car-reservation {
  margin-top:30px;
  border-radius:6px;
  box-shadow: 1px 1px 20px 2px rgb(0 0 0 / 10%);
  padding:15px;
}
.car-reservation .title {
  color: #384a58;
  font-size: 22px;
  font-weight: 900;
}
.car-reservation .item {
  margin:15px 0px;
}
.car-reservation .item label {
  width:100%;
  color: #131313;
  font-weight:400;
  margin:0px;
}
.car-reservation .item input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #d4d4d4;
  margin-top: 5px;
  box-shadow: none;
  outline: none;
  color:#333;
}
.car-reservation .item button {
  width: 100%;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  color:#fff;
  background: #384a58;
  text-align:left;
  text-transform:uppercase;
  font-size:12px;
  font-weight:500;
  letter-spacing: 1px;
}
.car-reservation .item button i {
  float:right;
  top:3px;
  position: relative;
}
.car-reservation .reservation-price {
  font-weight:bold;
  text-transform: uppercase;
  font-size:14px;
  color: #131313;
  padding-top:5px;
  letter-spacing: 1.2px;
}
.car-description {
  padding-top:30px;
}
.car-description .title {
  color: #384a58;
  font-size: 25px;
  font-weight: 900;
  margin: 0px;
}
.car-description h5 {
  margin-bottom:15px;
}
.car-description .item {
  margin:30px 0px;
  text-align:left;
  display: flex;
}
.car-description .item .icon {
  width:70px;
  display: inline-block;
}
.car-description .item .icon img {
  width:40px;
  position: relative;
  top:10px;
}
.car-description .item .description {
  width:calc(100% - 70px);
  display: inline-block;
}
.car-description .item .description .title {
  font-size:18px;
  font-weight:600;
}
.car-description .item .description p {
  margin:0px;
}
.car-page-title h2 {
  color: #384a58;
  font-size: 25px;
  font-weight: 900;
  margin: 0px;
  margin-bottom:30px;
}
.car-page-title h3 {
  margin: 0px;
  font-size:20px;
}
.cars.airport-cars.home-artc.car-page-cars {
  margin-top:30px !important;
}

.main.tour-main {
  margin-bottom:75px;
}
.slide-item.tour {margin-bottom:30px;}
.tour-slide.luxury-car .item {
  display: block;
  width:100%;
  height:407px;
}
.tour-slide.luxury-car .item {
  display: block;
  width:100%;
  height:407px;
}
.tour-slide.luxury-car .item img {
  display: block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:10px;
}
.tour-slide.luxury-car .container {
  text-align:right;
  display: flex;
  flex-wrap: wrap;
}
.tour-slide.luxury-car .item  {
  display: block;
  width:33.334%;
  height:201.5px;
  object-fit:cover;
  display: none;
}
.tour-slide.luxury-car .item a {
  display: block;
  width:100%;
  height:100%;
  position: relative;
  cursor: pointer;
}
.tour-slide.luxury-car .item:nth-child(1)  {
  width:60%;
  height:407px;
  display:block;
}
.tour-slide.luxury-car .item:nth-child(1) a {
  padding-right:15px;
  padding-bottom:15px;
}
.tour-slide.luxury-car .item:nth-child(2)  {
  width:40%;
  height:407px;
  display:block;
}
.tour-slide.luxury-car .item:nth-child(2) a {
  height:50%;
  padding-bottom:15px;
}
.tour-slide.luxury-car .item:nth-child(3)  {
  width:33.334%;
  display:block;
}
.tour-slide.luxury-car .item:nth-child(3) a {
  padding-right:15px;
}
.tour-slide.luxury-car .item:nth-child(4)  {
  width:33.334%;
  display:block;
}
.tour-slide.luxury-car .item:nth-child(4) a {
  padding:0px 7.5px;
}
.tour-slide.luxury-car .item:nth-child(5)  {
  width:33.334%;
  display:block;
}
.tour-slide.luxury-car .item:nth-child(5) a {
  padding-left:15px;
}
.tour-slide.luxury-car  {
  position: relative;
}
.tour-slide.luxury-car span {
  position: absolute;
  bottom:30px;
  right:15px;
  background: #00000090;
  padding:5px 20px;
  color:#fff;
  color:#fff;
  border-radius:20px;
  cursor: pointer;
}

.tour-reservation.luxury-car {margin-top:75px;}
.tour-reservation.luxury-car .price {
  color:#444;
  font-size:20px;
  font-weight:200;
  font-style: italic;
  text-align: right;
  margin-bottom:30px;
}
.tour-reservation.luxury-car .price span {
  color:#444;
  font-size:20px;
  font-weight:bold;
  font-style: normal;
}
.tour-reservation.luxury-car input {
  padding:10px;
  border:1px solid #e8e8e8  !important;
  color:#444;
  width:100%;
  font-size:15px;
  margin-bottom:15px;
  border-radius:10px;
  box-shadow:none;
  outline:none;
}
.tour-reservation.luxury-car input::placeholder {
  color:#444;
}
.tour-reservation.luxury-car .form-tour {
  background: #fff;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding:15px 0px;
}
.tour-reservation.luxury-car .form-tour .btn-dark {
  background: #A56D1D !important;
  float: right;
}


@media (max-width: 767.98px) {
    .timeline::after {
        left: 90px;
    }

    .tl-container {
        width: 100%;
        padding-left: 120px;
        padding-right: 30px;
    }

    .tl-container.right {
        left: 0%;
    }

    .tl-container.left::after,
    .tl-container.right::after {
        left: 82px;
    }

    .tl-container.left::before,
    .tl-container.right::before {
        left: 100px;
        border-color: transparent #C68C27 transparent transparent;
    }

    .tl-container.left .date,
    .tl-container.right .date {
        right: auto;
        left: 15px;
    }

    .tl-container.left .icon,
    .tl-container.right .icon {
        right: auto;
        left: 146px;
    }

    .tl-container.left .content,
    .tl-container.right .content {
        padding: 30px 30px 30px 90px;
        border-radius: 500px 0 0 500px;
    }
}











@-webkit-keyframes heart {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes heart {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media (min-width: 991.98px) {
    .mobile-header,
    .mobile-menu {
        display: none;
    }
    .main .search .form-control,
    .main .search .form-control:active,
    .main .search .form-control:disabled,
    .main .search .form-control:focus,
    .main .search .form-control[readonly] {
        border: 0;
        padding: 0;
        color: #444;
        box-shadow: none;
    }
    .main .search .tab-item .form-group {
        flex: 1;
        flex-grow: 1;
        margin-bottom: 0;
        border-right: 1px solid #eee;
        margin-bottom: 0;
        margin-right: 30px;
    }
}
@media (max-width: 991.98px) {
    body.booking {
        padding-top: 64px !important;
        padding-bottom: 100px;
    }
    .booking .summary .item {
        position: relative;
        white-space: nowrap;
        font-size: 14px;
        line-height: 21px;
        padding: 0 10px;
        overflow: hidden;
    }
    .booking .summary .item strong {
        display: block;
        position: relative;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .booking .steps {
        padding: 10px 0;
        margin-bottom: 60px;
    }
    .booking .steps .container {
        padding: 0;
    }
    .booking .steps .item {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
        padding: 0 10px;
        overflow: hidden;
    }
    .booking .steps .item span {
        position: static;
        display: inline-block;
        background: #eee;
        color: #666;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .booking .steps .item .icon {
        display: none;
    }
    .booking .steps .item .text {
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 21px;
        overflow: hidden;
    }
    .booking .steps .item.active .text {
        color: #05073c;
    }
    .booking .steps .item.active span {
        color: #fff;
    }
    .booking .car,
    .booking .car h2,
    .booking .car h3 {
        text-align: center;
    }
    .booking .car .props {
        align-items: center;
        justify-content: center;
    }
    .booking .car .left,
    .booking .car .left img {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .booking .car .actions {
        margin-top: 20px;
    }
    .booking .car .actions .price {
        font-size: 25px;
    }
    .booking .car .actions .btn {
        display: inline-block;
        width: 150px;
        min-width: 150px;
        max-width: 150px;
        margin-top: 10px;
    }
    .booking .area {
        padding: 0;
    }
    .booking .buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
        box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
        width: 100%;
        margin: 0;
        z-index: 9999;
    }
    .booking .buttons .btn {
        padding: 15px 0;
        flex: 1;
        flex-grow: 1;
        border-radius: 0;
    }
    .booking .scroll-top {
        display: none;
    }
    .booking .footer {
        display: none;
    }
    .mdb {
        display: block !important;
    }
    .main .banner {
        display: grid !important;
    }
    .main .banner .right {
        order: 1;
    }
    .main .banner .left {
        order: 2;
    }
}
@media (max-width: 991.98px) {
    body:not(.index) {
        padding-top: 120px;
    }
    .breadcrumb {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 14px;
    }
    .header {
        display: none;
    }
    .mobile-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
        box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
        z-index: 9999;
    }
    .mobile-header .logo {
        display: block;
    }
    .mobile-header .logo img {
        max-width: 200px;
    }
    .main .tab-content .btn-dark {
        width: 100% !important;
    }
    .mobile-header .actions,
    .mobile-header .logo {
        flex: 1;
        flex-grow: 1;
    }
    .mobile-header .actions {
        text-align: right;
    }
    .mobile-header .actions li {
        display: inline-block;
    }
    .mobile-header .actions li a {
        font-weight: 500;
        letter-spacing: -0.5px;
        color: #05073c;
        padding: 0 5px;
        font-size: 25px;
    }
    .mobile-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        -webkit-transform: translate3d(-320px, 0, 0);
        -ms-transform: translate3d(-320px, 0, 0);
        transform: translate3d(-320px, 0, 0);
        overflow-y: scroll;
        opacity: 0;
        visibility: hidden;
        z-index: 9999999;
        height: 100%;
        background: #fff;
    }
    .mobile-menu.show {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-animation: fadeInLeft 0.4s both;
        -moz-animation: fadeInLeft 0.4s both;
        -o-animation: fadeInLeft 0.4s both;
        animation: fadeInLeft 0.4s both;
    }
    .mobile-menu .top {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
        box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    }
    .mobile-menu .top .logo {
        max-width: 200px;
    }
    .mobile-menu .top .logo img {
        max-width: 100%;
    }
    .mobile-menu .top .close {
        font-size: 25px;
        margin-left: auto;
        color: #05073c;
    }
    .mobile-menu .actions {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eb662b;
    }
    .mobile-menu .actions li {
        flex: 1;
        flex-grow: 1;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .mobile-menu .actions li:last-child {
        border-right: 0;
    }
    .mobile-menu .actions li:first-child a {
        padding-left: 0;
    }
    .mobile-menu .actions li:last-child a {
        padding-right: 0;
    }
    .mobile-menu .actions li a {
        display: block;
        padding: 15px 10px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
    }
    .mobile-menu .actions li span {
        display: block;
        padding: 15px 10px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
    }
    .mobile-menu .actions li a span {
        display: block;
        line-height: 16px;
        margin-top: 5px;
    }
    .mobile-menu .actions li span span {
        display: block;
        line-height: 16px;
        margin-top: 5px;
    }
    .mobile-menu .actions li a img {
        display: inline-block;
        max-width: 12px;
    }
    .mobile-menu .actions li span img {
        display: inline-block;
        max-width: 12px;
    }
    .mobile-menu .center li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 25px;
        color: #05073c;
    }
    .mobile-menu .center > li > a {
        padding: 15px;
        border-bottom: 1px solid #eee;
    }
    .mobile-menu .center > li > span {
        padding: 15px;
        border-bottom: 1px solid #eee;
        width: 100%;
        display: inline-block;
    }
    .mobile-menu .center li a .fal {
        margin-left: auto;
        font-size: 25px;
        line-height: 25px;
    }
    .mobile-menu .center li span .fal {
        margin-left: auto;
        font-size: 25px;
        line-height: 25px;
    }
    .mobile-menu .center li span {
        color: #05073c;
    }
    .mobile-menu .center li span i {
        float: right;
        position: relative;
        top: 3px;
    }
    .mobile-menu .center ul ul {
        border-top: 1px solid rgba(149, 149, 149, 0.2);
        padding: 15px;
        margin: 5px 0;
    }
    .mobile-menu .center li > ul {
        display: none;
        padding-bottom: 15px;
    }
    .mobile-menu .center li.open > a .fal {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .mobile-menu .center li.open > span .fal {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .mobile-menu .center li.open > ul {
        display: block;
        border-bottom: 1px solid rgba(149, 149, 149, 0.2);
    }
    .mobile-menu .center li.open > ul {
        padding: 5px 0;
    }
    .mobile-menu .center li.open > ul li a {
        font-size: 15px;
        padding: 5px 15px;
    }
    .mobile-menu .center li.open > ul li span {
        font-size: 15px;
        padding: 5px 15px;
    }
    .mobile-menu .center li.open > ul li.seperator a {
        background: #f8f8f8;
    }
    .mobile-menu .center li.open > ul li.seperator span {
        background: #f8f8f8;
    }
    .main {
        padding-top: 50px;
    }
    .main .banner {
        height: auto;
        padding-top: 0;
        flex-direction: column-reverse;
        text-align: center;
    }
    .main .banner h1 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-top: 30px;
    }
    .main .banner .right {
        padding-left: 0;
    }
    .main .banner img {
        max-width: 70%;
    }
    .main .search .tab-item.active {
        display: block !important;
    }
    .main .nav-tabs {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main .nav-tabs li {
        margin-right: 0;
        flex: 1;
        flex-grow: 1;
    }
    .main .nav-tabs li a {
        text-align: center;
        padding: 10px 15px;
        font-size: 16px;
    }
    .about {
        padding: 50px 0;
    }
    .about .row {
        display: block;
    }
    .about .right {
        margin-top: 15px;
        text-align: center;
        padding-left: 15px;
    }
    .about .elementor .item:nth-child(3) {
        margin-top: 0;
    }
    .article .title {
        font-size: 30px;
        line-height: 30px;
    }
    .article .section {
        flex-direction: column;
        margin-bottom: 30px;
        text-align: justify;
    }
    .article .section.inverse {
        flex-direction: column-reverse;
    }
    .article .section .left,
    .article .section .right {
        padding: 0 !important;
        margin-bottom: 15px;
    }
    .cars .title h3 {
        font-size: 20px;
    }
    .cars .title h2 {
        font-size: 25px;
    }
    .cars .row {
        display: block;
    }
    .cars .item {
        margin-bottom: 10px;
    }
    .cars .item .content {
        padding: 25px 0;
    }
    .cars .item h4 {
        font-size: 18px;
    }
    .cars .item ul li {
        font-size: 13px;
        vertical-align: middle;
    }
    .cars .item:hover:before {
        bottom: 0.5rem;
        right: 0.5rem;
    }
    .cars .item:hover:after {
        top: 0.5rem;
        left: 0.5rem;
    }
    .car {
        display: block;
        padding: 20px;
    }
    .car .right {
        padding-left: 0;
        margin-top: 20px;
    }
    .cta {
        margin: 50px 0;
        padding: 50px 15px;
    }
    .cta h6 {
        font-size: 25px;
        line-height: 30px;
    }
    .cta .media-box {
        display: none;
    }
    .cta form {
        padding-right: 0;
    }
    .cta .btn-primary {
        margin-right: 0;
    }
    .features .item {
        margin-bottom: 40px;
    }
    .destinations {
        text-align: center;
    }
    .destinations .title h5 {
        font-size: 18px;
    }
    .destinations .title h4 {
        font-size: 25px;
    }
    .destinations .subtitle {
        font-size: 20px;
    }
    .destinations .routes .item {
        margin-bottom: 15px;
    }
    .destinations .targets .item {
        text-align: left;
        margin-bottom: 15px;
    }
    .contacts {
        margin-top: 0 !important;
    }
    .contacts .form {
        margin-bottom: 30px;
    }
    .footer {
        text-align: center;
        -webkit-border-radius: 0px !important;
        border-radius: 0 !important;
    }
    .footer .col-md-8 .col-md-4 {
        margin-top: 30px;
        padding-left: 15px !important;
    }
    .footer .col-md-8 .col-md-4 h3 {
        margin-bottom: 15px;
    }
    .for-mobile {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .article .section.reverse {
        display: grid;
    }
    .article .section.reverse .right {
        order: 1;
    }
    .article .section.reverse .left {
        order: 2;
    }
}
