﻿S.SWidget {
    padding: 10px;
    /*border: #f2f2f3 solid 1px;
    box-shadow: 0 5px 0px rgb(0 0 0 / 5%), 0 1px 2px rgb(0 0 0 / 20%);*/
    border-radius: 12px;
    -webkit-border-radius: 12px;
}
.WidgetLabel {
    font-size: 15px;
    
}
.NoPadding  .col-md-6{
    padding-left:0px;
    padding-right:0px;
}
#RoomPicker {
    display: none;
    z-index: 2;
}
.RoomPickerDiv {
    min-height: 60px;
    height: auto;
    display: flex;
    align-items: center;
}
#LaRoomTotal {
    margin:0;
}
#AutoSuggestList {
    background-color: white;
    /*border: 1px solid #d1d8dd;*/
    border-top: 0px;
}

.SuggestItem {
    margin-left: 15px;
    margin-bottom: 5px;
    border: 0.5px solid white;
    border-left: 3px solid white;
    font-size: 13px;
}

.SuggestItem:hover {
    border: 0.5px solid #d1d8dd;
    border-left: 3px solid #d1d8dd;
}

.SuggestItem:last-child {
    margin-bottom: 0px;
}

.autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    overflow-x: hidden;
    max-height: 200px;
    overflow-y: auto;
    padding:0px;
    text-align:left;
}

.autocomplete-items div {
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    font-size: 12px;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}




.ResultDiv .WidgetGroup {
    margin-bottom: 10px;
}


.ResultDiv .WidgetName {
    border-radius: 5px 5px 0 0;
    color: white;
    background-color: #0088CE;
    font-weight: bold;
    line-height: 2;
}


.BtnSearch {
    background: #0088CE !important;
    color: #fff !important;
    outline: none;
    border:none;
  
    

}
.Btn-radius {

    width: 60%;
}
.BtnSearch-continer {
    padding-left: 10px;
    padding-bottom: 10px;
}
.ResultDiv {
    background-color: white;
    padding: 0 10px;
    margin-top: 10px;
}
.autocomplete-items {
    color: #0088CE;
}

