.grid-card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

  margin-top: 5rem;
  margin-bottom: 7rem;
}
.procedure-card {
  width: 100%;
  height: 400px;
  background: white;

  border-left: 0.5px rgba(0, 0, 0, 0.2) solid;
  border-top: 0.5px rgba(0, 0, 0, 0.2) solid;
  border-right: 0.5px rgba(0, 0, 0, 0.2) solid;
  border-bottom: 0.5px rgba(0, 0, 0, 0.2) solid;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: 0.3s ease all;
}
.procedure-card:hover {
  border-color: #00a3c8;
  background-color: #00a3c8;
}
.procedure-card:hover h1,
.procedure-card:hover p {
  color: #fff;
}
.procedure-card:hover button {
  background-color: #fff;
  color: #00a3c8;
}
.procedure-card:hover img {
  filter: brightness(0) invert(1);
}
.procedure-card h1 {
  color: black;
  font-size: 24px;
  font-family: "interSemiBold";
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.procedure-card img {
  width: 52px;
}
.procedure-card p {
  color: black;
  font-size: 16px;
  font-weight: 400;
  flex: 1;
}
.procedure-card button,
.procedure-card a {
  outline: none;
  border: none;
  color: white;
  font-size: 16px;
  font-family: Inter;
  font-family: "interSemiMedium";
  height: 50px;
  background-color: #00a3c8;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
}
.procedure-card a {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.map {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 180px;
  z-index: -1;
}
.popup-message .error_msg {
  padding: 15px;
  margin-top: 10px;
  background-color: #f26b6b;
  color: #fff;
  text-align: center;
}
.popup-message .success {
  padding: 15px;
  margin-top: 10px;
  background-color: #01a2c8;
  color: #fff;
  text-align: center;
}

/* main-content-area */
.main-content-area {
  display: grid;
  grid-template-columns: 1fr 470px;
  grid-gap: 2rem;
  margin-top: 7rem;
}
.main-content-area .left-side > img:first-child {
  width: 100%;
  margin-bottom: 1.5rem;
max-height: 300px;
}
.main-content-area .left-side p {
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 1.5rem;
}
.main-content-area .left-side .break {
  border-bottom: 2px solid #00a3c8;
  padding: 1rem 0rem;
  margin-bottom: 2rem;
}
.main-content-area .left-side h1 {
  color: #00a3c8;
  font-size: 35px;
  font-family: Inter;
  font-family: "interSemiBold";
  word-wrap: break-word;
}
.main-content-area .left-side .sm-break {
  border-bottom: 2px solid #00a3c8;
  padding: 1rem 0rem;
}
.main-content-area .left-side li {
  color: black;
  font-size: 18px;

  font-weight: 400;
  line-height: 35px;
  word-wrap: break-word;
  padding-left: 30px;
  position: relative;
}
.main-content-area .left-side ul {
  margin-top: 2rem;
  padding-left: 2rem;
}
.main-content-area .left-side ul > * + * {
  margin-top: 20px;
}
.main-content-area .left-side li::after {
  width: 10px;
  height: 10px;
  background-color: #00a3c8;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0px;
  top: 11.5px;
}
.main-content-area .left-side iframe {
  width: 100%;
  height: 700px;
  margin-top: 1rem;
  border-radius: 20px;
}
/* break-container */
.main-content-area .break-container {
  margin-top: 3rem;
}
.main-content-area .break-container > h1 {
  color: #00a3c8;
  font-size: 35px;
  font-family: "interSemiBold";
}
.main-content-area .break-container > .main_para {
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.main-content-area .break-container .box {
  margin-bottom: 3rem;
}
.main-content-area .break-container .box > h2 {
  color: black;
  font-size: 28px;

  font-family: "interSemiBold";
  word-wrap: break-word;
  margin-bottom: 1.3rem;
}

.main-content-area .video-play {
  margin-top: 2rem;
  margin-bottom: 2rem;
  cursor: pointer;
  position: relative;
}

.main-content-area .video-play .main-image {
  width: 100%;
}
.main-content-area .video-play .play {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

/* reviews-box */
.main-content-area .reviews-box {
  width: 100%;
  height: 600px;
  background: url("../img/background-dental.png");
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  position: relative;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}
.main-content-area .reviews-box::after {
  border-top: 1px solid #00a3c8;
  height: 1px;
  position: absolute;
  left: 0px;
  top: -30px;
  width: 100%;
  content: "";
}
.main-content-area .reviews-box h1 {
  color: white;
  font-size: 30px;

  font-family: "interSemiBold";
  word-wrap: break-word;
}
.main-content-area .reviews-box h1 + p {
  color: white;
  font-size: 22px;

  font-weight: 400;
  word-wrap: break-word;
  margin: 1rem 0rem;
}
.main-content-area .reviews-box .stars-wrapper + p {
  color: white;
  font-size: 17px;

  font-weight: 400;
  line-height: 35px;
  word-wrap: break-word;
  margin-top: 2rem;
}
.main-content-area .reviews-box h2 {
  color: white;
  font-size: 18px;
  font-family: Inter;
  font-style: italic;
  font-family: "interSemiMedium";
  margin-top: 1rem;
  line-height: 35px;
  word-wrap: break-word;
}
.main-content-area .reviews-box button {
  color: white;
  font-size: 14px;
  font-family: Inter;
  font-family: "interSemiMedium";
  padding: 0px 30px;
  min-height: 45px;
  width: 378px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #00a3c8;
  position: relative;
  transform: translateY(40px);
}
.main-content-area .reviews-box button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;

  top: 0px;
  left: 0px;
}
.main-content-area .reviews-box > img {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

/* right side work */
.main-content-area .right-side .reviews-box {
  margin-top: 20px;
  background: #004861;
}
.main-content-area .right-side .reviews-box::after {
  display: none;
}
.main-content-area .right-side .doctor-picture {
  height: 520px;
  width: 100%;
  border-radius: 30px;
  padding: 0.5rem;
  background: url("../img/doctor-picture.png");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2rem;
}
.main-content-area .right-side .doctor-picture a,
.main-content-area .right-side .doctor-picture button {
  color: white;
  font-size: 14px;
  font-family: Inter;
  font-family: "interSemiMedium";
  padding: 15px 30px;
  width: 90%;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #00a3c8;
  text-align: center;
}
.main-content-area .right-side .form-wrapper-area {
  height: unset;
  margin-bottom: 2rem;
  background-color: #004861;
  margin-top: 0rem;
  box-shadow: none;
  padding: 2rem 1.5rem;
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border-left: 0.25px #00a3c8 solid;
  border-top: 0.25px #00a3c8 solid;
  border-right: 0.25px #00a3c8 solid;
  border-bottom: 0.25px #00a3c8 solid;
}
.main-content-area .right-side .form-wrapper-area > h1 {
  color: #000;
  font-size: 30px;

  font-family: "interSemiBold";
  word-wrap: break-word;
  text-align: center;
  margin-bottom: 1.5rem;
}
.main-content-area .right-side .form-wrapper-area > div > * + * {
  margin-top: 1.5rem;
}
.main-content-area .right-side .form-wrapper-area,
.main-content-area .right-side .form-wrapper-area > div {
  display: block;
}
.main-content-area .right-side .form-wrapper-area input,
.main-content-area .right-side .form-wrapper-area textarea {
  width: 100%;
  height: 52px;
  background: #fff;
  box-shadow: 0px 0px 5.924695014953613px rgba(0, 163, 200, 0.3);
  border-radius: 10px;
  border-left: 0.3px solid;
  border-top: 0.3px solid;
  border-right: 0.3px solid;
  border-bottom: 0.3px solid;
  padding: 10px 15px;
  color: black;
  font-size: 14px;
  font-family: "InterReg";
  font-weight: 400;
  border: none;
  outline: none;
  background: #f2f2f2;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  color: #000;
}
.main-content-area .right-side .form-wrapper-area input::placeholder,
.main-content-area .right-side .form-wrapper-area textarea::placeholder {
  color: black;
}
.main-content-area .right-side .form-wrapper-area textarea {
  height: 240px;
  resize: none;
}
.main-content-area .right-side .form-wrapper-area .contract label {
  height: 15px;
  width: 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3b8192;
  margin-right: 1rem;
  cursor: pointer;
}

.main-content-area .right-side .form-wrapper-area .contract label svg {
  color: #fff;
}
.main-content-area .right-side .form-wrapper-area .contract p {
  color: #3b8192;
  font-size: 14px;

  font-weight: 400;
}
.main-content-area .right-side .form-wrapper-area .contract p a {
  margin-left: 2px;
  display: inline-block;
  color: #fff;
}
.our-practice .presentation-area {
  margin-top: 3rem;
}

/* logos-area */
.logos-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 6rem;
}
.logos-area img {
  width: 140px;
}

/* special-text */
.special-text {
  margin-bottom: 4rem;
  margin-top: 3rem;
}
.special-text p:nth-child(2) {
  font-family: "interBold";
}
/* presentation-links-area */
.presentation-links-area a {
  color: #00a3c8;
  font-size: 18px;

  font-weight: 400;
  text-decoration: underline;
  line-height: 35px;
}
.main-content-area .left-side .presentation-links-area {
  margin-bottom: 2rem;
}
.main-content-area .left-side .presentation-links-area h1 {
  color: black;
  font-size: 20px;

  font-family: "interSemiMedium";
  line-height: 35px;
}
/* saftey-h2 */
.saftey-h2 {
  color: black;
  font-size: 35px;
  margin-bottom: 2rem;
  font-family: "interSemiBold";
  line-height: 35px;
  word-wrap: break-word;
}

/* box-patient-instruction */
.box-patient-instruction {
  color: #00a3c8;
  font-size: 20px;
  font-family: "interSemiMedium";
  background: white;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0rem 2rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 3rem;
}
.box-patient-instruction::after {
  position: absolute;
  left: 25px;
  width: 8px;
  height: 8px;
  background-color: #00a3c8;
  border-radius: 50%;
  content: "";
}
.form-wrapper-area .left-area textarea.error + p {
  bottom: -33px !important;
}
.form-wrapper-area .left-area button {
  margin-top: 2.5rem !important;
}

/* patient-info-card */
.patient-info-card {
  display: flex;
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1150px) {
  .procedure-card {
    height: unset;
  }
  .grid-card-wrapper {
    grid-gap: 1rem;
  }
  .procedure-card p {
    margin-bottom: 2rem;
  }
  .procedure-card a {
    min-height: 50px;
  }
  .main-content-area {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 850px) {
  .patient-info-card {
    width: 100%;
    display: grid;
  }
  .grid-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .main-content-area .left-side h1 {
    font-size: 20px;
  }
  .main-content-area .left-side p,
  .main-content-area .left-side li {
    font-size: 15px;
    line-height: unset;
  }
  .main-content-area .left-side li::after {
    width: 10px;
    height: 10px;
  }
  .main-content-area .reviews-box {
    height: unset;
    padding: 3rem 1rem;
  }
  .main-content-area .reviews-box button {
    transform: translateY(0px);
    margin-top: 3rem;
  }
  .main-content-area .reviews-box > img {
    width: 40px;
  }
  .main-content-area .left-side .break {
    padding: 0.5rem 0rem;
    margin-bottom: 1rem;
  }
  .main-content-area .left-side .sm-break {
    padding: 0.5rem 0rem;
  }
  .main-content-area .break-container .box > h2 {
    font-size: 20px;
  }
  .main-content-area .reviews-box .stars-wrapper + p {
    font-size: 15px;
  }
  .main-content-area .right-side .form-wrapper-area > h1 {
    font-size: 20px;
  }
  .main-content-area .video-play .play {
    width: 40px;
  }
  .main-content-area .reviews-box .stars-wrapper img {
    width: 20px;
  }
  .main-content-area .left-side .presentation-links-area h1 {
    font-size: 17px;
  }
  .presentation-links-area a {
    font-size: 15px;
    line-height: unset;
  }
  .logos-area img {
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .procedure-card p {
    font-size: 14px;
  }
  .procedure-card h1 {
    font-size: 18px;
  }
  .procedure-card a {
    font-size: 12px;
    min-height: 40px;
    height: 40px;
  }
  .main-content-area .left-side iframe {
    height: 300px;
  }
  .main-content-area .reviews-box button {
    width: 100%;
  }
  .main-content-area {
    margin-top: 2rem;
  }
  .box-patient-instruction {
    font-size: 16px;
    height: unset;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .logos-area {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .grid-card-wrapper {
    grid-template-columns: 1fr;
  }
  .logos-area {
    display: flex;
    justify-content: space-between;
    padding-right: 0px;
  }
  .logos-area img {
    width: 60px;
  }
}
