/*************** MEDIA VARIABLE ***************/

@media only screen and (max-width: 1100px){

}


@media only screen and (max-width: 991px) {
    .pt1-100{
    padding-top: 40px;
     margin-bottom:70px;
}
    .p-150{
        padding-bottom: 150px;
    }
    .sidebar-widget-area .booking-form-widget .sidebar-booking-form .bk-item {
    width: 100%;
    position: relative;
}
    .header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
    top: 0;
    left: 0;
}
    .booking-guest-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#selectBoxesContainer1 {
    display: flex;
    flex-wrap: wrap;
}
#selectBoxesContainer {
    display: flex;
    flex-wrap: wrap;
}
    .d-xl-none{
        display: none;
    }
	.place-slider-itemm{
  height: 400px;
  width: 800px;
}
.trip {
    margin: 0px 0px;
}
.con-p{
    width: 365px;
}
.contact-form {
    background: #9e9e9e0f;
    padding: 30px;
    border-radius: 10px;
    height: 480px;
    width: 390px;
    margin-bottom: 30px;
    /* box-shadow: 0 0 15px #cccccc; */
}
.contact-page-map .map-box iframe {
    height: 585px;
    width: 390px;
}
.place-slider-areaa {
    /* height: 590px; */
    width: 365px;
    margin-top: -30px;
}
.infoo {
    text-align: right;
    margin: 0px 0px;
}
.place-content-wrap{
	margin-top: 0px;
}
.place-slider-areaa img{
  height: 100%;
  width: 100%;
}
.modal-content {
    background-color: #ddd;
    /* margin: auto; */
    padding: 20px;
    border: 1px solid #888;
    width: 94%;
    margin: 50px 25px;
}

.close {
    /* float: right; */
    /* margin-right: 100px; */
    /* margin-right: -30px; */
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1.2;
    padding: 0px 2%;
    cursor: pointer;
}
.biz-btn {
    height: 56px;
    width: 285px;
    font-size: 22px;
    /* margin-top: 0px; */
    border-radius: 10px;
    font-weight: bold;
    color: white;
    font-family: "Prompt", sans-serif;
    background-color: #4c8335;
}

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 500px) {
    .pt1-100{
    padding-top: 30px;
    margin-bottom:70px;
}
    .sidebar-widget-area .booking-form-widget .sidebar-booking-form .bk-item {
    width: 100%;
    position: relative;
}
    .modal-head{
        height: 60px;
    }
    .modal-content {
    background-color: #ddd;
    /* margin: auto; */
    padding: 20px;
    border: 1px solid #888;
    width: 330px;
    margin: 50px 25px;
}
    .place-content-wrap{
    margin-top: -90px;
}

  .header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
    top: 0;
    left: 0;
}
.section-title h2 {
    font-size: 20px;
}

.section-title {
    margin: 0;
}
.chose-img {
    height: 216px;
    width: auto;
}
.mb-50 {
    margin-bottom: 0;
}
.mb-55 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.single-blog-post-two .post-thumbnail {
    width: auto;
}
.sidebar-widget-area .booking-info-widget {
    padding: 34px 20px!important;
}

}

@media only screen and (min-width: 992px) {
    .menu-button button{
        background-color: transparent;
    }

}

@media only screen and (min-width: 1200px) {


}

@media only screen and (min-width: 1350px) {

}

@media only screen and (min-width: 1400px) {

}

@media only screen and (min-width: 1850px) {

}

@media only screen and (min-width: 2100px) {

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}
/*# sourceMappingURL=responsive.css.map */