
/*New*/
.header-11 {
    background: #ffffff;
    min-height: inherit;
}

.header-11 .iconset .text small{
  color: #222;
}


.header-11 .iconset .text {
    color: #212529;
    font-size: 13px;
    margin-left: 15px;
    line-height: 1.1;
}

.header-11 .iconset .hdr-icon {
    color: #222;
    font-size: 28px;
}


.header-11 .minisearch-inline .input-group-field, .header-11 .minisearch-inline .rgsearch-category {
    border-color: #212529;
    border: 1px solid #626262;
}


  .contact-buttons {
            position: fixed;
            bottom: 30px;
            right: 30px;
            display: flex;
            flex-direction: column;
            gap: 30px;
            z-index: 1000;
        }

        .contact-btn {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            font-size: 24px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            position: relative;
            transition: transform 0.3s ease;
            overflow: visible;
        }

        .contact-btn:hover {
            transform: scale(1.1);
            color: #fff;
        }

        .contact-btn::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            animation: pulse 2s ease-out infinite;
            z-index: -1;
        }

        .call-btn {
            background: #0c3f71;
        }

        .call-btn::before {
            background: #0c3f71;
        }

        .whatsapp-btn {
            background: #25D366;
        }

        .whatsapp-btn::before {
            background: #25D366;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 0.8;
            }
            50% {
                transform: scale(1.3);
                opacity: 0.4;
            }
            100% {
                transform: scale(1.5);
                opacity: 0;
            }
        }

        @media (max-width: 768px) {
            .contact-buttons {
                bottom: 20px;
                right: 20px;
            }

            .contact-btn {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }

            .demo-content h1 {
                font-size: 2rem;
            }

            .demo-content p {
                font-size: 1rem;
            }
        }

        #site-scroll{
          left: 30px;
        }
        
        .header-11.top-header {
    background: #215486;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: none;
   
    border-bottom: 4px solid #d30486;
}

.mr-15{
          margin-right: 5px;
        }