a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
div#myNav {
    background: #000;
}
a.nav-item.nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
img.logo {
    max-height: 50px;
}
.tablink {
    font-size: 10px !important;
}
.small-carousel-item img {
    max-width: 100% !important;
}
.moblie-hide{display:none;}
a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0px;
}
section.teaserboxes {
    display: none;
}
.title h1 {
    font-size: 22px;
    line-height: 30px;
}
.btn {
    line-height: 22px;
    color: #fff;
    border: none;
    /*border-radius: 0px;*/
    background: #0a2a3b;
    /*margin: 10px;*/
}
input.search-input {
    border: none;
    width: 170px !important;
    font-size: 14px;
}
.serdiv {
    background: #ffff;
    border-radius: 5px;
    
}
.d-flex.serdiv .btn {
    margin: 0px;
    border-radius: 5px;
    line-height: 40px;
}
.d-flex.serdiv .btn span {
    display: none;
}
.mobile-none{display:none; font-size:12px;}
.pc-none{display: block;}
h6 { font-size: 14px;} 
.show-sub {
    position: relative;
    padding: 10px;
}
.show-sub a {
    padding: 8px 15px;
    color: #fff;
    background: #ffffff38;
}
.show-sub {
    background-color: #f1f1f100;
}
.overlay a {
    font-size: 15px;
}
/*#filter {*/
/*    transform: translateX(-44%) !important;*/
/*    max-width: 370px;*/
/*}*/
/* .filter-div {
    width: 30px;
} */
.Jurnal {
    height: 230px;
} 
.Jurnal div{
    height: 230px;
}
.small-carousel-item img {
    max-width: 100%;
}
img.amenities {
    max-width: 60px;
    padding: 10px;
    max-height: 70px;
}
h5 {
    font-size: 1rem;
}
/* new  */
.i-btn {

    padding: 0px 9px;
    border: none;
    border-radius: 50%;
    background: #ffc008;
    line-height: 30px;
}
i {
    font-size: 15px;
}
.value {
    background-color: rgb(0 0 0 / 53%);
    padding: 5px 10px;
    margin: 5px;
    text-align: end;
    width: 100%;
    color: #ffffff;
    border-radius: 30px;
}
.side-icon-div {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: auto;
}

.container-text {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #FFFFFF;
    padding-top: 20px;
    font-size: 40px;
    font-weight: 800;
    animation: filling 3s ease forwards;
}
.sound-icon {
    width: 20px !important;
    height: 20px;
}
img.head-img {
    width: auto;
    align-content: end;
    height: 100%;
    overflow: hidden;
}


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .mobile-none{display:none;}   
    .pc-none{display: block;}
    img.amenities {
        max-width: 60px;
        max-height: 50px;
        padding: 10px;
    }
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .mobile-none{ display:none;} 
    .pc-none{display: block;}
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .mobile-none{display:block;}
    .pc-none{display: none;}
    img.amenities {
        max-width: 80px ;
        padding: 10px;
        max-height: 70px;
    }

    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .mobile-none{display:block;}  
    .pc-none{display: none;}
    img.amenities {
        max-width: 80px ;
        padding: 10px;
        max-height: 70px;
    }

    
}