@charset "utf-8";

/* CSS Document */
@media only screen and (max-width:959px) {
body {
    overflow-x: hidden;
}
.container-new {
    width: 750px;
}
img {
    max-width: 100%;
}
.designed-projects .text-bg {
    font-size: 14px;
    padding: 47px 30px;
}
.text-left-contact .heading {
    font-size: 14px;
}
h1, .h1 {
    font-size: 20px;
}
.banner-main {
    height: 330px;
}
.content-lefgt-top p {
    font-size: 14px;
    line-height: 20px;
}
.text-left-contact p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}
}

@media only screen and (max-width:767px) {
.container-new {
    width: 100%;
}
.main-logo {
    margin-bottom: 15px;
    text-align: center;
}
.main-header {
    padding: 15px 0;
}
.banner-main {
    background-size: cover;
}
.image-main {
    padding-top: 20px;
}
.right-text-contact {
    float: left;
}
.data {
    margin-bottom: 30px;
}
.designed-projects .text-bg {
    padding: 20px 30px;
}
}

@media only screen and (max-width:413px) {
.banner-main .banner-content {
    width: 100%;
    padding: 25px;
}
.form-area input[type="tel"] {
    width: 100%;
}
.form-area input[type="email"] {
    margin-left: 0;
    width: 100%;
}
}
