.inside-header {
    padding: 10px 0px;
}
.site-logo {
    padding-left: 15px;
}
.site-content {
    display: flex;
    flex-direction: column;
}

.entry-header {
    display: none;
}

.main-navigation li {
    position: unset;
    transition: .3s all;
}

.sub-menu {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100% !important;
    left: 0px !important;
    padding: 20px 10px 20px !important;
}

.main-navigation ul ul li {
    width: 25%;
    float: left;
    margin-bottom: 3px;
}

.no-full-container .grid-container {
    width: 1280px;
}

.site.grid-container {
    max-width: 100%;
}

.separate-containers .site-main {
    margin: 0px;
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
    margin-top: 0px;
}

.site-header {
    position: absolute;
    margin: 0 auto;
    right: 0px;
    left: 0px;
    z-index: 9;
    top: 0px;
}

.line-heading span {
    background: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.site-footer {
    background: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-contact {}

.footer-contact h4 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}

.footer-contact h5 {
    color: #E1E1E1;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-decoration: none;
    margin-bottom: 6px;
}

.footer-contact a {
    text-decoration: none;
    font-weight: bold;
}

.footer-contact a:hover {}

.widget-title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}

.inside-footer-widgets #menu-company a {
    color: #E1E1E1;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-decoration: none;
}

.inside-footer-widgets #menu-company a:hover {
    color: #c1c902;
}

.inside-footer-widgets #menu-tours a {
    color: #E1E1E1;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-decoration: none;
}

.inside-footer-widgets #menu-tours a:hover {
    color: #c1c902;
}

.copyright-cus .grid-container {
    border-top: 1px solid #5E5E5E;
    padding: 20px 20px;
    color: #E1E1E1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.footer-widgets-container {
    padding: 90px 0px 90px 0px;
}

.new-cus-tour {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 2%;
}

.new-cus-tour-col {
    width: 32%;
    background: #fff;
    margin-bottom: 30px;
}

.new-cus-tour-col .tour-box-content {
    padding: 10px 0px 0px;
    background: #fff;
}

.new-cus-tour-col .tour-box-content h3 {
    color: #292929;
    font-size: 20px;
    margin: 10px 0px 15px 0px;
}

.new-cus-tour-col .type-data-tour-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-row-gap: 2%;
}

.new-cus-tour-col .tour-type {
    width: 50%;
}

.new-cus-tour-col .tour-type-inner {
    display: block;
    height: 28px;
}

.new-cus-tour-col .tour-type img {
    width: 28px;
    height: 28px;
    float: left;
    margin-right: 7px;
}

.new-cus-tour-col .tour-type p {
    font-weight: 600;
    font-size: 15px;
    margin: 0px 0px 0px 0px;
}

.new-cus-tour-col .tour-box-top-info {
    padding: 0px 25px;
}

.tour-box-top-info a {
    text-decoration: none;
}

.new-cus-tour-col .tour-box-bottom-info {
    padding: 0px 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    background: #F9F9F9;
}

.new-cus-tour-col .tour-location {
    width: 50%;
}

.new-cus-tour-col .tour-location p {
    font-weight: 600;
    font-size: 15px;
    margin: 0px 0px 0px 0px;
    float: right;
}

.new-cus-tour-col .tour-location img {
    float: right;
    margin-left: 7px;
    width: 33px;
}

.new-cus-tour-col .tour-price {
    display: flex;
    padding-top: 10px;
}

.new-cus-tour-col .tour-price .price-text {
    margin: 0px;
    width: 50%;
    color: #525252;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0px 0px 0px;
}

.new-cus-tour-col .tour-price .price-main {
    margin: 0px;
    width: 50%;
    text-align: right;
}

.new-cus-tour-col .tour-color-green .tour-price .price-main p {
    font-weight: bold;
    background: url(../images/price-green.png);
    background-size: 116px 47px;
    display: inline-block;
    width: 116px;
    height: 47px;
    font-size: 15px;
    padding: 10px;
}

.new-cus-tour-col .tour-color-mustard .tour-price .price-main p {
    font-weight: bold;
    background: url(../images/price-mustard.png);
    background-size: 116px 47px;
    display: inline-block;
    width: 116px;
    height: 47px;
    font-size: 15px;
    padding: 10px;
}

.new-cus-tour-col .tour-duration {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 10px 0px;
}

.new-cus-tour-col .tour-duration h5 {
    color: #525252;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    display: flex;
    align-items: center;
    width: 40%;
}

.new-cus-tour-col .tour-duration h5:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/hourglass.png);
    background-size: 17px 17px;
    margin-right: 5px;
}

.new-cus-tour-col .tour-duration p {
    display: flex;
    align-items: center;
    width: 60%;
    text-align: right;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.new-cus-tour-col .tour-fitness {
    display: flex;
    padding: 10px 0px;
}

.new-cus-tour-col .tour-fitness h5 {
    color: #525252;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    display: flex;
    align-items: center;
    width: 40%;
}

.new-cus-tour-col .tour-fitness h5:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/muscle.png);
    background-size: 17px 17px;
    margin-right: 5px;
}

.new-cus-tour-col .tour-fitness .star-graphic {
    display: inline-block;
    width: 60%;
}

.new-cus-tour-col .tour-fitness .star-graphic p {
    margin-bottom: 0px;
    float: left;
    font-size: 14px;
}

.new-cus-tour-col .tour-color-green .tour-fitness .star-graphic i {
    color: #c1c902;
}

.new-cus-tour-col .tour-color-mustard .tour-fitness .star-graphic i {
    color: #d4a700;
}

.info-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    float: right;
    padding: 0px 10px 0px;
}

.info-btn .tip-content {
    visibility: hidden;
    width: 300px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0%;
    margin-left: 0px;
    padding: 20px 10px;
    opacity: 0;
    transition: opacity 0.3s;
}

.info-btn .tip-content h4 {
    font-size: 20px;
    margin: 0px 0px 10px 0px;
}

.info-btn .tip-content .guide {
    display: flex;
    flex-wrap: wrap;
}

.info-btn .tip-content .subheading {
    width: 50%;
}

.info-btn .tip-content .level {
    width: 50%;
}

.info-btn .tip-content h6 {
    margin: 0px 0px 10px 0px;
}

.info-btn .tip-content img {}

.info-btn .tip-content .description {}

.info-btn .tip-content .description p {}

.info-btn:hover .tip-content {
    visibility: visible;
    opacity: 1;
}

.new-cus-tour-col .tour-excerpt {
    padding: 20px 25px 0px;
    background: #F9F9F9;
}

