.viewgrid .item{
    position: relative;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}
.viewgrid .thumb{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 65%;
    background-position: 50% 50%;
    background-size: cover;
}
.viewgrid .thumb img{
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}

.viewgrid .text-info{
    position: relative;
    padding: 10px;
    color: #353535;
}
.viewgrid .text-info h3{
    margin-bottom:5px;
    min-height: 45px;
}
.viewgrid .text-info h3 a{
    color: #333;
    font-size: 15px;
}
.viewgrid .text-info h3:hover a{
    color: #0671c7
}
.viewgrid .text-info ul{
    padding: 0;
    margin: 0;
}
.viewgrid .text-info .fa{
    margin-right: 5px;
    font-size: 13px;
}

.viewgrid .price{
    position: relative;
    display: flex;
    background-color: #0564b5;
    color: #fff;
    margin: 10px -10px -10px;
}

.viewgrid .price-item{
    border-right: 2px solid #fff;
    padding: 10px;
    width: 50%;
    text-align: center;
}

.viewgrid .price-item:last-child{
    border: none
}

.viewlist .left{
    border-right: 1px solid #eee;
}
.viewlist .thumb{
    position: relative;
    max-height: 234px;
    overflow: hidden
}
.viewlist .thumb img{
    width: 100%;
}

.viewlist h3{
    margin-bottom: 10px;
}

.viewlist h3 a{
    color: #333;
    font-size: 16px;
}

.viewlist li .fa{
    font-size: 13px;
    margin-right: 5px;
}
.viewlist .price{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: red;
    margin: 20px 0;
}
.viewlist .btn{
    display: inline-block;
    margin-top: 10px;
    padding: 12px 14px;
    background: #4a9443;
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    border: 0;
    width: 100%;
    border-radius: 3px;
}
.viewlist .btn:hover{
    background: #ff5200
}

.tour-groups .item{
    background-color: #fff;
}

/*detail*/
.detail h1{
    font-size: 18px;
    margin-bottom: 20px;
    color: #0870c6;
    text-transform: uppercase;
}
.detail hr{
    border-top: 1px dotted #ccc;
}
.head-detail{
    position: relative;
    background: #f1f1f1;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}
.head-detail #imageGallery img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.head-detail .tours-info{
    padding: 20px 20px 20px 0;
}
.head-detail ul{
    padding: 0;
    margin: 0;
}

.head-detail .fa{
    font-size: 13px;
    margin-right: 8px;
}

/*body-detail*/
.body-detail .heading{
    background: #e1e1e1;
    margin: -20px -20px 15px;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 15px;
}
.body-detail .body-box{
    background: #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.body-detail .body-box img{
    border-radius: 8px;
    overflow: hidden;
}

#description{
    margin-bottom: 20px;
}

.body-box .nav{
    background: #e1e1e1;
    margin: -20px -20px 15px;
    border: none;
}
.body-box .nav a{
    border: none;
    margin: 0;
    border-radius: 0;
    line-height: 1.8;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.body-box .nav-tabs>li.active>a, .body-box .nav-tabs>li.active>a:hover, .body-box .nav-tabs>li.active>a:focus{
    color: #fff;
    background-color: #0b75ce;
    border: none;
}

#description_html ul{
    padding-left: 30px;
    margin: 10px 0;
    list-style: disc;
}

.body-detail img{
    max-width: 100%;
    height: auto;
}
.services{
    padding: 0;
    margin: 0;
}
.services li{
    margin-bottom: 3px;
}
.services .fa{
    font-size: 12px;
    margin-right: 4px;
}
.tours-info .price{
    margin-bottom: 20px;
}
.tours-info .price h3{
    margin-bottom: 4px;
}
.tours-info .price p{
    margin-bottom: 0;
}
.tours-info .price span{
    font-size: 20px;
    font-weight: 600;
    color: #d41111;
}

.tours-info .info-bottom{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.tours-info .info-bottom .btn{
    background-color: #2785d3;
    background: linear-gradient(90deg, #2785d3 0%, #0e80e1 30%, #0e80e1 60%, #1b7dd1 100%);
    padding: 10px 28px;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 48%
}

/*block-groups-vertical*/
.block-groups-vertical{
    background-color: #f1f1f1;
    padding: 20px 10px 10px;
}
.block-groups-vertical>ul, .other-tours{
    margin: 0;
    padding: 0;
}
.block-groups-vertical>ul>li, .other-tours>li{
    border-bottom: 1px dotted #d4d4d4;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.block-groups-vertical>ul>li:last-child, .other-tours>li:last-child{
    border: none;
    margin: 0;
}
.block-groups-vertical h3, .other-tours h3{
    margin-bottom: 10px;
}
.block-groups-vertical h3 a{
    color: #ca0909;
}
.block-groups-vertical .thumb, .other-tours .thumb{
    width: 30%;
    float: left;
    margin-right: 10px;
}
.block-groups-vertical .thumb img, .other-tours .thumb img{
    width: 100%;
}

@media (max-width: 767.98px){
    .head-detail .tours-info{
        padding: 15px;
    }

    .bookdetail{
        margin-top: 20px;
    }
}

@media (max-width: 499.98px){
    .tours-info .info-bottom .btn{
        padding: 10px 20px;
    }
}