.package-slider {
    position: relative;
}
.package-slider .item-card {
    border-radius: 16px;
    overflow: hidden;
}
.package-slider .item-img {
    height: 225px;
    background-size: cover;
    background-position: center center;
    position: relative;
    box-shadow: 0px -1px 0px 0px black inset;
}
.package-slider .percentage {
    position: absolute;
    width: 88.19px;
    height: 88.19px;
    left: 10px;
    top: 10px;
    border-radius: 99px;
    background: #F3EB24;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
}
.package-slider .percentage h3 {
    margin: 0;
    font-weight: 700;
}
.package-slider .hours {
    position: absolute;
    bottom: -18px;
    right: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    font-weight: 700;
    padding: 7px 15px;
}
.package-slider .item-data {
    padding: 40px 25px 25px;
    background: linear-gradient(179.99deg, #000000 37.54%, #464646 99.99%);
    text-align: center;
    color: white;
}
.package-slider .item-data h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}
.package-slider .item-data h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.package-slider .item-data .reviews {
    margin: 5px 0 30px;
    color: #F3EB24;
    font-weight: 600;
    font-size: 14px;
	font-family: eicons;
	display: flex;
    justify-content: center;
}
.package-slider .item-data .reviews.elementor-star-rating i {
    width: 16px;
	height: 20px;
}
.package-slider .item-data .reviews.elementor-star-rating i:before {
    color: #F3EB24;
	display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default;
}
.package-slider .item-data .elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0;
}
.package-slider .item-data .reviews.elementor-star-rating span {
    margin-left: 10px;
    font-family: var(--e-global-typography-text-font-family);
}

