@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@400;500;600&display=swap');

a, a:focus, a:hover {
    color: #0091a6;
}

body {
    font-size: 16px;
    background-color: #FFFFFF;
}

.f-title,
.guide_section_box_title,
.new_headerfont {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500;
}

.bottom-footer p,
.f-about p,
.f-link ul li a,
.subscribe-form .input-group .form-control,
.footer_credit_p,
.new_font,
p, body,
.find-trip ul li h2 {
    font-family: 'Poppins';
}

button.btn.btn-s-submit.footer_subscribe_user_form_submit {
    background: #0091a6;
    font-family: 'Poppins';
    border-radius: 100px;
}

.subscribe-form .input-group .form-control {
    border-radius: 100px;
    width: calc(100% - 30px);
}

.footer_credit {
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    background: #060606;
}

.w_font {
    color: #FFFFFF;
}

.theme_color {
    color: #0091a6;
}

.theme_bg_color {
    background-color: #0091a6;
}

.theme_btn {
    background-color: #0091a6;
    padding: 15px 40px;
    color: #FFFFFF;
    font-family: 'Poppins';
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid #0091a6;
    text-shadow: none !important;
    box-shadow: none !important;
}

.theme_btn:hover {
    background-color: #FFFFFF;
    color: #0091a6;
    border: 1px solid #0091a6;
    font-weight: 500;
}

