.footer-locations .each-location .ry-each .hour-list ul {
    padding-left: unset;
}

.footer-locations .each-location .ry-each .hour-list ul li {
    list-style: none;
}

.footer-locations .each-location .ry-each {
    margin-top: .5rem;
}

.footer-locations .each-location .ry-each .hour-list ul li {
    /* display: flex; */
    /* gap: 1rem; */
}

.footer-locations .each-location .ry-each .hour-list ul li span {
    width: 7rem;
    display: inline-block;
}

.each-google {
    display: grid;
    grid-template-columns: 350px 1fr;
    place-content: center;
    place-items: center;
}

.each-google h2 {
    line-height: 155% !important;
}

@media only screen and (max-width: 991px) {
    div.each-google {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }

    div.each-google h2 {
        line-height: 155% !important;
        max-width: 350px;
        text-align: center !important;
    }
	
	div.footer-locations .each-location div {
		
		text-align: center;
	}
}

.ry-form.ry-form-box input[type="text"]::placeholder,
.ry-form.ry-form-box textarea::placeholder{
    color: #333 !important;
}

.ry-form select {
  color: #333;
}


.modal {
    z-index: 999999 !important;
}

.modal-footer {
    border: unset !important;
    display: none !important;
}

.pop-up-locations .each-location .ry-phone:before {
    content: "\f095";
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #37b44e;
}

.pop-up-locations .ry-content {
    display: flex;
    flex-direction: column;
    /* gap: 1rem; */
}

.pop-up-locations .each-location {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.pop-up-locations .ry-content .each-location:nth-child(odd) {
    background: #f4f4f4;
}

.pop-up-locations .ry-content .each-location {
    padding: 2rem;
}

.pop-up-locations .ry-content .each-location:nth-child(even) {
    background: #ebebeb;
}

.pop-up-locations .ry-location-name {
    text-transform: uppercase;
    font-weight: 700 !important;
	text-align: center;
	line-height: 1.2;
}

.modal-body {
    padding: unset !important;
}

.pop-up-locations .ry-content .each-location:nth-child(even) * {
    /* color: #37b44e; */
}

.pop-up-locations .ry-content .each-location .ry-phone a {
    font-weight: 700;
    font-size: 1.5rem;
    color: #37b44e;
}

.pop-up-locations {
    position: relative;
}

.modal-header-pop {
    position: absolute;
    background: white;
    top: -8px;
    right: -8px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    border-radius: 100%;
}

.pop-up-locations .ry-heading {
    background: #172d54;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pop-up-locations .ry-heading p {
    text-align: center !important;
    color: #fff;
    line-height: 1.5;
    padding: 1rem;
    font-weight: 800 !important;
    font-size: 2rem;
}


.pop-up-locations .modal-header-pop button.close {
    color: #000;
    opacity: 1;
    height: 100%;
    width: 100%;
}
.pop-up-locations .modal-header-pop button.close:hover {
    opacity: .5;
}


.footer-locations .ry-content .each-location .ry-phone a {
    color: #fff;
    font-weight: 600;
}

.footer-locations .ry-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.footer-locations {
    background: #172d54;
    padding: 3rem 0 3rem;
}

.footer-locations .each-location {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-locations .each-location div {
    color: #fff;
    font-size: 16px;
}
.footer-locations .each-location div a{
	color:#fff;
}
.footer-locations .each-location .ry-location-name {
    font-weight: 700 !important;
    line-height: 1.5;
    font-size: 16px;
}

.footer-locations .ry-container {
    max-width: 1280px;
}

.footer-locations .ry-address {
    line-height: 1.5;
}

.footer-locations .each-location .ry-phone:before {
    content: "\f095";
    font-family: 'FontAwesome';
    margin-right: 5px;
}


.footer-locations .each-location .ry-address:before {
    content: "\f3c5";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.footer-locations .each-location div img {
    filter: brightness(0) invert(1);
}

#ry-header .footer-locations,
#ry-pg-header .footer-locations{
    background: #f4f4f4;
    padding: 1rem;
}

#ry-header .footer-locations .each-location div,
#ry-pg-header .footer-locations .each-location div{
    color: #000;
}

#ry-header .footer-locations .ry-content .each-location .ry-phone a,
#ry-pg-header .footer-locations .ry-content .each-location .ry-phone a{
    color: #000;
}