.new-cus-tour-col .tour-excerpt p {
    color: #575757;
    font-weight: 500;
    font-size: 16px;
}

.new-cus-tour-col .tour-box-wrap {
    display: block;
}

.new-cus-tour-col {
    position: relative;
    border: 1px solid rgba(38, 40, 44, 0.10);
    background: #f9f9f9;
    box-shadow: 0px 2px 110px 0px rgba(0, 0, 0, 0.05);
}

.new-cus-tour-col .more-button {
    padding-top: 70px;
}

.new-cus-tour-col .more-button .button {
    display: block;
    padding: 16px 20px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    width: 100%;
    bottom: 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.new-cus-tour-col .more-button .button i {
    float: right;
    padding: 5px 0px 0px 0px;
}

.new-cus-tour-col .tour-color-green .more-button .button {
    background: #c1c902;
}

.new-cus-tour-col .tour-color-green .more-button .button:hover {
    background: #d4a700;
}

.new-cus-tour-col .tour-color-mustard .more-button .button {
    background: #d4a700;
}

.new-cus-tour-col .tour-color-mustard .more-button .button:hover {
    background: #c1c902;
}

.new-cus-tour-col .tourp-box .tour-box-bottom-info {
    border-bottom: 0px;
}

.new-cus-tour-col .tourp-box .tour-fitness {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 10px 0px;
}

/*--------------------------------homeend---------------------------------------------*/
.no-margin-p p {
    margin-bottom: 0px;
}

.about-vision {
    background-position: top 20px right 20px !important;
}

.bottom-banner-newsletter .ctct-form-432 {
    margin-top: 0px;
    display: flex;
    gap:20px;
    flex-direction: row;
}

.bottom-banner-newsletter .ctct-button {
    display: none !important;
}

.bottom-banner-newsletter .ctct-disclosure {
    display: none !important;
}

.bottom-banner-newsletter .ctct-label-top label {
    display: none !important;
}

.bottom-banner-newsletter input[type="email"] {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    background-image: url(../images/envelope-icon.png);
    background-size: 25px 25px;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 45px !important;
    padding: 15px;
}

.bottom-banner-newsletter input[type="email"]::placeholder {
    font-weight: 600 !important;
}
.bottom-banner-newsletter input[type="text"] {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    background-image: url(../images/user-icon.png);
    background-size: 25px 25px;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 45px !important;
    padding: 15px;
}

.bottom-banner-newsletter input[type="text"]::placeholder {
    font-weight: 600 !important;
}
.bottom-banner-newsletter input[type="submit"] {
    border-radius: 8px;
    background: #000;
    font-weight: 600;
    transition: all .3s;
    margin-left: 0px;
    padding: 15px 25px;
}

.bottom-banner-newsletter input[type="submit"]:hover {
    background: #c1c902;
    color: #000;
}

.faqs-cus .elementor-active {
    background: #fff !important;
}

.faqs-cus .elementor-tab-content {
    border-top: 0px !important;
}

.faqs-cus .elementor-accordion-item {
    margin-bottom: 15px !important;
}

.faqs-cus .elementor-tab-title {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.cus-contact-form {
    margin-top: -38px !important;
    position: relative;
}

.cus-contact-form .gform_wrapper .top_label li.gfield.gf_left_half,
.cus-contact-form .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100% !important;
    max-width: 100% !important;
}

.cus-contact-form .gform_legacy_markup_wrapper label.gfield_label,
.cus-contact-form .gform_legacy_markup_wrapper legend.gfield_label {
    color: #494949;
    font-weight: 600;
    font-size: 14px;
}

.cus-contact-form .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 15px;
    border-radius: 4px;
    background: #fbfbfb;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.cus-contact-form .gform_legacy_markup_wrapper textarea.medium {
    height: 100px !important;
    width: 100%;
    border-radius: 4px;
    background: #fbfbfb;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.cus-contact-form .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input,
.cus-contact-form .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.cus-contact-form .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.cus-contact-form .gform_legacy_markup_wrapper ul.gfield_checkbox li label,
.cus-contact-form .gform_legacy_markup_wrapper ul.gfield_radio li label {
    font-size: 14px;
    font-weight: 600;
    color: #494949;
}

.cus-contact-form .gfield--type-checkbox {
    margin-top: 50px !important;
}

.cus-contact-form .gform_legacy_markup_wrapper .gform_footer {
    position: absolute;
    display: inline;
    bottom: -10px;
    right: 50px;
    width: auto;
}

.cus-contact-form .gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit],
.cus-contact-form .gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
    font-size: 17px;
    margin: 0px;
    width: auto;
    font-weight: 600;
    background: #000;
    border-radius: 8px;
    padding: 10px 25px;
    transition: all .3s;
}

.cus-contact-form .gform_legacy_markup_wrapper .gform_footer input.button:hover,
.gform_legacy_markup_wrapper .gform_footer input[type=submit],
.cus-contact-form .gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit]:hover {
    background: #c1c902;
}

.gform_legacy_markup_wrapper div.validation_error,
.gform_legacy_markup_wrapper ol.validation_list {
    clear: both;
    color: #790000;
    margin-bottom: 0;
    width: 100%;
    padding: 5px 16px;
    border: 0px;
}

.bike-hire-slider .owl-carousel .owl-stage {
    display: flex;
    padding: 0 20%;
}

.bike-hire-slider .owl-item {
    display: flex;
}

.bike-hire-slider .owl-item .item {
    border-radius: 0px 0px 8px 8px !important;
}

.bike-hire-slider .owce-carousel .owl-content {
    font-style: normal;
    color: #393939;
    line-height: 27px;
    font-size: 14px;
    text-align: left;
    padding: 20px 20px 20px 20px;
}

.bike-hire-slider .owl-content h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.bike-hire-slider .owl-nav i {
    border-radius: 100px !important;
}

/*--------------------------------tours---------------------------------------------*/
.page-template-page-nz-walking-tours .featured-image,
.page-template-page-nz-cycling-tours .featured-image,
.page-id-722 .featured-image {
    display: none;
}

.page-id-722 .heading-main {
    display: none;
}

.tours-page-banner {
    padding: 120px 30px 220px;
    background-size: cover;
    background-position: bottom right;
    margin-bottom: 0px;
    margin-top: 100px;
}

.tours-page-banner h3 {
    margin-bottom: 0px;
}

.cus-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    width: 100%;
}

.tours-page-banner h2 {
    color: #000;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 10px;
}

.tours-page-banner p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    max-width: 60%;
}

.content-tours {
    background: url(../images/grey-bg.jpg);
    background-repeat: repeat;
    padding: 30px 0px;
}

.filters {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 10px 0px 0px 0px;
}