.border_btn {
    background-color: #FFFFFF;
    padding: 15px 40px;
    color: #0091a6 !important;
    font-family: 'Poppins' !important;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid #0091a6;
    font-size: 16px !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.border_btn:hover {
    background-color: #0091a6;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    font-weight: 500;
}


.border_w_btn {
    padding: 15px 40px;
    color: #FFFFFF !important;
    font-family: 'Poppins' !important;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid #FFFFFF;
    font-size: 16px !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.border_w_btn:hover {
    background-color: #FFFFFF;
    color: #0091a6 !important;
    border: 1px solid #FFFFFF;
    font-weight: 500;
}

section {
    clear: both;
}


.section_padding_top {
    padding-top: 60px;
}

.section_padding_bottom {
    padding-bottom: 60px;
}

.section_padding_30_top {
    padding-top: 20px;
}

.section_padding_30_bottom {
    padding-bottom: 20px;
}

footer {
    background-color: #111111;
}

.guide_section_img {
    width: 80px !important;
    height: 80px;
}

.guide_section_box {
    margin-bottom: 40px;
}

.section_title {
    font-size: 50px;
    font-family: "Bebas Neue", sans-serif;
}

.section_subtitle {
    font-size: 25px;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.point_ul h3 {
    font-family: "Bebas Neue", sans-serif;
}

.point_ul_ul, .point_ul_ul_ul {
    font-family: 'Poppins';
    line-height: 1.7;
}

.point_ul li::marker {
    color: #0091a6;
}

.section_bg {
    background: #e8f6f7;
}

.panel-default>.panel-heading {
    background: #fff;
    border-color: #cdcdcd;
    font-family: 'Poppins';
}

i.more-less.glyphicon.glyphicon-plus {
    color: #0091a6;
}

.panel-title i {
    color: #0091a6;
    font-weight: 300;
    margin: 0 7px 0 0;
}

.faq_50 h4.panel-title a {
    line-height: 1.3;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body p {
    font-family: 'Poppins';
}

.panel-title {
    background: #ffffff;
}

.shopexplore_box_title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 22px;
    margin-top: 0;

}

.shopexplore_box_text {
    font-family: 'Poppins';
}

.shopexplore_box {
    border: 1px solid #c9c9c9;
    padding: 25px;
}

.shopexplore_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.shopexplore_row {
    row-gap: 30px;
    display: flex;
    flex-wrap: wrap;
}

.rafttype_box_img {
    border: 1px solid #c9c9c9;
}

.rafttype_box_text {
    background: #00000087;
    text-align: center;
    font-family: 'Poppins';
    font-size: 20px;
    color: #fff;
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s all;
}

.rafttype_box {
    position: relative;
}

.rafttype_box:hover .rafttype_box_text {
    opacity: 1;
}

.rafttype_row {
    row-gap: 30px;
    display: flex;
    flex-wrap: wrap;
}

/*ul.nav.nav-tabs {
    display: flex;
    border: none;
}*/

ul.nav.nav-tabs li.active a {
    border: none;
}

ul.nav.nav-tabs li.active a:hover {}

.nav-tabs>li>a:hover {
    background: none;
    border: none;
}

.canyon_box {
    border: 1px solid #0091a6 !important;
    border-radius: 15px;
}

.canyon_inner_box ul {
    padding-left: 20px;
    min-height: 92px;
}

.canyon_box h6 {
    font-family: 'Bebas Neue';
    font-size: 20px;
    margin: 0;
    background: #0091a6;
    color: #FFFFFF;
    border-radius: 14px 14px 0 0;
    padding: 8px 20px;
}

.canyon_box .canyon_inner_box {
    font-family: 'Poppins';
    padding: 10px 20px 20px 20px;
    color: #000;
    margin-bottom: 00;
    display: block;
}

.nav-tabs>li a {
    color: #000;
}

.nav-tabs>li>a {
    margin-right: 0;
    border: none;
}

.canyon_img {
    padding: 0;
}

.iconinfo_section {
    background: rgb(0, 145, 166);
    background: linear-gradient(90deg, rgba(0, 145, 166, 1) 50%, rgba(232, 246, 247, 1) 50%);
}

ul.iconinfo_ul {
    list-style: circle;
    margin-top: 20px;
    font-family: 'Poppins';
    padding-left: 20px;
}

ul.iconinfo_ul li {
    margin-bottom: 20px;
}

ul.iconinfo_ul li:last-child {
    margin-bottom: 0 !important;
}

ul.iconinfo_ul li::marker {
    color: #0091a6;
}

.iconinfo_col_1 {
    padding-right: 3rem;
}

.iconinfo_col_2 {
    padding-left: 3rem;
}

.iconinfo_title {
    font-family: 'Poppins';
    text-align: center;
    color: #FFFFFF;
}

.iconinfo_icon {
    width: 70px;
    margin: 0 auto 20px;
}

.iconinfo_col_1 .col-md-3 {
    margin-bottom: 50px;
}

.iconinfo_row {
    display: flex;
    align-items: center;
}

ul.review_ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
    gap: 20px;
    justify-content: center;
}

.review_img {
    width: 100px;
}

.main-slider .carousel-caption .slider_h1 {
    font-family: "Bebas Neue", sans-serif !important;
    line-height: 1;
}

.slider_h2 {
    font-family: 'Poppins' !important;
}

.slider_h3 {
    font-family: 'Poppins' !important;
}

.top_section_contact_link {
    font-family: 'Poppins' !important;
    font-size: 19px !important;
    display: flex;
    gap: 5px;
    align-items: center;
}

.contact_link1, .contact_link1:hover {
    color: #ffffff;
    text-decoration: underline;
}

.main-slider .carousel-caption {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inline_link, .inline_link:hover {
    font-size: 18px;
    color: #0091a6;
    text-decoration: underline;
    font-weight: 600;
}

.trip_box .col-md-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.tripBox_box_title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 21px;
    margin-top: 0;

}

.tripBox_box_text {
    font-family: 'Poppins';
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.3;
}

.trips_row .trip-box .trip_box {
    border: 1px solid #c9c9c9;
    padding: 18px;
    margin-bottom: 30px;
}

.tripBox_img {
    height: 250px;
    object-fit: cover;
}


.title_h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 55px;
    margin: 15px;
}

.trips_div {
    display: flex;
    justify-content: center;
    align-items: center;
}

select#tripSelector {
    padding: 8px 55px 8px 15px !important;
    height: auto !important;
    border-radius: 50px !important;
}

.trips_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu>ul {
    text-align: right;
}

.menu ul>li>a {
    font-size: 16px;
}

.menu>ul>li {
    margin-right: 40px;
}

.top_header {
    background: #0091a6;
    color: #fff;
    padding: 10px 0;
}

a.tablinks {
    display: inline-block;
    padding: 15px;
}