.footer-locations .each-location .footer-social {
    margin: 28px 0 0 0;
}

.footer-locations .each-location .footer-social ul {
    list-style: none;
}

.footer-locations .each-location .footer-social .social-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.footer-locations .each-location .footer-social a {
    display: flex;
    height: 45px;
    width: 45px;
    background: #37b44e;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer-locations .each-location .footer-social a:hover {
    transform: scale(1.1);
}

.footer-locations .each-location .footer-social svg {
    width: 45%;
    height: unset;
	fill:#fff;
}


@media screen and (max-width: 1025px) {
    #ry-header .footer-locations .each-location .ry-location-name,
	#ry-pg-header .footer-locations .each-location .ry-location-name{
        font-size: 12px;
    }


    .footer-locations .ry-container {
    max-width: 90%;
    }
}



@media screen and (max-width: 992px) {
    .footer-locations .ry-content {
        grid-template-columns: 1fr 1fr;
    }

    .module-66 {
        margin-top: unset;
    }
    
    .footer-locations .each-location {
        align-items: center;
        justify-content: center;
    }  
}

@media screen and (max-width: 767px) {
    .footer-locations .ry-content {
        grid-template-columns: 1fr;
    }

}




body, body p, body div{font-family: Poppins !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Poppins, sans-serif !important;font-weight: 600 !important;}

@media (max-width: 991px) {}
@media only screen and (max-width: 768px){
	.swiper-slide {width: 100% !important;}
	.testimonials-wrapper .testimonials-block .carousel-control {display: none;}
	.carousel-control.left, .carousel-control.right {background-image: unset; background-image: unset;background-repeat: unset;}
	.carousel-control, .carousel-control:hover, .carousel-control:focus {color: #FFFFFF;}}
#services-box a{ margin:0 auto;}
#articles .ry-btn-primary, 
#articles .ry-btn-primary:after {color: #FFFFFF;}
#articles .ry-btn-primary:hover, 
#articles .ry-btn-primary:hover:after {color: #FFFFFF;}

.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Poppins';z-index:99;}
.ry-btn {height: 60px;display: flex;align-items: center;justify-content: center;padding-left: 25px;padding-right: 25px;max-width: max-content;color: #FFFFFF !important;background: #172d54 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #37b44e !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #37b44e !important;}
.ry-btn.ry-btn-secondary:hover {background: #172d54 !important;color: #FFFFFF !important;box-shadow: unset !important;}
/*.cmsForm .has-error input {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius:  !important; font-size: 18px !important}
.btn-img {z-index: 999;}

.ry-anchor-hidden { display: block; position: relative; top: -200px; visibility: hidden;}
.full-link, .full-link a { position: absolute; inset: 0; color: transparent;}
.full-link:hover a { color: transparent; }

.HOLDsp-slides-container {height: calc(100vh - 120px) !important;}

/* QUARTERLY MODAL */
div#HomeModal {
    z-index: 999999;
}
#HomeModal .modal-dialog {
    max-width: 767px;
    width: 90%;
    margin: 60px auto;
}
#HomeModal .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#HomeModal .modal-content .modal-header {
    position: absolute;
    padding: 0;
    width: 30px;
    height: 30px;
    background: #000;
    z-index: 2;
    border-radius: 50%;
    border: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    right: -15px;
    top: -15px;
}
#HomeModal .modal-content .modal-header button {
    color: #fff;
    opacity: 1;
    font-weight: 300;
}
#HomeModal .modal-dialog .modal-body {
    padding: 0;
}
#HomeModal .modal-content img {
    margin-bottom: 0;
}
#HomeModal .close-button button span {
    color: #fff;
    font-weight: 300;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#HomeModal .close-button button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #172d54;
    border-radius: 50%;
    opacity: 1;
    border: unset;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#HomeModal img:not(.current),
.promo-quarter img:not(.current) {
    display: none;
}
/* QUARTERLY MODAL */