html{
    overflow-x:hidden;
}

.sec-1,
.sec-1 *,
.sec-2,
.sec-2 *,
.sec-3,
.sec-3 *,
.sec-4,
.sec-4 *,
.sec-5,
.sec-5 *,
.sec-6,
.sec-6 *{
    box-sizing: border-box;
}

.sec-1 .content-container,
.sec-2 .content-container,
.sec-3 .content-container,
.sec-4 .content-container,
.sec-5 .content-container,
.sec-6 .content-container{
    width: 1440px;
}

@media (max-width: 1489px){
    .sec-1 .content-container,
    .sec-2 .content-container,
    .sec-3 .content-container,
    .sec-4 .content-container,
    .sec-5 .content-container,
    .sec-6 .content-container{
        width: 1170px;
        padding: 0 15px;
    }
}
@media (max-width: 1199px){
    .sec-1 .content-container,
    .sec-2 .content-container,
    .sec-3 .content-container,
    .sec-4 .content-container,
    .sec-5 .content-container,
    .sec-6 .content-container{
        width: 970px;
    }
}
@media (max-width: 991px){
    .sec-1 .content-container,
    .sec-2 .content-container,
    .sec-3 .content-container,
    .sec-4 .content-container,
    .sec-5 .content-container,
    .sec-6 .content-container{
        width: 750px;
    }
}
@media (max-width: 767px){
    .sec-1 .content-container,
    .sec-2 .content-container,
    .sec-3 .content-container,
    .sec-4 .content-container,
    .sec-5 .content-container,
    .sec-6 .content-container{
        width: 100%;
    }
}

.btn-transparent{height:53px !important;line-height:49px!important}

.bg-white{
    background: #fff;
}
.bg-grey{
    background-color: #F3F6FD;
}
.bg-blue{
    background-color: #1b52b2;
}
.section-header{
    margin-bottom: 60px;
    text-align: center;
}
.section-header p{
    font-size: 18px;
    margin: 0;
}

.delimiter{
    position: absolute;
    left: -5px;
    right: -5px;
    bottom:0;
}
.delimiter img{
    vertical-align: top;
    width: 100%;
}



.sec-1{
    position: relative;
    height: 600px;
    overflow: visible;
    width: 100%;
    background-color:#fff;
    padding-top:95px;
}


.sec-1 .sec-bg_mask {
    position: absolute;
    width: 101%;
    bottom: -4px;
    left: -2px;
    
}
.sec-1 .sec-bg_mask > img{
    position:relative;
    width:101%;
    margin-left:-1px;
    bottom:0;
}
.sec-1 .content-container {
    position: relative;
    color: #000;
    padding: 0 30px;
}
.sec-1 .sec-text {
    width: 50%;
    float:left;
    text-align:  center;
    padding-top:55px;
}
.sec-1 .sec-text > h3{
    margin-top:10px;
    font-size:18px;
    margin-bottom:40px;
}
.sec-1 .sec-text > .btn{
    width:210px;
}
.sec-1 .sec-image {
    float: right;
    width:50%;
    text-align:  center;
}
.sec-1 .sec-image > img{
    width:90%;
    max-width:639px;   
}

.sec-1 .sec-bg_mask > .content-container {
   
    position: absolute;
    top:0;
    left:50%;
    margin-left: -720px;
    height: 120px;
}
.sec-1 .sec-bg_mask > .content-container > img{
    width:104px;
    height: 104px;
    position: absolute;
    top:-10px;
    left:0px;
}

