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

/*************** ADD CUSTOM CSS HERE.   ***************/
.iconm .circle, .circle img {
    border-radius: 0 !important;
}
section.green .icon-box {
    background: #fff;
    margin-bottom: 50px;
    padding: 35px;
    border-radius: 10px;
}
section.green .icon-box.icon-boxl {
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
        padding-bottom: 15px;
}
section.conservation {
    padding: 50px 150px;
}
section.conservation .box-bounce .box-text {
    background: #fff;
}
section.green .checkrow {
    background: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}
section.green .checkrow .col-inner {
        background: #ececec;
    border-radius: 5px;
    max-width: 350px;
    max-height: 90px;
    padding: 5px 10px;
    margin: 0 auto;
}
section.green .checkrow .col-inner h3 {
    font-size: 25px;
    font-weight: 700;
    color: #EFC000;
    margin-bottom: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}
