.fixed-social-button {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
}

.fixed-social-button a {
    display: flex;
    align-items: center;
    width: fit-content;
    background-color: #fff;
    opacity: .6;
    border-bottom: 1px solid #1d2d4f;
    transition: all 0.4s;
}

.fixed-social-button a:hover {
    background-color: #06D286;
    opacity: 1;
}
.fixed-social-button a svg {
    width: 18px;
    height: 18px;
    padding: 18px 16px;
    color: #06D286;
}

.fixed-social-button a:hover svg {
    color: #fff;
}

footer {
    background-color: #1d2d4f;
}

footer .footer-main-wrapper {
    padding: 80px 0;
}

footer .footer-main-wrapper .footer-abt {
    padding-right: 20px;
}

footer .footer-main-wrapper .footer-abt img {
    width: 260px;

}

footer .footer-main-wrapper .footer-abt p {
    color: #fff;
    margin: 20px 0;

}

footer .footer-main-wrapper .footer-abt li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
}

footer .footer-main-wrapper .footer-abt li svg {
    margin-right: 10px;
}

footer .footer-main-wrapper .footer-links h6 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;

}

footer .footer-main-wrapper .footer-links ul li a {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;

}

footer .footer-main-wrapper .footer-links ul li a svg {
    margin-right: 10px;
}

footer .footer-main-wrapper .footer-map iframe {
    width: 100%;
    height: 260px;
    border-radius: 6px;
}

footer .copyright {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

footer .copyright .left-content p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

footer .copyright .left-content span {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;

}

footer .copyright .left-content span a {
    color: #06D286;
    font-weight: 600;
}

footer .copyright .right-content {
    text-align: end;
}

footer .copyright .right-content svg {
    width: 18px;
    height: 18px;
    padding: 10px;
    border-radius: 50%;
    background-color: #06D286;
    color: #fff;
    margin-right: 10px;
    transition: all 0.3s;
}

footer .copyright .right-content a:last-child svg {
    margin-right: 0;
}

footer .copyright .right-content svg:hover {
    transform: scale(1.2) rotate(360deg);
}


footer .footer-bottom-content {
    padding: 40px 0;
    position: relative;
    
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

footer .footer-bottom-content .main-content h4.heading {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}

footer .footer-bottom-content .main-content p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

footer .footer-bottom-content .main-content p.sub-heading {
    width: fit-content;
    padding-right: 10px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
}

footer .footer-bottom-content .main-content p.sub-heading svg {
    margin-right: 14px;
}

footer .footer-bottom-content .main-content li {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

@media (max-width:992px) {
    footer .footer-main-wrapper .footer-abt {
        padding-right: 0;
    }

    footer .footer-main-wrapper .footer-abt,
    footer .footer-main-wrapper .footer-links,
    footer .footer-main-wrapper .footer-map {
        margin-bottom: 20px;
    }
}

@media (max-width:768px) {
    footer .copyright .right-content {
        margin-top: 20px;
        text-align: start;
    }
}