/*GLOBAL CSS */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background: url("/img/bg-car-2.webp");
  background-size: auto;
}

.txt-white {
  color: #fff;
}

.txt-center {
  text-align: center;
}

.content-wrap {
  background: rgba(0, 0, 0, 0.5);
  padding-bottom: 5px !important;
  border-radius: 5px;
}

h2.headline {
  padding: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}

body.thank-you {
  background: #f4f5f5 !important;
}

body.thank-you #content .container {
  box-shadow: 0 0px 0px 0 white !important;
}

a {
  color: #e64a19;
}

.container {
  max-width: 970px;
}

.pat p,
.pat h3 {
  padding: 5px 15px;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}

.pt30 {
  padding-top: 30px;
}

.pt150 {
  padding-top: 150px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.ssl {
  max-width: 75px;
  position: relative;
  top: 10px;
}

#content,
#footer-widgets {
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.content-wrap,
.content-wrap p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0px;
}

.partners-list li {
  list-style-type: none;
  width: 33.33%;
}

/*RIBBON STYLING STARTS HERE */

#ribbon {
  background: #fff;
  overflow: hidden;
  color: white;
  text-align: center;
  padding: 30px 0;
  position: relative;
  z-index: 10;
  box-shadow: 0 1px 3px rgba(115, 115, 115, 0.32);
}

#ribbon .ribbon-title {
  font-size: 34px;
  color: #363636;
  margin: 0px;
}

/*SECTION HEADER STARTS HERE */

#header {
  padding: 15px 0;
  margin-bottom: 0px;
  background: #fff;
}

#header img {
  max-height: 45px;
}

#header .front-title h1 {
  margin-top: 3px;
}

#header .front-title h3 {
  margin: 29px 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 28px;
  font-style: italic;
}

.icons-row {
  padding: 20px 15px 0px 15px;
  background: #1287d6;
  border: 1px solid #1287d6;
}

.collection-table tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.collection-table td {
  padding: 5px 5px 0px 10px;
}

/*SECTION CONTENT STARTS HERE */

.content-wrap {
  padding: 0 30px;
}

#content {
  /*background:rgba(0,0,0,0.4);*/
}

#content .headline {
  color: #fff;
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 25px;
}

#content span.sm-headline {
  font-size: 36px;
}

#form-wrap {
  background: #fff;
  max-width: 400px;
  border-radius: 5px;
  box-shadow: 0 1px 29px 0 rgba(0, 0, 0, 0.2);
}

#main-form {
  padding: 10px 25px;
  background: #f5f5f5;
  border-radius: 5px;
}

#main-form .form-group {
  margin: 0px auto 5px;
  max-width: 335px;
}

#main-form .form-control {
  font-size: 16px;
  background: #fff;
  font-weight: 400;
  color: #111;
}

#main-form label {
  padding-left: 0px;
  padding-right: 0px;
  text-align: justify;
}

#form-head {
  border-bottom: 1px solid #eee;
  z-index: 9;
  position: relative;
}

#form-head h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 36px;
  color: #1087d5;
  /*font-style:italic;*/
  text-transform: uppercase;
}

.form-head-title {
  font-size: 32px !important;
}

#form-head h5 {
  margin-top: 0px;
  font-weight: bold;
  font-size: 21px;
}

#submit {
  font-size: 25px;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: "Oswald";
  border: 1px solid #1087d5;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1087d5+0,0d6fb1+100 */
  background: #1087d5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0d6fb1 0%, #1087d5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0d6fb1 0%, #1087d5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0d6fb1 0%, #1087d5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1087d5', endColorstr='#1087d5', GradientType=0);
  /* IE6-9 */
}

#submit:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d6fb1+0,1087d5+100 */
  border: 1px solid #1087d5;
  background: #1087d5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1087d5 0%, #0d6fb1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1087d5 0%, #0d6fb1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1087d5 0%, #0d6fb1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1087d5', endColorstr='#0d6fb1', GradientType=0);
  /* IE6-9 */
}

#submit:focus,
#submit:active {
  outline: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1087d5+0,0d6fb1+100 */
  background: #1087d5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1087d5 0%, #0d6fb1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1087d5 0%, #0d6fb1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1087d5 0%, #0d6fb1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1087d5', endColorstr='#0d6fb1', GradientType=0);
  /* IE6-9 */
}

small {
  display: block;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 10px;
  font-weight: 400;
}

/*bullet points styling custom 1 */

ul.platinum-list {
  font-size: 19px;
  font-weight: normal;
  list-style: none;
  padding-left: 0px;
  line-height: 1.3;
  padding: 25px 0px 0px 30px;
  color: #ffffff;
  border-radius: 5px;
  font-style: italic;
  font-weight: 300;
}

