/* Theme's main style. */
 @import 'flexvideo.css';
 :root {
     --swiper-navigation-size: 18px;
}
 body, h1, h2, h3, h4, h5, h6, input, select, textarea {
     font-family: 'Dana', Sans-serif!important;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-weight: 400;
     line-height: 1.5;
}
 .aligncenter {
     display: block;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
 .alignleft {
     display: inline;
     float: left;
     margin-right: 1.5em;
}
 .alignright {
     display: inline;
     float: right;
     margin-left: 1.5em;
}
 .gallery {
     margin-bottom: 1.6em;
}
 .gallery-item {
     display: inline-block;
     padding: 1.79104477%;
     text-align: center;
     vertical-align: top;
     width: 100%;
}
 .gallery-columns-2 .gallery-item {
     max-width: 50%;
}
 .gallery-columns-3 .gallery-item {
     max-width: 33.33%;
}
 .gallery-columns-4 .gallery-item {
     max-width: 25%;
}
 .gallery-columns-5 .gallery-item {
     max-width: 20%;
}
 .gallery-columns-6 .gallery-item {
     max-width: 16.66%;
}
 .gallery-columns-7 .gallery-item {
     max-width: 14.28%;
}
 .gallery-columns-8 .gallery-item {
     max-width: 12.5%;
}
 .gallery-columns-9 .gallery-item {
     max-width: 11.11%;
}
 .gallery-icon img {
     margin: 0 auto;
}
 .gallery-caption {
     color: #707070;
     color: rgba(51, 51, 51, 0.7);
     display: block;
     font-size: 12px;
     font-size: 1.2rem;
     line-height: 1.5;
     padding: 0.5em 0;
}
 .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
     display: none;
}
 table {
     background-color: transparent;
     width: 100%;
     margin-bottom: 15px;
     font-size: .9em;
     border-spacing: 0;
     border-collapse: collapse;
     overflow-x: scroll;
     display: block;
}
table tbody {
	margin: 0 auto;
    display: table;
}
 table td, table th {
     padding: 15px;
     line-height: 1.5;
     vertical-align: top;
     border: 1px solid #ccc;
}
 table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
     background-color: #f7f7f7;
}
 .wp-caption {
     margin-bottom: 1.5em;
     max-width: 100%;
}
 .wp-caption source, .wp-caption img{
     border-radius: 8px!important;
}
 .wp-caption img[class*="wp-image-"] {
     display: block;
     margin: 1.2% auto 0;
     max-width: 98%;
}
 .wp-caption-text {
     text-align: center;
}
 .wp-caption .wp-caption-text {
     margin: 0.2em 0;
}
 .screen-reader-text {
     clip: rect(1px, 1px, 1px, 1px);
     position: absolute !important;
     height: 1px;
     width: 1px;
     overflow: hidden;
}
 .screen-reader-text:focus {
     background-color: #f1f1f1;
     border-radius: 3px;
     box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     clip: auto !important;
     color: #21759b;
     display: block;
     font-size: 14px;
     font-size: 0.875rem;
     font-weight: bold;
     height: auto;
     left: 5px;
     line-height: normal;
     padding: 15px 23px 14px;
     text-decoration: none;
     top: 5px;
     width: auto;
     z-index: 100000;
}
 textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
     box-shadow: inset 0 -1px 0 #ddd;
}
 .btn:focus,.btn:active:focus,.btn.active:focus, .btn.focus,.btn:active.focus,.btn.active.focus {
     outline: none!important;
     outline-style: none!important;
     box-shadow: none!important;
}
 body {
     text-align: right;
}
 a:hover {
     text-decoration: none;
}
 .ltr {
     direction: ltr!important;
}
 .rtl {
     direction: rtl!important;
}
.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto;
}
.wp-block-table table {
     border-collapse: collapse;
     width: 100%;
}
 table {
     background-color: transparent;
     width: 100%;
     margin-bottom: 15px;
     font-size: .9em;
     border-spacing: 0;
     border-collapse: collapse;
     overflow-x: scroll;
     display: block;
}
 table td, table th {
     padding: 15px;
     line-height: 1.5;
     vertical-align: top;
     border: 1px solid #ccc;
}
 table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
     background-color: #f7f7f7;
}
 .pagination {
     margin: 0;
}
 .pagination-center {
     text-align: center;
}
 .pagination-row {
     margin-bottom: 20px;
}
 .page-header {
     margin-bottom: 20px;
}
 .page-header-top-right {
     margin-top: 10px;
}
 .dropdown-menu {
     left: auto;
     right: 0;
     background-color: #ececec;
     border: none;
     border-radius: 0;
     text-align: right;
     padding: 0;
     margin: 0;
     box-shadow: 0px 0px 6px 1px rgb(51 51 51 / 31%);
}
 .dropdown-menu .dropdown-menu {
     right: 160px;
     left: auto;
     top: 0;
}
 .menu-item .nav-link {
     border-bottom: 3px solid white;
     /* -webkit-transition: .4s;
     -o-transition: .4s;
     transition: .4s; */
}
 .menu-item .nav-link:hover {
     border-bottom: 3px solid white;
}
 .dropdown-item {
     font-weight: 500;
     color: #3c3c3c;
     padding: 10px 20px;
     line-height: 20px;
     font-size: 13px;
}
 .dropdown-item:focus, .dropdown-item:hover {
     background-color: rgba(243, 130, 86, 1);
     color: #fff;
}
 .post-view-attachment .entry-attachment .attachment {
     text-align: center;
}
 .post-view-attachment .entry-attachment .attachment .card {
     margin: 0 auto;
     width: 400px;
}
 .post-view-attachment .entry-attachment .attachment .wp-video {
     margin: 0 auto;
}
 .row-with-vspace {
     margin-bottom: 20px;
}
 .site-footer {
     background-color: rgba(12, 126, 172, 1);
}
 .site-title {
     margin-bottom: 0;
     margin-top: 10px;
}
 .site-title > a {
     text-decoration: none;
}
 .site-title > div {
     height: auto;
     line-height: 18px;
}
 .site-title .site-description {
     color: #999;
     font-size: 16px;
}
 .site-title .site-title-heading {
     margin: 0;
}
 .widget_calendar .calendar_wrap table {
     font-size: 14px;
     margin: 0;
}
 .widget_calendar .calendar_wrap table caption {
     caption-side: top;
}
 .widget_calendar .calendar_wrap .table td, .widget_calendar .calendar_wrap .table th {
     padding: 8px;
}
 .widget_calendar .calendar_wrap .table #next {
     text-align: right;
}
 .myComment .card{
     background: #ecffea;
     border: 1px solid rgb(25 138 9 / 36%);
}
 #comments .comment-navigation, #comments .comment-navigation-below {
     margin-bottom: 20px;
     margin-top: 15px;
}
 #comments .comment-navigation {
     list-style: none;
     margin-top: 0;
     padding: 0;
}
 #comments .comment-respond {
     margin-top: 20px;
}
 #comments .media-list li .media {
     margin-top: 15px;
}
 #comments .media-list li .media .media-body {
     border: 1px solid #eee;
     padding: 10px;
}
 #comments .media-list li .media .media-body .comment-author {
     font-size: 12px;
     margin-bottom: 10px;
}
 #comments .media-list ul.children {
     list-style: none;
     margin-right: 2em;
     padding-right: 0;
}
section#comments>ul>li>article>.card {
    background: #ffecb3;
}
 #main .wp-video-shortcode {
     display: block;
     height: auto;
     max-width: 100%;
}
 #main .attachment .entry-content {
     margin-bottom: 20px;
}
article .entry-content{
	overflow:hidden;
}
 #main .attachment .entry-content .attachment {
     text-align: center;
}
 #main .attachment .entry-meta {
     margin-bottom: 20px;
}
 .entry-content p {
     line-height: 2rem;     
     text-align: justify;
     font-size: 16px;
}
.entry-content p mark {
    background-color: #80deea !important;
}
 .entry-content li {
     line-height: 2rem 
}
 figcaption {
     background: rgb(216,233,249);
     background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(216,233,249,1) 50%, rgba(255,255,255,0) 100%);
     padding: 10px;
     border-radius: 10px;
     font-size: 15px;
     font-style: normal;
     color: #333;
     line-height: 1.4;
     font-weight: 400;
	 margin-top: 2px;
}
.wp-block-audio audio {
    min-width: auto!important;
}
 .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
     margin-top: 0.5rem;
     margin-bottom: 1rem;
     font-family: inherit;
     line-height: 1.2;
     color: #252525;
     font-weight: 900;
}
 .entry-content h2 {
     font-size: 22px;
}
 .entry-content h3 {
     font-size: 18px;
}
 .entry-content h4 {
     font-size: 17px;
}
 .entry-content h5 {
     font-size: 16px;
}
 .entry-content h6 {
     font-size: 15px;
}
.illness {
    background: #f9fcff;
    padding: 1em;
    border-radius: 10px;
    border: 1px solid #bbdefb;
    margin-bottom: 10px;
}
 .illness .h3 {
     font-size: 14px;
     color: #006cff;
     border-bottom: 1px dashed #e0e0e0;
     padding-bottom: 10px;
     margin: 0 0 10px 0;
}
 .illness .dis {
     color: #7a7a7a;
     font-size: 15px;
     padding-right: 5px;
}
 .illness .rads {
     position: relative;
     top: 3px;
}
 .illness .dis:hover {
     color: #006cff;
}
 .illness .disdesc {
     background-color: #FFEDBB;
     margin-top: 15px;
     padding: 25px 10px 25px 10px;
}
 .illness .collapse {
     opacity:0.5;
}
 .illness .collapse.show {
     opacity:1;
}
 .illness .collapsing {
     opacity:0.5;
     transition:all 0.1s ease;
     transition-delay: 0s;
}
.illness #illnessparent .disdesc picture.rounded, .illness #illnessparent img {
    width: 72px;
    display: table;
    margin: 0 auto;
}
.schema-faq-section {
    border: 1px solid #bdbdbd;
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
}
.schema-faq-section .schema-faq-question {
    background: #f5f5f5;
    display: block;
    padding: 10px;
    font-size: 15px;
}
.schema-faq-section .schema-faq-answer {
    font-size: 14px;
    text-align: justify;
    padding: 10px 10px 0;
    line-height: 30px;
}
 #main .post .entry-content img {
     height: auto;
     max-width: 100%;
}
 #main .post, #main .page {
     margin-bottom: 20px;
     overflow-x: auto;
     padding: 10px;
}
 #main .post .entry-header .entry-meta {
  /*  background: #ececec; */
     padding: 10px 15px;
     margin: 15px 0;
     border-radius: 10px;
}
 #main .post .entry-header .entry-meta, .tags-links {
     color: #333;
     font-size: 0.7rem;
}
 #main .post .entry-header .entry-meta a, .tags-links a {
     color: #006cff;
}
 #main .post .entry-header .entry-meta a:hover, .tags-links a:hover {
     color: #0b59c4;
}
 #main .post .entry-header .entry-meta .posted-on .updated {
     display: none;
}
 #main .post .entry-meta .categories-icon {
     cursor: default;
}
 #main .post .entry-meta .comments-link a {
     color: #333;
}
 #main .post .entry-meta .comments-link a .comment-total, #main .page .entry-meta .comments-link a .comment-total {
     color: #555;
}
 #main .attachment .edit-post-link a, #main .attachment .entry-meta .edit-post-link a, #main .post .entry-meta .edit-post-link a, #main .page .entry-meta .edit-post-link a {
     color: #333;
}
 #main .post .entry-meta .tags-icon {
     cursor: default;
}
 #main .attachment .entry-title, #main .post .entry-title, #main .page .entry-title {
     margin-top: 10px;
     word-wrap: break-word;
}
 #sidebar-left .widget, #sidebar-right .widget {
     border: 1px solid #eee;
     margin-bottom: 10px;
     overflow: hidden;
     padding: 10px;
     border-radius: 10px;
}
 #sidebar-left .widget ul, #sidebar-right .widget ul {
     padding-left: 0;
     padding-right: 20px;
     text-align: right;
}
 #sidebar-left .widget .widget-title, #sidebar-right .widget .widget-title {
     font-size: 18px;
     margin-top: 0;
}
 .err404 {
     font-size: 5rem;
}
 .entry-meta i {
     margin-right: 10px;
     margin-left: 2px;
}
 .entry-meta i:first-child {
     margin-right: 0;
}
 .navbar {
     min-height: 54px;
}
 .ili-top-bar {
     background: rgba(86, 199, 243, 1);
     padding: 12px 0 12px;
     color: #cbe4ff;
}
 .ili-top-links {
     margin-top: 3px;
}
 .ili-top-links li a {
     color: #fff;
     font-size: 13px;
     font-weight: 500;
}
 .ili-top-links .list-inline-item:not(:last-child) {
     margin-left: 0.5rem;
     margin-right: 0rem;
     border-left: 2px solid #eee;
     padding-left: .6rem;
     line-height: 17px;
     padding-bottom: 2px;
}
 .ili-top-links .list-inline {
     padding-right: 0;
     margin-bottom: 0;
     list-style: none;
}
 .ili-top-search .input-group .ili-top-search-input {
     border-radius: 0.25rem!important;
     border-top-left-radius: 0!important;
     border-bottom-left-radius: 0!important;
     background: white;
     font-size: 15px;
     padding: 0 .5rem;
     height: 1.98rem;
     border: 1px solid #eee;
}
 .ili-top-search .input-group .ili-top-search-btn {
     border-radius: 0.25rem!important;
     border-top-right-radius: 0!important;
     border-bottom-right-radius: 0!important;
     background: white;
     padding: 0 1.5rem;
     border: 1px solid #eee;
}
 .ili-top-search-two .input-group .ili-top-search-input {
     background: white;
     font-size: 16px;
     border: 1px solid rgba(209, 213, 219, 1);
}
 .ili-top-search-two .input-group .ili-top-search-btn {
     background: white;
     border: 1px solid rgba(209, 213, 219, 1);
     color: rgba(75, 85, 99, 1);
}
 .ili-top-search .input-group input[type=text]:focus{
     box-shadow: none;
}
 .ili-404-search {
     max-width: 500px;
     margin: 0 auto;
}
 .ili-top-social li a {
     background: #fff;
     padding: 4px 7px 0px;
     border-radius: 3px;
     font-size: 20px;
}
 .ili-top-social .list-inline {
     margin-bottom: 0;
     margin-top: 2px;
}
 .ili-top-social .list-inline-item:not(:last-child) {
     margin-left: 0.5rem;
     margin-right: 0rem;
}
 .ili-logo {
     max-width: 95px;
     max-height: 19px;
}
 .ili-nav {
     background-color: rgb(255, 255, 255);
     transition: top 0.2s ease-in-out;
     box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);

}
 .ili-nav .navbar-brand {
     margin-right: 0;
}
 .ili-nav .nav-link {
     font-size: 13px;
     padding: 0.9rem 1rem!important;
     text-align: right;
     font-weight: 400;
    color: rgba(75, 85, 99, 1);
}
 .ili-nav .dropdown-toggle::after {
     margin-right: 10px;
     margin-left: 0;
     margin-bottom: -2px;
}
 .ili-top-grid {
     margin: 1em 0 0;
}
 .ili-top-grid-item {
     min-height: 150px;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     background-position-x: center;
     background-position-y: center;
     position: relative;
     box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 11%);
}
 .ili-top-grid-item:after{
     background: #000;
}
 .ili-top-grid-item-bigger {
     min-height: 315px;
}
 .ili-top-grid-item-title {
     position: absolute;
     bottom: 5px;
     right: 10px;
     display: block;
     width: calc(100% - 20px);
     padding: 10px;
     text-align: right;
     font-size: 0.9rem;
     line-height: 1.6rem;
     background: rgb(0 0 0 / 80%);
     border-radius: 5px;
	 background: rgb(255 255 255 / 50%);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    box-shadow: rgba(149,157,165,.2) 0 8px 24px;
}
 .ili-top-grid-item-bigger .ili-top-grid-item-title {
     position: absolute;
     bottom: 5px;
     right: 10px;
     display: block;
     width: calc(100% - 20px);
     padding: 13px 10px 10px;
     text-align: right;
     font-size: 1.3rem;
     line-height: 1.6rem;
     border-radius: 5px;
	 background: rgb(255 255 255 / 50%);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    box-shadow: rgba(149,157,165,.2) 0 8px 24px;
}
 .ili-top-grid-item-title a{
     color: #212529;
}
 .ili-top-grid-cat {
     background: rgba(243, 130, 86, 1);
     color: #ffffff;
     font-size: .7rem;
     padding: 2px 5px;
     margin: 4px;
     border-radius: 5px;
     display: block;
     margin-top: 4px;
     float: right;
     transition: all .2s ease-in-out;
}
 .ili-top-grid-cat:hover {
     background: rgb(255 255 255 / 85%);
     color: rgba(243, 130, 86, 1);
}
 .general-headline {
     background-color: rgba(86, 199, 243, 1);
     color: #fff;
     text-align: right;
     font-size: 18px;
     border-radius: 10px;
     padding: 15px;
     font-weight: 600;
     margin: 20px 0 15px;
}
 .general-headline h1, .general-headline h2, .general-headline h3 {
     text-align: right;
     font-size: 18px;
     font-weight: 600;
}
 .general-headline-btn {
     background: rgba(243, 130, 86, 1);
     color: #fff;
     text-align: right;
     font-size: 15px;
     border-radius: 10px;
     font-weight: normal;
     padding: 5px 25px;
}
 .general-headline-btn-insta {
     background: #1e68cd;
     color: #fff;
     text-align: right;
     font-size: 23px;
     border-radius: 10px;
     font-weight: normal;
     padding: 6px 9px 0px 10px;
     position: relative;
     top: -1px;
     transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 .general-headline-btn-insta:hover {
     background: #ffffff;
     color: #006cff;
}
 .general-headline-sidebar {
     background: rgba(209, 213, 219, 1);
     text-align:center;
     color: #3c3c3c;
}
 .general-headline-footer {
     background: #ececec;
     text-align:center;
     color: rgba(12, 126, 172, 1);
}
 .general-headline-footer i {
     border-radius: 50%;
     background: #fbfbfb;
     padding: 6px 8px 4px;
     position: relative;
     top: 1px;
     font-size: 12px;
     right: 5px;
}
 .author-box {
     background: #efeff8;
     border-radius: 5px;
     padding: 15px;
     border: 1px solid #eee;
     margin-bottom: 5px;
}
 .author-box .btn{
     font-size: 10px;
}
 .author-box-title {
     font-size: 18px;
     font-weight: 600;
     border-bottom: 4px solid #e5e5f4;
     padding-bottom: 10px;
     margin-top: 8px;
}
 .swiper-date-item {
     background: rgba(243, 130, 86, 1);
     color: #fff;
     font-size: 13px;
     max-width: 95px;
     text-align: center;
     margin: 0 auto;
     position: relative;
     top: -16px;
     padding: 5px 3px 3px;
     border-radius: 10px 10px 0 0;
}
 .swiper-title-item {
     text-align: center;
	 line-height: 26px;
	 margin-top: 10px;
}
 .swiper-title-item a{
     font-size: 15px;
     font-weight: 600;
     line-height: 1.8em;
     color: #3c3c3c;
}
 .swiper-button-next, .swiper-button-prev {
     background: #111;
     color: #fff;
     width: 50px;
     height: 50px;
     font-weight: 900 
}
 .swiper-img-item , .swiper-img-item img, .swiper-img-item source{
     width: 100%;
     height: auto;
}
 .higherheight .swiper-img-item , .higherheight .swiper-img-item img, .higherheight .swiper-img-item source{
     width: 100%;
     height: auto;
}
 .swiper-container{
     height: 100%;
     max-height: 100vw;
     min-height: 0;
     min-width: 0;
     max-width: 100vw;
     width: 100%;
     overflow: hidden;
}
 .swiper-slide{
     width: auto;
     flex-shrink: 0;
     display: block;
     height: 100%;
     max-height: 100%;
}
 .swiper-wrapper{
     max-height: 100%;
     height: 100%;
     display: flex;
}
 #fixedsidebarend {
     display: block;
     height: 1px;
}
 .shimmerBG {
     animation-duration: 2.2s;
     animation-fill-mode: forwards;
     animation-iteration-count: infinite;
     animation-name: shimmer;
     animation-timing-function: linear;
     background: #ddd;
     background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
     background-size: 1200px 100%;
}
 .ili-sidebar-recent.shimmerBGHard {
     animation-duration: 2.2s;
     animation-fill-mode: forwards;
     animation-iteration-count: infinite;
     animation-name: shimmer;
     animation-timing-function: linear;
     background: #ddd;
     background: linear-gradient(to right, #F6F6F6 8%, #cccccc 18%, #F6F6F6 33%);
     background-size: 1200px 100%;
}
 @-webkit-keyframes shimmer {
     0% {
         background-position: -100% 0;
    }
     100% {
         background-position: 100% 0;
    }
}
 @keyframes shimmer {
     0% {
         background-position: -1200px 0;
    }
     100% {
         background-position: 1200px 0;
    }
}
 .ili-grid-wrapper .row{
     margin: 0 -5px;
}
 .ili-grid {
     border-style: solid;
     border-width: 1px 1px 1px 1px;
     border-color: #ECECEC;
     box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 11%);
     transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
     border-radius: 10px;
     padding: 10px;
}
 .ili-grid:hover {
     box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 55%);
}
 .ili-grid > a{
     display: block;
     border-radius: 8px;
     min-height: 120px;
     text-align: center;
}
 .ili-grid img {
     border-radius: 8px;
     max-width: 100%;
}
 .ili-grid-title {
     text-align: center;
     padding: 10px 10px 15px;
}
 .ili-grid-title a{
     font-size: 14px;
     font-weight: 600;
     line-height: 28px;
     color: #3c3c3c;
}
 .ili-sub-cat {
     border-bottom: 1px dashed #bababa;
     padding-bottom: 5px;
     margin-bottom: 10px;
     margin-top: -10px;
}
 .swiper-button-next, .swiper-button-prev {
     top: 35%;
}
 .ili-sub-cat a {
     border: 1px solid #ccc;
     font-size: 0.7rem;
     padding: 4px 8px;
     margin-left: 10px;
     margin-bottom: 7px;
     display: inline-block;
     color: #757474;
     background: #fbfdff;
}
 .ili-sub-cat a:hover {
     color: #333;
     background: #fff;
}
 .taxonomy-description, .taxonomy-descriptionTwo {
     background-color: #ECECEC;
     padding: 20px;
     margin: 15px;
     border-radius: 10px;
     width: calc(100% - 30px);
}
 .taxonomy-description p, .taxonomy-descriptionTwo p{
     font-size: 14px;
     font-weight: 400;
     line-height: 25px;
     color: #7a7a7a 
}
 .btn-load-more {
     background: rgba(243, 130, 86, 1);
     color: #fff;
     padding: 0.375rem 1rem 0.375rem 1.5rem;
}
 .btn-load-more i{
     position: relative;
     top: 3px;
     left: -10px;
}
 .btn-load-more.btn-clicked {
     background: #ff7cbb 
}
 .btn-load-more.btn-clicked:hover {
     color: #fff;
     cursor: progress;
     cursor: wait;
}
 .placeholderimg {
     background: #eef5fe;
     width: 100%;
     padding: 25px;
}
 #breadcrumbs {
     font-size: 0.7rem;
     margin: 10px 25px 0;
}
 .ili-sidebar-cats {
     margin-bottom: 5px;
}
 .ili-sidebar-cat {
     background: #ececec;
     padding: 15px 5px 10px 5px;
     text-align: center;
     border-radius: 10px;
}
 .ili-sidebar-cat .catTitle {
     font-size: 1.75rem;
     font-weight: 500;
     line-height: 1.2;
}
 .ili-sidebar-cat .catTitleOther a{
     color: #fff;
     font-size: 13px;
     font-weight: 400;
     line-height: 1.2;
}
 .ili-sidebar-cat .catTitleOther div{
     color: #fff;
     font-size: 13px;
     font-weight: 400;
     line-height: 1.9;
}
 .ili-sidebar-cat .catTitleOther div:hover{
     cursor: pointer;
}
 .ili-sidebar-cat img{
     width: 41px;
}
 .ili-sidebar-cat a{
     font-size: 13px;
     font-weight: normal;
     color: #207efc;
}
 .ili-sidebar-cat-other {
     background-color: #85B9FF;
     color: #fff;
}
 .ili-sidebar-cat-other h3, .ili-sidebar-cat-other h3 a{
     color: #fff;
     font-size: 13px;
     font-weight: normal;
}
 .ili-sidebar-cat-plus {
     font-size: 50px;
     width: 41px;
     height: 41px;
     line-height: 60px;
     margin: 0 auto;
}
 .ili-sidebar-cat-wrap.hide {
     display: none;
}
 .ili-sidebar-cat-other.disabled {
     background: #eaeaea;
     cursor: not-allowed 
}
 .ili-sidebar-cat-other.disabled h3 a, .ili-sidebar-cat-other.disabled h3 a:hover{
     cursor: not-allowed;
     text-decoration: none;
}
 .ili-sidebar-banner {
     border-radius: 10px;
}
 .ili-sidebar-banner img {
     border-radius: 10px;
}
 .widget h2 {
     font-size: 1.1rem;
     text-align: right;
     border-bottom: 1px solid #eee;
     padding-bottom: 10px;
     font-weight: 600;
}
 .ili-sidebar-moving {
     background: #006cff;
     border-radius: 10px;
     margin-bottom: 10px;
     transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
 .ili-sidebar-moving .btn:hover {
     background: #17498e;
     color: #fff;
}
 .ili-sidebar-moving-in img{
     width: 150px;
}
 .ili-sidebar-moving-in .h3{
     color: #FFFFFF;
     font-size: 13px;
     font-weight: 600;
     line-height: 25px;
}
 .ili-sidebar-moving-in p {
     color: #FFFFFF;
     font-size: 14px;
     line-height: 25px;
}
 .ili-sidebar-moving-in a {
     background: #378bff;
     color: #FFFFFF;
     font-size: 14px;
     line-height: 25px;
}
 .ili-sidebar-forum {
     margin-bottom: 10px;
}
 .ili-sidebar-recent {
     background: #f5f5f5;
     border-radius: 10px;
     margin-bottom: 10px;
     padding: 15px;
}
 .ili-sidebar-recent .h4 {
     text-align: center;
     color: #006cff;
     font-size: 15px;
     font-weight: 600;
     margin-bottom: 25px;
}
 .ili-sidebar-recent ul {
     margin: 0px;
     padding: 0;
     overflow: hidden;
}
 .ili-sidebar-recent ul li {
     overflow: hidden;
     font-size: 14px;
     margin-bottom: 20px;
     border-bottom: 1px dashed #ddd;
     padding-bottom: 20px 
}
 .ili-sidebar-recent ul li:last-child {
     margin-bottom: 0;
     border-bottom: none;
     padding-bottom: 0 
}
 .ili-sidebar-recent .sidebar-thumb{
     float: left;
     overflow: hidden;
     margin-right: 15px;
}
 .ili-sidebar-recent .sidebar-thumb img{
     height: 90px;
     width: 100px;
     border-radius: 5px;
}
 .ili-sidebar-recent .h5{
     font-size: 12px;
     cursor: pointer;
     line-height: 23px;
     text-align: justify;
}
 .ili-sidebar-recent .h5 a:hover{
     color: #0056b3;
}
 .ili-sidebar-recent .h5 a{
     color: #202020;
     outline: 0 none;
     text-decoration: none;
     font-weight: bold 
}
 .ili-sidebar-recent .sidebar-meta a{
     font-size: 11px;
     color: #007bff;
     padding-right: 5px;
}
 .ili-sidebar-recent .sidebar-meta a:hover{
     color: #0056b3;
}
 .ili-sidebar-recent .sidebar-meta a i {
     color: #c4c4c4;
     position: relative;
     top: 1px;
     right: -4px;
}
 .ili-progress {
     border: 2px solid #eee;
     border-radius: 5px;
     margin-bottom: 20px;
}
 .accordion-wrapper {
     margin-bottom: 10px;
}
 .accordion-wrapper .card{
     border-radius: 0;
}
 .accordion-wrapper .btn {
     padding:0;
     color: #0084b6;
}
 .accordion-wrapper .btn:hover, .accordion-wrapper .btn:focus {
     text-decoration: none;
}
 .accordion-wrapper .card-header {
     border-bottom: 0;
}
 #rp-bar{
     width: 100%;
     top: 0;
     right: 0;
     position: relative;
     background-color: #c9c9c9;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
}
 #rp-bar div {
     height: 100%;
     float:left;
     overflow:hidden;
     position: relative;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
}
 #rp-read{
     background-color: rgba(243, 130, 86, 1);
}
 #rp-unread{
     background-color: #c9c9c9;
}
 .footer-ul {
     color: #FFFDFD;
     text-align: right;
     padding-right: 1.7rem;
}
 .footer-ul li{
     margin-bottom: 15px;
}
 .footer-ul li a{
     color: #FFFDFD;
     font-size: 16px;
}
 .ili-newsletter {
     background: #ececec;
     padding: 5%;
     border-radius: 0px 0px 25px 25px;
}
 .ili-newsletter .gform_wrapper.gravity-theme .gform_fields {
     align-items: flex-start;
}
 .ili-newsletter .gform_heading, .ili-newsletter .gform_wrapper .gform_validation_errors{
     display: none;
}
 .ili-newsletter .gform_wrapper.gravity-theme .gfield {
     position: relative;
     justify-content: center;
}
 .ili-newsletter .gform_wrapper .gfield_validation_message, .ili-newsletter .gform_wrapper .validation_message {
     font-size: 11px!important;
     padding: 5px 7px!important;
     text-align: center;
     bottom: -48px;
     border-radius: 5px;
     left: 0;
     background: #ffe3eb;
}
 .ili-newsletter .gform_confirmation_message {
     background: #8bc34a;
     text-align: center;
     color: #fff;
     padding: 5px;
     border-radius: 10px;
}
 .ili-newsletter .ginput_container_email input{
     display: block;
     width: 100%;
     height: calc(1.5em + 0.75rem + 2px)!important;
     padding: 0.375rem 0.75rem!important;
     font-size: 1rem!important;
     font-weight: 400;
     line-height: 1.5;
     color: #495057;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     border-radius: 0.25rem;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 .ili-newsletter #field_submit input {
     display: inline-block;
     font-weight: 400;
     text-align: center;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     border: 1px solid rgba(86, 199, 243, 1);
     padding: 0.375rem 0.75rem;
     font-size: 1rem;
     line-height: 1.5;
     border-radius: 0.25rem;
     transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     color: #fff;
     background-color: rgba(86, 199, 243, 1);
}
 .ili-newsletter .gform_wrapper.gravity-theme .gform_footer, .ili-newsletter .gform_wrapper.gravity-theme .gform_page_footer {
     margin: 0;
     padding: 0;
}
 .ili-newsletter .h2 {
     text-align: right;
     color: rgba(10, 10, 10, 1);
     font-size: 18px;
     font-weight: 500;
     line-height: 28px;
}
 .ili-footer-logo img{
     max-width: 120px;
}
 .ili-app-download-footer {
     background: #3389ff;
     border-radius: 10px;
     padding: 1rem;
}
 .ili-app-download-footer-title{
     font-size: 18px;
     color: #fff;
     padding: 8px;
     text-align: right;
     margin: 0;
}
 .ili-footer-city-wrap {
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
}
 .ili-footer-city {
     display: block;
     position: relative;
     left: -50%;
	 width: 100%;
     -webkit-transform: translateX(50%);
     -ms-transform: translateX(50%);
     transform: translateX(50%);
}
 .rounded, .rounded source, .rounded img{
     border-radius: .5rem!important;
}
 .rounded-circle, .rounded-circle source, .rounded-circle img{
     border-radius: 50%!important;
}
 .story-thumb {
     display: block;
     border: 5px solid #ececec;
     width: 100px;
     margin: 0 auto;
     margin-top: 10px;	 
}
 .story-thumb img{
     width: 95px!important;
     height: 90px!important;
}
 .story-titles {
	 align-self: center;
}
 .stories-titles {
	 align-self: center;
}
 .stories-titles .ili-post-title {
    font-size: 15px;
}
 .stories-disease {
	 font-size: .7rem;
	 color: #191818;	 
}
 .stories-disease a {
	 color: #78797e;	 
}
 .stories-disease a:hover {
	 color: #007bff;	 
}
 .stories-disease i {
	 margin-left: 4px;
}
 .story-badge {
	 border: 1px solid;
	 padding: 4px 6px 4px 14px;
	 border-radius: 2rem;
	 font-size: .7rem;
	 text-shadow: 0px 0px 3px #ffffff;
	 line-height: 2rem;
}
 .story-badge a{
	 color: inherit!important;
}
 .stories-badge-top {
	 position: absolute;
	 left: 15px;
	 top: -3px;
}
 .stories-badge-top .story-badge {
	 border: 0;
	 padding: 4px 6px 6px 14px;
	 border-radius: 0;
	 -webkit-border-bottom-right-radius: 8px;
	 -webkit-border-bottom-left-radius: 8px;
	 -moz-border-radius-bottomright: 8px;
	 -moz-border-radius-bottomleft: 8px;
	 border-bottom-right-radius: 8px;
	 border-bottom-left-radius: 8px;

	 font-size: .7rem;
	 text-shadow: 0px 0px 3px #ffffff;
	 line-height: 2rem;
}
 .story-badge img {
	 width: 15px;
	 height: 15px;
	 margin-left: 5px;
}
 .story-search label{
	 font-size: 13px;
	 font-weight: bold;
	 color: #4e4e4e; 
}
 .story-search select{
	 border: 1px solid #ffffff; 
}
 .stories-meta {
	 margin: -10px;
	 font-size: .7rem;
	 padding: 8px 10px;
	 border-top: 1px solid #eee;
	 -webkit-border-bottom-right-radius: 10px;
	 -webkit-border-bottom-left-radius: 10px;
	 -moz-border-radius-bottomright: 10px;
	 -moz-border-radius-bottomleft: 10px;
	 border-bottom-right-radius: 10px;
	 border-bottom-left-radius: 10px;
	 border-left: 1px solid #fff;
}
 .ili-sidebar-howtowrite .btn {
	 background: #007aff;
	 color: #fff;
	 padding: 0.5rem 0.75rem;
 }
 .write-your-story-header {
	 background: url('../img/write-your-story.jpg') no-repeat center center #006cff;
	 background-size: cover; 
 }
 .write-your-story-header h1 {
	 color: #fff;
	 font-size: 1.5rem;
	 margin-bottom: 20px;
	 margin-top: 20px;
 }
 .write-your-story-howtowrite {
	 margin-bottom: 20px;
 }
 .write-your-story-howtowrite a {
	 border: 2px solid #fff;
	 padding: .3rem .8rem;
	 color: #fff;
	 border-radius: 30px;
	 background: rgb(255 255 255 / 18%);
     text-shadow: 1px 1px 1px #014097;
}
 .write-your-story-howtowrite a i {
	 margin-left: 5px;
}  
 .write-your-story-howtowrite a:hover {
	 color: #fff;
	 border-radius: 30px;
	 background: #006cff;
}
 .img-fluid, .img-fluid source, .img-fluid img {
     max-width: 100%;
     height: auto;
}
 .ili-post-title {
     color: #3c3c3c;
     font-size: 25px;
     font-weight: 900;
     line-height: 1.8em;
     margin-top: 25px!important;
}
 p.rmp-heading.rmp-heading--title {
     font-size: 14px;
     font-weight: 900;
     color: #66bb6a;
}
 ul li.rmp-rating-widget__icons-list__icon.js-rmp-rating-item:first-child i {
     font-size: 1.5rem;
}
 ul li.rmp-rating-widget__icons-list__icon.js-rmp-rating-item:nth-child(2) i {
     font-size: 1.75rem;
}
 ul li.rmp-rating-widget__icons-list__icon.js-rmp-rating-item:nth-child(3) i {
     font-size: 2rem;
}
 ul li.rmp-rating-widget__icons-list__icon.js-rmp-rating-item:nth-child(4) i {
     font-size: 2.5rem;
}
 ul li.rmp-rating-widget__icons-list__icon.js-rmp-rating-item:nth-child(5) i {
     font-size: 3rem;
}
 .pagination-single {
     margin-bottom: 5px;
     padding-top: 5px;
}
 .author-box-content p {
     font-size: .9rem 
}
 .pagination {
     padding: 0;
     direction: rtl;
}
 .pagination i{
     color: #333 
}
 .pagination-nav-container .pagination {
     direction: rtl;
     margin-top: 15px;
     margin-bottom: 10px;
}
 .pagination-nav-container .page-link {
     font-size: .8rem;
}
 .page-link {
     color: #007bff;
     background-color: #fff;
     border: none;
     font-size: .6rem;
     border-radius: .25rem 
}
 .page-link .title {
     padding:0 5px;
}
 .page-item {
     direction: rtl;
     margin: 2px;
}
 .page-item p {
     color:#333;
     font-size: 20px;
     font-weight: 700;
}
 .list-unstyled {
     padding-right: 0;
}
 .comment-body {
     -webkit-box-shadow: 0 2px 5px 0 #d8d8d8;
     box-shadow: 0 2px 5px 0 #d8d8d8;
     border-radius: 8px;
     margin-bottom: 15px;
}
 img.avatar.avatar-32 {
     position: absolute!important;
     margin: -6px 8px 0 0!important;
     border: 1px solid #eee;
     border-radius: 5px!important;
     background: #eee;
     width: 32px;
}
 body.rtl #comments .comment .avatar, body.rtl #comments .pingback .avatar {
     left: auto;
     right: 0;
     margin-right: 0;
     margin-left: 10px;
}
 .fn {
     padding-right: 30px;
}
 #comments .card-header {
     font-size: 12px;
     color: #9f9f9f;
}
 #comments .card-header a{
     color: #9f9f9f;
}
 .comment-edit-link {
     margin-right: 5px;
}
 .comments-title {
     font-size: 17px;
     font-weight: 600;
     color: #5f5f5f;
}
 #respond {
     border: 1px solid #ccc;
     padding: 15px;
     border-radius: 8px;
     margin-bottom: 25px;
}
 #reply-title {
     font-size: 18px;
     font-weight: 600;
}
 .suggestedDoc {
     background: #fff;
	 border-top: 1px solid #eee;
	 box-shadow: 0px 0px 16px 1px #d1d1d1;
}
 .suggestedDocImgWrapper {
	max-width: 64px;
}
 .suggestedDocName a {
    color: #007bff;
    font-size: .8rem;
    font-weight: bold;
}
 .suggestedDocSpecialty {
	 color: #333;
	 font-size: .7rem;
}

