/******************************************/
:root {
    --theme:#00C299;
    --theme-dark :#009474;
    --theme-light:#eafffb;
}
p {
    margin-bottom: 15px;
}
* {
    font-family: 'Exo 2';
}
.banner {
  background-size: auto 100%;
  position: relative;
  background-image: none;
  padding: 40px 0;
  background-color: var(--theme-light);
}

.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;
    width: calc(100% - 720px);
    width: -o-calc(100% - 720px);
    width: -moz-calc(100% - 720px);
    width: -webkit-calc(100% - 720px);
}
.banner-caption h1{
    font-size: 50px;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px 0;
    line-height: 58px;
}
.banner-caption {
    margin-top: 0;
}
.banner-caption img {
    max-width: 100%;
}
.banner h1 span {
    font-size: 27px;
    color: #000;
    display: block;
    line-height: 36px;
    margin-top: 0;
}
.banner-caption p {
	font-size: 16px;
	color:#000;
	font-weight:400;
	line-height: 24px;
}
.banner-right{
	display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 680px;
    flex-direction: column;
}
.banner-caption .gomain {
    padding: 12px 30px 14px 30px;
    font-size: 20px;
    background-color: var(--theme);
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    margin: 0 10px 10px 0;
    transition:all 0.5s;
}
.banner-right img {
    min-width: 50.8vw;
    width: 100%;
}
.banner-caption .gomain:hover {
    background-color:var(--theme-dark);
}
/******************************************/
.web-screens h3,
.web-screens h4,
.web-screens h2 {
    line-height: normal;
    font-size: 45px;
    font-weight: bold;
    color: var(--theme);
    margin: 0 0 16px 0;
    text-align: center;
}
.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 80px 0;
    position: relative;
}
.web-screens:last-child {
    margin-bottom: 40px;
}
.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: 18px;
    color: #373737;
    line-height: 28px;
    margin-bottom: 15px;
    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: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    color: #000;
}
.web-caption img {
    margin:0 auto;
    max-width: 100%;
}
.web-caption strong {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 14px;
    font-family: 'Exo 2';
    font-weight: bold;
}
.web-caption p {
    font-size: 16px;
    line-height: 23.2px;
    color: #373737;
    max-width: 894px;
    margin: 0 auto;
    font-weight: 300;
}
.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 var(--theme) inset;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.web-screens ul .slick-arrow:hover {
    background-color: var(--theme-light);
}
.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_.png);
}
.web-screens ul .slick-arrow.slick-prev.slick-disabled {
    background-image: url(left-dis-2.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_.png);
}
.web-screens ul .slick-arrow.slick-next.slick-disabled {
    background-image: url(right-dis-2.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;
}
/******************************************/
#main-wrapper {
    margin-top: 80px;
}
/*----Media query------*/
@media screen and (max-width:1920px) {
    #main-wrapper {
        max-width: 1920px;
        margin: 80px auto 0 auto;
        overflow-x:hidden ;
    }
    .deviceimg {
        width: 100%;
    }
}
@media screen and (max-width:1400px) {
    .banner-right img {
        min-width: 44.8vw;
    }
}
@media screen and (max-width:1280px) {
    .banner-caption h1 {
        font-size: 42px;
        font-weight: 600;
        margin: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .banner-caption h2 {
        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;
    }
    .banner-inner {
        flex-direction: column-reverse;
    }
}

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

@media screen and (max-width: 991px) {
    .banner::after{
        border: none;
    }
    .deviceimg {
        top: auto;
    }
	.banner-right{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }
    .banner-left{
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0 0;
        width: 100%;
    }
    .banner-caption h1 {
        font-size:41px;
        font-weight: 600;
        margin: 0px;
        margin-top: 0px;
    }
    .banner-caption h2 {
        font-size: 48px;
        font-weight: bold;
        color: white;
        margin: 0px;
        margin-top: 0px;
    }
    .banner-caption h3{
        font-size:28px;
        color:white;
        font-weight: 100;
    }
    .web-screens h3, .web-screens h4, .web-screens h2 {
        font-size: 40px;
    }
}
@media screen and (max-width:767px) {
    .banner::after{
        border: none;
    }
    .banner-caption h1 {
        font-size:32px;
        font-weight: 600;
        margin: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .banner-caption h2 {
        font-size:38px;
        font-weight: bold;
        color: white;
        margin: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .banner-caption h3{
        font-size: 24px;
        color:white;
        font-weight: 100;
    }
    .web-screens ul li .image-holder {
        border-radius:3px ;
    }
    .banner-right img {
        min-width: inherit;
        width: auto;
        max-width: 100%;
    }
    .web-screens h3, .web-screens h4, .web-screens h2 {
        font-size: 35px;
    }
    .web-screens-inner > strong {
        font-size: 16px;
        line-height: 22px;
    }
}
@media screen and (max-width:400px) {
    #middle-page {
        margin-top: 60px;
    }
    .banner h1 span {
        font-size: 22px;
        margin: 0 0 10px 0;
    }
    .web-screens h3,
    .web-screens h4,
    .web-screens h2
     {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
}
@media screen and (min-width:1921px) {
    #main-wrapper {
        margin: 80px auto 0 auto;
        overflow: hidden;
        max-width: 1920px;
        float: none;
    }
}