    #our_tours_banner{
        height: 488px;
        background-image: url(/images/front/our_tours_banner.jpeg);
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    #our_tours_banner:before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        background-color: #00000066;
        left: 0;
        top: 0;
        z-index: 1;
    }

    #our_tours_banner:after{
        width: 20%;
        height: 60%;
        content: '';
        bottom: -15px;
        right: 6%;
        position: absolute;
        background-image: url(/images/front/LittleJames5.png);
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        z-index: 2;
    }
    #our_tours_banner .content{
        max-width: 610px;
        margin: auto;
        position: relative;
        z-index: 2;
    }
    .select_city{
        font-family: 'DM sans';
        text-align: center;
        font-weight: 700;
        font-size: 25px;
        line-height: 95%;
        color: #201F1F;
        text-transform: none;
        margin-bottom: 40px;
    }
    .banner_text{
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        max-width: 350px;
        margin: auto;
        margin-top: 30px;
    }

    .nav.nav-pills.pills2{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .pills2>li a{
        color: #201F1F;
        border: 1px solid #66708580;
        border-radius: 10px;
        font-size: 16px;
        padding: 9px 17px;
        transition: .3s all;
    }

    .nav-pills>li+li{
        margin-left: 0;
    }

	.pills2>li.active>a{
		background: #0B048F;
		color:#fff;
	}
    #our_tours_container{
        margin-bottom: 150px;
    }
    #our_tours{
        margin-bottom: 50px;
        position: relative;
    }
    #our_tours_coming_soon{
        position: relative;
        margin-top: 10px;
    }
    #our_tours_coming_soon:before{
        width: 25%;
        height: 123%;
        content: '';
        top: 14px;
        left: -35px;
        position: absolute;
        background-image: url(/images/front/LittleJames6.png);
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    #our_tours_coming_soon:after{
        width: 20%;
        height: 54%;
        content: '';
        top: 23%;
        right: 5%;
        position: absolute;
        background-image: url(/images/front/cookie2.png);
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        z-index: 3;
    }
    .coming_soon_container:after{
        width: 14%;
        height: 40%;
        content: '';
        top: 46%;
        right: 3%;
        position: absolute;
        background-image: url(/images/front/cookie3.png);
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        z-index: 2;
    }
    .count_posts{
        font-weight: 700;
        font-size: 25px;
        line-height: 95%;
        text-align: right;
        position: absolute;
        top: -40px;
        right: 0;
    }
    .count_posts span{
        color: #FF981E;
    }
    .alltours{
        margin-top: 85px;
        row-gap: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .alltours .tour_item>div{
        background-color: #EEF6FF;
        border-radius: 15px;
    }
    .alltours .tour-product-photo{
        position: relative;
    }
    .alltours .tour-product-photo a{
        min-height: 329px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        border-radius: 15px;
        background-position: center;
        background-size: cover;
        color: #2B2A34;
    }
    .alltours .tour-product-photo a:hover{
        text-decoration: none;
        color: #2B2A34;
    }
    .alltours .tour-product-photo .inf {
        width: 100%;
        padding: 8px 24px 24px;
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }
    .tour-product-photo .inf p {
        margin: 0;
        padding: 8px 16px;
        background-color: #fff;
        border-radius: 40px;
        display: flex;
        flex-direction: row;
        gap: 7px;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: -1px;
        align-items: center;
    }
    .tour_title a {
        font-weight: 700;
        font-size: 28px;
        line-height: 30px;
        letter-spacing: -1px;
        margin-bottom: 15px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 60px;
    }
    .tour-product-info {
        padding: 24px;
    }
    .tour_content {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 15px;
    }

    .info_bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .price {
        line-height: normal;
    }

    .price strong {
        font-size: 24px;
    }

    .price p {
        font-size: 14px;
        margin: 0;
    }

    .review {
        background: #0B048F;
        color: #fff;
        display: flex;
        padding: 10px 12px;
        border-radius: 5px;
        align-items: center;
        gap: 7px;
        line-height: normal;
    }
    .tour-product-info .button {
        width: 100%;
    }
    .tour_title a:hover{
        color: #0B048F;
        text-decoration: none;
    }
    .coming_soon_container {
        max-width: 580px;
        margin: auto;
        padding: 140px 0 0;
        margin-bottom: -70px;
    }
    .coming_soon_container .title{
        font-family: Wosker;
        font-weight: 400;
        font-size: 60px;
        line-height: 70%;
        text-align: center;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 45px;
    }
    .coming_soon_container .texts{
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        max-width: 330px;
        margin: auto;
    }
    .coming_soon_container .texts p:last-child{
        margin-bottom: 30px;
    }
    .form_leave_email input{
        border-radius: 5px;
        border: 1px solid #F1F1F1;
        padding: 13px 16px;
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
    }
    .form_leave_email .checkbox-text a {
        color: #000;
        text-decoration: underline;
        font-size: 14px;
        font-weight: 600;
    }
    .form_leave_email .custom-checkbox{
        display: flex;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 15px;
    }
    .form_leave_email .custom-checkbox .privacy_checkbox{
        background: none;
        border: 2px solid #000000;
        border-radius: 2px;
        width: 18px;
        height: 18px;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
        position: relative;
        cursor: pointer;
        margin-top: 2px;
        padding: 0;
        transition: all 0.2s ease;
    }
    .form_leave_email .privacy_checkbox:checked::after {
        content: "";
        position: absolute;
        top: 1px;
        left: 5px;
        width: 5px;
        height: 10px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
    .form_leave_email button{
        width: 100%;
        max-height: 67px;
        line-height: 24px;
        max-width: unset;
    }
    @media(max-width: 992px){
        #our_tours_banner{
            height: 330px;
            align-items: flex-end;
            padding-bottom: 40px;
        }
        #our_tours_banner h1{
            font-size: 40px;
        }
        .banner_text{
            font-size: 14px;
            max-width: 310px;
            margin-top: 15px;
        }
        #our_tours_banner:after,
        #our_tours_coming_soon:before,
        #our_tours_coming_soon:after,
        .coming_soon_container:after{
            content: unset;
        }
        .nav.nav-pills.pills2{
            justify-content: flex-start;
        }
        .nav.nav-pills.pills2:before{
            content: unset;
        }
        .pills2>li a{
            padding: 5px 12px;
        }
        .alltours .tour-product-photo a{
            min-height: 176px;
        }
        .tour-product-photo .inf p{
            padding: 4px 11px;
            font-size: 12px;
        }
        .tour_title a{
            min-height: unset;
        }
        .tour-product-info .button{
            max-width: unset;
        }
        #our_tours_container{
            margin-bottom: 0;
        }
        #our_tours{
            margin-bottom: 20px;
        }
        .alltours{
            margin-top: 60px;
        }
        .select_city{
            font-size: 16px;
            line-height: 140%;
            text-align: left;
            margin-bottom: 8px;
            margin-top: 10px;
        }
        .count_posts{
            top: 0;
            font-size: 16px;
            line-height: normal;
        }
        #our_tours_coming_soon{
            margin-top: 60px;
        }
        .coming_soon_container{
            padding: 70px 0;
        }
        .coming_soon_container .title{
            font-size: 40px;
            margin-bottom: 30px;
        }
        .form_leave_email input{
            font-size: 12px;
            padding: 17px 16px;
        }
        .form_leave_email>button{
            line-height: 29px;
            max-height: 51px;
        }
    }