.tab {
    display: flex;
    border: none;
}

.tabcontent {
    box-shadow: none;
}

.weather_row {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 30px;
}

.weather_div .month {
    font-size: 20px;
}

h4.high_temp {
    margin-bottom: 0;
    color: #c44638;
}

h4.low_temp {
    margin-bottom: 0;
    color: #0091a6;
}

img.weather_img {
    width: 64px !important;
    height: 64px !important;
    margin: 10px 0;
}

div#info {
    margin-top: 50px;
}

.weather_grid.active .weather_div .month {
    font-weight: 500;
}

.weather_grid.active {
    background: #f5f5f5;
    border-radius: 10px;
}

.weather_grid {
    padding: 15px;
    flex: 1 1 0px;
}

.mobile_row {
    display: none;
}

.mega-menu {
    top: 105px;
}

.fixed .mega-menu {
    top: 85px;
}

.panel-title>a {
    font-size: 13.5px;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.slider_h1.slider_h1 {
    font-size: 80px !important;
}

.canyon_link, .canyon_link:hover {
    color: #0091a6;
    display: block;
    margin-top: 10px;
    font-weight: 500;
}

.tab {
    gap: 30px;
}

.tablinks {
    flex: 1 1 0px;
}

.hike_icon_p {
    position: relative;
    padding-right: 20px;
}

img.home_hike_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    object-fit: contain;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
}

.float-social {
    background: #0091a6 !important;
}

.p-card-call-to-action-trip h2 span, .p-card-call-to-action-dates h2 span {
    font-family: 'Poppins';
}

.p-card-call-to-action-trip>h2 {
    font-family: 'Poppins';
}

.canyon_box p span {
    height: 134px;
    display: inline-block;
}

.text-end {
    text-align: right;
}

.icon_menu {
    display: none;
}

.topmenugap {
    float: right;
}

.topmenugap {
    float: right;
}

a.menu_btn {
    border: 1px solid #0091a6;
    color: #0091a6 !important;
    font-family: 'Poppins';
    border-radius: 100px;
    padding: 10px 20px !important;
}

a.menu_btn:hover {
    background: #0091a6;
    color: #fff !important;
}

.top_header {
    display: none;
}

img#video-placeholder {
    width: 100%;
}

.logo {
    text-align: left !important;
}

#videoModal .modal-body {
    padding: 0;
}

#videoModal button.close {
    position: absolute;
    z-index: 99;
    background: #ff0000 !important;
    width: 30px;
    height: 30px;
    margin-right: 0;
    top: -15px;
    right: -15px;
    text-align: center;
}

#videoModal button.close span {
    font-size: 22px;
    line-height: 30px;
    text-shadow: none;
    color: #fff;
}

.video-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}

video#home-video {
    width: 100%;
    height: 780px;
    object-fit: cover;
    object-position: bottom;
}

.tripbox_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.trips_row .trip-box .trip_box .row {
    display: flex;
}

.tripbox_info div:first-child p {
    list-style: disc;
    display: list-item;
    margin-left: 20px;
}

body.modal-open {
    width: 100%;
}

h2.cta_title {
    font-family: "Bebas Neue", sans-serif;
    margin-top: 20px !important;!i;!;
    display: block;
}

.cta_img {
    margin-top: 20px;
}

img.thumbnail {
    border: none;
    padding: 0;
    margin-top: 30px;
}

.thumbnail_video .othercenter img {
    width: auto !important;!i;!;
}

span.thumbnail_video {
    position: relative;
    width: 60%;
    display: block;
    margin: 0 auto;
}

.full_width {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw + 8px);
    margin-right: calc(-50vw + 8px);
    width: calc(100vw - 17px);
}
.full_width_bg {
    background: url(https://booking.advantagegrandcanyon.com/img/gallery/Nankoweep%20Hike%20View%20Point.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
}

.full_width_bg:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000a1;
    z-index: 0;
}

.full_width_bg .container {
    z-index: 9;
    position: relative;
}

.full_width_bg .slider_h1 {
    font-family: "Bebas Neue", sans-serif !important;
    line-height: 1;
}

