.w3-main,
#main {
    transition: margin-left .4s
}

.w3-modal {
    z-index: 301;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

.w3-modal-content {
    margin: auto;
    position: relative;
    padding: 0;
    outline: 0
}

.w3-teal,
.w3-hover-teal:hover {
    color: #fff!important
}

.w3-container,
.w3-panel {
    position: relative;
    display: block;
    width: 50%;
    left: 25%
}

.cookie_text {
    position: relative;
    font-size: 11.5px;
    text-align: center;
    width: 90%;
    top: 17px
}

.button_section {
    position: absolute;
    width: 105px;
    left: 91%;
    top: 15px
}

.w3-btn,
.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #fff!important
}

a {
    color: white;
    text-decoration: none
}

.button_okay {
    font-size: 12px;
    position: relative;
    padding: 8px 22px;
    overflow: hidden;
    color: black;
    background-color: white;
    border: 1px solid #fff;
    border-radius: 20px
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0
}

@media screen and (max-width:1065px) {
    .w3-modal {
        height: 60px
    }
    .cookie_text {
        text-align: left
    }
    .button_okay {
        font-size: 12px;
        padding: 8px 20px;
        border-radius: 20px;
        top: 3px
    }
    .w3-display-topmiddle {
        left: 10%
    }
}

@media screen and (max-width:865px) {
    .w3-container,
    .w3-panel {
        width: 50%;
        left: 15%
    }
    .cookie_text {
        position: relative
    }
    .button_section {
        top: 5px
    }
    .button_okay {
        font-size: 12px;
        border-radius: 20px;
        top: 9px
    }
    .w3-display-topmiddle {
        left: 50%
    }
}

@media screen and (max-width:768px) {
    .w3-container,
    .w3-panel {
        width: 50%;
        left: 15%;
        top: 5px
    }
    .step_question {
        line-height: normal
    }
    .cookie_text {
        position: relative;
        top: 10px;
    }
    .button_okay {
        font-size: 12px;
        border-radius: 20px
    }
    .w3-display-topmiddle {
        left: 50%
    }
}

@media screen and (max-width:700px) {
    .step_question {
        line-height: normal
    }
    .w3-modal {
        height: 75px;
        position: relative;
    }
    .button_okay {
        top: 22px;
        padding: 8px 15px;
    }
}

@media screen and (max-width:500px) {
    .cookie_text {
        position: relative;
        padding: 0 20px 0 0
    }
    .w3-display-topmiddle {
        left: 120px
    }
    .button_okay {
        border-radius: 20px
    }
}

@media screen and (max-width:482px) {
    .w3-modal {
        height: 85px
    }
    .button_section {
        left: 40%;
        top: 20px
    }
}

@media screen and (max-width:480px) {
    .w3-display-topmiddle {
        left: 120px
    }
    .w3-container,
    .w3-panel {
        width: 55%;
        top: 5px;
        left: 10%
    }
    .button_section {
        top: 16px
    }
    .cookie_text {
        top: 0px;
    }
}

@media screen and (max-width:400px) {
    .w3-container,
    .w3-panel {
        width: 60%;
        left: 6%;
        top: 0
    }
    .cookie_text {
        top: 5px;
    )
}

@media screen and (max-width:320px) {
    .w3-container,
    .w3-panel {
        width: 60%;
        left: 6%
    }
    .button_section {
        left: 30%;
        top: 26px
    }
    .cookie_text {
        top: 5px;
        line-height: 2.3rem;
    }
}