/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.img-box-style {
    border: 1px solid #00780b;
    height: 100%;
}
.service-row .col-inner {
    height: 100%;
}
.title-style-1 h1,
.title-style-1 h2,
.title-style-1 h3,
.title-style-1 h4,
.title-style-1 h5,
.title-style-1 h6 {
    background: #ee7400;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
}
.list-style-1 ul {
    padding: 20px 15px;
    margin: 0;
    border: 1px solid #ee7400;
    border-top: none;
    list-style-type: none;
}
.list-style-1 ul li {
    position: relative;
    padding-left: 30px;
    margin-left: 0 !important;
}
.list-style-1 ul li:last-child {
    margin-bottom: 0;
}
.list-style-1 ul li::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('../../uploads/2025/06/check.png') no-repeat center / contain;
}
.txt-box-style-1 p:last-of-type {
    margin-bottom: 0;
}

.list-style-2 ul {
    margin: 0;
    list-style-type: none;
}
.list-style-2 ul li {
    position: relative;
    padding-left: 30px;
    margin-left: 0 !important;
}
.list-style-2 ul li:last-child {
    margin-bottom: 0;
}
.list-style-2 ul li::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('../../uploads/2025/06/check.png') no-repeat center / contain;
}
.about-txt-box p:last-of-type {
    margin-bottom: 0;
}
.ft-list ul {
    margin: 0;
    list-style-type: none;
}
.ft-list ul li {
    margin-left: 0 !important;
}
.ft-list ul li:last-child {
    margin-bottom: 0;
}

.mg-bt-0 {
    margin-bottom: 0;
}
.mg-bt-0 * {
    margin-bottom: 0;
}

.pd-bt-0 {
    padding-bottom: 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}