.banner-wrap {
    margin: 0;
    height: auto;
}

.banner-wrap:before {
    background: #077297;
}

.zo-section {
    padding: 80px 0;
}

.what-gdpr {
    background: #f4f3f1;
}

.gdpr-cont {
    padding: 40px 0;
}

.gdpr-cont p:last-child {
    margin: 0;
}

.gdpr-list li {
    padding: 0 0 0 25px;
    position: relative;
}

.gdpr-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fe7b01;
}

.gdpr-list li:not(:last-child) {
    margin: 0 0 30px
}

.gdpr-list li h4 {
    margin: 0 0 10px
}

.gdpr-tile-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gdpr-tile-wrap li {
    width: 45%;
    margin: 0 0 40px;
}

.gdpr-tile-wrap li span {
    display: block;
    width: 45px;
    height: 40px;
    background-image: url(/sites/default/files/orchestly/gdpr-sprite.png);
    background-size: auto 45px;
}

.gdpr-tile-wrap li h4 {
    margin: 10px 0 20px;
}

.gdpr-tile-wrap li p:last-child {
    margin: 0;
}

.ico-audit-log {
    background-position: -3px -1px;
}

.ico-api {
    background-position: -48px -1px;
}

.ico-zoho-directory {
    background-position: -193px 4px;
}

.ico-marketpalce-extension {
    background-position: -95px -1px;
}

.ico-field-encryption {
    background-position: -145px -1px;
}

.ico-access-control {
    background-position: -241px -1px;
}

.ico-disclosure-data {
    background-position: -289px -1px;
}

.ico-data-security {
    background-position: -337px -1px
}

.gdpr-rights {
    background: #2a3143;
    color: #fff;
}

.gdpr-rights .gdpr-list {
    padding: 20px 0 0;
}

.gdpr-rights .gdpr-list li {
    padding-left: 50px;
}

.gdpr-rights .gdpr-list li:before {
    width: 30px;
    height: 30px;
    content: '';
    display: block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 5px;
    height: 10px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid #00C853;
    border-width: 0 2px 2px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    transform: rotate(45deg);
    background: transparent;
    border-radius: 0;
    top: 10px;
    left: 10px;
}

.gdpr-rights .gdpr-list li:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1px solid #00C853;
    left: 0;
    top: 5px;
}

.zo-gdpr-disclaimer {
    background: #353c4d;
    padding: 20px 40px;
    margin: 80px 0 0
}

.zo-gdpr-disclaimer p {
    margin: 0;
    font-size: 14px;
}

.zo-section h2 {
    font-size: 1.8rem;
}

@media only screen and (max-width: 992px) {
    .zo-section {
        padding: 40px 0;
    }
    .gdpr-cont {
        padding: 20px 0;
    }
    .zo-gdpr-disclaimer {
        margin: 60px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    #block-panels-mini-product-menu {
        background: url(/sites/default/files/orchestly/home/texture-wall.png) repeat 0 0, linear-gradient(135deg, #F4F1EB 0%, #F4F1EB 100%);
    }
    .banner-wrap:before {
        top: 30px;
    }
    .gdpr-tile-wrap li {
        width: 100%;
        margin: 0 0 30px;
    }
    .zo-gdpr-disclaimer {
        padding: 20px;
    }
}