.full_width_bg {
    text-align: center;
}

p.slider_h3 {
    font-size: 26px;
    color: #fff;
    text-shadow: none;
    font-family: 'Poppins';
    font-weight: 300;
}

.grand-canyon-rafting .packing-heading-black.active_color {
    display: none;
}

section.camping-bottom-bg.grand-canyon-rafting {
    top: -30px !important;
    position: relative;
}

.grand-canyon-rafting .blog_content p{
    font-size: 16px;
    line-height: 1.5;
}
.grand-canyon-rafting .blog_content .tripBox_box_text {
   font-size: 15px;
    line-height: 1.3;
}

.grand-canyon-rafting .blog_content img:nth-child(odd) {
    float: left !important;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.centered.othercenter {
    width: 120px;
}

.videoModal_menu {
    width: 50%;
    margin: 20px auto 20px;
}

.blog_item img {
    height: 150px;
    object-fit: cover;
}

@media (max-width: 496px) {
    .mobile_row {
        display: block;
    }

    .desktop_row {
        display: none;
    }

    .guide_section_box {
        margin-bottom: 0;
    }

    .section_padding_bottom {
        padding-bottom: 20px;
    }

    .section_padding_top {
        padding-top: 20px;
    }

    ul {
        padding-inline-start: 15px;
    }

    .section_title {
        font-size: 30px;
    }

    .container-xxl {
        width: auto;
    }

    .shopexplore_box {
        padding: 15px;
    }

    .iconinfo_row {
        display: initial;
    }

    .owl-carousel .owl-item .iconinfo_icon {
        width: 50px !important;
    }

    .iconinfo_section {
        background: rgb(0, 145, 166);
        background: linear-gradient(180deg, rgba(0, 145, 166, 1) 28%, rgba(232, 246, 247, 1) 28%);
    }

    .iconinfo_col_2 {
        padding-left: 0;
        margin-top: 50px;
    }

    h1.title_h1 {
        font-size: 30px;
    }

    .section_subtitle {
        font-size: 18px;
    }

    .trips_div {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .trips_row .trip-box .trip_box {
        padding: 15px;
        margin-bottom: 0;
    }

    .trips_row .trip-box .trip_box .tripBox_img {
        width: 100% !important;
    }

    .canyon_img {
        padding: 0 0 20px 0;
    }

    .main-slider {
        height: 600px !important;
    }

    .main-slider .item {
        height: 600px !important;
    }

    .mobile-header {
        display: none;
    }

    .bottom-header {
        padding-bottom: 5px;
        padding-top: 5px;
        margin: 0;
        height: 60px;
    }

    .menu {
        width: auto !important;
        margin-top: 20px !important;
        text-align: right;
    }

    .menu-container .menu li a {
        color: #000;
    }

    .logo {
        left: auto;
        transform: none;
        width: auto;
    }

    .row.bottom-header {
        background: #ffffff;
        display: block;
    }

    .login-col, .cart-top {
        margin-left: -12px !important;
    }

    .cart-top a {
        font-size: 18px;
    }

    .login-col {
        top: 15px !important;
    }

    .menu-mobile {
        color: #000;
    }

    .logg .btn-logout {
        color: #000;
        font-size: 15px;
    }

    .cart-top .fa {
        color: #000;
    }

    .menu-dropdown-icon:before {
        display: none;
    }

    .container.mobile_container {
        background: #fff;
    }

    .s-rtl {
        position: absolute;
        right: 0;
        width: 100%;
    }

    .icon_menu {
        position: absolute;
    }

    .main-slider .carousel-caption .slider_h1 {
        font-size: 29px !important;
    }

    .main-slider .carousel-caption p {
        font-size: 14px !important;
    }

    .theme_btn, .border_btn, .border_w_btn {
        padding: 10px 30px;
    }

    .top_section_btn a {
        margin-bottom: 10px;
    }

    a.contact_link1 {
        color: #fff !important;
    }

    .fixed {
        padding-bottom: 0 !important;
    }

    .mobileimg:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0000005e;
    }

    .fixed .s-rtl {
        top: 6px;
    }

    .tripBox_img {
        margin-bottom: 10px;
    }

    .black-text {
        padding-bottom: 0px !important;
    }

    .section {
        padding: 35px 15px;
    }

    .faq_row .faq_50 {
        margin-bottom: 10px !important;
    }

    .faq-col {
        width: auto;
    }

    .fixed.black-text {
        padding-bottom: 2px !important;
    }

    .fixed .cart-top {
        top: 12px !important;
    }

    .fixed .login-col {
        top: 12px !important;
    }

    .fixed .topmenugap {
        margin-top: 16px !important;
    }

    .rafttype_box {
        display: inline-block;
        position: relative;
    }

    .item.trip-box {
        display: block !important;
    }

    .top_section_contact_link {
        display: block;
    }

    .owl-carousel .owl-item img {
        width: auto !important;
        right: 30px;
    }

    .trip_box .row .col-md-6:last-child {
        min-height: 140px;
    }

    .canyon_box p span {
        height: 95px;
    }

    .mega-menu {
        top: auto;
    }

    .c-video {
        height: 180px !important;
    }

    a.menu_btn {
        font-size: 17px !important;
        padding: 20px !important;
    }

    .menu>ul>li:last-child {
        display: inline-block !important;
        width: auto;
        float: right;
        margin-right: 0;
    }

    .top_section_contact_link svg {
        vertical-align: middle;
    }

    img.weather_img {
        margin: 10px auto;
    }

    .chart_section div#info {
        display: none;
    }
    .fancybox-container {
        z-index: 999999 !important;
    }
    .fancybox-toolbar {
        opacity: 1 !important;
        visibility: visible !important;
        right: 0 !important;
        top: 20% !important;
    }
    .trips_row .trip-box .trip_box .row {
        display: block;
    }
    .centered.othercenter {
    width: 120px;
}

section.camping-bottom-bg.grand-canyon-rafting {
    padding-top: 0;
}

.blog_content {
    padding: 0;
}

.grand-canyon-rafting .trips_row .trip-box .trip_box .tripBox_img {
    margin-bottom: 20px;
}

.grand-canyon-rafting .trip-box {
    padding: 0 !important;!i;!;
    width: 100%;
}
.grand-canyon-rafting .blog_content iframe{
    height: 180px;
}
.videoModal_menu {
    display: none;
}
.grand-canyon-rafting .othercenter img {
    z-index: 999;
}

.grand-canyon-rafting .centered.othercenter img {
    width: 100% !important;!i;!;
    z-index: 9999;
    position: relative;
    top: 90px;
}

.grand-canyon-rafting .centered.othercenter {
    z-index: 9999;
}
.othercenter img {
        width: 75% !important;
        height: auto;
    }
    
    .owl-carousel .blog_item img {
        width: 100% !important;
    }
}

