
 @media only screen and (max-width:1201px) {

    .toggle_btn {
    display: none;
    width: 100%;
}

}
 @media only screen and (max-width:1024px) {

h1 {
    font-size: 34px;
    line-height: 40px;
}

h2 {
    font-size: 26px;
    line-height: 32px;
}

h3 {
    font-size: 22px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

.card_text h2 span {
    display: block;
}
    .mob_100 {
        width: 100% !important;
    }

.vertical_align_bg {
    min-height: inherit;
}

.middle_box {
    min-height: auto;
    align-items: start;
    padding-top: 40px;
}

.dt_custom_search {
    justify-content: flex-start;
    margin-top: 10px;
    flex-wrap: wrap;
}

}
 @media only screen and (max-width:992px) {

.w_sm_40 {
    width: 40% !important;
}
.toggle_btn {
    display: block;
}

     #side_nav{
   margin-left: -250px;
   min-height: 100%;
   z-index: 1;
 }

 .content {
    margin-left: 0;
}

 #side_nav.active {
   margin-left: 0;
  }
  

}
 @media only screen and (max-width:768px) {

.dt_custom_buttons button {
    margin-bottom: 12px;
}
.sidebar_bottom_links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-basis: fit-content;
}

div#side_nav > div {
    position: absolute;
}
.sidebar .close-btn {
    background: white;
    width: 34px;
    height: 34px;
    text-align: center;
    position: absolute;
    right: 7px;
    top: 56px;
    color: black;
}
}

 @media only screen and (max-width:560px) { 
.w_sm_100 {
    width: 100% !important;
}
.edit_amenities li {
    flex: 100%;
    margin-right: 0px;
}

.card_text h2 span {
    display: inline;
}

header {
    padding: 15px 15px;
}

.price_ul {
    padding-left: 0px;
}

.btm_bar {
    padding: 15px 15px;
}

.btn {
    padding: 10px 16px;
    font-size: 14px;
}

 }
