html {
    overflow: -moz-hidden-unscrollable;
    /* height: 100%; */
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    overflow: auto;
    /* height: 100%; */
}
p{
    text-align: justify;
}

.tab_css{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tab_css input{
    display: none;
}

.tab_css label{
    margin: 0 2px 4px 0;
    padding: 32px 128px;
    cursor: pointer;
    /* border-radius: 5px; */
    /* background: #999; */
    color: #000;
    opacity: 0.5;
    font-size: 1.1em;
}

.tab_content{
    order: 1;
    display: none;
    /* default width: 92% */
    width: 80%;
    line-height: 2;
    font-size: 1.1em;
    padding: 16px 0%;
    border-top: 1px solid #ddd;
    /* border-radius: 8px; */
}

.tab_css input:checked + label,
.tab_css label:hover{
    opacity: 1;
    font-weight: bold;
}
.tab_css input:checked + label +
.tab_content{
    display: initial;
}

.hylink{
  color: red;
}

.kang-policies{
    display: flex;
    justify-content: center;
    align-items: center;

    margin: auto;
    width: 80%;  
    height: 256px;
    /* height: 8vh; */
    
    /* background: #000; */
    background-image: url(../images/revo-slider/banner-policies.jpg);
    color: #fff;
    background-position: left center;
}

@media only screen and (max-width: 576px){
    .kang-policies{
        height: 128px;
        background-image: url(../images/revo-slider/banner01-thumb.jpg);
        background-position: right 64%;
    }
}
@media only screen and (max-width: 576px){
    .kang-logo{        
        width: 64%;
    }
}