.ry-footer-top-sec {
	/*margin-top: -9%;*/
    position: relative;
    z-index: 12;
}

.ftr-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ftr-widget-3 {
    display: flex;
    flex-direction: row;
	gap: 30px;
    align-items: center;
}

.ry-inner-ftr-info {
	background: #eee;
    border: 10px solid #fff;
    border-radius: 5px;
    padding: 37px;
}

.map-ftr-info {
    background: #0463fa;
    border: 10px solid #fff;
    border-radius: 5px;
}

#ry-footer .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.ry-inner-ftr-info .row .border-right:nth-child(2), .ry-inner-ftr-info .row .border-right:nth-child(3) {
    border-left: 1px solid #67A1FE;
}

.ry-ftr-info-wrap {
    position: relative;
    padding: 15px 15px 15px 60px;
    min-height: 140px;
    margin-bottom: 30px;
    background: #e2e0e0;
    border-radius: 5px;
}

.ry-ftr-info-wrap .icon {
    width: 40px;
    height: 40px;
    background: #333333;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    position: absolute;
    left: 10px;
    top: 15px;
}

.ry-ftr-info-wrap .icon img {
    vertical-align: middle;
	width: 20px;
}

.ry-ftr-info-wrap h4 {
    color: #3e3e3e;
    margin: 0;
	font-size: 18px !important;
}

.ry-ftr-info-wrap p {
	font-size:15px !important;
    max-width: 190px;
    color: #3e3e3e;
	text-align: left;
}

.ry-ftr-info-wrap p a {
    color: #fff;
    word-break: break-all;
}

.footers {
    position: relative;
    z-index: 1;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-528c0b56-cac2-458b-9718-7f8c347beb66/Background_images/blue_cityscape.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*padding-top: 210px;*/
    padding-top: 180px;
	margin-top: -90px;
    padding-bottom: 120px;
}

.footers:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #33333390;
}

.ftr-widget h2 {
    color: #ffffff;
    padding-bottom: 14px;
    position: relative;
    margin: 30px 0;
    font-size: 30px !important;
    line-height: 100% !important;
}

.ftr-widget p {
    color: #fff;
}

.ftr-widget.about p {
	font-size:16px;
    padding-top: 35px;
    max-width: 314px;
}

.about h6 {
    justify-content: center;
    display: flex;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0;
}

.ftr-widget .socials {
    margin: 0px 0 40px 0;
}

.ftr-widget .socials li {
    display: inline-block;
	padding-top: 10px;
    padding-right: 10px
}

.ftr-widget .socials li a {
    background: #0b507a;
    box-shadow: 0 4px 8px 2px rgba(0, 124, 251, .16);
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    vertical-align: middle;
    color: #ffffff
}

.ftr-location-btn {
    color: #ffffff;
}

.menu-1 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.menu-1.menu-locations {
    flex-direction: column;
    gap: 15px;
}

.menu-1.menu-locations span {
    display: flex;
    background: #333333;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.menu-1.menu-locations span svg {
    fill: #ffffff;
}


ul.navs {
    padding: 0;
}

.ftr-widget .navs li {
    list-style: none;
}

.ftr-widget .navs li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    position: relative;
    padding-left: 17px 
}

.ftr-widget .navs li a:after {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: .3s ease-in;
    font-size: 12px;
} 

.ftr-widget .navs li a:hover:after {
    left: 4px
}

.ftr-widget .navs li a:hover {
    color: #ffffff;
}

.ftr-widget .recent-posts li {
    display: inline-block;
    width: 100%;
    padding-bottom: 28px
}

.ftr-widget .recent-posts li img {
    max-width: 70px;
    border-radius: 5px;
    display: block;
    max-height: 70px;
    margin-right: 20px;
    width: 70px;
    height: 70px;
    object-fit: cover
}

.ftr-widget .recent-posts li i {
    color: #0463FA;
}

.ftr-widget .recent-posts li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #d9d9d9;
    display: inline-block
}

.ftr-widget .recent-posts li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #d9d9d9;
    padding-top: 10px
}

.ftr-widget.schedule table, .ftr-widget-3.schedule table {
    width: 100%;
    min-width: 250px;
    max-width: 400px;
    margin: 0 auto;
}

.ftr-widget.schedule table tr td, .ftr-widget-3.schedule table tr td {
	font-size: 16px;
    color: #ffffff;
    line-height: 36px;
}

.ftr-widget.schedule table tr td i, .ftr-widget-3.schedule table tr td i {
    margin-right: 5px;
}

.ftr-widget.schedule table tr td:last-child, .ftr-widget-3.schedule table tr td:last-child {
    text-align: right;
}

.ftr-widget.schedule table tr td span,.ftr-widget-3.schedule table tr td span {
    color: #0b507a;;
}

#return-to-top {
    width: 56px;
    height: 56px;
    background: #0463FA;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 27px;
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 922;
    transition: .3s;
    line-height: 60px;
    display: none;
    z-index: 999;
}

.ry-copyright-conts * {
    font-size: 14px !important;
}
.ry-copyright-conts {
    background: #0b507a;
    display: inline-block;
    width: 100%;
    padding: 22px 0
}

.ry-copyright-conts p, .ry-copyright-conts a, .ry-copyright-conts a:hover {
    color: #ffffff;
}

.ry-copyright-conts ul {
    text-align: right;
}

.ry-copyright-conts li {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    margin-left: 10px
}

.ry-copyright-conts li:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0
}

.ry-copyright-conts li:first-child {
    padding-left: 0;
    margin-left: 0
}

.ry-copyright-conts li a {
    color: #ffffff;
    text-decoration: none;
}

.ry-copyright-conts li:first-child:after {
    display: none;
}

