*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    font-family: 'Inter', sans-serif;
}
.wrapper{
    width: 95%;
    float: none;
    margin: 0 auto;
    max-width: 1200px;
}
.p-t{
    padding-top: 60px;
}
.p-b{
    padding-bottom: 60px;
}
.row{
    width: 100%;
    float: left;
}
.header-top{
    padding: 20px 0;
}
.header-top-left, .header-top-right{
    width: 50%;
    float: left;
}
.header-top-left img{
    width: auto;
    float: left;
}
.header-top-right a{
    font-size: 34px;
    font-weight: 700;
    color: #2dc2bd;
    cursor: pointer;
    letter-spacing: 1px;
    text-decoration: none;
}
.header-top-right p{
    font-size: 28px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
}
.header-top-right{
    text-align: right;
}
.header-bottom{
    padding: 12px 0;
    text-align: center;
    background-color: #2dc2bd;
}
.header-bottom p{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
}
.banner-img{
    position: relative;
}
.banner-img img{
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.banner-cont{
    position: absolute;
}
.banner-txt{
    top: 87%;
    position: absolute;
}
.banner-txt-box{
    width: 80%;
    float: none;
    margin: 0 auto;
}
.banner-cont-img{
    width: 80%;
    float: none;
    margin: 0 auto;
}
.banner-cont-img img{
    width: 100%;
    float: left;
}
.container-1{
    width: 100%;
    float: left;
    margin-top: 220px;
}
.cont-1-top{
    width: 80%;
    float: none;
    margin: 0 auto;
}
.cont-1-top-box{
    width: 100%;
    float: left;
    padding: 30px 50px;
    border-radius: 20px;
    border: 3px solid #fff;
    background-color: #2dc2bd;
}
.cont-1-top-box h2{
    color: #fff;
    font-size: 49px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.cont-1-top-box h3{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}
.cnt-form{
    width: 31.3%;
    float: left;
    margin: 1%;
}
.cnt-form label{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}
.cnt-form input{
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    color: #000;
    font-weight: 16px;
    font-weight: 500;
    padding-left: 10px;
    border-radius: 5px;
    background-color: #fff;
}
.submit{
    padding: 20px 0;
    text-align: center;
}
.submit input{
    width: 100%;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    background-color: #333333;
}
.cont-1-bottom-left, .cont-1-bottom-right{
    width: 50%;
    float: left;
}
.cont-1-bottom-right{
    padding-left: 50px;
}
.cont-1-bottom-left p, .cont-1-bottom-right p{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
}
.cont-1-bottom-left img, .cont-1-bottom-right img{
    top: 10px;
    width: auto;
    float: left;
    position: relative;
    padding-right: 10px;
}
.container-2{
    background: url(../images/quotation-bg.jpg) left top no-repeat;
    background-size: cover;
    text-align: center;
}
.cont-2-box{
    width: 80%;
    float: none;
    margin: 0 auto;
}
.cont-2-item{
    opacity: 0.9;
    padding: 60px 80px;
    border-radius: 20px;
    background-color: #fff;
}
.cont-2-item img{
    width: auto;
    float: none;
    margin-bottom: 20px;
}
.cont-2-item p{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
    font-style: italic;
}
.container-3{
    text-align: center;
    position: relative;
}
.container-3 img{
    width: 100%;
    float: left;
}
.cont-3-box{
    position: absolute;
}
.cont-3-txt{
    width: 80%;
    float: none;
    margin: 0 auto;
}
.cont-3-txt h2{
    color: #fff;
    font-size: 49px;
    font-weight: 700;
    margin-top: 100px;
    margin-bottom: 10px;
}
.cont-3-txt p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.service-cont{
    width: 80%;
    float: none;
    margin: 0 auto;
}
.service-row{
    width: 100%;
    float: left;
}
.service-row h3{
    margin: 50px 0 10px 0;
    font-size: 49px;
    font-weight: 700;
    color: #333333;
    text-align: center;
}
.service-box{
    padding: 40px 0;
    border-bottom: 2px solid #b1b1b1;
}
.service-box-img{
    width: 27%;
    float: left;
}
.service-box-img img{
    width: 100%;
    float: left;
    border-radius: 20px;
}
.service-box-txt{
    width: 73%;
    float: left;
    padding-left: 65px;
}
.service-box-txt-2{
    width: 73%;
    float: left;
    padding-right: 65px;
}
.service-box-txt h4, .service-box-txt-2 h4{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}
.service-box-txt p, .service-box-txt-2 p{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
}
.service-box-txt span{
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 30px;
}
.container-4{
    padding: 25px 0;
    text-align: center;
    background-color: #2dc2bd;
}
.container-4 h3{
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 1px;
}
.footer-1{
    text-align: center;
    background-color: #333333;
    border-bottom: 1px solid #3f3f3f;
}
.footer-1 h3{
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
}
.footer-call{
    padding: 15px;
}
.footer-call a{
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}
.get-quote{
    padding: 25px 0 10px 0;
}
.get-quote a{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 30px;
    letter-spacing: 1px;
    text-decoration: none;
    background-color: #2dc2bd;
	border:1px solid #2dc2bd;
}
.get-quote a:hover{
	background:transparent;
}
.footer-2{
    padding: 30px 0;
    text-align: center;
    background-color: #333333;
}
.footer-2 p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}
/*.error1{*/
/*    background-color: #f44336;*/
/*    color: white;*/
/*    margin-bottom: 15px;*/
/*    opacity:0;*/
/*}*/
/*.success{*/
/*    background-color: #04AA6D;*/
/*    color: white;*/
/*    margin-bottom: 15px;*/
/*        opacity:0;*/

/*}*/
@media only screen and (max-width: 1250px){
    .p-t{
        padding-top: 30px;
    }
    .p-b{
        padding-bottom: 30px;
    }
    .banner-cont{
        padding-top: 20px;
    }
    .banner-txt{
        position: relative;
    }
    .banner-cont-img, .banner-txt-box, .cont-1-top, .cont-2-box, .cont-3-txt, .service-cont{
        width: 90%;
    }
    .cont-1-top-box{
        padding: 30px;
    }
    .cont-1-top-box h2{
        font-size: 45px;
    }
    .container-1{
        margin-top: 0;
    }
    .cont-3-txt h2{
        margin-top: 50px;
    }
}
@media only screen and (max-width: 991px){
    .cont-1-top-box h2 {
        font-size: 36px;
    }
    .banner-txt-box, .cont-1-top, .cont-2-box, .cont-3-txt, .service-cont{
        width: 95%;
    }
    .cont-1-top-box {
        padding: 20px;
    }
    .cont-1-bottom-left, .cont-1-bottom-right{
        width: 100%;
        padding-left: 150px;
    }
    .cont-2-item {
        padding: 30px;
    }
    .container-3{
        padding-bottom: 20px;
        background-color: #333333;
    }
    .cont-3-box {
        position: relative;
    }
    .container-3 img {
        display: none;
    }
    .cont-3-txt h2{
        font-size: 40px;
        margin: 30px 0;
    }
    .service-row h3 {
        margin: 40px 0 10px 0;
        font-size: 45px;
    }
    .service-box-img {
        width: 30%;
    }
    .service-box-txt{
        width: 70%;
        padding-left: 10px;
    }
    .service-box-txt h4, .service-box-txt-2 h4 {
        margin-bottom: 10px;
    }
    .service-box-txt-2{
        width: 70%;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 767px){
    .header-top-left, .header-top-right{
        width: 100%;
        float: left;
        text-align: center;
    }
    .header-top-left img{
        width: auto;
        float: none;
        padding-bottom: 20px;
    }
    .banner-cont {
        padding-top: 10px;
    }
    .banner-img img{
        margin-bottom: 0;
    }
    .cnt-form{
        width: 98%;
    }
    .cont-1-top-box {
        padding: 10px;
    }
    .cont-1-top-box h2{
        font-size: 31px;
    }
    .cont-1-top-box h3{
        font-size: 17px;
    }
    .cont-1-bottom-left, .cont-1-bottom-right {
        padding-left: 60px;
    }
    .cont-2-item p {
        font-size: 20px;
        line-height: 30px;
    }
    .cont-3-txt h2 {
        font-size: 34px;
    }
    .service-box-img{
        width: 100%;
        margin-bottom: 20px;
    }
    .service-box-txt {
        width: 100%;
        padding-left: 0;
    }
    .service-box-txt-2 {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .footer-1 h3{
        font-size: 32px;
    }
    .footer-call a {
        font-size: 27px;
    }
}
@media only screen and (max-width: 599px){
    .banner-txt-box, .cont-1-top, .cont-2-box, .cont-3-txt, .service-cont {
        width: 100%;
    }
    .cont-1-bottom-left, .cont-1-bottom-right {
        padding-left: 10px;
    }
    .cont-1-top-box h2 {
        font-size: 24px;
    }
    .cont-1-top-box h3 {
        font-size: 15px;
    }
    .service-row h3 {
        margin: 30px 0 0px 0;
        font-size: 40px;
    }
    .cont-1-bottom-left p, .cont-1-bottom-right p{
        font-size: 18px;
    }
    .cont-2-item p{
        font-size: 18px;
    }
    .cont-3-txt h2{
        font-size: 28px;
    }
    .cont-3-txt p{
        font-size: 16px;
    }
    .container-4 h3{
        font-size: 20px;
    }
    .footer-1 h3 {
        font-size: 25px;
    }
    .footer-call a {
        font-size: 22px;
    }
    .header-top-right a{
        font-size: 27px;
    }
    .header-top-right p{
        font-size: 18px;
    }
}
@media only screen and (max-width: 479px){
    .header-bottom p{
        font-size: 14px;
    }
    .cont-1-top-box h2{
        font-size: 19px;
    }
    .cont-1-top-box h3{
        font-size: 14px;
    }
    .cont-1-bottom-left p, .cont-1-bottom-right p{
        font-size: 15px;
    }
    .cont-3-txt h2{
        font-size: 21px;
    }
    .cont-3-txt p{
        font-size: 14px;
    }
    .service-row h3{
        font-size: 29px;
    }
    .service-box-txt h4, .service-box-txt-2 h4{
        text-align: center;
    }
    .container-4 h3{
        font-size: 16px;
    }
    .footer-1 h3{
        font-size: 19px;
    }
    .footer-call a{
        font-size: 18px;
    }
    .get-quote a{
        font-size: 16px;
    }
    .footer-2 p{
        font-size: 14px;
    }
}