.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: 340px;
    object-fit: cover;
}
.header-navbar .navbar .navbar-brand img {
    width: 200px;
}
.hurry-up {
    position: absolute;
    right: 30px;
    width: 80px;
    top: 0;
}
#heroCarousel .carousel-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.package-desc .card-body {
    padding:10px;
}
.gallery-boxes img {width:100%;height:300px;object-fit: cover}

.tour-grid .tour-item .tour-img img {
    position: relative;
    height: 250px;
    object-fit: cover;
}

.facilate ul li 
{
    list-style: none;
}

.facilate ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.package_wrap {
   
    border: 1px solid #c9c7c7;
    box-shadow: 2px 2px 5px 0 #00000014;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 20px 1px 0px;
}

.package_wrap .facilate ul li img {
    width: 32px;
    height: 32px;
    margin: 0 auto;
}
.package_wrap .facilate ul li p {
    margin-bottom: 0;
    font-size: 12px;
}
.package_wrap .facilate {
    margin-top: 15px;
    border-top: 1px solid #00000024;
    padding-top: 15px;
}