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

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

.accpet-btn {
    background: #203f5b !important;
    color: #fff !important;
}

.accpet-btn:hover {
    background: #203f5b !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)
    }
}

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

@-webkit-keyframes fadeInDown2 {
    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;
}

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


/* #cookie-main-div .col-md-4{display:grid;place-items: center;} */

@media(max-width:1199px) {
    .cookie-main {
        margin: 0 1rem !important;
        left: 0 !important;
    }
}
