@keyframes spineer {
	from {
		-webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / .9);
		background: 0 0 0 0 rgb(255 255 255 / .9)
	}

	to {
		box-shadow: 0 0 0 45px rgb(255 255 255 / .1)
	}
}

.hr-about-img-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin-right: 30px
}

.hr-about-img-wrap .hr-about-img-1,
.hr-about-img-wrap .hr-about-img-2 {
	position: absolute
}

.hr-about-img-wrap .hr-about-img-1 {
	width: 70%;
	height: 100%;
	left: 0;
	top: 0
}

.hr-about-img-wrap .hr-about-img-2 {
	width: 250px;
	height: 250px;
	right: 0;
	bottom: 0
}

.hr-about-img-wrap .hr-about-img-1 img,
.hr-about-img-wrap .hr-about-img-2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: .5rem
}

.hr-about-img-wrap .hr-about-img-2 img {
	border: 3px solid var(--white)
}

.hr-about-content {
	margin-left: 30px
}

.hr-about-div {
	position: relative;
	margin-bottom: 30px
}

.hr-about-div .hr-about-img {
	margin-right: 50px;
	margin-left: -45px
}

.hr-about-div .hr-about-img img {
	width: 100%;
	height: 630px;
	-o-object-fit: cover;
	object-fit: cover
}

.hr-about-div .hr-about-img1 img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.hr-about-div .hr-side-text {
	position: absolute;
	background: var(--color-3);
	transform: rotate(-90deg);
	top: 150px;
	left: -269px;
	width: 395px;
	text-align: center
}

.hr-about-div .hr-side-text h5 {
	color: #fff;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	padding: 35px 50px 35px 70px
}

.hr-about-div .hr-shape-1 {
	position: absolute;
	bottom: 40px;
	left: -27%
}

.hr-about-div .hr-shape-2 {
	position: absolute;
	bottom: 25px;
	left: -27%
}

.hr-about-div .hr-shape-1 img {
	height: 230px;
	width: 230px;
	border: 15px solid #fff;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover
}

.hr-about-div .hr-shape-2 img {
	border: 15px solid #fff;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover
}

.hr-video-item {
	text-align: center;
	margin-bottom: 30px
}

.hr-about-div .hr-video-item {
	margin-bottom: 0;
	position: absolute;
	height: 130px;
	width: 130px;
	border: 7px solid #fff;
	border-radius: 5px;
	background: var(--color-3);
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -60px;
	right: 85px
}

.hr-about-div .hr-video-item .hr-video-btn {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 111
}

.hr-about-div .hr-video-item .hr-video-btn:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 50px;
	width: 50px;
	background: rgb(255 255 255 / .5);
	content: "";
	border-radius: 50%;
	z-index: -1;
	animation: spineer 2s infinite
}

.hr-about-div .hr-video-item .hr-video-btn span {
	font-size: 19px;
	color: var(--color-4)
}

.hr-about-list {
	margin-top: 26px;
	list-style-type: none
}

.hr-about-list li {
	display: flex;
	margin-bottom: 15px;
	align-items: center
}

.hr-about-list li .hr-icon {
	height: 30px;
	max-width: 30px;
	width: 100%;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	background: var(--color-3);
	transition: all 0.3s ease;
	margin-right: 15px
}

.hr-about-list li:hover .hr-icon {
	background: var(--color-4)
}

.hr-about-list li .hr-icon span {
	margin-left: 0
}

.hr-about-list li .hr-list-para {
	font-size: 17px;
	line-height: 26px;
	color: #636363;
	display: inline
}

.video-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / .8);
	z-index: 1000;
	justify-content: center;
	align-items: center
}

.video-container {
	position: relative;
	width: 90%;
	max-width: 720px;
	border-radius: 8px;
	overflow: hidden;
	height: 450px
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	z-index: 10
}

.hr-about-hint {
	padding: 25px;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	display: flex;
	-moz-column-gap: 25px;
	column-gap: 25px;
	align-items: start;
	overflow: hidden;
	margin: 30px 0 40px
}

.hr-about-hint .shape-01 {
	flex-basis: 23%
}

.hr-about-hint .shape-01 img {
	width: 100%
}

.hr-about-hint .hr-hint-info {
	font-size: 17px;
	color: #636363;
	font-style: italic
}

