.gs-priority {
	background-color: #212b36;
	border-radius: 8px;
	margin: 28px 0px 74px;
	text-align: center;
}

.gs-priority .gs-logo {
	width: 200px;
	margin: 16px auto 16px;
}

.gs-priority p {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}

.gs-priority .btn-joings {
	margin: 18px auto 26px;
	border: 1px solid #fff;
	background-color: #212b36;
	width: 257px;
	padding: 14px;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	border-radius: 25px;
}

.gs-priority .btn-joings:hover {
	background-color: #d0021b;
}

h2.offertitle {
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	color: #212b36;
	margin: 0 0 7px;
}

.btn-deal {
	width: 100%;
	border-radius: 25px;
	background-color: #f1be48;
	border: 0px;
	padding: 18px 6px;
	color: #454f5b;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1.17px;
	text-align: center;
	margin-top: 17px;
}

.offer-gr .btn-deal {
	background-color: #c13a28;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	border-radius: 0px;
	text-transform: none;
	font-weight: 400;
}

.btn-deal:hover {
	background-color: #F0AD4E;
	color: #454f5b;
}

.offer-gr .btn-deal:hover {
	background-color: #212b36;
	color: #fff;
}

.offer-container {
	padding-top: 50px;
}

.deal-flex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 55px 0;
}

.deal-box {
	flex: 0 1 auto;
	position: relative;
	width: 307px;
	min-height: 330px;
	padding: 30px 9px 20px;
	border: 1px solid rgba(33,43,54,0.3);
	border-radius: 3px;
	margin: 0px 12px 14px;
	text-align: center;
}

.onlyOneOffer .deal-box {
	min-height: 775px;
}

.multipleOffers .deal-box {
	min-height: 380px;
}

.onlyOneOffer .textContainer {
	min-height: 180px;
}

.onlyOneOffer.num-2 .all-sub-offers .sub-offer-container {
	/*padding: 42px 0;*/
}

@media only screen and (max-width: 767px) {
	.onlyOneOffer.num-2 .all-sub-offers .sub-offer-container {
		padding: 10px 0;
	}

	.offer-container .deal-flex {
		margin: 0 15px;
	}

	.multipleOffers .deal-box {
		min-height: 380px;
	}

	.onlyOneOffer .textContainer {
		min-height: auto;
	}
}