.package-slider .item-table {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.package-slider .item-table table {
    border: 0 !important;
    margin: 0;
}
.package-slider .item-table thead {
    background: #FF0000;
}
.package-slider .item-table table td {
    border-color: rgba(0, 0, 0, 0.2);
    border-width: 1px !important;
    font-weight: 700;
    background-color: transparent;
    padding: 10px;
    font-size: 13px;
}
.package-slider .item-table tbody td:nth-child(2) {
    color: #C1C1C1;
    text-decoration: line-through;
}

.package-slider .item-btn {
    margin-top: 25px;
}
.package-slider a.elementor-button-link.elementor-button.elementor-size-sm {
    background: #2DB742;
    border-radius: 50px;
}

.owl-nav.disabled {
    display: flex !important;
}
.package-slider .owl-nav {
    top: 50%;
    position: absolute;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.package-slider .owl-nav button {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    background: white !important;
    width: 48px;
    height: 48px;
    border-radius: 99px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    outline: 0 !important;
}
.package-slider .owl-nav button span {
    font-size: 35px !important;
    color: black;
    margin-top: -6px;
}

@media screen and (min-width: 767px) {
    .package-slider .owl-nav button.owl-prev {
        margin-left: -21px !important;
    }
    .package-slider .owl-nav button.owl-next {
        margin-right: -21px !important;
    }
}
@media screen and (max-width: 766px) { 
    .package-slider .owl-nav button.owl-prev {
        margin-left: 2px !important;
    }
    .package-slider .owl-nav button.owl-next {
        margin-right: 2px !important;
    }
}
/*  */
.package-slider.boxes {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.package-slider.boxes .item {
    padding: 0 10px;
    margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
    .package-slider.boxes .item {
        width: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .package-slider.boxes .item {
        width: 33.33%;
    }
}


@media screen and (max-width: 767px) {
	.package-slider .item-img {
    	height: 250px;
	}
    .package-slider .percentage {
        line-height: 0.5 !important;
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
    .package-slider .percentage h3 {
        font-size: 18px;
        line-height: 1.5;
    }
    .package-slider .item-data h4 {
        font-size: 14px;
    }
    .package-slider .item-data h3 {
        font-size: 12px;
    }
    .package-slider .item-data .reviews {
        margin: 5px 0 15px;
    }
    .package-slider .item-data .reviews.elementor-star-rating span {
        margin-left: 5px;
        font-size: 12px;
    }
    .package-slider .item-btn {
        margin-top: 20px;
    }
    .package-slider .item-data {
        padding: 35px 17px 17px;
    }
    .package-slider .item-table table td {
        font-size: 12px;
        padding: 6px;
    }
}

/*  */
html, body {
	overflow-x: hidden !important;
}
.slide-tabs .eael-tabs-nav ul {
    flex-wrap: nowrap !important;
    overflow: auto;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .slide-tabs .eael-tab-content-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/*  */
/*  */
.desert-slider {
    position: relative;
}
.desert-slider .item-card {
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #EE3524;
    background: #000;
}
.desert-slider .item-img {
    height: 225px;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 16px;
}
.desert-slider .item-data {
    padding: 30px 30px 25px;
    text-align: center;
    background: linear-gradient(179.99deg, #000000 37.54%, #464646 99.99%);
    color: white;
}
.desert-slider .item-data h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
    text-decoration: line-through;
}
.desert-slider .item-data h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.desert-slider .item-data .reviews {
    margin: 10px 0 10px;
    font-weight: 600;
    font-size: 14px;
	font-family: eicons;
	display: flex;
    justify-content: center;
}
.desert-slider .item-data .reviews.elementor-star-rating i {
    width: 16px;
	height: 20px;
}
.desert-slider .item-data .reviews.elementor-star-rating i:before {
    color: #F0AD4E;
	display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default;
}
.desert-slider .item-data .elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.desert-slider .item-data .reviews.elementor-star-rating span {
    margin-right: 10px;
    font-family: var(--e-global-typography-text-font-family);
}

.desert-slider .item-data .aed {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 60px;
}
.desert-slider .item-data .aed h3 {
    font-family: "Oswald", Sans-serif;
    color: #EE3524;
}
.desert-slider .item-data .duration .icon,
.desert-slider .item-data .aed .icon {
    color: #fff;
    background: #EE3524;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    margin-right: 10px;
}
.desert-slider .item-data .desert-slider .item-data h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.desert-slider .item-data .duration {
    display: flex;
    align-items: center;
    margin-left: 60px;
}
.desert-slider .duration h3 {
    font-family: "Oswald", Sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.desert-slider hr {
    border-color: #C2CBD2;
    margin: 5px 0 !important;
}
.desert-slider .features {
    padding: 20px 10px 0;
}
.desert-slider .features > div {
    display: flex;
    text-align: left;
    align-items: center;
}
.desert-slider .features .icon {
    color: #EE3524;
    margin-right: 10px;
}
.desert-slider .features h5 {
    font-size: 14px;
    margin: 0;
}

.desert-slider .item-btn {
    margin-top: 25px;
}
.desert-slider a.elementor-button-link.elementor-button.elementor-size-sm {
    background: #FF0000;
    border-radius: 50px;
}

.desert-slider .owl-nav {
    top: 50%;
    position: absolute;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.desert-slider .owl-nav button {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    background: white !important;
    width: 48px;
    height: 48px;
    border-radius: 99px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    outline: 0 !important;
}
.desert-slider .owl-nav button span {
    font-size: 35px !important;
    color: black;
    margin-top: -6px;
}

@media screen and (min-width: 767px) { */
    .desert-slider .owl-nav button.owl-prev {
        margin-left: -21px !important;
    }
    .desert-slider .owl-nav button.owl-next {
        margin-right: -21px !important;
    }
}
@media screen and (max-width: 766px) { 
    .desert-slider .owl-nav button.owl-prev {
        margin-left: 2px !important;
    }
    .desert-slider .owl-nav button.owl-next {
        margin-right: 2px !important;
    }
}

/*  */
.desert-slider.boxes {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.desert-slider.boxes .item {
    padding: 0 10px;
    margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
    .desert-slider.boxes .item {
        width: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .desert-slider.boxes .item {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
	.desert-slider .item-img {
    	height: 175.36px;
	}
    .desert-slider .item-data h4 {
        font-size: 15px;
    }
    .desert-slider .item-data h3 {
        font-size: 20px;
    }
    .desert-slider .features h5 {
        font-size: 13px;
    }
    .desert-slider .item-data .duration,
    .desert-slider .item-data .aed {
        margin-left: 30px;
    }
    .desert-slider .duration h3 {
        font-size: 14px !important;
    }
    .desert-slider .item-data .reviews.elementor-star-rating span {
        margin-right: 5px;
        font-size: 12px;
    }
    .desert-slider .item-btn {
        margin-top: 20px;
    }
    .desert-slider .item-data {
        padding: 25px 12px 12px;
    }
}