@import url('https://fonts.googleapis.com/css2?family=Meow+Script&display=swap');

.title-menu-jet-charter {
    text-align: center;
    color: #000;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0 20px;
}

#os_navigation a {
    border-radius: 500px;
    background: #3CB371;
    padding: 10px 20px;
    display: inline-block !important;
    font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    transition: .5s;
    width: auto !important;
}

#os_navigation a:hover {
    background: #529cdf;
    transition: .5s;
}

.wrapper-location-contact-us-jet-charter {
    box-shadow: 0px 0px 5px #00000094;
    border-radius: 10px;
}

.wrapper-location-contact-us-jet-charter .location-address-block {
    padding: 0 !important;
}

.wrapper-form-contact-us-jet-charter {
    box-shadow: 0px 0px 5px #00000094;
    border-radius: 10px;
    margin: 20px 0 50px !important;
}

.wrapper-info-contact-us-jet-charter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrapper-info-contact-us-jet-charter>h1 {
    width: 100%;
}

.wrapper-item-info-contact-us-jet-charter {
    width: 32%;
    text-align: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 5px #00000094;
    border-radius: 10px;
    margin: 10px 0 30px;
}

.wrapper-item-info-contact-us-jet-charter i {
    border-radius: 500px;
    background: #fff;
    box-shadow: 0px 0px 15px #0000001a;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 30px;
    color: #3CB371;
    margin-bottom: 10px;
}

.wrapper-item-info-contact-us-jet-charter p {
    margin: 0;
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.wrapper-form-contact-us-jet-charter>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrapper-form-contact-us-jet-charter>div .drop-item {
    width: 49%;
}

.wrapper-form-contact-us-jet-charter>div .drop-item:last-of-type {
    width: 100%;
    text-align: center;
}

.wrapper-form-contact-us-jet-charter>div .drop-item:nth-last-child(4) {
    width: 100%;
}

.wrapper-form-contact-us-jet-charter>div .drop-item input,
.wrapper-form-contact-us-jet-charter>div .drop-item textarea {
    width: 100% !important;
    color: #000 !important;
    font-size: 18px !important;
    border-radius: 500px !important;
    padding: 10px !important;
    border: 2px solid #529cdf !important;
    background: #ffffff !important;
    min-height: 50px !important;
}

.wrapper-form-contact-us-jet-charter>div .drop-item textarea {
    min-height: 170px !important;
    border-radius: 15px !important;
}

.wrapper-form-contact-us-jet-charter>div .drop-item input.cck_send_button {
    width: auto !important;
    border: unset !important;
    background: #3CB371 !important;
    text-transform: uppercase;
    font-weight: bold !important;
    color: #fff !important;
    font-size: 20px !important;
    margin-top: 20px !important;
    transition: .3s;
    padding: 10px 40px !important;
}

.wrapper-form-contact-us-jet-charter>div .drop-item input.cck_send_button:hover {
    background: #529cdf !important;
    transition: .3s;
}

.wrapper-about-us-jet-charter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 100px 0 50px;
}

.wrapper-images-about-us-jet-charter {
    width: 49%;
    position: relative;
    min-height: 600px;
}

.wrapper-images-about-us-jet-charter .image-1-about-us-jet-charter {
    width: 80%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    z-index: 1;
    position: relative;
}

.wrapper-images-about-us-jet-charter .image-2-about-us-jet-charter {
    border-radius: 15px;
    position: absolute;
    width: 70%;
    right: 0;
    top: 100px;
    height: 400px;
    object-fit: cover;
    z-index: 3;
}

.wrapper-images-about-us-jet-charter .image-3-about-us-jet-charter {
    position: absolute;
    z-index: 3;
    left: 10%;
    bottom: 0;
    border-radius: 15px;
    width: 70%;
}

.wrapper-info-about-us-jet-charter {
    width: 49%;
}

.wrapper-info-about-us-jet-charter h2 {
    text-transform: capitalize;
    color: #3CB371;
    font-family: "Meow Script", cursive;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    font-size: 40px;
    margin: 0;
}

.wrapper-info-about-us-jet-charter h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 44px;
    margin: 20px 0 30px;
}

.wrapper-info-about-us-jet-charter>div {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
}

.wrapper-info-about-us-jet-charter>div i {
    border-radius: 500px;
    background: #f7f7f7;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3CB371;
    font-size: 40px;
    box-shadow: -5px -5px 0 #3CB371;
    transition: .5s;
}

.wrapper-info-about-us-jet-charter>div:hover i {
    transition: .5s;
    box-shadow: -10px -10px 0 #3CB371;
}

.wrapper-info-about-us-jet-charter>div>div {
    width: calc(100% - 110px);
}

.wrapper-info-about-us-jet-charter>div>div h4 {
    color: #000;
    text-transform: capitalize;
    font-size: 22px;
}

.wrapper-info-about-us-jet-charter>div>div p {
    margin: 0;
    font-size: 16px;
    color: #777;
}

