
.ftco-navbar-light{
    position: unset;
    top: unset;
}

.ftco-domain {
    background: url('../images/bg.png');
    opacity: 1;
    background-size: cover;
}

.domain-form .form-group .btn-primary {
    width: calc(100% - 80px);
}

.main_search{
    align-items: center;
}

.domain_search_box .result{
    color : #FFF;
    font-size: 1.1em;
    font-weight: bold;
}

.domain_search_box .result > div{display : none}

h1{
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
}

.heading-white p {
    color: #FFF;
    font-weight: bold;
}

.heading-white p span{font-size: 1.3em;}

#whatsapp-link1{
    position: fixed;
    top: 34px;
    right: 15px;
    z-index: 99999;
}

.wha{
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: bounce;
}

@keyframes bounce {
    from {top: 34px;}
    50%  {top: 30px;}
    to   {top: 34px;}
}

.clignote {
    animation: clignote 2s linear infinite;
}
@keyframes clignote {
    25% { opacity: 0.5; }
    50% { opacity: 0; }
    75% { opacity: 0.5; }
}

@media  (max-width: 576px){
    #whatsapp-link1{top: unset;bottom: 10px;right: 2px;}

    @keyframes bounce {
        from {bottom: 5px;}
        50%  {bottom: 10px;}
        to   {bottom: 5px;}
    }
}

@media (max-width: 991.98px){
    .ftco-navbar-light {
        background: #FFF !important;
        position: relative;
        top: 0;
    }
}
