.block-shadow {
    -webkit-box-shadow: 3px 1px 17px -6px rgba(0, 0, 0, .75);
    -moz-box-shadow: 3px 1px 17px -6px rgba(0, 0, 0, .75);
    box-shadow: 3px 1px 17px -6px rgba(0, 0, 0, .75);
}

#packages-block
{
}


.card .card-header {
    border:thin solid #425383 !important;
    background-color:#e8e8ea;
    padding: .75rem 1.25rem;
}

.card .card-body{
    border:thin solid #425383 !important;
    background-color:#fff;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card .card-header button.btn-link{
    font-size:18px!important;
    font-weight: 800!important;
    color:#425383!important;
    text-decoration: none;
}

.accordion .card:not(:first-of-type) .card-header:first-child {

    border-radius: 0;

}
.accordion .card:not(:first-of-type) .card-header:first-child {

    border-radius: 0;

}

#packages-block .packages-block-left-sidebar .heading{
    border:thin solid #425383;
    background-color: #e8e8ea;
    padding:0.5em;
    margin-bottom: 1em;
}
#packages-block .packages-block-left-sidebar .heading h5{
    font-size:18px;
    font-weight: 800;
    color:#425383;
}
#packages-block .packages-block-left-sidebar .heading h5 i{
    font-size: 18px;
}


/*trip block css*/
.trip-block{
    display:flex;
    flex-direction: row;
    margin-bottom: 3em;
    padding:1em;

}

.trip-block .trip-block__thumb{
    width:40%;
    position: relative;
    /*border:red thin solid;*/
    background: rgb(167,207,223);
    background: -moz-linear-gradient(top, rgb(167,207,223) 0%, rgb(35,83,138) 100%);
    background: -webkit-linear-gradient(top, rgb(167,207,223) 0%,rgb(35,83,138) 100%);
    background: linear-gradient(to bottom, rgb(167,207,223) 0%,rgb(35,83,138) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 );

}
.trip-block .trip-block__thumb .trip-block__thumb-overlay
{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.trip-block .trip-block__thumb .trip-block__thumb-overlay span:first-child{
    margin-left:auto;
    margin-top:1em;
    margin-right:1em;
    padding:8px;
    border:3px solid #fff;
    color:#fff;
    width:80px;
    height: 80px;
    border-radius: 40px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size:14px;
    text-align: center;
    background-color: rgba(252, 176, 31, 0.8)

}

.trip-block .trip-block__thumb .trip-block__thumb-overlay span:last-child{
    display: block;
    width:100%;
    padding:8px;
    color:#fff;
    background-color: rgba(0, 128, 34, 0.6);
    font-weight: 600;
    font-size:14px;
}

.trip-block .trip-block__thumb .trip-block__thumb-overlay span:last-child strong{
    font-weight: 800;
    font-size:18px;
}



.trip-block .trip-block__thumb figure{
    width:100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border:thin solid green;
}

.trip-block .trip-block__thumb figure img{
    width:100%;
    height: auto;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}



.trip-block .trip-block__text{
    width:60%;
    padding:0 1em 0 1em;
    /*border:red thin solid;*/
}

@media (min-width: 768px) and (max-width:992px) {
    #packages-block.container{
        max-width:100%;
    }
}

@media (max-width:992px ) {

    .trip-block{
        flex-direction: column;
    }

    .trip-block .trip-block__thumb{
        width:100%;
    }

    .trip-block .trip-block__thumb{
        height: 340px;
    }

    .trip-block .trip-block__text{
        width:100%;
        padding:1em 0;
        /*border:red thin solid;*/
    }
}


@media (max-width:768px ) {
    .trip-block .trip-block__thumb{
        height: 300px;
    }

}

@media (max-width:425px ) {
    .trip-block .trip-block__thumb{
        height: 200px;
    }
}

@media (max-width:320px ) {
    .trip-block .trip-block__thumb{
        height: 140px;
    }
}

.irs--flat .irs-bar {

    background-color: #419c66;

}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {

    background-color: #419c66;


}


.card #activities {
    padding: 0;
}

/*.small {*/
     /*width: initial;*/
    /*height: initial;*/
    /*border-radius: 100%;*/
    /*left: initial;*/
     /*top: initial;*/
     /*background: initial;*/
     /*border: initial;*/
/*}*/







