/******************************************/
.button-part a {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px 13px 20px;
    width: auto;
    min-height: auto;
    line-height: 24px;
    margin: 0 10px 0px 0px;
    background-color: #fff;
    color: #FF5882;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.button-part a:before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    pointer-events: none;
}
.button-part a:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}
.button-part a:hover {
    color: #fff;
}
.btn__div{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    grid-gap: 15px;
    margin-top: 15px;
}
.btn__div a{
    margin: 0;
}
#main-wrapper {
    max-width: 1920px;
    margin: 80px auto 0 auto;
    overflow: hidden;
    background-color: #fff;
}
.banner{
	background-color: #FF5882;
	background-size: auto 100%;
	position: relative;
    background-image: none;
    padding: 55px 0 80px 0;
}
.banner-caption h1 strong {
    font-size: 38px;
    line-height: 1em;
}
.banner-inner {
	max-width: 1310px;
	display: flex;
    margin: 0 auto;
    padding: 0 15px;
	justify-content:space-between;
	flex-wrap: wrap;
    align-items: center;
    height: auto;
}
.banner-left{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 15px 0 0;
    width: 53%;
}
.banner-caption {
    margin-top: -10px;
}
.banner-caption h1{
	font-size: 48px;
	color:white;
	font-weight: 600;
	margin: 0px;
    margin-top: 0px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.banner-caption h1 b{
	font-size: 54px;
    font-weight: bold;
    color: white;
    margin: 0px;
    line-height: 1em;
}
.banner-caption  b {
    font-size: 30px;
    color: white;
    font-weight: 300;
    line-height: 1em;
    margin-top: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
.banner-caption  b strong {
    margin-top: 15px;
    display: block;
}
.banner-caption p{
	font-size: 16px;
	color:white;
	 margin-right:15%;
	font-weight:300;
	line-height: 23px;
    text-align: justify;
}
.banner-right{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 30%;
    position: relative;
    z-index: 1;
    width: 40%;
    flex-direction: column;

}
.deviceimg{
	position: relative;
    z-index: 1;
    min-width: 975px;
    width: 100%;
}

.banner:after {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    text-align: right;
    border-bottom: 65px solid #fff;
    border-left: 100vw solid transparent;
    bottom: 0;
}
/******************************************/

.web-screens h3,
.web-screens h2
 {
    line-height: normal;
    font-size: 45px;
    font-weight: bold;
    color: #FF5882;
    margin: 0 0 16px 0;
    text-align: center;
    font-family: 'Exo 2';
}
.web-screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.web-screens {
    padding: 30px 0 120px 0;
    position: relative;
}
.web-screens:last-child {
    background-color: #f8f8f8;
}
.web-screens .app-small-circle  {
    position: absolute;
    left: 0;
    top: -130px;
    z-index: -1;
}
.web-screens .app-small-circle.bottom  {
    position: absolute;
    bottom: -150px;
    top: auto;
    right: 0;
    left: auto;
    z-index: -1;
}

.web-screens-inner > strong {
    font-size: 20px;
    color: #000;
    line-height: 23px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    width: 100%;
}
.web-screens ul {
    width: 1255px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.web-screens ul li .image-holder {
    background-color: #7b7b7b;
    border-radius: 20px;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.31);
    overflow: hidden;
    display: inline-block;
}
.web-screens ul li .image-holder img {
    max-width: 100%;
    vertical-align: top;
}
.web-caption {
    padding-top: 10px;
    text-align: center;
}
.web-caption img {
    display: inline-block;
    max-width: 100%;
}
.web-caption strong {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 14px;
    font-family: 'poppins';
    font-weight: 400;
}
.web-caption p {
    font-size: 16px;
    line-height: 23.2px;
    color: #373737;
    max-width: 894px;
    margin: 0 auto;
    font-weight: 300;
    font-family: 'poppins';
}
.web-screens ul .slick-arrow {
    position: absolute;
    bottom: -30px;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #fff;
    box-shadow: 0  0 0 1px #FF5882 inset;
    background-repeat: no-repeat;
    background-position: center center;
}
.web-screens ul .slick-arrow {
    position: absolute;
    bottom: -70px;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #fff;
    box-shadow: 0  0 0 1px #FF5882 inset;
    padding: 0;
    margin: 0;
}
.web-screens ul .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-image: url(left-4.png);
}
.web-screens ul .slick-arrow.slick-prev.slick-disabled {
    background-image: url(left-dis-3.png);
}
.web-screens ul .slick-arrow.slick-next {
    right: 50%;
    margin-right: -30px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    background-image: url(right-4.png);
}
.web-screens ul .slick-arrow.slick-next.slick-disabled {
    background-image: url(right-dis-3.png);
}
.web-screens ul .slick-arrow.slick-disabled {
    background-color: #f1f1f1;
    box-shadow: 0 0 0 1px #a7a7a7 inset;
}
.web-screens .slick-list {
    overflow: visible;
}
.web-screens .slick-slide {
    margin: 0 15px;
}
.web-caption h4 {
    font-size: 22px;
    line-height: normal;
    font-weight: bold;
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #000;
}
/******************************************/
/*----Media query------*/
@media screen and (max-width:1920px) {
    #middle-page {
        max-width: 1920px;
        margin: 80px auto 0 auto;
        overflow-x:hidden ;
    }
    .deviceimg{
        min-width: 50.8vw;
    }
}
@media screen and (min-width:1921px) {
    #middle-page {
        max-width: 1920px;
        margin: 80px auto 0 auto;
        overflow-x:hidden ;
    }
    .deviceimg {
        top: auto;
    }
}
@media screen and (max-width:1600px) {
    .banner-right{top: 0px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .deviceimg {
        min-width: 41.8vw;
    }
}
@media screen and (max-width:1400px) {
    .deviceimg {
        min-width: 44.8vw;
    }
}
@media screen and (max-width:1280px) {
    .banner-caption h1 {
        font-size: 42px;
        color: white;
        font-weight: 600;
        margin: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .banner-caption h1 b {
        font-size: 48px;
        font-weight: bold;
        color: white;
        margin: 0px;
        margin-top: 0px;
        width: 100%;
    }

}
@media screen and (max-width:1119px) {
    .banner-left{width: 100%;}
    .banner-right{width: 100%;}
    .web-screens .app-small-circle {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .banner::after{
        border: none;
    }
    .banner-caption h1 {
        font-size: 48px;
        color: white;
        font-weight: 600;
        margin: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .banner-caption h1 b {
        font-size: 58px;
        font-weight: bold;
        color: white;
        margin: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .banner-caption  b{
        font-size:28px;
        color:white;

    }
}

@media screen and (max-width: 991px) {
    .banner::after{
        border: none;
    }
    .banner {
        padding: 50px 0;
    }
    .deviceimg {
        top: auto;
    }
	.banner-right{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .web-screens .slick-slide {
        margin: 0 5px;
    }
    .banner-left{
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        width: 100%;
    }
    .banner-caption h1 {
        font-size:41px;
        color: white;
        font-weight: 600;
        margin: 0px;
        margin-top: 0px;
    }
    .banner-caption h1 b {
        font-size: 48px;
        font-weight: bold;
        color: white;
        margin: 0px;
        margin-top: 0px;
    }
    .banner-caption  b{
        font-size:28px;
        color:white;
    }
    .banner-caption h1 strong {
        font-size: 28px;
    }
    .banner-caption  b strong{font-weight: 600;}

}
@media screen and (max-width:767px) {
    .banner::after{
        border: none;
    }
    .banner-caption h1 {
        font-size:32px;
        color: white;
        font-weight: 600;
        margin: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .banner-caption h1 b {
        font-size:35px;
        font-weight: bold;
        color: white;
        margin: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .banner-caption  b{
        font-size: 24px;
        color:white;
    }
    .web-screens ul li .image-holder {
        border-radius:3px ;
    }
    .web-screens h3, .web-screens h2 {
        font-size: 32px;
        line-height: 1em;
    }
    .banner-caption p {
        padding: 0;
        margin: 0;
    }
    .banner-caption h1 strong {
        font-size: 26px;
    }
}
@media screen and (max-width:400px) {
    #middle-page {
        margin-top: 60px;
    }
}