.wrap__header--bar--top {
    background: #185d6f;
}

.wrap__header--bar--bottom {
    background: #107f94;
}

.float-ul {
    float: left;
    margin: 0 10px;
}

.wrap__layout--alt-image--inner {
    background-image: url(/storage/app/media/testimonials-bg-01.png);
}

.page__title {
    text-align: center;
}

.col-xs-6 {
    width: 50% !important;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.small-table {
    width: 40%;
}

.css-only-modal-check:checked ~ .css-only-modal {
    opacity: 1;
    pointer-events: auto;
}

#css-only-modals {
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    text-align: center;
    white-space: nowrap;
    height: 100%;
}

hr.style-eight {
    overflow: visible;
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

hr.style-eight:after {
    content: "!";
    display: inline-block;
    position: relative;
    top: -.7em;
    font-size: 1.5em;
    padding: 0 .25em;
    background: #fff;
    font-family: FontAwesome;
}

#screen-shade {
    opacity: 0;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity .8s;
}

.btn-primary {
    color: #fff;
    background-color: #777;
    border-color: #777;
    border-radius: 50%!important;
    padding: 6px 12px;
    font-family: cursive;
    position: absolute;
    top: -15px;
    cursor: pointer;
    right: -15px;
    font-weight: 700;
}

.css-only-modal h3, .css-only-modal h2 {
    text-align: center !important;
}

.css-only-modal {
    text-align: center !important;
    width: 700px;
    background: #fff;
    z-index: 1;
    display: inline-block;
    position: relative;
    pointer-events: auto;
    padding: 25px;
    text-align: right;
    border-radius: 4px;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    pointer-events: none;
    max-width: 90%;
    box-shadow: 0 0 50px #000;
}

#css-only-modals:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}

.css-only-modal-check {
    pointer-events: auto;
    display: none;
}

td {
    border: none !important;
}

.wrap__page-content--inner a {
    color: #107f94 !important;
    text-decoration: unerline;
}


h1, h2 {
    color: #107f94 !important;
}

.slider__title {
    text-shadow: 1px 1px 3px rgb(0 0 0 / 35%);
    color: white !important;
}


.img-left {
float: left;
margin-right: 20px;
margin-top: 10px;
margin-bottom: 10px;
}

.img-right {
float: right;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
}

.featuredblock__container {
    padding: 35px 20px 25px;
}

@media (max-width:768px){
    .wrap__additional-components{
        flex-wrap: wrap;
    }
}

@media (max-width: 425px) {
.img-left, .img-right, .img-left-clear, .img-right-clear, .img-left-ul {
float: none;
margin-left: auto;
margin-right: auto;
clear: none;
display: block;
}

iframe {
width: 100%;
height: 100%;
}

 .fax-number{
    display:none;
} 
}

