

@media (max-width: 1199px){
    .page-title{
        display:none;
    }
}

.page-banner{
    height:760px;
    overflow:hidden;
    background: #00757b;
    background: -moz-linear-gradient(top, #00757b 0%, #00a1a9 100%);
    background: -webkit-linear-gradient(top, #00757b 0%,#00a1a9 100%);
    background: linear-gradient(to bottom, #00757b 0%,#00a1a9 100%);
    filter: progid:DXImageTransforaaaaaaaaaam.Microsoft.gradient( startColorstr='#00757b', endColorstr='#00a1a9',GradientType=0 );
}
.page-banner-inner{
    height:100%;
    background-image: url('../img/private-label-bg.jpg');
    background-repeat: no-repeat;
    background-position:center center;
    padding-top:60px;
}
.page-banner-inner h2{
    text-align:center;
    font-weight:400;
    font-size:40px;
    line-height:1.2;
    color:#fff;
    margin:0 0 80px 0;
}
.pg-text-box{
    float:right;
    max-width:540px;
    padding:45px 30px;
    background: rgba(0, 161, 169, 0.8);
    position:relative;
    margin-right:50px;
}
/*
.pg-text-box:after{
    content: '';
    position:absolute;
    top:0;
    bottom:0;
    left:100%;
    width:1000%;
    background: rgba(4, 35, 65, 0.8);
}
*/
.pg-text-box p{
    line-height:1.5;
    color:#fff;
    margin:0 0 25px 0;
}
.pg-text-box p:last-child{
    margin-bottom:0;
}
@media (max-width: 1459px){
    .page-banner-inner{
        background-position:60% center;
    }
    .pg-text-box{
        margin-right:0;
    }
}
@media (max-width: 1199px){
    .page-banner-inner h2{
        font-size:30px;
    }
    .pg-text-box{
        max-width:480px;
    }
    
}
@media (max-width: 991px){
    .page-banner{
        height: 640px;
    }
    .page-banner-inner{
        background-size: auto 100%;
        background-position: 63% center;
    }
    .pg-text-box{
        max-width: 410px;
    }
    .pg-text-box p{
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .page-banner{
        height:auto;
        background:#00757b;
    }
    .page-banner-inner{
        height:auto;
        background-position: 45% top;
        background-size: auto 410px;
        padding-top:20px;
    }
    .page-banner-inner h2{
        font-size:24px;
    }
    .page-banner-inner .wrapper{
        padding:0 10px;
    }
    .page-banner-inner h2{
        margin-bottom:0;
    }
    .pg-text-box{
        float:none;
        max-width:100%;
        margin-top: 270px;
        margin-bottom:30px;
        padding:8px 5px;
    }
    .pg-text-box::after{
        display:none;
    }
    .pg-text-box p{
        font-size:14px;
        line-height:1.4;
        margin-bottom:15px;
    }
    .pg-text-box p:last-child{
        margin-bottom: 0;
    }
}


.steps-section{
    padding:5px 0 1px;
    background: #134486;
    background: -moz-linear-gradient(45deg, #00757b 0%, #00a1a9 100%);
    background: -webkit-linear-gradient(45deg, #00757b 0%,#00a1a9 100%);
    background: linear-gradient(45deg, #00757b 0%,#00a1a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100757b', endColorstr='#00a1a9',GradientType=1 );
}

.content-boxes{
    width:100%;
    max-width:626px;
    margin:-72px auto 0;
    background:#fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px 15px rgba(0,0,0,0.12);
    box-shadow: 0 0 30px 15px rgba(0,0,0,0.12);
    padding:12px 12px 20px;
}
.content-box{
    float:left;
    width:33.33333%;
    text-align:center;
}
.content-box .icon{
    width:190px;
    height:100px;
    background: url('../img/box-icons-white-bg.jpg');
    background-repeat: no-repeat;
    margin:0 auto;
}
.content-box .icon.bns{
    background-position: 0 0;
}
.content-box .icon.car{
    background-position: -190px 0;
}
.content-box .icon.str{
    background-position: -380px 0;
}
.cb-headline{
    font-size:18px;
    line-height:1.2;
    color:#1a353b;
    margin:0;
}
@media (max-width: 767px){
    .steps-section{
        padding-top:0;
        padding-bottom:40px;
    }
    .content-boxes{
        margin-top:0;
        margin-left:-10px;
        margin-right:-10px;
        max-width:initial;
        width:auto;
        border-radius:0;
        padding-left:10px;
        padding-right:10px;
    }
    .content-box .icon{
        width:144px;
        height:75px;
        background-size:432px auto;
    }
    .content-box .icon.car {
        background-position: -144px 0;
    }
    .content-box .icon.str {
        background-position: -288px 0;
    }
    .cb-headline{
        font-size:16px;
    }
    
    
    
    
}
@media (max-width: 639px){
    .content-boxes{
        text-align:center;
    }
    .content-box{
        display:inline-block;
        float:none;
        width:48%;
        margin-bottom:10px;
    }
}



.section-header{
    margin:0 auto 35px;
}

@media (max-width:991px){
     .section-header > h2{
        font-size:28px;
    }
    .section-header > p{
        font-size:16px;
    }
}


.steps-section .section-header{
    padding-top:30px;
    margin-bottom:60px;
}


.step{
    width:100%;
    min-height:270px;
    position:relative;
    margin-top:-30px;
}
.step:first-child{
    margin-top:0;
}
.step.right{
    text-align:right;
}
.step-img{
    float:left;
    padding-right:30px;
    margin-left:110px;
}
.step.right .step-img{
    padding-right:0;
    margin-left:0;
    margin-right:230px;
}
.step-body{
    color:#fff;
    max-width:365px;
    float:left;
}
.step.right .step-img,
.step.right .step-body{
    float:right;
}
.step-body h4{
    font-size:24px;
    line-height:1.2;
    margin:20px 0 10px;
    
}
.step-body > p{
    line-height:1.5;
    margin:0 0 10px 0;
}

.step .arrow{
    position:absolute;
    bottom:15%;
    left:48%;
}
.step .arrow:after{
    content: url('../img/step-arrow-right.png');
    display:inline-block;
}
.step.right .arrow:after{
    left:auto;
    right:43%;
    -moz-transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
    -o-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    transform: rotate(100deg);
}
.steps-footer{
    text-align:center;
    padding-top:50px;
}
@media (max-width: 1459px){
    .step-img{
        margin-left:0;
    }
    .step.right .step-img{
        margin-right:120px;
    }
}
@media (max-width: 991px){
    .step-body h4{
        font-size:20px;
    }
    .step-body > p{
        font-size:16px;
    }
}
@media (max-width: 767px){

    .step{
        overflow:hidden;
    }
    .step .wrapper{
        padding:0 10px;
    }
    .step.right{
        text-align:left;
    }
    .step-img{
        float:none;
        padding:0;
        text-align:center;
    }
    .step-img img{
        display:inline-block !important;
        max-width:100%;
    }
    .step-body,
    .step.right .step-img, 
    .step.right .step-body{
        float:none;
        margin-left:auto;
        margin-right:auto;
        text-align:center
    }
    .step1 .step-body,
    .step2 .step-body{
        margin-top: -40px;
    }
    .step-body h4{
        text-align:center;
        margin-top:0;
    }
    .step-body > p{
        font-size:14px;
        line-height:1.4;
    }
    .step .arrow{
        position:static;
        text-align:center;
        padding:10px 0 10px;
        opacity:0;
    }
    .step .arrow:after,
    .step.right .arrow:after{
        -moz-transform: rotate(40deg) scale(0.7);
        -webkit-transform: rotate(40deg) scale(0.7);
        -o-transform: rotate(40deg) scale(0.7);
        -ms-transform: rotate(40deg) scale(0.7);
        transform: rotate(40deg) scale(0.7);
    }
    .steps-container .step:first-child img{
        -moz-transform: translateX(-24%) !important;
        -webkit-transform: translateX(-24%) !important;
        -o-transform: translateX(-24%) !important;
        -ms-transform: translateX(-24%) !important;
        transform: translateX(-24%) !important;
    }
    .steps-container .step:nth-child(2) img{
        -moz-transform: translateX(-24%) !important;
        -webkit-transform: translateX(-24%) !important;
        -o-transform: translateX(-24%) !important;
        -ms-transform: translateX(-24%) !important;
        transform: translateX(-12%) !important;
    }
    .steps-container .step:nth-child(3) img{
        -moz-transform: translateX(-24%) !important;
        -webkit-transform: translateX(-24%) !important;
        -o-transform: translateX(-24%) !important;
        -ms-transform: translateX(-24%) !important;
        transform: translateX(-21%) !important;
    }
    
    .steps-footer .button{
        padding:12px 20px;
        font-size:14px;
    }
}








.form-section{
    position:relative;
    color:#fff;
}
.form-section .section-header{
    margin-bottom:50px;
}
.form-section .wrapper{
    padding:20px 0 60px;
    position:relative;
    z-index:2;
}

.form-row .col-6{
    float:left;
    width:50%;
    text-align:center;
    margin-bottom:35px;
    padding:0 15px;
}
.form-row + .form-row .col-6{
    margin-bottom:30px;
}
.form-row .col-6 input,
.form-row .col-6 p{
    text-align:left;
    width:100%;
    max-width:420px;
    display:inline-block;
}
.form-row .col-6 input{
    background:none;
    border:none;
    color:#000;
    border-bottom:2px solid #00a1a9;
    font-size:16px;
    line-height:28px;
    padding:0 15px;
    height:30px;
    font-family:'Work Sans', sans-serif !important;
    font-weight:600;
}
.form-row .col-6 input::-webkit-input-placeholder { 
    opacity:1;
    color:#779da6;
}
.form-row .col-6 input::-moz-placeholder {
    opacity:1;
    color:#779da6;
}
.form-row .col-6 input:-ms-input-placeholder { 
    opacity:1;
    color:#779da6;
}
.form-row .col-6 input:-moz-placeholder { 
    opacity:1;
    color:#779da6;
}

.form-row .col-6 p{
    font-weight:300;
    font-size:14px;
    color:#779da6;
    margin:0;
}


.form-footer{
    text-align:center;
}
@media (max-width: 991px){
    .form-section{
        height:auto;
    }
    .form-section:before{
        display:none;
    }
}
@media (max-width: 767px){
    .form-section .wrapper{
        padding:0 10px 30px;
    }
    .form-section .section-headline{
        margin-bottom: 15px;
    }
}
@media (max-width: 640px){
    .form-row .col-6{
        width:100%;
    }
    .form-row .col-6,
    .form-row + .form-row .col-6{
        margin-bottom:35px;
        padding:0;
    }
    .form-footer{
        padding-top:10px;
    }
}








































