.location-section-1.style-1 .section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.location-section-1.style-1 .content {
	position: relative;
	z-index: 2;
}
.location-section-1.style-1 .section-background .photo-left {
    width: 63%;
}

.location-section-1.style-1 .section-background .photo-right {
    width: 37%;
}

.location-section-1.style-1 {
    padding: 120px 0 100px;
    background: url(https://www.royacdn.com/unsafe/smart/Site-43a55e84-1c64-44a9-a232-ff794043d74d/HomepageAssets/bg_welcome_flower_nowhite.png);
}

.location-section-1.style-1 .section-background .photo-left img, .location-section-1.style-1 .section-background .photo-right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* z-index: 1; */
    display: none;
}

.location-section-1.style-1 .section-background .photo-left:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent;
}

.location-section-1.style-1 .section-background .photo-right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* background: linear-gradient(to right, #333, rgb(12 13 25 / 65%)); */
}

.location-section-1.style-1 .ry-flex .ry-each {
    width: 50%;
}

.location-section-1.style-1 .ry-flex .ry-each:nth-child(2),
.location-section-1.style-1 .ry-flex .ry-each:nth-child(1) {
    padding-right: 8.333vw;
}

.location-section-1.style-1 .ry-flex .ry-each .photo-block {
    padding-right: 4vw;
    padding-bottom: 5vw;
}

.location-section-1.style-1 .ry-flex .ry-each .photo-block .photo-big {
    padding-bottom: 75%;
    position: relative;
}

.location-section-1.style-1 .ry-flex .ry-each .photo-block .photo-big img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    background: transparent;
    border-top-left-radius: 50px;
}

.location-section-1.style-1 .ry-flex .ry-each .photo-block .photo-small img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    object-fit: contain;
    padding: 0;
    /* background: #fafafa; */
    transform: translate(-50%, -50%);
}

.location-section-1.style-1 .ry-flex .ry-each .photo-block .photo-small {
    position: absolute;
    padding-bottom: 220px;
    max-width: 220px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #fff;
    right: 0;
    bottom: 0;
    /* display: none; */
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    box-shadow: 3px -1px 12px rgb(0 0 0 / 14%);
}

.location-section-1.style-1 .location-title h1 {
    line-height: 1.3 !important;
}

.location-section-1.style-1 .ry-inner-flex {
    display: flex;
    justify-content: flex-start;
}

.location-section-1.style-1 .ry-inner-flex .each-block {
    max-width: max-content;
    display: flex;
    align-items: center;
}

.location-section-1.style-1 .ry-inner-flex .each-block .icons {
    width: 35px;
    height: 35px;
    background: #333;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.location-section-1.style-1 .ry-inner-flex .each-block .icons svg {
    fill: #fff;
}

.location-section-1.style-1 .ry-inner-flex .each-block:not(:last-child) {
    margin-right: 20px;
    align-content: space-around;
    align-items: center;
}

.location-section-1.style-1 .ry-inner-flex .each-block a {
    line-height: 1.3;
    font-size: 16px;
}

.location-section-1.style-1 .ry-inner-flex .each-block .phone a {
    font-weight: 600;
}

.location-section-1.style-1 .location-title {
    position: relative;
}

.location-section-1.style-1 .location-title:after {
    margin: 10px 0 25px;
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #333;
}

.location-section-1.style-1 .social-block .social-list ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.location-section-1.style-1 .social-block .social-list ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #666;
}

.loc-social-heading {
    text-transform: uppercase;
    color: #333;
    font-size: 15px !important;
}

.location-section-1.style-1 .social-block .social-list ul li a svg {
    width: 15px;
    height: 15px;
    fill: #333;
}

.location-section-1.style-1 .social-block .social-list ul li:not(:last-child) {
    margin-right: 5px;
}

.location-section-1.style-1 .social-block {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.location-section-1.style-1 p {
    padding-top: 25px;
    clear: both;
	font-size: 16px;
	line-height: 1.6;
}

.location-section-1.style-1 .button-wrapper {
    position: relative;
    margin-top: 25px;
}

.location-section-1.style-1 .button-wrapper .ry-btn svg {
    margin-right: 12px;
}

@media (max-width: 1480px) {
	.location-section-1.style-1 .ry-flex .ry-each .photo-block .photo-small {
		max-width: 15vw;
		padding-bottom: 15vw;
	}
	.location-section-1.style-1 .ry-flex .ry-each:nth-child(2) {
		padding-right: 0;
	}
}

@media (max-width: 1080px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.location-section-1.style-1 .ry-inner-flex .each-block a {
		text-align: center;
		display: block;
	}
	
	.location-section-1.style-1 .ry-flex .ry-each .photo-block .photo-small img {
		width: 80px;
		height: 80px;
	}
	
	.location-section-1.style-1 .social-block {
		justify-content: center !important;
		align-items: center;
	}
	.location-section-1.style-1 .ry-flex {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.location-section-1.style-1 .ry-flex .ry-each:nth-child(2), 
    .location-section-1.style-1 .ry-flex .ry-each:nth-child(1) {
		padding: 0;
		width: 100%;
	}

	.location-section-1.style-1 .ry-flex .ry-each:nth-child(1) {
		margin-bottom: 30px;
	}

	.location-section-1.style-1 .location-title h1 {
		text-align: center;
	}

	.location-section-1.style-1 .location-title:after {
		margin-left: auto;
		margin-right: auto;
	}

	.location-section-1.style-1 .ry-inner-flex {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.location-section-1.style-1 .ry-inner-flex .each-block:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.location-section-1.style-1 .ry-inner-flex .each-block {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.location-section-1.style-1 .ry-inner-flex .each-block .icons {
		margin-bottom: 10px;
	}

	.location-section-1.style-1 .social-block .social-list ul {
		justify-content: center;
		margin: 10px 0 0;
	}

	.location-section-1.style-1 p {
		text-align: center;
	}

	.location-section-1.style-1 .button-wrapper .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.location-section-1.style-1 .section-background .photo-left {
		width: 100%;
		height: 80%;
	}

	.location-section-1.style-1 .section-background {
		flex-direction: column;
		align-items: center;
	}

	.location-section-1.style-1 .section-background .photo-right {
		width: 100%;
		height: 20%;
	}
	
	
	.location-section-1.style-1 .ry-flex .ry-each .photo-block .photo-small {
        max-width: 150px;
        padding-bottom: 150px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }
}

@media (max-width:500px) {
	
	.location-section-1.style-1 .ry-flex .ry-each .photo-block .photo-small {
		max-width: 100px;
		padding-bottom: 100px;
		right: 11px;
		bottom: -21px;
	}

	.location-section-1.style-1 .ry-flex .ry-each .photo-block .photo-small img {
		width: 50px !important;
		height: 50px !important;
	}
}
