.store-locator-container .top-block {
    position: relative;
}

.location-wrapper {
    padding: 0 !important;
}

.location-wrapper .store-locator-container #mapInner {
    padding-bottom: 960px;
}

.module-search {
    position: absolute;
    bottom: 70px;
    width: 100%;
}

.module-search .ry-container {
    max-width: 1600px !important;
    width: 90%;
}
.location-wrapper .results {
    padding: 30px 0;
    margin-bottom: 60px;
    border-bottom: 1px solid #c9c9c9;
    display: flex;
    justify-content: space-between;
}

.location-wrapper .results .result-text {
    font-size: 36px;
    font-weight: bold !important;
    color: #000;
    letter-spacing: -1px;
}

.location-wrapper .results .button-icon {
    display: flex;
    gap: 20px;
}

.location-wrapper .results .button-icon button {
    border: unset;
    box-shadow: unset;
    border-radius: 50%;
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cadfec;
}

.location-wrapper .results .button-icon button svg {
    fill: #0070ae;
}

.module-search .search-panel {
    padding: 30px 30px 30px 50px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
}

.module-search .search-panel .search-form {
    display: flex;
    align-items: center;
}

.module-search .search-panel .search-form .field-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.module-search .search-panel .search-form .field-block input {
    height: 44px;
    padding-left: 0;
    border: unset;
    font-size: 18px;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #cccccc;
}

.module-search .search-panel .search-form .field-block label {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    letter-spacing: -0.5px;
}

.module-search .search-panel .search-form .search-group {
    display: flex;
    gap: 40px;
}

.module-search .search-panel .search-form .field-block .radius-selection {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.module-search .search-panel .search-form .field-block .radius-selection select {
    height: 44px;
    border: unset;
    border-bottom: 1px solid #ccc;
    width: 160px;
}

.module-search .search-panel .search-form .field-block:nth-child(2) input {
    width: 160px;
}

.module-search .search-panel .search-form .field-block  input#location-search-input {width: 440px;max-width: 440px;}

.module-search .search-panel .search-form .field-block:nth-child(1) {
}

.module-search .or-separator {
    margin: 0 60px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0070ae;
    border-radius: 50%;
    font-size: 12px !important;
    color: #fff;
    position: relative;
}

.module-search .or-separator:before, 
.module-search .or-separator:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background: #ccc;
}

.module-search .or-separator:before {
    top: -50px;
}

.module-search .or-separator:after {
    bottom: -50px;
}

.module-search .search-panel .search-form #search-button {
    padding: 20px 40px;
    height: 71px;
    border: unset;
    background: #bf1e2e;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    gap: 10px;
    margin-left: auto;
}

.module-search .search-panel .search-form .search-group:nth-child(3) input {
    width: 250px;
}

#locations-list .each-location .location-wrapper {
    display: flex;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

#locations-list .each-location .location-wrapper .photo {
    width: 27%;
    position: relative;
    background: #ccc;
}

#locations-list .each-location .location-wrapper .details {
    width: 73%;
}

#locations-list .each-location .location-wrapper .photo img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
}

#locations-list .each-location .location-wrapper .details .headline {
    padding: 20px 60px;
    background: #0070af;
}

#locations-list .each-location .location-wrapper .details .headline h3 {
    line-height: 1.1;
    margin: 0;
    font-size: 24px;
    letter-spacing: -0.5px;
    color: #fff;
}

#locations-list .each-location .location-wrapper .details .location-description {
    padding: 35px 60px;
    background: #fff;
    padding-right: 40px;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper {
    display: flex;
    gap: 50px;
}

.location-wrapper .bottom-block .ry-container {
    width: 90%;
    max-width: 1600px !important;
}

.location-wrapper {
    background: #fdfdfd !important;
}

