/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.header {
  position: relative;
  z-index: 9;
}

.header.header-interiors {
  background-image: initial;
  background-color: transparent !important;
}

.hero {
  display: none;
}

.breadcrumb-container {
  display: none !important;
}

.main-wrapper {
  margin-top: -150px;
}

.main-wrapper .definitive-guide .menu-chapters {
  background: url(../images/abstract-blue-bg.jpg);
  background-size: cover;
}

.main-wrapper .definitive-guide .menu-chapters svg {
  position: relative;
  top: 2px;
}

.main-wrapper .definitive-guide .menu-chapters svg path {
  fill: #fff;
}

.main-wrapper .definitive-guide .chapters-info .container {
  padding-bottom: 65px;
}

.main-wrapper .definitive-guide .chapters-info:nth-child(even) {
  background: #fff;
}

.main-wrapper .definitive-guide .chapters-info:nth-child(even) .svg-bottom {
  position: relative;
  top: 2px;
}

.main-wrapper .definitive-guide .chapters-info:nth-child(even) .svg-bottom path {
  fill: #ececec;
}

.main-wrapper .definitive-guide .chapters-info:nth-child(odd) {
  background: #ececec;
}

.main-wrapper .definitive-guide .chapters-info:nth-child(odd) .svg-bottom {
  position: relative;
  top: 2px;
}

.main-wrapper .definitive-guide .chapters-info:nth-child(odd) .svg-bottom path {
  fill: #fff;
}

.main-wrapper .definitive-guide .chapters-info:last-child .svg-bottom {
  display: none;
}

.main-wrapper .definitive-guide .col-12 {
  padding-top: 200px;
}

.main-wrapper .definitive-guide .col-12.np-p {
  padding-top: 0px;
}

.main-wrapper .definitive-guide .col-12 .banner-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px !important;
}

.main-wrapper .definitive-guide .col-12 .chapters-title {
  border-bottom: 1px solid #4781cb;
}

.main-wrapper .definitive-guide .col-12 .chapters-title span {
  padding: 20px 45px;
  background: #4781cb;
  display: inline-block;
  font-family: var(--secondary-font), sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .main-wrapper .definitive-guide .col-12 .chapters-title span {
    padding: 25px 50px;
  }
}
.main-wrapper .definitive-guide .col-12 .items {
  padding-left: 0px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.main-wrapper .definitive-guide .col-12 .items li {
  width: 50%;
}

@media screen and (min-width: 992px) {
  .main-wrapper .definitive-guide .col-12 .items li {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .main-wrapper .definitive-guide .col-12 .items li {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .main-wrapper .definitive-guide .col-12 .items li {
    width: 20%;
  }
}
.main-wrapper .definitive-guide .col-12 .items li a {
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

@media screen and (min-width: 768px) {
  .main-wrapper .definitive-guide .col-12 .items li a {
    height: 211px;
    width: 211px;
  }
}
.main-wrapper .definitive-guide .col-12 .items li a:hover {
  border: 7px solid #ffd67e;
}

.main-wrapper .definitive-guide .col-12 .items li a img {
  width: 40%;
}

@media screen and (min-width: 768px) {
  .main-wrapper .definitive-guide .col-12 .items li a img {
    width: auto;
  }
}
.main-wrapper .definitive-guide .col-12 .items li .title {
  padding-top: 30px;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  text-transform: uppercase;
  color: #ffd67e;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1.5px;
}

.main-wrapper .definitive-guide .col-12 .items li .subtitle {
  padding-top: 15px;
  max-width: 240px;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .main-wrapper .definitive-guide .col-12 .items li .subtitle {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 992px) {
  .main-wrapper .definitive-guide .col-12 .items li .subtitle {
    margin-left: initial;
    margin-right: initial;
  }
}
.main-wrapper .definitive-guide .content-chapters {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper .definitive-guide .content-chapters .box h2 {
  color: #152C5E;
}

.main-wrapper .definitive-guide .content-chapters .box .images {
  text-align: center;
}

.main-wrapper .definitive-guide .content-chapters .box .title {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  font-family: var(--secondary-font), sans-serif;
  text-transform: uppercase;
  color: #4781cb;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1.5px;
}

.main-wrapper .definitive-guide .content-chapters .box .info p a {
  text-decoration: underline;
}

.main-wrapper .definitive-guide .content-chapters .box .info ul {
  padding-left: 0px;
  margin-top: 45px;
}

.main-wrapper .definitive-guide .content-chapters .box .info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.main-wrapper .definitive-guide .content-chapters .box .info ul li .icon {
  margin-right: 20px;
  position: relative;
  min-width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  background-position: center;
  border: 1px solid #f9f9f9;
}

.main-wrapper .definitive-guide .content-chapters .box .info ul li .icon img {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(27%, 27%);
}

.main-wrapper .definitive-guide .content-chapters .box .info ul li:last-child {
  border: 0px;
}

.main-wrapper .definitive-guide .content-chapters .box .info .check-list li {
  padding-bottom: 0px;
  margin-bottom: 21px;
  border: 0px;
}

.main-wrapper .definitive-guide .content-chapters .box .info .check-list li:before {
  content: "";
  background: url(../images/checkmark.png);
  width: 37px;
  height: 38px;
  top: -3px;
  margin-right: 15px;
}

/*# sourceMappingURL=car-definitive-guide.css.map*/