.banner {
    position: relative;
}

.banner .map_con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    /* background: linear-gradient(to right, rgba(133, 30, 59, 0.8), rgba(193, 55, 57, 0.8));
    background: linear-gradient(90deg, rgba(32, 133, 151, 0.8) 0%, rgba(112, 215, 232, 0.8) 100%); */
    background: linear-gradient(to right, rgba(38, 38, 38, 0.85), rgba(38, 38, 38, 0.6));
    height: 100%;
}

.banner .cont_map {
    position: relative;
}

.banner .cont_map a.shows {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    /*border: 1px solid #c13738;*/
    text-align: center;
    padding: 23px 0;
    font-size: 16px;
    color: #fff;
    width: 280px;
    display: none;
    background: #333;
}

.banbox {
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 65;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}

.banbox a {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
}

.banner .map_con .text {
    color: #fff;
    position: absolute;
    left: 0px;
    top: 139px;
    width: 100%;
    z-index: 65;

}

.banner .map_con .text h2 {
    font-size: 48px;
    line-height: 36px;
    margin: 0;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.banner .map_con .text .center {
    overflow: hidden;
    padding: 49px 0;
}

.banner .map_con .text .center div {
    width: 33%;
    float: left;
    font-size: 16px;
}

.banner .map_con .text .center div h2 {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}

.banner .map_con .text .center div span {
    font-size: 16px;
    text-decoration: underline;
}

.banner .map_con .text .center div:first-child {
    font-size: 24px;
}

.banner .map_con .text .center div:nth-child(4),
.banner .map_con .text .center div:nth-child(5) {
    margin-top: 37px;
}

.banner .map_con .text .center div>a {
    margin-top: 44px;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    padding: 23px 0;
    font-size: 16px;
    color: #fff;
    width: 280px;
}

.forms {
    width: 67.7%;
    margin: 120px auto;
    background: #fff;
}

.forms h2 {
    /*margin-top:120px;*/
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 48px;
    color: #333;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.forms form {
    overflow: hidden;
}

.forms form label {
    display: inline-block;
    margin-bottom: 20px;
    width: 48.5%;
    background: #f5f5f5;
}

.forms form label input,
.forms form label textarea {
    display: block;
    border: none;
    padding-left: 20px;
    width: 100%;
    outline: none;
    background: #f5f5f5;
}

.forms form label input {
    padding: 15px 0;
    padding-left: 20px;
    border-bottom: 1px solid #939393;
    width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
    font-weight: lighter;
    font-size: 16px;
}

.forms form label:nth-child(n) {
    padding-left: 0;
    float: left;
}

.forms form label:nth-child(2n) {
    padding: 0;
    float: right;
}

.forms form label.mes {
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #999;
    margin-bottom: 48px;
}

.forms form textarea {
    padding-top: 25px;
    margin-bottom: 20px;
    width: 100%;
}

.forms form div.subn {
    clear: both;
    background-color: #ff1783;
    position: relative;
}

.forms form div.subn i {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 20px;
    right: 41%;
}

.forms form .sub {
    /* text-transform: uppercase; */
    border: none;
    display: block;
    background-color: #333;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    border: none !important;
    color: #fff;
    width: 100%;
    font-weight: bold;
}

.forms form .other {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 20px;

}

.forms form .other a {
    display: inline-block;
    border-bottom: 1px solid #999;
    color: #999;
    text-decoration: none;
}

.enquiry_make {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;

}

.enquiry_make p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    padding: 20px 30px;

}

@media screen and (min-width:768px) and (max-width:1024px) {
    .forms form div.subn i {
        top: 20px;
        right: 30%;
    }
}

@media screen and (max-width:767px) {
    .forms {
        width: 95%;
        margin: 40px auto;
    }

    .forms h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .forms form label {
        width: 100%;
    }

    /*.forms form div.subn i{top:23px;right:20%;}*/
    .banner .map_con .text {
        top: 60px;
    }

    .banner .map_con .text .center div {
        width: 100%;
    }

    .banner .map_con .text h2 {
        font-size: 35px;
    }

    .banner .map_con .text .center {
        padding: 20px 0;
    }

    .banner .map_con .text .center div {
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    .banner .map_con .text .center div>a {
        margin-top: 0;
        padding: 15px 0;
    }

    .banner .cont_map a.shows {
        top: 10px;
        padding: 10px 0;
    }

    .forms form .sub {
        padding-right: 10%;
    }

    .forms form div.subn i {
        top: 23px;
        right: 26%;
    }

    .banner .map_con .text .center div h2 {
        font-size: 17px;
    }

    iframe {
        height: 600px;
    }
}