.whatsapp-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 80px;
            height: 80px;
            background-color: #25d366;
            color: white;
            border-radius: 50%;
            text-align: center;
            font-size: 65px;
            line-height: 80px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            transition: transform 0.3s ease;
        }

        .whatsapp-button:hover {
            transform: scale(1.1);
        }

        .whatsapp-button a {
            color: white;
            text-decoration: none;
            display: block;
        }
        
.d-inline-block {
    margin-left: 0px !important;
}

header.header-2 .header-top .iq-link li a {
    color: #fff !important;
}

header.header-2 .header-top .iq-link li a:hover {
    color: #fff !important;
}


.ms-10 {
  margin-left: 12rem !important;
}

