html,body{
  overflow-x: hidden !important;
}

.lista svg{
  width: 20px;
  height: 20px; 
}
.testimonial .testimonial-item::before {
    height: calc(100%);
}
.testimonial .testimonial-item .testimonial-quote-left {
    top: -30px;
    border: 2px solid #f7f7f7;
}
.testimonial .testimonial-item .testimonial-quote-right {
    border: 2px solid #f7f7f7;
}
.testimonial .testimonial-item .testimonial-text {
    padding: 40px 0;
}
.testimonial-carousel .owl-stage-outer {
   padding-top: 30px !important;
   margin-top: 0;
}

.footer{
  background-color: #646464 !important;
  color: #fff;
}

.footer .footer-item a:hover {
    color: #bdbdbd;
}

.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #014d64;
    border-color: #014d64;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #000;
    background-color: #014d64;
    border-color: rgb(1, 77, 100);
    box-shadow: 0 0 0 .25rem rgba(1, 77, 100, .5);
}

.btn.btn-primary:hover {
   
    color: #fff;
}

.offer-section .nav a.accordion-link.active {
    background: #fff;
}
.offer-section .nav a.accordion-link.active h5 {
    color: rgb(17, 17, 17)
}

.cc-banner.cc-bottom{
    background-color:#ddd;
}


.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    background-color:#014d64 !important;
    color: #fff !important;
}