.location-wrapper .bottom-block {
    padding: 60px 0;
    background: #fdfdfd !important;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group {
    width: 33.33%;
    max-width: 300px;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-left {
    max-width: 320px;
    width: 40%;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center {
    max-width: 300px;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-left .each-details {
    display: flex;
    gap: 10px;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-left .each-details .icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
    background: #cadfec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-left .each-details .icon svg {
    width: 16px;
    height: 16px;
    fill: #0070ae;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-left .each-details .text a {
    font-size: 18px;
    line-height: 1.3;
    color: #333333;
    letter-spacing: -0.5px;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-left .each-details:not(:last-child) {
    margin-bottom: 15px;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-left .each-details.phone {
    align-items: center;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-left .each-details.phone .text a {
    font-weight: bold;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right {
    width: 40%;
    max-width: 350px;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right .button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right .button-wrapper .ry-btn {
    padding-left: 30px !important;
    padding-right: 30px !important;
    width: 100%;
    display: flex;
    gap: 10px;
    font-size: 18px !important;
    min-width: 330px;
    font-weight: bold !important;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right .button-wrapper .ry-btn div {
    font-weight: bold !important;
}
#locations-list .each-location .location-wrapper .small-map-wrapper {
    padding: 5px;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

#locations-list .each-location .location-wrapper .small-map-wrapper iframe {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}
#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center .each-accord {
    border-bottom: 1px solid #ccc;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center .each-accord .accordion-heading {
    font-size: 20px;
    letter-spacing: -0.5px;
    padding: 20px 0 20px 20px;
    position: relative;
    cursor: pointer;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center .each-accord .accordion-heading .arrow {
    position: absolute;
    right: 2px;
    border: solid #666;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center .each-accord .accordion-description {
    padding-left: 20px;
    padding-bottom: 30px;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center .each-accord .accordion-description ul {
    list-style: initial;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center .each-accord .accordion-description * {
    font-size: 18px;
    line-height: 1.3;
}
#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center .each-accord .accordion-description li {
    line-height: 1;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center .each-accord .accordion-description li:not(:last-child) {
    margin-bottom: 7.5px;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center .each-accord .accordion-heading .arrow {
    transition: .2s;
    position: absolute;
}

#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center .each-accord .accordion-heading.active .arrow {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    bottom: 20px;
}
#locations-list .each-data {
    padding-bottom: 55px;
}
/*
#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center .each-accord .accordion-description.doctors .accord-wrapper {
    padding-left: 20px;
}
*/
#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right .button-wrapper .ry-btn-primary:not(:hover) {
    background: #cadfec !important;
    border-color: #cadfec !important;
    color: #0070ae !important;
}

#locations-list .each-location .location-wrapper {
    border-top-right-radius: 30px;
    overflow: hidden;
    border-bottom-right-radius: 30px;
}

#locations-list .each-data.selected .headline h3 {
    font-weight: 500;
}

#locations-list .each-data {
    cursor: pointer;
}

#locations-list .each-data:hover .headline h3 {
     font-weight: 500;
}

/** PLACE YOUR MOBILE AND UP CSS HERE **/
@media (max-width: 1680px) {
	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right .button-wrapper .ry-btn {
		padding: 20px 20px !important;
		min-width: 290px;
		font-size: 16px !important;
		font-weight: 400 !important;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper {
		gap: 15px;
		justify-content: space-between;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center .each-accord .accordion-heading {
		font-size: 18px;
	}
	
	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-left .each-details .text a ,
	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center .each-accord .accordion-description * {
		font-size: 16px;
	}


	#locations-list .each-location .location-wrapper .details .location-description,
	#locations-list .each-location .location-wrapper .details .headline {
		padding-left: 40px;
	}

	#locations-list .each-location .location-wrapper .details .headline h3 {
		font-size: 20px;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right .button-wrapper .ry-btn div {
		font-weight: 500 !important;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right {
		max-width: 300px;
	}

	.module-search .search-panel .search-form .field-block input#location-search-input {
		width: auto;
	}

	.module-search .search-panel .search-form .field-block label {
		font-size: 20px;
	}

	.module-search .search-panel .search-form .field-block:nth-child(1) {
		width: 50%;
	}

	.module-search .search-panel .search-form .field-block:nth-child(2) {
		width: 25%;
	}

	.module-search .search-panel .search-form .field-block:nth-child(2) input {
		width: auto;
		min-width: 100px;
	}

	.module-search .search-panel .search-form .search-group {
		gap: 30px;
	}

	.module-search .search-panel .search-form .search-group:nth-child(3) .field-block {
		width: 100%;
		max-width: 300px;
		min-width: 130%;
	}

	.module-search .search-panel .search-form #search-button {
		font-size: 18px;
		margin-left: auto;
	}

	.module-search .search-panel .search-form .field-block input {
		font-size: 16px;
		outline: unset;
	}
}
@media (max-width: 1480px) {
	.module-search .or-separator {
		min-width: 30px;
		margin: 0 30px;
	}

	.module-search .search-panel .search-form #search-button {
		padding-left: 30px;
		padding-right: 30px;
		min-width: 220px;
	}
}
@media (max-width: 1380px) {
	.module-search .or-separator {
		margin: 0 30px;
	}

	.module-search .search-panel .search-form .search-group:nth-child(3) .field-block {
		max-width: unset;
		min-width: unset;
	}

	.module-search .search-panel .search-form .search-group:nth-child(3) input {
		width: 200px;
	}

	.module-search .search-panel .search-form .field-block label {
		font-size: 18px;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper {
		flex-wrap: wrap;
		position: relative;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center,
	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-left {
		width: calc(50% - 20px);
		max-width: unset;
	}

	#locations-list .each-location .location-wrapper .small-map-wrapper {
		width: 100%;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right .button-wrapper {
		gap: 5px;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center {
		padding-bottom: 200px;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right {
		position: absolute;
		right: 0;
		bottom: 0;
		width: auto;
	}

	.module-search .search-panel .search-form #search-button {
		padding: 20px 25px;
	}

	.module-search .or-separator {
		min-width: 30px;
		margin: 0 15px;
	}
}
@media (max-width: 1280px) {
	.module-search .search-panel .search-form .field-block label {
		font-size: 16px;
	}

	.module-search .search-panel .search-form .field-block input#location-search-input {
		max-width: 260px;
	}

	.module-search .search-panel .search-form .field-block:nth-child(1) {
		max-width: max-content;
	}

	.module-search .search-panel .search-form .search-group {
		gap: 10px;
	}
	
	.module-search .search-panel .search-form #search-button {
		height: 65px;
		font-size: 16px;
		min-width: unset;
	}
}
@media (max-width: 1200px) {
	.module-search .search-panel .search-form .search-group:nth-child(1) {
		width: 50%;
		min-width: 500px;
	}

	.module-search .search-panel .search-form .search-group:nth-child(3) {
		width: 20%;
	}

	.module-search .search-panel {
		padding-left: 30px;
		border-radius: 20px;
	}

	.module-search .search-panel .search-form #search-button {
		max-width: 170px;
	}

}
@media (max-width: 1080px) {
	.module-search .search-panel .search-form {flex-wrap: wrap;}

	.module-search .search-panel .search-form .search-group:nth-child(1) {
		width: 100%;
		min-width: unset;
	}

	.module-search .search-panel .search-form .field-block {
		width: 33.33% !important;
		max-width: unset !important;
	}

	.module-search .search-panel .search-form .field-block input#location-search-input {
		max-width: unset;
		width: 100%;
	}

	.module-search .search-panel .search-form .field-block .radius-selection select {
		width: 100%;
	}

	.module-search .or-separator {
		margin: 15px 0;
		width: 100%;
		border-radius: 10px;
		background: transparent;
		position: relative;
	}

	.module-search .or-separator::before, .module-search .or-separator::after {
		width: 100%;
		height: 1px;
		opacity: 0;
	}

	.module-search .search-panel .search-form .search-group:nth-child(3) {
		width: 100%;
	}

	.module-search .search-panel .search-form .search-group:nth-child(3) input {
		width: 100%;
		max-width: unset;
	}

	.module-search .search-panel .search-form .search-group:nth-child(3) .field-block {
		max-width: 100% !important;
		width: 100% !important;
	}

	.module-search .search-panel .search-form #search-button {
		width: 100%;
		max-width: unset;
		margin-top: 20px;
		max-width: max-content;
		margin-left: auto;
		margin-right: auto;
	}

	.module-search .or-separator:after {
		opacity: 1;
		top: 50%;
		left: 50%;
		background: #0072b4;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		transform: translate(-50%, -50%);
		content: "OR";
		color: #fff;
		align-items: center;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: -0.5px;
		border: 5px solid #fff;
	}

	.module-search .or-separator::before {
		bottom: 15px;
		width: 50%;
		height: 1px;
		opacity: 1;
		top: unset;
		opacity: 0;
	}

	.module-search .search-panel .search-form .search-group:nth-child(3) .field-block label, .module-search .search-panel .search-form .search-group:nth-child(3) .field-block input {
		text-align: center;
	}
	
	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 70px;
	}

	#ry-pg-banner.custom-locations .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
	#ry-pg-banner.custom-locations .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 42px;
	}
}
@media (max-width: 991px) {
	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right {
		width: auto;
	}

	#locations-list .each-location .location-wrapper {
		flex-direction: column;
	}

	#locations-list .each-location .location-wrapper .photo {
		width: 100%;
		padding-bottom: 56.25%;
	}

	#locations-list .each-location .location-wrapper .details {
		width: 100%;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper {
		flex-direction: column;
		gap: 10px;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right {
		position: relative;
		width: 100%;
		display: flex;
		justify-content: center;
		max-width: unset;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center {
		padding-bottom: 0;
		width: 100%;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center, #locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-left {
		width: 100%;
	}

	#locations-list {
		display: flex;
		gap: 20px;
		flex-wrap: wrap;
	}

	#locations-list .each-data {
		width: calc(50% - 10px);
		padding-bottom: 0;
	}

	#locations-list .each-location .location-wrapper .details .headline {
		padding: 15px 30px;
		/* text-align: center; */
	}

	#locations-list .each-location .location-wrapper .details .headline h3 {
		font-size: 20px !important;
		text-align: center;
	}

	#locations-list .each-location .location-wrapper .details .location-description, #locations-list .each-location .location-wrapper .details .headline {
		padding-left: 30px;
		padding-right: 30px;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-left .each-details:not(:last-child) {
		margin-bottom: 10px;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center .each-accord .accordion-heading {
		font-size: 16px;
		padding: 15px 20px 15px 0;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right .button-wrapper .ry-btn {
		min-width: unset;
		padding: 15px 20px !important;
		width: 100%;
		max-width: unset;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right .button-wrapper .ry-btn div {
		font-size: 16px;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right .button-wrapper {
		width: 100%;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-left .each-details .text a, #locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-center .each-accord .accordion-description * {
		font-size: 14px;
	}

	#locations-list .each-location .location-wrapper {
		border-top-right-radius: 0;
		border-bottom-left-radius: 30px;
	}
}

@media (max-width: 620px) {
	#locations-list .each-data {
		width: 100%;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right .button-wrapper .ry-btn div {
		display: none;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right .button-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
	}

	#locations-list .each-location .location-wrapper .details .location-description .description-wrapper .group.group-right .button-wrapper .ry-btn {
		padding: 0 !important;
		width: 50px;
		height: 50px;
		border-radius: 5px;
		margin: 0;
	}
	
	.module-search .search-panel .search-form .field-block {
		width: 100% !important;
		max-width: 100% !important;
	}

	.module-search .search-panel .search-form .search-group:nth-child(1) {
		flex-direction: column;
	}

	.module-search .search-panel .search-form .field-block label, 
	.module-search .search-panel .search-form .field-block input, 
	.module-search .search-panel .search-form .field-block select {
		text-align: center;
	}
}

@media (max-width: 420px) {
	#ry-pg-banner.custom-locations .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
	#ry-pg-banner.custom-locations .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 36px;
	}
}
@media (min-width: 768px) {

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

@media (min-width: 992px) {

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

@media (min-width: 1200px) {

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