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

/*************** ADD CUSTOM CSS HERE.   ***************/
.banner {
    background-color: #ffffff00 !important;
}
.col-inner ul li {
    margin-left: 0;
}
.custom-ul1 ul li {
    list-style-type: none;
    padding-left: 24px;
    position: relative;
    counter-increment: linum;
}
.custom-ul1 ul li:before {
    top: 4px;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2265.21232644855239px%22%20height%3D%2269px%22%20%20viewBox%3D%220%200%201792%201896.0833%22%20class%3D%22%22%20fill%3D%22rgba(160%2C%20255%2C%201%2C%201.0)%22%3E%20%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224H32q-14%200-23-9t-9-23V800q0-14%209-23t23-9h1248V544q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
}
.custom-ul2 ul li {
    list-style-type: none;
    padding-left: 24px;
    position: relative;
    counter-increment: linum;
}
.custom-ul2 ul li:before {
    top: 4px;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22rgba(255%2C%201%2C%201%2C%201)%22%3E%20%3Cpath%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013%2013-5.832%2013-13S23.168%203%2016%203zm0%202c6.087%200%2011%204.913%2011%2011s-4.913%2011-11%2011S5%2022.087%205%2016%209.913%205%2016%205zm-1.78%204.28l-1.44%201.44L18.064%2016l-5.282%205.28%201.44%201.44%206-6%20.686-.72-.687-.72-6-6z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
}
.custom-ul3 ul li {
    list-style-type: none;
    padding-left: 24px;
    position: relative;
    counter-increment: linum;
}
.custom-ul3 ul li:before {
    top: 4px;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%2300aeef%22%3E%20%3Cpath%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013%2013-5.832%2013-13S23.168%203%2016%203zm0%202c6.087%200%2011%204.913%2011%2011s-4.913%2011-11%2011S5%2022.087%205%2016%209.913%205%2016%205zm-1.78%204.28l-1.44%201.44L18.064%2016l-5.282%205.28%201.44%201.44%206-6%20.686-.72-.687-.72-6-6z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
}
.button.secondary {
    color: #000;
}
.ladi-line {
    position: relative;
    width: 100%;
    padding: 8px 0px;
    border-top: 3px solid rgb(196, 209, 20);
}
.ladi-line .ladi-line-container {
    border-bottom: 0 !important;
    border-right: 0 !important;
    width: 100%;
    height: 100%;
}
.line-center {
    left: 412.5px;
}
.ladi-group {
    position: absolute;
    width: 100%;
    height: 100%;
}
.custom-p .col {
    padding-bottom: 0;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .line-center {
        left: 80.5px;
    }
}