.module-team.style-1 {
    padding: 8em 0;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-91dfa877-e297-42f4-a7ab-c07afcbbc6fa/Assets/doctors_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.module-team.style-1 .section-headline h2 {
    font-size: 58px;
	font-family: Lora;
    text-transform: uppercase;
}

.module-team.style-1 .ry-text p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.7;
}

.module-team.style-1 .ry-text .ry-btn {
    position: absolute;
    right: 0;
    top: -85px;
}

.module-team.style-1 .ry-text {
    position: relative;
}

.module-team.style-1 .ry-flex {
	align-items: center;gap: 2em;
}



.module-team.style-1 .ry-flex .ry-each .photo {
    position: relative;
    transition: .5s;
    max-width: 280px;
    margin: auto;
    float: none;
    z-index: 2;
}

.module-team.style-1 .ry-flex .ry-each:hover .photo:after {
    opacity: 1;
}


.module-team.style-1 .ry-flex .ry-each .photo:after {
    content: "";
    position: absolute;
    bottom: -3%;
    right: -8%;
    width: 100%;
    height: 90%;
    background: var(--color-primary);
    border-radius: 100%;
    z-index: -1;
    opacity: 0;
    transition: all ease 0.6s;
}

.module-team.style-1 .ry-flex .each-name {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.module-team.style-1 .ry-flex .link, 
.module-team.style-1 .ry-flex .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 9;
    opacity: 0;
}

.module-team.style-1 .ry-flex .ry-each:hover .photo:before {
}

.module-team.style-1 .slick-dots {
	position: absolute;
	bottom: -60px;
	padding-left: 0;
	list-style: none;
	display: flex !important;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translate(-50%, 0);
}

.module-team.style-1 .slick-dots li button {
	text-indent: -9999999px;
	padding: 0;
	width: 50px;
	height: 2px;
	box-shadow: unset;
	border: unset;
	background: #a65943;
}

.module-team.style-1 .slick-dots li {
	margin: 0 5px;
	opacity: .5;
}

.module-team.style-1 .slick-dots li.slick-active {
	opacity: 1;
}
.module-team.style-1 .content .ry-btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
@media (max-width: 1680px) {
	.module-team.style-1 .ry-flex {
		/* margin-left: -10px; */
		/* width: calc(100% + 10px); */
		/* display: flex; */
	}
	.module-team.style-1 .ry-flex.block-count-6 .ry-each {
		width: calc(16.66666666666667% - 10px);
		margin-left: 10px;
	}
	.module-team.style-1 .ry-flex.block-count-5 .ry-each {
		width: calc(20% - 10px);
		margin-left: 10px;
	}
	.module-team.style-1 .ry-flex.block-count-4 .ry-each {
		/* width: calc(25% - 10px); */
		/* margin-left: 10px; */
	}
	.module-team.style-1 .ry-flex.block-count-3 .ry-each {
		width: calc(33.33% - 10px);
		margin-left: 10px;
	}
	.module-team.style-1 .ry-flex.block-count-2 .ry-each {
		width: calc(50% - 10px);
		margin-left: 10px;
	}
	.module-team.style-1 .section-headline h2 {
		font-size: 50px;
	}
}

@media (max-width:1199px) {
   
	div#team-info-flex {
		flex-direction: column !important;
		gap: 0 !important;
	}


	div#team-info-flex:after {
		display: none;
	}

	.module-team.style-1 .ry-heading {
		max-width: 100% !important;
	}

	div.module-team.style-1 .ry-heading h2 {
		text-align: center !important;
		display: block !important;
		margin-bottom: 1em !important;
	}

		div.module-team.style-1 {
		padding: 4em 0 !important;
	}

}

@media (max-width: 1080px) {
	.module-team.style-1 {
		padding: 60px 0;
	}
	
	.module-team.style-1 .ry-text p,
	.module-team.style-1 .section-headline h2 {
		text-align: center;
	}
	.module-team.style-1 .section-headline h2 {
		font-size: 46px;
	}
	.module-team.style-1 .ry-text .ry-btn {
		position: relative;
		right: unset;
		top: unset;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}

}
@media (max-width: 991px) {
	.module-team.style-1 .ry-flex.block-count-3,
	.module-team.style-1 .ry-flex.block-count-2 {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.module-team.style-1 .ry-flex.block-count-3 .ry-each,
	.module-team.style-1 .ry-flex.block-count-2 .ry-each {
		width: calc(80% - 10px);
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) {
	.module-team.style-1 .section-headline h2 {
		font-size: 42px;
	}
	.module-team.style-1 .ry-text p,
	.module-team.style-1 .ry-btn {
		font-size: 18px !important;
	}
	.module-team.style-1 .ry-flex.block-count-3 .ry-each,
	.module-team.style-1 .ry-flex.block-count-2 .ry-each {
		width: calc(100% - 10px);
	}
}
@media (max-width: 420px) {
	.module-team.style-1 .section-headline h2 {
		font-size: 36px;
	}
	.module-team.style-1 .ry-text p,
	.module-team.style-1 .ry-btn {
		font-size: 16px !important;
	}
}


/*UPDATES*/

@media (max-width:1700px) {

	div.module-team.style-1 .block-count-4 {
		gap: 0 2em !important;
	}

	div.module-team.style-1 {
		padding: 5em 0;
	}

	div.module-team.style-1 .block-count-4 {
		gap: 0 5em;
	}


	div.module-team.style-1 .ry-container {
		max-width:1200px;
		width:90%;

	}
}




.module-team.style-1 .ry-flex .each-name p {
    font-size: 25px;
    margin: 1em auto;
}

a#hp-team-btn {
    margin: auto;
}

.module-team.style-1 .ry-flex:hover.ry-each .photo:after {
    opacity: 1;
}

.module-team.style-1 .ry-heading {
    max-width: 500px;
    line-height: 1.1;
}


.module-team.style-1 .ry-heading h2:before {
    display:none !important;
}

div#team-info-flex:after {
    left: initial;
    width: 2px;
    height: 100%;
    background: var(--color-primary);
    content: '';
    right:initial;
    position: absolute;
    z-index: 1;
    left:40%
}

/*END UPDATES*/