ul.platinum-list li {
  margin-bottom: 10px;
}

span.check {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("../img/checkmark.png") no-repeat;
  background-size: contain;
  float: left;
  margin-top: 1px;
  margin-left: -35px;
}

/*SECTION FOOTER WIDGETS STARTS HERE */

#footer-widgets {
  background: #f5f5f5;
}

#footer-widgets .col-md-6:first-child {
  border-right: 1px solid #dadada;
}

.borders .row {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dadada;
}

.borders .row:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0;
}

.borders .col-md-4 {
  border-left: 1px solid #dadada;
}

.borders .col-md-4:first-child {
  border: 0px;
}

.item {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.price span {
  font-family: "Oswald";
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  font-style: italic;
  color: #ff4404;
}

.price span span {
  float: left;
  /*font-size: 20px;*/
  margin-right: 3px;
}

/*SECTION FOOTER STARTS HERE */

#footer {
  background: #fff;
  box-shadow: 0 -1px 3px rgba(115, 115, 115, 0.32);
}

#footer-menu {
  padding: 0px;
  margin: 0px 0px 5px;
  font-size: 0;
  /* Fix for inline-block spacing between items */
}

#footer,
#footer p,
#footer a {
  font-size: 13px;
  margin: 0;
}

#footer-menu li {
  list-style: none;
  padding: 0px 10px;
  margin: 0 0 5px 0;
  display: inline-block;
  line-height: 1;
  border-right: 1px solid #eee;
}

#footer-menu li:last-child {
  border-right: 0;
}

/*thank you page starts here */

body.page,
body.thank-you {
  background: url("https://ultraautowarranty.com/id3/static/variants/1/img/header-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

body.page #content {
  padding-top: 70px;
  padding-bottom: 70px;
}

body.thank-you #content {
  padding-top: 0px;
  padding-bottom: 70px;
}

body.page #content .headline,
body.thank-you #content .headline {
  text-align: center;
  position: static;
  padding-bottom: 0px;
  color: #363636;
}

body.page #content .container,
body.thank-you #content .container {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 29px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 15px;
}

.error {
  color: #ff5722;
  font-weight: normal;
}

.mobile-text {
  font-size: 28px;
  margin-top: 10px;
}

.partners ul li {
  width: 33%;
  float: left;
}
/*_____________________________________________________________________________________________________________*/

/*RESPONSIVE MEDIA QUERY STARTS HERE */

/*_____________________________________________________________________________________________________________*/

@media screen and (min-width: 1921px) {
  body {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .partners ul li {
    width: 50%;
  }

  body {
    background: url("/img/bg-car-mobile-1.webp");
    background-position: center;
    background-size: cover;
  }

  #content span.sm-headline {
    font-size: 55px;
  }

  #form-head h3 {
    font-size: 34px;
  }

  .content-wrap {
    padding: 0 15px;
  }

  .logo img,
  .head-text {
    max-height: 35px;
  }

  .head-text {
    float: right;
  }

  .item {
    font-size: 13px;
  }

  #main-form {
    padding: 15px 11px;
  }

  #main-form .form-group .col-sm-9 {
    padding-right: 0px;
  }

  #ribbon .ribbon-title br {
    display: none;
  }

  ul.platinum-list {
    padding: 15px 0px 25px 30px;
  }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .pl0 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-size: cover;
  }

  .logo img {
    display: block;
    margin: 0 auto;
  }

  .partners ul li {
    width: 100%;
  }

  .content-wrap {
    padding: 0px;
  }

  .platinum-list {
    display: none;
  }

  #header {
    border-bottom: 1px solid #eee;
  }

  #content span.sm-headline {
    font-size: 45px;
  }

  #content {
    padding-bottom: 0px;
  }

  .pb130 {
    padding-bottom: 0px !important;
  }

  #form-wrap {
    margin: 0 auto;
  }

  #ribbon .ribbon-title {
    font-size: 28px;
  }

  #footer-widgets {
    display: none;
  }

  .shield {
    padding-top: 30px;
  }

  .content-col {
    padding: 0px;
  }

  .content-title {
    background: #fff;
    color: #363636;
    padding: 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
    line-height: 1;
  }

  .content-text {
    padding: 15px;
    background: #f5f5f5;
    display: none;
  }

  .content-text p {
    color: #363636;
  }

  #footer-widgets.opened,
  .content-text.opened {
    display: block;
  }

  .price {
    text-align: center;
  }

  #ribbon {
    padding: 15px 0px;
    box-shadow: none;
  }

  .ribbon-title-mobile {
    color: #363636;
    margin: 0px;
    text-align: left;
  }

  .content-title,
  .ribbon-title-mobile {
    font-size: 25px;
  }

  #main-form label {
    padding-top: 7px;
  }

  #footer {
    box-shadow: none;
    border-top: 1px solid #eee;
  }

  body.page {
    background: none;
  }

  body.page #content .container,
  body.thank-you #content .container {
    box-shadow: none;
    border-radius: 0px;
  }

  body.page #content,
  body.thank-you #content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 414px) {
  body {
    /*background:url('../img/bg414.jpg') no-repeat;*/
    background-attachment: fixed;
    background-size: cover;
  }

  body.thank-you {
    background: none;
  }

  /*.home #content {
		background:transparent;
	}*/

  #content .headline {
    font-size: 34px;
  }

  #form-head h3 {
    font-size: 31px;
  }

  #form-head h5 {
    font-size: 16px !important;
  }

  .mobile-text {
    font-size: 21px;
  }

  body.page #content .container .row,
  body.page #content .container .row .col-md-12,
  body.thank-you #content .container .row,
  body.thank-you #content .container .row .col-md-12 {
    padding: 0px;
    margin: 0px;
  }

  body.page #content .container,
  body.thank-you #content .container {
    padding: 30px 0;
  }

  /* Nino - CSS add for mobile version update*/

  .col-sm-9.col-xs-9 {
    margin-bottom: 1%;
    margin-top: 1%;
  }

  input#submit {
    margin-top: 4%;
    font-weight: 700;
  }

  label {
    text-align: justify;
  }

  #form-head h5 {
    font-size: 16.5px;
    font-weight: normal;
    padding-top: 6px;
  }
}