.island-filter {
    flex: 1;
    float: left;
}

.right-filter {
    flex: 1;
    float: right;
    display: flex;
    gap: 20px;
    padding-top: 15px;
}

.island-filter .filterby {
    display: flex;
    gap: 10px;
}

.fitness-filter,
.duration-filter {
    display: flex;
    gap: 20px;
    align-items: baseline;
}

.filter-all-trails {
    background: url(../images/all-trails.png);
}

.filter-top-south-island-tours {
    background: url(../images/north-island.png);
}

.filter-top-north-island-tours {
    background: url(../images/south-island.png);
}

.filter-all-trails,
.filter-top-south-island-tours,
.filter-top-north-island-tours {
    background-size: 48px 48px;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 52px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.filter-all-trails:hover,
.filter-top-south-island-tours:hover,
.filter-top-north-island-tours:hover {
    border-bottom: 2px solid #000;
}

.filter-all-trails.active,
.filter-top-south-island-tours.active,
.filter-top-north-island-tours.active {
    border-bottom: 2px solid #000;
}

.filters select {
    font-size: 14px;
    padding: 15px 5px 15px 5px;
    border-radius: 5px;
    font-weight: 600;
}

.filters h4 {
    font-size: 14px;
    font-weight: bold;
}

.new-cus-tour-col .where-to {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 10px 0px;
}

.new-cus-tour-col .where-to h5 {
    color: #525252;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    display: flex;
    align-items: center;
    width: 40%;
}

.new-cus-tour-col .where-to h5:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/where-icon.png);
    background-size: 17px 17px;
    margin-right: 5px;
}

.new-cus-tour-col .where-to p {
    display: flex;
    align-items: center;
    width: 60%;
    text-align: right;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.new-cus-tour-col .people-group {
    display: flex;
    padding: 10px 0px;
}

.new-cus-tour-col .people-group h5 {
    color: #525252;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    display: flex;
    align-items: center;
    width: 40%;
}

.new-cus-tour-col .people-group h5:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/people-icon.png);
    background-size: 17px 17px;
    margin-right: 5px;
}

.new-cus-tour-col .people-group p {
    display: flex;
    align-items: center;
    width: 60%;
    text-align: right;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.tool-tip-inner h3,
.tool-tip-inner h5 {
    color: #fff !important;
}

.bottom-newsletter-tours {
    background-size: cover;
    background-position: top left;
    padding: 60px 15px 50px 35%;
}

.bottom-newsletter-tours h3 {
    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    /* 93.333% */
    text-transform: capitalize;
    margin-bottom: 20px;
}

.bottom-newsletter-tours p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.footer-logos {
    padding: 20px 0px;
}

.footer-logos-cnt {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.footer-logo-img {
    flex: 1;
    max-width: 100%;
    text-align: center;
}

.new-cus-tour-col .tourp-box .type-data-tour-info {
    margin-bottom: 10px;
    align-items: center;
}

.new-cus-tour-col .tourp-box .tour-price .price-main {
    margin: 0px;
    width: 100%;
    text-align: right;
    text-align: left;
}

.new-cus-tour-col .tourp-box .tour-location {
    width: 50%;
    text-align: right;
}

.new-cus-tour-col .tourp-box .tour-location img {
    float: none;
    margin-left: 0px;
    width: auto;
}

.new-cus-tour-col .tourp-box .tour-location p {
    float: none;
}

.new-cus-tour-col .tourp-box .tour-price .price-main p,
.new-cus-tour-col .tourp-box .tour-price .price-main p {
    padding: 10px 0px 10px 30px;
}

.page-template-page-nz-walking-tours .tours-page-banner h2,
.page-template-page-nz-walking-tours .tours-page-banner p {
    color: #fff;
}

.cycle-bottom-banner {
    display: flex;
    padding-left: 35%;
    gap: 30px;
    padding-top: 60px;
    padding-bottom: 20px;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.cycle-bottom-banner .text-cnt {
    width: 60%;
}

.cycle-bottom-banner .text-cnt h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.cycle-bottom-banner .text-cnt p {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 10px;
}

.cycle-bottom-banner .button-cnt {}

.cycle-bottom-banner .button-cnt a {
    border-radius: 8px;
    border: 1px solid #000;
    background: #E7EAA9;
    padding: 15px 36px;
    align-items: center;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    transition: .3s all;
}

.cycle-bottom-banner .button-cnt a:hover {
    background: #c1c902;
}

.inter-layout {
    display: flex;
    flex-direction: row;
}

.inter-layout .tour-boxes {
    width: 67%;
}

.inter-layout .banner-boxes {
    width: 33%;
    padding-left: 20px;
}

.inter-layout .new-cus-tour-col {
    width: 49%;
}

.enquire-side-banner {
    background-size: cover;
    text-align: center;
    margin-bottom: 30px;
    padding: 50px 30px 50px;
    min-height: 626px;
}

.enquire-side-banner h3 {
    color: #000;
    font-family: Inter;
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 33px;
    text-transform: capitalize;
}

.enquire-side-banner p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.enquire-side-banner a {
    width: 100%;
    display: block;
    padding: 12px 16px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    transition: .3s all;
    border-radius: 5px;
}

.enquire-side-banner a:hover {
    background: #c1c902;
}

.sidebar-newsletter-tours {
    background-size: cover;
    padding: 50px 30px 50px;
    min-height: 626px;
    text-align: center;
}

.sidebar-newsletter-tours h3 {
    color: #000;
    font-family: Inter;
    text-align: center;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px;
    text-transform: capitalize;
}

.sidebar-newsletter-tours span {
    background: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-bottom: 5px;
}

.sidebar-newsletter-tours p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.sidebar-banner-newsletter .ctct-form-432 {
    margin-top: 0px;
}

.sidebar-banner-newsletter .ctct-button {
    display: none !important;
}

.sidebar-banner-newsletter .ctct-disclosure {
    display: none !important;
}

.sidebar-banner-newsletter .ctct-label-top label {
    display: none !important;
}

.sidebar-banner-newsletter input[type="email"] {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    background-image: url(../images/envelope-icon.png);
    background-size: 25px 25px;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 45px !important;
    padding: 15px;
    margin-bottom: 20px;
}

.sidebar-banner-newsletter input[type="email"]::placeholder {
    font-weight: 600 !important;
}
.sidebar-banner-newsletter input[type="text"] {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    background-image: url(../images/user-icon.png);
    background-size: 25px 25px;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 45px !important;
    padding: 15px;
    margin-bottom: 20px;
}

.sidebar-banner-newsletter input[type="text"]::placeholder {
    font-weight: 600 !important;
}
.sidebar-banner-newsletter input[type="submit"] {
    border-radius: 8px;
    background: #000;
    font-weight: 600;
    transition: all .3s;
    margin-left: 0px;
    padding: 15px 25px;
    width: 100%;
    border: 1px solid #000;
    background: #E7EAA9;
    color: #000
}

.sidebar-banner-newsletter input[type="submit"]:hover {
    background: #c1c902;
    color: #000;
}

/*--------------------------------toursend---------------------------------------------*/
.team-toggle p,
.team-box p {
    margin-bottom: 10px;
}

.team-toggle .elementor-toggle-item {
    display: flex;
    flex-direction: column-reverse;
}

.team-toggle .elementor-toggle .elementor-tab-content,
.team-toggle .elementor-toggle .elementor-tab-title {
    border: 0px;
}

/*--------------------------------singtour---------------------------------------------*/
.tour-top-info-bar {
    padding: 20px 0px;
}

.tour-top-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top-where-to,
.top-duration,
.top-duration,
.top-fitness-level {
    width: 100%;
}

.top-where-to h5 {
    color: #525252;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    display: flex;
    align-items: center;
}

.top-where-to p {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 6px 0px 0px;
}

.top-where-to h5:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/where-icon.png);
    background-size: 17px 17px;
    margin-right: 5px;
}

.top-duration {}

.top-duration h5 {
    color: #525252;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    display: flex;
    align-items: center;
}

.top-duration h5:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/hourglass.png);
    background-size: 17px 17px;
    margin-right: 5px;
}

