.container{
    max-width: 1200px;
    }
    
    
    .title-contact{
        text-align: center;
    }
    .title-contact span{
        color:#E55C28;
    }
    .contact-form{
      background-color: 
      #F4F4F4;
    }
    .contact-form{
      height: 440px;
      display: flex;
      border-radius: 10px;
      width: 83%;
    }
    .contact-right label {
      display: block;
      margin-bottom: 5px;
      font-size: 14px;
      font-weight: 600;
    }
    .contact-right{
      width: 60%;
      margin-left: 20px;
      padding-top: 15px;
    }
    .contact-right div{
     
      display: inline-block;
      margin-top: 10px;
      margin-left: 20px;
      width: 45%;
    }
    .contact-right h2{
        margin-left: 20px;
        font-size: 20px;
        font-weight: 700;
    }
    .contact-right .Message{
      width: 100%;
    }
    .contact-right a{
      font-size: 12px;
       background-color: #0F1111;
       color: #fff !important;
       line-height: 17px;
       border-radius: 5px;
    padding: 8px 15px;
    }
    .contact-right p{
        margin-left: 20px;
        font-size: 14px;
        font-weight: 500;
      }
    .contact-form .left{
    background-color: 
    #0F1111;
    color: #fff;
    width: 37%;
    height: 440px;
    border-radius: 0px 10px 10px 0px;
  
    position: relative;
    }

    .contact-right span{
      color: red;
    }
    .left ul li a{
      color: #fff;
    }
    .left ul li {
    list-style: none;
    }
  
    .left-title h2{
      font-size: 24px;
    font-weight: 600;
    }
    .left ul{
  
    }
    .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;
    }
    .contact .mail_call img {
      position: relative;
      top: 5px;
    }
    .contact-form button{
      background-color: #E55C28;
      color: #fff;
      width: 180px;
      height: 50px;
      margin-top: 20px;
      border: none;
      border-radius: 7px;
    }
    .contact-right input{
      width: 90%;
      height: 44px;
      border: none;
      border-radius: 7px;
      outline-offset: -2px;
      font-size: 14px;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
  
   .Input-info{
    text-align: left;
   }
   .confirm{
    width: 100%;

  }
  .confirm input{
    width: 100%;
    height: 44px;
    border: 1px solid 
    #D9D9D9 !important;
    border-radius: 7px;
    outline-offset: -2px;
    background-color:
    #F7F7F7 ;
    font-size: 14px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  .confirm h2{
 
    font-size: 25px;
    font-weight: 700;
}
.confirm p{

  font-weight: 700;
  font-size: 18px;
line-height: 27.32px;
}
.confirm label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
.confirm .email{
     
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 30%;
}