.banner-section {
    padding: 120px 35px;
    background-position: center;
    background-size: cover;
}

.banner-section .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sec-trips .sec-50 {
    margin-bottom: 80px;
}

#sec-trips .sec-50:nth-of-type(2) {
  flex-direction: row-reverse;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1025px) {
    .banner-section {
        padding: 60px 35px;
    }
    .banner-section h1 {
        font-size: 40px;
    }
    #sec-trips {
        padding: 0 40px;
    }
    #sec-trips .sec-50 {
        margin-bottom: 40px;
    }
    #sec-trips .sec-50 .content {
        margin-top: 30px;
    }   
}


.kc-elm .kc-css-691663 {
    padding:  0 30px
}
@media screen and (min-width: 800px) {
    .kc-elm .kc-css-691663 {
        padding:  0 30px
    }
}

@media screen and (min-width: 800px) and (max-width: 1120px){
    .kc-css-383393 .kc-css-616516 {
        padding:  0 30px
    }
}

.section-filters {
    padding: 20px 0 100px 0;
}

.section-facets {
    background-color: #0065a4;
    padding: 35px 0;
}

.section-facets .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section-facets .facets-wrap {
    display: flex;
    flex-wrap: wrap;
}

.section-facets .facets-wrap .facetwp-slider-label,
.section-facets .facets-wrap .facetwp-checkbox,
.section-facets .facets-wrap label {
    color: #fff;
}


.section-facets .facets-wrap .facet {
    width: 95%;
}

.section-facets .facets-wrap {
    margin-left: 20px;
}

@media screen and (min-width: 650px) {
    .section-facets .facets-wrap .facet {
        width: 49%;
        padding: 15px 30px 0 0;
    }

    .section-facets .facets-wrap {
        justify-content: flex-start;
        padding-left: 30px;
        margin-left: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .section-facets .facets-wrap .facet {
        width: 20%;
        padding: 0 15px;
    }

    .section-facets .facets-wrap {
        padding-left: 15px;
    }
}

.section-facets .facetwp-type-fselect .fs-wrap {
    width: 100%;
}

.facet-reset-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.facet-reset {
    padding: 10px 0;
    background-color: transparent;
    color: #fff;

    cursor: pointer;
    margin: 0 0px;
    text-decoration: underline;
}

@media screen and (min-width: 1200px) {
    .facet-reset-wrapper {
        justify-content: flex-end;
    }

}

.section-facets .facetwp-facet {
    margin-bottom: 10px;
}

#sec-trips .kc_button {
    background-color: transparent;
    cursor: pointer;
    border: solid 2px #BF301A;
    font-weight: 700;
    color: #BF301A;
}

#sec-trips .kc_button:hover {
    background-color: #BF301A;
    color: #FFF;
}

#sec-trips .kc_button.hide {
    display: none;
}

.section-trip-builder {
    padding: 100px 0;
    background-color: #f2f2f2;
}

.section-trip-builder .trip-builder-form {
    padding-top: 50px;
    display: none;
    opacity: 0;
    transition: all 500ms linear 250ms;
}

.section-trip-builder .trip-builder-form.show {
    display: block;
}

.section-trip-builder .trip-builder-form.visibile {
    opacity: 1;
}

.facetwp-facet-price_filter input {
    background: transparent;
    border: none;
    color: #fff;
    box-shadow: none;
    outline: none;
}

@media screen and (max-width: 768px) and (min-width: 540px) {
    .col-sm-7 {
        width: 60%;
    }
}

.facetwp-template {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
}

@media screen and (max-width: 800px) {
    .facetwp-template .trip-thumb-box {
        margin: 30px;
    }
}

.facet-duration .facetwp-slider-reset {
    display: none !important;
}

.section-filters .row {
    position: relative;
}

.result-cont {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .result-cont {

        left: 15px;
        justify-content: flex-start;
    }
}

.trip-card {
    margin-top: 30px;
    box-shadow: 0px 2px 6px #999;
}

.trip-card:hover {
    margin-top: 25px;
    transition: all 0.5s ease;
}

.trip-card .feature-img {
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.trip-card .trip-title-wrap {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
}

.trip-card .trip-price .thumb-btn {
    background-color: #3152ba;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

.trip-card .trip-desc {
    padding: 15px;
    color: #000;
    min-height: 132px;
}

.section-trip-builder .content {
    padding: 0 30px;
}

#trip-details:focus{
     outline: -webkit-focus-ring-color auto 0px;
 }

.facetwp-facet-pagination{
    text-align: center;
    margin-top: 40px;
}

.section-canada-peremiere {
    padding: 50px 0;
}

.section-experience {
    padding-bottom: 60px;
    
}
.section-experience .content {
    background-repeat: no-repeat;
    padding: 0 30px;

}

.section-canada-peremiere .content {
    padding: 0 30px;
}

.section-experience .card p{
    margin: 34px 0 38px;
    padding-right: 45px;
    
    
}

.section-experience .background-image img{
    position: absolute;
    top: -130px;
    right: 370px;
}

@media screen and (max-width: 750px) {
    .section-experience .background-image img {
        right: 20px;
    }
    
}

@media screen and (max-width: 1025px) {
    .section-experience .background-image img {
        right: 180px;
    }
    
}

.section-experience .sub-content {
    position: relative;
    z-index: 10;
}

.section-experience .card h2 {
    margin-top: 48px;

}

.section-experience .introduction-trips-experience {
    margin-bottom: 80px;
}

.section-why-choose {
    padding: 90px 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -10px 0px 20px #00000029;
}
.section-why-choose .content {
    padding: 0 30px;
}
.section-why-choose h2 {
    margin-bottom: 44px;
}
.section-why-choose .content a {
    color: white;

}
.section-why-choose .content .home-btn1 {
    transition: opacity 0.3s;
    background-color: #BF301A;
}
.section-why-choose .content .home-btn1:hover {
    opacity: 0.9;
}
@media screen and (max-width:1025px) {
    .section-experience .card p {
        padding-right: 0;

    }
    
}

