.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}


/* footer  */

.footer {
    padding: 40px 0 0;
    background-color: #252424;
}

.footer-column h4 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 25px 0 20px;
}

.footer-column p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #fff;
}

.footer-column ul li {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.footer-column i {
    margin-right: 6px;
}

.footer-column ul li {
    margin-bottom: 15px;
    line-height: 20px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;

    &:hover {
        color: #8ed153;
    }
}


.social-media-icons2 {
    display: flex;
    gap: 15px;
}

.social-icon2 {
    height: 40px;
    width: 40px;
    padding: 10px;
    border: 2px solid #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    transition: all 0.3s;

    &:hover {
        /* background-color: #9ec0fa; */
    }
}

.youtube:hover {
    background-color: red;
}

.fb:hover {
    background-color: #1170fe;
}

.insta:hover {
    background-color: rgb(254, 59, 92);
}

.social-icon2 a {
    display: flex;
    align-items: center;
}




.btmfooter {
    /* background-color: #1e76bd; */
    border-top: 2px solid #424343;
}

.footer_rights {
    padding: 20px 0;
}

.footer_rights p {
    color: #fff;
    font-size: 16px;
}

@media (max-width:992px) {
    .footer_rights p {
        font-size: 14px;
    }
}