.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: #fff;
}

.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, #ffd6d6, #ec1f27);
}

.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: 10px;
    background: #fff;
}

.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:#ec1f27 
}

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

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

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

.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: #ec1f27;
}

.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: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
}

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