.suggestedDocDesc {
	margin-top: 5px;
}
.docDismiss {
	position: absolute;
    top: -30px;
    font-size: .7rem;
    background: #fff;
    padding: 10px 30px 15px 18px;
    border-top: 1px solid #f3f3f3;
    box-shadow: 0px -6px 9px 0px rgb(209 209 209 / 16%);
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.docDismiss .close {
	padding: 11px 10px 0px;
    color: #f44336;
    opacity: 1;
    line-height: 1rem;
}

.suggestedDocDesc .front-stars, .suggestedDocDesc .back-stars, .suggestedDocDesc .star-rating {
  display: flex;
}

.suggestedDocDesc .star-rating {
    align-items: center;
    font-size: .7em;
    justify-content: flex-start;
    margin-top: 0;
}

.suggestedDocDesc .back-stars {
    color: #d5d5d5;
    position: relative;
}

.suggestedDocDesc .back-stars .fa{
    margin-left: 1px;
}

.suggestedDocDesc .front-stars {
  color: #FFBC0B;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.5s;
}

.suggestedDocDesc .percent {
  color: #bb5252;
  font-size: 1.5em;
}

 p.comment-notes {
     font-size: 10px;
     color: #1976d2;
     background: #f2f9fe;
     padding: 5px 5px;
     border-radius: 3px;
     border: 1px solid;
     margin-bottom: 5px;
}
 #cancel-comment-reply-link {
     float: left;
}
 .POST-CTA-BOX {
padding: 0 24px 24px;
    margin: 0 auto 48px;
    background: #006cff;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    max-width: 355px;
}
 .POST-CTA-BOX img {
     height: auto;
     max-width: 100%;
     border: none;
     border-radius: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .POST-CTA-BOX div,.POST-CTA-BOX h3 {
font-size: 25px;
    color: #fff;
    font-weight: 900;
    line-height: 45px!important;
    word-spacing: 0;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 0px 0;
}
 .POST-CTA-BOX span {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 32px!important;
    display: block;
}
 .POST-CTA-BOX a.CTA-a-btn {
width: 100%;
    background: #f59300;
    border-radius: 40px;
    text-align: center;
    display: block;
    color: #010101;
    position: relative;
    padding: 13px 0px;
    font-size: 19px;
    font-weight: 600;
    margin: 24px 0 0 0;
    line-height: 2em;
}
 .POST-CTA-BOX a.CTA-a-btn:hover {
    background: #e8ba00;
}
 .POST-CTA-BOX.TEST-B a.CTA-a-btn {
    background: #b0e789;
    color: #212529;
}
.POST-CTA-BOX picture.top-img-box, .POST-CTA-BOX img {
    width: 75px;
    display: block;
    margin: 20px auto 30px;
}
 .audioplayer {
     direction: ltr;
     display: flex;
     flex-direction: row;
     box-sizing: border-box;
     margin: 1em 0;
     padding: 0 24px;
     width: 100%;
     height: 96px;
     align-items: center;
     border: 1px solid #DDE2E6;
     border-radius: 4px;
     background: #fff;
}
 .audioplayer-playpause {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 48px;
     height: 48px;
     border-radius: 50%;
     cursor: pointer;
     transition: all .2s ease-in-out;
}
 .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
     background: rgba(91, 130, 255, 0);
     border: 1px solid #5B82FF;
}
 .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
     background: rgba(91, 130, 255, 0.1);
}
 .audioplayer-playing .audioplayer-playpause {
     background: rgba(253, 79, 26, 0);
     border: 1px solid #FD4F1A;
}
 .audioplayer-playing .audioplayer-playpause:hover {
     background: rgba(235, 79, 26, 0.1);
}
 .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
     content: '';
     justify-content: center;
     width: 0;
     height: 0;
     margin-left: 2px;
     border-top: 7px solid transparent;
     border-right: none;
     border-bottom: 7px solid transparent;
     border-left: 12px solid #0059FF;
}
 .audioplayer-playing .audioplayer-playpause a {
     content: '';
     display: flex;
     justify-content: space-between;
     width: 12px;
     height: 14px;
}
 .audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
     content: '';
     width: 4px;
     height: 14px;
     background-color: #FD4F1A;
}
 .audioplayer-time {
     display: flex;
     width: 40px;
     justify-content:center;
     font-size: 12px;
     color: rgba(51, 51 ,51, .6) 
}
 .audioplayer-time-current {
     margin-left: 24px;
}
 .audioplayer-time-duration {
     margin-right: 24px;
}
 .audioplayer-bar {
     position: relative;
     display: flex;
     margin: 0 12px;
     height: 12px;
     flex-basis: 0;
     flex-grow: 1;
     cursor: pointer;
}
 .audioplayer-bar::before {
     content: '';
     position: absolute;
     top: 5px;
     width: 100%;
     height: 2px;
     background-color: #DDE2E6;
}
 .audioplayer-bar > div {
     position: absolute;
     left: 0;
     top: 5px;
}
 .audioplayer-bar-loaded {
     z-index: 1;
     height: 2px;
     background: #BEC8D2;
}
 .audioplayer-bar-played {
     flex-direction: row-reverse;
     z-index: 2;
     height: 2px;
     background: -webkit-linear-gradient(left,#0059FF,#09B1FA);
}
 .audioplayer-bar-played::after {
     display: flex;
     position: absolute;
     content: '';
     box-sizing: border-box;
     top: -5px;
     right: -1px;
     margin-right: -5px;
     width: 12px;
     height: 12px;
     background-color: #fff;
     border-radius: 6px;
}
 .audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
     border: 2px solid #BEC8D2;
}
 .audioplayer-playing .audioplayer-bar-played::after {
     border: 2px solid #0059FF;
}
 .audioplayer-volume {
     display: flex;
     align-items: center;
}
 .audioplayer-volume-button {
     display: flex;
     align-items: center;
     width: 24px;
     height: 24px;
     cursor: pointer;
}
 .audioplayer-volume-button a {
     display: flex;
     width: 6px;
     height: 8px;
     background-color: #9A9FB0;
     position: relative;
}
 .audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
     content: '';
     position: absolute;
}
 .audioplayer-volume-button a:before {
     width: 0;
     height: 0;
     border-top: 8px solid transparent;
     border-right: 9px solid #9A9FB0;
     border-bottom: 8px solid transparent;
     border-left: none;
     top: -4px;
}
 .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
     left: 10px;
     top: -2px;
     width: 10px;
     height: 10px;
     border: 6px double #9A9FB0;
     border-width: 6px 6px 0 0;
     border-radius: 0 12px 0 0;
     transform: rotate(45deg);
}
 .audioplayer-mute .audioplayer-volume-button a {
     background-color: #FD4F1A;
}
 .audioplayer-mute .audioplayer-volume-button a:before {
     border-right: 9px solid #FD4F1A;
}
 .audioplayer-volume-adjust {
     display: flex;
     align-items: center;
     margin-left: 8px;
}
 .audioplayer-volume-adjust > div {
     position: relative;
     display: flex;
     width: 60px;
     height: 2px;
     cursor: pointer;
     background-color: #BEC8D2;
}
 .audioplayer-volume-adjust div div {
     position: absolute;
     top: 0;
     left: 0;
     height: 2px;
     background-color: #0059FF;
}
 @media screen and (max-width: 679px) {
     .audioplayer-volume-adjust {
         display: none;
    }
}
 .other-platforms {
     margin: 10px 0;
     padding: 10px;
     background-color: #FFE4F1;
     border-radius: 10px;
     font-size: .8rem;
}
 .other-platforms .list-inline-item:not(:last-child),
 .stories-badge-top .list-inline-item:not(:last-child) {
     margin-right: 0;
     margin-left: 0.7rem;
}
 .other-platforms li a{
     color: #333;
}
 .other-platforms li a:hover{
     color: #006cff;
}
 .review-status {
     background-color: #ECECEC;
     text-align: center;
     border-radius: 10px;
     padding: 15px;
     margin: 10px 0 15px;
}
 .review-status-icon {
     margin-bottom: 15px;
}
 .review-status-icon img.deactive,
 .review-status-icon .deactive img{
     width: 15%;
     filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
 .review-status-icon img.active,
 .review-status-icon .active img{
     width: 15%;
     filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
 .review-status-text p {
     font-size: 12px;
}
.review-status-success {
	border: 1px solid #D4D4D4;
    border-radius: 10px;
    overflow: hidden;
}
.review-status-header {
	background: #E5F9F2;
    padding: 10px;
    text-align: center;
}
.review-status-header div {
	font-size: 14px;
    color: #00C781;
    margin-top: 8px;
}
.review-status-body {
	padding: 10px;
}
.review-status-drname {
	font-size: 14px;
    color: #33313C;
}
.review-status-drspecial {
	color: #949494;
    font-size: 12px;
}
.review-status-drinsta {
	color: #606060;
}
.review-status-more {
    display: block;
    background: #E5EDFA;
    margin: 0 auto 10px;
    color: #0055CC;
    text-align: center;
    font-size: 12px;
    border-radius: 20px;
    padding: 6px 5px 5px;
    max-width: 130px;
}
.review-status-more i {
    position: relative;
    top: 2px;
    right: 5px;
}
.review-status-footer.row {
	display: flex;
    align-content: flex-end;
    align-items: center;
    flex-direction: row;
    margin: 0;
}
.review-status-body .row {
	display: flex;
    align-items: center;
}
 .pvc_clear {
     display: none;
}
 .pvc_stats {
     float: none;
     padding: 0px!important;
     display: inline;
     margin-right: 6px;
}
 .entry-content .pvc_stats {
     display: none;
}
 .col-ili-5 {
     -ms-flex: 0 0 20%;
     flex: 0 0 20%;
     max-width: 20%;
     text-align:center;
}
 .col-ili-5 img{
     width: 100% 
}
 .postseries {
     border: 2px solid #eee;
     margin-bottom: 10px;
     border-radius: 10px;
}
 .postseries h3 {
     font-size: 1.2rem;
     font-weight: 500;
     color: #414141;
     padding: 10px 15px;
     border-bottom: 1px dashed #eee;
}
 .postseries ul {
     padding: 5px 15px;
}
 .postseries li {
     margin: 13px 0;
}
 .postseries li a{
     color: #333;
     -webkit-transition: .4s;
     -o-transition: .4s;
     transition: .4s;
}
 .postseries li:hover a, .postseries li.currentseri a{
     color: #ff0000;
}
 .postseries li:hover .postseriescounter, .postseries li.currentseri .postseriescounter{
     background: #ff0000;
     color: #fff;
}
 .postseries .postseriescounter {
     background: #efeff8;
     width: 25px;
     height: 25px;
     display: inline-block;
     text-align: center;
     margin-left: 8px;
     border-radius: 50%;
     font-size: 12px;
     padding: 4px;
     -webkit-transition: .4s;
     -o-transition: .4s;
     transition: .4s;
}
 .nav-down {
     background: white;
     height: 64px;
     position: sticky;
     top: -1px;
     transition: top 0.2s ease-in-out;
     text-align: center;
     z-index: 99999;
     box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 20%);
}
 .nav-up {
     top: -64px;
}
 .moreReviewed a {
     display: block;
     width: 100%;
     color: #007bff;
     line-height: 1;
     font-size: 13px;
     font-weight: 400;
}

.wcai-profile-nickname {
    display: none
}

#wpdcom .wpd-comment .wpd-comment-wrap {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    padding-left: 20px;
    box-shadow: 0 1px 2px #00000038 !important
}

