.banner-con{
    background: url(../images/contact-bg.jpg) no-repeat;
    min-height: 680px;
    background-size: cover;
    padding-top: 100px;
    color: #ffffff;
}
.banner-con .banner{
    width: 100%;
}
.banner-con .banner h1{
    font-size: 60;
}
.banner-con .banner p{
    max-width: 600px;
    line-height: 2;
    margin: 30px 0;
}
.banner-con .banner a{
  background: #fdb825;
  width: 200px;
  height: 40px;
  border-radius: 10px;
  color: #1a1a1a;
  font-weight: bold;
  letter-spacing: 3px;
}
.location-con .location,.contact-con .contact{
    gap: 20px;
}
.location-con .location .name-location{
    margin-top: 15px;
    flex-wrap: wrap;
}
.location-con .location .name-location p{
    margin-bottom:0;
}
.location-con .location .name-location p:last-child{
    position: relative;
    padding-left: 30px;
}
.location-con .location .name-location p:last-child:before{
    content: "";
    background: url(../images/location.png) no-repeat;
    width: 21px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 6px;
}

.contact-con .contact{

}
.contact-con .contact .left-con{
    flex: 1;
    max-width: 790px;
    background: #fdfdfd;
   
}
.contact-con .contact h3{
    text-align: center;
    background: #0c2641;
    color: #ffffff;
    padding: 20px;
    margin-bottom: 0;
}
.contact-con .contact .left-con,.contact-con .contact .right-con{
   
     border: 1px solid #e2e2e2;
    border-bottom-left-radius: 20px;
     border-bottom-right-radius: 20px;
}
.contact-con .contact .left-con .ul-con,.contact-con .contact .right-con .form-con{
 padding: clamp(20px,3vw,50px);
}
.contact-con .contact .left-con .ul-con ul:nth-last-of-type(1){
    gap: 20px;
    flex-wrap: wrap;
}
.contact-con .contact .left-con .ul-con .line{
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
}
.contact-con .contact .left-con .ul-con .line:after{
    content: "";
    width: 100%;
    height: 1px;
   
    background: linear-gradient(to right,#efefef 0%,#efefef 50%,transparent 50%);
     background-size: 8px 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact-con .contact .left-con .ul-con ul:nth-last-of-type(1) li{
    position: relative;
    padding-left: 25px;
}
.contact-con .contact .left-con .ul-con ul:nth-last-of-type(1) li:nth-child(1):before{
    content: "";
    background: url(../images/contact-tel.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 12px;
}
.contact-con .contact .left-con .ul-con ul:nth-last-of-type(1) li:nth-child(1) span{
    font-size: 24px;
    color: #0c2641;
}
.contact-con .contact .left-con .ul-con ul:nth-last-of-type(1) li:nth-child(2):before{
    content: "";
    background: url(../images/contact-email.png) no-repeat;
    width: 19px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 9px;
}
.contact-con .contact .left-con .ul-con ul:nth-last-of-type(1) li:nth-child(2) span{
    font-size: 20px;
    color: #0c2641;
}
.contact-con .contact .right-con{
    max-width: min(50%,790px);
}
.contact-con .contact .right-con form {
    gap: clamp(15px,3vw,40px);
}
.contact-con .contact .right-con form .hidden-fields-container{
    display: none;
}
.contact-con .contact .right-con form>p{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: clamp(15px, 3vw, 40px);
}
.contact-con .contact .right-con form .input-group{
    width: calc((100% - clamp(15px,3vw,40px)) / 2);
    position: relative;
}
.contact-con .contact .right-con form .input-group:nth-last-of-type(1){
    width: 100%;
}
.contact-con .contact .right-con form .input-group input,.contact-con .contact .right-con form .input-group textarea{
    border: 1px solid #cccccc;
    outline: none;
    width: 100%;
    padding: 10px 50px;
    border-radius: 5px!important;
}
.contact-con .contact .right-con form .input-group i{
    position: absolute;
    top: 10px;
    left: 20px;
}
.contact-con .contact .right-con form .input-group i:before{
    content: "";
}
.contact-con .contact .right-con form .input-group i.title:before{
    background: url(../images/contact-name.png) no-repeat;
    width: 15px;
    height: 18px;
    display: block;
}
.contact-con .contact .right-con form .input-group i.tel:before{
    background: url(../images/contact-tel.png) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
}
.contact-con .contact .right-con form .input-group i.email:before{
    background: url(../images/contact-email.png) no-repeat;
    width: 19px;
    height: 15px;
    display: block;
}
.contact-con .contact .right-con form .input-group i.address:before{
    background: url(../images/contact-address.png) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
}
.contact-con .contact .right-con form .input-group i.ask:before{
    background: url(../images/contact-edit.png) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
}
.contact-con .contact .right-con form .input-group .wpcf7-form-control-wrap{
    width: 100%;
}
.contact-con .contact .right-con form input[type=submit]{
    outline: none;
    border: none;
    width: 192px;
    height: 40px;
    background: #fdb825;
    border-radius: 10px;
}


@media (max-width:768px){
    .location-con .location,.contact-con .contact{
        flex-wrap: wrap;
    }
    .contact-con .contact .left-con,.contact-con .contact .right-con{
        max-width: 100%;
    }
    .contact-con .contact .right-con form .input-group{
        width: 100%;
    }
}
