.post.layout-1 .featured-image .category{
    top: 15px;
    right: 15px;
    z-index: 1;
    min-width: 75px;
}
.post.layout-1 .featured-image .category:hover{
    background-color: #eee;
    color: var(--color-headings);
}
.post.layout-1 .entry-excerpt p{
    margin: 0 0 10px;
}

.infographic + .infographic{
    margin-top: 30px;
}
.module-infographics{
    position: relative;
}
.module-infographics svg{
    position: absolute;
    top: 50%;
    z-index: -1;
    right: 50%;
    transform: translate(50%, -50%);
}

.module-call-to-action .title{
    text-align: right;
}
.module-call-to-action .title .content{
    max-width: 100%;
}
.module-call-to-action{
    position: relative;
}
.module-call-to-action > img{
    position: absolute;
    top: 0;
    right: 0;
}

.close {
    width: 30px;
    height: 30px;
    outline: none;
}
.close span {
    position: absolute;
    width: 2px;
    background-color: #000;
    height: 20px;
    opacity: 0.6;
    transform-origin: center;
    transform: rotate(-45deg);
    opacity: 0.4;
    transition: 0.3s;
}
.close span:nth-child(2) {
    transform: rotate(45deg);
}
.close:hover span {
    transform: rotate(-90deg);
}
.close:hover span:nth-child(2) {
    transform: rotate(90deg);
}
.controls .count {
    position: absolute;
    top: -10px;
    left: -10px;
}

/*--------------------------------------------------------------
0.0 General
--------------------------------------------------------------*/

.swp span svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.swp span {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.swp span:nth-child(2) {
    padding-right: 10px;
}


.align-item-center .row{
    align-items: center;
}
.burger span{
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition: all all 300ms ease-out;
    -moz-transition: all all 300ms ease-out;
    transition: all all 300ms ease-out;
}
.mm-active a.burger span:first-child {
    -webkit-transform: rotate(-45deg) translate(0, 0px);
    -moz-transform: rotate(-45deg) translate(0, 0px);
    -ms-transform: rotate(-45deg) translate(0, 0px);
    -o-transform: rotate(-45deg) translate(0, 0px);
    transform: rotate(-45deg) translate(0, 0px);
}

.mm-active a.burger span:nth-child(2) {
    display: none;
}

.mm-active a.burger span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(0, 0px);
    -moz-transform: rotate(45deg) translate(0, 0px);
    -ms-transform: rotate(45deg) translate(0, 0px);
    -o-transform: rotate(45deg) translate(0, 0px);
    transform: rotate(45deg) translate(0, 0px);
}

/*--------------------------------------------------------------
1.0 FAQ
--------------------------------------------------------------*/
.faq-item {
    border-bottom: 1px solid var(--color-borders);
}
.faq-item .faq-question::before, .faq-item .faq-question::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    background-color: var(--color-headings);
    width: 2px;
    height: 15px;
    transition: .3s;
}
.faq-item .faq-question::after {
    transform: translateY(-50%) rotate(-90deg);
}
.faq-item.active .faq-question::after {
    transform: translateY(-50%) rotate(-45deg);
}
.faq-item.active .faq-question::before {
    transform: translateY(-50%) rotate(45deg);
}
.faq-item.active {
    border-bottom: 1px solid #912350;
    /* box-shadow: 0 5px 35px rgb(85 85 85 / 38%); */
}

