
body{
    background-color: #F3F3F3;
}
.inn-page-con-bg {
    position: relative;
    overflow: hidden;
    box-shadow: rgba(150, 150, 150, 0.4) 0px -2px 7px;
    padding: 70px 4% 30px !important;
}
.tb-space {
    padding: 60px 15px 50px 15px;
}


.dir-rat {
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(222, 222, 222);
    padding: 25px 25px 0px;
    background: rgb(255, 255, 255);
    margin-top: 50px;
}
.dir-rat-inn {
    position: relative;
    overflow: hidden;
}

.rating {
    border: none;
    float: left;
    height: 48px;
    overflow: hidden;
}

.rating > input {
    display: none;
}

.rating > label::before {
    margin: 5px;
    font-size: 22px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
    border: 0px !important;
}

.rating > label::after {
    background: none !important;
    border: 0px !important;
}

.rating > .half::before {
    content: "\f005 ";
    position: absolute;
    border: 0px;
}

.rating > label {
    color: rgb(221, 221, 221);
    float: right;
}

.tour_rhs{
    padding-left: 25px;
}
.tour_right h3 {
	background: #F88601;
	background: linear-gradient(to right,  #F88601 0%, #F0A95D 50%, #31386e 100%);
	background: -webkit-linear-gradient(left,  #F88601 0%, #e69704 60%, #71644A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F88601', endColorstr='#31386e', GradientType=1 );
	background: -moz-linear-gradient(left,  #F88601 0%, #F0A95D 10%, #ecb707 50%);
    color: rgb(255, 255, 255);
    font-size: 25px !important;
    margin-top: 0px;
    font-weight: 600;
    padding: 15px;
    margin-bottom: 0px;
    border-radius: 7px 7px  0 0;

}

.tour_offer {
    position: relative;
    /* background: url("/assets/images/packages/2nightpackage-1.jpeg") center center / cover no-repeat; */
    padding: 50px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: black;
}



.tour_offer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.87);
    opacity: 0.8; 
    border-radius: 10px;
}
.tour_offer p{
    color:#E77716 !important;
    text-align: center;
    text-shadow: 0px 1px 1px white;
    font-size: 1.8rem !important;
    }
.tour-price {
    position: relative;
    z-index: 1; 
    font-family: "Protest Riot", sans-serif;
}


.tour_offer h4 {
    color: rgb(255, 255, 255);
    font-size: 50px;
    text-align: center;
}

.tour_offer h4 span {
    color: white;
    font-size: 25px;
}



.band1 {
    width: 50px;
    height: auto;
    position: absolute;
    z-index: 99;
    top: -4px;
    right: 61px;
}
.band1 {
    width: 50px;
    height: auto;
    position: absolute;
    z-index: 99;
    top: -4px;
    right: 61px;
}
.n-td {
    text-decoration: line-through;
}
.n-td-1 {
    color:#E77716 !important;
}


.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.63); /* Adjust the alpha (fourth value) for darkness */
    z-index: 1;
}

.tour_rela_1 {
    position: relative;
    overflow: hidden;
    margin-bottom:4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.671);
    border-radius: 8px;

}

.tour_rela_1 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border: rgb(250, 248, 247) solid;

}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white; /* Adjust text color according to your design */
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    padding:0 .2rem;

}

.banner-content h4 {
    margin: 0;
    font-size: 1.5rem !important; 
    color: white;
    line-height: 150%;
    

}
.banner-content a {
    margin: 0;
    line-height: 150%;
    margin-top:1rem;
    /* padding: 12px 20px; */

}
.link-btn {
    padding: 6px 25px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.5s ease 0s;
    color: rgb(255, 255, 255);
    background: #E77716;
    margin-bottom: 3% !important;
    text-transform: none;
}
.link-btn:hover{
 
    background:transparent;
    border:#E77716 1px solid;
    margin-bottom: 3% !important;
    text-transform: none;
    color: #E77716;
}


@media screen and (max-width:991px) {
    .tour_offer {
       
        margin-top:3rem !important;
    }
    .banner-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white; /* Adjust text color according to your design */
        z-index: 2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    
    }

    .banner-content h4 {
        margin: 0;
        font-size: .7rem; 
        color: white;
        margin-top: 0px !important;
    
    }
    .link-btn {
        padding: 6px 25px;
        border-radius: 6px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        font-size: 1rem;
        transition: all 0.5s ease 0s;
        color: rgb(255, 255, 255);
        background: #E77716;
        margin-bottom: 3% !important;
        text-transform: none;
    }
    .link-btn:hover{
 
        background:transparent;
        border:#E77716 1px solid;
        margin-bottom: 3% !important;
        text-transform: none;
        color: #E77716;
    }
}
.days h4 {
    margin: 25px 0px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: rgb(33, 61, 68);
}

.days {
    color: rgb(146, 149, 150);
}
.days h4 span {
    color: rgb(146, 149, 150);
    
}

.l-info-pack-days {
}
.l-info-pack-days ul {
    padding: 5px 0px 0px;
    
}

.l-info-pack-days ul li {
    position: relative;
    overflow: hidden;
    padding-left: 40px;
}
.l-info-pack-plac::after {
    content: "";
    border: #E77716 4px solid;
    position: absolute;
    width: 1px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    left: 12px;
}

.l-info-pack-days ul li i {
    width: 35px;
    height: 35px;
    background: #E77716;
    border-radius: 50%;
    text-align: center;
    padding: 9px 10px;
    margin-left: -40px;
    position: absolute;
    z-index: 99;
    color: rgb(255, 255, 255);
    font-size : 18px;
}

.l-info-pack-days ul li h4 {
    margin-top: 7px;
}

.l-info-pack-days ul li p {
    padding-top: 0px;
    
}
.tout-map iframe {
    height: 300px;
    width: 100%;
    border: 0px;
    border-radius: 8px;
    margin-bottom: 3rem;
}
.sec-title h4 span{
color: #E77716;
}

.tour_help_1{
    margin:2rem 0;
}
.form-control{
    border: #E77716 1px solid;
}
.pad-left-o textarea{
    border: #E77716 1px solid;

}
textarea:focus {
    border-color: #E77716 !important;
}
.dir-rat-star .fa-star{
    color:#E77716;
}
.fa-check, .fa-times, .fa-asterisk, .fa-arrow-right{
    color:#E77716;
    margin-right:10px;
}

.tour_help_1_call{
    color:#E77716;
    font-family: "Protest Riot", sans-serif;
    font-size: 1.6rem !important;
}
.form-content .form-group input{
    border:#E77716 solid 1px !important;
    font-size: 1.3rem !important;

}
.form-border .booking-form4 .form-group .form-select{
    border:#E77716 solid 1px;
    font-size: 1.3rem;
}
.form-bg .form-content h4{
    color:#E77716;
    font-family: "Protest Riot", sans-serif;
    font-size: 1.6rem !important;
    font-weight: normal;

}
.view-all-btn{
    padding-bottom: 5%;
}