.sec-2 {
    position: relative;
    background-color: #f3f6fd;
    /* overflow: hidden; */
    /* padding-top: 40px; */
    margin-top: -8px;
    padding-bottom: 80px;
    padding-top:80px;
}
.sec-2 .boxes {
    margin: 80px 0 50px;
    display: flex;
}
.sec-2 .box-item {
    float:left;
    width:17%;
    margin-right: 4%;
    background-color: #fff;
    border-radius : 13px;
  -moz-border-radius : 13px;
  -webkit-border-radius : 13px;
  box-shadow : 0px 20.87px 16.69px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=20.87, Color='#000000') ;
  
}
.sec-2 .box-icon {
    height: 45px;
    margin: 24px 14px 10px;
}
.sec-2 .box-icon svg path,
.sec-2 .box-icon svg line,
.sec-2 .box-icon svg rect{
    fill: #468EF7;
    stroke: none; /*#468EF7;*/
}
.sec-2 .box-title {
    font-size:21px;
    color: #333;
    margin:0 14px 26px;
    line-height: 1.2em;
}
.sec-2 .box-title > span{
    color: #939CAD;
    font-size: 13px;
    line-height: 1em;
    font-weight: 400;
    display: block;
}
.sec-2 .box-list {
    margin:0 14px 26px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
}
.sec-2 .box-list li i{
    font-size: 14px;
    line-height: 22px;
    color: #3FCF91;
    margin-right: 4px;
}
.sec-2 .box-price {
    margin:0 14px 6px;
    color: #468EF7;
    font-size: 24px;
    line-height: 1em;
}
.sec-2 .box-price .price{
    font-size: 36px;
}
.sec-2 .box-cta {
    margin:0 14px 14px;
    text-align: center;
}



@media (min-width: 2719px){
    
    .sec-1 .sec-bg_gradient {width:77%}
}  

@media (min-width: 2419px){
    .sec-1 .sec-bg_img{
        right: 50%;
        margin-right: -50%;
        width: 50%;
        background-size: cover;
    }
    .sec-1 .sec-bg_mask {height: 100%;}
    
}


@media (max-width: 1489px){
    .sec-1 .sec-text{padding-top:10px;}
    .sec-1 {height:520px}
    .sec-2 .box-title {
        font-size: 19px;
    }
    .sec-2 .box-price {
        font-size: 19px;
    }
    .sec-2 .box-price .price {
        font-size: 32px;
    }
    span.price > .price-decimal {
        font-size: 0.5em;
        line-height: 0.6em;
    }
}

@media (max-width: 1199px){
    .sec-1 {height:460px}
    .sec-2 .boxes {
            margin: 80px 0 50px;
    display: inline-block;
    text-align: center;
    
     width: 100%;
    }
    .sec-2 .box-item {
        float: none;
        width: auto;
        margin-right: 4%;
        margin-bottom: 40px;
        margin-left: 4%;
        display: inline-block;
        text-align:left;
        min-width: 240px;
    }
    h1,h2{
        font-size:32px !important;
    }
}

@media (max-width: 991px){
    h1,h2 {
        font-size:30px;
    }
    h3 {font-size: 19px;}
    .sec-1 {
        height: auto;
        padding-bottom: 110px;
    }
    
    .sec-1 .sec-bg_img {
        right:0px;
        height: 411px;
        background-size: contain;
    }
    .sec-1 .sec-text,
    .sec-1 .sec-image{
        width:100%;
        float:none
    }
    

}

@media (max-width: 767px){ 
    
    .sec-1 .sec-bg_gradient {
        width: 110%;
    }
    
    
    .sec-1 .sec-bg_mask{min-height:90px;bottom:0}
    .sec-1 .sec-bg_mask > img{
        position:absolute;
    }
    
    
    .sec-2 .payments ul {text-align:center;display: block}
    .sec-2 .payments li{
        float:none;
        display: inline-block;
        margin-bottom: 20px;
        margin-left:2%;
        margin-right:2%;
    }
}
@media (max-width: 698px){ 
    .sec-2 .sec-text .btn:last-child{
    margin-left:0px;
    margin-right:30px;
    margin-top:30px;
}
}

@media (max-width: 567px){ 
    h1, h2 {
        font-size: 24px;
    }
    .sec-2 {padding-bottom:75px;padding-top:75px;}
    .sec-2 .box-item {width: 90%;max-width:280px;}
    .sec-2 .payments {font-size: 15px;margin-top:15px;}
    .sec-2 .payments li {
        height: 27px; line-height: 27px;
            margin-left: 4px;
        margin-right: 3px;
    }
    .sec-2 .box-title {font-size:21px}    
    .sec-2 .box-title > span{
        font-size: 16px;
    
        line-height: 1.2em;
    }
    .sec-2 .box-price{font-size:24px}
    
    
}
@media (max-width: 480px){ 
    .sec-2 .sec-text .item {
        width: 100%;
        
    }
}