.right{
    float: right;
}
.left{
    float: left;
}

.bggreen{
    background: #037abc!important;
}
.bggray{
    background: #333!important;
}
.bglight{
    background: #f2f9f4!important;
}

.container,header,footer{
    max-width: 750px;
    margin: auto;
    background: #fff;
}
.row{
    padding: 55px 15px;

}
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
}
footer{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}
header .row{
    padding: 30px 30px 10px 30px;
}
header .wa{
    width: 66%;
}
header p{
    padding: 0 0 0 30px;
    font-size: 16px;
    line-height: 1.2;
}
header .right img{
    background: #03a84e;
    border-radius: 20%;
    padding: 2%;
    margin-top: 5px;
}
header p a{
    font-size: 18px;
    font-weight: bolder;
    line-height: 2;
}

.cons1,.cons2,.cons3{
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.cons1{
    height: 1040px;
    margin-top: 120px;
    background-image: url(../images/banner.webp);  
}
.cons6{
    margin-top: 120px;
}
.cons2{
    height: 883px;
    background-image: url(../images/banner2.webp);
}
.cons3{
    padding-bottom: 55px;
}
.cons1 div{
    padding: 160px 90px 0 110px;
}
.cons2 div,.cons3 div.row{
    padding: 68px 15px 0 15px;
    color: #fff;
    text-align: center;
}
.cons1 h1{
    font-size: 66px;
    color: #037abc;
    line-height: 1.2;
}
.cons2 h2, .cons3 h2{
    font-size: 56px;
    color: #fff;
}
.cons1 p{
    font-size: 32px;
}
.cons2 p, .cons3 p{
    font-size: 18px;
    color: #eee;
}

table tr:nth-child(2n){
    background:#e0e0e0;
}
table tr td{
    padding: 10px 15px;
    border:#ccc solid 1px ;
    text-align: center;
}
table tr td:first-child{
    text-align: left;
    font-weight: bold;
    text-transform: capitalize;
}
table tr.bggreen{
    color: #fff;
    font-size: larger;
    font-weight: bolder;
    line-height: 2;
}
table tr.bggreen td{
    text-align: center;
}
.tit{
    text-align: center;
}
.parameters .tit{
    font-size: 26px;
    margin: 20px 0;
}
.cons3 .item{
    width: 33.33%;
    margin-top: 30px;
}
.cons3 .item img{
    width: 85%;
}
.cons3 .item h3{
    font-size: 16px;
    min-height: 50px;
}

.sotop{
    overflow: hidden;
}
.sotop img{
  margin-right: 40px;
  width: 32%;
}
.sotop p{
    color: #333;
    font-size: 38px;
    padding: 60px 0 0 50px;
    text-align: left;
    width: 58%;
}
.sotop p span{
    font-weight: bold;
}
.soboo{
    margin: 0 35px 55px 35px;
    border-radius: 25px;
    overflow: hidden;
    border: #fff solid 2px;
    background: #fff;
}
.soboo h3{
    font-size: 36px;
    color: #fff;
    padding: 10px 30px;
    line-height: 1.3;
}
.soboo ul{
    color: #037abc;
    font-size: 32px;
    padding: 30px;
    overflow: hidden;
    font-weight: bold;
}
.soboo ul li{
    float: left;
    padding: 7px 20px;
}

.send-in,.send-textarea{
    border-radius: 20px;
    border: #eee solid 1px;
    background: none;
    padding: 15px;
    font-size: 16px;
    margin: 3%;
    color: #fff;
}
.send-in{
    width: 44%;
    float: left;
}
.send-textarea{
    width: 94%;
    height: 100px;
}
.send-submit{
    width: 94%;
    border-radius: 50px;
    line-height: 2;
    text-align: center;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    letter-spacing: 3px;
}
.service{
    margin-bottom: 100px;
}
.service h2,.service p{
    color: #037abc;
}
.service ul{
    padding: 25px;
    overflow: hidden;
}
.service li{
    background: #037abc;
    width: 46%;
    margin: 3% 2%;
    float: left;
    padding: 25px 10px;
    font-size: 22px;
}

footer{
    overflow: hidden;
}
footer li{
    width: 49%;
    float: left;
    text-align: center;
    font-size: 26px;
    padding: 30px 0;
    font-weight: normal;
}
footer li a{
    color: #fff;
}
footer li:nth-child(1){
    border-right: #fff solid 1px;
}
.privacy{
    clear: both;
}
.privacy a,.privacy{
    color: #333;
}
.cons6{
    padding: 15px 25px 100px 25px;
}
.cons6 h2,.cons6 h3{
    padding: 15px 0;
}
.icps ul{
    padding: 0 30px;
}
.icps li{
    float: left;
    width: 50%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
}
.icps li ul li{
    font-weight: normal;
    width: 100%;
}
.ilistss{
    margin: 15px;
}
.ilistss li{
    padding: 5px 0;
}
.blog-leftgrids{
    clear: both;
    margin: 10px 0;
    border-bottom: #ccc solid 1px;
    overflow: hidden;
    padding: 10px;
}
.images_3_of_1{
    width: 50%;
    float: left;
    margin-right: 15px;
}
.parameters h3,.blog-leftgrids h5{
    font-size: 16px;
    padding-bottom: 15px;
}

@media screen and (max-width:720px){
    .cons1 h1 {
        font-size: 60px;
    }
    .service li {
        font-size: 20px;
    }
    .cons1 {
        height: 970px;
    }
    .cons2 {
        height: 820px;
    }
}

@media screen and (max-width:690px){
    .cons1 {
        height: 900px;
    }
    .cons2 {
        height: 780px;
    }
}
@media screen and (max-width:672px){
    .cons1 {
        height: 880px;
    }
    .cons2 {
        height: 740px;
    }
    .cons1 div {
        padding: 120px 60px 0 90px;
    }
    .cons2 h2, .cons3 h2 {
        font-size: 42px;
    }
    .soboo h3 {
        font-size: 30px;
    }
    .sotop p {
        font-size: 32px;
    }
    .soboo ul {
        font-size: 28px;
    }
    .send-submit {
        font-size: 22px;
    }
    .service li {
        font-size: 18px;
    }
}
@media screen and (max-width:630px){
    header .row {
        padding: 15px 15px 7px 15px;
    }
    .cons1 {
        height: 750px;
    }
    .cons2 {
        height: 600px;
    }
    .service li {
        font-size: 14px;
    }
    footer li {
        font-size: 20px;
    }
    .cons1 h1 {
        font-size: 45px;
    }
    .cons1 p {
        font-size: 22px;
    }
    .parameters .tit {
        font-size: 20px;
    }
    .cons2 h2, .cons3 h2 {
        font-size: 32px;
    }
    .cons2 p, .cons3 p {
        font-size: 14px;
    }
    .cons3 .item h3 {
        font-size: 14px;
        height: 30px;
    }
    .soboo h3 {
        font-size: 18px;
    }
    .soboo ul {
        font-size: 16px;
    }
    .sotop p {
        color: #333;
        padding: 60px 0 0 100px;
        font-size: 22px;
    }
    .table{
        overflow: hidden;
        overflow-x: scroll;
    }
    .service{
        margin-bottom: 85px;
    }
}
@media screen and (max-width:530px){
    .cons1 {
        height: 680px;
    }
    .cons2 {
        height: 560px;
    }
}
@media screen and (max-width:500px){
    .row {
        padding: 15px;
    }
    header .logo{
        width: 100px;
    }
    header .right img{
        width: 42px;
    }
    header p {
        padding: 0 0 0 20px;
        font-size: 12px;
    }
    header p a {
        font-size: 14px;
    }
    .cons1 div {
        padding: 100px 30px 0 30px;
    }
    .cons1 h1 {
        font-size: 36px;
    }
    .cons1 p {
        font-size: 18px;
    }
    .cons1 {
        height: 520px;
        margin-top: 92px;
    }
    .cons6{
        margin-top: 92px;
    }
    .cons2 {
        height: 430px;
    }
    .cons2 div, .cons3 div.row {
        padding: 30px 15px 0 15px;
    }
    .cons2 h2, .cons3 h2 {
        font-size: 26px;
    }
    .cons3 .item h3 {
        font-size: 12px;
        height: 20px;
    }
    .cons3 {
        padding-bottom: 25px;
    }
    .soboo {
        margin: 0 25px 15px 25px;
        border-radius: 20px;
    }
    .sotop p {
        padding: 45px 0 0 60px;
        font-size: 18px;
        width: 50%;
    }
    .soboo h3 {
        font-size: 16px;
    }
    .soboo ul {
        font-size: 14px;
    }
    .send-in {
        width: 94%;
    }
    .send-in, .send-textarea {
        border-radius: 20px;
        padding: 10px;
        font-size: 14px;
    }
    .service li {
        width: 46%;
        margin: 2%;
        float: left;
        padding: 5px;
        font-size: 12px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer li {
        font-size: 16px;
        padding: 20px 0;
    }
    .service {
        margin-bottom: 65px;
    }
}