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


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

.related_words {
    padding: 10px;
    background: #e3e3e3;
    height: 200px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.related_blogs:hover .related_words {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
    -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, .2);
    transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.related_blogs {
    border: 1px solid #eae2e2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.related_thumb img {
    height: 150px
}

.related_title h5 {
    display: flex;
    align-items: center;
    padding: 0;
    height: 70px;
    overflow: hidden;
    font-size: 18px;
    line-height: 20px;
    color:red;
}

.related_cat {
    margin-bottom: 10px
}

.related_cat span {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 5px 20px;
    line-height: 15px;
    border-radius: 5px;
    background: #559df1
}

.related_content p {
    font-size: 13px;
    line-height: 22px
}

.related_content {
    border-top: 1px solid #e8e4e4;
    padding-top: 0
}

.related_widgets_greens {
    padding-bottom: 30px
}

.related_title {
    margin-bottom: 5px
}

.overall_related_greens {
    border: 1px solid #eee;
    padding: 0;
    transition: box-shadow 280ms ease-in-out;
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, .05), 0 4px 8px 3px rgba(60, 64, 67, .15);
    background-size: auto 103%;
    padding-bottom: 15px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.related_list_greens {
    background: linear-gradient(45deg, #000000a6, transparent);
    height: 100px;
    padding: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 1%
}

.related_list_greens h4 {
    padding: 0;
    line-height: 24px
}

.related_list_greens h4 a {
    color: #fff;
    font-family: inherit
}

.related_courcontent_greens {
    padding: 10px;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    margin: 10px 0 10px;
    color: #777474;
    height: 100px;
    overflow: hidden
}

.related_reviews_greens {
    padding-left: 10px;
    padding-right: 10px
}

.raleted_ratings_greens p {
    font-size: 12px;
    color: #938e8e;
    line-height: 20px
}

.raleted_ratings_greens .fa.fa-star.filled {
    color: #ffb606
}

.raleted_ratings_greens span {
    font-size: 13px
}

.raleted_ratings_greens .ratingtitle_greens {
    font-family: 'OpenSans-SemiBold'
}

.overall_related_greens:hover .releated_read_greens {
    bottom: 0;
    height: 10%;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.releated_read_greens {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    color: #fff!important;
}

.releated_read_greens a {
    font-size: 12px;
    display: block;
    padding: 10px;
    background: #157ac3;
    color: #fff!important;
    font-family: 'OpenSans-SemiBold'
}

#related_catcourse_greens .owl-prev,
#related_catcourse_greens .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
    width: auto;
    opacity: 0;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out
}

#related_catcourse_greens .owl-prev {
    left: -30px
}

#related_catcourse_greens .owl-next {
    right: -30px
}

.relatedbg_greens:hover #related_catcourse_greens .owl-prev {
    opacity: 1;
    left: 0;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out
}

.relatedbg_greens:hover #related_catcourse_greens .owl-next {
    opacity: 1;
    right: 0;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out
}

#related_catcourse_greens .owl-prev span,
#related_catcourse_greens .owl-next span {
    font-size: 40px;
    color: #333;
    background: #fff;
    width: 50px;
    display: block;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 2px 0 15px 1px #ccc
}

.cus_badge_greens {
    border-radius: 3px;
    font-size: 10px;
    padding: 2px 10px;
    background: darkgreen;
    border: none;
    color: #000;
    min-width: inherit;
    display: inline-block;
    font-weight: 700;
    line-height: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 0;
    vertical-align: baseline;
    margin-right: 20px;
    color:#fff;
}
.cus_badge_greens::after {
    background: inherit;
    content: '';
    height: 15px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 15px;
    display: block;
    border-radius: 3px;
    right: -5px;
    z-index: -1;
}
button:focus {
    outline: none;
    outline: none
}
.starratings {
    padding: 10px 0;
    font-size: 13px;
}