.pd-none {
    padding: 0px !important;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.section-content {
    font-size: 14px;
}

.breadcrumbs {
    margin-top: 30px;
    margin-bottom: 30px;
}

.breadcrumbs__item {
    display: inline-block;
}

.breadcrumbs__item a {
    color: #54555e;
    font-weight: 600;
    text-decoration: none;
}

.breadcrumbs__item a:hover {
    color: #0354d6;
}

.breadcrumbs__url {
    cursor: pointer;
}

.breadcrumbs__item:after {
    content: '\002F';
    font-family: ui-icons;
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin: 0 6px;
    font-weight: 600;
}

.breadcrumbs__item:last-child:after {
    display: none;
}

.km-post-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.3px;
}

.blog-date {
    top: 2px!important;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #9E9E9E !important;
    position: relative;
    display: inline;
}

.blog-date li:first-child {
    border-right: 1px solid #9E9E9E;
    margin-right: 5px;
}

.blog-date li {
    display: inline;
}

.top-90 {
    top: 90px;
}

.sidebar-bg {
    background-color: #F9F9F9!important;
}

.home-section-title {
    font-size: 24px;
    font-weight: 700;
    color: #f58220!important;
    text-transform: capitalize;
}

.home-section-title:hover {
    color: #f58220;
}

.home-km-head-text {
    color: #000000!important;
    line-height: 26px;
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600!important;
}

.widget.no-border ul li {
    border: none;
    margin-bottom: 30px;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: inherit;
}

.home-km-head-text a {
    text-decoration: none;
}

.post h4 {
    font-size: 16px;
}

.pb-30 {
    padding-bottom: 30px;
}

hr {
    margin-top: 15px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #e3e4e8
}

.width-100 {
    width: 100%;
}

.post .image img {
    width: 100%;
    height: auto;
}

.post .image {
    margin-bottom: 20px;
}

.disclaimer-h6 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    color: #636363;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.5px
}

.title-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}


/* .title-wrap--line{
border-bottom:1px solid #d1d2d8;
padding-bottom:10px
} */

.title-wrap--pr {
    padding-right: 62px
}

.section-title {
    color: #000000;
    text-transform: capitalize;
    letter-spacing: .04em;
    margin-bottom: 4px;
    font-size: 24px;
    display: block;
    float: left;
    font-weight: 700
}

.section-title--sm {
    font-size: 18px
}

.entry__tags {
    margin-top: 30px;
}

.entry__tags i {
    font-size: 12px;
}

.entry__tags-label {
    color: #171821;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-right: 8px;
    margin-left: 3px
}

.entry__tags a {
    padding: 6px 10px;
    line-height: 1;
    margin: 0 8px 8px 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f7f7f7;
    font-family: 'Poppins', sans-serif;
    color: #54555e;
    display: block;
    float: left;
}

.m-l-0 {
    margin-left: 0px;
}

