
.payment_options .radio-button-label {
	margin-left: 20px;
}

.yourvehicle_content {
	text-align: left;
}


.product_bullets {
  text-align: left;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.product_compareheadings {
  border-bottom: 1px solid #372F2D;
  color: #372F2D;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 8px;
  font-size: 19px;
}

.product_comparelist {
  padding-left: 20px;
}

.product_description {
  color: #828282;
  margin-bottom: 16px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.product_description.compare {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.product_description.compare.platinum {
  color: #372F2D;
  font-size: 17px;
  line-height: 24px;
}

.blue_forcompare {
  color: #00FE00;
  font-weight: 700;
}

.mostpopular {
  background-color: #00FE00;
  color: #fff;
  text-align: center;
  border-left-color: #372F2D;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'sofia-pro', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.compareplans_div {
  background-color: #fff;
  border: 1px solid #00FE00;
  margin-bottom: 35px;
  margin-top: 50px;
  padding-right: 10px;
}

.compare-columns {
  height: 775px;
  border-right: 1px solid #00FE00;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.compare-columns.noline {
  background-color: rgba(55,47, 45, .2);
  border-right: 1px solid #fff;
  padding-top: 8px;
}

.compare_button {
  position: relative;
  height: 45px;
  margin-top: 2px;
  margin-left: 0px;
  padding: 10px 35px;
  float: center;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  background-color: #00FE00;
  font-family: 'sofia-pro', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.compare_button:hover {
  background-color: #372F2D;
  color: #fff;
}

.compare_button.center {
  float: none;
  margin-top: 23px;
  padding-left: 73px;
  padding-right: 73px;
}

.compare_button.center.lg {
  height: 50px;
  padding-top: 14px;
  padding-left: 48px;
  padding-right: 48px;
}

.compare_button.hide:hover {
  color: var(--white);
}

.compare_button.hide.w--current {
  display: block;
}

.compare_button.center2 {
  float: none;
  clear: both;
  text-align: center;
  margin-top: 11px;
  display: inline-block;
}

.compare {
  margin-left: 0;
  margin-right: 0;
}

.gold {
  color: var(--deep-sky-blue);
}

html.w-mod-js [data-ix="compare-hide"] {
  display: none;
}

@media screen and (min-width: 1440px) {
.compare_button.center2 {
    clear: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  	}
  }

@media screen and (min-width: 1920px) {
 .mostpopular {
    text-align: center;
  }

  .compare-columns {
    height: 650px;
  }
}


@media screen and (max-width: 991px) {
	.nav_button.hide {
		display: none;
	}
	
	.nav_button.hide.w--current {
		display: none;
	}
	
	#email_us {
		text-align: center;
	}
.product_bullets {
    font-size: 11px;
    line-height: 13px;
  }

  .product_comparelist {
    padding-left: 10px;
  }

  .mostpopular {
    font-size: 18px;
    line-height: 20px;
  }

  .compareplans_div {
    margin-left: -12px;
  }

  .compare-columns {
    height: 950px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .compare-columns.column1 {
    padding-left: 32px;
  }

  .compare_button {
    height: 50px;
    margin-right: 9px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .compare_button.center {
    margin-right: 0;
  }

  .compare_button.hide {
    margin-top: 7px;
  }

  .compare_button.center2 {
    display: block;
  }
}


@media screen and (min-width: 992px) {
	.mobfree-q {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	 .compare-columns {
    height: auto;
  }

  .compare_button {
    display: block;
  }

  .compare_button.center {
    margin-right: 0;
  }

  .compare_button.hide {
    display: none;
  }
}

@media screen and (max-width: 479px) {
	.right {
		font-size: 14px;
	}
	
	.compare_button {
    height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 18px;
  }

  .compare_button.center {
    margin-right: 0;
    padding-left: 56px;
    padding-right: 56px;
  }

  .compare_button.center.lg {
    display: block;
  }

  .compare_button.center2 {
    margin-right: 0;
    padding-left: 19px;
    padding-right: 19px;
  }
}
