.blog {

    background-color: #eee;

    padding: 10px;

    border-radius: 5px;

}





.py-4{

	margin-top: 100px;

}



.item__tags {

  border-top: 1px solid #f7f7f7;

  padding-top: 1.42857rem;

  margin-top: 1.42857rem;

  display: flex;

  text-align: center;

}



.item__tags span {

  font-weight: 500;

  margin-left: .8571rem;

  font-size: 12px;

}



.item__tags .tags__list {

  margin: 0;

  padding: 0;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -ms-flex: 1;

  flex: 1;

}



.item__tags .tags__list li {

  margin: 0 0 5px;

  margin-left: .35714rem;

  padding: 0;

  list-style: none;

}



.item__tags .tags__list li a {

  background-color: #f7f7f7;

  color: var(--gray-900);

  border-radius: 80px;

  font-size: 12px;

  display: inline-block;

  padding: .35714rem 1.07143rem;

}



.Search_Result .user_box .user_rating_holder {

  position: static;

  z-index: 22;

  bottom: 5px;

  left: 5px;

}



.item__tags .tags__list li a:hover {

  background: #a2a3a5;

  color: #fff;

}



.content_wrapper{

  min-height: 500px;

}



.margin-top-10 {margin-top: 10px !important;}

.margin-top-15 {margin-top: 15px !important;}

.margin-top-20 {margin-top: 20px !important;}

.margin-top-30 {margin-top: 30px !important;}

.margin-top-40 {margin-top: 40px !important;}

.margin-top-50 {margin-top: 50px !important;}



.margin-bottom-10 {margin-bottom: 10px !important;}

.margin-bottom-15 {margin-bottom: 15px !important;}

.margin-bottom-20 {margin-bottom: 20px !important;}

.margin-bottom-30 {margin-bottom: 30px !important;}

.margin-bottom-40 {margin-bottom: 40px !important;}

.margin-bottom-50 {margin-bottom: 50px !important;}





.page_body{

    line-height: 35px;

    margin-top: 20px;

}



.share_icons img{

  width: 32px !important;

}





.carousel-caption{

  padding-bottom: 50px;

}

.carousel-caption h2{

  font-size: 50px;

  text-transform: uppercase;

}

.carousel-control.right{

  background-image: none;

}

.carousel-control.left{

  background-image: none;

}









/* ignore the code below */





.link-area

{

  position:fixed;

  bottom:20px;

  left:20px;  

  padding:15px;

  border-radius:40px;

  background:tomato;

}

.link-area a

{

  text-decoration:none;

  color:#fff;

  font-size:25px;

}



.box_header{

        background-color: #eee;

        margin-top: 10px;

        margin-bottom: 10px;

        padding: 5px;

        border-top-left-radius: 3px;

        border-bottom-left-radius: 3px;

        border-right: 3px solid red;

    }



    .box_header .title{

        font-size: 16px;

        font-weight: bold;

    }

.larg_device{
  flex-direction:row;
}


@media only screen and (min-width: 768px){
  .slider_top{
    margin-top: 7rem;
  }
  .my_lg{
    display: grid;
    grid-template-columns: 140px minmax(78%, 1fr);
  }

}

@media only screen and (max-width: 768px){
  .my_md{
    display: grid;
    grid-template-columns: 100px minmax(50%, 1fr);
  }
  .header_image{
    height: 122px !important;
  }
  .slider_top{
    margin-top: 0rem;
  }

  .larg_device{
    flex-direction:column;
  }
}