 *{
    margin:0;
    padding:0;
  }
  .container {
    width: 100%;
  }
  body {
    background-color: #fff;
  }
  .formflag {
    display: none;   
  }
  #contactus {
    padding: 50px 30px 30px;  
  }
  .contactus input, .contactus textarea, .con-select {    
    line-height: 10px;
    /* margin-bottom: 15px; */ 
    outline: inherit;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
  }
  #country_code_contact {
    width: 100px;
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    line-height: normal;
    border: none;
    padding: 0;
    border-radius: 0;
    outline: none;
  }
  #country_code_contact select {  
    background-color: transparent;
    height: 100%;
    width: 100%;
    border: none;
    color: #000;
    padding: 0;
  }
  #country_code_contact ~ .con-field {
    padding-left: 120px;
  }
  .btn {
    width: 100%;
    border: 2px solid #c08830;
    background-color: #c08830;
    color: white;
    font-size: 22px;
    margin-top: 20px;
  }
  .banner {
    text-align: center;
    color: #fff;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .contact-points {
    padding: 0px 30px 30px;
  }
  .address {
    background-color: #e5e5e5;
    color: #000;
    text-align: center;
    padding: 32px 20px 0px 20px;
    border-radius: 5px;
    position: relative;
    height:100%;
  }
  .Phone {
    background-color: #e5e5e5;
    color: #000;
    text-align: center;
    padding: 32px 20px 0px 20px;
    border-radius: 5px;
    position: relative;
    height:100%;
  }
  .email {
    background-color: #e5e5e5;
    color: #000;
    text-align: center;
    padding: 32px 20px 0px 20px;
    border-radius: 5px;
    position: relative;
    height:100%;
  }
  .address h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .address p {
    color: #969696;
    font-size: 16px;
  }
  .Phone h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .Phone p {
    color: #969696;
    font-size: 16px;
  }
  .email h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .email p {
    color: #969696;
    font-size: 16px;
  }
  .project-head {
    padding-top: 20px;
    text-align: center;
  }
  .project-head h1 {
    font-size: 32px;
    font-weight: 100;
    color: #463f3f;
}
.project-head h1 strong {
    font-weight: 900;
    color: #000;
    font-size: 35px;
}
  .call-points {
    padding: 30px 30px 20px 30px;
    text-align: center;
  }
  .gurgaon-himachal-old h6 {
    color: #c59247;
    font-size:20px;
    font-weight: 600;
  }
  .gurgaon-himachal h6 {
    color: #c59247;
    font-size: 20px;
    font-weight: 600;
  }
  .gurgaon-himachal-1 h6 {
    color: #c59247;
    font-size: 20px;
    font-weight: 600;
  }
  
  .gurgaon-himachal {
    position: relative;
  }
  .gurgaon-himachal::after {
    content: "";
    position: absolute;
    height: 85%;
    border-right: 2px solid #000;
    top: 0;
    right: -13px;
  }
  .gurgaon-point {
    border-right: 2px solid #605858;
  }
  .banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .banner h1 {
    color: #fff;
    position: absolute;
  }
  .address-img {
    background-color: #c08830;
    border-radius: 100%;
    position: absolute;
    top: 0;
    padding: 14px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .fa.fa-whatsapp {
    border-radius: 100%;
    font-size: 20px;
    color: #1ea20e;
    padding:3px;
}
  .gurgaon-himachal-old{
    position: relative;
  }
  .gurgaon-himachal-old::after {
    content: "";
    position: absolute;
    height: 85%;
    border-right: 2px solid #000;
    top: 0;
    right: -13px;
  }
  .Phone a {
    color: #969696;
    text-decoration: none;
}

h3 {
  background-color: #c59247;
  color: #fff;
  padding: 20px;
  font-size: 21px;
  margin:0;
}
.gurgaon-himachal-1 {
  background-color: #e5e5e5;
}
.detail a {
  color: #000;
  text-decoration: none;
}
.detail {
  padding: 10px 0 10px 0;
}

  @media only screen and (max-width: 1279px) {
    #contactus {
        padding: 50px 30px 30px 10px;
      }
  }
 
  @media only screen and (max-width: 1199px) {
    #contactus {
        padding: 50px 10px 0px 10px;
      }
      h3 {
        padding: 15px;
        font-size: 18px;
      }
  }
  @media only screen and (max-width: 1080px) {
    .gurgaon-himachal h6 {
        font-size: 18px;
      }
      .gurgaon-himachal-old h6 {
        font-size: 18px;
      }
      .gurgaon-himachal-1 h6 {
        font-size: 18px;
      }
  }
  @media only screen and (max-width: 1141px) {
    .details ul li a {
      font-size: 15px;
      color: #000;
      text-decoration: none;
    }
    .details ul li {
      margin-right: 10px;
    }
  }
  @media only screen and (max-width: 991px) {
    .contact-img {
        margin-top: 22px;
      }
      .contact-points {
        padding: 44px 13px 0px 13px;
      }
      .contact-img {
        padding-top: 30px;
      }
      .gurgaon-himachal::after {
        display: none;
      }
      .project-our {
        padding-top: 25px;
      }
      .gurgaon-himachal h6 {
        font-size: 20px;
      }
      .gurgaon-himachal-old h6 {
        font-size: 20px;
      }
      .gurgaon-himachal-1 h6 {
        font-size: 20px;
      }
      .gurgaon-himachal-old::after {
        right: 0px;
      }
      .gurgaon-himachal-1 {
        margin-top: 30px;
      }
      .details ul li a {
        font-size: 18px;
      }
      
  }
  @media only screen and (max-width: 767px) {
    .project-head h1 {
        font-size: 25px;
      }
      .project-head h1 strong {
        font-size: 32px;
      }
      .contact-points {
        padding: 44px 13px 0px 13px;
      }
      .gurgaon-himachal h6 {
        text-align: center;
      }
      .gurgaon-himachal-old::after {
        display:none;
      }
      .gurgaon-himachal-old {
        margin-bottom: 20px;
      }
      .gurgaon-himachal-1 {
        margin-top: 20px;
      }
  }
  @media only screen and (max-width: 575px) {
    .email h2 {
      font-size: 22px;
    }
    .address h2 {
      font-size: 22px;
    }
    .Phone h2 {
      font-size: 22px;
    }
    .project-head h1 {
      font-size: 20px;
    }
    .project-head h1 strong {
      font-size: 16px;
    }
    .gurgaon-himachal-old h6 {
      font-size: 15px;
    }
    .details ul li a {
      font-size: 15px;
    }
    .gurgaon-himachal h6 {
      text-align: center;
      font-size: 15px;
    }
    .gurgaon-himachal-1 h6 {
      font-size: 15px;
    }
    .address p {
      font-size: 14px;
    }
    .btn {
      font-size: 15px;
    }
    .call-points {
      padding: 0px 30px 20px 30px;
  }
  }
  @media only screen and (max-width: 400px) {
    h3 {
      padding: 11px;
      font-size: 16px;
  }
  .details ul li {
    padding-right: 6px;
  }
  .details ul li {
     margin-right: 0px; 
  }
  .details ul li a {
    font-size: 14px;
  }
  .call-points {
    padding: 0px 30px 20px 30px;
}
  }
  