@media screen and (max-width: 375px) {
  #header {
    padding: 7px 0;
  }

  #main-form .col-xs-3 {
    width: 33%;
  }

  #main-form .col-xs-9 {
    width: 67%;
  }

  .content-title,
  .ribbon-title-mobile {
    font-size: 18px;
  }
}

body.page #content .headline,
body.thank-you #content .headline {
  text-align: center;
  position: static;
  padding-bottom: 0px;
  color: #fff;
  background: #0d6fb1;
  max-width: auto;
  padding: 15px;
  margin: auto;
}

h2.headline.hide-m {
  font-size: 36px !important;
}

/* Credit Strong style */

.credit-strong-logo {
  padding: 15px;
  background-color: #fff;
  max-width: 200px;
}

.credit-strong-offer {
  display: block;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bolder;
  margin-top: 20px;
  padding: 10px;
}

.offers-button {
  background: green;
  max-width: fit-content;
  margin: auto;
  padding: 10px 40px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}

.offers-button a {
  color: #fff;
}
.credit-strong-list {
  background: transparent;
  font-size: 18px;
}

ul.credit-strong-list {
  margin: auto;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  list-style: none;
  margin-left: -45px;
}

.credit-strong-list li {
  font-size: 16px;
}

.credit-strong-list ::marker {
  text-align: center !important;
}
.credit-strong-list li {
  line-height: 30px;
}

ul.credit-strong-list li:before {
  content: "• ";
  margin-right: 5px;
}

ul.credit-strong-list li:nth-child(1):before {
  color: green;
}

ul.credit-strong-list li:nth-child(2):before {
  color: blue;
}

ul.credit-strong-list li:nth-child(3):before {
  color: orange;
}

ul.credit-strong-list li:nth-child(4):before {
  color: yellow;
}

.email-confirm {
  display: none;
}

.offer-img {
  max-width: 335px;
  display: block;
  margin: auto;
}

#header_lp3 {
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-contact {
  width: auto;
  height: auto;
  margin: auto;
  float: right;
  background: #0d6fb1;
  font-weight: bolder;
  margin-top: 5px;
  margin-right: 15px;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.btn-contact:hover {
  background: linear-gradient(to bottom, #e67e22, #f39c12);
  transform: scale(1.05);
}

#header_lp3 {
  padding: 15px;
  margin-bottom: 0px;
  background: #fff;
}

/* Desktop View is only shown on screens ≥768px */
.desktop-only {
  display: none !important;
}
.free-quote-title-mobile {
  display: none;
}

@media (max-width: 767px) {
  .free-quote-title-mobile {
    display: block;
  }
}

@media (min-width: 768px) {
  .desktop-only {
    display: flex !important;
  }
}

/* Mobile View is only shown on screens <768px */
.mobile-only {
  display: flex !important;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #content .headline {
    text-align: center;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #content span.sm-headline {
    font-size: 36px;
  }
  #form-head h3 {
    font-size: 36px;
  }
  #content .headline {
    font-size: 36px;
  }
}

