.hr-contact-section .hr-section-content {
  margin-bottom: 3rem;
}
.hr-contact-section .hr-contact-info {
  margin-right: 30px;
}

.hr-section .hr-contact .hr-info {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
}
.hr-section .hr-contact .hr-info .hr-icon {
  margin-right: 1rem;
  width: 65px;
  height: 60px;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-4);
}
.hr-section .hr-contact .hr-info .hr-icon span {
  color: var(--white);
  font-size: 25px;
}
.hr-section .hr-contact .hr-info .hr-detail {
  width: calc(100% - calc(60px - 1rem));
  position: relative;
}
.hr-section .hr-contact .hr-info .hr-detail h6 {
	font-size: 1rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.hr-section .hr-contact .hr-info .hr-detail a, .hr-section .hr-contact .hr-info .hr-detail address {
	font-size: 16px;
	color: #5d6371;
	margin-bottom: 0;
}

.hr-section .hr-social {
  margin-top: 2rem;
}
.hr-section .hr-social .nav .nav-item {
  margin-right: 10px;
}
.hr-section .hr-social .nav .nav-item:last-child {
  margin-right: 0;
}
.hr-section .hr-social .nav .nav-item .nav-link {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--color-1);
  border: 1px solid var(--color-1);
  border-radius: 0.2rem;
}
.hr-section .hr-social .nav .nav-item .nav-link:hover {
  color: var(--white);
  border: 1px solid var(--color-4);
  background-color: var(--color-4);
}
.hr-contact-us .hr-contact-info .hr-section-content {
	align-items: start;
}

.hr-contact-wapper img {
  width: 100%;
  border-radius: 20px;
}
.hr-contact-wapper {
  border-radius: 20px;
  position: relative;
}
.hr-contact-wapper:after {
  background: -moz-linear-gradient(0deg, rgba(29, 29, 31, .85) 0%, rgba(29, 29, 31,0) 40%);
  background: -webkit-linear-gradient(0deg, rgba(29, 29, 31, .85) 0%, rgba(29, 29, 31,0) 40%);
  background: linear-gradient(0deg, rgba(29, 29, 31, .85) 0%, rgba(29, 29, 31,0) 40%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.hr-appointment-contact {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #f8f9fa;
  font-size: 18px;
  z-index: 1;
}
.hr-section .hr-contact .hr-info .hr-detail h6 span {
	color: var(--color-1);
}

.hr-contact-form .hr-form {
  padding: 20px;
  border-radius: 10px;
  background: #F6F8F9;
}

.hr-schedule-left {
  background: var(--color-1);
}
.hr-schedule-right {
  background: var(--color-2);
}
.hr-schedule-content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.hr-schedule-inner .row {
  margin: 0px -12px;
}
.hr-schedule-icon i {
  color: #fff;
  font-size: 40px;
}
.hr-schedule-content h2 {
  font-size: 25px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
}
.hr-schedule-content h3 {
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
}
.hr-schedule-content .hr-btn {
	margin-top: 20px;
}
.hr-appointment-contact .icon {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
}
@media(max-width:1200px){
  .hr-schedule-content h2 {
  font-size: 25px;
}
}
@media screen and (max-width: 992px) {
  .hr-contact-section .hr-contact-info {
    margin: 0;
    margin-bottom: 40px;
  }
}
@media(max-width:768px){
  .hr-contact .row {
  row-gap: 30px;
}
}