#wpdcom .wpd-comment .wpd-avatar {
    position: relative;
    top: 10px;
    right: 10px
}

#wpdcom .wpd-reply .wpd-comment-wrap {
    background: #0081e30d !important;
    box-shadow: 0 1px 2px #004f8b8f !important;
}

#wpdcom .wpd-comment-text {
    color: #3c3c3c !important;
    font-size: 14px
}

#comments {
    max-width: 100% !important
}

#wpdcom .wpd-comment .wpd-comment-right {
    padding-bottom: 0 !important
}

#wpdcom.wpd-layout-1 .wpd-comment .wpd-follow-link {
    margin-top: 14px !important
}

#wpdcom .wpd-comment .wpd-follow-link {
    padding-right: 17px !important
}

#wpdcom {
    max-width: 950px !important
}

#wpdcom .wpd-comment-text p:last-child {
    line-height: 29px !important;
    text-align: justify !important
}

#wpdcom .wpdiscuz-sort-buttons,
#wpdcom .wpd-filter,
#wpdcom .ql-editor,
#wpdcom .ql-editor *,
#wpdcom .wc_comm_submit {
    font-family: inherit!important;
    letter-spacing: 0!important;
    font-size: 16px!important;
}

#wpdcom .wpd-comment-author {
    cursor: pointer
}