.entry-content table th {overflow: hidden;background: #912350;border: none;color: #ffffff;}

.entry-content table th b {
    color: #ffffff;
}

.entry-content table th:first-child {
    border-radius: 0px 15px 0px 0px;
}

.entry-content table th:last-child {
    border-radius: 15px 0px 0px 0px;
}

.entry-content table th,
.entry-content table td{
    font-size: 14px;
}

/*--------------------------------------------------------------
2.0 Slider
--------------------------------------------------------------*/
.slider-carousel .item-slide{
    position: relative;
}

.slider-section.slider-layout-1 {
    position: relative;
}

.slider-carousel .p-absolute{
    bottom: 0px;
}
.banner-heading {
    color: #ffffff;
    font-weight: 500;
    line-height: normal;
}

.contact-info-sec p {
    color: #912350;
    font-weight: 600;
    text-transform: uppercase;
}

div.contact-info-sec > div:first-child {
    margin-left: 10px;
}

div.contact-info-sec > div:nth-child(2) p {
    font-weight: 400;
}

.contact-info-sec a {
    color: #912350;
    font-weight: 800;
    letter-spacing: 1.5px;
}


.slider-carousel-nav .slick-dots li {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #6f6f6f;
    border-radius: 100%;
}
.slider-carousel-nav .slick-dots li.slick-active {
    background: #912350;
}
.slider-carousel .item-slide img{
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}
.slider-carousel .item-slide.slick-active img {
    transform: scale(1);
    width: 100%;
  }

  .slider-carousel .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }

/*--------------------------------------------------------------
3.0 Jet Rental Search
--------------------------------------------------------------*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.jet-search{
    border: 3px solid #912350;
    overflow: hidden;
}

.jet-search > div > div {
    padding: 11px 12px 7px 12px;
    position: relative;
    transition: .3s;
}
.jet-search > div > div > span {
    height: 30px;
    width: 30px;
    display: inline-block;
}
.jet-search > div input {
    border-radius: 0px;
    border: none;
    padding: 0px;
    height: auto;
    color: #393939;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
}
.jet-search > div > div > label {
    font-size: 10px;
    color: #848484;
    text-transform: none;
    margin-bottom: 0px;
    padding: 0px;
    margin-right: 8px;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
}
.jet-search > div.first > div:first-child {
    width: 100%;
}
.jet-search > div.first > div:nth-child(2) {
    width: 15px;
    height: 40px;
    padding: 0px;
}
.jet-search > div.first > div:nth-child(2) span {
    position: absolute;
    top: 0px;
    right: -21px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.jet-search > div.first > div:nth-child(3) {
    width: 100%;
}
.jet-search > div.first > div:nth-child(3) span svg {
    transform: rotate(-90deg);
}
.jet-search > div.second > div:first-child {
    width: 100%;
}
.jet-search > div.second > div:nth-child(2) {
    width: 100%;
}


.jet-search > div.third > div:first-child {
    width: 210px;
    display: flex;
}
.jet-search > div.third > div:first-child label {
    display: flex;
}
.jet-search > div.third > div:first-child label input[type="text"] {
    width: 30px;
}

.jet-search > div.third > div:first-child label b {
    font-size: 14px;
    margin-left: 10px;
    padding-top: 5px;
}

.jet-search > div.third > div:first-child label input[type="button"] {
    background: transparent;
    border: solid 1px #d8d8d8;
    padding: 0px 7px;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-primary);
}
.jet-search > div.third > div:first-child label input[type="button"]:hover {
    color: var(--color-primary);
}

.jet-search > div.third > div:nth-child(2), .jet-search.addreturn > div.third > div:nth-child(2) {
    padding: 0px;
}

.jet-search> div.third > div:nth-child(2) button {
    padding: 13px 25px;
}
.jet-search .returnon{
    display: none;
}
.jettabs div {
    margin: 20px;
    padding: 10px 0px;
    color: #912350;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    transition: .3s;
}
.jettabs div:first-child{
    margin-right: 0px;
}
.jettabs div.active {
    border-color: #912350;
}

.jet-search.addreturn .returnon {
    display: block;
}

.jet-search.addreturn > div.third > div:first-child {
    width: 200px
}


/* SWAP RIGHT */

