
.sidebar-page-container{
  position: relative;
  padding: 120px 0px 120px;
}
.sidebar-page-container .news-block-one .inner-box{
  margin-bottom: 40px;
}
.sidebar-page-container .blog-details-content .news-block-one .inner-box {
  margin-bottom: 0;
}
.blog-sidebar .search-widget .search-form .form-group{
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.blog-sidebar .search-widget .search-form .form-group input[type='search'] {
  padding-right: 80px;
  padding-left: 15px;
}
.blog-sidebar .search-widget .search-form .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
  margin-top: 0;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.blog-sidebar .widget_search{
  padding: 33px 30px 40px 30px;
}
.blog-sidebar .social-box .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.blog-sidebar .social-box .social-links li:last-child{
  margin: 0px !important;
}
.blog-sidebar .social-box .social-links li a{
  display: inline-block;
  font-size: 17px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}
.blog-sidebar .sidebar-widget {
  padding: 32px 35px 32px 35px;
}
.blog-sidebar .post-widget .post{
  position: relative;
  display: block;
  padding: 0px 0px 20px 100px;
  margin-bottom: 15px;
  min-height: 106px;
  border-bottom: 1px solid #e5e7ec;
}
.blog-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
  border-bottom: none;
}
.blog-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.blog-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  border-radius: 10px;
}
.blog-sidebar .post-widget .post h5 {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 7px;
}
.blog-sidebar .post-widget .post h5 a{
  display: inline-block;
  color: #061a3a;
}
.blog-sidebar .post-widget{
  padding-bottom: 20px;
}
.blog-sidebar .sidebar-category-2 .category-list li{
  position: relative;
  display: block;
  margin-bottom: 9px;
}
.blog-sidebar .sidebar-category-2 .category-list li:last-child{
  margin-bottom: 0px;
}
.blog-sidebar .sidebar-category-2 .category-list li a{
  position: relative;
  display: block;
  font-size: 15px;
  color: #061a3a;
  font-weight: 500;
}
.blog-sidebar .sidebar-category-2 .category-list li a span{
  float: right;
}
.blog-sidebar .sidebar-category-2{
  padding-bottom: 35px;
}
.blog-sidebar .widget_tag_cloud .tagcloud a{
  display: inline-block;
  font-size: 15px !important;
  line-height: 26px;
  color: #808080;
  border: 1px solid #e5e7ec;
  border-radius: 25px;
  padding: 8.5px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.blog-sidebar .widget_tag_cloud .tagcloud a:hover{
  color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(248,92,112,0.4);
}
.blog-sidebar .tags-widget{
  padding-bottom: 30px;
}
.news-block-one .inner-box .lower-content h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 18px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.news-block-one .inner-box .lower-content h2 a{
  display: inline-block;
  color: #171717;
}
.blog-details-content .news-block-one .inner-box:hover .image-box img{
  transform: scale(1);
}
.blog-details-content .news-block-one .lower-content .text p{
  margin-bottom: 20px;
}
.blog-details-content .news-block-one .two-column .list-item li{
  position: relative;
  display: block;
  font-size: 15px;
  margin-bottom: 9px;
}
.blog-details-content .news-block-one .two-column .list-item li:last-child{
  margin-bottom: 0px;
}
.blog-details-content .news-block-one .two-column .list-item li:before{
  position: absolute;
}
.blog-details-content .news-block-one .two-column .text-content .list-item li{
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
  font-weight: 500;
}
.blog-details-content .news-block-one .two-column .text-content .list-item li:last-child{
  margin-bottom: 0px;
}
.blog-details-content .news-block-one .two-column .text-content .list-item li:before{
  position: absolute;
  content: '\e911';
  font-family: 'icomoon';
  font-size: 6px;
  left: 0px;
  top: 5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
}
.blog-details-content .news-block-one .two-column .image-box{
  border-radius: 10px;
}
.blog-details-content .news-block-one .two-column .image-box img{
  border-radius: 10px;
}
.blog-details-content .news-block-one .two-column .text-content h3{
  margin-bottom: 16px;
}
.blog-details-content .news-block-one .two-column .text-content p{
  margin-bottom: 28px;
}
.blog-details-content .news-block-one .two-column{
  margin-bottom: 32px;
}
.blog-details-content .news-block-one .post-share-option {
  position: relative;
  display: flex;
  background: #fff5f6;
  padding: 30px 30px 30px 30px;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
}
.sidebar-page-container .news-block-one .inner-box .lower-content .text {
  width: 100%;
}
ul.social-icons.clearfix {
  width: 100%;
  display: contents;
}
.blog-details-content .news-block-one .post-share-option .text h3{
  line-height: 50px;
  margin: 0px;
}
.blog-details-content .group-title{
  position: relative;
  margin-bottom: 34px;
}
.blog-details-content .group-title h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
}
.blog-details-content .comment-box{
  position: relative;
  display: block;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 30px 8px #e5ebea;
  margin-top: 30px;
  padding: 30px 40px 10px 40px;
}
.blog-details-content .comment-box .comment{
  position: relative;
  padding-left: 100px;
  margin-bottom: 32px;
}
.blog-details-content .comment-box .comment:last-child{
  margin-bottom: 0px;
}
.blog-details-content .comment-box .comment.replay-comment{
  margin-left: 70px;
}
.blog-details-content .comment-box .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: -2px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.blog-details-content .comment-box .comment .comment-inner{
  padding-bottom: 23px;
  border-bottom: 1px solid #e5e7ec;
}
.blog-details-content .comment-box .comment:last-child .comment-inner{
  border-bottom: none;
}
.blog-details-content .comment-box .comment .comment-inner h5{
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 1px;
}
.blog-details-content .comment-box .comment .comment-inner .comment-info{
  margin-bottom: 16px;
}
.blog-details-content .comment-box .comment .comment-inner p{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.blog-details-content .comment-box .comment .comment-inner p:last-child{
  margin-bottom: 0;
}
.blog-details-content .comment-box .comment .comment-inner a.reply-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-top: 21px;
  background-color: var(--primary-color);
  padding: 3px 17px;
  border-radius: 30px;
}
.blog-details-content .comments-form-area{
  position: relative;
  display: block;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 30px 8px #e5ebea;
  padding: 35px 40px 40px 40px;
  margin-top: 30px;
}
.blog-details-content .comments-form-area .group-title{
  margin-bottom: 16px;
}
.blog-details-content .comments-form-area .group-title h3{
  margin-bottom: 15px;
}
.blog-details-content .comments-form-area .default-form .form-group{
  margin-bottom: 23px;
}
.blog-details-content .comments-form-area .default-form .form-group:last-child{
  margin-bottom: 0px;
}
.blog-details-content .comments-form-area .default-form .form-group.message-btn{
  margin-top: 23px;
}
.blog-details-content .news-block-one .inner-box .lower-content .post-info {
  margin-bottom: 10px;
}