/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 641px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 769px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1025px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1141px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5em 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0071A6;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.sec-windshield-replacement {
  padding-top: 30px;
  padding-bottom: 60px;
}
.sec-windshield-replacement h1 {
  margin-bottom: 6px;
  margin-top: 0px;
}
.sec-windshield-replacement p.font-color-light {
  margin-bottom: 28px;
}

.sec-difference {
  padding-bottom: 54px;
}
.sec-difference .intro {
  margin-bottom: 80px;
  line-height: 32px;
}
.sec-difference h3 {
  margin-top: 0%;
  margin-bottom: 32px;
}
.sec-difference i {
  font-size: 44px;
}
.sec-difference .card {
  padding: 26px 15px;
  padding-left: 0px;
  display: flex;
}
.sec-difference .card .icon {
  padding: 14px;
  display: flex;
  align-items: center;
  height: fit-content;
  background: #F1F1F1;
  margin-right: 12px;
}
.sec-difference .card .header {
  font-size: 18px;
  margin-bottom: 20px;
}
.sec-difference .card .content h4 {
  margin-top: 0px;
}

.sec-fix-rock {
  background: #00AEFF19;
  padding-top: 55px;
  padding-bottom: 41px;
}
.sec-fix-rock h2 {
  margin-top: 0%;
  width: 60%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .sec-fix-rock h2 {
    width: 100%;
  }
}
.sec-fix-rock .image-card {
  background: white;
  margin-bottom: 57px;
  box-shadow: 0px 0px 9px #00000026;
}
.sec-fix-rock .image-card p {
  font-size: 16px;
  padding: 0px 50px 28px;
}
.sec-fix-rock .image-card .icon {
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 55px;
  top: -27.5px;
}
.sec-fix-rock .image-card .icon i {
  border: 3px solid #FFFFFF;
  border-radius: 50%;
}
.sec-fix-rock h3 {
  font-weight: 700;
  color: #002945;
  margin-bottom: 35px;
}
.sec-fix-rock p {
  margin-bottom: 33px;
}

#sec-faqs .faq-div {
  padding: 20px 0;
  border-bottom: 1px solid #0071A6;
}

.sec-services {
  padding: 80px 0px 66px;
}
.sec-services h3 {
  margin-top: 0%;
  margin-bottom: 0;
}
.sec-services p {
  min-height: 160px;
}
@media screen and (max-width: 768px) {
  .sec-services p {
    min-height: unset;
  }
}
.sec-services a {
  margin-top: 26px;
}
.sec-services .card .card-img {
  overflow: hidden;
}
.sec-services .card .card-img picture,
.sec-services .card .card-img img {
  width: 100%;
  min-width: 100%;
}
.sec-services .card .card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #B2B2B2;
}
.sec-services .card .card-title h4 {
  padding-left: 18px;
  margin-top: 27px;
  margin-bottom: 18px;
  height: 47px;
  position: relative;
  width: 68%;
}
.sec-services .card .card-title h4 .line {
  position: absolute;
  left: 0;
  height: 47px;
  width: 5px;
  background-color: #00AEFF;
  border-radius: 99px;
}
@media screen and (max-width: 768px) {
  .sec-services .card .card-title h4 {
    width: 100%;
  }
}
.sec-services .card .card-title .icon-windshield-replace {
  font-size: 30px;
}
.sec-services .card .card-title .icon-other-windshield {
  font-size: 58px;
}
.sec-services .card .card-title .icon-accessories {
  font-size: 38px;
}
.sec-services .card p {
  margin-top: 8px;
}
.sec-services .card a {
  margin-top: 6px;
}