.hometour{
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px
}
.hometour .heading{
    text-align: center;
    margin-bottom: 20px
}
.hometour .heading h2{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hometour .heading h2 a{
    color: #212529;
}
.hometour .heading h2:hover a{
    color: #1ba0e2;
}
.hometour .heading p{
    color: #525252;
}

.hometour .viewmore{
    text-align: center;
}
.hometour .viewmore a{
    display: inline-block;
    line-height: 38px;
    padding: 0 25px;
    border: 1px solid #1da0e2;
    color: #1da0e2;
    font-weight: 500;
    border-radius: 4px;
}
.hometour .viewmore a:hover{
    background-color: #1da0e2;
    color: #fff
}
.viewgrid .item{
    position: relative;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    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;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.viewgrid .thumb:hover img{
    transform: scale(1.06);
}
.viewgrid .text-info{
    position: relative;
    padding: 10px;
    color: #353535;
}
.viewgrid .text-info h3{
    margin-bottom:5px;
    min-height: 45px;
    font-weight: 500;
}
.viewgrid .text-info h3 a{
    color: #333;
    text-transform: uppercase;
}
.viewgrid .text-info h3:hover a{
    color: #1da0e2
}
.viewgrid .text-info ul{
    padding: 0;
    margin: 0;
}
.viewgrid .text-info ul li{
    list-style: none;
    color: #585858
}
.viewgrid .text-info .fa{
    margin-right: 5px;
    font-size: 13px;
}
.viewlist .left{
    border-right: 1px solid #eee;
}
.viewlist .thumb{
    position: relative;
    max-height: 234px;
    overflow: hidden
}
.viewlist .thumb img{
    width: 100%;
}
.viewlist li{
    list-style: none;
    margin-bottom: 2px !important
}
.viewlist h3{
    margin-bottom: 10px;
}

.viewlist h3 a{
    color: #333;
    font-size: 16px;
}

.viewlist h3:hover a{
    color: #1da0e2
}

.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: #1da0e2;
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    border: 0;
    width: 100%;
    border-radius: 3px;
}
.viewlist .btn:hover{
    background: #ff5200
}

/*detail*/
.detail h1{
    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{
    position: relative;
    max-height: 440px;
    overflow: hidden;
}
.head-detail #imageGallery img{
    width: 100%;
}
.head-detail .tours-info{
    padding: 20px 20px 20px 0;
    margin: 0;
}
.head-detail ul{
    padding: 0;
    margin: 0;
}
.head-detail li{
    margin-bottom: 4px;
}
.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: 14px;
}
.body-detail .body-left{
    background: #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}
.body-detail .body-box{
    background: #f1f1f1;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}
#description{
    margin-bottom: 20px;
}

.body-box .box-title{
    padding: 10px;
    background-color: #1ba0e226;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}
.body-box .box-content{
    padding: 20px
}

.body-detail img{
    max-width: 100%;
    height: auto;
}

.tab-content{
    padding: 20px 0;
}

.services{
    padding: 0;
    margin: 0;
}
.services li{
    margin-bottom: 3px;
    list-style: none;
}
.services .fa{
    font-size: 12px;
    margin-right: 4px;
}
.price{
    margin-bottom: 20px;
}
.price h3{
    margin-bottom: 4px;
}
.price p{
    margin-bottom: 0;
}
.price span{
    font-size: 20px;
    font-weight: 600;
    color: #ff5722;
}
.tours-info .btn{
    background: #1ba0e2;
    border: 1px solid #1ba0e2;
    margin: 0 10px;
    color: #fff;
    padding: 10px 40px;
    border-radius: 3px;
    line-height: 22px;
    text-transform: uppercase;
}
.tours-info .btn:hover{
    background-color: #fff;
    color: #1ba0e2
}


/*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: 20px;
}
.block-groups-vertical .thumb img, .other-tours .thumb img{
    width: 100%;
}

.other-tours .thumb ul{
    margin: 0;
    padding: 0;
}

/*tours-info*/
.tours-info, .booking_info{
    background: #f1f1f1;
    padding: 0 20px 20px;
    margin-bottom: 20px;
}
.tours-info .head, .booking_info .head{
    background: #e1e1e1;
    margin: 0 -20px 15px;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 14px;
}
.tours-info h1{
    font-size: 16px;
    margin-bottom: 15px;
}
.tours-info img{
    width: 100%;
}
.tours-info li{
    margin-bottom: 5px;
    list-style: none;
}
.tours-info .fa{
    font-size: 13px;
    margin-right: 5px;
}
.booking_info{
    padding: 0 20px 40px;
}
.booking_info .head{
    margin: 0 -20px 40px;
}
.box-form{
    padding-right: 25px;
    border-right: 1px solid #e1e1e1;
}
.bookdetail h3{
    font-size: 15px;
    text-transform: uppercase;
    color: #4a9443;
}
.bookdetail ul{
    margin: 10px 0;
    padding: 20px 0;
    border-bottom: 1px dotted #bfbfbf;
    border-top: 1px dotted #bfbfbf;
}
.bookdetail li{
    font-size: 16px;
    margin-bottom: 5px;
}
.bookdetail .total{
    font-size: 20px;
    color: #333;
}
.bookdetail .total span{
    font-size: 25px;
    color: #ff5722;
}

.primary{
    position: relative;
    margin-bottom: 20px;
}
.primary .heading{
    position: relative;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    border-bottom: 2px solid #03a9f4;
}
.primary .heading h2{
    padding: 0 0 7px;
    border-bottom: 2px solid #ff5722;
    font-size: 20px;
    color: #ff5722;
    font-weight: 500;
    display: inline;
    line-height: 37px;
}
.tour-groups .item{
    border-bottom: 2px solid #1da0e2;
}
.tour-groups .owl-nav{
    position: absolute;
    top: -45px;
    right: 0;
}
.tour-groups .owl-nav > div{
    display: inline-block;
    background-color: #eee;
    padding: 3px 15px;
    margin-left: 5px;
    font-size: 16px;
}
.tour-groups .owl-nav > div:hover{
    background-color: #1da0e2;
    color: #fff;
}

@media (max-width:767px){
    .head-detail .tours-info{
        padding: 20px
    }
}
@media (max-width:499px){
    .tours-info .btn{
        padding: 10px;
        width: 100%;
        margin-bottom: 5px;
    }
}