.hr-about-hint::after {
	position: absolute;
	content: "";
	height: 50px;
	width: 50px;
	background: var(--color-4);
	border-radius: 50%;
	bottom: -20px;
	right: -20px
}

.hr-aminities {
	background-image: url('https://dev.hrinfocare.com/elitedental/public/assets/images/services/Other Services.webp');
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-position: center;
	background-size: cover
}

.hr-aminities::before {
	position: absolute;
	content: "";
	background-color: #dbe8f0;
	opacity: .93;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1
}

.hr-bg {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px
}
/*New design code css*/
.eva--checkmark-circle-fill {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234e3d73' d='M9.71 11.29a1 1 0 0 0-1.42 1.42l3 3A1 1 0 0 0 12 16a1 1 0 0 0 .72-.34l7-8a1 1 0 0 0-1.5-1.32L12 13.54Z'/%3E%3Cpath fill='%234e3d73' d='M21 11a1 1 0 0 0-1 1a8 8 0 0 1-8 8A8 8 0 0 1 6.33 6.36A7.93 7.93 0 0 1 12 4a8.8 8.8 0 0 1 1.9.22a1 1 0 1 0 .47-1.94A10.5 10.5 0 0 0 12 2a10 10 0 0 0-7 17.09A9.93 9.93 0 0 0 12 22a10 10 0 0 0 10-10a1 1 0 0 0-1-1'/%3E%3C/svg%3E");
}
img{
	max-width: 100%;
}
.ab-img{
	position: relative;
	z-index: 1;
}
.hr-help-item {
    margin-bottom: 30px;
}
.hr-help-left {
	position: relative;
	max-width: 610px;
	margin-left: auto;
	padding-top: 65px;
	padding-bottom: 65px;
	position: relative;
}
.ab-img-shape {
	position: absolute;
	top: -60px;
	right: -30px;
	animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.9); }
  to { transform: scale(1.1); }
}
.hr-help-left::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: -60px;
	top: 0;
	z-index: -1;
	animation: 10s help-animation linear infinite;
	background-color: transparent;
	z-index: 0;
	border: 25px solid;
	border-image: linear-gradient(180deg, rgba(209, 45, 0, .8) 9.57%, rgba(20, 29, 204, .8) 83.6%);
	border-image-slice: 1;
}
.hr-help-item .hr-help-right {
    max-width: 520px;
    margin-left: 50px;
}
.hr-help-item .hr-help-right .hr-help-inner-left {
    width: 100%;
    display: inline-block;
}
.home-about-left-wapper.about-main-left-wapper img {
	max-width: 100px;
}
.hr-help-item .hr-help-right .hr-help-inner-left ul {
    margin: 0;
    padding: 0;
}
.hr-help-item .hr-help-right .hr-help-inner-left ul li {
    list-style-type: none;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 12px;
}
.hr-help-item .hr-help-right .hr-help-inner-left ul li span{
    color: #b69d74;
    margin-right: 10px;
    font-size: 25px;
    position: relative;
    top: 2px;
}
.hr-help-item .hr-help-right .hr-help-inner-right ul li span{
    color: #b69d74;
    margin-right: 5px;
    font-size: 25px;
    position: relative;
    top: 2px;
}
.hr-help-item .hr-help-right .hr-help-inner-left ul li:last-child {
    margin-bottom: 0;
}
.hr-help-item .hr-help-right .hr-help-inner-right {
    width: 50%;
    display: inline-block;
}
.hr-help-item .hr-help-right .hr-help-inner-right ul {
    margin: 0;
    padding: 0;
}
.hr-help-item .hr-help-right .hr-help-inner-right ul li {
    list-style-type: none;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 12px;
}
.hr-help-item .hr-help-right .hr-help-inner-right ul li i {
    color: #b69d74;
    margin-right: 10px;
    font-size: 25px;
    position: relative;
    top: 2px;
}
.hr-help-item .hr-help-right .hr-help-inner-right ul li:last-child {
    margin-bottom: 0;
}
.hr-help-item .hr-help-right .hr-help-signature img {
    margin-top: 30px;
    margin-bottom: 30px;
}
.hr-help-shape{
	position: relative;
	z-index: 0;
}
.hr-help-shape img {
    position: absolute;
    right: 50px;
    bottom: -70px;
    animation: a-two 10s infinite linear;
}
@keyframes help-animation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes help-animation-two {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes a-two {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-50px, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}
 .fade-section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s, transform 0.3s;
  }
   .slide-in {
    opacity: 0;
    transform: translateX(-100px);
  }
