.container{
max-width: 1200px;
}
.title-contact p{
  margin-bottom: 50px;
}
.form-control {
  display: block;
  width: 90%;
  border: none;
}
.title-contact{
    text-align: center;
}
.title-contact span{
    color:#E55C28;
}
.contact-form{
  background-color: 
  #F4F4F4;
}
.contact-form{
  height: 470px;
  display: flex;
  border-radius: 10px;
  width: 80%;
}
.contact-right label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 13px;
}
.contact-right{
  width: 60%;
  margin-left: 50px;
  padding-top: 5px;
}
.contact-form button:hover{
  background-color: black;
}
.contact-right div{
  width: 49%;
  display: inline-block;
  margin-top: 40px;
}
.contact-right .Message{
  width: 100%;
}
.contact-form .left{
background-color: 
#0F1111;
color: #fff;
width: 37%;
height: 447px;
border-radius: 10px;
margin-top: 10px;
margin-left: 5px;
position: relative;
}
.left ul li a{
  color: #fff;
  font-size: 14px;
}
.left-title h3{
  font-size: 22px;
}
.left ul li {
list-style: none;
}
.left-title{
padding-left: 35px;
padding-right: 35px;
padding-top: 30px;

}
.left-title h2{
  font-size: 24px;
font-weight: 600;
}
.left ul{
padding-left: 35px;
padding-right: 35px;
}
textarea{
  border: none;
}
.left ul li img div{
  display: inline-block;
}
.mail_call img div{
display: inline-block;
}
.contact .mail_call {
  display: flex;
  gap: 20px;
  align-items: start;
  margin-top: 28px;
  font-size: 14px;
}
.contact .mail_call img {
  position: relative;
  top: 5px;
}
.over-all{
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact-right input{
font-size: 14px;
}

.contact-form button{
  background-color: #E55C28;
  color: #fff;
  width: 170px;
  font-size: 16.5px;
  font-weight: 400;
  height: 47px;
  margin-top: 20px;
  border: none;
  border-radius: 5px;
}
.contact-right input{
  width: 90%;
  padding-left: 10px;
  height: 38px;
  border: none;
  border-radius: 7px;
  outline-offset: -2px;
  font-size: 12px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.contact-right textarea{
  font-size: 12px;
}
.frame{
  position: absolute;
  height: 96px;
  width: 96px;
}
.frame-site{
  position: absolute;
  right: 0;
bottom: 0;
}
input[type=text]:focus {
  border:none !important;
}
input[type=text]{
  border:none !important;
}
@media screen and (max-width:750px) {

  
  .contact-right div {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}
.contact-right {
  width: 100%;
  margin-left: 50px;
  padding-top: 30px;
}
}

@media screen and (max-width:900px) {
  .contact-right {
    width: 100% !important;
    margin-left: 50px;
    padding-top: 30px;
}
.header_1 .search {
  width: 380px;
  height: 36px;
  border: none !important;
}
.contact-form .left {
width: 100%;
height: auto !important;
}
}

@media screen and (max-width:760px) {

  .contact-form {
    height: auto;
  }

  .contact-form {
    height: auto !important;
    display: flex;
    border-radius: 10px;
    width: 98%;
}
.left .contact-right{
  display: block;
}
.contact-form {
  height: auto;
   display: block; 
  border-radius: 10px;
  width: 98%;
}
.contact-form button {
margin-bottom: 20px;
}
.form-control {
  display: block;
  width: 90%;
}
}
@media screen  and (max-width:500px){
  .form-control {
    display: block;
    width: 80% !important;
    padding-left: 10px;
}
.contact-right input {
  width: 80% !important;
  padding-left: 10px;
}
}