html {
    height: 100%;
    height: calc(100vh - 0px);
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    /* height: calc(100vh - 0px); */
}

.body-wrapper, .body-innerwrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#sp-main-body {
    flex: 1 0 auto;
}

#sp-footer {
    flex: 0 0 auto;
}

.text-li ul {
    overflow: hidden;
    padding: 0 0 20px;
}

.text-li ul li {
    padding: 10px 30px;
    position: relative;
}

.text-li ul li:before {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #fff;
    border: 1px solid #Eb711f;
    border-radius: 1px;
    content: '';

}

.pagination-block {
    display: flex;
    width: 100%;
}

ul.pagination {
    width: 100%;
    justify-content: center;
    border-radius: 0;
    position: relative;
    margin-top: 0px;
    border-bottom: 1px solid #e3e3e3;
}

ul.pagination li {
    padding: 0px 5px;
}

ul.pagination li a.active {
    font-weight: bold;
}

.white-popup-block {
    width: 600px;
    max-width: 100%;
    /* height: 480px; */
    background-color: #eb711f;
    box-shadow: 0 0 0 0 #ffffff;
    padding: 40px!important;
}

.white-popup-block input[type="text"] {
    font-size: 18px;
    border-width: 0 0 0 0;
    border-style: solid;
    border-radius: 200px;
    height: 50px;
    transition: .35s;
}

.ajax_form .error {
    border: 2px solid brown!important;
}

.section-list-left-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.section-list-left, .section-list-right {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-list-left-right img {
    border-radius: 15px;
    /*height: 100%;*/
    width: auto;
    background-size: cover;
}
.section-list-left-right.section-list-reverse {
    flex-direction: row-reverse;
}

.sppb-addon-title {
    padding: 20px;
}

.sppb-btn {
    white-space: inherit;
}

.slick-prev:before, .slick-next:before {
    color: #Eb711f!important;
}

.slick-dots li button:before {
    color: #Eb711f!important;
}

.sppb-services {
    display: flex;
    flex-wrap: wrap;
}

.sppb-services .sppb-addon-wrapper {
    width: 33.3%;
    padding:10px
}

.reviews-block-content-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-content .content-404-block {
  justify-content: center;
  text-align: center;
}

.sppb-addon-wrapper {
    margin-top: 10px;
}

.sppb-addon-animated-heading .sppb-addon-title {
    font-size: 30px;!important;
    font-weight: 400;!important;
    color: #4e5465;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

.form-section textarea[type="text"] {
    background: #eb711f;
    color: #ffffff;
    font-size: 18px;
    border-width: 0 0 0 0;
    border-style: solid;
    border-radius: 200px;
    height: 50px;
    transition: .35s;
}

.section-conditions {
    padding-bottom: 30px;
}

#sp-footer {
    font-size: 14px;
    padding: 0;
    border-top: solid 1px #e3e3e3;
    border-bottom: none;!important;
}

.image-layout-preset-style-poster {

    justify-content: center;
}

table {
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    width: 100%;
}

table tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

table td, table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table td p {
    margin: 0px;
}







.slick-slide img {
    padding: 5px;
}
.slick-slider {
    margin: 0 15px 0 15px;
}

.conditions-gallery li {
    display: inline-block;
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    width: 33.3%;
}

@media (max-width: 1023px) {
    .image-layout-preset-style-poster .sppb-addon-image-layout-content {
        position: inherit;
        margin: 0px;
        padding: 15px;
        border-radius: 16px;
        margin-top: 16px;
    }

    .sppb-addon-image-content.aligment-left .sppb-content-holder {
        /* padding: 120px 0 120px 50px; */
        padding: 10px;
    }

    .sppb-btn {
        white-space: inherit!important;
    }
}

@media (max-width: 768px) {
    .sppb-addon-image-content.aligment-right .sppb-content-holder  {
        padding: 10px;
    }
    .sppb-services .sppb-addon-wrapper {
        width: 50%;
        padding: 10px;
    }
}

@media (max-width: 479px) {
    .section-list-left-right, .section-list-left-right.section-list-reverse {
        flex-direction: column;
    }
    .sppb-services .sppb-addon-wrapper {
        width: 100%;
        padding: 10px;
    }

    .table-horiz-scroll {
        max-width: 479px;
        overflow: auto;
    }

}