#wpdcom .wpd-up,
#wpdcom .wpd-blog-guest .wpd-comment-author,
#wpdcom .wpd-blog-guest .wpd-comment-author a {
    color: #3b6274 !important
}

#wpdcom .wpd-blog-post_author .wpd-comment-author,
#wpdcom .wpd-blog-post_author .wpd-comment-author a {
    color: #3b6274 !important
}

#wpdcom .wpd-down {
    color: #a61a10 !important
}

#wpdcom .wpd-thread-filter .wpdf-sorting,
#wpdcom .wpd-comment-footer .wpd-reply-button,
#wpdcom .wpd-comment-last-edited,
#wpdcom .wpd-comment .wpd-reply-to,
#wpdcom .wpd-comment-header {
    color: #555 !important
}

#wpdcom .wpd-comment .wpd-reply-to a {
    color: #00558d !important
}

#wpdiscuz-search-form input[type=text].wpdiscuz-comm-search {
    text-align: right !important;
    padding-right: 10px !important
}

#wpdcom .wpd-comment-footer .wpd-vote-result {
    direction: ltr !important
}

#wpd-bubble-wrapper>div {
    border: none !important
}

#wpd-bubble-wrapper>#wpd-bubble-count {
    justify-content: center;
    align-items: center
}

#wpd-bubble-wrapper svg {
    width: 50% !important;
    height: 50% !important
}

