.p-top-30 {padding-top:30px}
.p-top-40 {padding-top:40px}
.p-top-50 {padding-top:50px}
.p-top-60 {padding-top:60px}

.p-bottom-30 {padding-bottom:30px}
.p-bottom-40 {padding-bottom:40px}
.p-bottom-50 {padding-bottom:50px}
.p-bottom-60 {padding-bottom:60px}

.destinations-boxes figure img {
    vertical-align: bottom;
    height: 250px;
    object-fit: cover;
}
.header-navbar .navbar .navbar-brand img {
    width: 120px;
}
.hurry-up {
    position: absolute;
    right: 0px;
    width: 65px;
    top: 0;
}
#heroCarousel .carousel-item img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.package-desc .card-body {
    padding:10px;
}
.gallery-boxes img {width:100%;height:300px;object-fit: cover}

.post-img .image-hover img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.contact-whatsapp {
    width: 50px;
    position: fixed;
    bottom: 120px;
    left: 15px;
    z-index: 9999;
    display: inline-block;
    animation: up-down 2s infinite;
}
.contact-call {
    width: 60px;
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 9999;
    display: inline-block;
    animation: up-down 2s infinite;
}
@keyframes up-down {
    0% {transform:translateY(0px);}
    50% {transform:translateY(20px);}
    100% {transform:translateY(0px);}
    /*50% {margin-top:-20px;}*/
    /*100% {margin-top: 0px;}*/

}


.blantershow-chat {
    background: #095e54;
    color: #fff !important;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 30px;
    right: 7px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
.blantershow-chat img {
    height: 20px;
    margin-top: 4px;
    margin-right: 5px;
}

#hamburger {
    z-index: 99999;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 10%;
    left: 5%;
    background-color: #f25321;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 2px 2px 10px rgba(10, 10, 10, 0.3);
    transition: all 0.2s ease-in-out;
}
#hamburger .icon-bar {
    display: block;
    background-color: #FFFFFF;
    width: 22px;
    height: 2px;
    transition: all 0.3s ease-in-out;
}
#hamburger .icon-bar + .icon-bar {
    margin-top: 4px;
}
.fabnav {
    z-index: 99991;
    position: fixed;
    bottom: 5.5%;
    left: 5.5%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibilty: hidden;
    opacity: 0;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48);
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.fiber {
    z-index: 99999;
    position: fixed;
    bottom: 5.5%;
    left: 10.5%;
    width: 150px;
    height: 48px;
    border-radius: 12px;
    /* background-color: #f9f9f9; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48); */
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
}
.fiber.show {
    visibility: visible;
    opacity: 1;
}
.fabnav.show {
    visibility: visible;
    opacity: 1;
}
#whatsapp.show, #new.show {
    transform: translateY(-185%);
}
#phone.show, #new1.show {
    transform: translateY(-310%);
}
#mail.show, #new2.show {
    transform: translateY(-435%);
}
#share.show, #new3.show {
    transform: translateY(-560%);
}
#trip.show, #new4.show {
    transform: translateY(-685%);
}
#insurance.show, #new5.show {
    transform: translateY(-810%);
}
#delivery.show, #new6.show {
    transform: translateY(-935%);
}
#bills.show, #new7.show {
    transform: translateY(-1060%);
}
#playstore.show, #new8.show {
    transform: translateY(-1185%);
}

#faboverlay {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 78%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in;
    will-change: opacity;
}
#faboverlay.show {
    visibility: visible;
    opacity: 1;
}

.contact-call img{
    width:100px;
}