@media screen and (max-width: 425px) {
  #form-head h3 {
    font-size: 39px;
    font-weight: bolder;
    padding: 5px;
  }
  #form-head h5 {
    font-weight: normal;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lead-list-title {
    text-align: center;
  }
}

.form-information {
  padding-bottom: 15px;
  width: 100%;
  margin: auto;
  text-align: left;
  font-size: 17px;
}

.form-information-2 {
  padding-bottom: 0px;
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 17px;
}

.carousel {
  background: #f5f5f5;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}

.carousel h2 {
  margin: 0 0 10px;
  font-size: 28px;
  color: #323232;
  font-weight: bolder;
  padding-bottom: 10px;
}

.models {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.model {
  background: #1287d6;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
}

.model:hover {
  background: #0969a8;
}

.controls {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow {
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px 16px;
  background: #e0e0e0;
  border-radius: 50%;
  transition: background 0.2s;
}

.arrow:hover {
  background: #ddd;
}

.dots {
  display: none;
}

h1.free-quote-title {
  font-size: 40px;
}

/* UltraAuto call-in CTA offer */
.call-offer-wrap {
  text-align: center;
  padding: 10px 15px;
  margin: auto;
  max-width: 480px;
  background: #449d440f;
  border: 2px solid #2e7d32;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  font-family: sans-serif;
  color: #000;
}

.call-offer-title {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.call-offer-wrap p {
  margin-bottom: 18px;
  line-height: 1.5;
  font-size: 18px;
}

p.call-offer-hours {
  font-size: 12px;
}

.call-offer-btn {
  display: inline-block;
  background: #2e7d32;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background 0.2s ease;
}

.call-offer-btn:hover {
  background: #1b5e20;
  color: #fff;
  text-decoration: none;
}

.call-offer-hours {
  font-size: 11px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 14px;
  border-top: 1px solid #e0e0e0;
}

h3.subheadline {
  padding: 20px;
  font-family: "open sans", sans-serif;
  font-size: 18px;
}

@media (max-width: 600px) {
  .call-offer-wrap {
    margin-left: 16px;
    margin-right: 16px;
  }

  h2.headline {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  body.thank-you img.site-logo {
    margin-left: 16px;
  }

  .btn-contact {
    margin-right: 8px;
    padding: 8px 12px;
  }
}

/* Thank You Page Custom Styles */

body.thank-you,
.thank-you #content,
.thank-you #header,
.thank-you #footer {
  background: #f4f5f5;
}

.thank-you #footer {
  box-shadow: 0px 0px 0px white;
}

.thank-you .brightoffer {
  text-decoration: none !important;
  text-align: center;
}

.thank-you .bhm-headline {
  font-size: 26px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.thank-you .bhm-offer-text {
  font-size: 18px;
}

.thank-you .bhm-cta-button {
  margin-top: 20px;
}

.thank-you .bhm-cta-button .btn-primary {
  background-color: orange;
  border: 0px;
  font-size: 24px;
  font-weight: 800;
  min-width: 350px;
}

.thank-you .offer {
  font-weight: bold;
  display: block;
  font-size: 18px;
}

.thank-you .fidelity {
  display: block;
  background: #208656;
  padding: 10px 20px;
  max-width: 210px;
  margin: 0 auto;
  color: white;
  border-radius: 5px;
}

.thank-you .credit-btn {
  display: block;
  background: #ea9821;
  padding: 10px 20px;
  max-width: 250px;
  margin: 0 auto;
  color: white;
  border-radius: 5px;
}

.thank-you #call-box {
  display: none;
}

.thank-you .matching-state {
  display: block;
  padding: 18px 16px;
  margin: 0px auto 0;
  max-width: 520px;
  background: #ffffff;
  border-radius: 10px;
  color: #333;
  font-size: 14px;
}

.thank-you .matching-spinner {
  width: 48px;
  height: 48px;
  border: 3px solid #d9e6ea;
  border-top-color: #0d6fb1;
  border-radius: 50%;
  margin: 0 auto 30px;
  animation: matching-spin 0.9s linear infinite;
}

.thank-you .matching-dots span {
  display: inline-block;
  animation: matching-dots 1.2s infinite;
  opacity: 0.2;
}

.thank-you .matching-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.thank-you .matching-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes matching-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes matching-dots {
  0%,
  80%,
  100% {
    opacity: 0.2;
  }

  40% {
    opacity: 1;
  }
}