#wc_sticky_comment+.wpd_label__text,
#wc_closed_comment+.wpd_label__text {
    display: none !important
}

.wpd-comment-text a {
    color: #1664a1 !important
}

#wpdcom .wpd-comment.wpd-reply .wpd-comment-label {
    position: relative;
    left: -8px;
    border-radius: 50px
}

#wpdcom .wpd-prim-button {
	font-family: inherit;
    letter-spacing: 0;
    background-color: #00796b !important;
    color: #fff !important;
}

#wpdcom .wpd-blog-subscriber .wpd-comment-author,
#wpdcom .wpd-blog-subscriber .wpd-comment-author a {
    color: #0077ab !important
}

#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap textarea {
    width: 100%
}

#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea {
    flex-basis: 100%;
    width: 100%
}

#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea {
    height: 54px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    box-shadow: inset -1px 1px 8px rgba(0, 0, 0, .1);
    font-family: inherit;
    outline: none;
    -webkit-transition: .18s ease-out;
    -moz-transition: .18s ease-out;
    -o-transition: .18s ease-out;
    transition: .18s ease-out;
    resize: none
}

#wpdcom .wpd-form-row .wpdiscuz-item input[type=text],
#wpdcom .wpd-form-row .wpdiscuz-item input[type=email],
#wpdcom .wpd-form-row .wpdiscuz-item input[type=url],
#wpdcom .wpd-form-row .wpdiscuz-item input[type=color],
#wpdcom .wpd-form-row .wpdiscuz-item input[type=date],
#wpdcom .wpd-form-row .wpdiscuz-item input[type=datetime],
#wpdcom .wpd-form-row .wpdiscuz-item input[type=datetime-local],
#wpdcom .wpd-form-row .wpdiscuz-item input[type=month],
#wpdcom .wpd-form-row .wpdiscuz-item input[type=number],
#wpdcom .wpd-form-row .wpdiscuz-item input[type=time],
#wpdcom textarea,
#wpdcom select {
    color: #707070 !important
}

