body {
    font-family: "Open Sans",sans-serif;
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

b,h1,h2,h3,strong {
    font-weight: 700
}

ol,ul {
    list-style: none
}

h1 {
    font-size: 30px;
    margin: 10px 0;
    line-height: 1.2
}

h2 {
    font-size: 32px;
    line-height: 45px;
    padding: 20px 0
}

h3 {
    font-size: 32px;
    line-height: 45px
}

section {
    margin-bottom: 15px
}

blockquote {
    padding: 0 0 60px;
    border: none;
    color: #757575;
    font-weight: 300;
    position: relative;
    margin-bottom: 20px
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

i {
    font-style: italic
}

p {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 1.7;
    color: #3a3838
}

a:link,a:visited {
    font-weight: 700;
    text-decoration: underline;
    color: #00e
}

img {
    display: block;
    width: 100%;
    height: auto
}

.container-full {
    padding: 0 10px
}

.adv-navbar {
    background-color: var(--color-bg-navbar);
    border-bottom: 1px solid #cecece;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
}

.trending-navbar {
    display: flex;
    align-items: center
}

.header-logo {
    max-width: 400px;
    width: 85%;
    padding-right: 10px;
    flex: 1 1 0%
}

.flag {
    position: unset;
    width: auto;
    height: auto;
    flex: none
}

#brand-logo {
    width: 100%
}

.brand {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    color: #fff;
    padding: 10px 0;
    width: 100%
}

.advertorial-text {
    font-size: 13px;
    color: var(--color-text-navbar)
}

.container-main {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto
}

.container-body {
    display: flex;
    justify-content: space-between;
    white-space: nowrap
}

.container-left,.container-right {
    display: inline-block;
    white-space: normal
}

.container-left {
    padding-bottom: 20px
}

.container-left ul {
    font-size: 22px;
    line-height: 1.7;
    color: #3a3838;
    padding-bottom: 5px
}

.tick-list li,.x-list li {
    display: flex
}

.tick-list li:before,.x-list li:before {
    margin-right: 10px
}

.tick-list li:before {
    content: "âœ“";
    color: #069206
}

.x-list li:before {
    content: "X";
    color: #f75252
}

.container-left li {
    font-size: 22px;
    padding-bottom: 10px;
    line-height: 30px
}

.grey-box {
    background-color: #f7f7f7;
    border-left: solid 3px #ccc;
    margin-bottom: 15px;
    padding: 8px 15px;
    font-style: italic;
    line-height: 1.3em;
    font-size: 24px;
    color: #403f3e
}

.container-right {
    display: none;
    padding-bottom: 50px
}

.container-right>div {
    width: 275px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #d8d4d4
}

.image-link {
    display: block
}

.image-caption .caption {
    text-align: center;
    background-color: #e0d2ff;
    font-size: 21px;
    margin-bottom: 10px;
    padding: 0 5px
}

.cta-btn {
    display: block;
    background-color: #069206;
    font-weight: 700;
    color: #fff!important;
    text-align: center;
    text-decoration: none!important;
    border-bottom: 5px solid #216f00;
    border-radius: 7px;
    /* padding: 15px; */
}

.testimonials blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: .5em;
    position: relative;
    top: 0;
    left: 0
}

.testimonials blockquote {
    font-size: 20px;
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 0;
    quotes: "\201C" "\201D" "\2018" "\2019";
    padding: 10px 20px;
    line-height: 1.4
}

.testimonials .quotation-footer {
    margin: 0;
    text-align: right;
    font-size: 1em;
    font-style: italic
}

.testimonials .quotation-footer::before {
    content: "\2014 \00A0"
}

#share-container {
    white-space: nowrap;
    margin: 0 0 18px
}

.text {
    padding: 9px 0;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.box {
    display: inline-block;
    width: 33%;
    margin: 0 auto
}

.box2 {
    margin: 0 4px
}

.box1,.box2 {
    border-radius: 3px;
    -webkkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.cta-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    opacity: inherit
}

.cta-fixed a {
    background-color: #266d09;
    border: 1px solid #c77421;
    width: 80%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 16px 12px;
    font-size: 19px;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    display: block;
    vertical-align: middle;
    line-height: 1.42857143
}

.th-post-author {
    margin: 15px 0
}

.media {
    display: flex;
    align-items: flex-start
}

.th-post-tag {
    margin-right: 10px;
    padding: 5px 8px;
    border-radius: 2px;
    background-color: #4fcde9;
    color: #fff
}

@media (min-width: 576px) {
    .brand {
        font-size:24px
    }
}

@media (min-width: 768px) {
    .tick-list,.x-list {
        padding-inline-start:40px
    }
}

@media (min-width: 1066px) {
    h1 {
        font-size:38px;
        margin: 20px 0
    }

    .container-left {
        margin-right: 40px
    }

    .container-right {
        display: block
    }
}

@media (max-width: 1240px) {
    #st-4 {
        display:none!important
    }
}
