.custom-list {
    list-style-type: none;
    counter-reset: list-counter;
    padding-left: 0;
    font-weight: 500;
}

.custom-list li {
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {    
    .custom-list li {
        margin-bottom: 10px;
    }
}

.custom-list li:last-child {
    margin-bottom: 0;
}


.custom-list li::before {
    content: counter(list-counter) ") ";
    counter-increment: list-counter;
}

/* Owl carousel  */
.owl-carousel {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    font-size: 20px;
}

.testimononial-profile-img {
    width: 100px !important;
    height: 100px !important;
}

.testimonials-section .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.testimonials-section .owl-carousel .owl-item {
    padding: 10px;
}

.second-tr th {
    border-left: 0;
    border-right: 0;
}

.owl-nav {
    position: absolute;
    top: 20px !important;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
    font-size: 50px;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
}

.button-tab {
    background-color: #999;
    border-color: #999;
    color: #fff;
}

.button-tab.active {
    background-color: #E6913A;
    border-color: #E6913A;
}

.tab-content {
    border: 2px solid #E6913A;
    padding: 10px 30px;
    background: #fefefe;
}

.green-properties .owl-nav .owl-prev span,
.green-properties .owl-nav .owl-next span {
    color: #fff;
}

.intelligence-types ul li {
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    .owl-carousel p,
    .intelligence-types ul li,
    .tab-content {
        font-size: 14px;
    }
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}