 /* Medical */

.medical-t-bottom {
  padding: 122px 0;
	font-weight:500;
}

.medical-t-bottom p {
  font-size: var(--fs24);
  letter-spacing: 0px;
  color: #28334a;
  margin-bottom: 50px;
  line-height: 1.313;
}

.medical-t-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 33px;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.8px;
  background-color: #28334a;
  border: 2px solid #006680;
  border-radius: 7px;
}
.medical-t-bottom a:hover{
  background: var(--siteblue);
  color: #ffffff;
}
.medical-t-bottom a:hover svg path{
  fill: #ffffff;
}

/* welcome Popup */
.medical-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.medical-popup-overlay .popup-box {
  max-width: 1360px;
  margin: 20px;
  padding: 77px 76px;
  background-color: #fff;
  border: 1px solid #28334a;
  border-radius: 17.5px;
}
.medical-popup-overlay .popup-box p {
  text-align: center;
  font-size: var(--fs40);
  letter-spacing: 0px;
  color: #28334a;
  font-weight: 500;
  margin-bottom: 40px;
	line-height: 1.325;
}

.medical-popup-overlay .m-buttons {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 18px;
}
.medical-popup-overlay .m-buttons a {
  border: 1px solid #28334a;
  color: #28334a;
  font-weight: 500;
  border-radius: 50px;
  padding: 9px 18px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 1.8px;
  display: inline-flex;
  gap: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.medical-popup-overlay .m-buttons a.btn-c {
  background-color: #28334a;
  color: #fff;
}

/*Link OPen PopUp*/
.medical-popup-overlay .popup-box.links {
  max-height: 90vh;
  overflow-y: auto;
}
.medical-popup-overlay .popup-box.links h2 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 40px;
}
.medical-popup-overlay .popup-box.links h2 a {
  text-decoration-line: underline;
}
.medical-popup-overlay .popup-box.links p {
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.38px;
  text-align: left;
}
.medical-popup-overlay .popup-box.links h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}



/*Disclaimer*/
.page-section.disclaimer{
	padding: 124px 0 107px;
}
.page-section.disclaimer p{
    color: #28334A;
    font-size:18px;
	line-height:26px;
     margin-bottom: 22px;
}
.page-section.disclaimer p:nth-child(1) {
    font-size: 24px;
	line-height:30px;
    font-weight:500;
    margin-bottom: 37px;
}
.page-section.disclaimer p:nth-child(2)::first-line {
  font-weight: 500;
}


@media (max-width: 767px) {
  /*Popup */
  .medical-popup-overlay .popup-box {
    padding: 30px 20px;
  }
  .medical-popup-overlay .popup-box.links h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .medical-popup-overlay .popup-box.links h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px;
  }
	.medical-popup-overlay .popup-box p{
		font-size: var(--fs24);
		margin-bottom: 25px;
	}
  .medical-popup-overlay .popup-box.links p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .medical-popup-overlay .popup-box .m-buttons a {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width: 576px) {
  /* Medical */
  .medical-t-bottom {
    padding: 60px 0;
  }
  .medical-t-bottom p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .medical-t-bottom a {
    font-size: 16px;
    padding: 10px 20px;
  }

  /*Popup */
  .medical-popup-overlay .popup-box {
    padding: 20px 15px;
  }
  .medical-popup-overlay .popup-box.links h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .medical-popup-overlay .popup-box.links h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .medical-popup-overlay .popup-box.links p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .medical-popup-overlay .m-buttons {
    gap: 12px;
  }
  .medical-popup-overlay .popup-box .m-buttons a {
    font-size: 11px;
    line-height: 13px;
    padding: 9px 10px;
	  gap:6px;
  }
}
