*{
    transition: .2s;
}
:root {
    --primary: #204B82;
    --primaryHover: #C9CDD3;
    --secondary: #0F253A;
    --tertiary: #009BDB;
    --borderColor: #eee;
    --textColor: #7f7f7f;
    --bodyColor: #7f7f7f;
}
/* write your CSS code here */
/* Report an Error Form */
.report-an-error-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cbcbcb;
}

.report-an-error-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cbcbcb;
}

.report-an-error-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #cbcbcb;
}
.report-an-error-form ul{
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.report-an-error-form {
    padding: 20px;
    border: 2px solid var(--tertiary);
    text-align: left !important;
    width: 40rem;
    margin: 0 auto;
}
.report-an-error-form h1, .report-an-error-form h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.report-an-error-form h3 {
    text-align: center;
}
.report-an-error-form .get-free-quote-form h3, .report-an-error-form .get-free-quote-form p {
    margin: 0;
    text-align: left;
}
.report-an-error-form .gfield {
    margin: 10px 0;
    text-align: left;
    padding: 0 !important;
}
.report-an-error-form .screen-reader-text {
    display: none;
}
.report-an-error-form .gfield_required {
    color: #f00000;
    font-size: 15px;
}
.report-an-error-form .gfield input[type="text"], .report-an-error-form .gfield input[type="email"], .report-an-error-form .gfield input[type="number"], .report-an-error-form .gfield select, .report-an-error-form .gfield textarea {
    border: 0;
    border-bottom: 3px solid var(--tertiary);
    padding: 12px 0 8px 0;
    width: 100% !important;
    margin: 0 !important;
    outline: 0;
    transition: .2s;
    font-style: inherit;
    font-family: inherit;
    font-size: 16px;
    color: #000 ;
    border-radius: 0;
    background: transparent;
}
.report-an-error-form .gfield input[type="text"]:hover, .report-an-error-form .gfield input[type="email"]:hover, .report-an-error-form .gfield input[type="number"]:hover, .report-an-error-form .gfield select:hover, .report-an-error-form .gfield textarea:hover {
    border-bottom: 3px solid var(--tertiary);
}
.report-an-error-form .gfield input[type="file"] {
    border: 0;
    border: 1px solid #d9d9d9;
    padding: 12px 0 8px 50px !important;
    width: 100% !important;
    margin: 0 !important;
    outline: 0;
    font-size: 16px;
    background: transparent;
}

.report-an-error-form .gfield input[type="file"]:hover::before {
    border-color: var(--tertiary);
    color: var(--tertiary);
    background-color: #fff;
}
.report-an-error-form .gform_footer input[type="submit"] {
    background-color: var(--tertiary);
    border: 3px solid var(--tertiary);
    padding: 12px 20px;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    transition: .2s;
    outline: 0;
    text-transform: uppercase;
}
.report-an-error-form .gform_footer input[type="submit"]:hover{
    background-color: #fff;
    color: var(--tertiary);
}
.report-an-error-form .gfield_label {
    font-size: 14px !important;
    font-weight: 700;
}
.report-an-error-form .top_label div.ginput_container{
    margin-top: 0 !important;
}
.report-an-error-form .validation_error {
    text-align: left;
    border-left: 3px solid #d00000;
    background: #f5dddd;
    padding: 10px 10px 10px 20px;
}
.report-an-error-form .validation_message {
    font-size: 12px;
    color: #d00000;
}
.confirmation-form-container {
    color: #000;
    margin-top: 20px;
    text-align: center;
    border: 2px solid #eee;
}
.confirmation-form-container p{
    color: #000;
}
.str-main-wrapper_wrapper .gform_footer.top_label {
    display: none;
}
.report-an-error-form .gform_footer.top_label {
    display: block;
}
.report-an-error-form .gfield_visibility_hidden{
    display: none !important;
}
.report-an-error-form input.button.gform_button_select_files, .theme-button {
    border: 1px solid #192C7A;
    background: #192C7A;
    padding: 11px 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.report-an-error-form input.button.gform_button_select_files:hover, .theme-button:hover{
    background-color: #fff;
    color: #192C7A;
}
.report-an-error-form .gform_fileupload_multifile .gform_drop_area {
    padding: 24px;
    border: 1px dashed #d9d9d9;
    text-align: center;
    color: #000;
    margin-bottom: 16px;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.report-an-error-form .gform_drop_instructions {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}
.report-an-error-footer a {
    color: #ecab50;
    font-size: 14px !important;
}
.report-an-error-footer a:hover{
    text-decoration: underline;
}
#-pro-menu-4-53 .oxy-pro-menu-list .menu-item, #-pro-menu-4-53 .oxy-pro-menu-list .menu-item a {
    background: #222;
}
.gform_legacy_markup_wrapper .top_label .gfield_label{
    color: var(--tertiary);
}
.gform_legacy_markup_wrapper h3 {
    color: var(--tertiary);
}
#gform_submit_button_2 {
    width: 100%;
}

/* Responsive Design */
@media only screen and (max-width: 767px){
    .report-an-error-form{
        width: 100%;
    }
    .report-an-error-form .gfield input[type="text"], .report-an-error-form .gfield input[type="email"], .report-an-error-form .gfield input[type="number"], .report-an-error-form .gfield select{
        border: 0;
        border-bottom: 0;
    }
}
@media only screen and (max-width: 425px){
    .report-an-error-form h1 {
        font-size: 20px;
    }
}
/* End Report an Error Form */

/* Common CSS */
.text-red {
    color: #ff0101;
}
.mt-0{
    margin-top: 0px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-15{
    margin-top: 15px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.f-30{
    font-size: 30px !important;
}
.f-10{
    font-size: 10px !important;
}
.w-130{
    width: 130px !important;
}
.w-150{
    width: 150px !important;
}
.w-300{
    width: 300px !important;
}
.full-width{
    display: block;
    width: 100% !important;
}
.d-block{
    display: block !important;
}
.b-600{
    font-weight: 600;
}
.b-700{
    font-weight: 700;
}
.p-10{
    padding: 10px;
}
.p-15{
    padding: 15px;
}
.p-20{
    padding: 20px;
}
.p-30{
    padding: 30px;
}
.text-align{
    text-align: center;
}
.text-yellow{
    color: #ffcc00 !important;
}
.text-sky-blue{
    color: #6fddff !important;
}
.d-none{
    display: none;
}
.bg-facebook{
    color: #fff;
    background: #3b5998;
}
.bg-twitter{
    color: #fff;
    background: #1da1f2;
}
.bg-instagram{
    color: #fff;
    background: #c32aa3;
}
.bg-linkedin{
    color: #fff;
    background: #0a66c2;
}
.bg-pinterest{
    color: #fff;
    background: #bd081c;
}
.bg-youtube{
    color: #fff;
    background: #ff0000;
}
.bg-calendar{
    color: #fff;
    background: #0a66c2;
}
.bg-vimeo{
    color: #fff;
    background: #1ab7ea;
}
.bg-nft{
    color: #fff;
    background: #fba300;
}
.bg-tickets{
    color: #fff;
    background: #bd5c08;
}
.bg-race-results{
    color: #fff;
    background: var(--tertiary);
}
.bg-news{
    color: #fff;
    background: #960a0c;
}
.bg-podcast{
    color: #fff;
    background: #32037f;
}
.bg-dribble{
    color: #fff;
    background: #ea4c89;
}
.bg-discord{
    color: #fff;
    background: #5865f2;
}
.bg-track-pass{
    color: #fff;
    background: var(--tertiary);
}
.bg-ebay{
    color: #fff;
    background: #c3003a;
}
.bg-whatnot{
    color: #fff;
    background: #fff351;
}
.bg-etsy{
    color: #fff;
    background: #F1641E;
}
.bg-store{
    color: #fff;
    background: #12833a;
}
.rcp_message p {
    margin-bottom: 10px !important;
    background: #eee !important;
    border-radius: 5px !important;
    border-left: 3px solid #919191 !important;
    border-right: 3px solid #919191 !important;
}
.rcp_message .rcp_error {
    background: #f1a6a6 !important;
    color: #722828 !important;
    border-color: #d10000 !important;
    border: 1px solid #d10000 !important;
    border-left: 3px solid #d10000 !important;
    border-right: 3px solid #d10000 !important;
}
.custom-alert{
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #eee;
    border-radius: 5px;
    border-left: 3px solid #919191;
    border-right: 3px solid #919191;
}
.custom-alert-info {
    background: #caedff;
    color: #006599;
    border-color: #006599;
}
.custom-alert-danger{
    background: #d10000;
    color: #722828;
    border-color: #d10000;
}
.custom-alert-warning {
    background: #ff8d00;
    color: #f9f9f9;
    border-color: #af6100;
}
.custom-alert-primary {
    background: var(--tertiary);
    color: #ffffff;
    border-color: #086493;
}
.responsive-img img{
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    height: 100%;
    width: auto !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: unset !important;
}
.shadow, .shadow-hover:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
/* Close Common CSS */

.filter-booking-form {
    background: #fff;
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: -40px;
    border-radius: 5px;
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
    box-shadow: 0px 1px 14px 0px rgb(0 0 0 / 30%);
}
.filter-booking-form form {
    display: flex;
    place-content: space-between;
    text-align: center;
}
.book-now-btn {
    background-color:#fe7e17;
    border: none;
    padding: 24px;
    color: #ffffff;
    width: 30%;
    height: auto;
    background-size: 200% auto;
    transition: background .2s ease-out,color .2s ease-out;
    font-weight: 500;
    font-size: 20px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer!important;
    transition-duration: .2s;
}
.book-now-btn:hover{
   opacity: 75%;
}
.choose-adventure {
    text-align: center;
    width: 70%;
}
.choose-adventure h4 {
    display: contents;
    height: auto;
    width: 100%;
    position: relative;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
}
.choose-adventure {
    text-align: center;
    width: 70%;
}
.filter-booking-form #choose_adventure {
    background: rgba(0, 0, 0, .1);
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 4px 5px;
    color: #666666;
    text-align: center;
    font-size: 14px;
    border: 1px solid #cdcdcd;
}
.choose-adventure {
    text-align: center;
    width: 70%;
    padding: 6px 0 10px 0;
}
.video-thumbnail {
    background-position: center;
    height: 38rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-overlay {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
    cursor: pointer;
    transition: .2s;
}
.video-overlay:hover{
    background: rgb(0 0 0 / 53%);
}
.video-thumbnail .fa.fa-play {
    position: relative;
    z-index: 3;
    background: #fe6f17;
    color: #fff;
    padding: 13px 15px;
    font-size: 28px;
    border-radius: 5px;
    cursor: pointer;
    transition: .4s;
}
.video-thumbnail .fa.fa-play:hover{
    transform: scale3d(.8, .8, .8);
}
.video-thumbnail .fa.fa-play:hover + .video-overlay{
    background: rgb(0 0 0 / 53%);
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.booking-tabs-wrapper {
    border: 1px solid #eee;
    width: 100%;
}
.booking-tabs-wrapper .oxy-tab {
    padding: 10px;
    text-align: center;
    border: 1px solid #eee;
    border-top: 0;
    border-left: 0;
}
.booking-tabs-wrapper .oxy-tab .ct-text-block {
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
}
.booking-tabs-wrapper .tabs-9174-tab-active{
    border-bottom: 0;
}
.booking-tabs-wrapper ul, .lists-wrapper ul{
    list-style-type: none;
    padding: 0;
}
.lists-wrapper ul.tour-items i {
    font-size: 20px;
}
.lists-wrapper ul.tour-items li {
    font-size: 14px;
    margin-bottom: 10px;
}
.booking-tabs-wrapper table#desktop-table-view {
    padding: 25px;
}
table#desktop-table-view td {
    padding: 10px;
}
.tour-more-details ul li {
    width: 33.33333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.tour-more-details ul li span {
    font-size: 18px;
    color: #7f7f7f;
}
.tour-more-details ul li i {
    font-size: 45px;
    color: #6197D0;
    margin-bottom: 20px;
}
.tour-itinerary h4 {
    font-size: 18px;
    font-weight: 700;
}
.meal-details {
    text-align: center;
    width: 100%;
}
.tour-more-details ul {
    display: flex;
    place-content: space-around;
    flex-wrap: wrap;
}
.meal-details h2 {
    font-weight: 600;
    margin-bottom: 20px;
} 
.meal-details h6 {
    font-weight: 600;
}
.meal-details h6 {
    font-weight: 600;
    color: #000;
    margin: 25px 0;
}
ul.bring-lists {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    place-content: space-around;
}
ul.bring-lists li {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 33.3333%;
    margin-bottom: 20px;
}
ul.bring-lists li span {
    margin: 10px;
}
.booking-tour-form input[type="text"], 
.booking-tour-form input[type="email"], 
.booking-tour-form input[type="number"],
.booking-tour-form select, 
.booking-tour-form textarea,
input#input_3_4 {
    font-size: 14px !important;
    padding: 15px !important;
    border: 0 !important;
    border-bottom: 1px solid #8d8d8d !important;
    outline: 0 !important;
    font-family: inherit !important;
    background: transparent;
}
/* .gform_footer.top_label input[type="submit"] {
    padding: 10px 20px!important;
    color: #ffffff!important;
    font-size: 18px;
    padding: 20px;
    background: linear-gradient(135deg,rgba(254,142,23,1) 0,rgba(254,105,23,1) 35%,rgba(254,118,23,1) 65%,rgba(254,142,23,1) 100%)!important;
    background-size: 200% auto!important;
    transition: background .2s ease-out,color .2s ease-out!important;
    border: none!important;
}
.gform_footer.top_label input[type="submit"]:hover {
    transition: background .2s ease-out,color .2s ease-out!important;
    background-position: right center!important;
} */
.booking-tour-form .gform_footer.top_label {
    flex-direction: column-reverse;
}
.responsive-img img{
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    height: 100%;
    width: auto !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: unset !important;
}
.shadow, .shadow-hover:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.blog-lists-template .user-dashboard-pages {
    width: 100%;
}
.blog-lists-template .user-dashboard-banner h6 {
    width: 100%;
    text-align: center;
}
.blog-lists-template .author {
    text-transform: uppercase;
    font-weight: 600;
}
.blog-lists-template .blog-img {
    position: relative;
    width: 100%;
    height: 13rem;
    overflow: hidden;
    background: #eee;
}
.blog-lists-content {
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
}
.blog-lists-content li {
    width: 33.333333%;
    margin-bottom: 5px;
    padding: 5px;
    text-align: center;
}
.blog-lists-content li a.blog-items {
    border: 1px solid #eee;
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.blog-lists-content h5.blog-lists-heading {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
    color: #0a3a85;
    text-align: center;
}
.blog-lists-content .blog-wrapper {
    padding: 15px;
    color: #7f7f7f;
    margin-bottom: 24px;
    text-align: center;
}
.blog-lists-content .blog-lists-date {
    margin: 15px;
    font-size: 12px;
    color: #afafaf;
    text-align: center;
}
.blog-lists-content .read-more-btn {
    color: #009BDB;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px 10px 15px;
}
.blog-lists-content .read-more-btn span {
    color: #009BDB;
    font-weight: 600;
    text-decoration: underline;
}
.blog-lists-template .ml-form.blog-search-form {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.blog-lists-template .lp-summary{
    margin: 0;
    padding: 0;
}
.blog-lists-template .blog-img span.post-type {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #009BDB;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
}
.no-search-results {
    display: block;
    margin-top: 40px;
    text-align: center;
    padding: 40px;
}
.no-search-results i.ti-search {
    font-size: 7rem;
    margin-bottom: 20px;
    display: block;
    color: #dbdbdb;
}
.no-search-results h4 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.no-search-results h4 strong {
    color: #009bdb;
}