@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800&display=swap');

.ch-poppins {
    font-family: 'Poppins', sans-serif;
}

.ch-blog {
    position: relative;
}
.ch-blog table {
    border-collapse: separate;
}
.ch-blog img {
    display: block;
    width: 100%;
}
.ch-blog h1 {
    padding: 0px;
    margin: 0px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 38px;
    line-height: 46px;
    font-weight: 800;
    word-break: break-word;
    text-justify: distribute;
    text-transform: uppercase;
}
.ch-blog h2 {
    padding: 0px;
    margin: 0px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    color: #ff8500;
    font-size: 28px;
    line-height: 36px;
    font-weight: 800;
    text-transform: none;
}
.ch-blog h3 {
    padding: 0px;
    margin: 0px;
    /*text-align: justify;*/
    font-family: 'Poppins', sans-serif;
    color: #2b3990;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: none;
}
.ch-blog h4 {
    padding: 0px;
    margin: 0px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: none;
}
.ch-blog p {
    padding: 0px;
    margin: 0px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.ch-blog a {
    word-break: break-all;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}
.ch-blog ul, .ch-blog ol {
    padding: 0px;
    margin: 0px;
}
.ch-blog li {
    padding: 0px;
    margin: 0px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.ch-banner {
    position: relative;
}
.ch-banner-wrap {
    position: relative;
}
.ch-banner-img {
    overflow: hidden;
}
.ch-banner-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 30px 20px;
    background-color: rgba(0,0,0,0.5);
}
.ch-banner-title h1 {
    color: #fff;
}
.ch-main-content h2 {
    padding: 25px 0px 0px 0px;
}
.ch-main-content h3 {
    padding: 20px 0px 0px 0px;
}
.ch-recommendation {
    position: relative;
    padding: 30px 0px;
}
.ch-recommendation-img {
    overflow: hidden;
}
.ch-recommendation-content {
    padding: 20px 0px;
}
.ch-implement {
    position: relative;
}
.ch-implement-img {
    padding: 20px 0px
}
.ch-implement-title h4 {
    padding-top: 10px;
}
.ch-implement-highlight {
    padding: 20px 0px;
}
.ch-implement-highlight h4 {
    text-align: center;
}
.ch-implement-table {
    padding: 20px 0px;
}
.ch-implement-table table {
    background-color: #c5b1e6;
}
.ch-implement-table table td {
    padding: 20px 20px;
}
.ch-implement-table table img {
    display: block;
}
.ch-implement-table ul {
    list-style-type: none;
}
.ch-implement-table h3 {
    color: #000;
    text-transform: uppercase;
}
.ch-implement-table p {
    color: #000;
}
.ch-implement-table a {
    display: block;
    color: #000;
}
.ch-implement-table li {
    position: relative;
    color: #000;
}
.ch-implement-table li:before {
    content: "\2022";
    display: inline-block;
    color: #000;
    font-size: 20px;
    margin-right: 5px;
}


/* Media Styles [Start] */
@media only screen and (max-width: 1024px) {
    .ch-implement-table table td {
        padding: 10px 10px;
    }
    .ch-implement-table h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .ch-implement-table p {
        font-size: 14px;
        line-height: 20px;
    }
    .ch-implement-table a {
        font-size: 14px;
        line-height: 20px;
    }
    .ch-implement-table li {
        font-size: 14px;
        line-height: 20px;
    }
    .ch-implement-table li:before {
        margin-right: 2px;
        font-size: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .ch-blog h1 {
        text-align: left;
        font-size: 32px;
        line-height: 40px;
    }
    .ch-blog h2 {
        text-align: left;
        font-size: 24px;
        line-height: 32px;
    }
    .ch-blog h3 {
        text-align: left;
        font-size: 20px;
        line-height: 28px;
    }
    .ch-blog h4 {
        text-align: left;
        font-size: 18px;
        line-height: 26px;
    }
    .ch-blog p {
        font-size: 14px;
        line-height: 22px;
    }
    .ch-blog a {
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
    }
    .ch-blog li {
        font-size: 14px;
        line-height: 22px;
    }
    .ch-banner-title {
        position: relative;
        top: auto;
        left: auto;
    }
    /*.ch-implement-table {
        overflow-x: auto;
    }
    .ch-implement-table table {
        width: 600px;
    }*/
    .ch-recommendation {
        padding: 30px 0px 0px 0px;
    }
    .ch-implement-table table td {
        padding: 5px 5px;
    }
    .ch-implement-table h3 {
        font-size: 10px;
        line-height: 16px;
    }
    .ch-implement-table p {
        font-size: 8px;
        line-height: 12px;
    }
    .ch-implement-table a {
        font-size: 8px;
        line-height: 12px;
    }
    .ch-implement-table li {
        font-size: 8px;
        line-height: 12px;
    }
    .ch-implement-highlight h4 {
        text-align: center;
    }
}

@media only screen and (max-width: 400px) {
    .ch-implement-table table td {
        padding: 2px 2px;
    }
    .ch-implement-table h3 {
        font-size: 8px;
        line-height: 12px;
    }
    .ch-implement-table p {
        font-size: 7px;
        line-height: 10px;
    }
    .ch-implement-table a {
        font-size: 7px;
        line-height: 10px;
    }
    .ch-implement-table li {
        font-size: 7px;
        line-height: 10px;
    }
}
/* Media Styles [End] */
#preloader{
    
    background:#fff;
    height:100vh;
    width:100%;
    position:fixed;
    z-index:100;
    }