.ry-copyright-conts img {
    height: 13px;
	vertical-align: middle;
}

@media only screen and (min-width: 1200px) and (max-width: 3000px) {
	.ry-footer-top-sec {
   /* margin-top: -10%;*/
}
	#ry-footer .row{justify-content:center;}
}


@media (max-width:1100px) {
    .ry-ftr-info-wrap {
        padding-left: 100px;
    }

    .ry-ftr-info-wrap .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

@media (max-width:1199px) {
	.ry-inner-ftr-info .row .border-right:nth-child(3){border-left:none;}
.ry-footer-top-sec {
    /*margin-top: -22%;*/
    top: 70px;
}
}

@media (max-width:500px) {.footer-4-cta{flex-direction: column;}}
@media (max-width:991px) {
	
	.footer-4-cta {
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    width: 80%;
}
	.ry-footer-top-sec {
    /*margin-top: -29%;*/
}
	.table-responsive h6{display: flex;justify-content:center;}
	.menu-1 {
    justify-content: center;
    width: 100%;
}
	.ftr-widget.about p {max-width:100%;text-align:center;}
	
	.ftr-widget-3 {flex-direction: column;}
}

@media (min-width:768px) {.ry-footer-top-sec-mobile{display:none !important;}
	}

@media (max-width:767px) {
	.ry-inner-ftr-info .row .border-right:nth-child(2), .ry-inner-ftr-info .row .border-right:nth-child(3) {
    border-left: none;
}
	#ry-footer .row {justify-content: flex-start;}
	/*.ry-footer-top-sec {display:none;}*/
	.ry-footer-top-sec-mobile{display:block !important;}
	/*.ftr-widget {margin-top: 100px;}*/

    .ry-inner-ftr-info .row .border-right,
    .ry-inner-ftr-info .row .col-lg-4 {
        border: 0;
    }

    .ry-copyright-conts p {
        text-align: center;
    }

    .ry-copyright-conts ul {
        text-align: center;
    }
}


.table-responsive h6 {
	text-align: left !important;
	color: #ffffff;
    font-weight: 600 !important;
    font-size: 13px !important;
    margin: 15px 0;
	line-height: 20px !important;
}

.table-responsive {
    border: none;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.table-responsive .style-1 {
    flex-basis: 30%; 
	min-height: 250px;
    background: rgb(0 0 0 / 20%);
    border-radius: 5px;
    padding: 10px;
    color: #fff;
}

/* Style 2 */

.table-responsive .style-2 {
	min-width: 200px;
    max-width: 195px;
	min-height: 250px;
    background: rgb(0 0 0 / 20%);
    padding: 10px;
    color: #fff;
}

.table-responsive .style-2 .hours {
	font-size: 10px;
}

.table-responsive .style-2 .hours div {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
	line-height: 20px;
}

.footer-slick-prev, .footer-slick-next{
    display: block;
    background: none;
    border: none;
    color: #fff;
}

.ftr-locations-slider .table-responsive .style-2 .info {
    font-size: 10px;
    font-weight: 700;
		min-height: 30px;
}
.ftr-locations-slider .table-responsive .style-2 .phone {
    display: block;
	margin-bottom: 5px;
}

.ftr-locations-slider .table-responsive .style-2 .address {
    display: block;
	margin-bottom: 10px;
}

.ftr-locations-slider .table-responsive .style-2 .phone::before {
    content: "\f095";
    margin-right: 5px;
    font-family: 'FontAwesome';
}
.ftr-locations-slider .table-responsive .style-2 .address::before {
    content: "\f041";
    margin-right: 5px;
    font-family: 'FontAwesome';
}

.ftr-widget .ry-btn {
    height: 40px;
	font-size: 13px !important;
}

.footer-4-cta {
    margin-top: 15px;
}


.ftr-locations-slider table {
    font-size: 13px;
	line-height: 20px;
    /*min-width: 200px;*/
}

.ftr-locations-slider {
    display: flex !important;
    gap: 10px;
}

.ftr-locations-slider button.slick-next.slick-arrow {
    position: absolute;
    right: 0px;
}

.ftr-locations-slider button.slick-prev.slick-arrow {
    position: absolute;
    left: 0px;
}

/* Style 3 */

#style-3 .menu-1 {justify-content: flex-start;}

.ftr-widget.locations {
	display: flex;
    /*display: block;
    padding-left: 30px;*/
}

.panel-title a {
	display: block;
	color: #fff !important;
    font-size: 10px;
    font-weight: 600;
}


.panel-group {
    display: flex;
    flex-direction: column;
    height: 400px;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
}

.panel-group .panel {
    margin-top: 5px;
	border: none;
	border-radius: 0;
	color: #fff;
	background-color: rgb(20 30 34 / 50%);
}

.panel-group .panel-heading {
	position: relative;
    border-bottom: 0;
    min-width: 300px;
}
  
  #accordion .panel-heading a:before {
    content: '\f077';
    position: absolute;
    font-family: 'FontAwesome';
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  
  #accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
  }
#style-3 .hours {
	font-size: 10px;
}

#style-3 .hours div {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
	line-height: 20px;
}

#style-3 .info {
    font-size: 10px;
    font-weight: 700;
		min-height: 30px;
}
#style-3 .phone {
    display: block;
	margin-bottom: 5px;
}

#style-3 .address {
    display: block;
	margin-bottom: 10px;
}

#style-3 .phone::before {
    content: "\f095";
    margin-right: 5px;
    font-family: 'FontAwesome';
}
#style-3 .address::before {
    content: "\f041";
    margin-right: 5px;
    font-family: 'FontAwesome';
}

@media (max-width:768px) {
	#style-3 .panel-group{height: auto;}
	.ftr-widget.locations {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
		padding: 0;
}
}