.wrapper-info-about-us-jet-charter a {
    border-radius: 500px;
    background: #3CB371;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 30px;
    font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    transition: .5s;
}

.wrapper-info-about-us-jet-charter a:hover {
    background: #529cdf;
    transition: .5s;
}

.wrapper-info-about-us-jet-charter a i:first-of-type {
    margin-right: 10px;
    transform: translateX(-50px);
    color: #fff;
    transition: .5s;
}

.wrapper-info-about-us-jet-charter a:hover i:first-of-type {
    transform: translateX(0px);
    transition: .5s;
}

.wrapper-info-about-us-jet-charter a i:last-of-type {
    margin-left: 10px;
    color: #fff;
    transition: .5s;
}

.wrapper-info-about-us-jet-charter a:hover i:last-of-type {
    transform: translateX(50px);
    transition: .5s;
}

.wrapper-destination-jet-charter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    border-radius: 50px;
    margin: 100px 0 50px;
    box-shadow: 0px 0px 5px #0000006b;
}

.wrapper-image-destination-jet-charter {
    width: 49%;
}

.wrapper-image-destination-jet-charter img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 50px;
}

.wrapper-info-destination-jet-charter {
    width: 49%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrapper-info-destination-jet-charter h2 {
    text-transform: capitalize;
    color: #3CB371;
    font-family: "Meow Script", cursive;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    font-size: 40px;
    margin: 0;
    width: 100%;
}

.wrapper-info-destination-jet-charter h3 {
    margin: 10px 0;
    text-transform: capitalize;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    width: 100%;
}

.wrapper-info-destination-jet-charter>p {
    margin: 0 0 20px;
    color: #777;
    font-size: 16px;
    width: 100%;
}

.wrapper-info-destination-jet-charter .wrapper-more-destination-jet-charter {
    width: 100%;
}

.wrapper-info-destination-jet-charter .wrapper-more-destination-jet-charter p {
    margin: 0;
    color: #000;
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wrapper-info-destination-jet-charter .wrapper-more-destination-jet-charter p a {
    border-radius: 500px;
    background: #3CB371;
    padding: 10px 20px;
    display: inline-block;
    font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    transition: .5s;
    margin-left: 10px;
}

.wrapper-info-destination-jet-charter .wrapper-more-destination-jet-charter p a:hover {
    background: #529cdf;
    transition: .5s;
}

.wrapper-info-destination-jet-charter .wrapper-more-destination-jet-charter p a i:first-of-type {
    margin-right: 10px;
    transform: translateX(-50px);
    color: #fff;
    transition: .5s;
}

.wrapper-info-destination-jet-charter .wrapper-more-destination-jet-charter p a:hover i:first-of-type {
    transform: translateX(0px);
    transition: .5s;
}

.wrapper-info-destination-jet-charter .wrapper-more-destination-jet-charter p a i:last-of-type {
    margin-left: 10px;
    color: #fff;
    transition: .5s;
}

.wrapper-info-destination-jet-charter .wrapper-more-destination-jet-charter p a:hover i:last-of-type {
    transform: translateX(50px);
    transition: .5s;
}

.wrapper-info-destination-jet-charter .wrapper-stat-destination-jet-charter {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 49%;
    background: #fff;
    box-shadow: 0px 0px 15px #00000024;
    border-radius: 500px;
    padding: 30px 30px;
    margin: 20px 0 40px;
}

.wrapper-info-destination-jet-charter .wrapper-stat-destination-jet-charter>div {}

.wrapper-info-destination-jet-charter .wrapper-stat-destination-jet-charter>div p {
    margin: 0;
    color: #529cdf;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
}

.wrapper-info-destination-jet-charter .wrapper-stat-destination-jet-charter>div h4 {
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
    margin: 5px 0 0;
}

.wrapper-info-destination-jet-charter .wrapper-stat-destination-jet-charter i {
    color: #3CB371;
    font-size: 50px;
    margin-left: 10px;
}

.wrapper-payments-jet-charter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wrapper-payments-jet-charter img {
    width: 48%;
    margin: 5px 0;
    background: #fff;
    border-radius: 15px;
    padding: 5px;
    height: 80px;
    object-fit: contain;
}

.wrapper-links-jet-charter {}

.wrapper-links-jet-charter a {
    display: block;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0 0 5px;
}

.wrapper-links-jet-charter a:hover {
    color: #3CB371 !important;
}

@media (max-width: 1399px) {
    .wrapper-info-destination-jet-charter .wrapper-stat-destination-jet-charter {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .wrapper-images-about-us-jet-charter {
        width: 100%;
    }

    .wrapper-info-about-us-jet-charter {
        width: 100%;
        margin-top: 20px;
    }

    .wrapper-info-destination-jet-charter {
        width: 100%;
    }

    .wrapper-image-destination-jet-charter {
        width: 100%;
        margin-top: 20px;
    }

    .wrapper-destination-jet-charter {
        flex-wrap: wrap;
    }

    .wrapper-info-destination-jet-charter .wrapper-stat-destination-jet-charter {
        width: 49%;
    }
}

@media (max-width: 991px) {
    .wrapper-item-info-contact-us-jet-charter {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .wrapper-info-destination-jet-charter .wrapper-stat-destination-jet-charter,
    .wrapper-form-contact-us-jet-charter>div .drop-item {
        width: 100%;
    }

    .wrapper-info-destination-jet-charter .wrapper-more-destination-jet-charter p {
        justify-content: center;
    }
}

@media (max-width: 600px) {

    .wrapper-info-about-us-jet-charter h3,
    .wrapper-info-destination-jet-charter h3 {
        font-size: 30px;
    }

    .wrapper-destination-jet-charter {
        padding: 20px;
    }

    .wrapper-image-destination-jet-charter img {
        height: 400px;
    }

    .wrapper-info-destination-jet-charter .wrapper-stat-destination-jet-charter>div {
        width: 100%;
    }

    .wrapper-info-destination-jet-charter .wrapper-stat-destination-jet-charter {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
}


























.wrapper-shop-cart-jet-charter .all_products .single_product {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.wrapper-shop-cart-jet-charter .all_products .single_product .product_title {
    width: 40%;
    color: #000;
    font-size: 20px;
}

.wrapper-shop-cart-jet-charter .all_products .single_product .price_detail {
    width: 15%;
    color: #ff0000;
    font-size: 20px;
}

.wrapper-shop-cart-jet-charter .all_products .single_product .calculated_price {
    width: 15%;
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
}

.wrapper-shop-cart-jet-charter .all_products .single_product .quantity_product_cart {
    width: 7%;
}

.wrapper-shop-cart-jet-charter .all_products .single_product .quantity_product_cart input {
    width: 100% !important;
    margin: 0 !important;
    color: #000 !important;
    font-size: 18px !important;
    border-radius: 500px !important;
    padding: 9px !important;
    border: 2px solid #529cdf !important;
    background: #ffffff !important;
}

.wrapper-shop-cart-jet-charter .all_products .single_product .delete_product_from_cart {
    width: 20%;
    text-align: right;
}

.wrapper-shop-cart-jet-charter .all_products .single_product .delete_product_from_cart input {
    margin: 0;
    border: unset !important;
    background: #3CB371 !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
    font-size: 20px !important;
    transition: .3s;
    border-radius: 500px;
}

.wrapper-shop-cart-jet-charter .all_products .single_product .delete_product_from_cart input:hover {
    background: #529cdf !important;
    transition: .3s;
}

.wrapper-form-buy-request-jet-charter {
    text-align: center;
}

.btn-form-buy-request-jet-charter {
    margin: 0 !important;
    border: unset !important;
    background: #3CB371 !important;
    text-transform: uppercase;
    font-weight: bold !important;
    color: #fff !important;
    font-size: 20px !important;
    transition: .3s;
    border-radius: 500px !important;
}

.btn-form-buy-request-jet-charter:hover {
    background: #529cdf !important;
    transition: .3s;
}

.wrapper-buy-request-jet-charter {}

.wrapper-buy-request-jet-charter input,
.wrapper-buy-request-jet-charter textarea {
    width: 100% !important;
    margin: 0 !important;
    color: #000 !important;
    font-size: 18px !important;
    border-radius: 500px !important;
    padding: 10px !important;
    border: 2px solid #529cdf !important;
    background: #ffffff !important;
    min-height: 50px !important;
}

.wrapper-buy-request-jet-charter textarea {
    border-radius: 15px !important;
    min-height: 218px !important;
}

.wrapper-buy-request-jet-charter input.cck_send_button {
    margin: 20px 0 !important;
    border: unset !important;
    background: #3CB371 !important;
    text-transform: uppercase;
    font-weight: bold !important;
    color: #fff !important;
    font-size: 20px !important;
    transition: .3s;
    border-radius: 500px !important;
    width: auto !important;
}

.wrapper-buy-request-jet-charter input.cck_send_button:hover {
    background: #529cdf !important;
    transition: .3s;
}

.wrapper-buy-request-jet-charter .field-name {
    text-align: left;
    color: #000;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .wrapper-shop-cart-jet-charter .all_products .single_product .delete_product_from_cart {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .wrapper-shop-cart-jet-charter .all_products .single_product .price_detail {
        width: 20%;
    }

    .wrapper-shop-cart-jet-charter .all_products .single_product .calculated_price {
        width: 20%;
    }
}

@media (max-width: 991px) {

    .wrapper-shop-cart-jet-charter .all_products .single_product .product_title,
    .wrapper-shop-cart-jet-charter .all_products .single_product .price_detail,
    .wrapper-shop-cart-jet-charter .all_products .single_product .calculated_price,
    .wrapper-shop-cart-jet-charter .all_products .single_product .quantity_product_cart {
        width: 100%;
        text-align: center;
    }

    .wrapper-shop-cart-jet-charter .all_products .single_product .quantity_product_cart input {
        width: auto !important;
    }
}