/* Common Heading */
.contact-wrapper .common-heading {
  margin: 0px 0px 50px;
}
.contact-wrapper .common-heading h1 {
  color: #343434;
}
.contact-wrapper {
  padding-top: 127px;
  margin-right: 0px;
}
.contact-details {
  width: 567px;
  margin-left: 117px;
}
.form-group {
  margin-bottom: 50px;
}
.form-group .error {
  color: #dd3737;
  font-size: 17px;
}
.form-group:nth-last-of-type(2) {
  margin-bottom: 70px;
}
.form-control {
  font-size: 18px;
  line-height: 28px;
  color: #5a5a5a;
  border: none;
  padding: 0px;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #c7c7c7;
}
.form-group .select {
  cursor: pointer;
}
.form-control::placeholder {
  color: #5a5a5a;
}
.message .form-control {
  border: 1px solid #c7c7c7;
  padding: 20px;
  border-radius: 4px;
  resize: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: #c7c7c7;
}
.send-btn {
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0px;
  display: flex;
  align-items: center;
}
.send-btn label {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  pointer-events: none;
}
.send-btn span {
  margin-left: 15px;
}
.send-btn span img {
  width: 100%;
  height: 100%;
}
.msg-send-succes h2 {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 22px;
}
.msg-send-succes h2 label {
  margin-left: 13px;
}
.msg-send-succes p {
  font-size: 18px;
  line-height: 28px;
  color: #5a5a5a;
}

/* informations */
.informations {
  float: right;
}
.contact-informations {
  background: #dd3737 0% 0% no-repeat padding-box;
  padding: 46px 50px;
}
.contact-informations .common-heading h1 {
  color: #ffffff;
}
.contact-informations ul li {
  display: flex;
  margin-bottom: 50px;
}
.contact-informations ul li:first-child label {
  padding: 0px 5.5px;
}
.contact-informations ul li label {
  padding-top: 4px;
}
.contact-informations ul li:nth-last-child(2) {
  margin-bottom: 60px;
}
.contact-informations ul li:last-child {
  margin-bottom: 0px;
}
.contact-informations ul li span {
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  max-width: 308px;
  margin-left: 40px;
}
.contact-informations ul li a {
  margin-right: 24px;
}
.contact-informations ul li a:last-child {
  padding-top: 2px;
}
.contact-informations ul li a svg {
  fill: #ffffff;
}

/* map-navigations */
.map-navigations .mapouter {
  position: relative;
  text-align: right;
  height: 274px;
  width: 100%;
  /* width: 548px; */
}

.map-navigations .mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 274px;
  width: 100%;
  /* width: 548px; */
}

.info-wrap {
  max-width: 548px;
  float: right;
}

.address-line {
  display: inline-block;
  margin-left: 0px !important;
}

.web-info {
  display: block;
}

.mob-info {
  display: none;
}

/*Responsive  */
@media only screen and (max-width: 1300px) {
  .contact-details {
    width: 90%;
    margin-left: 58px;
  }
  .info-wrap {
    max-width: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-wrapper .common-heading {
    margin-bottom: 62px;
  }
  .contact-wrapper {
    padding-top: 50px;
    margin-right: 19px;
  }
  .contact-wrapper .common-heading h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .contact-details {
    margin: 0 auto;
    margin-bottom: 75px;
  }
  .form-group {
    margin-bottom: 55px;
  }
  .form-group.message {
    margin-bottom: 35px;
  }
  .contact-informations ul li label {
    padding-top: 0px;
  }
  .message .form-control {
    padding: 12px 29px 32px 15px;
    height: 265px;
  }
  .form-control {
    font-size: 16px;
    line-height: 24px;
  }
  .send-btn label {
    font-size: 18px;
    line-height: 26px;
  }
  .send-btn span {
    margin-left: 10px;
    width: 22px;
    height: 20px;
  }

  /*Informations  */
  .informations {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 52px;
    float: none;
  }
  .contact-informations .common-heading {
    margin-bottom: 35px;
  }
  .contact-informations {
    padding: 30px 10px 45px 30px;
  }
  .contact-informations ul li {
    margin-bottom: 33px;
  }
  .contact-informations ul li:nth-last-child(2) {
    margin-bottom: 41px;
  }
  .contact-informations ul li:first-child span {
    font-size: 15px;
    line-height: 22px;
  }
  .contact-informations ul li span {
    font-size: 15px;
    line-height: 22px;
    margin-left: 20px;
    overflow-wrap: anywhere;
  }
  .contact-informations ul li a svg {
    width: 90%;
  }

  .info-wrap {
    max-width: 100%;
    float: none;
  }
}

/* Landscape & Portrait Ipad Responsive */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .contact-wrapper {
    padding-top: 70px;
  }
  .informations {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-details {
    width: 100%;
  }
  .informations {
    width: 100%;
  }
  .web-info {
    display: none;
  }

  .mob-info {
    display: block;
  }
}
@media only screen and (max-width: 387px) {
  .contact-informations {
    padding: 21px 0px 68px 16px;
  }
  .contact-informations ul li:first-child span {
    font-size: 14px;
  }
}
