.hr-info-contact-detail {
    background-color: #b69d74;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(9.57%,rgba(59,190,196,.8)),color-stop(83.6%,rgba(41,121,240,.8)));
    background: linear-gradient(180deg,rgba(59,190,196,.8) 9.57%,rgba(41,121,240,.8) 83.6%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
    max-width: 342px;
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 1;
}

.hr-appoint-form {
	margin-bottom: 30px
}

.hr-appoint-form input {
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 10px;
    height: 60px;
    padding-left: 30px;
    color: #000;
    font-size: 15px;
    margin-bottom: 30px;
    width: 100%;
}
.hr-appoint-form .form-select {
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 10px;
    height: 60px;
    padding-left: 30px;
    color: #000;
    font-size: 15px;
    margin-bottom: 30px;
    width: 100%;
}
.hr-appoint-form input:focus {
	box-shadow: none;
    border: 1px solid #000;
}
.hr-appoint-form .form-select:focus {
	box-shadow: none;
    border: 1px solid #000;
}
.hr-appoint-form textarea {
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 10px;
    height: 60px;
    padding-left: 30px;
    color: #000;
    font-size: 15px;
    height: auto !important;
    padding-top: 15px;
    margin-bottom: 30px;
}
.form-control:focus{
	color: #000;
	background: transparent;
}
.hr-appoint-form textarea::placeholder {
  color: #ababab;
}
.hr-appoint-form input::placeholder {
  color: #ababab;
}
.hr-appoint-form input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ababab;
}
.hr-contact-detail {
	border-radius: 50px;
	background-color: #fff;
	width: 473px;
	padding: 88px 30px;
	margin-left: 35px;
	position: relative;
	list-style-type: none
}

.hr-contact-detail::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: var(--color-4);
	left: 10px;
	top: 0;
	border-radius: 50px;
	z-index: -1
}

.hr-contact-detail .hr-single-contact {
	display: flex;
	-moz-column-gap: 30px;
	column-gap: 30px;
	align-items: center;
	margin-bottom: 35px
}

.hr-contact-detail .hr-single-contact .hr-icon {
	height: 75px;
	width: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--color-3);
	font-size: 31px;
	color: #fff;
	border-radius: 50%
}
.hr-contact-detail .hr-single-contact .hr-details .option-title h6 {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	margin-bottom: 10px
}

.hr-contact-detail .hr-single-contact .hr-details .option {
	font-size: 22px;
	color: #333
}

.hr-contact-detail .hr-single-contact .hr-icon.them-1 {
	background: var(--color-4)
}

.hr-select {
	height: 42px;
	padding: 0 25px;
	border-radius: 5px;
	width: 100%;
	font-size: 16px;
	color: #636363
}

.form-control {
	padding: 10px 25px
}
.hr-location-bg {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background: var(--color-3);
    border-radius: 20px;
}   
/*.hr-location-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #333333;
    opacity: 0.9;
}*/
.hr-location-item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}
.hr-location-item .hr-location-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.hr-location-item .hr-location-icon i {
    display: inline-block;
    color: var(--color-3);
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    left: 20px;
    top: 35px;
    background: #fff;
}
.hr-appointment {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}
.hr-location-item h3 {
    font-weight: 500;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: var(--font-01);
}
.hr-location-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
}
.hr-location-item ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
    color: #fff;
}
.hr-location-item ul li:last-child {
    margin-bottom: 0;
}
.hr-location-item a{
	color: #fff;
}
.hr-contact-wrap{
	max-width: 100%;
    padding: 55px 100px;
    box-shadow: 0px 0px 20px 0px #ddd;
}
/*New design css*/
.hr-contact-one{
    position: relative;
    overflow: hidden;
}
.contact-one__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 22.2%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    opacity: 0.12;
}
.contact-one__overlay {
    background: #ededed;
    width: 273px;
    height: 100%;
    position: absolute;
    right: 12%;
    bottom: 0;
}
.contact-one__wrapper {
    position: relative;
    padding: 0;
}
.contact-one__content {
    position: relative;
    padding: 182px 0 0 0;
}
.contact-one__content__bg {
    position: absolute;
    left: -70px;
    top: 0;
    width: calc(100% + 70px);
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.contact-one__info {
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff
}
.contact-one__info__item {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    width: 50%;
}
.contact-one__info__item:first-child {
    padding-left: 57px;
}
.contact-one__info__icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all 500ms ease;
    color: var(--color-4);
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
    border-radius: 50%;
    border: 1px solid #ededed;
}
.contact-one__info__item:hover .contact-one__info__icon {
    border-color: var(--color-6);
}
.contact-one__info__icon__zoom {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.contact-one__info__item:hover .contact-one__info__icon__zoom {
    animation: iconsZoom 0.25s ease-out;
}
.contact-one__info__text {
    margin: 0;
    line-height: 28px;
    font-weight: 600;
    font-size: 16px;
    color: #000
}
.contact-one__info__item:last-child {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    padding-left: 57px;
}
.contact-one__info__text a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}
.contact-one__info__text a:hover {
    background-size: 100% 1px;
}
.contact-one__info__text a:hover {
    color: #b69d74
}
.contact-one__form {
    position: relative;
    z-index: 2;
    padding: 0;
}
.contact-one__form__bg-one {
    background: #b69d74;
    width: 230px;
    height: calc(100% + 60px);
    position: absolute;
    right: -40px;
    bottom: -30px;
}
.contact-one__form__bg-two {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-one__group{
	position: relative;
	z-index: 1;
}
@keyframes iconsZoom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75, 1.75);
  }
}
@media (min-width: 1200px) {
    .contact-one__content {
        margin-right: 38px;
        margin-left: -60px;
    }
}
@media (max-width:1200px) {
	.hr-contact-detail {
		margin-left: 0;
		padding: 50px;
		max-width: 400px
	}

	.hr-contact-detail .hr-single-contact .hr-icon {
		height: 50px;
		width: 50px;
		font-size: 22px
	}

	.hr-contact-detail .hr-single-contact .hr-details .option {
		font-size: 17px
	}
    .contact-one__wrapper > .row {
    row-gap: 30px;
}
}
@media (max-width: 1068px) {
    .contact-one__content {
        padding-left: 0px;
    }
}
@media (max-width:991px) {
	.hr-contact-detail {
		max-width: 100%;
		margin: auto
	}

	.hr-details {
		width: 100%
	}

}
@media (max-width: 767px) {
    .contact-one__wrapper {
        padding: 80px 0 0;
    }
    .contact-one__info {
        width: 100%;
    }
    .contact-one__info__item {
        padding: 30px 20px !important;
    }
    .contact-one__info__item:first-child {
        padding-left: 0px;
    }
    .hr-location-item .hr-location-icon i {
    left: 0;
}
.hr-location-item {
    padding-left: 70px;
}
.hr-info-contact-detail {
    right: 0 !important;
}
.hr-contact-wrap {
    padding: 30px 50px;
}
}
@media (max-width: 668px) {
    .contact-one__info__item {
        width: 100%;
    }
    .contact-one__info__item:first-child {
        border-bottom: 1px solid #d9d9d9;
    }

}
@media(max-width:576px){
.hr-contact-info {
    row-gap: 0px;
    margin-bottom: 10px;
}
.hr-contact-wrap {
    padding: 30px 20px;
}
}
@media (max-width:425px) {
	.hr-contact-detail {
		padding: 30px;
		display: flex;
		flex-direction: column;
		align-items: flex-start
	}

	.hr-contact-detail .hr-single-contact {
		row-gap: 30px;
		align-items: start
	}
}