#sp-header {
  background: rgba(188, 234, 214, 0.94);
  height: 65px
  z-index: 999;  
}

#sp-header {
    height: 65px;
    width: 100%;
    position: relative;
    z-index: 999;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    animation: spFadeIn 0.5s;
}

.form-control {
width: 100% !important;
padding: 8px;
margin: 10px auto;
overflow: hidden;
border: 2px solid #08896E;
background-color: #f6f6f6;
background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8);
}

#sp-breadcrumbs {
	height: 50px;
    width: 100%;
}

.breadcrumb {
background-color: #0000;
}

.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 2px solid #08896E;
  border-bottom: 2px solid #08896E;
  margin-bottom: 1rem;
}

.article-list .article .article-intro-image img {
   padding-top: 20px;
}

.article-list .article {
  background-color: rgba(205, 207, 211, 0.12);
  height: 100%;
  border-radius: 15px;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  margin-bottom: 10px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px solid #08896E;
 }
 
 .article-list .article:hover {
   box-shadow: 0 15px 10px 0 rgba(0,0,0,0.2); 
   transform: scale(1.03);
}

.row > * {
  margin-bottom: 20px
 }
 
 .related-article-list-container .related-article-title {
  border-top: 2px solid #08896E;
  padding-top: 15px;
  border-bottom: 2px solid #08896E;
}

.speasyimagegallery-row > div > .speasyimagegallery-gallery-item {
  border-radius: 15px;
  border: 1px solid #08896E;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
 
 }
 
  .speasyimagegallery-row > div > :hover {
   box-shadow: 0 15px 10px 0 rgba(0,0,0,0.2); 
   transform: scale(1.03);
}
 

 
#sp-left .sp-module:first-child {
    background-color: rgba(205, 207, 211, 0.12);
    box-shadow: 0 15px 10px 5px rgba(0,0,0,0.2);
    background: rgba(188, 207, 243, 0.15);
}

#sp-main-body {
  padding: 0px 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 30px;
  color: #6C757D;
}


/* pagination */

.pagination {
  display: inline-block;
  margin-bottom: 15px;
}

ul.pagination {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
 }

ul.pagination, li.page-item {
  margin-left: 4px;  
}

.pagenavigation .pagination a {  
    padding-right: 5px;
    padding-left: 5px;
}

#sp-footer .container-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
