.gpl-welcome-tab{
    max-width: 900px;
    margin: auto;
    margin-top: 50px;
}

.gpl-welcome-tab .nav-tab-wrapper{
    margin: 0px 0 -5px 40px;
    padding-top: 9px;
    padding-bottom: 0;
    line-height: inherit;
    display: inline-block;
    border: none;
}

.gpl-welcome-tab .nav-tab-active{
    background: #ffff !important;
    color: #3984b5;
    border: solid #ffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: none;
 
}

.gpl-welcome-tab .nav-tab{
    border: none;
    background: #F1F1F1;
    color: #3984b5;
    padding: 10px 25px 10px;
    box-shadow: none;
}

.gpl-welcome-tab .nav-tab-active, .nav-tab:focus:active {
    box-shadow: none;
}

.gpl-wrapper{
    background: #ffffff;
    padding: 20px 40px 40px;
    margin: 0 20px 0 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.gpl-features{
    border-bottom: solid 1px #ddd;
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.gpl-wrapper .gpl-cta-wrapper a.button-large{
    font-size: 14px;
    line-height: 48px;
    height: 50px;
    padding: 0 30px;
}
.en-ml-minus{
    margin-left: -15px; 
}
.en-mr-minus{
    margin-right: -30px;
}
.en-mt-minus{
    margin-top: 0;
}

.gpl-intro-section {
    margin-bottom: 50px;
}
.gpl-cta-wrapper{
    text-align: center;
    margin: 20px 0;
}
.gpl-cta-wrapper a:first-child{
    margin-right: 20px;
}
/*.gpl-columns-8{*/
    /*flex: 2;*/
/*}*/
/*.gpl-columns-1{*/
    /*flex: 1;*/
/*}*/
.gpl-features-list{
    border: solid 1px #ddd;
    padding: 10px 30px 0px;
   
}
.gpl-video-features-image{ 
    position: relative;
    height: 315px;
    width: 560px;
    margin: auto;
}   
.gpl-embed-responsive-item {
    box-shadow: 5px 11px 16px 5px rgba(0,0,0,.15)
}
.gpl-lists{
    display: flex;
    flex-wrap: wrap;
}

.gpl-list-item {
    width: 35%;
    float: left;
    display: block;
    margin-bottom: 15px;
}

.gpl-list-item i{
    margin-right: 10px;
    color: #60DA4F;
}

.gpl-overview-image{ 
    width: 100%;
    height: 300px;
}   
.gpl-responsive-image {
    width: 100%;
    height: auto;
}
.gpl-overview-text{
    margin-left: 30px; 
}
.gpl-overview-description{
    font-size: 16px;
    font-weight: 100;
}

.nav-tab-content{
    display: none;
}

.gpl-welcome-tab .nav-tab-content.panel_open{
    display: block;
}

.gpl-col{
    border: solid 1px #dddd;
    padding: 40px 20px 40px;
    margin-bottom: 30px;
    flex: 0 0 calc( 33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    text-align:center;
}
.gpl-block-image{
    width: 60px;
    display: block;
    height: auto;
    margin: 0 auto;
}
.gpl-demo{
    font-size: 16px;
    font-weight: 100;
}


.gpl-block-help-image{
    width: 80%;
    display: block;
    height: auto;
    margin: 0 auto;
}
.gpl-block-review-image{
    width: 80%;
    display: block;
    height: auto;
    margin: 0 auto;
}
.gpl-help-description,
.gpl-review-description{
    line-height: 1.9;
    font-size: 15px;
}

.gpl-review-btn{
    margin-top: 25px;
}

.gpl-help-documentation{
    float: right;
    margin-right: 25px;
}

.help-list-item{
    line-height: 2.3;
}
.help-list-item a {
    color: #3984b5
}

.help-list-item.child{
    margin-left: 15px;
}
.gpl-review-title,
.gpl-help-title{
    line-height: 28px;
    font-size: 20px;
}
.gpl-welcome-header{
    padding: 0 60px 30px;
}
.gpl-welcome-header h1{
        text-align: center;
        font-size: 24px;
        line-height: 32px;
}
.gpl-welcome-header p{
    font-size: 15px;
    text-align: center;
}
/* Tab */
@media screen and (max-width: 1024px) {

    .gpl-welcome-header .title, .gpl-help-title, .gpl-review-title{
        line-height: 1.5;
    }
    .gpl-list-item {
        width: 100%;
    }

    .en-mr-minus {
        margin-right: -22px;
    }

    .gpl-welcome-tab .nav-tab{
        padding: 5px 10px 5px;
    }

    .en-mr-minus {
        margin-right: -22px;
    }

    .gpl-features-image {
        height: auto;
    }

    .gpl-embed-responsive-item {
        position: inherit;
    }
    .gpl-responsive-image{
        height: auto;
    }


}

/* mobile */
@media screen and (max-width: 767px){
    .gpl-row{
        flex-direction: column
    }
    .gpl-welcome-header .title, .gpl-help-title, .gpl-review-title{ 
        font-size: 16px;
        line-height: 1.5;
    }
    .gpl-features{
        font-size: 15px;
    }
    .gpl-lists{
        flex-direction: column;
    }
    .gpl-list-item{
        width: 100%
    }

    .gpl-overview-text{
        margin-left: 0;
    }
    .gpl-demo {
        line-height: 1.5;
    }
    .gpl-overview-image {
        width: 100%;
        height: auto;
    }
    .gpl-video-features-image{
        width: 280px;
    }
    .gpl-features-image {
        display: flex;
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-left: 0px;
        flex-direction: column;
    }
    .gpl-embed-responsive-item {
        position: initial;
        width: 100%;
        height: auto;
    }
    .en-mr-minus {
        margin-right: -15px;
    }

    .gpl-welcome-tab .nav-tab{
        padding: 10px 15px 10px;
    }

    .gpl-help-documentation{
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .gpl-overview-description{
        text-align: justify;
    }
  
}



