/*Cookie Consent Begin*/
#cookieConsent {
    background-color: #000;
    min-height: 65px;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    padding: 20px 0 10px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #63cff6;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0 20px 8px 0;
    font-weight: bold;
    font-size: 25px;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #7f7f7f;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 6px 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #63cff6;
}
/*Cookie Consent End*/
@media screen and (max-width:768px){

    #cookieConsent a.cookieConsentOK {
        margin:15px 275px 0 0;
    }

    
}


@media only screen and (min-device-width : 393px) 
and (max-device-width : 786px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2.75) {
    #cookieConsent a.cookieConsentOK {
         float: none; 
    }
}

@media only screen and (min-device-width: 375px) 
and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    #cookieConsent a.cookieConsentOK{
        margin: 0;
    }
}
@media only screen and (min-device-width: 375px) 
and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    #cookieConsent a.cookieConsentOK{
       margin: -4px 0 0 0;
    }
    #cookieConsent{
        font-size: 15px;
    }
    #closeCookieConsent {
        float: right;
        display: inline-block;
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0px 20px 8px 0;
        font-weight: bold;
        font-size: 25px;
        padding-left: 10px;
    }
}

@media screen and (max-width:414px){
    #cookieConsent a.cookieConsentOK {
        background-color: #7f7f7f;
        color: #fff;
        display: inline-block;
        border-radius: 5px;
        padding: 6px 20px;
        cursor: pointer;
        float: none; 
        margin: 0 auto;
        text-align: center;
    }
    #cookieConsent {
        font-size: 17px;
    }
        
}
 @media screen and (max-width:411px){
    #cookieConsent a.cookieConsentOK {
        background-color: #7f7f7f;
        color: #fff;
        display: inline-block;
        border-radius: 5px;
        padding: 6px 20px;
        cursor: pointer;
        float: none; 
        margin: 0 auto;
        text-align: center;
    }
    #cookieConsent {
        font-size: 17px;
    }
        
}
@media screen and (max-width:393px){
    #cookieConsent a.cookieConsentOK {
        background-color: #7f7f7f;
        color: #fff;
        display: inline-block;
        border-radius: 5px;
        padding: 6px 20px;
        cursor: pointer;
        float: none; 
        margin: 0 60px 0 10px;
        text-align: center;
    }
}
@media screen and (max-width:380px){
    #cookieConsent a.cookieConsentOK {
        background-color: #7f7f7f;
        color: #fff;
        display: inline-block;
        border-radius: 5px;
        padding: 6px 20px;
        cursor: pointer;
        float: none; 
        margin: 0 60px 0 10px;
        text-align: center;
    }
    #cookieConsent {
        font-size: 17px;
    }
        
}
@media screen and (max-width: 320px)
{
    #cookieConsent {
        font-size: 15px;
    }   
}