.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 .button-wrapper >div {
    width: 48%;
}

.location-section-1.style-1 .button-wrapper a.ry-btn.ry-btn-primary {
    width: 100%;
    max-width: 100%;
}
.location-section-1.style-1 .section-background .photo-left {
    width: 63%;
}

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

.location-about .ry-content .ry-flex .ry-each:nth-child(2):before, .location-about .ry-content .ry-flex .ry-each:nth-child(2):after {
    content: '';
    background: transparent;
    bottom: -6px;
    left: -5px;
    width: 180px;
    height: 180px;
    position: absolute;
    border-bottom-left-radius: 30px;
    border-bottom: 5px solid #00ac9c;
    border-left: 5px solid #00ac9c;
}

location-about .ry-content .ry-flex .ry-each:nth-child(2):after {
    top: 0;
    right: 0;
    left: inherit;
    bottom: inherit;
}

.location-about .ry-content .ry-flex .ry-each:nth-child(2):after {
    top: -5px;
    right: -2px;
    left: initial;
    transform: rotate(180deg);
    border-bottom: 5px solid #f8d32e;
    border-left: 5px solid #f8d32e;
}

.location-section-1.style-1 {
    padding: 4em 0 5em;
}

.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: 1;
    background: #fafcfd;
}

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

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

.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%); */
    background: #f8d32e;
    border-radius: 100%;
    box-shadow: 0px 1px 30px 9px rgb(0 0 0 / 10%);
}

.location-section-1.style-1 .ry-flex .ry-each .photo-block .photo-small {
    position: absolute;
    max-width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    right: -17%;
    bottom: -20%;
}

.location-section-1.style-1 .location-title span {
    font-size: 30px;
    font-weight: bold;
    display: block;
}

.location-section-1.style-1 .location-title h1 {
    color: rgb(40 39 40 / 80%);
    letter-spacing: -1px;
    font-weight: 300;
    font-size: 50px;
    line-height: 1.2 !important;
    margin-bottom: 20px;
}

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

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

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

.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: var(--color-primary);
    border-radius: 50%;
    display: none;
}

.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: 0;
    clear: both;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 500 !important;
}

.location-section-1.style-1 .button-wrapper {
    position: relative;
    margin-top: 2em;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.location-section-1.style-1 .button-wrapper br {
    display: none;
}

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

@media (max-width:1600px) {
    .location-section-1.style-1 .location-title h1 {
		font-size: 44px !important;
	}

	.location-about .ry-content .ry-flex {
		align-items: flex-start;
	}
}

@media (max-width: 1480px) {
	.location-section-1.style-1 .ry-flex .ry-each .photo-block .photo-small {
		max-width: 175px;
		/* padding-bottom: 15vw; */
		right: -1%;
	}
	.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; */
	}
}

@media (max-width:700px) {
	
	 div.location-section-1.style-1 .location-title h1, div.location-section-2.style-1 .location-title h2, div#loc-forms h2, body.default .location-title h2, body.default .location-section-3.style-1 .location-title h2, .location-section-2.style-1 .location-title h2, body.default div#loc-forms h2, body.default .location-title h2 {
        font-size: 30px !important;
    }

	.location-section-1.style-1 .button-wrapper {
    flex-direction: column;
    gap: 10px 0 !important;
}

	.location-about .ry-content .ry-flex .ry-each:nth-child(2) {
    padding: 30px 30px 80px 33px !important;
}

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