.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;
}

.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; */
}

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

/* .location-section-1.style-1 .section-background .photo-right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: linear-gradient(to right, #fd6881, #ff886f);
}
 */
.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 .photo-big {
    position: relative;
	overflow:hidden;
	border-radius:15px !important;
	
}

.location-section-1.style-1 .ry-flex .ry-each .photo-block .photo-big img {
  position: relative;;
	width:100%;
	height:100%;
	object-fit:cover;
	
	
}

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

.location-section-1.style-1 .ry-flex .ry-each .photo-block .photo-small {
    position: absolute;
    padding-bottom: 270px;
    max-width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    right: 0;
    bottom: 0;
}

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

.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;
}

.location-section-1.style-1 .ry-inner-flex .each-block .icons {
    width: 30px;
	display:flex;
	justify-content:center;
	padding-top: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;
}

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

.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: var(--secondary-color);
}

.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: var(--secondary-color);
    border-radius: 50%;
	transition:all .3s ease
}
.location-section-1.style-1 .social-block .social-list ul li a:hover {
	background: var(--primary-color);
}
.location-section-1.style-1 .social-block .social-list ul li a svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}

.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: 15px;
}

.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 {
		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 {
		width: auto;
		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: 35vw;
		padding-bottom: 35vw;
	}
}