#wpd-bubble-wrapper>#wpd-bubble #wpd-bubble-add-message,
#wpd-bubble-wrapper>div {
    background-color: #00796b !important
}

#wpd-bubble-wrapper>#wpd-bubble #wpd-bubble-add-message::before {
    border-left-color: #00796b;
    border-right-color: #00796b
}

#wpd-bubble-wrapper #wpd-bubble-all-comments-count {
    color: #00796b !important
}

#wpdcom .wpd-blog-comenter .wpd-comment-author, #wpdcom .wpd-blog-comenter .wpd-comment-author a {
    color: #0081e3!important;
}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-comenter .wpd-avatar img {
    border-color: #0081e3!important;
}
#wpdcom .wpd-blog-administrator .wpd-comment-label {
    position: relative;
    top: 10px;
    right: 10px;
}
#wpdcom .wmu-attached-images .attachment-thumbnail, #wpdcom .wmu-attached-images .wmu-attached-image {
    border: 3px dotted #f1f1f1;
    display: block;
}
#wpdcom .wmu-attachment img {
    vertical-align: bottom;
    display: block;
    max-width: 130px!important;
}
#wpdcom .ql-editor::before {
    font-size: 16px;
    color: #aaa;
    letter-spacing: 0;
    font-style: normal;
    font-family: inherit!important;
}
.wpd-cf-label {
    width: 10%;
    text-align: center;
    border-radius: 20px;
}
.ili-wp-add-more {
    padding-bottom: 10px
}

