.cookie-main{
    background: white;
    min-height: 100px;
    padding: 16px;
    margin: 0rem 3rem 0 18rem;
    border-radius: 1rem;
    position:fixed;
    bottom:4rem;
    background: #203f5b;
    color: #ffff;
    font-weight:600;
    z-index:99;
}



.cookie-container{
    position: absolute;
    z-index:9999;
}

.accpet-btn{
    background: #A5A08F !important;
    color: #fff !important;
}
.accpet-btn:hover{
    background: #A5A08F !important;
    color: #fff !important;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}


@keyframes fadeInDown {
    from {
        transform: translate3d(0,0,0);
        opacity: 1
    }
    to {
      transform: translate3d(0,40px,0)
    }
}

@-webkit-keyframes fadeInDown {
    from {
        transform: translate3d(0,0,0);
        opacity: 1
    }

    to {
         transform: translate3d(0,40px,0)
    }
}

/* .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
} */

.animatedFadeInDown {
    opacity: 0
}


.fadeInDown {
    opacity: 0;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
}

@media(max-width:991px){
    .cookie-main{
        margin:0 30px 0 20px !important;
    }
}
