/*Write Css*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body,h1,h2,h3,h4,h5,h6,p,a,li,span,input,select {
    font-family: "Roboto", sans-serif !important;
}

.holiday-demo5 .top-mainheader .topheader-login {
    background: #2abbed !important;
}

.services-thumb .box-icon-modern .box-icon-contents {
    text-align: center;
}

.services-thumb .box-icon-modern .box-icon-contents h4 {
    font-size: 16px;
    padding: 10px 0 0 0;
}

.services-thumb .box-icon-modern .box-icon-contents p {
    font-size: 12px;
    line-height: 1.5;
    margin: 10px 0 0 0;
}

.services-thumb .box-icon-modern .box-icon-contents {
    height: 210px;
}

.blogArea .slick-arrow {
    top: -42px !important;
}

/*.blogArea .singleBlog {*/
/*    height: 305px;*/
/*    overflow: hidden;*/
/*}*/

.singleBlog .blogCaption h3 {
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.adventure-grid-area .section-tittle h1,
.activityArea .section-tittle .tittle,
.services-thumb .section-tittle h2{
    font-size: 40px;
}

.about .about-contents,
.holiday-demo5 .top-picks{
    padding-bottom: 0 !important;
}

.adventure-grid-area .section-tittle .section-title-line,
.adventure-grid-area .section-tittle p,
.activityArea .section-tittle p,
.services-thumb .section-tittle p,
.holiday-demo5 .travel-info .tavrl-title p,
.holiday-demo5 footer .top-footer .col-xxl-3:last-child .listing-info a:before,
.other-pages .agency_work_area .last-bg,
.other-pages .agency_work_area .first-bg{
    display: none;
}

.adventure-grid-area .section-tittle h1,
.activityArea .section-tittle h1,
.services-thumb .section-tittle h2,
.holiday-demo5 .travel-info .tavrl-title h2{
    margin: 0 0 30px 0 !important;
}

.activityArea .section-tittle {
    margin: 0;
}

.other-pages .agency_work_area1 .row,
.other-pages .agency_work_area2 .row{
    justify-content: center;
} 

.destination-area .destinations-packages figure .destination-contents h4 a {
    color: #fff;
}

.overview-packagedetails .btn:hover {
    background: var(--button-color) !important;
}

.holiday-demo5 .highlighArea .alpine-left-content {
    padding: 0 !important;
}

.package-highlights ul {
    padding: 20px !important;
}

.holiday-demo5 .trip-table th p {
    color: #fff !important;
}

.trip-table td.button a.btn-bor {
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-table table tbody tr td:last-child {
    display: flex;
    justify-content: center;
}

.dashboard-right .dashboard-bookings .row .col-xl-6:first-child {
    display: none;
}

.inquiry-formpackage form {
    margin-left: 0 !important;
}

.blogArea .blogslider-wrapper .singleBlog .cartTop li:first-child {
    width: 113px;
    margin: -38px 0 0 0;
    z-index: 1;
    position: relative !important;
}

.detailsCap .btn-wrapper,
.packageArea .packageWrapper .btn-wrapper,
.donateMember .btn-wrapper{
    display: block !important;
}


.donateMember .btn-wrapper .cmn-btn4 {
    background: var(--button-color);
}

/*Responsive*/

@media (max-width: 1600px){
    .holiday-demo5 .top-picks .toppicks-wrap figure img{
        height: 441px !important;
    }
}

@media (max-width: 1400px){
    .services-thumb .box-icon-modern .box-icon-contents {
        height: 250px;
    }
}

@media (max-width: 1380px){
    .holiday-demo5 .top-picks .toppicks-wrap figure img {
        height: 466px !important;
    }
}

@media (max-width: 1160px){
    .holiday-demo5 .top-picks .toppicks-wrap figure img {
        height: 540px !important;
    }
}

@media (max-width: 1053px){
    .holiday-demo5 .top-picks .toppicks-wrap figure img {
        height: 566px !important;
    }
}

@media (max-width: 992px){
    .holiday-demo5 .mainbg-banner img {
        height: auto !important;
    }
    .holiday-demo5 .searchform-home form {
        flex-direction: column;
    }
    .holiday-demo5 .searchform-home form select,
    .holiday-demo5 .searchform-home form .range-slider{
        border: 1px solid #3E4738 !important;
    }
    .about .about-contents {
        padding: 0 !important;
    }
    .services-thumb .box-icon-modern .box-icon-contents {
        height: auto !important;
    }
}

@media (max-width: 768px){
    .single-camp-hi img {
        height: auto !important;
    }
    .camp-hi-content a h4 {
        font-size: 21px !important;
        text-align: center !important;
    }
    .holiday-demo5 .searchform-home h3 {
        margin: 10px 0 20px 0 !important;
    }
    .adventure-grid-area .section-tittle h1, .activityArea .section-tittle .tittle, .services-thumb .section-tittle h2 {
        font-size: 28px !important;
    }
}

@media (max-width: 576px){
    .holiday-demo5 .top-picks .section-title h2 {
        font-size: 28px !important;
    }
}