
    .package-item {
        background: #fff;
        box-shadow: 0px 0px 15px #b7b7b785;
        margin: 30px 0;
        transition: all ease-in-out 0.3s;
    }
    .package-item img{
        width:100% !important;
    }
    .btn1 {
        height: 30px !important;
        width: 100px !important;
        line-height: 30px !important;
        color: #fff;
        background-color: #0087ff;
        border-radius: 20px;
        font-size: 14px;
    }

    .btn2 {
        height: 30px !important;
        width: 100px !important;
        line-height: 30px !important;
        background: #1b92ff;
        border-radius: 20px;
        color: white;
        font-size: 14px;
    }

    .package-content {
        padding: 25px;
        border-bottom: 1px solid #ddd;
    }

.bg_images {
    background-image: url(../images/banner/hotel-banner.jpg);
    background-repeat: no-repeat;
    height: 75vh;
    width: 100%;
    background-size: cover;
}

    .hotel_head {
        font-size: 19px;
        color: white;
        text-align: center;
        font-weight: 600;
    }

    .hotel_pra {
        text-align: center;
        font-size: 16px;
        color: #ffa41b;
        padding: 10px 0 0 0;
    }

    .text_box {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .text1 {
        background-color: #00000082;
        padding: 19px;
        width: 642px;
        border-left: 5px solid #ffa41b;
    }

h2 {
    margin-top: 50px;
    font-size: x-large !important;
}
    .bg_img__tw {
        padding: 40% 10% !important;
        height: 0 !important;
    }
    @media(min-width:700px){
        .bg_img__tw {
            padding: 15% !important;
            height: 0 !important;
            margin-bottom: 30px;
        }
    }