.mscookie-consent-banner{
    position:fixed;
    left:0;
    bottom:0;
    z-indeX:9999999;
    border-radius: 0px !important;
    border: none;
    margin-left:50px;
    margin-bottom:15px;
    -webkit-box-shadow: 0px 3px 70px 0px rgba(0, 0, 0, 0.32) !important;
    box-shadow: 0px 3px 70px 0px rgba(0, 0, 0, 0.32) !important;
    outline: none !important;
    background-color: #ffffff;
    max-width:450px;
    padding:12px;
   display: none; 

}

.mscookie-consent-banner p{
    font-size:14px;
    line-height:18px;
    padding:0px;
    margin:0px;
    color: #444;
}
.mscookie-consent-banner .cookie-consent-button{
    background-color: #25BB50;
    border:none;
    font-size:14px;
    line-height:18px;
    display:inline-block;
    color:#ffffff;
    padding:8px 12px;
    margin-top:2px;


}

.cookie-consent-button-denied{
    background-color:  #666;
    border:none;
    font-size:14px;
    line-height:18px;
    display:inline-block;
    color:#ffffff;
    padding:8px 12px;
    margin-top:2px;
}
.mscookie-consent-banner .cookie-consent-button-denied:hover{
    background-color:  #444;
}
.mscookie-consent-banner .cookie-consent-button:hover{
    background-color:  #23B34C;
}
.cookie-consent-options{
    display:block;
    padding-bottom:10px;
}

.cookie-consent-options .mscheckbox{
    display:inline-block;
    padding-right:3px;
    padding-top:3px;
}
.mscookie-consent-banner a{
    font-weight:500;
    color: #000;
    text-decoration: none;
}
.cookie-consent-options .mscheckbox label{
    font-size:13px;
    color:#222;
}
@media (max-width: 700px) {
  .mscookie-consent-banner{
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
     width:auto;
  }
.mscookie-consent-banner p{
    font-size:13px;
    line-height:15px;

}
.cookie-consent-options .mscheckbox{
    display:inline-block;
    padding-right:0px;
    padding-top:0px;
}
.cookie-consent-options{
    display:block;
    padding-bottom:12px;
}


}