.swap-right {
    animation: swapRight 0.7s 1 ease-in-out;
}
@keyframes swapRight {
    0% {
        transform: translateX(0%);
        border-left-color: transparent;
    }
    60% {
        transform: translateX(60%);
        opacity: 0;
        border-left-color: transparent;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
        border-left-color: transparent;
    }
}

/* SWAP LEFT */
.swap-left {
    animation: swapLeft 0.7s 1 ease-in-out;
}
@keyframes swapLeft {
    0% {
        transform: translateX(0%);
        border-right-color: transparent;
    }
    60% {
        transform: translateX(-60%);
        opacity: 0;
        border-right-color: transparent;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
        border-right-color: transparent;
    }
}

/* SWAP DOWN */
.swap-down {
    animation: swapDown 0.7s 1 ease-in-out;
}
@keyframes swapDown {
    0% {
        transform: translateY(0%);
        border-right-color: transparent;
        opacity: 0;
    }
    60% {
        transform: translateY(60%);
        opacity: 0;
        border-right-color: transparent;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
        border-right-color: transparent;
    }
}

/* SWAP DOWN */
.swap-up {
    animation: swapUp 0.7s 1 ease-in-out;
}
@keyframes swapUp {
    0% {
        transform: translateY(0%);
        border-right-color: transparent;
        opacity: 0;
    }
    60% {
        transform: translateY(-60%);
        opacity: 0;
        border-right-color: transparent;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
        border-right-color: transparent;
    }
}

/* ROTATE 360 */

.rotate180 {
    animation: rotate180 0.5s 1 ease-in-out;
}
@keyframes rotate180 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-180deg);
    }
}

/*--------------------------------------------------------------
4.0 Most Popular Tickets
--------------------------------------------------------------*/

.item-ticket {
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    border-radius: 12px;
    margin: 0px 10px;
}

