@media screen and (max-width: 767px) {
.life_img {
    height: 42vh;
    background-size: cover;
}
header.headroom--not-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.site-branding {
    padding-left: 9px;
    max-width: 30%;
    margin-left: 10px;
    margin-bottom: 10px;
}
.page-open-mobile-menu {
    margin: 0;
    margin-top: 20px;
}
.tp-leftarrow {
    left: -5% !important;
}
.tp-rightarrow {
    right: -5% !important;
}
.tparrows {
    width: 0 !important;
    height: 0 !important;
}
.qua_scroll_down {
    display: none;
}
.rev_slider .tp-caption.top12 {
    top: 0vh !important;
}
.cornered-block {
    background: transparent;
}
.about__bg {
    top: 20%;
    font-size: 15vw;
    opacity: 0.04;
}

}
@media (min-width: 768px) and (max-width: 1023px) {
.life_img {
    background-size: contain;
    height: 60vh;
}
header.headroom--not-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.desc .spec_list li {
line-height: 16px;
font-size: 12px;
margin-bottom: 4px;
}
.rev_slider .tp-caption.top12 {
    top: -5vh !important;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
header.headroom--not-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.rev_slider .tp-caption.top12 {
    top: 2vh !important;
}
}
@media (min-width: 1366px) and (max-width: 1439px) {
.desc .spec_list li {
line-height: 15px;
font-size: 12px;
margin-bottom: 4px;
}  
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .min-height{
    min-height: 38.5vh;
}
}
@media (min-width: 1920px) and (max-width: 2000px) {
    .min-height{
    min-height: 53.5vh;
}
}