p.offer-headline {
	padding: 24px 0px 13px;
	color: #212b36;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}

p.offer-sub-head {
	padding: 5px 0px 40px;
	color: #212b36;
	font-size: 16px;
	line-height: 20px;
}

p.offer-description {
	color: #212b36;
	font-size: 14px;
	line-height: 20px;
}

.more-offers-box {
	flex: 0 1 auto;
	position: relative;
	margin: 0px 12px;
	text-align: center;
	width: 196px;
	height: 207px;
}

.more-offers-box p.offer-headline {
	padding: 9px 0px 0px;
	color: #212b36;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	margin: 0px 0px 5px;
}

.more-offers-box p.offer-sub-head {
	padding: 0px;
	margin: 0px;
	color: #212b36;
	font-size: 16px;
	line-height: 20px;
}

.more-offers-box p.offer-previous-price {
	position: absolute;
	bottom: 50px;
	text-align: center;
	left: 0;
	right: 0;
	padding: 0px;
	margin: 0px;
	color: #d0021b;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

.more-offers-box .btn-interested, .more-offers-box .btn-applied {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin-left: 0px;
}

.service-offer .offer-previous-price {
	color: #212B36;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 40px;
	text-align: center;
}

.service-offer .offer-previous-price .regPrice {
	color: #D0021B;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 17px;
}

.gander .service-offer .offer-previous-price {
	margin-top:20px;
}

.btn-interested,
.btn-download {
	position: absolute;
	bottom: 20px;
	left: 46%;
	margin-left: -59px;
	border: 1px solid #212b36;
	background-color: #fff;
	border-radius: 3px;
	padding: 11px 8px;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	margin-top: 29px;
}

.offer-gr .deal-box .btn-interested {
	left: 50%;
}

.btn-interested i, .btn-applied i,
.btn-interested img, .btn-applied img {
	margin-left: 8px;
	margin-top: -4px;
}

.btn-applied,
.btn-download:active {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -67px;
	border: 1px solid #00669e;
	background-color: #00669e;
	border-radius: 3px;
	padding: 11px 8px;
	color: #fff!important;
	font-size: 16px;
	line-height: 16px;
	margin-top: 29px;
}

.offer-gr .btn-interested {
	border-radius: 0px;
}

.offer-gr .btn-applied {
	border-radius: 0px;
	background-color: #c13a28;
	border: 1px solid #c13a28;
}

.deal-box.deal-most {
	border: 4px solid #133148;
	box-shadow: 0 6px 6px 0 rgba(0,0,0,0.25);
	background: url('https://images.rvs.com/images/content/service/icons/most-popular-black.svg') no-repeat;
	background-size: auto;
	background-position: 97% -8px;
}

.ganderService .deal-box.deal-most {
	border: 4px solid #575F49;
	box-shadow: 0 6px 6px 0 rgba(0,0,0,0.25);
	background: url('https://images.rvs.com/images/content/Service-Collision/2021/most-popular-banner-olive.svg') no-repeat;
	background-size: auto;
	background-position: 97% -8px;
}

.offer-gr .deal-box.deal-most {
	border: 4px solid #496479;
	box-shadow: 0 6px 6px 0 rgba(0,0,0,0.25);
	background: url('https://images.rvs.com/images/content/service/icons/gr-most-popular.svg') no-repeat;
	background-size: auto;
	background-position: 97% 0px;
}

.deal-box .offer-icon {
	height: 50px;
}

.more-offers-box .offer-icon {
	height: 33px;
}

.deal-box .all-sub-offers {
	margin-bottom: 50px;
}

.deal-box .sub-offer-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	/*text-align: center;*/
	border-bottom: 1px solid rgba(33,43,54,0.3);
	padding: 10px 0;
	margin-top: 10px;
}

.deal-box .sub-offer-container:last-of-type {
	border-bottom: none;
}

.deal-box .sub-offer-container .sub-description-container {
	width: 60%;
	text-align: left;
}

.deal-box .sub-offer-container .sub-price-container {
	padding: 0 20px 0 0;
	width: auto;
}

.deal-box .sub-offer-container .sub-price-container h6 {
	color: #212B36;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20px;
	text-align: center;
	margin-bottom: 0;
}

.deal-box .sub-offer-container .sub-price-container .sub-price {
	color: #212B36;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 40px;
	text-align: center;
}

.deal-box .sub-offer-container .sub-price-container .sub-price .regPrice {
	color: #D0021B;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 17px;
}

.deal-box .sub-offer-container .sub-description-container .sub-description {
	color: #212B36;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
	margin-top: 9px;
	text-align: left;
	font-weight: bold;
}

.deal-box .sub-offer-container .sub-description-container .sub-description .more-link {
	color: #212B36;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 17px;
	text-decoration: underline;
}

.deal-box .sub-offer-container .sub-description-container .sub-description .popover-title {
	background: #fff;
	color: #212B36;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 24px;
	border: none;
}

.deal-box .sub-offer-container .sub-description-container .sub-description .popover-content {
	color: #212B36;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
}

.selectedOfferContainer ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.selectedOfferContainer .selected-offer-modal {
	width: fit-content;
	border: 1.25px solid rgba(33,43,54,0.3);
	border-radius: 16px;
	color: #212b36;
	font-size: 16px;
	line-height: 24px;
	padding: 4px 12px;
	margin-bottom: 9px;
}

.selectedOfferContainer .selected-offer-modal i {
	margin-left: 11px;
	line-height: 24px;
}

.marquee {
	text-align: center;
	margin: auto;
}

.site-wrapper {
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	max-width: 1440px;
}

.site-wrapper .site-wrapper-inner .cover-container .cover-text span {
	font-family: 'Lato', sans-serif!important;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	width: 80%;
	margin: auto;
}

.site-wrapper-inner {
	vertical-align: top;
}

.cover-container {
	margin-right: auto;
	margin-left: auto;
}

.cover-heading {
	text-align: center;
	margin-top: 4%;
}

.site-wrapper .site-wrapper-inner .cover-container .cover-heading img {
	width: 40%;
}

@media only screen and (min-width:768px) and (max-width: 1024px) {
	.site-wrapper .site-wrapper-inner .cover-container .cover-heading img {
		width: 60%;
	}

}

@media only screen and (max-width: 767px) {
	.site-wrapper .site-wrapper-inner .cover-container .cover-text span {
		font-size: 18px;
		line-height: 25px;
		width: 90%;
	}

	.site-wrapper .site-wrapper-inner .cover-container .cover-heading img {
		width: 70%;
	}
}

.cover-subheading {
	text-align: center;
}

.site-wrapper .site-wrapper-inner .cover-container .cover-subheading span {
	font-family: 'Lato', sans-serif!important;
	color: #000;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.cover-text {
		margin: 50% 0% 24px 0%;
		padding-bottom: 0;
		width: 100%;
	}

}

@media (min-width: 768px) {
	.site-wrapper-inner {
		vertical-align: middle;
	}

	.cover-container {
		width: 100%;
	}

}

@media (min-width: 992px) {
	.cover-container {
		width: 100%;
	}

}

.site-wrapper .site-wrapper-inner .cover-container .cover-text .line1 {
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	font-family: 'Bebas Neue', cursive!important;
	color: #212b36;
	margin: 0px auto;
}

.site-wrapper .site-wrapper-inner .cover-container .cover-text .line-lg {
	font-size: 50px;
	line-height: 58px;
	font-weight: bold;
	color: #212b36;
	margin-bottom: 12px;
}

.site-wrapper .site-wrapper-inner .cover-container .cover-text p {
	font-size: 16px;
	line-height: 24px;
	color: #212b36;
	width: 474px;
	margin: auto;
}

.site-wrapper .site-wrapper-inner .cover-container .cover-text .underline {
	display: block;
	width: 106px;
	border-top: 4px solid #212b36;
	margin: 0px auto 9px;
}

