@keyframes spineer {

  from {

    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);

    background: 0 0 0 0 rgba(255, 255, 255, 0.9);

  }

  to {

    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.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%;

/*    height: 420px;*/

    -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 {

   /* height: 230px;

    width: 230px;*/

    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: rgba(255, 255, 255, 0.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: 0px;

}

.hr-about-list li .hr-list-para {

    font-size: 17px;

    line-height: 26px;

    color: #636363;

    display: inline;

}


.hr-about-hint {

    padding: 25px;

    border-radius: 10px;

    background-color: rgb(255, 255, 255);

    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: rgb(219 232 240);

    opacity: 0.93;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    z-index: -1;

}

.hr-bg{

    background-color: #fff;

    padding: 15px;

    border-radius: 10px;

}
.ml-95{
    margin-left: 95px;
}
.pb-65 {
    padding-bottom: 53px;
}
.hr-about-2-thumb {
    position: relative;
    padding-left: 35px;
    padding-top: 35px;
}
.hr-about-2-thumb img {
    border: 5px solid #fff;
    z-index: 1;
    position: relative;
}
.hr-about-2-thumb:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 90%;
    height: calc(100% - 75px);
    z-index: 0;
    background-color: var(--color-3);
}
.tab-content>.tab-pane{
    color: #525252;
    margin-bottom: 12px;
    line-height: 1.76;
    font-weight: 600;
    font-size: 17px;
}
.tab-content>.tab-pane p{
    color: #525252;
    line-height: 1.76;
    font-weight: 600;
    font-size: 17px;
    font-family: var(--font-01);
}
.hr-about-2-right {
    margin-left: 85px;
}
.hr-about-2-right .nav-link{
    color: var(--color-4);
    font-weight: 600;
    font-size: 22px;
    padding: 0;
    position: relative;
    transition: .3s;
    background-color: transparent;
}
.hr-about-2-right .nav-pills .nav-link.active, .hr-about-2-right .nav-pills .show>.nav-link{
    background-color: transparent;
    color: var(--color-3);
}
.hr-about-2-right .nav-pills .nav-link:after{
    position: absolute;
    content: "";
    bottom: -11px;
    left: 0;
    width: 0;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    background-color: var(--color-3);
}
.hr-about-2-right .nav-pills .nav-link.active:after{
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.hr-about-2-right .nav-pills{
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
}
.hr-about-2-right .nav-pills .nav-item{
    margin-right: 78px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-90{
    margin-bottom: 70px;
}
.hr-about-2-funfact-number {
    font-weight: 700;
    font-size: 55px;
    margin-bottom: 10px;
    color: var(--color-4);
    transition: all .3s ease-out 0s;
    font-family: var(--font-02);
}
.hr-about-2-funfact span.hr-about-2-funfact-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.71;
    padding-left: 20px;
    color: #525252;
    display: inline-block;
    position: relative;
}
.hr-about-2-funfact span.hr-about-2-funfact-text:before {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--color-3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hr-about-2-right {
        margin-left: 0;
    }
}
@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;

    }

}

@media screen and (max-width:1200px) {

	.hr-about-img-wrap .hr-about-img-1 {

		width: 90%

	}

}



@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

	}

}


@media (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .hr-about-2-right .mb-90 {
        margin-bottom: 40px;
    }
    .hr-about-2-funfact-number {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .hr-about-2-thumb img {
        width: 100%;
        height: auto;
    }
    .tab-content>.tab-pane p{
        font-size: 15px;
    }
}
@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-about-2-funfact-number {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .hr-about-2-thumb img {
        width: 100%;
        height: auto;
    }

}



@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;

	}
    .hr-about-2-thumb:after {
        width: 90%;
    }
    .hr-about-2-right {
        margin-left: 0px;
    }
    .hr-about-2-right .nav-pills .nav-item{
        margin-right: 40px;
    }
}