/* Articles Style*/
.dc-articlesholder{
  float: right;
  width: 100%;
}
.cc-shdow {
  background-color: white;
    border-radius: 4px;
     -webkit-box-shadow: 0px 2px 4px 0px rgb(12 0 46 / 6%);
    box-shadow: 0px 2px 18px 17px rgb(12 0 46 / 6%);
        position: relative;
      -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
.dc-article {
  float: right;
  width: 100%;
  border-radius: 4px;
  background:#fff;
  margin-bottom:20px;
      background-color: white;
     -webkit-box-shadow: 0px 2px 20px 6px rgb(12 0 46 / 6%);
  /*  box-shadow: 0px 2px 18px 17px rgb(12 0 46 / 6%);*/
        box-shadow: 0px 2px 20px 6px rgb(12 0 46 / 6%);
/*    padding: 30px 47px 42px 50px;*/
    position: relative;
      -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.dc-article:hover{
  -webkit-box-shadow: 0 9px 20px 0 rgba(165,165,165,0.50);
    box-shadow: 0 9px 20px 0 rgba(165,165,165,0.50);
        -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.dc-articleimg{
  float: right;
  width: 100%;
  margin: 0;
  background: #000;
  border-radius: 4px 4px 0 0;
}
.dc-articleimg > img{
  width: 100%;
  height:200px;
  display: block;
  border-radius: 4px 4px 0 0;
}
@media (max-width:600px) {
.dc-articleimg > img{
  height:auto;
}
}
.dc-article:hover .dc-articleimg > img{opacity: 0.7;}
.dc-articlecontent{
  float: right;
  width: 100%;
  border: 1px solid #eee;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.dc-articlecontent .dc-title{padding: 20px;}
.dc-articlecontent .dc-title h3{

  margin: 0 0 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.dc-articlecontent .dc-title h3 a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color:var(--themecolor);
  -webkit-box-orient: vertical;
}
.dc-articleby{
  display: block;
  color: #55acee;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 4px;
}
.dc-datetime{
  display: block;
  color: #767676;
  font-size: 13px;
  line-height: 16px;
}
.dc-datetime i{
  margin-left:5px;
  display: inline-block;
  vertical-align: middle;
  color: var(--terthemecolor);
}
.dc-articleimg figcaption{
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.dc-articlesdocinfo{
  bottom: 10px;
  padding: 2px;
  left: -130px;
  background: #fff;
  position: absolute;
  border-radius: 15px;
}
.dc-article:hover .dc-articlesdocinfo{left: 10px;}
.dc-articlesdocinfo img{
  width: auto;
  float: right;
  max-width: 30px;
  max-height: 30px;
  border-radius: 50px;
}
.dc-articlesdocinfo span{
  width: 136px;
  padding: 0 10px;
  overflow: hidden;
  max-width: 300px;
    white-space: nowrap;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
    text-overflow: ellipsis;
  color: var(--terthemecolor);
}
.dc-article:hover .dc-articlesdocinfo span{width: auto;}
.dc-dayon{
  color: var(--secthemecolor);
  font-style: normal;
}
.dc-moreoptions{
  margin: 0;
  float: right;
  width: 100%;
  list-style:none;
  font-size: 12px;
  text-align: right;
  line-height: 20px;
  padding: 16px 30px;
  border-top: 1px solid #efefef;
   justify-content: flex-end!important;
}
.ltr .dc-moreoptions{
   margin: 0;
  float: left;
  width: 100%;
  list-style:none;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  padding: 16px 30px;
  border-top: 1px solid #efefef;
    justify-content: flex-start !important;
}
.rtl .dc-moreoptions li{
  width: auto;
  float: none;
  padding-left:10px;
  display: inline-block;
  line-height: inherit;
  list-style-type: none;
  vertical-align: middle;


}

.ltr .dc-moreoptions li{
  width: auto;
  float: none;
  padding-right:10px;
  display: inline-block;
  line-height: inherit;
  list-style-type: none;
  vertical-align: middle;


}
.dc-moreoptions li:last-child{padding: 0;}
.dc-moreoptions li a{
  color: #767676;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
}
.rtl .dc-moreoptions li a i{margin-left:5px; }
.ltr .dc-moreoptions li a i{margin-right:5px; }
.la-shareicon{position: relative;}
.la-shareicon .dc-simplesocialicons{
  left: 60%;
  width: 150px;
  display: none;
  bottom: 100%;
  padding: 10px;
  margin: 0 0 0 -85px;
  background: #fff;
  position: absolute;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
  box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
  z-index: 1;
}
#doc-articles .la-shareicon .dc-simplesocialicons{
  left: 140%;
}
.la-shareicon .dc-simplesocialicons li{margin: 0; padding: 0 5px; float:left;}

.la-shareicon .dc-simplesocialicons li >a{
font-size:16px;
}


/* User Listing aside Start */
.dc-sidebar{
  width: 100%;
  float: left;
}
.dc-sidebar-grid{margin-top: 30px;}
.dc-categories-content{
    margin: 0;
    float: left;
    width: 100%;
    line-height: 20px;
    list-style: none;
}
.dc-categories-content li{
    float: left;
    width: 100%;
    list-style-type: none;
    line-height: inherit;
}
.dc-categories-content li a{
    color: #767676;
    font-size: 14px;
    padding-left: 10px;
    position: relative;
    line-height: inherit;
}
.dc-categories-content li a:before {
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    content: '';
    line-height: 20px;
    background: #767676;
    position: absolute;
    border-radius: 50px;
}
.dc-categories-content li a:hover:before{background: var(--secthemecolor);}
.dc-categories-content li + li {margin-top: 15px;}
.dc-categories-content li a:hover{color: var(--secthemecolor);}
.dc-featured-content{

    width: 100%;
    margin: 0;
    line-height: 20px;
    list-style: none;
}
.dc-featured-content li{

    width: 100%;
    list-style-type: none;
    line-height: inherit;

}
.dc-featured-content li span{
      width: 60%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.dc-featured-content li a{
    color: var(--terthemecolor);
    font-size: 14px;
    padding-left: 10px;
    position: relative;
    line-height: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}
.dc-featured-content img{
      width: 38%;
          height: 55px;
    display: inline-block;
}
.dc-featured-content li + li {margin-top: 20px;}
.dc-featured-content li a:hover{color: var(--secthemecolor);}
.dc-featured-content li span span{
    padding-left: 10px;
    color: #767676;
}
.dc-featured-content li a p{
  margin:0;
}

.dc-option > li:last-child{margin-right: 19px;}
.dc-articlesrow > .col-12:last-child{margin-top: 30px;}
.dc-ellipsis h3 a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
 /* User Listing Start blog-single*/
.dc-para99{margin: 13px 0 8px 0;}
.dc-runner {margin-bottom: 25px;}
.dc-runner-img{margin: 0;  }
.dc-runner-content{padding-top: 11px;}
.dc-runner-content > a + a{padding-left: 5px;}
.dc-runner-content a:empty{display: none;}
.dc-runner-content a:not(:first-child)::before{
  content: ', ';
  margin-left: -3px;
}
.dc-runner-img img{
  width:100%;
}
.dc-runner-heading h3{
  margin-bottom: 0px;
  word-break: break-all;
    font-size:24px;
  line-height: 34px;
}
.dc-runner-content .dc-runner-heading {
  margin-bottom: 2px;
}
.dc-runner-content ul li{
  list-style-type: none;
  padding-right: 24px;
      font-size:14px;
  line-height: 24px;
  color: #767676;
}
.dc-runner-content ul li > a{
  color: #767676;
        font-size:14px;
  line-height: 24px;
}
.dc-runner-content ul li i{margin-right:5px; }
.dc-para{
  margin-bottom: 21px;
       font-size:14px;
  line-height: 24px;
}
.dc-para>:first-child p{margin-bottom: 23px;}
/* SideBar Style */
.dc-widget{
  float: left;
  width: 100%;
  border-radius: 4px;
  margin:0 0 30px;
}
.dc-widgettitle{
  float: left;
  width: 100%;
  padding: 15px 20px;
  border-radius: 4px 4px 0 0;
  background: var(--themecolor);
}
.dc-widgettitle h3{
  margin:0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.dc-widgetcontent{
  float: left;
  width: 100%;
  padding:9px;
  background: #fcfcfc;
  border-radius: 0 0 4px 4px;
}
.dc-onlinuserimg{
  margin:0;
  float: left;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.dc-onlinuserimg img{
  width: 100%;
  display: block;
  border-radius: 4px 4px 0 0;
}
.dc-onlinuserimg figcaption{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.dc-onlinuserimg figcaption span{
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 12px;
  min-width: 38px;
  line-height: 17px;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  text-transform: uppercase;
  background: var(--secthemecolor);
}
.dc-onlineoption-content{
  width: 100%;
  float: left;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #eee;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.dc-onlineoption-content .dc-title h3{
  margin:0 0 15px;
  font-size: 22px;
  line-height: 24px;
}
.dc-onlineoption-content .dc-title h3 span{
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom:4px;
}
.dc-onlineoption-content .dc-btnarea .dc-btn{
  border:0;
  width: 100%;
  line-height: 38px;
}
.dc-onlineoption-content .dc-btnarea .dc-btn{
  background: #1abc9c;
  -webkit-box-shadow: 0 9px 20px 0 rgba(26,188,156,0.5);
    box-shadow: 0 9px 20px 0 rgba(26,188,156,0.5);
}
.dc-onlineoption-content .dc-btnarea span{
  display: block;
  font-size: 18px;
  margin-top: 26px;
  line-height: 22px;
  text-align: center;
}
.dc-onlineoption-content .dc-btnarea span em{
  display: block;
  font-size: 13px;
  font-style: normal;
}


.dc-runner-content a {
  font-size:20px;
  line-height: 24px;
}


a:hover {
    text-decoration:none !important;
}


.dc-articleslist-content{
  float: left;
  width: 100%;
}
.dc-articles-list .dc-articlecontent{
  width: auto;
  float: none;
  overflow: hidden;
  border: 1px solid #eee;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.dc-articles-list .dc-article + .dc-article{margin-top:20px; }
.dc-articles-list .dc-article .dc-articleimg,
.dc-articles-list .dc-article .dc-articleimg > img{border-radius: 4px 0 0 4px;}
.dc-articles-list .dc-pagination{margin-top: 30px;}
.dc-articles-list .dc-articlecontent .dc-title{
  min-height: 165px;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    height: 100%;
}
.dc-articles-list .dc-articlecontent .dc-moreoptions{
  padding: 10px 20px;
  min-height: 53px;
  line-height: 30px;
}
.dc-articles-list .dc-articlecontent .dc-moreoptions li:last-child{margin-right: 0;}
/* Doctor Single Popup */
.dc-popupsubtitle{
  float: left;
  width: 100%;
}
.dc-popupsubtitle h3{
  font-size:14px;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 20px;
}
.dc-subtitlewithbtn h3{
  margin: 0;
  padding: 10px 0;
  display: inline-block;
  vertical-align: middle;
}
.dc-subtitlewithbtn .dc-btnarea{
  float: right;
  width: auto;
}
.dc-subtitlewithbtn .dc-btnarea a{
  min-width: 135px;
  color: #767676;
    line-height: 38px;
  font-size: 16px;
  border:1px solid #ddd;
}
.dc-subtitlewithbtn .dc-btnarea a:hover{
  color: #fff;
  border-color: var(--themecolor);
}
.dc-borderlt-0 .dc-articleimg img {
    height:220px;
}
.dc-articles-list .dc-articleimg {
   /* width: 308px;*/
}
.dc-borderlt-0 .dc-articlecontent {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.rtl .dc-borderlt-0 .dc-articlecontent {
    border: 1px solid #eee;
    border-left: 0;
    overflow: visible;
}
.ltr .dc-borderlt-0 .dc-articlecontent {
    border: 1px solid #eee;
    border-right: 0;
    overflow: visible;
}

.dc-borderlt-0 .dc-option {
    height: 53px;
}
.dc-option {
    padding: 0;
    height: 50px;
}
.dc-option li {
    align-self: center;
    margin-right: 14px;
    padding-right: 0;
}


.dc-sidebar .media.post_item img{
width:100px;
}

.dc-sidebar .widget{
  border-radius: 4px;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 20px 6px rgb(12 0 46 / 6%);
    /* box-shadow: 0px 2px 18px 17px rgb(12 0 46 / 6%); */
    box-shadow: 0px 2px 20px 6px rgb(12 0 46 / 6%);
    /* padding: 30px 47px 42px 50px; */
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-sidebar {
    padding-left: 0;
    padding-right: 40px;
}
.mt_60 {
    margin-top: 60px;
}

.widget_title {
    margin-bottom: 35px;
}
.blog-sidebar .widget.widget_categorie .widget_title {
    margin-bottom: 28px;
}
.widget_title .border_bottom {
    width: 180px;
    height: 1px;
    background: #677294;
    display: block;
}
.blog-sidebar .widget.widget_categorie ul {
    margin-bottom: 0;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.blog-sidebar .widget.widget_recent_post .post_item img {
    border-radius: 3px;
    width: 100px;
}

.blog-sidebar .widget.widget_recent_post .post_item .media-body {
    padding-left: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.rtl .blog-sidebar .widget.widget_recent_post .post_item .media-body {
    padding-left: 0;
    padding-right: 20px;
}
.blog-sidebar .widget.widget_recent_post .post_item .media-body h3 {
    color: #282835;
}
.blog-sidebar .widget.widget_recent_post .post_item .media-body .entry_post_info {
    padding-bottom: 0;
}
.entry_post_info {
    font: 400 15px/25px Poppins,sans-serif;
    color: #677294;
    padding-bottom: 5px;
}
.entry_post_info a {
    color: #677294;
}