@media only screen and (min-width: 1024px) {
	.deal-flex .faux-column {
		width: 35%;
	}

	.deal-flex .faux-column .deal-box {
		width: 96%;
		padding-left: 40px;
		padding-right: 40px;
	}

}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.deal-flex .faux-column .deal-box {
		width: 96%;
		padding-left: 16px;
		padding-right: 16px;
	}

	.more-offers-box p.offer-previous-price {
		left: 20%;
	}

}

@media only screen and (max-width: 991px) {
	.deal-flex {
		display: inline-block;
		width: 100%;
		margin: 20px 0px;
	}

	.deal-box {
		display: inline-block;
		vertical-align: top;
		width: 47%;
		margin: 0px 0px 8px 8px;
	}

	.onlyOneOffer .deal-box {
		min-height: 595px;
	}

	.deal-flex .faux-column.onlyOneOffer {
		width: 47%;
		display: inline-table;
		margin:0px 0px 8px 8px
	}

	.deal-flex .faux-column.onlyOneOffer:first-of-type {
		margin-left: 0;
	}

	.deal-flex .faux-column.multipleOffers {
		width: 100%;
	}

	.deal-flex .faux-column.onlyOneOffer .deal-box {
		width: 100%;
	}

	.more-offers-box {
		flex: none;
		display: inline-block;
		position: relative;
		margin: 0px 12px 35px;
		width: 220px;
		vertical-align: bottom;
	}

	.more-offers-box p.offer-previous-price {
		left: 33%;
	}

	.site-wrapper .site-wrapper-inner .cover-container .cover-text .line-lg {
		font-size: 40px;
		line-height: 48px;
	}

	.site-wrapper .site-wrapper-inner .cover-container .cover-text p {
		font-size: 16px;
		line-height: 24px;
		color: #212b36;
		width: 359px;
		margin: auto;
	}

}

@media only screen and (max-width: 767px) {
	.btn-deal {
		margin: 20px 0px 14px;
	}

	.deal-box {
		width: 100%;
		margin: 0 0 23px;
	}

	.deal-flex .faux-column.onlyOneOffer {
		width: 100%;
		margin-left: 0;
	}

	.more-offers-box {
		width: 45%;
	}

	.more-offers-box p.offer-previous-price {
		left: 38%;
	}

	.site-wrapper .site-wrapper-inner .cover-container .cover-text .line1 {
		font-size: 20px;
		line-height: 32px;
	}

	.site-wrapper .site-wrapper-inner .cover-container .cover-text .line-lg {
		font-size: 32px;
		line-height: 40px;
	}

	.site-wrapper .site-wrapper-inner .cover-container .cover-text p {
		font-size: 16px;
		line-height: 24px;
		width: 288px;
		margin: auto;
	}

}

@media only screen and (max-width: 550px) {
	.more-offers-box {
		width: 40%;
	}

	.more-offers-box p.offer-previous-price {
		left: 24%;
	}


}

@media only screen and (max-width: 414px) and (min-width: 321px) {
	.gs-priority {
		margin-left: 16px;
		margin-right: 16px;
	}

	.deal-flex {
		width: auto;
		margin: 20px 16px;
	}
}


.service-disclaimer p {
	font-size: 12px!important;
	line-height: 15px;
	margin-top: 20px;
}

.same-day-flex {
	margin: 34px 7% 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.same-day-flex .services{
	margin: 10px 0 30px;
	width: 48%;
	height: 60px;
	align-items: center;
	display: flex;
}
.same-day-flex .services p{
	margin-left: 65px;
	margin-bottom: 0;
}
.same-day-flex .services:before{
	background: url(https://images.rvs.com/images/content/service/same-day-services.png) no-repeat;
	content: " ";
	position: absolute;
}
.same-day-flex .recall:before{
	height:45px;
	width:49px;
}
.same-day-flex .power:before{
	background-position: 0 -44px;
	height:38px;
	width:36px;
}
.same-day-flex .operation:before{
	background-position: 0 -81px;
	height:42px;
	width:48px;
}
.same-day-flex .brake:before{
	background-position: 0 -122px;
	height:42px;
	width:48px;
}
.same-day-flex .leak:before{
	background-position: -47px 3px;
	height:45px;
	width:49px;
}
.same-day-flex .plumb:before{
	background-position: -51px -44px;
	height:38px;
	width:36px;
}
.same-day-flex .carbon:before{
	background-position: -47px -86px;
	height:35px;
	width:48px;
}
.same-day-flex .appli-conc:before{
	background-position: -47px -122px;
	height:42px;
	width:48px;
}
@media only screen and (max-width: 1024px){
	.same-day-flex {
		margin: 34px 16px 0;
	}
}

@media only screen and (max-width: 767px){
	.same-day-flex .services {
		width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 674px){
	.same-day-flex .power{
		padding-top: 2px;
	}
	.same-day-flex .plumb{
		padding: 0;
	}
	.same-day-flex .carbon {
		padding-bottom: 16px;
	}
}
@media only screen and (max-width: 455px){
	.collision-services{
		padding-top: 30px;
	}
}

@media only screen and (max-width: 575px){
	.see-deals-p{
		text-align: center;
	}
}

