    .page-wrapper {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .wrapper-emarketing {
        margin: 0 !important;
        background: #eeeef1;
    }
    
    .container-fluid {
        padding: 0 !important;
    }
    
    .content-emarketing {
        max-width: 1280px;
        margin: 0 auto;
        padding-bottom: 1.5rem;
    }
    
    .box-web-horizontal {
        background: #2e3646;
    }
    
    .slideThree {
        width: 80px;
        height: 26px;
        background: #333;
        position: relative;
        border-radius: 50px;
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    }
    
    .slideThree:after {
        content: 'OFF';
        color: #000;
        position: absolute;
        right: 10px;
        z-index: 0;
        font: 12px/26px Arial, sans-serif;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
    }
    
    .slideThree:before {
        content: 'ON';
        color: #27ae60;
        position: absolute;
        left: 10px;
        z-index: 0;
        font: 12px/26px Arial, sans-serif;
        font-weight: bold;
    }
    
    .slideThree label {
        display: block;
        width: 34px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1;
        background: #fcfff4;
        background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        border-radius: 50px;
        transition: all 0.4s ease;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    }
    
    .slideThree input[type=checkbox] {
        visibility: hidden;
    }
    
    .slideThree input[type=checkbox]:checked+label {
        left: 43px;
    }
    
    .col-md-4 {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .box-web-horizontal {
        border-radius: 5px;
        padding: 25px;
        color: #fff;
        min-height: 248px;
    }
    
    .logo-ads {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
    }
    
    .logo-ads img {
        width: 45%;
        ;
    }
    
    .information-box {
        display: flex;
        justify-content: space-between;
        padding-bottom: 69px;
    }
    
    .box-horizontal {
        display: grid;
    }
    
    .name-box span {
        font-size: 1.3rem;
        font-weight: 500;
    }
    
    .list-data {
        display: flex;
        justify-content: space-between;
        padding: 3px 0;
    }
    
    .list-data span {
        font-size: 13px;
        font-weight: 500;
    }
    
    .box-horizontal span {
        font-size: 13px;
        line-height: 1.5rem;
        color: #a9a9a9;
        font-weight: bold;
    }
    
    .cost span em {
        color: #fff;
        font-size: 1.3rem;
        font-weight: 500;
    }
    
    .box-horizontal span:nth-child(2) {
        font-size: 1.7rem;
        font-weight: 500;
        letter-spacing: -1px;
        color: #fff;
    }
    
    .name-box {
        padding-bottom: 20px;
    }
    
    .click-manage {
        text-align: right;
    }
    
    .click-manage a {
        padding: 10px 22px;
        background: #4cae50;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 700;
        border-radius: 5px;
    }
    
    .click-manage a:hover {
        background: #4a994e;
    }
    
    em {
        color: #a9a9a9;
        font-size: 1.1rem;
    }
    /*-----percent-circle ----- */
    
    .single-chart {
        width: 100%;
        justify-content: space-around;
    }
    
    .circular-chart {
        display: block;
        max-width: 100%;
        max-height: 250px;
    }
    
    .circle-bg {
        fill: none;
        stroke: #8c8c8c;
        stroke-width: 5.8;
    }
    
    .circle {
        fill: none;
        stroke-width: 5.8;
        stroke-linecap: round;
        animation: progress 1s ease-out forwards;
    }
    
    @keyframes progress {
        0% {
            stroke-dasharray: 0 100;
        }
    }
    
    .circular-chart.orange .circle {
        stroke: #fff;
    }
    
    svg {
        overflow: initial;
    }
    
    .percentage {
        fill: #fff;
        font-family: sans-serif;
        font-size: 0.5em;
        text-anchor: middle;
    }
    /*----END---percent-circle------  */
    
    .box-tool {
        border-bottom: 1px solid #7676762e;
        margin-bottom: 1.5rem;
    }
    
    .information-percent {
        background: #2e3646;
        min-height: 150px;
        padding: 25px;
        border-radius: 5px;
    }
    
    .percent {
        display: flex;
    }
    
    .percent-name {
        flex: 81%;
    }
    
    .percent-name span {
        color: #e5e5e5;
        font-size: 1.3rem;
        line-height: 22px;
    }
    
    .percent-name a {
        display: block;
        color: #707070;
        text-decoration: underline;
        font-weight: 600;
    }
    
    .percent-name a:hover {
        color: #fff;
    }
    
    .percent-circle {
        flex: 32%;
    }
    
    .promotion-name {
        display: flex;
        justify-content: space-between;
    }
    
    .promotion-name span {
        color: #e5e5e5;
        font-size: 1.2rem;
    }
    
    .get-promotion a {
        background: #4cae50;
        width: 81%;
        height: 36px;
        display: block;
        text-align: center;
        margin: auto;
        font-size: 1.2rem;
        color: #fff;
        font-weight: 500;
        border-radius: 7px;
        padding-top: 5px;
        margin-top: 11%;
    }
    
    .get-promotion a:hover {
        background: #4a994e;
    }
    
    .tools {
        max-width: 1280px;
        margin: 0 auto;
        padding: 40px 0;
    }
    
    .tools-information {
        display: flex;
        background: #fff;
        box-shadow: 0 0 5px #9090907a;
        border-radius: 5px;
        cursor: pointer;
        height: 150px;
        overflow: hidden;
    }
    
    .tools-information:hover {
        transition: 0.2s ease-in;
        box-shadow: 0 8px 10px -4px rgba(130, 136, 148, 0.28);
    }
    
    .icon-tools {
        flex: 0 0 25%;
        text-align: center;
        color: #fff;
        box-shadow: 0 0 5px #9090907a;
        border-radius: 5px 0 0 5px;
        width: 100px;
    }
    
    .icon-tools span {
        font-weight: 500;
        font-size: 1rem;
        padding: 12px;
        display: block;
    }
    
    .tools-analysis {
        flex: 0 0 75%;
        padding: 10px 18px 18px 18px;
        position: relative;
    }
    
    .tools-analysis h4,
    .tools-analysis p {
        margin: 0;
    }
    /* .icon-tools.market {} */
    
    .icon-tools.competitor {
        background: #1a937d;
    }
    
    .icon-tools.key-word {
        background: #708579;
    }
    
    .icon-tools.go-ads {
        background: #a480f6;
    }
    
    .icon-tools.Monitor {
        background: #3fb6dc;
    }
    
    .icon-tools.click {
        background: #387df7;
    }
    
    .icon-tools.Utilities {
        background: #ffc800;
    }
    
    .icon-tools.chat {
        background: #e01765;
    }
    
    .icon-tools.Mobile {
        background: #FF7300;
    }
    
    .icon-tools.Monitor img {
        width: 100%;
        display: block;
        padding: 15px 30px;
        border-bottom: 1px solid;
        margin-bottom: 10px;
    }
    
    .icon-tools i {
        display: block;
        font-size: 2.7rem;
        padding: 33px 0;
        border-bottom: 1px solid #d5d5d5d5;
    }
    
    .tools-analysis h4 {
        font-size: 1.2rem;
        font-weight: 500;
        margin-top: 4px;
    }
    
    .tools-analysis p {
        font-size: 13px;
        /* font-weight: 500; */
        line-height: 18px;
        color: #7e7e7e;
        margin-top: 4px;
        margin-bottom: 10px;
    }
    
    .start-tools a {
        color: #ffffff;
        font-weight: 600;
        background: #0abb87;
        padding: 5px 20px;
        border-radius: 3px;
    }
    
    .start-tools a:hover {
        background: #08976d;
    }
    
    .start-tools {
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 12px;
        right: 20px;
    }
    
    .click-install span {
        font-size: 13px;
        font-weight: 500;
        color: #7e7e7e;
    }
    
    .total-click {
        margin-left: 6px;
    }
    
    .click-install {
        display: flex;
        justify-content: flex-end;
    }
    
    .logo-title-services img {
        width: 100%;
    }
    
    .services {
        max-width: 1280px;
        margin: auto;
    }
    
    .services-information {
        background: #fff;
        padding: 10px;
        cursor: pointer;
        height: 165px;
    }
    
    .services-information:hover {
        transition: 0.2s ease-in;
        box-shadow: 0 0 5px #9090907a;
    }
    
    span.logo-title-services {
        flex-shrink: 0;
        display: block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin: auto;
        border: 1px solid #dadada;
    }
    
    span.title-services {
        font-size: 1.3rem;
        padding-left: 5px;
        /* font-weight: 500; */
        text-align: center;
        display: block;
        margin-top: 15px;
        line-height: 25px;
    }
    /* check */
    
    .myCheckbox.left {
        position: relative;
        margin-top: 4px;
        margin-right: -15%;
    }
    
    .myCheckbox.left [type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
    
    .myCheckbox.left [type="checkbox"]:checked+label:before {
        transform: translateX(25px);
    }
    
    .myCheckbox.left [type="checkbox"]:checked+label:after {
        background: #4caf50;
    }
    
    .myCheckbox.left [type="checkbox"]+label {
        cursor: pointer;
        display: flex;
        user-select: none;
        line-height: 1;
        font-size: 40px;
        padding-left: 95px;
    }
    
    .myCheckbox.left [type="checkbox"]+label:before {
        left: 1px;
    }
    
    .myCheckbox.left [type="checkbox"]+label:after {
        left: 0;
    }
    
    .myCheckbox.left [type="checkbox"]+label:before {
        position: absolute;
        content: " ";
        top: 1px;
        z-index: 2;
        width: calc(20px - (4px*2));
        height: calc(19px - (4px*2));
        background: #fff;
        border-radius: 80px;
        box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05);
        transition: transform 0.15s ease-out;
    }
    
    .myCheckbox.left [type="checkbox"]+label:after {
        position: absolute;
        content: " ";
        top: 0;
        z-index: 1;
        width: 38px;
        height: 13px;
        background: #ccc;
        border-radius: 80px;
        box-shadow: inset 0 0 1px 2px rgba(0, 0, 0, 0.05);
        transition: background 0.2s ease-out;
    }
    
    iframe {
        width: 100%;
        border: 0;
        /* height: auto; */
        min-height: 234px;
        box-shadow: 0 0 5px #9090907a;
    }
    /* REPONSIVE */
    
    @media only screen and (max-width:576px) {
        .icon-tools {
            width: 100px;
        }
        .icon-tools i {
            padding: 20px 42px 20px 34px;
        }
        .mg-2 {
            margin-bottom: 10px !important;
        }
        .tools h2 {
            margin-left: 5px;
        }
        .tools-information {
            height: initial;
            overflow: initial;
        }
    }