.top-duration p {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 6px 0px 0px;
}

.top-fitness-level {}

.top-fitness-level h5 {
    color: #525252;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    display: flex;
    align-items: center;
}

.top-fitness-level h5:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/muscle.png);
    background-size: 17px 17px;
    margin-right: 5px;
}

.top-fitness-level .star-graphic {
    margin-top: 5px;
}

.top-fitness-level .info-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    float: none;
    padding: 0px 10px 0px;
    margin-left: 20px;
}

.new-tour-single-mustard .top-fitness-level i {
    color: #d4a700;
}

.new-tour-single-green .top-fitness-level i {
    color: #c1c902;
}

.top-fitness-level .tool-tip-inner h3 {
    font-size: 20px;
}

.top-fitness-level .info-btn .tip-content .description p {
    font-size: 14px;
    margin-bottom: 10px;
}

.top-price .price-main {
    margin: 0px;
    width: 100%;
    text-align: right;
}

.new-tour-single-mustard .top-price .price-main p {
    background: url(../images/price-mustard.png);
    background-size: 157px 60px;
}

.new-tour-single-green .top-price .price-main p {
    background: url(../images/price-green.png);
    background-size: 157px 60px;
}

.top-price .price-main p {
    font-weight: bold;
    display: inline-block;
    width: 157px;
    height: 60px;
    font-size: 22px;
    padding: 10px 15px 10px 0px;
    text-align: right;
    margin-bottom: 0px
}

#tour-main {
    background: url(../images/grey-bg.jpg);
    background-repeat: repeat;
    padding: 35px 0px;
}

.tour-main-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.tour-main-left {
    width: 35%
}

.tour-single-menu-box {
    background: #fff;
    padding: 25px 25px;
}

.tour-single-map {
    margin-bottom: 20px;
}

.tour-single-menu {}

.trs-menu-item {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 35px;
}

.trs-menu-item a {
    color: #000;
    text-decoration: none;
}

.new-tour-single-green .trs-menu-item a:hover {
    color: #c1c902;
}

.new-tour-single-mustard .trs-menu-item a:hover {
    color: #d4a700;
}

