/* REVIEW style 1 */
.location-section-review.style-1 .review-top {
    padding: 130px 0 40px;
}

.location-section-review.style-1 .review-top .ry-container, .location-section-review.style-1 .review-bottom .ry-container {
    display: flex;
    justify-content: flex-end;
    max-width: 1280px;
}

.location-section-review.style-1 .review-top .ry-container .ry-content {
    max-width: 640px;
    width: 55%;
}

.location-section-review.style-1 .review-top .ry-container .ry-content .location-title h2 {
    color: #fd6881;
}

.location-section-review.style-1 .review-top .ry-container .ry-content .ry-text p {
    line-height: 1.5;
    margin: 10px 0 20px;
	font-size: 16px;
}

.location-section-review.style-1 .review-top .ry-container .ry-content .button-group {
    display: flex;
}

.location-section-review.style-1 .review-top .ry-container .ry-content .button-group .ry-btn:not(:last-child) {
    margin-right: 10px;
}

.location-section-review.style-1 .review-top .ry-container .ry-content .button-group .ry-btn svg {
   
    margin-right: 10px;
}


.location-section-review.style-1 .review-bottom .section-background, .location-section-review.style-1 .review-bottom .section-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    HEIGHT: 100%;
    object-fit: cover;
}

.location-section-review.style-1 .review-bottom {
    padding: 60px 0;
}

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

.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each:nth-child(1) {
    margin-top: -300px;
    padding-right: 60px;
    margin-bottom: -60px;
    /* border-top-right-radius: 50px; */
}

.location-section-review.style-1 {
    margin-top: 10rem;
}

.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each:nth-child(1):before {
    content: "";
    position: absolute;
    left: -82px;
    bottom: 0;
    width: 122px;
    height: 701px;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-a4721215-a56e-409d-8761-cd832679035b/InnerPages/shadow_1_.png);
}
.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each:nth-child(1) .photo {
    width: 100%;
    height: 100%;
    position: relative;
    border-top-right-radius: 160px;
    overflow: hidden;
}

.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each:nth-child(1) .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box {
    padding: 0;
    background: bottom;
    box-shadow: unset;
    border: unset;
}

.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box h3 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box p {
    color: #fff;
    line-height: 1.5;
    font-size: 16px !important;
}

.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .form-control {
    height: 45px;
    border-radius: 5px;
    border: unset !important;
    box-shadow: unset;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 1;
    padding-left: 30px !important;
    padding-top: 0;
    padding-bottom: 0;
	background: #fff;
}

.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .cmsForm {
    margin-top: 25px;
}

.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box  .rate-box {
    margin-bottom: 15px;
}

.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .rate-box .fa {
    color: #ffdd58;
}

.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box textarea.form-control {
    height: 110px;
    resize: unset;
    padding-top: 20px;
}

.location-section-review.style-1 .ry-form.ry-form-box:after {
    opacity: 0 !important;
}


/* END Review style 1 */
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1080px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each:nth-child(1) {
		margin-top: unset;
		width: 100%;
		padding-right: 0;
		margin-top: 30px;
	}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex {
		flex-direction: column-reverse;
	}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each:nth-child(1) .photo {
		padding-bottom: 75%;
	}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each {
		width: 100%;
	}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box h3 {
		line-height: 1;
		text-align: center;
	}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box p {
		text-align: center;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content {
		padding-left: 0;
		max-width: 100%;
		width: 100%;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content h2, 
	.location-section-review.style-1 .review-top .ry-container .ry-content p {
		text-align: center;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content .button-group {
		justify-content: center;
		flex-wrap: wrap;
	}

	.location-section-review.style-1 .review-top {
		padding-top: 100px;
		padding-bottom: 60px;
	}
	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each:nth-child(1):before {
		opacity: 0;
	}
}

@media (max-width: 768px) {

	.location-section-review.style-1 .review-top .ry-container .ry-content .button-group .ry-btn {
		margin: 5px 10px !important;
	}

}
@media (min-width: 992px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    
}

@media (min-width: 1200px) {

    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
    
}