@media (max-width: 1900px) {
    .top_section_contact_link {
        display: block;
    }
}

@media (min-width: 1400px) {
    .container-xxl {
        width: 1320px;
    }

    .videoModal img {
        width: auto !important;
    }
}

@media (min-width: 900px) and (max-width: 1100px) {
    .canyon_inner_box ul {
        padding-left: 20px;
        min-height: auto;
    }
    .canyon_box .canyon_inner_box {
        font-size: 13px;
    }
    .tripBox_box_title {
        font-size: 17px;
    }

    .tripBox_box_text {
        font-size: 13px;
        margin-bottom: 0.5rem !important;
    }

    .tripBox_img {
        height: 230px;
    }

    .tripbox_info div:first-child p {
        margin-left: 10px;
    }
    .main-slider .carousel-caption .slider_h1 {
        font-size: 40px !important;
    }

    .slider_h2 {
        font-size: 20px !important;
    }

    .main-slider .carousel-caption p {
        font-size: 18px !important;
    }

    .theme_btn {
        padding: 10px 20px;
    }

    .border_w_btn {
        padding: 10px 20px;
    }

    .main-slider {
        height: 550px !important;
    }
    .canyon_box .canyon_inner_box{
        padding: 10px 20px 10px 20px;
    }
    .shopexplore_box_title {
        font-size: 18px;
    }

    .shopexplore_box_text {
        font-size: 13px;
    }

    .border_btn {
        padding: 10px 36px;
    }

    .shopexplore_box {
        padding: 15px;
    }
    .review_img {
        width: 70px;
    }
    .fancybox-container {
        z-index: 999999 !important;
    }
    .fancybox-toolbar {
        opacity: 1 !important;
        visibility: visible !important;
        right: 0 !important;
        top: 20% !important;
    }
    .menu>ul>li {
        margin-right: 11px;
        margin-top: 40px;
    }

}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

