@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.dtpcnt {
    opacity: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: Roboto, Lato, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
}

img,
video {
    max-width: 100%;
    height: auto
}

.g {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px
}

@media(min-width:370px) {
    .g {
        max-width: 370px
    }
}

@media(min-width:640px) {
    .g {
        max-width: 640px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media(min-width:768px) {
    .g {
        max-width: 768px
    }
}

@media(min-width:1040px) {
    .g {
        max-width: 1040px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.border-collapse {
    border-collapse: collapse
}

.ap {
    border-radius: .25rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-full {
    border-radius: 9999px
}

.ab {
    border-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.cy {
    display: block
}

.inline-block {
    display: inline-block
}

.bi {
    display: inline
}

.an {
    display: -ms-flexbox;
    display: flex
}

.cq {
    display: table
}

.dc {
    display: grid
}

.bx {
    display: contents
}

.ci {
    display: none
}

.flex-row {
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-col {
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.items-start {
    -ms-flex-align: start;
    align-items: flex-start
}

.items-end {
    -ms-flex-align: end;
    align-items: flex-end
}

.items-center {
    -ms-flex-align: center;
    align-items: center
}

.justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-center {
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cc:after {
    content: "";
    display: table;
    clear: both
}

.font-600 {
    font-weight: 600
}

.font-700,
.font-bold {
    font-weight: 700
}

.h-0 {
    height: 0
}

.h-1 {
    height: .25rem
}

.h-35px {
    height: 35px
}

.text-10px {
    font-size: 10px
}

.text-17px {
    font-size: 17px
}

.text-18px {
    font-size: 18px
}

.text-20px {
    font-size: 20px
}

.text-25px {
    font-size: 25px
}

.leading-17px {
    line-height: 17px
}

.leading-25px {
    line-height: 25px
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-3px {
    margin-top: 3px;
    margin-bottom: 3px
}

.my-5px {
    margin-top: 5px;
    margin-bottom: 5px
}

.mx-5px {
    margin-left: 5px;
    margin-right: 5px
}

.my-10px {
    margin-top: 10px;
    margin-bottom: 10px
}

.mx-10px {
    margin-left: 10px;
    margin-right: 10px
}

.my-15px {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-25px {
    margin-top: 25px;
    margin-bottom: 25px
}

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

.mt-1 {
    margin-top: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.ml-1 {
    margin-left: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mr-3 {
    margin-right: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mb-auto {
    margin-bottom: auto
}

.ml-auto {
    margin-left: auto
}

.mt-2px {
    margin-top: 2px
}

.mt-3px {
    margin-top: 3px
}

.ml-4px {
    margin-left: 4px
}

.mt-5px {
    margin-top: 5px
}

.mr-5px {
    margin-right: 5px
}

.mb-5px {
    margin-bottom: 5px
}

.mt-10px {
    margin-top: 10px
}

.mr-10px {
    margin-right: 10px
}

.mb-10px {
    margin-bottom: 10px
}

.ml-10px {
    margin-left: 10px
}

.mt-15px {
    margin-top: 15px
}

.mb-15px {
    margin-bottom: 15px
}

.ml-20px {
    margin-left: 20px
}

.mt-25px {
    margin-top: 25px
}

.-mt-2px {
    margin-top: -2px
}

.-mt-3px {
    margin-top: -3px
}

.-mt-4px {
    margin-top: -4px
}

.-mt-6px {
    margin-top: -6px
}

.-mt-8px {
    margin-top: -8px
}

.-mt-10px {
    margin-top: -10px
}

.-mb-12px {
    margin-bottom: -12px
}

.p-0 {
    padding: 0
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-10px {
    padding: 10px
}

.p-15px {
    padding: 15px
}

.p-20px {
    padding: 20px
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-5px {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-15px {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20px {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-45px {
    padding-top: 45px;
    padding-bottom: 45px
}

.pr-0 {
    padding-right: 0
}

.pl-0 {
    padding-left: 0
}

.pt-1 {
    padding-top: .25rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pr-3 {
    padding-right: .75rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pr-4 {
    padding-right: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pb-5px {
    padding-bottom: 5px
}

.pb-10px {
    padding-bottom: 10px
}

.pt-15px {
    padding-top: 15px
}

.pb-15px {
    padding-bottom: 15px
}

.pt-20px {
    padding-top: 20px
}

.last\:pb-0:last-child {
    padding-bottom: 0
}

.first\:pt-0:first-child {
    padding-top: 0
}

.ct {
    position: fixed
}

.cb {
    position: absolute
}

.ca {
    position: relative
}

.cl {
    position: -webkit-sticky;
    position: sticky
}

.cj {
    resize: both
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.cn {
    font-style: italic
}

.br {
    text-transform: capitalize
}

.bo {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cd {
    visibility: visible
}

.w-35px {
    width: 35px
}

.w-40px {
    width: 40px
}

.w-full {
    width: 100%
}

.z-30 {
    z-index: 30
}

.bw {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.bq {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.ab {
    border-color: #f1f1f1
}

html {
    font-size: 16px;
    font-weight: 400;
    font-family: Open Sans, sans-serif !important;
    color: #222
}

@media screen and (max-width:1140px) {
    html {
        font-size: calc(14.66667px + .41667vw)
    }
}

.g {
    max-width: 1140px !important
}

@media screen and (max-width:1140px) {
    .g.logo-container {
        max-width: 100% !important
    }
}

@media screen and (max-width:640px) {
    .g.logo-container {
        background-color: #f5f5f5
    }
}

@media screen and (max-width:640px) {
    .g {
        padding-right: 15px;
        padding-left: 15px
    }
}

.by {
    font-family: Open Sans, sans-serif;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 55px;
    color: #2f2f2f;
    font-weight: 700
}

@media screen and (max-width:640px) {
    .by {
        font-size: 28px;
        line-height: 38px
    }
}

.aj {
    font-size: 20px
}

.aj a {
    font-weight: 300
}

@media screen and (max-width:1140px) {
    .aj {
        font-size: 16px
    }
}

.cr {
    font-size: 25px;
    font-weight: 700
}

.text-sm {
    color: hsla(0, 0%, 56.1%, .953)
}

a {
    color: #405cb3;
    transition: color .2s linear;
    font-weight: 600
}

a:hover {
    color: #1139b5
}

.i {
    display: block;
    color: #fff;
    font-weight: 600;
    background-color: #0bac4b;
    border: 1px solid rgba(0, 0, 0, .2);
    transition: box-shadow .2s linear;
    padding: 16px;
    border-radius: 5px;
    font-weight: 800;
    text-align: center;
    font-size: 25px !important;
    transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
    letter-spacing: -.5px;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-decoration: none !important;
    background-repeat: no-repeat;
    box-shadow: 0 2px 0 #04461e
}

.i img {
    margin-bottom: 1.5px !important
}

@media screen and (max-width:1140px) {
    .i {
        font-size: 20px !important;
        padding: 16px 36px
    }
}

.i:hover {
    background-color: #067131;
    color: #fff;
    text-decoration: none
}

.i.button-sidebar {
    font-size: 17px !important;
    padding: 16px
}

.i.button-sidebar img {
    margin-bottom: 2px !important
}

.ar {
    width: 30px
}

@media screen and (max-width:640px) {
    .ar {
        width: 20px
    }
}

.logo-container--wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, .058823529411764705);
    box-shadow: 0 1px 20px rgba(0, 0, 0, .07058823529411765)
}

@media screen and (max-width:640px) {
    .logo-container--wrapper {
        box-shadow: none
    }
}

.j img {
    margin-top: -13px;
    width: 30px;
    margin-right: 5px
}

@media screen and (max-width:1140px) {
    .j img {
        width: 20px;
        margin-top: -7px;
        margin-right: 0
    }
}

.j .ac {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -2px
}

.j .ac span {
    font-weight: 400
}

@media screen and (max-width:1140px) {
    .j .ac {
        font-size: 22px
    }
}

.j .product-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: normal;
    position: relative;
    top: -1px
}

@media screen and (max-width:1140px) {
    .j .product-title {
        font-size: 18px;
        line-height: 18px
    }
}

.j .af {
    content: "";
    width: 1px;
    height: 20px;
    margin: 0 4px -2px 7px;
    background-color: #d6d6d6
}

.ao {
    position: relative;
    top: 5px
}

.ao img {
    width: 30px;
    margin-top: -4px
}

@media screen and (max-width:1140px) {
    .ao {
        position: static;
        font-size: 12px;
        letter-spacing: -.15px
    }

    .ao img {
        width: 30px;
        margin-top: 0
    }

    .ao span {
        position: relative;
        top: 1px
    }
}

.header-upper {
    background-color: #344a5f;
    color: hsla(0, 0%, 100%, .6705882352941176)
}

.attention-bar {
    background-color: rgba(255, 227, 149, .53)
}

.attention-bar a,
.bv a {
    text-decoration: underline
}

article {
    max-width: calc(100% - 380px)
}

@media screen and (max-width:920px) {
    article {
        width: 100%;
        max-width: 100%
    }
}

aside {
    width: 350px
}

@media screen and (max-width:920px) {
    aside {
        display: none
    }
}

.a .post-meta {
    color: grey;
    font-size: 14px
}

@media screen and (max-width:768px) {
    .a .post-meta .post-meta--wrapper {
        left: 50px
    }
}

.a .post-meta .trending-counter {
    position: relative;
    top: -2px
}

@media screen and (max-width:1140px) {
    .a .post-meta {
        font-size: 12px
    }

    .a .post-meta .trending-counter .like-img {
        -ms-flex-item-align: start;
        align-self: start
    }
}

.a .post-meta .author-img {
    top: 0
}

@media screen and (max-width:768px) {
    .a .post-meta .author-img {
        top: 3px;
        left: -50px
    }
}

.a .post-meta .stars-img {
    width: 100px
}

@media screen and (max-width:1140px) {
    .a .post-meta .stars-img {
        width: 80px
    }
}

.a .post-content {
    font-family: Open Sans, sans-serif
}

.a .post-content .by {
    color: #2d2d2d;
    font-weight: 500
}

.a .post-content .cs {
    font-size: 30px;
    margin: 22px 0
}

@media screen and (max-width:1140px) {
    .a .post-content .cs {
        font-size: 22px;
        margin: 18px 0
    }
}

.a .post-content a {
    text-decoration: underline;
    font-weight: 700;
    font-size: 18.8px
}

@media screen and (max-width:1140px) {
    .a .post-content a {
        font-size: 18px
    }
}

.a .post-content p {
    color: #222;
    font-size: 18.8px;
    margin-bottom: 18.8px;
    font-weight: 400
}

.a .post-content p .y {
    font-size: 21.8px
}

@media screen and (max-width:1140px) {
    .a .post-content p {
        font-size: calc(14.66667px + .41667vw);
        margin-bottom: 18px
    }

    .a .post-content p .y {
        font-size: calc(14.66667px + .81667vw)
    }
}

.a .post-content .x {
    background-color: #f3f3f3;
    color: #2d2d2d;
    margin-bottom: 18.8px
}

@media screen and (max-width:1140px) {
    .a .post-content .x {
        margin-bottom: 18px
    }
}

.a .post-content .bu {
    color: #3e4960;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 1px
}

.a .post-content img {
    margin-bottom: 18.8px
}

@media screen and (max-width:1140px) {
    .a .post-content img {
        margin-bottom: 18px
    }
}

.a .post-content img+.x {
    margin-top: -22px
}

@media screen and (max-width:1140px) {
    .a .post-content img+.x {
        margin-top: -18px
    }
}

.a .post-content .aw {
    width: 22px;
    margin-bottom: 4px;
    margin-right: 10px;
    display: inline
}

@media screen and (max-width:1140px) {
    .a .post-content .aw {
        width: 18px;
        margin-top: 1px
    }
}

.a .post-content blockquote {
    padding: 30px 41px 5px 70px;
    margin-bottom: 18.8px;
    color: #3d3d4e
}

.a .post-content blockquote img {
    width: 120px
}

@media screen and (max-width:1140px) {
    .a .post-content blockquote {
        margin-bottom: 18px;
        padding: 10px 10px 0 37px;
        background-size: 20px
    }

    .a .post-content blockquote img {
        width: 90px
    }
}

.a .post-content blockquote p {
    margin-bottom: 0 !important
}

.a .post-content blockquote p.ai {
    font-weight: 700;
    margin-top: 22px
}

@media screen and (max-width:1140px) {
    .a .post-content blockquote p.ai {
        margin-top: 10px
    }
}

.a .post-content .features-list {
    padding: 25px;
    background-color: #fbfbfb;
    margin-bottom: 18.8px
}

.a .post-content .features-list p:last-of-type {
    margin-bottom: 0 !important
}

@media screen and (max-width:640px) {
    .a .post-content .features-list {
        padding: 10px
    }
}

.a .post-content .attention-box {
    background-color: #fff7e5;
    border: 2px dashed rgba(0, 0, 0, .7);
    padding: 20px;
    margin-bottom: 20px
}

.a .post-content .attention-box p {
    margin-bottom: 0 !important
}

.a .post-content .af {
    width: 100%;
    content: "";
    height: 1px;
    background-color: #f1f1f1
}

.customer-ratings {
    border-radius: 3px;
    z-index: 0;
    position: relative
}

.customer-ratings:before {
    z-index: -100;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fafafa;
    border-radius: 3px
}

.customer-ratings p {
    font-size: 17px !important
}

.customer-ratings img,
.customer-ratings p {
    margin-bottom: 0 !important
}

.customer-ratings .j .ac {
    font-size: 25px;
    line-height: 25px
}

.customer-ratings .j img {
    margin-top: -11px
}

.customer-ratings .stats--wrapper {
    z-index: 0;
    position: relative
}

.customer-ratings .stats--wrapper:before {
    z-index: -99;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #efefef
}

.customer-ratings .stats--wrapper .r {
    z-index: 1
}

.customer-ratings .stats--wrapper .r:last-child {
    margin-bottom: 0
}

.customer-ratings .stats--wrapper .r img {
    margin-bottom: 0 !important;
    max-height: 20px;
    width: 120px
}

@media screen and (max-width:1140px) {
    .customer-ratings .stats--wrapper .r img {
        width: 85px
    }
}

.customer-ratings .stats--wrapper .r .m {
    content: "";
    width: 100%;
    height: 20px;
    background-color: #c5c5c5;
    position: relative;
    z-index: -1;
    border-radius: 15px;
    margin: 0 20px 0 0;
    color: #fff
}

.customer-ratings .stats--wrapper .r .m:after {
    height: 100%;
    content: "";
    background-color: #195ca3;
    text-align: center;
    position: absolute;
    border-radius: 15px;
    top: 0;
    left: 0;
    z-index: -1
}

.customer-ratings .stats--wrapper .r .m:before {
    z-index: 1;
    text-align: right;
    color: #fff;
    transform: translateY(-50%);
    top: calc(50% - 1px);
    left: -16px;
    font-size: 14px;
    font-weight: 600;
    position: absolute
}

@media screen and (max-width:1140px) {
    .customer-ratings .stats--wrapper .r .m:before {
        font-size: 12px;
        top: 50%
    }
}

.customer-ratings .stats--wrapper .r .bn {
    width: 145px
}

@media screen and (max-width:1140px) {
    .customer-ratings .stats--wrapper .r .bn {
        width: 145px
    }
}

.product-ratings {
    font-family: Helvetica, sans-serif;
    z-index: -100;
    background-color: #f5f5f5;
    border-radius: 3px
}

.product-ratings .x {
    background-color: transparent !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .25px;
    text-transform: uppercase;
    margin-bottom: 0 !important
}

.product-ratings .ah {
    z-index: 0
}

.product-ratings .ah .m {
    content: "";
    width: 100%;
    max-width: 65%;
    height: 20px;
    border-radius: 15px;
    background-color: #e2e2e2;
    position: relative;
    z-index: 1
}

@media screen and (max-width:1140px) {
    .product-ratings .ah .m {
        height: 12px
    }
}

.product-ratings .ah .m:after {
    height: 100%;
    content: "";
    background-color: #195ca3;
    position: absolute;
    border-radius: 15px;
    top: 0;
    left: 0;
    z-index: -1
}

.product-ratings .ah .m:before {
    z-index: 1;
    text-align: right;
    color: #fff;
    transform: translateY(-50%);
    left: -16px;
    top: 50%;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -1px;
    position: absolute
}

@media screen and (max-width:1140px) {
    .product-ratings .ah .m:before {
        font-size: 12px;
        top: -80%
    }
}

.product-ratings .rating-title {
    max-width: 35%;
    font-size: 15px;
    color: #414151
}

.product-ratings .u {
    color: #000032
}

.product-ratings .u .right--inner {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 3px
}

.product-ratings .u .squared-stars {
    margin: 5px auto
}

.product-ratings .u .j img {
    margin-bottom: 0 !important;
    margin-top: -8px !important
}

.product-ratings .u .j .ac {
    font-size: 18.8px;
    line-height: 22px
}

.product-ratings .u .overall-rating {
    font-size: 18.8px
}

.b .sidebar-header--wrapper {
    background-color: hsla(0, 0%, 93.7%, .8)
}

.b .sidebar-header--wrapper .cr {
    color: #060606;
    font-size: 20px
}

.b .sidebar-header--wrapper .stars--wrapper span {
    color: #405cb3 !important;
    font-size: 14px
}

.b a {
    text-decoration: underline
}

.b .sidebar-customer-reviews--wrapper h4 {
    font-size: 22px;
    font-weight: 700
}

.b .sidebar-customer-reviews--wrapper .main-stars {
    width: 120px
}

.b .sidebar-customer-reviews--wrapper .graph-section .ag {
    z-index: 0
}

.b .sidebar-customer-reviews--wrapper .graph-section .m {
    z-index: 0;
    position: relative;
    width: 200px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #e3e6e6;
    background-color: #f0f2f2;
    height: 20px
}

.b .sidebar-customer-reviews--wrapper .graph-section .m:after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #ffa41c;
}

.b .sidebar-customer-reviews--wrapper .byFeature-section .byFeature-star-img {
    width: 100px
}

.b .sidebar-customer-reviews--wrapper .sidebar-testimonial-section .sidebar-testimonial img {
    width: 120px
}

.b .sidebar-customer-reviews--wrapper .sidebar-testimonial-section .sidebar-testimonial:not(:last-of-type) {
    border-bottom: 1px solid #f1f1f1
}

.q {
    font-family: Open Sans, sans-serif
}

.q h4 {
    margin-bottom: 22px;
    font-weight: 700
}

@media screen and (max-width:1140px) {
    .q h4 {
        margin-bottom: 18px
    }
}

.q .bj img {
    margin-top: 10px
}

.s,
.commentFuncLine>* {
    display: inline
}

#c {
    position: fixed;
    background-color: #fff;
    bottom: 0;
    left: 0;
    box-shadow: 1px 5px 20px 3px rgba(0, 0, 0, .22)
}

#c .i {
    width: 350px;
    padding: 15px 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -.5px;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-decoration: none !important;
    font-weight: 700
}

#c .i img {
    width: 18px
}

@media screen and (max-width:640px) {
    #c .i {
        padding: 18px 33px
    }
}

@media screen and (max-width:1140px) {
    #c .i {
        min-width: unset
    }
}

#a {
    margin-top: 200px;
    background-color: #121212;
    color: hsla(0, 0%, 100%, .23);
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
    text-transform: capitalize
}

#a a {
    font-weight: 400;
    color: grey;
    text-transform: uppercase;
    transition: color .2s ease-in-out
}

#a a:hover {
    color: #fff
}

#a .af {
    display: inline;
    content: "";
    height: 100%;
    width: 1px;
    background-color: wheat;
    margin: 0 15px
}

@media screen and (max-width:1140px) {
    #a .af {
        margin: 0 7px
    }
}

.cv .legal-page-content img {
    display: inline !important
}

.bt img {
    position: relative;
    top: 7px
}

.bm {
    display: none
}

.s img,
.q img,
.bk img {
    margin-bottom: 0 !important
}

.fb-testimonials img {
    max-width: 345px !important
}

@media(min-width:370px) {
    .xs\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        max-width: 370px
    }

    @media(min-width:640px) {
        .xs\:container {
            max-width: 640px;
            padding-right: 20px;
            padding-left: 20px
        }
    }

    @media(min-width:768px) {
        .xs\:container {
            max-width: 768px
        }
    }

    @media(min-width:1040px) {
        .xs\:container {
            max-width: 1040px;
            padding-right: 20px;
            padding-left: 20px
        }
    }

    .xs\:inline {
        display: inline
    }
}

@media(min-width:640px) {
    .sm\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px
    }

    @media(min-width:370px) {
        .sm\:container {
            max-width: 370px
        }
    }

    @media(min-width:640px) {
        .sm\:container {
            max-width: 640px;
            padding-right: 20px;
            padding-left: 20px
        }
    }

    @media(min-width:768px) {
        .sm\:container {
            max-width: 768px
        }
    }

    @media(min-width:1040px) {
        .sm\:container {
            max-width: 1040px;
            padding-right: 20px;
            padding-left: 20px
        }
    }
}

@media(min-width:768px) {
    .md\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px
    }

    @media(min-width:370px) {
        .md\:container {
            max-width: 370px
        }
    }

    @media(min-width:640px) {
        .md\:container {
            max-width: 640px;
            padding-right: 20px;
            padding-left: 20px
        }
    }

    @media(min-width:768px) {
        .md\:container {
            max-width: 768px
        }
    }

    @media(min-width:1040px) {
        .md\:container {
            max-width: 1040px;
            padding-right: 20px;
            padding-left: 20px
        }
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:inline {
        display: inline
    }

    .md\:flex {
        display: -ms-flexbox;
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .md\:justify-end {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .md\:h-25px {
        height: 25px
    }

    .md\:mx-10px {
        margin-left: 10px;
        margin-right: 10px
    }

    .md\:my-15px {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .md\:my-20px {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .md\:my-25px {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .md\:-mx-10px {
        margin-left: -10px;
        margin-right: -10px
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:ml-0 {
        margin-left: 0
    }

    .md\:mb-5px {
        margin-bottom: 5px
    }

    .md\:mb-15px {
        margin-bottom: 15px
    }

    .md\:mt-25px {
        margin-top: 25px
    }

    .md\:p-15px {
        padding: 15px
    }

    .md\:py-15px {
        padding-top: 15px
    }

    .md\:pb-15px,
    .md\:py-15px {
        padding-bottom: 15px
    }

    .md\:pt-20px {
        padding-top: 20px
    }

    .md\:pb-25px {
        padding-bottom: 25px
    }

    .md\:relative {
        position: relative
    }

    .md\:w-25px {
        width: 25px
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-3\/4 {
        width: 75%
    }
}

@media(min-width:1040px) {
    .lg\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px
    }

    @media(min-width:370px) {
        .lg\:container {
            max-width: 370px
        }
    }

    @media(min-width:640px) {
        .lg\:container {
            max-width: 640px;
            padding-right: 20px;
            padding-left: 20px
        }
    }

    @media(min-width:768px) {
        .lg\:container {
            max-width: 768px
        }
    }

    @media(min-width:1040px) {
        .lg\:container {
            max-width: 1040px;
            padding-right: 20px;
            padding-left: 20px
        }
    }

    .lg\:block {
        display: block
    }

    .lg\:hidden {
        display: none
    }
}

.container {
    max-width: 980px !important;
}

.prog-container {
    width: 100%;
    height: 16px;
    background: #444;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    transition: all linear 0.1s;
    font-size: 10px;
    color: #fff;
}

.prog-container .prog-indicator {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 1em;
}

#progressBar {
    height: 16px;
    background-color: #a4508b;
    background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
    transition: all linear 0.1s;
    min-width: 1%;
    z-index: 999;
}

.logoSection {
    border-bottom: 1px solid rgba(0, 0, 0, .058823529411764705);
    box-shadow: 0 1px 20px rgba(0, 0, 0, .07058823529411765);
    padding: 2em 0 1em 0;
}

.header-main {
    display: flex;
    align-items: center;
}


.header-main .ah {
    content: " ";
    width: 1px;
    height: 20px;
    margin: 0 4px -2px 7px;
    background-color: #d6d6d6;
    display: inline-block;
}

.flagSection {
    display: flex;
    align-items: center;
}

.flagSection img {
    margin-left: 10px;
    width: 40px;
}

.mainWrapper {
    padding: 1em 0;
}

.mainWrapper p {
    color: #222;
    font-size: 18.8px;
    margin-bottom: 18.8px;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
}

.mainWrapper h1 {
    font-family: Open Sans, sans-serif;
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 35px;
    color: #2f2f2f;
    font-weight: 700;
    margin: 0;
}

.mainWrapper h2 {
    font-size: 30px;
    margin: 22px 0;
    font-weight: 700;
}

.postMetaWrapper .stars-img {
    width: 150px;
    display: inline-block;
}

.postMetaWrapper .bl {
    margin: 0 2px;
}

.postMetaWrapper .author-img {
    width: 25px;
    border-radius: 9999px;
    margin: 0 10px;
    display: inline-block;
}

.postMetaWrapper span {
    font-family: Open Sans, sans-serif !important;
}

.starMain {
    padding: 10px 0;
    color: grey;
    font-size: 14px;
}

.postMetaWrapper .stars-img {
    width: 100px;
    display: inline-block;
    margin-right: 5px;
}

.postMetaWrapper .bl {
    margin: 0 2px;
}

.postMetaWrapper .author-img {
    width: 25px;
    border-radius: 9999px;
    margin: 0 10px;
    display: inline-block;
}

.postMetaWrapper span {
    font-family: Open Sans, sans-serif !important;
}

.graph-section .m.bar-90::after {
    width: 90%;
}

.graph-section .m.bar-7::after {
    width: 7%;
}

.graph-section .m.bar-2::after {
    width: 2%;
}

.graph-section .m.bar-0::after {
    width: 0%;
}

.graph-section .m.bar-1::after {
    width: 1%;
}

.graph-section .m {
    z-index: 0;
    position: relative;
    width: 200px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #e3e6e6;
    background-color: #f0f2f2;
    height: 20px;
}

.graph-section .m:after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #ffa41c;
}

.byFeature-star-img {
    width: 100px;
}

.trending-counter {
    text-align: right;
}

.trending-counter .likeCount {
    display: flex;
    align-items: center;
    justify-content: right;
}

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;
}

.steps-list {
    border: 1px solid #f1f1f1;
    background-color: #fbfbfb;
    padding: 25px 25px 5px 25px;
}

.steps-list .bw {
    background-color: #0bac4b;
    border: 1px solid #0e9140;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-right: 11px;
    margin-top: 3px;
    padding: 0 5px;
}

.attention-box {
    position: relative;
    background-color: #fff7e5;
    border: 2px dashed rgba(0, 0, 0, .7);
    padding: 20px;
    margin-bottom: 20px;
}

.updateMain {
    border: 1px dotted #000;
    background: #effff7;
    padding: 4px 9px;
    font-size: 15px !important;
}

.dx {
    font-size: 30px;
    margin: 22px 0;
    text-transform: capitalize;
    ;
}

.verifyBtn {
    display: block;
    color: #fff;
    background-color: #0bac4b;
    border: 1px solid rgba(0, 0, 0, .2);
    transition: box-shadow .2s linear;
    padding: 16px;
    border-radius: 5px;
    font-weight: 800;
    text-align: center;
    transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-decoration: none !important;
    background-repeat: no-repeat;
    margin-left: 10px;
    font-size: 20px !important;
    box-shadow: 0 2px 0 #04461e;
}

.verifyBtn img {
    float: left;
}

.verifyBtn:hover {
    background-color: #067131;
    color: #fff;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 50px;
}

.logo .trends {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-left: 5px;
}

.logo .trends span {
    font-weight: 400;
}

.logo .divider {
    content: "";
    width: 1px;
    height: 20px;
    margin: 0 4px -2px 7px;
    background-color: #d6d6d6;
}

.logo .product-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: normal;
    position: relative;
    top: -1px;
}

hr {
    height: 1px;
    background-color: #f1f1f1;
}

.redBg {
    padding: 30px;
    font-weight: 700;
    font-size: 27px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: #e90506;
}

.reviewBox {
    width: 100%;
    height: auto;
    padding: 0px;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}

.namePic {
    width: 34px;
    height: 34px;
    background: #a7a7a7;
    border-radius: 50%;
    float: left;
    position: relative;
    text-align: center;
    color: #fff;
    line-height: 34px;
    font-size: 20px;
}

.nameCheck {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.reviewHeader {
    width: calc(100% - 184px);
    height: 34px;
    float: left;
    margin-left: 15px;
}

.rh1 {
    width: 100%;
    height: 20px;
    text-align: left;
    font-size: 14px;
    color: #777;
    line-height: 20px;
}

.rh2 {
    width: 100%;
    height: 14px;
}

.dateRight {
    width: 120px;
    height: auto;
    float: right;
    font-size: 14px;
    color: #777;
}

.clear {
    clear: both;
}

.reviewText {
    width: 100%;
    height: auto;
    margin-top: 15px;
    font-size: 16px;
    font-style: italic;
    color: #333;
}

.rating .bl {
    margin-top: 15px;
}

.statsWrapper {
    margin-top: 15px;
    z-index: 0;
    position: relative;
}

.statsInner {
    /*width: 100%;*/
    height: 100%;
    padding: 15px;
    background-color: #efefef;
    margin: 0;
}

.progressBar {

    width: 100%;
    height: 20px;
    background-color: #c5c5c5;
    position: relative;
    border-radius: 15px;
    margin: 0 20px 0 0;
    color: #fff;

}

.progressBar .u {
    height: 100%;
    background-color: #195ca3;
    text-align: center;
    position: absolute;
    border-radius: 15px;
    top: 0;
    left: 0;
    z-index: 5;
    text-align: right;
    padding-right: 10px;
}

.progressBar .u.bar-9 {
    width: 90%;
}

.progressBar .u.bar-10 {
    width: 100%;
}

.progressBar .u.bar-8 {
    width: 80%;
}

.testimonialsInner {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    background-color: #fff6e2;
    -webkit-box-shadow: 0 16px 48px 0 rgb(26 39 81 / 10%);
    box-shadow: 0 16px 48px 0 rgb(26 39 81 / 10%);
    font-family: roboto, helvetica, helvetica neue;
    line-height: 1.5;
    margin: 30px 0;
    font-size: 0.9rem;
}

.testimonialsInner h4 {
    font-size: 1.5rem;
    margin: 10px 0;
}

.testimonialsInner img {
    display: block;
    max-width: 80px;
    margin: 0 auto 15px;
}

.testimonialsInner .text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity));
}

.asideLink {
    color: #ffffff;
    background-color: #c5242e;
    border-color: #c5242e;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: block;
}

.asideLink:hover {
    color: #fff;
    cursor: pointer;
}


.footerMain {
    margin-top: 100px;
    background-color: #121212;
    color: hsla(0, 0%, 100%, .23);
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 20px;
}

.footerMain .footer-links {
    margin-top: 10px;
}

.footerMain .footer-links a {
    font-weight: 400;
    color: grey;
    text-transform: uppercase;
    transition: color .2s ease-in-out;
    text-decoration: none;
    padding: 0 5px;
}

.footerMain .footer-links a:hover {
    color: #fff;
}

.stickySidebar {
    width: 100%;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    bottom: auto;
    margin-top: 25px;
    background: #fff;
}

.stickySidebar .order-button {
    width: 90%;
    margin: 0px auto;
}

.resultTitle {
    color: rgb(102, 102, 102) !important;
    border-bottom: 2px solid rgb(1, 152, 189);
    margin-bottom: 15px !important;
}

.contentImg {
    width: 100%;
}

.productImg {
    width: 50%;
    margin: 0px auto;
}




.commentText {
    margin-bottom: 22px;
    font-weight: 700;
}

.commentsMain textarea {
    border: 1px solid #ccc;
    width: 100%;
}

.commentFuncLine {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #3658A6;
    line-height: 30px;
}

.commentContent .userName {
    color: #3658A6;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

.commentTime {
    color: #999;
}

.comments h4 {
    margin-bottom: 22px;
    font-weight: 700;
}

#commentBreak1 {
    width: 100%;
    height: 30px;
    padding-top: 20px;
    margin: 0 auto;
}

.comments {
    overflow: hidden;
}

.commentBreak2 {
    width: 100%;
    border-bottom: 1px solid #198fff;
    margin: 0 auto;
    height: 80px;
}

.styleInput {
    border: 1px solid #ccc;
}

.mainComments {
    white-space: nowrap;
}

.profilePic {
    width: 48px;
    display: inline-block;
    vertical-align: top;
}

.profilePic img {
    width: 48px;
}

.newReplyButton,
.newCancelButton {
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.commentContent {
    width: 100%;
}

.commentContent,
.replyContent {
    padding-left: 12px;
    display: inline-block;
    white-space: normal;
    padding-right: 60px;
}

.usersComments img {
    width: 100px;
    height: auto;
    max-height: 120px;
    border: 1px solid #adadad;
    padding: 2px;
    margin-right: 3px;
}

.userName {
    color: #3658A6;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

.userName {
    text-decoration: inherit;
    color: #3658A6;
}

.userInfo {
    color: #999;
    font-size: 12px;
    line-height: 22px;
}

.usersComments {
    font-size: 14px;
    line-height: 22px;
}

.commentTime {
    color: #999;
}

.commentFuncLine,
.replyFuncLine {
    font-size: 12px;
    color: #3658A6;
    line-height: 30px;
}

.pointer {
    cursor: pointer;
}

.commentSpacer {
    margin-top: 6px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #ccc;
}

/* Chrome/Opera/Safari */
::-moz-placeholder {
    color: #ccc;
}

/* Firefox 19+ */
:-ms-input-placeholder {
    color: #ccc;
}

/* IE 10+ */
:-moz-placeholder {
    color: #ccc;
}

/* Firefox 18- */
.newReplyTable {
    margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
    .newReplyTable {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 380px) {
    .newReplyTable {
        margin-bottom: 10px;
    }
}

.newReplyInput {
    color: black;
    border: 0px;
    font-size: 14px !important;
    height: 40px;
    width: 100%;
    padding-left: 8px;
}

.newReplyArea {
    background: black;
    height: 40px;
    width: 100%;
}

.commentFuncLine img,
.replyFuncLine img {
    top: -2px;
    position: relative;
}

.newReplyTable {
    margin-bottom: 10px;
    width: 100%;
}

.newReplyInput {
    color: black;
    border: 0px;
    font-size: 14px;
    height: 40px;
    width: 100%;
    padding-left: 8px;
}

.newReplyArea {
    background: #F6F7F9;
    height: 40px;
    width: 100%;
}

.busyMsg {
    padding-left: 10px;
    display: none;
    float: left;
    margin-top: 13px;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.newReplyButton,
.newCancelButton {
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.busyMsg {
    padding-left: 10px;
    display: none;
    float: left;
    margin-top: 13px;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.newReplyButton,
.newCancelButton {
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.mainReplies {
    white-space: nowrap;
}

.mainReplies .profilePic {
    width: 65px;
    display: inline-block;
    vertical-align: top;
}

.mainReplies .profilePic img {
    width: 48px;
}

.mainReplies .commentContent {
    padding-left: 12px;
    display: inline-block;
    white-space: normal;
    padding-right: 52px;
}

.post-btn {
    width: 60px;
}

.newReplyButton {
    width: 60px;
}

.newCancelButton {
    width: 68px;
}

.commentFuncLine img,
.usersComments img {
    margin-bottom: 0 !important;
}

.progress-bar {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    animation: .6s linear infinite animate-stripes;
    background-size: 30px 30px;
    background-color: #38ca3f;
    height: 15px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.wp-block-quote {
    border-left: 5px solid rgba(0, 0, 0, .05);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
    color: #222222;
    font-family: Helvetica;
}

@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 60px 0
    }
}

@keyframes animate-stripes {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 60px 0
    }
}

@media only screen and (min-width: 768px) {

    .mainWrapper h1 {
        font-size: 39px;
        line-height: 55px;
    }

    .flagSection {
        margin-top: 0px;
    }

    .postMetaWrapper {
        display: flex;
        align-items: center;
    }

    .rating .bl {
        margin-top: 0px;
    }

    .header-main .logoImg {
        width: 180px;
    }

    .flagSection img {
        width: 50px;
    }

    .footerMain .footer-links {
        margin-top: 0px;
    }

}

@media only screen and (min-width: 1200px) {
    .contentImg {
        width: 70%;
        margin: 0px auto;
    }

    .reviewBox {
        width: calc(100% - 50px);
        padding: 25px;
        margin-top: 0;
    }
}