.trs-overview {
    background: url(../images/overview-icon.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0px 5px;
}

.trs-itenary {
    background: url(../images/map-icon.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0px 5px;
}

.trs-gallery {
    background: url(../images/gallery-icon.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0px 5px;
}

.trs-included {
    background: url(../images/package-icon.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0px 5px;
}

.trs-testimonials {
    background: url(../images/quote-icon.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0px 5px;
}

.tour-single-schedule-box {
    background: #fff;
    padding: 25px 20px;
    margin-top: 30px;
}

.tour-single-schedule .select-box {
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    margin-bottom: 15px;
    position: relative;
}

.tour-single-schedule .select-box:before {
    content: 'Month';
    display: block;
    color: #686868;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
}

.tour-single-schedule .select-box i {
    position: absolute;
    right: 10px;
    top: 28px;
    font-size: 20px;
}

.tour-single-schedule select {
    width: 100%;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: 0px;
    background: url(../images/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 27px;
    padding-bottom: 0px;
    padding-top: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.tour-single-schedule select:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.schdeule-list {
    margin: 0px;
    width: 100%;
}

.schdeule-list li {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    gap:20px;
}
.schdeule-list li span:first-child{
 width: 60%;
}
.schdeule-list li span:last-child{
 justify-content: flex-end;
}
.schdeule-list li:nth-child(odd) {
    background: #f2f2f2;
}

.schdeule-list li span {
    width: 50%;
}

.status-Available:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 10px;
    display: inline-block;
    background: #c1c902;
    margin-right: 10px;
}

.new-tour-single-mustard .status-Available:before {
    background: #d4a700;
}

.status-Full {
    color: #FF2745;
}

.status b {
    color: #FF2745;
}

.status-Full:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 10px;
    display: inline-block;
    background: #FF2745;
    margin-right: 10px;
}

.schdeule-list .schedule-info {
    background: #F2F2F2;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.tour-single-buttons-left {
    margin-top: 20px;
}

.trs-enquire {
    border-radius: 8px;
    background: #C1C902;
    padding: 12px 16px;
    transition: .3s all;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    display: block;
}

.trs-enquire:hover {
    background: #d4a700;
    color: #000;
}

.new-tour-single-mustard .trs-enquire {
    background: #d4a700;
}

.new-tour-single-mustard .trs-enquire:hover {
    background: #C1C902;
}

.trs-brochure {
    border-radius: 8px;
    background: transparent;
    padding: 12px 16px;
    transition: .3s all;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    display: block;
    border: 1px solid #000;
    margin-top: 20px;
}

.trs-brochure:hover {
    background: #d4a700;
    color: #000;
}

.new-tour-single-mustard .trs-brochure:hover {
    background: #C1C902;
}

.tours-single-share {
    text-align: center;
    margin-top: 20px;
}

.tours-single-share h5 {
    color: #5F5F5F;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tours-single-share .sficn {
    width: 35px !important;
    height: 35px !important;
}

.tours-single-share .sfsi_shortcode_container {
    float: none;
    width: 100%;
}

.tours-single-share .norm_row {
    float: none !important;
    ;
    min-width: 25px;
    margin: 0 auto;
}

.tours-single-share #sfsiid_instagram_icon {
    background: #C20F2F !important;
}

.tours-single-share .sfsi_copylink {
    background: #C1C902 !important;
}

.new-tour-single-mustard .tours-single-share .sfsi_copylink {
    background: #d4a700 !important;
}

.tours-single-banners {
    margin-top: 30px;
}

.single-sidebar-newsletter-tours {
    background-size: cover;
    padding: 50px 20px 250px;
    text-align: center;
    background: url(../images/sidebar-newsletter-bg.jpg);
    background-size: cover;
    background-position: bottom center;
}

.single-sidebar-newsletter-tours h3 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: capitalize;
}

.single-sidebar-newsletter-tours span {
    background: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-bottom: 5px;
}

.new-tour-single-mustard .single-sidebar-newsletter-tours span {
    background: url(../images/line-mustard.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-bottom: 5px;
}

.single-sidebar-newsletter-tours p {
    color: #000;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.single-sidebar-banner-newsletter .ctct-form-432 {
    margin-top: 0px;
}

.single-sidebar-banner-newsletter .ctct-button {
    display: none !important;
}

.single-sidebar-banner-newsletter .ctct-disclosure {
    display: none !important;
}

.single-sidebar-banner-newsletter .ctct-label-top label {
    display: none !important;
}

.single-sidebar-banner-newsletter input[type="email"] {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    background-image: url(../images/envelope-icon.png);
    background-size: 25px 25px;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 45px !important;
    padding: 15px;
    margin-bottom: 20px;
}

.single-sidebar-banner-newsletter input[type="email"]::placeholder {
    font-weight: 600 !important;
}

.single-sidebar-banner-newsletter input[type="submit"] {
    border-radius: 8px;
    background: #000;
    font-weight: 600;
    transition: all .3s;
    margin-left: 0px;
    padding: 15px 25px;
    width: 100%;
    border: 1px solid #000;
    background: #E7EAA9;
    color: #000
}

.single-sidebar-banner-newsletter input[type="submit"]:hover {
    background: #c1c902;
    color: #000;
}

.new-tour-single-mustard .single-sidebar-banner-newsletter input[type="submit"] {
    background: #F1E9CA;
}

.new-tour-single-mustard .single-sidebar-banner-newsletter input[type="submit"]:hover {
    background: #d4a700;
    color: #000;
}

.single-sidebar-cycle-banner {
    background-size: cover;
    padding: 50px 20px 250px;
    background: url(../images/sidebar-cycle-banner.jpg);
    background-size: cover;
    background-position: bottom center;
    text-align: left;
}

.single-sidebar-cycle-banner h3 {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px;
    text-transform: capitalize;
}

.single-sidebar-cycle-banner span {
    background: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-bottom: 5px;
}

.single-sidebar-cycle-banner p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.single-sidebar-cycle-banner a {
    border-radius: 8px;
    background: #000;
    font-weight: 600;
    transition: all .3s;
    margin-left: 0px;
    padding: 15px 25px;
    width: 100%;
    border: 1px solid #000;
    background: #E7EAA9;
    color: #000;
    text-decoration: none;
}

.single-sidebar-cycle-banner a:hover {
    background: #c1c902;
    color: #000;
}

.tour-main-right {
    width: 75%;
    background: #fff;
    padding: 25px 25px;
}

.tour-main-right .introduction {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
}

.tour-main-right .introduction p {
    color: #393939;
}

.tour-sub-right {
    padding: 25px 0px;
}

.tour-sub {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.sub-left-inner h2 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.sub-left-inner.top-price .price-main {
    text-align: left;
}

.faq-single {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-toggle {
    background-color: #f9f9f9;
    background-image: url(../images/calendar-icon.png);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: 15px 20px;
    margin-bottom: 0px;
    padding: 15px 15px 15px 50px;
    cursor: pointer;
}

.new-tour-single-green .accordion-toggle.active {
    background-color: #fff;
    background-image: url(../images/calendar-green-icon.png);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: 15px 20px;
    margin-bottom: 0px;
    padding: 15px 15px 15px 50px;
}

.new-tour-single-mustard .accordion-toggle.active {
    background-color: #fff;
    background-image: url(../images/calendar-mustard-icon.png);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: 15px 20px;
    margin-bottom: 0px;
    padding: 15px 15px 15px 50px;
}

.accordion-toggle.active {
    background-color: #fff;
}

.accordion-toggle i {
    float: right;
    padding-top: 5px;
    font-size: 25px;
}

.accordion-content {
    padding: 25px 25px 10px 25px;
    color: #393939;
}

.accordion-content p {
    color: #393939;
}

.extra-iten {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 0px 10px;
    margin-bottom: 10px;
}

.extra-iten img {
    margin-top: 4px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.extra-iten p {
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}

.extra-iten p span {
    color: #373737;
    font-weight: 600;
}

.tour-gallery-inner {
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
}

.tour-gallery-inner h2 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 35px;
}

.lSSlideWrapper img {
    padding: 0px 0px 10px 0px;
}

.lSSlideOuter .lSPager.lSGallery img {
    width: 200px;
}

.lSSlideOuter .lSPager.lSGallery li {}

.wh-include {
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
}

.wh-include h2 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 35px;
}

.wh-include-col {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}

.wh-accordion {
    width: 48%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.accordioninc-toggle {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.accordioninc-toggle span {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.accordioninc-toggle i {
    float: right;
    font-size: 22px;
}

.accomodation-wh {
    background: url(../images/included/accomodation-green.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 35px;
}

.guide-wh {
    background: url(../images/included/guide-green.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 35px;
}

.bike-hire-wh {
    background: url(../images/icon-cycling.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 35px;
}

.safety-wh {
    background: url(../images/included/safety-green.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 35px;
}

.food-wh {
    background: url(../images/included/food-green.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 35px;
}

.luggage-wh {
    background: url(../images/included/luggage-green.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 35px;
}

.kit-wh {
    background: url(../images/included/kit-green.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 35px;
}

.transport-wh {
    background: url(../images/included/transport.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 35px;
}

.visa-wh {
    background: url(../images/included/visa.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 35px;
}

.entry-fees-wh {
    background: url(../images/included/tick-green.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 35px;
}

.add-info-block-wh {
    background: url(../images/included/tick-green.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 35px;
}

.new-tour-single-mustard .accomodation-wh {
    background: url(../images/included/accomodation-mustard.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.new-tour-single-mustard .guide-wh {
    background: url(../images/included/guide-mustard.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.new-tour-single-mustard .safety-wh {
    background: url(../images/included/safety-mustard.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.new-tour-single-mustard .food-wh {
    background: url(../images/included/food-mustard.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.new-tour-single-mustard .luggage-wh {
    background: url(../images/included/luggage-mustard.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.new-tour-single-mustard .kit-wh {
    background: url(../images/included/kit-mustard.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.new-tour-single-mustard .add-info-block-wh {
    background: url(../images/included/tick-mustard.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 35px;
}

.accordioninc-content p {
    color: #393939;
}

.accordioninc-content li {
    color: #393939;
    font-size: 15px;
    line-height: 1.7;
}

.wh-extra-info {
    padding: 30px 0px 0px 0px;
}

.new-tour-single-mustard .wh-extra-info h4 {
    background: url(../images/included/tick-mustard.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 10px;
}

.wh-extra-info h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    background: url(../images/included/tick-green.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding: 10px 0px 10px 35px;
    margin-bottom: 5px;
}

.enquiry-section {
    background: #fff;
    padding: 25px 25px 25px 25px;
    margin-top: 30px;
}

.enquiry-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 25px;
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.enquiry-form-main .gform_legacy_markup_wrapper h2.gsection_title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.enquiry-form-main #field_1_1 {
    border: 0px !important;
    margin: 5px 0px 0px !important;
}

.enquiry-form-main #field_1_2 {
    border-bottom: 0px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin: 45px 0px 0px !important;
    padding-top: 20px;
}

.enquiry-form-main .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FBFBFB;
    padding: 12px 16px;
}

.enquiry-form-main .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FBFBFB;
    padding: 13px 16px;
}

.enquiry-form-main .gform_legacy_markup_wrapper textarea {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: normal;
    line-height: 1.5;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FBFBFB;
    padding: 12px 16px;
    height: 120px !important;
}

.enquiry-form-main .gform_legacy_markup_wrapper .top_label .gfield_label,
.enquiry-form-main .gform_legacy_markup_wrapper legend.gfield_label {
    color: #494949;
}

.enquiry-form-main .gchoice_select_all,
.gform_legacy_markup_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.enquiry-form-main .gform_legacy_markup_wrapper ul.gfield_radio li input[type=radio]:checked + label {
    font-weight: 700;
    color: #494949;
    margin: 5px 0px 0px 4px;
}

.enquiry-form-main .gform_legacy_markup_wrapper .gform_footer input.button,
.enquiry-form-main .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
    padding: 15px 36px;
    background: #000;
    transform: .3s all;
}

.enquiry-form-main .gform_legacy_markup_wrapper .gform_footer input.button:hover,
.enquiry-form-main .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover {
    background: #c1c902;
}

.testimonials-section {
    padding: 40px 0px 10px;
}

.testimonials-heading {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 25px;
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.testimonials-cnt {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 2%;
    flex-wrap: wrap;
}

.testimonials-box {
    width: 32%;
    background: #fff;
    padding: 30px 35px 25px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    margin-bottom: 30px;
}

.testimonials-box p {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    min-height: 72px;
}

.testimonials-box h6 {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0px;
}

.client-info-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.single-tour-bottom-banner {
    background: url(../images/bottom-tour-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    padding: 50px 40px 80px;
}

.single-tour-bottom-banner h2 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 15px;
}

.single-tour-bottom-banner h4 {
    color: rgba(0, 0, 0, 0.80);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
}

.single-tour-bottom-banner a {
    display: inline-block;
    padding: 12px 36px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    transition: .3s all;
    border-radius: 5px;
}

.single-tour-bottom-banner a:hover {
    background: #c1c902;
}

/*--------------------------------singtourend---------------------------------------------*/
.blog-banner {
    background: url(../images/blog-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
}
.single .blog-banner {
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    padding: 0px 30px 220px;
}

.tours-page-banner.blog-banner p {
    max-width: 100%;
}

.gery-bg-cus {
    background: url(../images/grey-bg.jpg);
    background-repeat: repeat;
    padding: 30px 0px;
}

.blog-archive-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
    width: 65%;
}

.blog-archive-box {
    width: 49%;
    margin-bottom: 40px;
    background: #fff;
    position: relative;
    padding-bottom: 52px;
}

.blog-archive-box .image img {
    min-height: 220px;
    object-fit: cover;
    max-height: 220px
}

.blog-category {
    position: absolute;
    top: 200px;
    left: 20px;
    background: #c1c902;
    padding: 6px 10px;
    border-radius: 5px;
    transition: .3s all;
}

.blog-category:hover {
    background: #d4a700;
}

.blog-category a {
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.blog-category a:hover {
    color: #000;
}

.blog-archive-box h3 {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.blog-archive-box h3 a {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    text-decoration: none;
}

.blog-archive-box h3 a:hover {
    color: #c1c902;
}

.blog-description {
    padding: 30px 25px 0px 25px;
}

.blog-description p {
    color: #393939;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.blog-description .read-more {
    display: none;
}

.rm-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    position: absolute;
    width: 100%;
    bottom: 0px;
    transition: .3s all;
}

.rm-box i {
    color: #000;
}

.rm-box i:hover {
    color: #c1c902;
}

.rm-button {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

.rm-button:hover {
    color: #c1c902;
}

.navigation-blog {
    margin: 20px auto;
    width: 100%;
}

.pagination-blog {
    transition: .3s all;
}

.pagination-blog .page-numbers {
    background: #fff;
    margin: 0px 5px;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.pagination-blog .page-numbers:hover {
    background: #c1c902;
}

.pagination-blog span {
    background: #c1c902 !important;
}

.pagination-blog .dots {
    background: #fff !important;
}

.pagination-blog .prev.page-numbers {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: .5px;
    margin-right: 20px;
    background: transparent;
}

.pagination-blog .next.page-numbers {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: .5px;
    margin-left: 20px;
    background: transparent;
}

.w-nws-img {
    background: url(../images/bottom-newsletter-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: 30px;
}

.tours-page-banner.blog-banner.single-blog-banner {
    padding-bottom: 0px;
}

.blog-single-banner {
    text-align: center;
    margin-bottom: -100px;
}

.blog-single-banner img {
    border-radius: 5px;
}

.single-blog-cnt {
    padding-top: 120px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
}

.blog-right-cnt {
    width: 72%;
}

.blog-left-cnt {
    width: 25%;
}

.blog-single-share {
    text-align: center;
    margin-top: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 25px 0px 20px 0px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.blog-single-share h5 {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-single-share .sficn {
    width: 35px !important;
    height: 35px !important;
}

.blog-single-share .sfsi_shortcode_container {
    float: none;
    width: 100%;
}

.blog-single-share .norm_row {
    float: none !important;
    min-width: 25px;
    margin: 0 auto;
}

.blog-single-share #sfsiid_instagram_icon {
    background: #C20F2F !important;
}

.blog-single-share .sfsi_copylink {
    background: #C1C902 !important;
}

.latest-news {
    background: #fff;
    margin-top: 30px;
    padding: 20px 20px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.latest-news h5 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.latest-news ul {
    margin: 0px;
    list-style: none;
}

.latest-news li {
    margin-bottom: 30px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.latest-news a {
    color: #000;
    text-decoration: none;
}

.latest-news a:hover {
    color: #C1C902;
}

.single-blog-content {
    background: #fff;
    margin-top: 0px;
    padding: 30px 25px 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.blog-single-topc {
    text-align: center;
    margin-bottom: 20px;
}

.single-blog-category {
    display: inline-block;
    margin: 0px 0px 15px 0px;
}

.single-blog-category a {
    background: #c1c902;
    padding: 6px 10px;
    border-radius: 5px;
    transition: .3s all;
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 5px;
}

.single-blog-category a:hover {
    background: #d4a700;
}

.single-blog-heading {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 10px;
}

.date-single {
    color: rgba(72, 72, 72, 0.80);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
}

.description-single {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 20px;
}

.description-single p {
    color: #393939;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.description-single h3 {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.blog-single-share-bar {
    margin-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.blog-single-share-bar h5 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-top: 5px;
}

.blog-single-share-bar .sficn {
    width: 35px !important;
    height: 35px !important;
}

.blog-single-share-bar .sfsi_shortcode_container {
    float: none;
    width: auto;
}

.blog-single-share-bar .norm_row {
    float: none !important;
    min-width: 25px;
    margin: 0 auto;
}

.blog-single-share-bar #sfsiid_instagram_icon {
    background: #C20F2F !important;
}

.blog-single-share-bar .sfsi_copylink {
    background: #C1C902 !important;
}

.related-posts {}

.related-posts h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.related-posts-cnt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4%;
}

.related-post-single {
    width: 48%;
    position: relative;
}

.related-post-single h3 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 20px;
}

.related-post-single h3 a {
    color: #000;
    text-decoration: none;
    transition: .1s all;
}

.related-post-single h3 a:hover {
    color: #c1c902;
}

.related-post-single .date {
    color: rgba(72, 72, 72, 0.80);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.related-post-single .thumbnail {}

.related-post-single .thumbnail img {
    object-fit: cover;
    width: 332px;
    height: 150px;
}

.related-post-single .category {
    position: absolute;
    top: 130px;
    left: 20px;
    background: #c1c902;
    padding: 6px 10px;
    border-radius: 5px;
    transition: .3s all;
}

.related-post-single .category:hover {
    background: #d4a700;
}

.related-post-single .category a {
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.related-post-single .category a:hover {
    color: #000;
}

.sticky {
    position: fixed !important;
    background: #fff !important;
}

.site-header.sticky .header-image {
    vertical-align: middle;
    height: 50px;
    width: auto;
}

.page-template-page-margin .content-area {
    margin-top: 200px;
    text-align: center;
}

.blog-cus-cnt {
    display: flex;
    flex-direction: row;
    gap: 3%;
    align-items: flex-start;
}

.blog-cus-sidebar {
    width: 32%;
    background: #fff;
    padding: 40px 20px;
}

.blog-cus-sidebar h4 {
        margin: 30px 0px 10px;
}

.blog-search input {
    border: 1px solid rgba(0,0,0,0.1);
}
.blog-search .search-submit{
    margin-left: -5px;
}
.blog-categories ul {
    list-style: none;
    margin: 0px;
    padding: 0px 10px;
}

.blog-categories li { 
    padding: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.blog-categories a {
        text-decoration: none;
}

.blog-categories a:hover {
    color: #d4a700;
}

.blog-categories i {
        float: right;
    font-size: 13px;
    padding-top: 8px;
}
.single-tours .site-header{
    background: #fff;
}
.single-tours .tours-page-banner {
    padding: 260px 0px 180px;
    background-size: cover;
    background-position: bottom right;
    margin-bottom: 0px;
}
.single-tours-banner{
        min-width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 100px;
}
.new-top-banner{
     max-width: 1240px !important;
    margin: 100px auto 0px;
    padding-left: 30px;
    padding-right: 30px;   
}
.shoulder-listing{
 margin: 25px 0px;   
}
.shoulder-listing p{
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0px 10px;
}
.shoulder-listing h2{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0px;
    text-transform: uppercase;
    padding: 12px 10px;
    background: #f2f2f2; 
}
.tour-single-schedule h2{
     font-size: 20px;
    line-height: 30px;   
}
.tour-single-schedule h3{
     font-size: 16px;
    line-height: 24px;   
}
.departure-message{
    margin-top: 30px;
        font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0px 10px;
}
.departure-message p{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0px 10px;    
}
/*--------------------------------blogend---------------------------------------------*/
.page-id-722 .tour-duration{
    display: none;
}
.lSAction > a{
    transform: scale(1.5);
}
.bike-hire-slider .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
  display: block !important;
}
.featured-image img{
   margin-top: 100px;
    width: 100%;
    object-fit: cover;
    height: 450px;
}
.page-template-page-margin .new-top-banner{
    margin-top: -160px;
}
.home-cycle-banner h3, .home-cycle-banner p,.home-cycle-banner .elementor-widget-text-editor{
        color: #fff;
}
/*--------------------------------large screens---------------------------------------------*/
@media screen and (min-width: 1400px) {}

@media screen and (min-width: 1600px) {}

@media screen and (min-width: 1900px) {}

/*--------------------------------Responsive goto---------------------------------------------*/
@media only screen and (max-width: 768px) {
    
    .site-logo {
    padding-left: 5px;
    width: 120px;
}
    .footer-widgets-container {
        padding: 50px 10px 50px 10px;
        text-align: center;
    }

    .new-cus-tour-col {
        width: 100%;
        background: #fff;
        margin-bottom: 30px;
    }

    .bottom-banner-newsletter input[type="email"] {
        width: 100%;
        margin-bottom: 15px;
    }

    .bottom-banner-newsletter input[type="submit"] {
        margin: 0px;
        width: 100%;
    }

    .sidebar-banner-newsletter input[type="email"] {
        width: 100%;
        margin-bottom: 15px;
    }

    .sidebar-banner-newsletter input[type="submit"] {
        margin: 0px;
        width: 100%;
    }

    .cus-contact-form .gfield--type-checkbox {
        margin-top: 30px !important;
    }

    .bike-hire-slider .owl-carousel .owl-stage {
        display: flex;
        padding: 0 0%;
    }

    .tours-page-banner h2 {
        font-size: 32px;
        line-height: 46px;
    }

    .tours-page-banner p {
        font-size: 16px;
        max-width: 100%;
    }

    .tours-page-banner {
        padding: 70px 0px 120px;
        background-size: cover;
        background-position: right;
        margin-bottom: 0px;
        margin-top: 70px;
    }

    .right-filter {
        flex: 1;
        float: left;
        display: flex;
        gap: 20px;
        flex-direction: column;
        padding-top: 15px;
        max-width: 100%;
            width: 100%;
    }

    .filters {
        padding-bottom: 20px;
    }

    .new-cus-tour-col .people-group h5 {
        width: 70%;
    }

    .new-cus-tour-col .tour-fitness h5 {
        width: 50%;
    }

    .new-cus-tour-col .tour-duration h5 {
        width: 50%;
    }

    .new-cus-tour-col .where-to p {
        text-align: left;
    }

    .new-cus-tour-col .where-to h5 {
        width: 50%;
    }

    .bottom-newsletter-tours {
        padding: 40px 25px 290px 25px;
        background-position: bottom left;
    }

    .bottom-newsletter-tours h3 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .bottom-newsletter-tours p {
        font-size: 16px;
    }

    .footer-logo-img {
        flex: auto;
        max-width: 100%;
        text-align: center;
        width: 45%;
    }

    .footer-logos-cnt {
        display: flex;
        justify-content: center;
        row-gap: 50px;
        flex-wrap: wrap;
    }

    .cycle-bottom-banner {
    flex-direction: column;
    padding: 40px 25px 290px 25px;
    background-position: bottom center;
}
.cycle-bottom-banner .text-cnt {
    width: 100%;
}
    .cycle-bottom-banner .text-cnt h3,.cycle-bottom-banner .text-cnt p {
        color: #000;
}
    .cycle-bottom-banner .button-cnt {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .tour-top-info {
        flex-wrap: wrap;
        gap: 2%;
    }

    .top-where-to,
    .top-duration,
    .top-duration,
    .top-fitness-level {
        width: 48%;
        margin-bottom: 15px;
    }

    .info-btn .tip-content {
        top: 100%;
        right: auto;
        left: -60px;
    }

    .content-tours .info-btn .tip-content,
    .elementor-shortcode .info-btn .tip-content {
        top: 100%;
        right: 0px;
        left: auto;
    }

    .tour-main-left {
        width: 100%;
    }

    .tour-main-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .tour-main-right {
        width: 100%;
        background: #fff;
        padding: 25px 15px;
    }

    .wh-accordion {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .lSSlideWrapper img {
        padding: 0px 0px 10px 0px;
    }

    .lSSlideOuter .lSPager.lSGallery img {
        width: 300px;
    }

    .site-header {
        padding: 8px;
    }

    .cus-container {
        padding: 0px 10px;
    }

    .accordioninc-toggle {
        font-size: 17px;
    }

    .main-navigation.toggled .main-nav > ul {
        display: block;
        background: #fff;
    }

    .full-width-content .container.grid-container {
        max-width: 100%;
        overflow-x: hidden;
    }

    .site.grid-container {
        max-width: 100%;
        overflow-x: hidden;
    }

    .new-cus-tour-col .tour-type p {
        font-size: 13px;
    }

    .cus-contact-form .gform_legacy_markup_wrapper .gform_footer {
        position: relative;
        display: inline;
        bottom: 0;
        right: 0;
        width: auto;
    }
    .blog-cus-cnt{
         flex-direction: column;   
    }
    .blog-archive-boxes {
        flex-direction: column;
            width: 100%;
    }
    .blog-cus-sidebar {
    width: 100%;
}
    .blog-archive-box {
        width: 100%;
    }
.inter-layout {
    display: flex;
    flex-direction: column;
}
.inter-layout .tour-boxes {
    width: 100%;
}
.inter-layout .new-cus-tour {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}
    .inter-layout .new-cus-tour-col {
    width: 100%;
}
    .inter-layout .banner-boxes {
    width: 100%;
    padding-left: 0px;
}
    .pagination-blog .page-numbers {
        background: #fff;
        margin: 0px 5px 50px 5px;
        padding: 5px 10px;
        font-size: 13px;
    }

    .pagination-blog .next.page-numbers {
        background: transparent;
        line-height: 50px;
        font-size: 14px;
    }

    .pagination-blog .prev.page-numbers {
        background: transparent;
        line-height: 50px;
        font-size: 14px;
    }

    .single-blog-cnt {
        padding-top: 90px;
        flex-direction: column-reverse;
    }

    .blog-right-cnt,
    .blog-left-cnt {
        width: 100%;
    }

    .blog-single-share-bar,
    .related-posts-cnt {
        flex-direction: column;
    }

    .related-post-single {
        width: 100%;
        margin-bottom: 40px;
    }

    .page-template-page-nz-walking-tours .tours-page-banner h2,
    .page-template-page-nz-walking-tours .tours-page-banner p {
        color: #fff;
    }

    .testimonials-box {
        width: 100%;
    }

    .testimonials-cnt {
        flex-direction: column;
        gap: 0%;
    }
    .single-sidebar-newsletter-tours {
    padding: 50px 20px 301px;
}
.single-tour-bottom-banner {
    background: url(../images/mobile-sidebar-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    padding: 50px 40px 280px;
}
 .single-tours-banner {
    margin-top: 116px;
} 
 .island-filter {
    flex: 1;
    float: left;
    width: 100%;
}
.island-filter .filterby {
    justify-content: center;
}
.fitness-filter, .duration-filter {
    justify-content: center;
}
.fitness-filter span:first-child, .duration-filter span:first-child{
   width: 25%;
}
.fitness-filter span:last-child, .duration-filter span:last-child{
   width: 75%;
} 
.filters select {
    width: 100%;
}
.tour-single-map {
    text-align: center;
}  
 .featured-image img{
    height: 200px;
} 
    .home-cycle-banner h3, .home-cycle-banner p,.home-cycle-banner .elementor-widget-text-editor{
        color: #000 !important;
    } 
    .main-navigation.toggled .main-nav ul ul {
    max-height: 250px;
    overflow-y: scroll;
}
.bottom-banner-newsletter .ctct-form-432 {
    margin-top: 0;
    display: flex;
    gap: 0px;
    flex-direction: column;
}
.ctct-form-wrapper .ctct-form-field {
    margin: 0 0 10px;
}
}
