.hero-banner-outer {
    display: flex;
    flex-wrap: wrap;
    min-height: 800px;
}
.hero-banner-grid .container-fluid {
    padding-left: 0;
    padding-right: 0px;
}
.hero-banner-outer .hero-banner-left {
    width: 50%;
    padding: 40px 0;
    align-self: center;
}
.hero-banner-outer .hero-banner-right {
    width: 50%;
}
.hero-banner-outer .hero-banner-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-form-heading a.play-video {
    display: flex;
    align-items: center;
}
.footer-form-heading a.play-video span{
    font-size: 16px;
    margin: 0 0 0 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.heading-colordark .footer-form-heading a.play-video span{
    color: #2A7DE1;
}
.heading-colorlight .footer-form-heading a.play-video span{
    color: #fff;
}
.hero-banner-outer .hero-text-innner .wp-block-buttons .is-style-fill .wp-element-button:hover {
    color: #fff;
}
.hero-banner-outer .hero-text-innner {
    max-width: 784px;
    margin-left: auto;
    padding-right: 123px;
    width: 100%;
    display: flex;
}
.breadcrumb {
    width: 100%;
    margin: 0 0 28px;
}
.hero-banner-outer .hero-text-innner .add-indicato {
    width: 130px;
    background-position: left;
    background-repeat: no-repeat;
    align-self: flex-start;
    height: 45px;
    margin: 68px 0 0;
}
.hero-banner-outer .hero-text-innner .hero-text-main {
    width: calc(100% - 130px);
    margin-left: auto;
}

.hero-banner-outer .hero-text-innner .banner-tagline p.h1 {
    font-size: 22px;
    line-height: 30px;
    margin: 6px 0 20px;
}
.hero-banner-outer .hero-text-innner .banner-content p {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    margin: 6px 0 20px;
}
.hero-banner-outer .hero-text-innner .wp-block-buttons {
    margin: 30px 0 20px;
}
.hero-banner-outer .hero-text-innner .wp-block-buttons .is-style-fill .wp-element-button {
    padding: 8px 25px 9px!important;
}
.hero-banner-outer .hero-text-innner .hero-text-main .banner-content p a {
    font-weight: 700;
    color: #11A1F2;
}
body.page-developer-portal .hero-banner-outer .hero-banner-right {
    height: auto;
}

/******************* Responsive css ************************/

@media screen and (max-width: 1199px) {
    .breadcrumb {
        margin: 0 0 20px;
    }
    .hero-banner-outer {
        min-height: auto;
    }
    .hero-banner-outer .hero-text-innner .banner-content p {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 15px;
    }
    .side-by-side-grid-outer .side-by-side-grid-content {
        padding: 40px 15px;
        padding-left: 40px;
    }
}
@media screen and (max-width: 991px) {
    .hero-banner-outer .hero-banner-right {
        order: 1;
        width: 100%;
        height: 400px;
    }
    .hero-banner-outer .hero-text-innner .add-indicato{
        display: none;
    }
    .hero-banner-outer .hero-text-innner .hero-text-main {
        width: 100%;
    }
    .hero-banner-outer .hero-banner-left{
        width: 100%;
        order: 2;
        padding: 40px 35px;

    }
    .hero-banner-outer .hero-text-innner{
        max-width: 536px;
        padding-right: 0px;
        margin-left: 0px;
    }
}
@media (max-width:575px){
    .hero-banner-grid .banner-heading h1{
        font-size: 30px;
        line-height: 40px;
    }
}
/*@media screen and (max-width: 767px) {
    .hero-banner-outer .hero-banner-left {
        padding: 40px 35px;
    }
}*/