html {
  scroll-behavior: smooth;
}
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.color-red {
  color: red;
}
.h-20 {
  height: auto;
}

.owl-controls {
  display: none;
}
.custom-title {
  margin-top: 20px;
}

.item-grid {
  min-height: 200px;
}


.price-box {
  min-height: 350px;
  padding: 40px 10px !important;
}

.pricing {
  margin-bottom: 0;
}

.btn.btn-select-plan.btn-sm {
  position: absolute;
  bottom: 20px;
  right: 20%;
  width: 60%;
}
.btn.btn-select-plan.btn-sm:hover {
  background-color: #0147ff !important;
}

@media screen and (min-width: 769px) {

}

@media screen and (min-width: 992px) {
  .h-320 {
    height: 380px;
  }
  .price-box {
    min-height: 430px;
    padding: 40px 10px !important;
  }

}

@media screen and (min-width: 1200px) {
  .h-320 {
    height: 320px;
  }
}

.fh5co-section-divider {
  margin-top: 30px;
  padding-top: 60px;
  border-top: 1px solid #eaeaea;
}
@media screen and (max-width: 767px) {
  .fh5co-section-divider {
    margin-top: 15px;
    padding-top: 40px;
  }
}

/* Serviciile noastre */
.fh5co-services-static {
  margin-bottom: 0;
}
.fh5co-service-category {
  border-bottom: 1px solid #eaeaea;
}
.fh5co-service-category:first-child {
  border-top: 1px solid #eaeaea;
}
.fh5co-service-category:last-child {
  border-bottom: none;
}
.fh5co-service-category-heading {
  padding: 22px 0;
}
.fh5co-service-category-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.fh5co-service-category-title i {
  color: var(--primary-color-1);
  font-size: 20px;
  width: 32px;
  display: inline-block;
  text-align: center;
}
.fh5co-service-category-body {
  padding: 0 0 30px 0;
  text-align: left;
}
.fh5co-service-category-body > .panel-body > p {
  margin-bottom: 20px;
}
.fh5co-service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
.fh5co-service-items:before,
.fh5co-service-items:after {
  display: none;
}
.fh5co-service-item {
  position: relative;
  float: none;
  padding: 0 15px 30px 55px;
  text-align: left;
}
.fh5co-service-item > i {
  position: absolute;
  top: 2px;
  left: 15px;
  font-size: 24px;
  color: var(--primary-color-1);
}
.fh5co-service-item .desc h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #000;
}
.fh5co-service-item .desc p {
  font-size: 14px;
  color: #8f8f8f;
  margin-bottom: 0;
  line-height: 1.6;
}
.fh5co-service-sublist {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #8f8f8f;
}
.fh5co-service-sublist li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}
.fh5co-service-sublist li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-color-1);
}
@media screen and (max-width: 767px) {
  .fh5co-service-item {
    padding-left: 45px;
  }
}

/* CTA contact info */
.fh5co-contact-info {
  margin-top: 50px;
}
.fh5co-contact-info > div {
  margin-bottom: 30px;
}
.fh5co-contact-info > div:last-child {
  margin-bottom: 0;
}
.fh5co-contact-info i {
  display: inline-block;
  font-size: 30px;
  color: var(--primary-color-1);
  margin-bottom: 15px;
}
.fh5co-contact-info h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.fh5co-contact-info p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.fh5co-contact-info p a {
  color: #fff;
}
.fh5co-contact-info p a:hover,
.fh5co-contact-info p a:focus {
  color: var(--primary-color-1);
}

/* Intrebari frecvente (FAQ) */
#fh5co-faq-section {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-faq-section {
    padding: 3em 0;
  }
}
.fh5co-faq-accordion.panel-group {
  margin-bottom: 0;
}
.fh5co-faq-accordion .panel {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: none;
  margin-bottom: 0;
}
.fh5co-faq-accordion .panel:first-child {
  border-top: 1px solid #e0e0e0;
}
.fh5co-faq-accordion .panel-heading {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.fh5co-faq-accordion .panel-title {
  margin: 0;
  font-size: 17px;
}
.fh5co-faq-accordion .panel-title a {
  display: block;
  position: relative;
  padding: 20px 40px 20px 0;
  color: #000;
  font-weight: 700;
}
.fh5co-faq-accordion .panel-title a:hover,
.fh5co-faq-accordion .panel-title a:focus {
  color: var(--primary-color-1);
  text-decoration: none;
}
.fh5co-faq-accordion .panel-title a .indicator {
  position: absolute;
  right: 0;
  top: 24px;
  font-size: 13px;
  color: #b7b7b7;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.fh5co-faq-accordion .panel-title a:not(.collapsed) .indicator {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--primary-color-1);
}
.fh5co-faq-accordion .panel-body {
  padding: 0 0 25px 0;
  text-align: left;
}
.fh5co-faq-accordion .panel-body p {
  color: #8f8f8f;
  margin-bottom: 0;
}


/* 992px for prices */