
.head-font1 {
    font-family:"Roboto";
    font-weight: bold;
    font-size: 42px;
}

.text-font{
    font-family: "Roboto";
    font-size: 24px;
    line-height: 28px;
    color:#000;
    
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.tab-button {
    padding: 10px;
    cursor: pointer;
    display: inline-block;
}

.tab-button.active {
    background-color: #ccc;
}

img {
    max-width: 100%;
}

.my-custom-arrow {
    display: none;
}

.active .my-custom-arrow {
    display: block;
}

.lkfooter{
font-family:"Roboto";
font-size: 18px;
    
}





