

/*cookies css*/
.cookies{
        position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    background: #203f7e;
    padding: 15px 0;
    box-shadow: 0px 1px 9px rgba(51, 51, 51, 0.37);
    display: none;
}
.cookies p{
        font-size: 18px;
    float: left;
    width: 70%;
    margin-bottom: 0;
    color: #fff;
}
.cookies button{
    float: right;
    padding: 10px 60px;
}
.social-list{
    box-shadow: 0px 0px 3px rgba(162, 160, 160, 0.24);
    margin-bottom: 30px;
}
.thumb-img{
    margin: auto;
}


@media(max-width: 991px){
    .thumb-img{
        width: 100%;
    }
}

@media(max-width: 767px){
    .thumb-img{
        width: 300px;
        margin-bottom: 20px;
    }
    .social-list{
        text-align: center;
    }
}

/*Cookies media css*/
@media(max-width: 720px){
    .cookies p{
        width: 100%;
        float: none;
    }
    .cookies button{
        float: none;
        margin-top: 10px ;
    }
    .cookies{
        text-align: center;
    }
}

@media(max-width: 389px){
    .thumb-img{
        width: 100%;
    }
}