.s1 img{
    margin: auto;
    display: block;
}
.nav-tabs > li{

    /* float: none; */

    /* display: inline-block; */
}
.s1 p{
    max-width: 800px;
    margin: auto;
}
/*.s4 .page-title h2{
    color:#fff !important;
}
.s4 {
    background: #75cbe7;
    background: -webkit-gradient(linear,left top,left bottom,from(#75cbe7),to(#007CB9));
    background: linear-gradient(to bottom,#75cbe7 0%,#007CB9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75cbe7',endColorstr='#007CB9',GradientType=0);
    color: #fff;
}*/
.page-title h2 {
    color: #007cb9;
}
.s3 img{
    height: 300px;
    display: block;
    margin: auto;
    /* float: left; */
}
.s4 img{
    height: 400px;
}
.s3 h4{
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}
.nav-tabs h4{
    margin-bottom: 0;
    font-size: 16px;
}
.s3 ul{
    padding: 0;
    /* text-align: center; */
    margin-bottom: 5px;
}
.s3 p{
    padding: 10px 0 0;
    /* text-align: justify; */
    line-height: 1.5;
}

.page-title {
    margin-bottom: 20px;
}
.section-padding img{
    margin-bottom: 20px;
}
.nav-tabs > li > a,
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    color: #222 !important;
}
.nav-tabs > li > a.active{
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0 !important;
    bottom: -1px;
    position: relative;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a{
    background: #fff;
}
.tab-content{
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px;
}
h3.text-center{
    color: #e6942d;
    max-width: 790px;
    margin: auto;
    display: block;
    margin: 30px auto;
    font-weight: 300;
}
.btn-success{}
section .col-sm-6 ul,
section .col-sm-6 ul li,
section .col-sm-6 p{
    font-size: 14px;
}
.nav-tabs{
    margin-bottom: 0 !important;
}
@media all and (max-width: 768px){
    .section-padding{
        padding: 30px 0;
    }
    .nav-tabs > li a{
        border-bottom: 0 !important;
    }

    .nav-tabs > li {
        /* float: none; */
        /* display: inline-block; */
        width: 100%;
        background: #fff;
        margin: 0;
    }

    .nav-tabs > li > a {
        margin-right: 0;
        line-height: 1.42857143;
        border: 1px solid #ddd;
        border-radius: 0;
        margin: 0;
    }
    body .nav-tabs > li.active > a:hover,
    body .nav-tabs > li.active > a:active,
    body .nav-tabs > li.active > a {
        color: #007cb9 !important;
    }
}