h1 {
  font-family: Lora, serif;
}

h2 {color:#2568a9;}

h6 {
  font-family: 'Libre Franklin', sans-serif;
}

a {
  font-family: 'Libre Franklin', sans-serif;
  text-decoration: none;
}

p {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 16px;
}

.custom-input-class {margin-bottom:20px;}

#custom-form-id .btn {
  background-color: #a8051a;
  margin-top: 10px;
}

.custom-label-class {
  font-family: arial;
  font-weight: bold;
}

.custom-error-class {
  color: red;
  font-family: arial;
  font-size: 10pt;
}

.btn {
  font-size: 20px;
}

.affiliate-logo {
  width: 150px;
}

.affiliate-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

.submenu-list-item {
  padding-left: 13px;
  margin-top: -8px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgb(206,211,215);
}

.submenu-list-link {
  color: var(--bs-emphasis-color);
  font-family: 'Libre Franklin', sans-serif;
}

.service-block {
  font-family: 'Roboto Flex', sans-serif;
}

.service-block:hover {
  background-color: #f2f1f1;
}

.why-choose-icon {
  width: 65px;
  height: 65px;
  margin-bottom: 8px;
}

.why-choose-title {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.list-group-item.active {
  background-color: #890715;
}

.list-group-item.active span {
  color: white;
}

.sub-menu-head-link {
  padding-left: 16px;
  padding-top: 0px;
}

.sub-menu-head-link:hover {
  text-decoration: underline;
}

p a:link {
  color: #a8051a;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-danger);
}

#right-sub-section ul a:link {
  color: #a8051a;
}

#right-sub-section ul a:link:hover {
  text-decoration: underline;
}

.coupon {
  padding-right: 6px;
  border-width: 3px;
  text-align: center;
  padding-left: 6px;
  margin-top: 0px;
  margin-bottom: 10px;
}

a.dropdown-item {
  text-align: left;
}

@media (min-width: 300px) {
  #pc-quicklinks {
    display: none;
  }
}

@media (min-width: 768px) {
  .service-block {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  #service-block-2 {
  }
}

@media (min-width: 768px) {
  #service-block-3 {
  }
}

@media (min-width: 992px) {
  #pc-quicklinks {
    display: block;
  }
}

@media (min-width: 992px) {
  #mennu-call-button {
    display: none;
  }
}

@media (min-width: 992px) {
  #stripe-heading {
    margin-right: 35px;
  }
}

@media (max-width: 1198px) {
  a.dropdown-item {
    text-align: center;
  }
}

.red-button {
  background-color: #c52328;
  border: none;
}

.red-button:hover {
  background-color: #a8051a;
}

#installation-block {
  background-color: #105178;
}

#installation-block:hover {
  background-color: #185f89;
}

#repair-block {
  background-color: #1890d5;
}

#repair-block:hover {
  background-color: #2294d6;
}

#maintenance-block {
  background-color: #c52328;
}

#maintenance-block:hover {
  background-color: #d64145;
}

#specialoffer-block {
  background-color: #780a0d;
}

#specialoffer-block:hover {
  background-color: #8e1518;
}

.blue-button {
  background: #1082c4;
  border: none;
}

.blue-button:hover {
  background: #0e76b2;
}

@media (min-width: 300px) {
  .sub-pic-left {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .sub-pic-left {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .sub-first-block {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}

@media (min-width: 300px) {
  #sub-page-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  #sub-page-title {
    padding-bottom: 19px;
    padding-top: 80px;
  }
}

