.bg-black {
    background-color: #000;
}

.footer-first-section {
    max-width: 1550px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}

.map-footer-width {
    width: 600px;
}

.map-img-container {
    margin-right: 160px;
}

.img9 {
    width: 250px;
}

.jeddah-partners {
    /*background: transparent linear-gradient(306deg, #A45BEA 0%, #522E75 100%);*/
    /*background-color: #27273C;*/
    /*box-shadow: inset 0px 3px 6px #00000029;*/
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

    .jeddah-partners img {
        margin: auto;
    }

.jeddah-partners-maxwidth {
    max-width: 1550px;
    width: 100%;
    margin: auto;
}

.partners-title {
    font-size: 35px;
    line-height: 42px;
    font-family: 'Montserrat-Medium';
    text-transform: uppercase;
    padding-bottom: 30px;
    color: white;
}

.jeddah-patrners-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.u-hover80:hover {
    opacity: .8;
}

.pt50 {
    padding-top: 50px;
}

.footer-lastsection {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #7442A3;
    box-shadow: 6px -10px 10px #00000029;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-text {
    font-size: 16px;
    line-height: 24px;
    font-family: 'PoppinsRegular';
    color: white;
}

.vat-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #000;
    padding: 40px 0;
}

.benchmark-footer-powered-by {
    position: relative;
    display: flex;
    align-items: center;
}

.u-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.social-media-footer a {
    display: inline-block;
}

.social-media-footer {
    display: flex;
    align-items: center;
}

.mr-50 {
    margin-right: 30px;
}

.mr-90 {
    margin-right: 30px;
}

.vat-footer-img {
    width: 80px;
}

.twitter-img {
    width: 30px;
}

.instagram-img, .youtube-img {
    width: 30px;
}

.jeddah-seasson-img {
    width: 200px;
}

.benchmark-events-follow-on-social-media {
    height: 254px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    flex-direction: column;
    padding: 0 15px;
    position: relative;
}

.benchmark-events-followon-social {
    font-size: 40px;
    line-height: 50px;
    font-family: PoppinsBlack;
    color: #FFF;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.benchmark-events-followon-social, .benchmark-events-footer-social-media, .benchmark-events-copyright {
    position: relative;
}

.benchmark-events-copyright {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Montserrat-Regular';
    color: #FFF;
}

.benchmark-events-footer-social-media-link {
    display: inline-block;
    align-items: center;
    padding-right: 10px;
}

.benchmark-events-footer-social-media .benchmark-events-footer-social-media-link:last-child {
    padding-right: 0;
}

.benchmark-events-footer-social-media {
    padding-bottom: 20px;
}

    .benchmark-events-footer-social-media img {
        width: 42px;
    }

.benchmark-events-footer-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .benchmark-events-footer-bottom-right img {
        width: 294px;
        pointer-events: none;
    }

@media all and (max-width:1500px) {
    .vat-footer-img {
        width: 100px;
    }

    .footer-text {
        font-size: 14px;
        line-height: 19px;
    }

    .mr-50 {
        margin-right: 20px;
    }

    .mr-90 {
        margin-right: 50px;
    }

    .twitter-img {
        width: 20px;
    }

    .instagram-img, .youtube-img {
        width: 20px;
    }

    .jeddah-seasson-img {
        width: 140px;
    }
}

@media all and (max-width:1200px) {
    .jeddah-seasson-img {
        width: 140px;
    }

    .mr-90 {
        margin-right: 20px;
    }
}

@media all and (max-width:1000px) {
    .vat-footer-img {
        width: 60px;
    }

    .jeddah-seasson-img {
        width: 100px;
    }

    .twitter-img {
        width: 15px;
    }

    .instagram-img {
        width: 18px;
    }

    .youtube-img {
        width: 20px;
    }
}

@media all and (max-width:900px) {
    .copy-right-text {
        max-width: 200px;
    }
}

@media all and (max-width:768px) {
    .map-img-container {
        margin-right: 60px;
    }

    .footer-first-section {
        padding-top: 30px;
    }

    .jeddah-patrners-logos .col-6 {
        padding-bottom: 20px;
    }

    .partners-title {
        font-size: 30px;
        line-height: 40px;
    }

    .footer-lastsection {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .copy-right-text {
        max-width: initial
    }

    .vat-footer-img.vat-footer-mob {
        width: 80px;
    }

    .benchmark-events-followon-social {
        font-size: 22px;
        line-height: 28px;
    }

    .benchmark-events-copyright {
        font-size: 12px;
        line-height: 16px;
    }

    .vat-footer {
        padding: 20px 0;
    }

    .benchmark-events-follow-on-social-media {
        height: 200px;
    }

    .benchmark-events-footer-bottom-right {
        display:none;
    }
}

@media all and (max-width:500px) {
    .map-img-container {
        margin-right: 20px;
    }

    .footer-first-section {
        flex-direction: column;
    }

    .map-footer-width {
        width: 300px;
    }

    .img9 {
        width: 180px;
    }

    .partners-title {
        font-size: 20px;
        line-height: 30px;
    }

    .benchmark-events-followon-social {
        font-size: 20px;
    }
}