@media (min-width: 1000px) and (max-width: 1400px) {
    .main-slider .carousel-caption {
        top: 40%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-slider .carousel-caption {
        top: 50% !important;
    }
}
/* ==============================
   FOOTER
================================ */
/* ==============================
   FOOTER
================================ */

.custom-footer{
    position:relative;
    background:#000 url('/img/White-Rafting-Promotion-Flyer-2.webp') no-repeat center bottom;
    background-size:cover;
    padding:120px 0 180px;
}

/* overlay */

.custom-footer::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:linear-gradient(to top, rgba(0,0,0,0.75) 10%, rgba(0,0,0,1) 65%);
    z-index:1;
}

/* container */

.footer-container{
    max-width:1320px;
    margin:0 auto;
    display:flex;
    position:relative;
    z-index:2;
}

/* columns */

.footer-col{
    padding:0 60px;
}

/* divider */

.footer-col:not(:last-child){
    border-right:1px solid rgba(255,255,255,0.08);
}

/* headings */

.footer-col h3{
    color:#fff;
    font-size:22px;
    letter-spacing:1px;
    margin-bottom:30px;
    padding-bottom:12px;
    border-bottom:1px solid rgba(255,255,255,0.08);
    white-space:nowrap;
}

/* lists */

.footer-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-col ul li{
    margin-bottom:14px;
}

.footer-col ul li a{
    color:#cfcfcf;
    font-size:15px;
    text-decoration:none;
}

.footer-col ul li a:hover{
    color:#fff;
}

/* two-column links */

.footer-links{
    display:flex;
    gap:90px;
}

/* contact */

.footer-col.contact p{
    color:#cfcfcf;
    font-size:15px;
    margin-bottom:12px;
}

.footer-col.contact a{
    color:#39c1ff;
}

/* copyright */

.footer_credit{
    text-align:center;
    padding:20px 0;
    border-top:1px solid rgba(255,255,255,0.08);
    background:#000;
    color:#cfcfcf;
    font-size:14px;
}

/* ==============================
   FOOTER RESPONSIVE FIX
================================ */

/* Tablet & Mobile */

@media (max-width: 992px){

    .footer-container{
        flex-direction:column;
        padding:0 20px;
    }

    .footer-col{
        padding:0;
        margin-bottom:40px;
        border-right:none;
    }

    .footer-col h3{
        white-space:normal; /* allow heading to wrap */
        font-size:20px;
    }

    /* first column links stack */
    .footer-links{
        flex-direction:column;
        gap:0;
    }

}

/* Small Mobile */

@media (max-width: 576px){

    .custom-footer{
        padding:80px 0 120px;
    }

    .footer-col h3{
        font-size:18px;
    }

    .footer-col ul li{
        margin-bottom:10px;
    }

}

.explore_img2{
    background: url('/images/explore-button.png') no-repeat center;
    background-size: cover !important;

    width: 67px;
    height: 221px;

    display:block;

    margin-top: -157.5px !important;
}

.explore_img1{
    background: url('/images/explore-button.png') no-repeat center !important;
    background-size: cover !important;

    width: 67px !important;
    height: 221px !important;

    display: block;

    /* alignment fix */
    margin-top: -157.5px !important;

    /* visibility fix */
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}


@media (min-width: 320px) and (max-width: 786px) {

   

    /* FOR explore_img1 */
    #mrova-img-control-explore.explore_img1 {
        top: 185px !important;
    }

    /* FOR explore_img2 */
    #mrova-img-control-explore.explore_img2 {
        top: 241px !important;
    }
}