.ili-wp-add-more-btn {
    margin: auto !important;
    display: block !important;
    width: 150px !important;
    font-size: .8rem !important;
    background: #f0f0f0 !important;
    border: 1px #00796b solid !important;
    color: #00796b !important;
    padding: 5px !important
}

.ili-wp-add-more-btn:hover {
    background: #00796b !important;
    color: #fff !important
}
.ili-comments-disclaimer {
    display: flex;
    align-items: center;
    padding: 22px 0;
    width: 100%;
}
.cm-alert-svg {
    
    padding-left: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.cm-alert-content {
	font-size: 10pt;
    color: #5e5e5e;
    background: #fff8f8;
    padding: 15px;
    flex-grow: 1;
    border-right: 3px solid #f7e7e7;
    border-radius: 5px;
}
.cm-alert-content p {
    margin-bottom: 5px;
}
#wpdcom .wpd-form-foot {
    margin-right: 80px;
}
#wpdcom .wpd-form-row .wpd-form-col-left.wpd-form-col-left-custom {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    justify-content: space-between
}

#wpdcom .wpd-form-row .wpd-form-col-left-custom .wpdiscuz-item {
    width: calc(50% - 1rem) !important;
    min-width: 320px !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto
}

#wpdcom .wpd-form-row .wpd-form-col-left-custom .wc-field-submit {
    width: 100% !important
}

#wpdcom .wpd-form-row .wpd-form-col-left-custom input {
    margin: auto !important
}

#wpdcom .wpd-form-row .wpd-form-col-left-custom .wpdiscuz-item input::placeholder {
    text-align: right
}

#wpdcom .wpd-form-row .wpd-form-col-left-custom .wpdiscuz-item input:-ms-input-placeholder {
    text-align: right
}

#wpdcom .wpd-form-row .wpd-form-col-left-custom .wpdiscuz-item input::-ms-input-placeholder {
    text-align: right
}
.removeFilters a {
	background: #e6e6e6;
    font-size: .9rem;
    margin-top: 30px;
}

