.multi-clinic-location-contact-section .dflex {
  display: flex;
  width: 100%;
}
.multi-clinic-location-contact-section .location-wrap {
  flex: 1;
  max-width: 50%;
  padding: 80px 60px;
  background-color: #34799E;
}
.multi-clinic-location-contact-section .location-wrap .location-inner-wrap {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.multi-clinic-location-contact-section .location-wrap .location-inner-wrap > .wysiwyg-content {
	margin-top: 12px;
}
.multi-clinic-location-contact-section .location-wrap .location-inner-wrap > .wysiwyg-content p {
	color: #fff;
	text-align: center;
	font-style: italic;
}
.multi-clinic-location-contact-section .location-wrap .location-title-wrap {
  margin-bottom: 32px;
}
.multi-clinic-location-contact-section .location-inner-wrap .tab {
  display: flex;
  gap: 6px;
}
.multi-clinic-location-contact-section .location-inner-wrap .location-details-wrap {
  display: flex;
  gap: 24px;
  flex-direction: column;
  height: 100%;
}
.multi-clinic-location-contact-section .location-inner-wrap .location-specific {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.multi-clinic-location-contact-section .location-inner-wrap .map-wrapper {
  flex: 1;
  border: 1px solid #D0D0D0;
}
.multi-clinic-location-contact-section .location-inner-wrap .location-specific-inner {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.multi-clinic-location-contact-section .location-inner-wrap .location-specific-inner svg {
  width: 28px;
  min-width: 28px;
  height: 28px;
}
.multi-clinic-location-contact-section .location-inner-wrap .location-specific-inner h6 {
  color: #141414;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.multi-clinic-location-contact-section .location-inner-wrap .location-specific-inner h6 strong {
  display: block;
}
.multi-clinic-location-contact-section .location-inner-wrap .location-specific-inner a {
  color: #141414;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; 
}
.multi-clinic-location-contact-section .location-inner-wrap .location-specific-inner p {
  color: #141414;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.multi-clinic-location-contact-section .location-inner-wrap .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 16px 20px;
  transition: 0.3s;
  background: #E9E9E9;
  border-radius: 4px 4px 0px 0px;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.multi-clinic-location-contact-section .location-inner-wrap .tab button.active {
  background-color: #fff;
}
.multi-clinic-location-contact-section .location-inner-wrap .tabcontent {
  padding: 27px 32px;
  border-radius: 0px 0px 4px 4px;
  display: none;
  border-top: none;
  background: #FFFFFF;
  height: 100%;
}
.multi-clinic-location-contact-section .location-wrap .location-title-wrap h3 {
  color:#FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px; 
  text-transform: capitalize;
}
.multi-clinic-location-contact-section .multi-clinic-form {
  flex: 1;
  max-width: 50%;
  padding: 80px 60px;
  background-color: #448CB2;
}
.multi-clinic-location-contact-section .multi-clinic-form > div {
  width: 100%;
  max-width: 640px;
}
.multi-clinic-location-contact-section .top-text {
  margin-bottom: 40px;
}
.multi-clinic-location-contact-section .top-text p {
  color:#FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.multi-clinic-location-contact-section .top-text h2 {
  color:#FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  text-transform: capitalize;
}
.multi-clinic-location-contact-section form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.multi-clinic-location-contact-section .form-control,
.multi-clinic-location-contact-section .wpcf7-response-output {
  width: 100%;
  grid-column: 1/-1;
}
.multi-clinic-location-contact-section .wpcf7-response-output {
  color: #fff;
  margin: 0 !important;
  text-align: center;
  width: 100% !important;
}
.multi-clinic-location-contact-section .form-control input,
.multi-clinic-location-contact-section .form-control textarea {
  padding: 16px 20px;
  border-radius: 0px;
  background: #FFF;
  width: 100%;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  border: none;
  border-radius: 6px;
}
.multi-clinic-location-contact-section .form-control textarea  {
  height: 200px;
  resize: none; 
 }
.multi-clinic-location-contact-section .wpcf7-form-control-wrap{
  display: flex;
  width: 100%;
  flex-flow: column nowrap;
}
.multi-clinic-location-contact-section .form-control label {
  color: #FFF;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    display: inline-block;
    margin-bottom: 6px;
    letter-spacing: 0;
}
.multi-clinic-location-contact-section .half-form-control {
  grid-column: span 6;
}
.multi-clinic-location-contact-section .form-footer {
  width: 100%;
  grid-column: 1/-1;
  margin-top: 24px;
}
.multi-clinic-location-contact-section .form-footer input {
  width: 100%;
  border-radius: 200px;
  background: #B6EACB;
  padding: 22px 40px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #37708D;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: all ease-in-out 200ms;
  border: 1px solid transparent;
}
.multi-clinic-location-contact-section .form-footer input:hover {
  background: #4EB0E9;
  color: #fff;
  border: 1px solid #4EB0E9;
}
.multi-clinic-location-contact-section .form-footer .wpcf7-spinner {
  position: absolute;
}
/* @media screen and (max-width: 1520px) {
	.multi-clinic-location-contact-section .location-wrap .location-inner-wrap {
		max-width: 100%
	}
} */
@media screen and (max-width: 1300px) {
  .multi-clinic-location-contact-section .multi-clinic-form {
    padding: 80px 60px;
  }
}

@media screen and (max-width: 1279px) {
  .multi-clinic-location-contact-section .location-wrap,
  .multi-clinic-location-contact-section .multi-clinic-form {
    padding: 80px 40px;
  }
}

@media screen and (max-width: 1199px) {
  .multi-clinic-location-contact-section .dflex {
    flex-direction: column-reverse;
  }
  .multi-clinic-location-contact-section .location-wrap,
  .multi-clinic-location-contact-section .multi-clinic-form {
    max-width: 100%;
    padding: 80px 20px;
  }
  .multi-clinic-location-contact-section .location-wrap .location-inner-wrap {
    max-width: 640px;
  }
  .multi-clinic-location-contact-section .multi-clinic-form > div,
  .multi-clinic-location-contact-section .location-wrap .location-inner-wrap {
    margin: auto;
  }
  .multi-clinic-location-contact-section .top-text {
    margin-bottom: 40px !important;
  }
	.multi-clinic-location-contact-section .location-inner-wrap .map-wrapper {
		flex: unset;
		height: 302px;
	}
}
@media screen and (max-width: 767px) {
	.multi-clinic-location-contact-section .location-inner-wrap .location-specific {
		padding: 0 20px;
	}
  .multi-clinic-location-contact-section .multi-clinic-form > div,
  .multi-clinic-location-contact-section .location-wrap .location-inner-wrap {
    max-width: 100%;
  }
  .multi-clinic-location-contact-section .location-inner-wrap .location-specific-inner svg {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }
  .multi-clinic-location-contact-section .location-wrap {
    padding: 20px 5px 10px 5px;
    background-color: #448CB2;
  }
  .multi-clinic-location-contact-section .multi-clinic-form {
    padding: 40px 20px 20px 20px;
    background-color: #448CB2;
  }
  .multi-clinic-location-contact-section .top-text p {
    font-size: 18px;
    line-height: 26px; 
    letter-spacing: 1.08px;
  }
  .multi-clinic-location-contact-section .top-text h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .multi-clinic-location-contact-section .top-text {
    margin-bottom: 32px !important;
  }
  .multi-clinic-location-contact-section form {
    gap: 12px;
  }
  .multi-clinic-location-contact-section .form-control label {
    font-size: 18px;
    line-height: 26px;
  }
  .multi-clinic-location-contact-section .form-control input, 
  .multi-clinic-location-contact-section .form-control textarea {
    padding: 12px 16px;
    font-size: 18px;
    line-height: 26px; 
  }
  .multi-clinic-location-contact-section .half-form-control {
    grid-column: 1/-1;
  }
  .multi-clinic-location-contact-section .form-footer input {
    padding: 16px 40px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.8px;
  }
  .multi-clinic-location-contact-section .location-wrap .location-title-wrap h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .multi-clinic-location-contact-section .location-inner-wrap .tab button {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.28px;
    white-space: unset;
    padding: 12px 6px;
  }
  .multi-clinic-location-contact-section .location-inner-wrap .tab button:first-child {
    border-radius: 12px 4px 0px 0px;
  }
  .multi-clinic-location-contact-section .location-inner-wrap .tab button:last-child {
    border-radius: 4px 12px 0px 0px;
  }
  .multi-clinic-location-contact-section .location-inner-wrap .tabcontent {
    padding: 20px 0 0 0;
    border-radius: 0px 0px 12px 12px;
	overflow: hidden;
  }
  .multi-clinic-location-contact-section .location-inner-wrap .location-specific-inner h6,
  .multi-clinic-location-contact-section .location-inner-wrap .location-specific-inner a,
  .multi-clinic-location-contact-section .location-inner-wrap .location-specific-inner p {
    font-size: 18px;
    line-height: 26px; 
  }
  .multi-clinic-location-contact-section .form-footer {
    margin-top: 10px;
  }
	.multi-clinic-location-contact-section .location-wrap .location-inner-wrap > .wysiwyg-content {
		margin-top: 16px;
		margin-bottom: 12px;
	}
}
@media only screen and (max-width: 767px) {
  .multi-clinic-location-contact-section .form-control textarea {
    height: 128px;
  }
}
.multi-clinic-location-contact-section ::-webkit-input-placeholder {
  color: #B9B9B9;
}
.multi-clinic-location-contact-section ::-moz-placeholder {
  color: #B9B9B9;
}
.multi-clinic-location-contact-section :-ms-input-placeholder {
  color: #B9B9B9;
}
.multi-clinic-location-contact-section ::-ms-input-placeholder {
  color: #B9B9B9;
}
.multi-clinic-location-contact-section ::placeholder {
  color: #B9B9B9;
}