.ResultDiv .WidgetContainer {
    background-color: #eff0fb;
    padding: 1px;
    border: #ccc solid 1px;
}
.ResultDiv .WidgetItem {
    background-color: #fbfbfb;
    padding: 2px;
    margin-bottom: 5px;
    font-family: Arial, Verdana, Sans-Serif;
    color: #777;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
    .ResultDiv .WidgetItem img {
        width: 20px;
        padding: 2px;
        margin-right: 6px;
    }
.FilterTitle {
    padding: 8px;
    width: 100%;
    float: left;
    margin-bottom: 1px;
    background: #e7e7ff;
    border-top: #e0e2f9 solid 1px;
    border-bottom: #e0e2f9 solid 1px;
}

.FilterRow {
    line-height: 20px;
    font-size: 12px;
}
.ResultDiv .SortResults {
    background: #f4f4f4;
    border: #ebebeb solid 1px;
}
.ResultDiv .HotelRow {
    margin: 0px 0px 5px 0px;
    border: #e5e5e5 solid 1px;
    border-left: #e5e5e5 solid 1px;
}
.ResultDiv .HotelImage img {
    height: 135px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
    object-fit : cover;
}
.ResultDiv .HotelImage {
    padding:0px;
}
.ResultDiv .HotelName {
    cursor: pointer;
    font-size: 16px;
    word-wrap: break-word;
    color: #004e93;
}

.tripadvisor_bx {
    background-color: #00b087;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 2px 0 4px;
    border-radius: 25px;
}
.btnleft {
    float: left;
}
.ResultDiv .HotelDetails {
    color: #777;
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}
.tripadvisor_icon {
    width: 22px;
    height: 14px;
    display: inline-block;
    background: url(https://api.tbotechnology.in/newTBOicon/tripadvisor_icon.png) no-repeat;
}
.ResultDiv .HotelPrice {
    background-color: #fbf8f1;
}
.Rooms_HotelDetail {
    position: sticky;
    top: 0;
    padding: 10px;
    z-index: 999;
    background-color: #fff;
}
.Rooms_HotelName {
    color: #0088CE;
    font-size: 24px;
}
.Rooms_subTite {
    color: #0088CE;
}
.Rooms_Detail {
    color: #777;
}
.anchorLinks {
    padding: 10px 0;
}
.anchorLinksStyle {
    display: inline-block;
    padding: 10px;
    border: 2px solid #0088CE;
    border-radius: 5px;
    color: #0088CE !important;
}
.anchorLinksStyle a {
    color: #0088CE !important;
}
.cardCust {
    padding: 20px 0;
    border: unset;
}
.card-headerCust {
    background-color: #0088CE;
    color: white !important;
    border-radius: 10px;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-headerCust a {
    color: white !important;
}
.collapse:not(.show) {
    display: none;
}
#accordion .card-body {
    padding: 1.25rem;
}
.AlbumListRow {
    margin-top: 20px;
    padding-right: 20px;
    overflow-x: hidden;
    max-height: 470px;
    overflow-y: auto;
}
.AlbumList {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.AlbumList img {
    width: 100%;
    height: 75px;
    object-fit: cover;
    border: 1px solid white;
}
.AlbumList img:hover {
    border: 1px solid #0088CE;
    cursor: pointer;
}
.deadlinedate {
    background: #ff000026;
    color: #dc3545;
    padding: 17px;
}
.grayBG {
    background-color: #e8e8e8;
}
.SectionTitle {
    background-color: #e8e8e8;
}
.ProceedBtn {
    color: white;
    background: #0088CE;
    border: unset;
    border-radius: 5px;
    padding: 10px 20px;
}
.sectioncol {
    border: 1px solid #e8e8e8;
    padding: 15px 15px;
    width: 100%;
}

.HeaderLabel {
    font-family: "AgeoPersonalUse-Medium";
    font-size: 22px;
    color: #36414c;
}
.MyOrders .Inner_Page {
    border-bottom: 1px solid #d1d8dd;
    border-right: 1px solid #d1d8dd;
    border-left: 1px solid #d1d8dd;
    padding: 15px;
}
.list-row-head {
    background-color: #f7fafc;
    border-bottom: 1px solid #d1d8dd !important;
    border-top: 1px solid #d1d8dd !important;
    padding: 10px 0;
    color: #8D99A6 !important;
    font-family: "AgeoPersonalUse";
}
.list-col-body {
    margin: auto;
}
.list-row-body {
    padding: 10px 0;
    border-bottom: 1px solid #d1d8dd !important;
}
.Header {
    margin-top: 70px;
    border-bottom: 1px solid #d1d8dd;
    padding: 15px 0;
}

.MyOrders .form-group label {
    color: #212529;
}
.payment-status {
    box-shadow: 0px 4px 15px rgb(0 0 0 / 30%);
    /*width:80%;*/
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 100px;
    margin-top: 50px;
    border-radius: 5px;
}
.payment-status img {
    width:50px;
}
.payment-success-title {
    font-size:24px;
}
.DivDisabled {
    pointer-events: none;
    /*background-color: gray;*/
    /*background-color: gray;*/
    opacity: 0.7;
}
.Amenities-Link {
    color: #0088CE!important;
}
.Amenities-Link:hover {
    cursor: pointer;
}
.Amenities-Div-Show {
    display:block!important;
}
.btn.btn-book:hover {
    cursor:pointer;
    background: linear-gradient(90deg, #FB8500 0%, #FD9E02 95%);
    transition : .3s;
}
.btn.btn-book {
    transition: .3s;
}
.LoginRegisterForm .form-group {
    color: black;
}
.package-day > a:after {
    top: 1px !important;
    right: 6px !important;
}

.SWidget {
    background: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 51px;
    padding: 42px;
    box-shadow: 0px 4px 49px rgb(0 0 0 / 10%);
}
.hotel-booking-search-content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 59px;
    color: #0088CE;
    display: flex;
    gap: 12px;
}
.hotel-booking-search-content img {
    width : 29px;
}
.hotel-booking-search-container {
    margin-top : 10px;
}

@media (max-width: 991px) {
    .Check {
        padding-top: 15px;
    }

    .hotel-booking-search-container {
        margin-top: 25px;
    }

    .hotel-booking-search-content {
        justify-content :center;
    }
}

.HotelImageLoading {
    height: 100%;
    width: 100%;
}

/* Animation*/
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.linear-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    height: 338px;
    position: relative;
    overflow: hidden;
}

.LoadingBorderRadius {
    border-radius: 2px;
}

.glider-contain {
    width: 90%;
    max-width: 997px;
    margin: 0 auto;
}

.glider-slide {
    min-height: 150px;
}

    .glider-slide img {
        width: 100%;
    }

.glider-slide {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
}

    .glider-slide img {
        border-radius: 5px;
    }

.glider-prev:focus, .glider-next:focus {
    outline: none;
}

.glider-prev:hover {
    opacity: 1;
}

.glider-next:hover {
    opacity: 1;
}
.search-hotel {
    display:flex;
    justify-content:center;
}
.modal-backdrop.show  {
    display : none;
}
/*.no-wrap {
    flex-wrap : nowrap !important;
}*/
.custom-max-width {
    max-width : 100% !important;
}
.break {
    padding-bottom: 40px;
}
.pointer {
    cursor:pointer;
}
.hotel-name {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.package-day {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.day-details {
    padding-right:40px;
}

.calendar_icon {
    width: 15px;
    position: absolute;
    top: 50%;
    right: 10%;
}
.BtnSearch-clear-filter {
    width: 118px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.BtnSearch-clear-filter-container {
    display: flex;
    justify-content: center;
}
.word-break {
    word-break: break-word;
}
.search-hotel {

    padding-top: 15px;
    padding-bottom:14px;
}

    .Cancelation-Policies {
        color: #0088CE !important;
        display:block;
    }
    .Cancelation-Policies:hover{
        cursor:pointer;
    }
    .Policies-Div {
        display: none;
        position: absolute;
        width: 420px;
        font-size: 13px;
        top: 20px;
        left: -100px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        background-color: white;
        z-index: 1;
    }
    .policy-header {
        background: #0088CE;
        color:white;
    }
    .policy-line-above {
        border-top: 1px solid rgba(0, 0, 0, 0.1);

    }
    .search-hotel-hero-section {
        justify-content: flex-end;
    }
}

.Cancelation-Policies {
    color: #0088CE !important;
    display: block;
}

.Cancelation-Policies:hover {
    cursor: pointer;
}

.Policies-Div {
    display: none;
    position: absolute;
    width: 420px;
    font-size: 13px;
    top: 20px;
    left: -100px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: white;
    z-index: 1;
}

.policy-header {
    background: #0088CE;
    color: white;
}

.policy-line-above {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.HotelRoomRow {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    padding-bottom: 5px;
}

.RoomHeaderNumber {
    background-color: #0088CE;
    font-size: 16px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

@keyframes ldio-wdmwxzqn72c {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ldio-wdmwxzqn72c div {
    position: absolute;
    animation: ldio-wdmwxzqn72c 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    box-shadow: 0 5.2px 0 0 #0088ce;
    transform-origin: 80px 82.6px;
}

.loadingio-spinner-eclipse-sv3vsv65hym {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-wdmwxzqn72c {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

.ldio-wdmwxzqn72c div {
    box-sizing: content-box;
}

.PaRoomsParent {
    display: flex;
    align-items: center;
    justify-content: center;
}
.RoomPicker .form-control{
    height:unset;
}

.ChildRow {
    padding-top: 5px;
    padding-bottom: 5px;
}
.RoomPicker {
    height:100%;
    width:100%;
}
.pay-container {
    justify-content : center;
    
}
.HR-filter-container {
    margin-top: 24px;
}
.HR-filter-content {
    grid-gap: 30px;
    padding-left: 15px;
}
.room-type-search-container,
.room-type-meals-container {
    position: relative;
    padding-left: 0px;
}
.room-type-search-container {
    width :340px;
}
.room-type-meals-container {
    width: unset !important;
}
.room-type-icon {
    position: absolute;
    left: 17px;
    top: 10px;
    z-index: 2;
    width: 26px;
}
.room-type-search-input,
.room-type-drop-down-meals {
    padding-left: 50px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #BBB8BD !important;
    border-radius: 5px !important;
}
    .room-type-drop-down-meals,
    .room-type-drop-down-meals:hover,
    .room-type-drop-down-meals:focus,
    .room-type-drop-down-meals:active {
        background: #FFFFFF !important;
        border: 1px solid #BBB8BD !important;
        border-radius: 5px !important;
        color: #575757 !important;
    }
.room-type-search-input:focus {
    z-index: 0 !important;
}
.room-type-search-icon {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 2;
    width: 19px;
}

.room-type-filter-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 21px;
    padding-right: 12px;
    padding-left: 8px;
    color: #575757;
}
.room-type-wifi-container,
.room-type-Cancellation-container {
    display: flex;
    align-items: center;
}
/*----------------------  Start custom-checkbox ---------------------- */
.custom-checkbox {
    display: inline-block;
}

.label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
}

.label-cbx input:checked + .checkbox {
    border-color: #0088CE;
}

    .label-cbx input:checked + .checkbox svg path {
        fill: #0088CE;
    }

.label-cbx input:checked + .checkbox svg polyline {
    stroke-dashoffset: 0;
}

.label-cbx:hover .checkbox svg path {
    stroke-dashoffset: 0;
}

.label-cbx .checkbox {
    position: relative;
    top: 2px;
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border: 2px solid #C8CCD4;
    border-radius: 3px;
}

.label-cbx .checkbox svg {
    position: absolute;
    top: -2px;
    left: -2px;
}

.label-cbx .checkbox svg path {
    fill: none;
    stroke: #0088CE;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all 0.6s ease;
}

.label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease;
}

.label-cbx > span {
    pointer-events: none;
    vertical-align: middle;
}

.cntr {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
}

.invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}
/*---------------------- End custom-checkbox ---------------------- */

.banner {
    position: absolute;
    width: 100%;
    transform:rotate(180deg);
    height: 100vh;
    /*background: url('/imgs/dubai-2.png');*/
    background-size: cover;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner #text {
    position: absolute;
    font-size: 9em;
    color: white;
}

.banner .clouds {
    position: absolute;
    top: 108px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.banner .clouds img {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    animation: animate calc(15s * var(--i)) linear infinite;
}

.section-test {
    margin-top: 50px;
}

@keyframes animate {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}
@media (max-width:768px) {
    .banner .clouds {
        top: 3px;
    }
}
@media (min-width:768px) {
    .search-hotel-hero-section {
        justify-content: flex-end;
    }

}

@media (min-width: 991px) {
    .search-hotel {
        padding-top: 14px;
        padding-bottom: 14px;
        padding-top: 17px;
        padding-bottom: 14px;
        display: flex;
        justify-content: flex-end;
    }
}

@media (min-width: 991px) {
    .search-hotel {
        padding-bottom: 17px;
    }
}

@media (min-width: 1200px) {
    .search-hotel {
        padding-top: 50px;
        padding-bottom: 0px;
        padding-bottom: 17px;
    }
}

.DescoverIntro {
    text-align: center;
}
.hero {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    padding-bottom: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(../Images/background/hero.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1600px) {
    .hero {
        height: calc(100vh + 50px);
    }
}
@media (max-width: 1500px) {
    .hero {
        height: calc(100vh + 100px);
    }
}
@media (max-width: 1300px) {
    .hero {
        height: calc(100vh + 200px);
    }
}


.hero-title {
    position: relative;
    margin-top: 120px;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 300;
}
 .hero-title::before {
    content: '';
    position: absolute;
    width: 41px;
    height: 3px;
    background: linear-gradient(#FB8800, #FD9E02);
    width: 55px;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-para h1 {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: 'Inter';
}
.hero-para p {
    margin: 20px auto;
    max-width: 600px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    font-family: 'Inter';
}

.hero-btns {
    background: none;
}
.hero-btns li {
    margin: 5px;
    cursor: pointer;
    transition: .5s ease-in-out;
}
.hero-btns li:hover {
    transform: scale(1.1);
}

.hero-content {
   padding-top: 420px;
}

.hero-search {
    background: none;
}

.tab-content {
    background: none;
    box-shadow: none;
}

.search-hotel-hero-section {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1500px) {
    .search-hotel-hero-section {
        flex-wrap: wrap;
    }
}

.hero-input {
    width: 190.38px;
    height: 65px;
    margin: 10px;
    border-radius: 5px;
}

.search-hotel input[type="button"] {
    width: 130px;
    height: 60px;
    background: linear-gradient(90deg, #FB8800 0%, #FD9E02 100%);
    border-radius: 5px;
    margin-top: -38px;
    transition: .5s ease-in;
}
@media (max-width: 1200px) {
    .search-hotel-hero-section {
        margin-top: 20px;
    }
}

.search-hotel input[type="button"]:hover {
        background: #fff;
        color: #FB8800;
}

.go-down {
    text-align: center;
    margin-top: 50px;
}
.go-down i {
    cursor: pointer;
    color: #fff;
    font-size: 45px;
}

.navbar-cust {
    background: transparent;
}



.navbar-collapse {
    justify-content: center;
    z-index: 100;
}

.navbar-cust {
    position: absolute;
}

.inner-page-custom {
    position:relative;
}
    .inner-page-custom .nav-linkcust {
        color: #0088CE !important;
    }

.nav-linkcust {
    color: #fff !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}
@media (max-width: 1400px) {
    .nav-linkcust {
        font-size: 20px;
    }
}
@media (max-width: 1300px) {
    .nav-linkcust {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .hero-title {
        margin-top: 80px;
    }

    .hero-content {
        padding-top: 330px;
    }

    .nav-linkcust {
        font-size: 15px;
    }
}

@media (max-width: 993px) {
    .hero {
        height: calc(100vh + 300px);
    }
    .nav-linkcust {
        color: #0088CE !important;
    }
    .navbar-cust {
        background: #fff;
    }
    .navbar-cust {
        position: relative;
    }
    .hero-content {
        padding-top: 0;
        margin-top: -50px;
    }
    .hero-title {
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .hero {
        height: calc(100vh + 600px);
    }
    .hero-input {
        width: 220px;
    }
}

@media (max-width: 567px) {
    .hero {
        height: calc(100vh + 800px);
    }
}

.collapse-cust  {
    border: none;
}
.nav-header {
    padding: 25px 40px 20px 40px;
}



@keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
        transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em))
    }

    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

.fa-bounce {
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-duration: var(--fa-animation-duration,1s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-delay: var(--fa-animation-delay,0s);
    animation-name: fa-bounce;
}

.Packages {
    /*background-image: url('../../Images/iconspa/bi_airplane-engines.svg');*/
    background-image: url('../../Images/iconspa/packBL.png');
}

.nav-link:hover .Packages {
    background-image: url('../../Images/iconspa/PackActive.png');
}

.nav-link.active .Packages {
    background-image: url('../../Images/iconspa/PackActive.png');
}