.social {
    display: inline-block;
    line-height: 32px;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.km-socials a {
    height: 40px!important;
    color: #fff!important;
}

.r-social {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start !important;
    margin-left: 15px;
}

.km-socials {
    margin-right: 20px;
}

.socials--wide a {
    width: 100%;
    padding: 0 15px;
    margin: 0;
    margin-bottom: 16px
}

.socials--large a {
    height: 46px;
    width: 110px;
    line-height: 46px;
    font-size: 16px
}

.social-instagram {
    background-color: #e1306c
}

.social-instagram:hover {
    background-color: #d81f5e!important;
    color: #fff!important
}

.social-rss {
    background-color: #ef822a
}

.social-rss:hover {
    background-color: #ed7412!important;
    color: #fff!important
}

.social-facebook {
    background-color: #39599f
}

.social-facebook:hover {
    background-color: #324e8c!important;
    color: #fff!important
}

.social-twitter {
    background-color: #55acee
}

.social-twitter:hover {
    background-color: #3ea1ec!important;
    color: #fff!important
}

.padding-l-30 {
    padding-left: 0px !important;
}

.social-linkedin {
    background-color: #0e76a8
}

.social-linkedin:hover {
    background-color: #0c6590!important;
    color: #fff!important
}

@media only screen and (max-width:767px) {
    .section-title {
        float: left
    }
}

.cta-section-title {
    margin-top: 30px;
    background: #ffedde;
    color: #f58220 !important;
    font-size: 24px;
    padding: 10px 0px 10px 15px;
    border-left: 3px solid #f58220
}

.cta-button {
    background: #f58220;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    margin-top: 10px;
}

.cta-desc {
    margin-bottom: 30px;
}

.cta-desc p {
    font-size: 16px !important;
    line-height: 26px !important;
    font-size: #000;
}

.cta-desc p em {
    font-style: normal !important;
}

.cta-desc p em a {
    color: #f58220 !important;
}

.video-title {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 70px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !important;
    display: -webkit-box;
    font-size: 16px;
    margin-top: 15px;
    color: #636363;
    font-weight: 600;
    line-height: 1.3;
    padding-right: 10px;
}

.video-icon {
    position: absolute;
    top: 26%;
    left: 42%;
}

.video-icon i {
    color: red;
    font-size: 32px !important;
    cursor: pointer;
}

.video-img {
    height: 150px;
    padding: 5px;
}

.owl-nav {
    position: absolute;
    top: -23%;
    left: 93%;
    color: #fff;
    font-size: 14px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
}

.owl-prev,
.owl-next {
    padding: 4px 7px;
    background: #d6d6d6;
    border-radius: 3px;
}

.owl-prev {
    position: absolute;
    left: -90% !important;
}

.owl-next {
    position: relative;
    left: 50% !important;
}

.social_web {
    display: block
}

.blog-tags {
    display: contents;
}

.margin-b0 {
    margin-bottom: 0px;
}

.p-lr-30 {
    padding: 0px 30px 0px 30px;
}

.p-tb-30 {
    padding: 30px 0px;
    margin: 0px;
}

.pb-50 {
    padding-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .km-post-title {
        font-size: 25px;
        line-height: 35px;
    }
    .socials--large a {
        width: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .cta-button {
        background: #f58220;
        color: white !important;
        font-size: 12px;
        font-weight: 600;
        padding: 10px;
        margin-top: 10px;
    }
    .km-post-title {
        font-size: 25px;
        line-height: 35px;
    }
    .socials--large a {
        width: 44px;
    }
}

#featured {
    background-size: 100%;
    background-position: center center;
}

.featured-content,
.featured-content:after,
.features .features-image,
.latest-news,
.latest-news:after,
.sales-box,
.sales-box:after,
.scores,
.scores:after {
    background-color: rgba(38, 38, 38, .7);
}

.featured-content,
.features .features-image,
.latest-news,
.sales-box,
.scores {
    position: relative;
    background-repeat: no-repeat;
}

@media (min-width: 1200px) {
    .padding-top-bottom {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .padding-top-bottom {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.padding-top-bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.km-mt-30 {
    margin-top: 30px;
}

.pb-10 {
    padding-bottom: 10px
}

.mt-20 {
    margin-top: 20px;
}

.km-mb-30 {
    margin-bottom: 30px;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

audio,
canvas,
video {
    display: inline-block;
}

.post-min-height {
    min-height: 930px;
    margin-bottom: 70px;
}

.post-content-height {
    text-align: left;
}


/*default post details css*/

.post-content-height img {
    width: auto;
    max-width: 100%;
}

.blog-date li a {
    color: #9E9E9E;
}

.km-post-detail-content p {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif  !important;
    color: #636363 !important;
    line-height: 26px !important;
}

.km-post-detail-content ul {
    list-style-type: disc;
    padding: 5px 20px;
    margin-left: 20px;
}

.km-post-detail-content ul li {
    padding: 10px;
    color: #636363;
    font-size: 16px
}

.km-post-detail-content ol li {
    padding: 10px;
    color: #636363;
    font-size: 16px
}

.km-post-detail-content img {
    width: auto;
}

.blog-date li a {
    color: #9E9E9E;
}

#vid_frame {
    width: 100%;
    height: 440px
}

.cursor {
    cursor: pointer !important;
}

.social_web {
    display: block !important
}

.margint20 {
    margin-top: 20px;
}

.phn_share_btn {
    float: right;
    border: 0px;
    background: transparent;
}

.phn_share_btn i {
    font-size: 16px;
    color: grey;
}

.phn_social_btns {
    width: 34%;
    height: 130px;
    position: absolute;
    z-index: 9;
    top: 14%;
    left: 64%;
    display: none;
    background: white;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.social_para {
    margin: 13px 10px
}

.social_mob {
    display: none !important;
}

.mob_social {
    display: inline !important;
    color: white;
    background: black;
    border-radius: 3px;
}

.f-padding {
    padding: 5px 7px
}

.t-padding {
    padding: 5px 5px
}

.l-padding {
    padding: 5px 6px
}

.social_para span {
    font-size: 14px !important;
}

.image img {
    margin-top: 15px;
}

@media (min-width: 320px) and (max-width: 500px) {
    .social_web {
        display: none !important
    }
    .margint20 {
        margin-top: 25px;
    }
    .social_mob {
        display: inline !important
    }
}


/*iPad Pro View*/

@media (min-width: 992px) and (max-width: 1199px) {
    #vid_frame {
        height: 270px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .post-min-height {
        min-height: 1060px;
    }
    #vid_frame {
        height: 370px
    }
}


/*Phone View*/

@media (min-width: 320px) and (max-width: 767px) {
    .comment-reply-button {
        margin: unset;
    }
    .comment-date-time {
        float: left !important;
    }
    .comment-para {
        padding-top: 15px;
    }
    .km-post-detail-content img {
        width: 100%;
    }
    #vid_frame {
        height: auto;
    }
    .social_web {
        display: none
    }
}

.blur-content {
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.hot-stock-div {
    padding-top: 60px
}

@media(min-width:1199px) {
    .hot-stock-div {
        padding: 80px 200px 0!important
    }
    .hot-stock-form-div {
        padding: 10px 180px!important
    }
}

.hot-stock-form {
    padding: 10px 50px 0;
    text-align: center
}

.hot-stock-form h3 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 600
}

.hot-stock-form input[type=submit] {
    background: #fc6b44;
    color: #fff;
    height: 46px;
    border: 1px solid #e3e4e8;
    width: 100%;
    padding: 0 12px;
    border: 0;
    border-radius: 4px
}

.hot-stock-form input {
    height: 46px;
    border: 1px solid #e3e4e8;
    background-color: #fff;
    width: 100%;
    margin-bottom: .5rem;
    padding: 0 12px;
    border-radius: 4px
}

.hot-stock-lead-text {
    top: 2px!important;
    font-size: 11px;
    font-weight: 700;
    color: #9e9e9e;
    text-align: center
}

.comp-view-all {
    float: right;
    letter-spacing: .04em;
    color: #fc6b44;
    font-size: 11px;
    line-height: 28px;
    text-decoration: none;
    -webkit-text-decoration-line: none;
    margin-right: 25px
}

.company-sidebar {
    height: 300px;
    margin-top: 20px;
    background-color: #f9f9f9!important
}

.company-sidebar-banner {
    height: 300px;
    padding: 50px
}

@media(min-width:992px) and (max-width:1199px) {
    .comp-md-4 {
        min-height: 320px
    }
    .comp-md-4 img {
        height: 150px
    }
    .comp-md-4 h3 {
        font-size: 18px;
        line-height: 25px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .tag-side-img-section {
        display: none
    }
    .tag-side-cont-section {
        width: 100%;
        float: left
    }
    .comp-md-4 {
        width: 50%;
        float: left;
        padding: 10px 25px 10px 0;
        min-height: 250px
    }
    .comp-md-4 img {
        height: 150px
    }
}

@media(min-width:320px) and (max-width:767px) {
    .comp-md-4 {
        width: 100%;
        float: left;
        padding: 0;
        margin-top: 20px;
        min-height: 250px
    }
    .comp-md-4 img {
        height: 140px
    }
    .comp-sec-section-title {
        font-size: 14px
    }
    .comp-code {
        padding: 7px 2px
    }
    .comp-sect {
        padding: 7px 2px;
        font-size: 11px;
        font-weight: 400;
        margin-left: 5px
    }
    .comp-graph-section {
        height: 320px
    }
    .hot-stock-form {
        padding: 0 20px
    }
    .comp-mt-50 {
        margin-top: 30px
    }
}

.km-hot-stock-content {
    margin: 0px
}

.post-content-height a {
    color: #0354d6 !important
}
.inner-content-post img{
    height: auto;
}