
body,html {
    overflow-x:hidden; 
}
.mainwrap {
    max-width: 1920px;
    margin: 0 auto;
}
.for-mob img {
    max-width: 100%;
    vertical-align: top;
}
.banner-section {
    margin-top: 81px;
    position: relative;
}
.banner-cation:before {
    content: '';
    position: absolute;
    border-bottom: 28px solid #60b89d;
    border-right: 455px solid transparent;
    top: -28px;
    left: 0;
}
.banner-cation:after {
    content: '';
    position: absolute;
    border-bottom: 296px solid transparent;
    border-left: 30px solid #60b89d;
    right: -28px;
    top: 0;
}
.banner-cation p:after {
    content: '';
    position: absolute;
    border-top: 50px solid #60b89d;
    border-right: 455px solid transparent;
    bottom: -70px;
    left: -30px;
}
.banner-section-left > img {
    display: none;
}
.banner-cation h1 {
    margin: 0 0 18px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
}
.banner-cation {
    background-color: #60b89d;
    width: 455px;
    padding: 20px 30px;
    text-align: left;
    position: relative;
    filter: drop-shadow(rgb(45, 29, 29) 10px 10px 0);
    -webkit-filter: drop-shadow(rgb(45, 29, 29) 10px 10px 0);
}
.banner-section-left {
    display: flex;
    align-items: center;
}
.banner-inner-area {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 0;
    display: flex;
    justify-content: space-between;
    min-height: 700px;
    position: relative;
    background-image: url(banner-bg.jpg);
    background-size: cover;
    background-position: right center;
}
.banner-section-right {
    display: flex;
    align-items: flex-end;
}
.banner-section-right img {
    margin-bottom: -70px;
}
.banner-cation h1 strong {
    margin: 5px 0 0;
    padding: 0px;
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-style: normal;
    display: block;
}
.banner-cation b {
    margin: 0 0 15px;
    padding: 0px;
    font-size: 18px;
    color: #ffee00;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 18px;
    display: block;
}
.banner-cation p {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    font-weight: 300;
}
/*****************************/

.app-types-part {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}
.flow-images img {
  max-width: 100%;
}
.app-types-part{
    border-bottom: 1px solid #e0e0e0;
}
.flow-images .app-types-part:nth-child(even) {background-color: #f8f8f8;}
.flow-images .app-types-part:nth-child(odd) {background-color: #ffffff;}


@media screen and (max-width:991px){
    .banner-section-right {
        display: none;
    }
    .app-types-part.first {
        margin-top: 30px;
    }
}
@media screen and (max-width:767px){
    .banner-cation:before,.banner-cation:after {
        display: none;
    }
    .banner-cation p:after {
        display: none;
    }
    .banner-cation {
        max-width: 100%;
        width: auto;
        margin: 0;
        filter: none;
        -webkit-filter: none;
    }
    .banner-inner-area {
        background-image: none;
        min-height: unset;
    }
    .banner-section-left img {
        display: block;
        max-width: 100%;
    }
    .banner-inner-area {
        display:block;
    }
    .banner-section-left{
        display: block;
    }
    .banner-cation h1 {
        font-size: 25px;
    }
    .banner-cation h1 strong {
        font-size: 18px;
    }
    .banner-cation b {
        font-size: 16px;
    }
    .banner-cation p {
        font-size: 16px;
    }
    .banner-cation {
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
    }
    
}