.item-ticket p.h5 {
    color: #848484;
    margin-bottom: 10px;
}
.item-ticket p.first span:first-child {
    color: #848484;
    text-align: center;
    line-height: 26px;
}
.item-ticket p.first span:first-child b {
    font-size: 38px;
    display: block;
}
.item-ticket p.first span:nth-child(2), .item-ticket p.first span:nth-child(4){
    background: #912350;
    width: 30px;
    height: 2px;
    margin: 22px 0px 0px 0px;
}
.item-ticket p.first span:nth-child(2){
    margin-right: 10px;
}
.item-ticket p.first span:nth-child(3) {
    top: 16px;
    position: relative;
}
.item-ticket p.first span:nth-child(4){
    margin-left: 10px;
}
.item-ticket p.first span:last-child {
    font-size: 16px;
    color: #848484;
    text-align: center;
    line-height: 26px;
}
.item-ticket p.first span:last-child b {
    font-size: 38px;
    display: block;
}
.item-ticket p.h4 {
    border-top: 2px dotted #912350;
    text-align: center;
    padding-top: 20px;
    margin: 0px;
    color: #912350;
    font-size: 22px;
}
.clients-layout-1 .item-ticket p.h4 {
    border: none;
    font-weight: 400;
}
.slick-next, .slick-prev {
    background: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100% !important;
    z-index: 1;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.slick-next:before, .slick-prev:before {
    color: #000 !important;
}

/*--------------------------------------------------------------
4.1 Gallery Box
--------------------------------------------------------------*/

.grid-box-2 .md-6.sm-6 {
    padding: 0px 5px;
}

/*--------------------------------------------------------------
4.2 Tab Form
--------------------------------------------------------------*/

.main-hero .main-hero__panel {
    background: #ffffff;
    display: block;
    max-width: 600px;
    border-radius: 20px;
    overflow: hidden;
}
.main__tabs--nav {
    float: right;
    list-style: none;
    margin: 0 !important;
    padding: 0;
    width: 100%;
}
.main__tabs--nav li {
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 52px;
    width: 50%;
}
.main-hero .main__tabs--nav li {
    float: right;
    font-weight: bold;
    line-height: 40px;
    font-size: 15px;
    letter-spacing: 0.5px;
    width: 50%;
}
.main__tabs--nav li a {
    background-color: #ebecee;
    color: #2b323a;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 52px;
    line-height: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.main__tabs--nav li a.active {
    background-color: #222c56;
    color: #ffffff;
}
.main-hero .main__tabs--nav li a {
    background: transparent;
    color: #912350;
    display: block;
    font-weight: 400;
    font-size: 13px;
    leter-spacing: 0.5px;
    line-height: 55px;
    height: 55px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
}
.main__tabs--nav li a.active2 {
    background-color: #912350;
}
.main-hero .main__tabs--nav li a.active {
    background-color: #912350;
    color: #ffffff;
}
.main__tabs--content {
    border: 0;
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 40px 0 0 0;
    position: relative;
    width: 100%;
}
.main-hero .main-hero__panel--wrap {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 25px 40px 35px 40px;
    width: 100%;
}

.main--form h6, .main--form label {
    color: #69798D;
    float: right;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.21px;
    width: 100%;
    text-transform: none;
}

.main--form .fld {
    -webkit-box-shadow: 0 0 0 0 #9AFF17;
    box-shadow: 0 0 0 0 #9AFF17;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #F4F4F4;
    border: transparent;
    color: #586a79;
    display: block;
    font-size: 16px;
    font-size: calc(12px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    height: 48px;
    letter-spacing: 0.25px;
    line-height: 48px;
    outline: none;
    padding: 0 10px;
    position: relative;
    width: 100%;
    border-radius: 10px;
}
.main--form .fld--pin {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='map-marker-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-map-marker-alt fa-w-12 fa-2x'%3E%3Cpath fill='%236a7680' d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z' class=''%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 3% 50%;
    cursor: auto;
}
.main-hero .main--form .fld, .main-hero .main--form select {
    height: 50px;
    line-height: 50px;
}
.column50 {
    float: right;
    padding: 20px 0;
    width: 100%;
}
.main--form .column50 {
    font-size: 0;
    line-height: 0;
    padding: 0;
}
.main-hero .main--form .column50 {
    float: right;
    padding: 0 10px;
    width: 50%;
}

.main--form .fld--date {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='calendar-alt' class='svg-inline--fa fa-calendar-alt fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%236a7680' d='M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 3% 50%;
    cursor: auto;
}
.main__tabs--nav li a:after {
    content: '';
}
.main__tabs--nav li a.active:after {
    bottom: -20px;
    position: absolute;
    width: 20px;
    height: 20px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #222c56 transparent transparent;
    right: 50%;
    margin-right: 10px;
    transform: translateX(50%);
}
.main__tabs--nav li:first-child a:after {
    margin-right: -10px;
}
.main-hero .main__tabs--nav li a:after {
    content: '';
}
.main-hero .main__tabs--nav li:first-child a:after {
    margin-right: 0;
}
.main-hero .main__tabs--nav li a.active:after {
    position: absolute;
    width: 20px;
    height: 10px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #912350 transparent transparent;
    right: 50%;
    margin: 0 !important;
    transform: translateX(50%);
    bottom: -10px;
}

@media (min-width: 992px){
    .banner-custom-section {
        bottom: 50px;
    }
    .main--form h6, .main--form label {
        font-size: 13px;
        line-height: 20px;
    }
    .main--form .fld {
        height: 48px;
        line-height: 48px;
        padding-right: 20px;
    }
}
@media (min-width: 767px){
    .main__tabs--nav li {
        font-size: 16px;
    }
    .main__tabs--nav li a {
        font-size: 16px;
        line-height: 52px;
    }
    .main__tabs--content {
        padding-top: 60px;
    }
    .column50 {
        padding: 0 20px;
        width: 50%;
    }
    .main--form .column50 {
        font-size: 1px;
        line-height: normal;
        padding: 0 20px;
    }
}


/*-------------------------------------------------------------
4.5 Enquire Now Form
--------------------------------------------------------------*/
.site__enquiry--switch {
    float: right;
    position: relative;
    width: 100%;
    z-index: 10
}

@media (min-width: 767px) {
    .site__enquiry--switch {
        width: 50%
    }
}

.site__enquiry--switch h6 {
    color: #586a79;
    float: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.21px;
    width: 100%
}

.site__enquiry--switch h6 span {
    color: #53b4e6;
    font-weight: 300
}

.site__enquiry--switch .main__tabs--nav {
    margin: 0;
    list-style: none;
    padding-bottom: 15px;
}

.site__enquiry--switch .main__tabs--nav li {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0 10px;
    width: 50%
}

.site__enquiry--switch .main__tabs--nav li:first-child {
    padding-right: 0
}

.site__enquiry--switch .main__tabs--nav li:last-child {
    padding-left: 0
}

.site__enquiry--switch .main__tabs--nav a,.site__enquiry--switch .main__tabs--nav label {
    background: #f5f6f7;
    color: #6a7680;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 48px;
    letter-spacing: 0.43px;
    line-height: 48px;
    list-style: none;
    outline: 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    border-radius: 12px;
}

@media (min-width: 767px) {
    .site__enquiry--switch .main__tabs--nav a,.site__enquiry--switch .main__tabs--nav label {
        font-size:13px;
    }
}

.site__enquiry--switch .main__tabs--nav a:hover,.site__enquiry--switch .main__tabs--nav label:hover {
    background: #912350;
    color: #ffffff;
    text-decoration: none
}

.site__enquiry--switch .main__tabs--nav a:after,.site__enquiry--switch .main__tabs--nav label:after {
    display: none
}

.site__enquiry--switch .main__tabs--nav a.active,.site__enquiry--switch .main__tabs--nav label.active {
    background: #912350;
    color: #ffffff;
    text-decoration: none
}

.site__enquiry--switch .main__tabs--nav a input,.site__enquiry--switch .main__tabs--nav label input {
    display: none
}

.site__enquiry-panel {
    border: 0;
    display: block;
    margin: 0;
    float: right;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.site__enquiry-panel .main__tabs--content {
    clear: none;
    float: right;
    padding: 0;
    margin: 0;
    width: 100%
}

.site__enquiry-panel .content--overlap {
    margin: 0
}

.site__enquiry-panel .content--overlap .main--form {
    padding: 15px 0 0 0
}

@media (min-width: 767px) {
    .site__enquiry-panel .content--overlap .main--form {
        padding:0
    }
}

@media (min-width: 767px) {
    .site__enquiry-panel .content--overlap .row--first-top {
        left:0;
        margin: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (min-width: 767px) {
    .site__enquiry-panel .content--overlap .row--first-top .column50 {
        float:left
    }
}

@media (min-width: 767px) {
    .site__enquiry-panel .content--overlap .row--first-top .column50 .column50 {
        float:right
    }
}


.main--form {
    float: right;
    position: relative;
    width: 100%
}

.main--form h6,.main--form label {
    color: #586a79;
    float: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.21px;
    width: 100%
}

@media (min-width: 992px) {
    .main--form h6,.main--form label {
        font-size:15px;
        line-height: 30px
    }
}

.main--form h6 span,.main--form label span {
    color: #53b4e6;
    font-weight: 300
}

.main--form h6 span.label,.main--form label span.label {
    color: #586a79
}


.main--form .fld:focus,.main--form .fld:active,.main--form .fld:hover {
    border: 1px solid #c10e0e;
    outline: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 0 #9AFF17;
    box-shadow: 0 0 0 0 #9AFF17
}

.main--form .flt {
    -webkit-box-shadow: 0 0 0 0 #9AFF17;
    box-shadow: 0 0 0 0 #9AFF17;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f5f6f7;
    border: 1px solid transparent;
    color: #586a79;
    display: block;
    font-size: 16px;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    height: 250px;
    letter-spacing: 0.25px;
    line-height: 1.56;
    margin: 0;
    outline: none;
    padding: 10px 10px 10px 0;
    width: 100%
}

@media (min-width: 992px) {
    .main--form .flt {
        height:327px;
        padding-right: 20px
    }
}

.main--form .flt:focus,.main--form .flt:active,.main--form .flt:hover {
    border: 1px solid var(--color-primary-hover);
    outline: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 0 #9AFF17;
    box-shadow: 0 0 0 0 #9AFF17
}

.main--form .file-upload {
    -webkit-box-shadow: 0 0 0 0 #9AFF17;
    box-shadow: 0 0 0 0 #9AFF17;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #f5f6f7;
    border: 1px solid #939fa8;
    float: right;
    position: relative;
    width: 100%;
    z-index: 2
}

.main--form .file-upload:focus,.main--form .file-upload:active,.main--form .file-upload:hover {
    border: 1px solid #53b4e6;
    outline: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 #9AFF17;
    box-shadow: 0 0 0 0 #9AFF17
}

.main--form .fld--file {
    border: 0;
    width: 100%;
    padding: 0 10px 0 50px;
    height: 34px;
    text-overflow: clip;
    opacity: 0
}

@media (min-width: 992px) {
    .main--form .fld--file {
        height:46px;
        padding-right: 20px
    }
}

.main--form .btn-upload {
    -webkit-box-shadow: 0 0 0 0 #9AFF17;
    box-shadow: 0 0 0 0 #9AFF17;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    display: block;
    font-size: 16px;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    height: 34px;
    position: absolute;
    padding: 0 10px 0 50px;
    z-index: -1;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 0;
    width: 100%;
    word-break: keep-all
}

@media (min-width: 992px) {
    .main--form .btn-upload {
        height:46px;
        line-height: 46px;
        padding-right: 20px
    }
}

.main--form .btn-upload::before {
    background: #53b4e6;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' class='svg-inline--fa fa-arrow-right fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px 22px;
    content: "";
    color: #fff;
    height: 34px;
    line-height: 34px;
    padding: 0;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    top: 0;
    width: 34px
}

@media (min-width: 992px) {
    .main--form .btn-upload::before {
        height:46px;
        line-height: 46px;
        width: 46px
    }
}

@media (min-width: 767px) {
    .main--form .column50 .flt {
        height:234px
    }
}

.main--form .flc {
    float: right;
    height: 20px;
    margin: 0 0 0 10px;
    padding: 0;
    width: 20px
}

.main--form .btn__submit {
    /* border: 0;
    background: #53b4e6;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    letter-spacing: 0.53px;
    line-height: 48px;
    margin: 10px 0 0 0;
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100% */
}

.main--form .btn__submit:hover {
    /* opacity: 0.8;
    text-decoration: none */
}

.main--form .btn__submit--next {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.main--form .btn__submit--next:after {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' class='svg-inline--fa fa-arrow-right fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center -2px;
    content: '';
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    height: 21px;
    line-height: 0;
    margin-right: 15px;
    text-indent: -9999em;
    width: 18px
}

.main--form .main--form--terms {
    clear: both;
    display: block;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 0 0;
    width: 100%
}

.main--form .main--form--terms li {
    color: #586a79;
    float: right;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 10px 0;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center
}

.main--form .main--form--terms li a {
    color: #53b4e6;
    font-family: inherit;
    text-decoration: none
}

.main--form .main--form--terms li a:hover {
    text-decoration: underline
}

.main--form .main--form--terms li.error {
    padding-bottom: 25px;
    margin-bottom: 15px
}

.main--form .main--form--terms li.error .error-message {
    bottom: 0;
    top: auto
}

.main--form .main--form--terms.inline {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 14px 0 4px 0
}

.main--form .main--form--terms.inline li {
    width: auto;
    padding-left: 20px
}

.main--form .main--form--terms.inline label {
    float: right
}

.main--form .main--form--terms.inline .flc {
    flex-shrink: 0
}

.main--form .main--form--terms label {
    clear: none;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    margin: 0;
    padding: 0
}

@media (min-width: 767px) {
    .main--form .main--form--terms label {
        font-size:12px;
        letter-spacing: 0.17px;
        line-height: 20px
    }
}

.main--form__message h3,.main--form__message p {
    padding-bottom: 20px
}

.main--form--group {
    float: right;
    position: relative;
    width: 100%
}

.main--form .main--form__group {
    float: right;
    padding: 0 0 18px 0;
    position: relative;
    width: 100%
}

.main--form .error .fld,.main--form .error .flt,.main--form .error select {
    border: 1px solid #c10e0e;
    outline: none
}

.main--form .error label {
    color: #c10e0e;
    position: relative
}

.main--form .error label span {
    color: inherit
}

.main--form .validation,.main--form .error-message {
    background: #c10e0e;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 10px;
    font-weight: 700;
    right: 0;
    letter-spacing: 0.14px;
    line-height: 18px;
    padding: 0 7px;
    position: absolute;
    width: 100%;
    z-index: 2
}

@media (min-width: 992px) {
    .main--form .validation,.main--form .error-message {
        bottom:auto;
        top: 78px
    }
}

.main--form li.error-message {
    position: static;
}

.main--form .form-step,.main--form .toggle-field {
    display: none
}

.main--form .form-step.active,.main--form .toggle-field.active {
    display: block
}

@media (min-width: 767px) {
    .main--form .form-step.step1 .row:last-child {
        margin-top:2px
    }
}

@media (min-width: 767px) {
    .main--form .form-step.step1 .column50 .row {
        margin-top:0
    }
}

@media (min-width: 767px) {
    .main--form .form-step.step1 .column50 .column50:last-child .main--form__group {
        padding-bottom:36px
    }
}

.main--form .column50 {
    font-size: 0;
    line-height: 0;
    padding: 0
}

@media (min-width: 767px) {
    .main--form .column50 {
        font-size:1px;
        line-height: normal;
        padding: 0 20px
    }
}

.main--form .column50 .column50 {
    padding: 0
}

@media (min-width: 767px) {
    .main--form .column50 .column50 {
        padding:0 10px
    }
}

.main--form .column100 {
    padding: 0
}

@media (min-width: 767px) {
    .main--form .column100 {
        padding:0 20px 0 20px
    }
}

@media (min-width: 767px) {
    .main--form .column100 .flt {
        height:260px
    }
}

.main--form .column25 {
    float: right;
    padding: 0;
    width: 25%
}

@media (min-width: 767px) {
    .main--form .column25 {
        padding:0 10px
    }
}

.main--form .column75 {
    float: right;
    padding: 0 10px 0 0;
    width: 75%
}

@media (min-width: 767px) {
    .main--form .column75 {
        padding:0 10px
    }
}


.main--form .row:last-child {
    margin-top: 10px
}

@media (min-width: 767px) {
    .main--form .row:last-child {
        margin-top:20px
    }
}

@media (min-width: 767px) {
    .main--form .row:last-child .column50 .column50 {
        float:left
    }
}

.main--form .row .row {
    margin: 0
}

@media (min-width: 767px) {
    .main--form .row .row {
        margin:0 -10px 0 -10px;
        padding-bottom: 0
    }
}

.main--form .row .row .column100 {
    padding: 0
}

@media (min-width: 767px) {
    .main--form .row .row .column100 {
        padding:0 10px
    }
    
}



.banner-custom-section_inner {
    padding: 20px 0px;
}

.banner-custom-section_inner a img {
    margin-left: 10px;
}

.banner-custom-section_inner a {
    padding: 5px 0px;
    display: block;
    font-weight: 500;
    color: #912350;
}
.banner-custom-section_inner>div:nth-child(2) a{
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
/*--------------------------------------------------------------
5.0 Trusted Private Jet
--------------------------------------------------------------*/
.gridbox4 {
    border-radius: 20px;
    transition: all ease .3s;
    padding: 30px 30px 10px 30px;
    margin-bottom: 20px;
}
.gridbox4:hover {
    background: #F8F8F8;
}
.gridbox4 img {
    margin-left: 20px;
}
.gridbox4 p.h4{
    color: var(--color-primary);
}
.gridbox4 p{
    color: #69798D;
}

.gridbox1 .h4 {
    color: #393939;
    border-bottom: 3px solid #912350;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.private-jet-section::before {
    content: " ";
    background: url('../img/clouds.png') bottom center / cover no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -110px;
}


@keyframes dash {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 1000;
    }
}

.runway-wrapper-plane{
    position: absolute;
    top: -100px;
    width: 100%;
    height: 100%;
}


.runway {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    background: #f7f7f7;
    margin: 0 auto;
    display: flex;
}
.runway-wrapper img.rplane {
    position: absolute;
    top: 0px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.runway-wrapper .scratch {
    bottom: 80px;
}

.runway-wrapper .scratch2 {
    bottom: 0px;
}


.post-layout-2.row .md-4 {
    padding: 0px;
}

.grid-box-2 .gridbox2 img {
    width: 100%;
}

@media (min-width: 1200px) {
    .jet-search{
        height: 64px;
    }
    .jet-search > div.first > div:first-child, .jet-search > div.first > div:nth-child(3) {
        border-left: 3px solid #912350;
        width: 400px;
    }
    .jet-search > div.second > div:first-child, .jet-search > div.second > div:nth-child(2) {
        border-left: 3px solid #912350;
        width: 300px;
    }
    .jet-search.addreturn > div.first > div:first-child, .jet-search.addreturn > div.first > div:nth-child(3) {
        width: 335px;
    }
    .jet-search.addreturn > div.second > div:first-child, .jet-search.addreturn > div.second > div:nth-child(2) {
        width: 220px;
    }
    .slider-carousel-nav .slick-dots {
        position: absolute !important;
        bottom: 0px;
        display: block;
        width: auto;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: left;
        left: 50px;
        top: 100px;
    }
    
    .slider-carousel-nav .slick-dots li {
        display: block;
        width: 100%;
        font-size: 120px;
        height: 100px;
        color: rgb(255 255 255 / 55%);
        font-weight: 600;
        line-height: 110px;
        background: transparent;
    }
    .slider-carousel-nav .slick-dots li.slick-active{
        color: #fff;
        background: transparent;
    }
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 500;
    background-color: #e4ffef;
    width: 50px;
    height: 50px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 20%)
}

.whatsapp-float:hover {
    background-color: #00d856
}

.whatsapp-float:hover svg {
    fill: #fff
}

.whatsapp-float svg {
    fill: #00d856;
    width: 20px;
    transition: 0.3s
}
@media(min-width: 768px){
    
    .row-box.d-flex .md-6.sm-6.xs-6:first-child {
        padding-right: 0px;
    }
    .faqs-section {
        background-size: 100% 200px !important;
        padding-bottom: 200px;
    }

    .slider-carousel .p-absolute {
        bottom: 80px;
    }
    .faq-item .faq-question::before, .faq-item .faq-question::after {
        left: 20px;
    }
    .module-call-to-action.spacing-lg{
        padding: 180px 0;
    }
    .whatsapp-float {
        width: 70px;
        height: 70px
    }

    .whatsapp-float svg {
        width: 30px
    }
}
@media(max-width: 768px) {
    span#swap-tofrom svg {
        transform: rotate(-90deg);
    }
    .row-box.d-flex .md-6.sm-6.xs-6{
        padding: 0px !important;
    }
}