.contact-confirmation .form-check {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding-left: 0px;
}
.contact-confirmation .form-check span {
  /* background-color: #f7c51e;
  padding: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px; */
  display: flex;
}
.contact-confirmation .form-check span i {
  font-size: 35px;
}
.contact-confirmation p {
  line-height: 40px;
  margin-bottom: 0px;
}
.contact-confirmation p span {
  display: block;
  font-size: 23px;
  font-weight: 600;
}

.contact-confirmation svg {
  display: block;
  height: 6vw;
  width: 6vw;
  color: #f7c51e;
  /* SVG path use currentColor to inherit this */
}

.contact-confirmation .circle {
  stroke-dasharray: 75;
  stroke-dashoffset: 75;
  -webkit-animation: draw 1s forwards;
  animation: draw 1s forwards;
}

.contact-confirmation .tick {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  -webkit-animation: draw 1s forwards 1s;
  animation: draw 1s forwards 1s;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.contact-side {
  padding-right: 30px;
}

.contact-image img {
  width: 100%;
}

.contact-info {
  background: rgba(217, 217, 217, 0.4);
  padding: 40px 0px;
}

.contact-title {
  text-align: center;
  margin-bottom: 25px;
}

.contact-title p {
  margin-bottom: 0px;
  font-weight: 500;
}

.contact-details {
  background-color: #fff;
  text-align: center;
  padding: 25px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
#block-biz-webform,
.contactform,
.contact-confirmation {
  background-color: #fff;
  box-shadow: 1px 4px 16px -2px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}
.contact-confirmation {
  text-align: center;
}
.contact-details p:last-child {
  margin-bottom: 0;
}

.contact-details p a {
  color: #000;
  text-decoration: none;
}

.contact-side p.cont-get {
  background-color: #efefef;
  padding: 6px 19px;
  display: inline-block;
  border-radius: 20px;
  color: #f7c51e;
  font-weight: 600;
  text-transform: uppercase;
}
.location-icon,
.email-icon,
.call-icon {
  position: relative;
}
.location-icon:before {
  content: "\f3c5";
  font-family: "FontAwesome";
  font-size: 70px;
  color: #f7c51e;
}
.email-icon:before {
  content: "\f0e0";
  font-family: "FontAwesome";
  font-size: 70px;
  color: #f7c51e;
}
.call-icon:before {
  content: "\f2a0";
  font-family: "FontAwesome";
  font-size: 70px;
  color: #f7c51e;
}
.contact-above {
  text-align: center;
}

.contact-above h3 {
  font-size: 25px;
}

.map_section {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.map_section iframe {
  width: 100%;
}
#getintouchmodal .modal-dialog {
  width: 100%;
  max-width: 800px;
}

#getintouchmodal .modal-body {
  padding-bottom: 30px;
}
#getintouchmodal .modal-header {
  text-align: center;
  background-color: #f7c51e;
}

#getintouchmodal .modal-header h5 {
  text-align: center;
  width: 100%;
}

.contactform .form-item {
  margin-bottom: 25px;
}

.contactform input {
  height: 45px;
  width: 100%;
  padding: 7px 10px;
  font-size: 15px;
  color: #000;
  border: 1px solid #b7b3b3;
  margin-top: 0px;
}

.contactform textarea {
  width: 100%;
  height: 100px;
  padding: 7px 10px;
  font-size: 15px;
  color: #000;
  border: 1px solid #b7b3b3;
}
.getquoteform .form-submit,
.get-quote-submit,
.contactform .form-submit,
#block-biz-webform-2 .form-submit,
#block-biz-webform input#edit-submit--2,
#block-biz-webform input.webform-button--submit {
  width: auto;
  padding: 0px 30px;
  display: block;
  background-color: #f7c51e;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  border: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.getquoteform .form-submit:hover,
.contactform .form-submit:hover,
#block-biz-webform-2 input#edit-submit--2:hover,
#block-biz-webform input#edit-submit--2:hover,
#block-biz-webform input.webform-button--submit:hover {
  background-color: #000;
  color: #f7c51e;
}

.webform-confirmation__message {
  text-align: center;
  color: #af8806;
}
.left-right {
  padding-top: 30px;
}

.modal-body .contact-confirmation {
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