.our-vision-inner li {
	font-size: 16px;
	line-height: 1.8;
	color: #7d7d7d;
	font-family: var(--font-01);
	position: relative;
	list-style: none;
	padding-left: 30px;
	font-weight: 500;
}
.our-vision-inner {
	padding: 0;
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}
.hr-help-right p {
	margin-bottom: 5px !important;
}
.our-vision-inner li::after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f0a4";
	font-size: 17px;
	left: 0;
	top: 2px;
	position: absolute;
	width: 25px;
	height: 25px;
	color: var(--color-1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
/*End*/


/*HOme more details*/

.home-more-wapper {
	padding: 40px 40px;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	gap: 20px;
	background: var(--color-1);
	flex-direction: column;
}
.home-more-wapper-inner {
	position: relative;
	z-index: 1;
}

.home-more-img {
	max-width: 90px;
	transition: .3s ease-in-out;
}
.home-about-detail-img {
	display: flex;
	column-gap: 20px;
	align-items: center;
}
/*.home-more-wapper:hover .home-more-img {
  max-width: 300px;
  right: -90px;
  bottom: -90px;
  transition: .3s ease-in-out;
}*/
.home-about-us {
	background: #fff;
	overflow: hidden;
	padding-bottom: 120px;
}
.home-more-wapper-inner h2 {
	font-size: 22px;
	font-weight: 500;
	font-family: var(--font-01);
	color: #fff;
}
.home-more-wapper p {
	color: #fff;
}

.homw-about-us-head {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
.homw-about-us-head .hr-section-content .hr-sub-titel span {
  text-align: center;
}

.home-about-tabbing {
  margin-bottom: 20px;
}
.home-about-tabbing .nav-item .nav-link {
	color: #ddd;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 3px solid transparent;
	margin-bottom: -3px;
	border: none;
}	
.home-about-tabbing .nav-item .nav-link:hover {
	border: none;
}
.home-about-tabbing .nav-item .nav-link.active {
	border: none;
	color: #000;
	border-bottom: 3px solid #000 !important;
}



.looking-emergency {
	background: var(--color-2);
	position: relative;
	padding: 50px 0px 30px;
}
.emergency-right h2 {
	font-size: 43px;
	font-weight: 600;
	font-family: var(--font-02);
	margin-bottom: 25px;
	line-height: 1.4;
	color: #fff;
	text-transform: capitalize;
	max-width: 480px;
}
.emergency-right {
	display: flex;
	align-items: center;
	column-gap: 30px;
	justify-content: space-evenly;
}
.looking-emergency-left {
	margin-top: -143px;
}
.looking-emergency::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .15;
	z-index: 0;
	background-image: url("http://213.109.159.53/~maskosis/public/assets/images/about/about-shape.png?v=1");
}
.emergency-right a:hover::before {
	background: #000;
}

@media (min-width:1707px) {
	.hr-about-div .hr-side-text {
		top: 145px
	}
}

@media (max-width:1630px) {
	.hr-about-div .hr-about-img {
		margin-right: 0;
		margin-left: 0
	}

	.hr-about-div .hr-side-text {
		left: -232px;
		top: 145px
	}

	.hr-about-div .hr-shape-1 {
		left: -19%
	}

	.hr-about-div .hr-shape-2 {
		left: -19%
	}
}

@media (max-width:1500px) {
	.hr-about-div .hr-side-text {
		left: -204px;
		top: 177px
	}

	.hr-about-div .hr-side-text h5 {
		padding: 15px 50px 15px 70px;
		font-size: 18px
	}

	.hr-about-div .hr-shape-1 {
		left: -11%;
		bottom: 19%
	}

	.hr-about-div .hr-shape-2 {
		left: -11%;
		bottom: 19%
	}

	.hr-about-div .hr-shape-1 img {
		height: 150px;
		width: 150px
	}

	.hr-about-div .hr-shape-2 img {
		height: 150px;
		width: 150px
	}

	.hr-about-div .hr-video-item {
		width: 100px;
		height: 100px;
		right: 40px;
		bottom: -40px
	}
}

@media (max-width:1400px) {
	.hr-about-div .hr-side-text .hr-side-text {
		top: 183px
	}
	.hr-help-left::before {
	left: 0px;
    }
    .home-more-wapper {
	padding: 40px 20px;
}
.home-more-img {
	max-width: 80px;
	transition: .3s ease-in-out;
}
.home-more-wapper-inner h2 {
	font-size: 20px;
}
}

@media screen and (max-width:1200px) {
	.hr-about-img-wrap .hr-about-img-1 {
		width: 90%
	}
	.home-more-wapper-inner h2 {
	font-size: 20px;
}
.home-more-wapper {
	padding: 30px 20px;
	flex-direction: column;
}
}

@media screen and (max-width:992px) {

	.hr-about-img-wrap .hr-about-img-1 img,
	.hr-about-img-wrap .hr-about-img-2 img {
		width: 100%;
		height: auto
	}

	.hr-about-img-wrap {
		margin-bottom: 60px;
		height: 648px
	}

	.hr-about-content {
		margin-left: 0
	}

	.hr-about-img-wrap {
		margin-right: 0
	}
	.hr-help-left{
		max-width: 100%;
	}
.ab-img-shape {
	top: 0;
	right: 0;
	max-width: 200px;
}
.emergency-right h2 {
	font-size: 38px;
	max-width: 380px;
}
.hr-help-item .hr-help-right {
	max-width: 100%;
	margin-left: 0;
}
.looking-emergency-left {
	margin-top: -93px;
}
.our-goal::after {
	top: inherit !important;
	bottom: 0;
}
.home-goal-inner .row {
	row-gap: 20px;
}
.our-goal {
	margin-bottom: 0;
}
.home-goal-result {
	width: 100%;
	right: 0;
	padding: 25px 55px;
	bottom: 0;
	z-index: 2;
}
.home-goal-right {
	padding-left: 0;
	padding-bottom: 20px;
}
.home-goal-result {
	position: relative !important;
	width: 100% !important;
}
}

@media screen and (max-width:768px) {
	.hr-about-img-wrap {
		height: 481px
	}

	.hr-about-div .hr-side-text {
		display: none
	}

	.hr-about-div .hr-shape-1 {
		display: none
	}

	.hr-about-div .hr-shape-2 {
		display: none
	}

	.hr-about-div .hr-about-img img {
		height: auto
	}

	.hr-about-div .hr-about-img1 img {
		height: auto
	}
	.hr-help-left {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .hr-help-left::before {
	left: -10px;
	border-width: 10px;
}
    .hr-help-item .hr-help-right {
        max-width: 100%;
        margin-left: 0;
    }
    .hr-help-item .hr-help-right .hr-help-inner-left {
        width: 100%;
    }
    .hr-help-item .hr-help-right .hr-help-inner-left ul li {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .hr-help-item .hr-help-right .hr-help-inner-left ul li span {
        margin-right: 8px;
        font-size: 18px;
        top: 3px;
    }
    .hr-help-item .hr-help-right .hr-help-inner-right {
        width: 100%;
    }
    .hr-help-item .hr-help-right .hr-help-inner-right ul li {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .hr-help-item .hr-help-right .hr-help-signature img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .hr-help-shape img {
        right: 20px;
    }
    .emergency-right h2 {
	font-size: 32px;
	max-width: 330px;
}
}

@media screen and (max-width:575px) {

	.hr-about-img-wrap .hr-about-img-1,
	.hr-about-img-wrap .hr-about-img-2 {
		position: unset
	}

	.hr-about-img-wrap .hr-about-img-1 {
		margin-bottom: 20px;
		width: 100%;
		height: auto
	}

	.hr-about-img-wrap .hr-about-img-2 {
		width: 100%;
		height: auto
	}

	.hr-about-img-wrap {
		height: auto
	}

	.video-container {
		padding-top: 56.25%;
		height: auto
	}
	.emergency-right {
	flex-direction: column;
	text-align: center;
}
.home-about-tabbing .nav-item .nav-link {
	padding: 10px;
}
.our-goal::after {
	height: 650px !important;
}
}