/*Conatct-Us-Page*/
.map-wrap > div .map iframe {
  height: 675px;
}
form .contact-form .submit {
  display: inline-block;
  margin: 36px 0 0 0;
}
form .contact-form .submit input {
  font-size: 21px;
  line-height: 60px;
  color: rgb(255, 255, 255);
  background: #666;
  border-style: none;
  border-radius: 30px;
  padding: 0px 64px 0px 32px;
  font-weight: 400;
  opacity: 1;
  transition: 0.5s;
  font-family: "Roboto Slab", sans-serif;
  float: unset;
  margin: 0px auto;
  position: relative;
}
form .contact-form .submit::before {
  content: "";
  width: 22px;
  height: 18px;
  position: absolute;
  background: url(../images/header-icons.png) no-repeat;
  background-position: -277px -5px;
  top: 22px;
  bottom: auto;
  left: auto;
  right: 35px;
  z-index: 1;
}
form .contact-form .submit .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 18px;
  left: auto;
  right: -30px;
  bottom: auto;
}
form .contact-form .wpcf7-not-valid-tip,
form.invalid .wpcf7-response-output {
  background: #fff;
  padding: 0px 10px;
}
.contact-page-details > div {
  position: relative;
  padding: 0 0 28px 90px;
  display: flex;
  flex-direction: column;
}
.contact-page-details > div::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: #d8171f url(../images/sprite-img.png) no-repeat;
  background-position: 20px 14px;
}
.contact-page-details > div.contact-email-wrap::before {
  background-position: 16px -96px;
  top: 6px;
}
.contact-page-details > div.contact-phone_wrap::before {
  background-position: 12px -196px;
  top: 9px;
}
.contact-page-details > div.contact-fax::before {
  background-position: 12px -292px;
  top: 0;
}
.contact-page-details > div > label {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-weight: 600;
  font-family: "Poppins", Sans-serif;
}
.contact-page-details > div.contact-address .location,
.contact-page-details > div.contact-email-wrap .contact-mail > label,
.contact-page-details > div.contact-email-wrap .contact-mail > a {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: 600;
  font-family: "Poppins", Sans-serif;
}
.contact-page-details > div.contact-email-wrap .contact-mail > a,
.contact-page-details > div.contact-address .location {
  color: #333333;
  font-weight: 400;
  line-height: 32px;
}
.contact-page-details > div.contact-email-wrap .contact-mail > a {
  padding: 0 0 0 10px;
}
.contact-page-details > div.contact-phone_wrap a,
.contact-page-details > div.contact-fax {
  font-size: 18px;
  line-height: 29px;
  color: #000000;
  font-weight: 500;
  font-family: "Poppins", Sans-serif;
}
.contact-page-details > div.contact-email-wrap .contact-mail > a:hover,
.contact-page-details > div.contact-phone_wrap a:hover {
  color: #d8171f;
}
form .contact-form .submit input:hover {
  background: #000;
  color: #fff;
}
.contact-page-details > div.contact-email-wrap .contact-mail {
  display: flex;
  align-items: center;
}
.contact-detail-section .contact-con .e-con-inner {
	border: 1px solid #DDDDDD;
	border-radius: 10px;
}
/*Start of the day 16-07-2024*/
body .contact-form-wrap form.sent .wpcf7-response-output {
	background: #fff;
}
.woocommerce .woocommerce-error li a:hover {
	color: #666;
}
/*End of the day 16-07-2024*/
@media only screen and (max-width: 1199px) {
  .contact-page-details > div > label {
    font-size: 18px;
    line-height: 30px;
  }
  form .contact-form .submit {
    margin: 0 0 0 0;
  }
  .map-wrap > div .map iframe {
    height: 500px;
  }
  .contact-page-details > div.contact-phone_wrap a,
  .contact-page-details > div.contact-fax {
    font-size: 16px;
    line-height: 26px;
  }
  form .contact-form .submit input {
    font-size: 16px;
  }
  .contact-page-details > div.contact-email-wrap .contact-mail > a {
    padding: 0 0 0 5px;
  }
  .contact-page-details > div {
    padding: 0 0 25px 85px;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-page-details > div::before {
    height: 50px;
    width: 50px;
    background-position: 15px 10px;
    background-size: 30px;
  }
  .contact-page-details > div.contact-email-wrap::before {
    background-position: 12px -68px;
  }
  .contact-page-details > div.contact-phone_wrap::before {
    background-position: 10px -137px;
  }
  .contact-page-details > div.contact-fax::before {
    background-position: 10px -204px;
  }
  .contact-page-details > div {
    padding: 0 0 15px 70px;
  }
  .contact-page-details > div > label {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-page-details > div.contact-address .location,
  .contact-page-details > div.contact-email-wrap .contact-mail > label,
  .contact-page-details > div.contact-email-wrap .contact-mail > a,
  .contact-page-details > div.contact-phone_wrap a,
  .contact-page-details > div.contact-fax {
    font-size: 15px;
    line-height: 26px;
  }
  form .contact-form .submit input {
    font-size: 15px;
    line-height: 50px;
  }
  form .contact-form .submit input {
    padding: 0px 45px 0px 32px;
  }
  form .contact-form .submit::before {
    background-position: -220px 0;
    top: 15px;
    right: 18px;
    background-size: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-detail-section .contact-con > div {
    display: flex;
    flex-wrap: wrap !important;
  }
  .contact-detail-section .contact-details-wrap,
  .contact-detail-section .contact-form-wrap {
    width: 100%;
  }
  .contact-form-wrap {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page-details > div.contact-email-wrap .contact-mail {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-page-details > div.contact-email-wrap .contact-mail > a {
    padding: 0;
  }
  .contact-page-details > div.contact-address .location,
  .contact-page-details > div.contact-email-wrap .contact-mail > label,
  .contact-page-details > div.contact-email-wrap .contact-mail > a,
  .contact-page-details > div.contact-phone_wrap a,
  .contact-page-details > div.contact-fax {
    font-size: 14px;
    line-height: 24px;
  }
  form .contact-form .submit input {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 45px 0px 20px;
  }
  form .contact-form .submit::before {
    top: 10px;
  }
  form .contact-form .submit .wpcf7-spinner {
    top: 8px;
  }
  .contact-page-details > div {
    padding: 0 0 15px 60px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px){
  .contact-page-details > div.contact-email-wrap .contact-mail {
    flex-direction: row;
  }
  .contact-page-details > div.contact-email-wrap .contact-mail > a {
    padding: 0 0 0 5px;
  }
}
