
html {
    scroll-behavior: smooth;
}
p {
    white-space: pre-line;
}
.webContent {
    position: relative;
    margin-bottom: 20px;
}
.webContent.paddingLeft {
    padding-left: 30px;
}
.webContent .subHeading {
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: var(--color-content);
}
.webContent .mainHeading {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--color-first);
    text-transform: capitalize;
}
.webContent span.sideLine {
    display: inline-block;
    width: 3px;
    height: 100px;
    border-left: 7px double var(--color-second);
    position: absolute;
    left: 0;
    top: 0px;
}
.webContent .horizontalLine {
    display: inline-block;
    width: 100px;
    height: 3px;
    border-top: 7px double var(--color-second);
}
.webContent .headingIcon img {
    width: 60px;
}
.webContent.d-flex {
    padding-left: 0;
}
.webContent.d-flex .mainHeading {
    width: 55%;
    padding-right: 40px;
}
.webContent.d-flex .subHeading {
    width: 35%;
    padding-left: 40px;
}
.webContent.d-flex span.sideLine {
    left: 60%;
}
.webContent.textWhite .mainHeading,
.webContent.textWhite .subHeading,
.webContent.textWhite p {
    color: #fff;
}
.padingDiv {
    padding: 50px 0;
}
.btn.btn-blue,
.btn.btn-yellow {
    padding: 10px 38px;
    position: relative;
    border-radius: 0;
    text-transform: uppercase;
}
.btn.btn-blue,
.btn.btn-yellow,
.btn.btn-blue:hover,
.btn.btn-yellow:hover {
    color: #fff;
}
.btn.line:before,
.btn.line:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    transition: 0.4s linear;
}
.btn.line:before {
    left: 0;
    top: -7px;
}
.btn.line:after {
    bottom: -7px;
    right: 0;
}
.btn.btn-blue:focus,
.btn.btn-yellow:focus,
.serviceDetailQuestions .card .card-header .btn-link:focus {
    outline: none;
    box-shadow: none;
}
.btn.btn-yellow.line:after,
.btn.btn-yellow.line:before {
    background-color: var(--color-second);
}
.btn.btn-blue.line:after,
.btn.btn-blue.line:before {
    background-color: var(--color-first);
}
.btn.btn-blue,
.blueBg {
    background-color: var(--color-first);
}
.btn.btn-yellow,
.yellowBg {
    background-color: var(--color-second);
}
.text-blue {
    color: var(--color-first);
}
.text-yellow {
    color: var(--color-second);
}
.posRel {
    position: relative;
}
.posAbs {
    position: absolute;
}
.benefits-section:before,
.benefits-section:after,
.amenities-section:before,
.amenitiesBlock .amenitiesImg:before,
.footerNav li:before,
footer:before,
.explore-section:before,
.explore-section:after,
.services-section:after,
.services-section:before {
    position: absolute;
    content: "";
}
img {
    object-fit: cover;
}
ul li {
    list-style: none;
}
.hideInMobile {
    display: block;
}
.hideInWeb,
.socialBlockInMobile {
    display: none;
}
.internalBanner {
    height: 400px;
    background: url(../../img/leisurejets/internalbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.internalBanner,
.mainBanner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactFormSection,
.mainBanner,
.thankyouSection {
    margin-top: 100px;
}
.owl-theme .owl-nav [class*="owl-"] {
    margin: 0 !important;
}
.owl-carousel .owl-nav button span {
    opacity: 0;
    width: 0;
    height: 0;
}
.owl-carousel .owl-nav button:focus {
    outline: none !important;
    border: 0 !important;
}
.owl-carousel .owl-nav button:hover {
    background: transparent !important;
}
.owl-carousel .owl-nav button.owl-next::after,
.owl-carousel .owl-nav button.owl-prev::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    top: 10px;
    right: 05px;
    bottom: 05px;
    left: 20px;
    transform: rotate(45deg);
    border-radius: 0;
    border: 4px solid var(--color-first);
    border-left: 0;
    border-bottom: 0;
}
.owl-carousel .owl-nav button.owl-prev::after {
    left: 20px;
    margin-left: -10px;
    margin-top: -25px;
}
.owl-carousel .owl-nav button.owl-next::after {
    margin-left: -10px;
    margin-top: 10px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 43%;
    bottom: -11%;
    transform: rotate(180deg);
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 43%;
    bottom: -11%;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999999;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.header nav.navbar .navbar-brand img {
    width: 200px;
}
.header nav.navbar .nav-item {
    padding: 0 25px;
}
.header nav.navbar .nav-item:nth-last-child(1) {
    padding-right: 0;
}
.navbar-light .navbar-brand {
    margin-right: 0;
}
.header nav.navbar .nav-item .nav-link {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    color: var(--color-first);
    font-size: 1rem;
    padding: 0.5rem 0;
    font-weight: 500;
}
.header nav.navbar .nav-item .nav-link.contactLink {
    color: var(--color-second);
    font-weight: bold;
    font-size: 1.2rem;
}
.dropdown-menu {
    min-width: 20rem !important;
    color: #f7f7f7 !important;
    border-radius: 0 !important;
}
.navbar-collapse {
    flex-grow: 0 !important;
}
footer {
    background-image: url(../../img/leisurejets/footerBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
footer:before {
    width: 600px;
    height: 345px;
    left: -2%;
    bottom: 0%;
    background: url(../../img/leisurejets/element-2-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right;
}
footer .webContent .subHeading {
    color: var(--color-second);
    font-size: 1.2rem;
}
footer .webContent .mainHeading {
    text-transform: initial;
}
footer .logo img {
    width: 150px;
}
footer hr {
    border-top: 1px solid rgba(27, 44, 88, 0.2);
}
.footerNav li {
    padding: 10px 0 10px 25px;
    position: relative;
}
.footerNav li:not(:nth-last-child(1)) {
    border-bottom: 0.4px dashed rgba(27, 44, 88, 0.3);
}
.footerNav li:before {
    content: "\f14c";
    font-family: FontAwesome;
    color: var(--color-second);
    font-size: 0.9rem;
    left: 0;
    top: 30%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.footerNav li a {
    color: var(--color-first);
}
.footerNav li a:hover {
    text-decoration: none;
}
.socialBlock {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid var(--color-second);
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
}
.social-icons i {
    color: var(--color-first);
    font-size: 1.2rem;
}
.copyrightsBlock {
    opacity: 0.7;
}
.footerNav li a,
.copyrightsBlock p {
    font-size: 0.9rem;
}
.mainBanner {
    background: url(../../img/leisurejets/banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
}
.mainBanner .webContent {
    padding-left: 0;
}
.mainBanner .webContent .mainHeading {
    font-size: 3.5rem;
    line-height: 70px;
}
.mainBanner .webContent .subHeading {
    font-size: 2rem;
    color: #fff;
}
.mainBanner .webContent .mainHeading,
.mainBanner .webContent .subHeading {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}
.mainBanner .webContent p {
    font-size: 1.5rem;
}
.mainBanner .webContent span.sideLine {
    height: 100%;
}
.bannerBorder {
    background: url(../../img/leisurejets/bannerborder.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    width: 100%;
    height: 300px;
    left: 0;
    top: -50px;
}
.amenities-section {
    background-image: url(../../img/leisurejets/2-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.amenities-section:before {
    background-image: url(../../img/leisurejets/amenitiesArrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.amenitiesList {
    display: flex;
}
.amenitiescontent {
    flex-basis: 60%;
}
.amenitiesImg {
    flex-basis: 50%;
}
.amenitiesList .amenitiesBlock {
    flex-basis: 25%;
}
.amenitiesImg {
    width: 45%;
    height: 100px;
    background: var(--color-first);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}
.amenitiesImg:before {
    width: 110%;
    height: 110%;
    border: 2px dashed var(--color-first);
    left: -5%;
    top: -5%;
    border-radius: 50%;
}
.amenitiesRow {
    display: flex;
    align-items: center;
}
.amenitiesImg img {
    width: 50px;
}
.webContent .subHeading {
    color: var(--color-content);
    text-transform: capitalize;
    font-size: 1.3rem;
}
.amenitiesBlock .row {
    align-items: center;
}
.amenitiesBlock:nth-child(even) {
    margin-top: 150px;
}
.about-section ul img {
    width: 100px;
}
.about-section ul .webContent .subHeading {
    text-transform: capitalize;
}
.services-section:before,
.services-section:after,
.explore-section:before,
.explore-section:after {
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.services-section:after {
    right: 0;
    width: 80%;
    background: url(../../img/leisurejets/serviceRightBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.services-section:before,
.explore-section:after {
    width: 20%;
    left: 0;
    background: var(--color-first);
}
.serviceLeftsideImg {
    width: 40%;
    height: 80%;
    left: 0;
    top: 10%;
    background: url(../../img/leisurejets/pexels-cameron-casey-1157255.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.serviceBlock {
    background: #fff;
    padding: 20px;
    height: 300px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.serviceImg {
    width: 100px;
    height: 100px;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.04);
}
.serviceImg img {
    width: 70px;
    height: 70px;
}
.serviceBlock .webContent .mainHeading {
    font-size: 1.2rem;
}
.serviceBlock .webContent a:hover,
.serviceBlock .webContent a:focus {
    text-decoration: none;
}
.serviceBlock .webContent p {
    font-size: 0.95rem;
}
.serviceLeftImg {
    background: #f7f7f7;
    border-left: 5px solid var(--color-second);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    height: 250px;
    margin-bottom: 100px;
}
.benefits-section:before {
    background: #f7f7f7;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}
.benefits-section:after {
    height: 100%;
    width: 50%;
    right: 0%;
    top: 0;
    z-index: -1;
    background: url(../../img/leisurejets/Png-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.benefits-section .benefitList:not(:nth-last-child(1)) {
    border-bottom: 1px dashed rgba(251, 175, 23, 0.7);
    margin-bottom: 20px;
}
.benefitList img {
    width: 60px;
    filter: brightness(0);
}
.benefitBlock {
    padding-right: 50px;
}
.benefitList .webContent .subHeading {
    color: var(--color-second);
}
.benefitRightImgs {
    height: 700px;
    width: 100%;
}
.benefitRightImgs .benefitTopImg {
    width: 70%;
    height: 500px;
    right: 0;
    top: 0;
    padding: 20px;
    border: 2px solid rgba(251, 175, 23, 0.7);
    z-index: 1;
}
.benefitRightImgs .benefitBottomImg {
    width: 60%;
    height: 500px;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.benefitRightImgs img {
    width: 100%;
    height: 100%;
    object-position: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.benefitRightImgs .benefitBottomImg img {
    border: 10px solid #fff;
}
.thankyouImg {
    width: 400px;
}
.benefitCheckIcon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.03);
}
.benefitCheckIcon i {
    color: var(--color-first);
    font-size: 1.8rem;
    font-weight: bold;
}
.formBlockMargin,
.contactFormSection .formBlock {
    background: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../../img/leisurejets/2-1.png);
    margin-top: -150px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
}
.contactFormSection .formBlock {
    margin-top: 0;
    padding: 50px 0;
}
input.form-control,
select.form-control {
    height: 45px;
    background: #f8f8f8;
    border: none;
    border-bottom: 2px solid var(--color-first);
    border-radius: 0;
}
input.form-control:focus,
select.form-control:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid var(--color-first);
}
#needs-validation .webContent .subHeading {
    color: var(--color-second);
    font-size: 1.3rem;
}
#needs-validation label {
    color: var(--color-content);
}
#needs-validation button {
    padding: 10px 50px;
    margin-top: 20px;
}
.clientTesti {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 10px;
    padding: 20px 20px 30px;
    height: 200px;
    position: relative;
}
.testiContent {
    position: absolute;
    border-top: 1px dashed rgba(251, 175, 23, 0.6);
    bottom: 10px;
    right: 20px;
    left: 20px;
}
.testiContent small {
    font-weight: 700;
    font-size: 0.9rem;
}
.testiName {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    color: var(--color-second);
}
.testimonials .item {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}
.testiText.webContent .mainHeading {
    font-size: 1.1rem;
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 20px;
}
.testiText.webContent p {
    font-size: 1.1rem;
}
.card.experienceCard {
    border: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.card.experienceCard .webContent .mainHeading,
.destinationCard .webContent .mainHeading {
    font-size: 1.2rem;
}
.card.experienceCard .webContent .subHeading {
    text-transform: capitalize;
    font-size: 0.9rem;
    line-height: 25px;
}
.card.experienceCard .webContent .btn.btn-yellow,
.card.experienceCard .webContent .btn.btn-blue {
    padding: 5px 30px;
    font-size: 0.9rem;
}
.experienceCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.experienceCard .card-body {
    height: 350px;
    display: flex;
    align-items: center;
}
.experienceCard .card-body .webContent {
    margin-bottom: 0;
}
.explore-section:before {
    width: 80%;
    right: 0;
    background: var(--color-second);
}
.card.destinationCard {
    width: 100%;
    height: 350px;
    border-radius: 0;
    border: 0;
    padding: 0;
}
.destinationCard .webContent {
    margin-bottom: 0;
}
.destinationCard img {
    height: 100%;
    object-position: left;
    border-radius: 0;
    filter: brightness(0.4);
    transition: 0.3s linear;
}
.destinationCard:hover img {
    filter: brightness(0.7);
}
.destinationCard .btn.btn-white {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 5px 30px;
}
.whiteborder {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    display: flex;
    align-items: flex-end;
    z-index: 4;
    border: 2px solid transparent;
    transition: 0.3s linear;
    padding: 20px;
}
.destinationCard:hover .whiteborder {
    border: 2px solid rgba(255, 255, 255, 0.6);
}
.service-detail-section {
    margin-top: 103px;
}
.service-detail-section .serviceDetailImg {
    float: right;
    width: 765px;
    margin-left: 40px;
    margin-bottom: 40px;
}
.service-detail-section .webContent span.sideLine {
    height: 50px;
    top: 5px;
}
.service-detail-section .webContent .subHeading.serviceSubtitle {
    font-size: 2rem;
    text-transform: capitalize;
}
.serviceDetailQuestions .card {
    border: 0;
    background: transparent;
}
.serviceDetailQuestions .card .card-header {
    padding: 0.25rem;
    background: transparent;
    border-bottom: 2px dashed rgba(244,93,107, 0.6);
}
.serviceDetailQuestions .card .card-header .btn-link {
    color: var(--color-first);
    font-weight: 700;
    text-transform: uppercase;
}
.serviceDetailQuestions .card .card-header .btn-link:hover,
.serviceDetailQuestions .card .card-header .btn-link:focus {
    text-decoration: none;
}
.serviceDetailQuestions .card .card-header .btn-link:after {
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    right: 0;
    font-size: 1.5rem;
    color: var(--color-first);
}
.serviceDetailQuestions .card .card-header .btn-link.collapsed:after {
    content: "\f106";
}
.serviceDetailQuestions button.btn.btn-link {
    width: 100%;
    text-align: left;
}
.contactImg {
    filter: brightness(0.7);
}
.partners-logo ul {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
}
.partners-logo ul li {
    background-color: #fff;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100%;
}
.partners-logo img {
    max-height: 78px;
    max-width: 100%;
}