.entry-metacontainer {
    margin-bottom: 15px;
}
.breadcrumbscontainer {
    position: relative;
    overflow: hidden;
	height: 25px;
    width: 100%;
    padding: 10px;
}
.entry-metacontainer {
    position: relative;
    overflow: hidden;
    height: 20px;
}
.breadcrumbscontainer #breadcrumbs, .entry-metacontainer .entry-meta {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0!important;
    padding: 0!important;
	padding-left: 50px!important;
	padding-bottom: 10px!important;
}
.breadcrumbscontainer:after, .entry-metacontainer:after {
    position: absolute;
    width: 10%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: 0 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear,100% 50%,0% 50%,color-stop(0%,rgba(247,247,247,0)),color-stop(30%,#ffffffc4),color-stop(100%,#fff));
    background-image: -moz-linear-gradient(right,rgb(255 255 255/0%),#ffffffc4 30%,#fff);
    background-image: -webkit-linear-gradient(right,rgb(255 255 255/0%),#ffffffc4 30%,#fff);
    background-image: linear-gradient(to left,rgb(255 255 255/0%),#ffffffc4 30%,#fff);
}


/* new CTA */
.icta {
	background: #E5EDFA;
    display: flex;
    border-radius: 10px;
    align-items: center;
    padding: 0 20px;
	margin: 30px 0;
}
.icta_img {
	flex-grow: 0.1;
    text-align: center;
}
.icta_img img{
	max-width: 100px;
    padding: 15px 0;
}

.icta_txt {
	flex-grow: 1;
	padding: 0 25px;
}

.icta_txt_title {
    color: #33313C;
    font-size: 16px;
    font-weight: 700;
}

.icta_txt_descr {
    color: #504d5e;
    font-size: 11px;
    font-weight: 600;
}
.icta_btn {
	flex-grow: 0.2;
}
.icta_btn a{
	background: rgba(243, 130, 86, 1);
    border-radius: 10px;
    color: #fff;
    padding: 7px 40px;
    width: 100%;
    display: block;
    text-align: center;
	text-wrap: nowrap;
}
@media(max-width:1024px) {
    #wpdcom .wpd-comment-date {
        padding: 0 5px;
        font-size: 11px;
        position: absolute;
        left: 5px;
        bottom: 5px
    }
    #wpdcom .wpd-comment .wpd-comment-header {
        padding: 12px 45px 0 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center
    }
    #wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar {
        position: absolute;
        top: 5px;
        right: 10px
    }
    #wpdcom.wpd-layout-1 .wpd-comment .wpd-reply-to {
        margin: 15px 10px -10px !important
    }
    #wpdcom.wpd-layout-1 .wpd-comment-header .wpd-comment-link {
        padding-left: 5px
    }
    #wpdcom .wpd-comment .wpd-avatar {
        position: relative;
        top: 4px;
        right: 0
    }
    #wpdcom .wpd-comment-text {
        color: #3c3c3c;
        font-size: 14px;
        width: 100% !important;
        padding: 12px 0;
        text-align: justify;
        line-height: 25px
    }
    #wpdcom .wpd-comment-text p {
        margin-bottom: 10px;
        line-height: 25px
    }
    #wpdcom .wpd-comment-footer .wpd-reply-button {
        cursor: pointer;
        font-size: 14px;
        color: #999;
        white-space: nowrap;
        border: 1px #ccc solid;
        border-radius: 40px;
        padding: 0 10px
    }
    #wpdcom .wpd-comment-date i {
        display: none
    }
    #wpdcom .wpd-comment-header .wpd-comment-share {
        padding: 0 6px;
        color: #aaa;
        cursor: default;
        position: absolute;
        left: 3px
    }
    #wpdcom .wpd-comment-header .wpd-comment-link {
        padding: 0;
        cursor: pointer;
        font-size: 12px;
        color: #aaa;
        align-self: flex-start;
        padding-top: 9px;
        float: none;
        padding-left: 25px;
        min-width: 100px;
        text-align: left
    }
    #wpdcom .wc-field-submit input {
        outline: none !important
    }
    #wpdcom .wpd-comment-footer .wpd-vote {
        padding-left: 10px
    }
    #wpdcom .wpd-comment .wpd-comment-wrap {
        background: #fff;
        margin-bottom: 10px;
        border-radius: 0 !important;
        padding-left: 10px;
        box-shadow: 0 1px 4px #00000020 !important;
        position: relative;
        padding-right: 10px
    }
    #wpdcom .wpd-comment-text p {
        margin-bottom: 10px;
        line-height: 25px
    }
    #wpdcom .wpd-up,
    #wpdcom .wpd-blog-guest .wpd-comment-author,
    #wpdcom .wpd-blog-guest .wpd-comment-author a {
        color: #0a5d8e !important
    }
    #wpdcom .wpd-comment-footer .wpd-reply-button svg {
        vertical-align: middle;
        transform: rotate(-180deg);
        width: 17px;
        height: 17px;
        opacity: .7;
        fill: #999;
        margin-left: -2px
    }
    #wpdcom #wpdiscuz-search-form .wpdiscuz-search-box {
        max-width: 100%;
        width: 100%;
        padding: 0;
        display: inline-block;
        border-radius: 50px;
        position: relative
    }
    #wpdcom .wpd-tools,
    #wpdcom.wpd-layout-1 .wpd-comment .wpd-follow-link,
    #wpdcom .wpd-comment-footer .wpd-toggle i {
        display: none !important
    }
	#wpd-bubble-wrapper.wpd-right-corner {
		float: right;
		left: auto!important;
	}
    #wcaiInfo {
        padding: 0 !important;
        border-radius: 15px
    }
    .lity-content:after {
        box-shadow: 0 0 0 !important
    }
    .lity {
        background: rgba(0, 0, 0, .67)
    }
    .lity-wrap {
        right: 4px
    }
    .wcai-list-item svg {
        width: 25px;
        height: 25px
    }
    .wcai-profile-stat div.wcai-profile-stat-box:nth-child(2) {
        display: none
    }
    .wcai-wrapper .wcai-content-item {
        padding: 15px 0
    }
    .wcai-wrapper .wcai-list-item.wcai-active {
        border-bottom: 2px solid #00b38f;
        position: relative;
        top: 1px
    }
    #wpd-bubble-wrapper.wpd-left-corner,
    #wpd-bubble-wrapper.wpd-left-content {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        right: 5px !important;
        bottom: 5px !important;
        left: auto !important
    }
    #wpd-bubble-wrapper #wpd-bubble-all-comments-count {
        margin: 0 5px;
        text-shadow: 0 0 10px #fff
    }
}

 @media (max-width:1199px){
     .nav-down {
         height: auto;
    }
     .nav-up {
         top: 0;
    }
     .ili-sidebar-recent .sidebar-thumb {
         margin-right: 0;
         float: none;
         margin-bottom: 10px;
         text-align: center;
    }
     .dropdown-menu {
         box-shadow: none;
         margin-right: 10px;
         border-right: 1px dashed #989898;
         margin-bottom: 20px;
    }
     .menu-item .nav-link:hover {
         border-bottom: 0 
    }
     .dropdown-menu .dropdown-menu {
         margin-right: 30px;
         margin-top: 10px;
    }
}
 @media (max-width:991px){
     .navbar-nav {
         padding: 0;
         margin-top: 15px;
    }
     .ili-top-search-two {
         margin-top: 0;
    }
     .ili-nav .nav-link {
         font-size: 13px;
         font-weight: 400;
         padding: 0.8rem 0.3rem!important;
         color: #333;
         border-top: 1px solid #d4d1d1;
         border-bottom: 0;
    }
     .dropdown-item:focus, .dropdown-item:hover {
         background-color: inherit;
         color: inherit 
    }
     .pagination .fa-arrow-left {
         position: absolute;
         left: 0;
         bottom: 27%;
    }
     .pagination .fa-arrow-right {
         position: absolute;
         right: 0;
         bottom: 27%;
    }
     .ili-sidebar-recent .sidebar-thumb {
         margin-right: 0;
         float: none;
         margin-bottom: 10px;
         text-align: center;
    }
     .shimmerBG {
         background: #fff;
         animation: none;
         background-size: auto;
    }
	 .review-status {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	.review-status-text p {
		margin-bottom: 0;
	}
	.review-status-icon {
		width: 70px;
		margin: 0;
	}
	.review-status-icon img.active, 
	.review-status-icon .active img,
	.review-status-icon img.deactive, 
	.review-status-icon .deactive img {
		width: 50%;
	}
}
 @media (max-width:767px){
     .ili-top-bar {
         padding: 1px;
    }
     .ili-top-search-two {
         margin-top: 0.5rem;
    }
     .ili-nav ul li:first-child .nav-link {
         border-top: 0;
    }
     .col-ili-5 {
         -ms-flex: 0 0 20%;
         flex: 0 0 20%;
         max-width: 20%;
         padding: 0 7px;
    }
     .ili-sidebar-recent .sidebar-thumb {
         margin-right: 15px;
         float: left;
         margin-bottom:0;
    }
	 .stories-badge-top {
		top: -7px;
	}
	 .stories-badge-top .story-badge {
		padding: 2px 6px 4px 14px;
		font-size: .6rem; 
	}
	 .stories-titles .ili-post-title {
		font-size: 14px;
		line-height: 21px;
	}
	 .icta {
		 display: block;
		 text-align: center;
		 padding-bottom: 15px;
	 }
	 .icta_txt {
		 margin: 10px 0;
	 }
	
}
 @media (max-width:575px){
     .col-ili-5 {
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
         margin-bottom: 10px;
    }
     .ili-app-download-footer .col-ili-5:last-child {
         margin-right: 25%;
	}
     .author-box .btn {
         display: block;
         width: 100%;
    }
     .story-thumb {
         margin-top: 25px
	}
	 .stories-titles .ili-post-title {
		text-align: center;
	}
	 .stories-meta {
		line-height: 1.5rem;
		text-align: center; 
	}
	 .ili-sm-center {
		text-align: center!important;
		justify-content: center!important;
	}
	 .hscroll {
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		align-items: center;
		padding: 0px;
		overflow-y: scroll;
	
		white-space: nowrap; /* [1] */
		overflow-x: auto; /* [2] */
		-webkit-overflow-scrolling: touch; /* [3] */
		-ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ 
	}

	/* [5] */
	 .hscroll::-webkit-scrollbar {
		display: none; 
	}
	
	 .hscroll .form-group {
		display: flex;
		flex: 1 1 0%;
		margin: 0;
		position: relative;
	}
	.hscroll .form-group:after {
		content: "";
		height: 30px;
		background: url(../img/down.svg) no-repeat center center;
		top: 0;
		left: 15px;
		position: absolute;
		display: inline-block;
		height: calc(1.5em + 0.75rem + 2px);
		padding: 0.375rem 0.75rem;
	}
	 .hscroll .removeFilters:after {
		background: none;
	}
	 .hscroll .form-group .form-control {
	    width: auto;
		background: #ffffff;
		border: 1px solid #dbdbdb;
		margin-left: 10px;
		border-radius: 30px;
	    text-align: center;
		position: relative;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		padding-left: 40px;
	}
	 .hscroll .removeFilters .form-control {
		font-size: inherit;
		margin-top: auto;
		background: #f5f8fb;
		border: 1px solid #eaf0f6;
		padding: 0.375rem 1.5rem;
	}
	 .hscroll .form-group .form-control:focus {
        border: 1px solid #dbdbdb;
        box-shadow: none;
		background: #f7f7f7;
    } 
	.sidebar-right-story .ili-sidebar-recent {
		margin: 0;
		padding: 0;
		background: #fff;
	}
	.ili-footer-city {
		 visibility: hidden;
	}
}
.wpd-comment-text p a {
    font-weight: 900;
    color: #007bff !important;
}

/* Added by Ali zeinodini */
.ili-top-social li a i {
    min-width:17.5px;
    color: rgba(86, 199, 243, 1);
  }
  