/* banner start */

.banner-section {
    z-index: 3;
}

.sectionContainer {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.mainVideoText {
    font-family: "DubaiW23-Bold", sans-serif;
    font-size: 2rem;
    line-height: .9;
    font-weight: 900;
    letter-spacing: -.025em;
    margin-bottom: 0.5em;
    text-align: center;
    color: #132659;
}

#video-viewport {
    position: absolute;
    top: auto;
}

.fullsize-video-bg:before {
    position: absolute;
    top: auto;
    background: none;
}

.fullsize-video-bg {
    height: 650px;
}

.featured-icon-textbox {
    margin-top: 3rem;
}

.featured-icon-textbox h4 {
    margin-bottom: 0;
    padding-top: 15px;
    height: 55px;
    font-size: 24px;
}

.featured-icon-textbox p {
    padding-top: 15px;
    text-align: left;
    font-size: 1.1rem;
}

.ecl-card {
    height: 460px;
}

.banner-section__content {
    margin-top: -20%;
}

.banner-section::after {
    background: none;
}

.featured-icon-textbox {
    height: 500px;
}

/* banner end */

/* additional css start */

.elWithHeaderPadding {
    height: 25vh;
}

.platformLogosPara {
    font-size: 24px;
    text-align: center;
}

.fullsize-video-bg:before {
    height: auto;
}

#iormain {
    margin-top: 0%;
    display: none;
}

#iormain p {
    font-size: 1.5rem;
    margin-top: 2.2rem;
    color: #FFFFFF !important;
    font-weight: bold;
    display: inline-block;
    line-height: 40px;
}

#market-potentails {
    margin-top: 8%;
}

.uaeCTA p {
    font-size: 2rem;
    margin-top: 25px;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: left;
    display: inline-block;
}

/* additional css end */


/* dubai images row start */
.rsaIORDubai {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dubai-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.dubai-column {
    flex: 12.5%;
    padding: 20px;
}

@media screen and (max-width: 992px) {
    .dubai-column {
        flex: 50%;
    }
}

/* @media screen and (max-width: 600px) {
    .dubai-row {
        flex-direction: column;
    }
} */

.dubai-column img {
    width: 100%;
}

/* dubai images row end */

/* section tech used start */

.section-tech-used {
    margin-top: 1%;
}

.tech-used {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tech-used-item {
    flex: 25%;
    margin-left: 10px;
    margin-right: 10px;
}

.tech-used-item img {
    width: 50%;
}

.tui1 {
    width: 65%!important;
}

/* section tech used end */


/* pageBottom Section start */

#pageBottomSection {
    margin-top: 30px;
}

.pbs-row {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* pageBottom Section end */

/* mobile css media queries start */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .elWithHeaderPadding {
        height: auto;
        padding-top: 60px !important;
    }

    .banner-section__content {
        margin-top: 0;
    }

    .platform-flex-items img {
        width: 85%;
    }

    .platformLogosPara {
        margin-top: 3rem;
        font-size: 20px;
        text-align: justify;
        padding-left: 10px;
        padding-right: 10px;
    }

    .fullsize-video-bg {
        height: 170px;
    }

    .section-tech-used {
        padding: 80px 0 0px;
    }

    .section-clients__title {
        margin: 0 0 0px;
    }

    .pbs-column {
        flex: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    .pbs-card .content-mask {
        padding: 0.75em 0.75em 0.75em 1.5em;
    }

    .tech-used {
        margin-top: 35px;
    }

    .ecl-row {
        margin-right: auto;
    }

    .ecl-col {
        flex: auto;
    }

    .featured-icon-textbox p {
        font-size: 1.25rem;
    }

    .tech-used {
        flex-direction: column;
    }

    .tech-used-item {
        margin-top: 20px;
    }

    .tech-used-item:nth-child(3) {
        margin-top: 30px;
    }

    .uaeCTA p {
        font-size: 1.8rem;
        text-align: center;
        padding-right: 20px;
    }

    .uaeCTA .flex-main-container {
        height: 45vh;
    }

    .dform {
        margin-top: -15px;
    }

    .dubai-column {
        padding: 0;
    }

    .text-title {
        padding-left: 5px;
        padding-right: 5px;
    }

    .banner-section__desc {
        font-size: 20px;
    }

    .mpMainTitle {
        padding-left: 5px;
        padding-right: 5px;
    }

    .tui1 {
        width: 70%!important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* mobile css media queries end */