@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

body {margin: 0;overflow-x: hidden !important;font-family: 'Rubik', sans-serif !important;}

a {text-decoration: none;color: inherit;}

a,
button,
input,
select,p {outline: none !important;transition: 0.5s;}a:hover {text-decoration: none;}

/********************************
        BLOG CONTAINER
  *********************************/
/*BLOG LEFT CONTENT*/
.blog_card {
  width: 100%;
  overflow: hidden;
}
.blog_card .figure img {
  background-repeat: round;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.blog_card .tag {
  width: 100px;
  border-radius: 45px;
  height: 90px;
  padding: 5px 10px;
  position: absolute;
  right: 4%;
  top: -20%;
  font-size: 12px;
}

.blog_card section {
  padding: 0 15px 0 15px;
}

.blog_card section .title {
  font-weight: 600;
  font-size: 20px !important;
  color: #473277;
  width: auto;
  margin-top: 10px;
}

.blog_card section img {
  /* object-fit: cover !important; */
  max-width: 100%;
}

.blog_card section img:nth-child(even) {
  float: left;
}

.blog_card section img:nth-child(odd) {
  float: right;
}

/*BLOG RIGHT CONTENT*/

.sidebar-posts ul li{
list-style: none;margin:0 !important;
}
 .sidebar-posts li{
  list-style: none;
  overflow: hidden;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
}
 .sidebar-posts li:last-child{
  border: none;
}
 .sidebar-posts .image{
  float: left;
  margin-right: 20px;
}
 .sidebar-posts a{
  font-size: 13px !important;
  color: #583b7b;
  font-family: 'Rubik';
}
 .sidebar-posts li:hover a{
  color: #F28322;
}

.columns {
  display: block;
  margin-bottom: 3vh;
  background-color: white;
  box-shadow: 0 4.20202px 21.0101px rgb(86 124 173 / 10%);
}

.columns article {
  display: grid;
  padding: 1rem;
  background: #f9f9f9;
  /* margin: 30px 0 0 0px; */
  border: 1px solid #efeeee;
}

.columns .title {
  font-weight: 600;
  font-size: 18px !important;
  background-color: #008fd5;
  color: #f9f9fb;
  padding: 0.5rem 0rem 0.5rem 1rem;
  text-align: left;
  width: 100%;
  display: block;
  transition: 0.2s;
}
/*CATEGORIES*/
.categories a {
  display: inline-block;
  padding: 0.4rem .2rem;
  margin: 5px 0px;
  font-size: 16px !important;
  white-space: nowrap;
  color: #473277;
  border-bottom: 1px solid #ccc;
}

.categories a:hover {
  background-color: #eae5e1;
}

/*POSTS*/
.posts a {
  display: flex;
  align-items: center;
  margin: 0.4rem 0;
  font-family: 'Rubik';
}

.posts a img {
  /* max-width: 80px; */
  object-fit: cover;
  height: 60px;
  border-radius: 5%;
}

.posts a:hover>p {
  /* color: #363535; */
}

/*COMMENTS*/
.comments {
  position: relative;
  overflow: hidden;
  max-height: 60vh;
}

.marquee2 {
  position: relative;
  overflow: hidden;
  line-height: 1.6em;
}

.marquee2 p {
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  position: relative;
  padding: 0.4rem 0;
}

.marquee2 p:before {
  content: "\f10d";
  font-family: "FontAwesome";
  margin-right: 5px;
  position: relative;
  top: -5px;
}

@keyframes marquee1 {
  0% {
    top: 10%;
  }

  100% {
    top: -100%;
  }
}

/*SOCIAL MEDIA*/
.social_icons {
  font-size: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: inherit;
  padding-left: 5px;
  margin-right: 0 !important;
  /* background-color: transparent; */
  /* margin-bottom: 50px; */
  /* margin-top: -42px; */
  /* margin-right: -215px; */
}

.social_icons .fa {
  padding: 7px 13px;
  background-color: #f1f1f1;
  /* color: var(--white); */
  transition: 0.2s;
}

.social_icons a:hover>.fa {
  transform: scale(1.1);
}

.social_icons .fa-facebook {
  color: #fff;
  background-color: #a19f9f;
}

.social_icons .fa-instagram {
  background-color: #fb3958;
  color: #fff;
}

.social_icons .fa-youtube {
  /* background-color: #c4302b; */
  color: gray;
}

.social_icons .fa-whatsapp {
  background-color: #a19f9f;
  color: #fff;
}

.social_icons .fa-twitter {
  background-color: #a19f9f;
  color: #fff;
}

.social_icons .fa-linkedin {
  background-color: #a19f9f;
  color: #fff;
}

.social_icons .fa-telegram {
  /* background-color: #3399ff; */
  color: gray;
}
.round_thub {
  font-size: 8px;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  /* margin: 20px; */
  object-fit: cover !important;
  object-position: center right;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
}

.stage {
  padding-top: 0px;
  /* padding: 40px; */
  text-align: right;
}

.blog_readmore {
  line-height: 1em;
  letter-spacing: 0.06em;
  /* font-family: 'Lato', sans-serif; */
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  color: #fff !important;
  background: #008fd5;
  display: inline-block;
  /* padding: 12px; */
  padding: 10px 10px 10px 20px;
  transition: background 200ms;
  border-radius: 50px;
}

.blog_readmore:hover {
  background: #f68320 !important;
}

.blog_readmore:after {
  font-family: 'FontAwesome', sans-serif;
  font-weight: 300;
  content: "\f105";
  margin-left: 7px;
  color: white !important;
  font-size: 18px;
  vertical-align: middle;
  transition: color 200ms;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px
}

.pages {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.page {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.page:hover {
  background-color: #f68320;
  color: #fff;
}

.active {
  background-color: #f68320;
  color: #fff !important;
}

.btn_nxt {
  background-color: #fff;
  border: 1px solid #f68320;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_nxt:hover {
  background-color: #f68320;
}

.btn--icon {
  height: 24px;
  width: 24px;
  stroke: #473277;
}

.btn--icon:hover {
  stroke: #fff;
}

.blog_info {
  color: #757575;
  margin-bottom: 0 !important;
}
.blog_info span {
    font-size: 11px !important;
    color: #757575;
    margin-left: 7px;
}

@media only screen and (max-width: 600px) {
  .blog_card .tag {
    width: 50px;
    border-radius: 45px;
    height: 40px;
    padding: 5px 10px;
    position: absolute;
    right: -1%;
    top: -16%;
    font-size: 12px;
  }
}

.plate_det {
  background-color: #bbdef4;
  /* width: 100%; */
  /* height: 100px; */
  padding: 20px 0 20px 0;
  border-radius: 20px;
}

.plate_h {
  font-size: 23px;
  text-align: center;
  color: black;
  margin-top: 10px;
}

.plate_p {
  text-align: center;
  color: #f68320;
  margin: 0px !important;
}


.plate_coment {
  margin-top: 28px;
  display: flex;
  width: 100%;
  /* height: 100px; */
  flex-wrap: wrap;
  align-content: stretch !important;
  flex-direction: column;
}

.plate_name {
  color: #000000d6;
  margin-left: 80px !important;
  font-size: 16px !important;
}

.plate_namepera {
  color: gray;
  margin-top: -2px !important;
  margin-left: 80px;

}

.platethub_span {
  position: absolute;
  padding: 0px;
  margin: 0px;
}

.comments_mainhd {
  margin-top: 34px;
  font-size: 14px;
  font-weight: 600;

}

.plate_comentreply {
  margin-top: 28px;
  display: flex;
  width: 100%;
  /* height: 100px; */
  flex-wrap: nowrap;
  align-content: flex-start;
  flex-direction: column;
  padding-left: 98px;
}

.detail_hour {
  vertical-align: bottom;
  font-size: 10px !important;
  /* text-align: end; */
  color: gray;
  /* position: absolute; */
  margin-top: 20px;
}

span.st-label {
  color: #fff;
}

.tag_detailspage {
  width: 100px;
  border-radius: 45px;
  height: 90px;
  padding: 5px 10px;
  position: absolute;
  right: 4%;
  top: -9%;
  font-size: 12px;
}
like-section{position: relative;}

.container11 {
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding-top: 92px;
}

.like,
.dislike {
  display: inline-block;
  cursor: pointer;
  background: #d5f1f5;
  padding: 6px 8px;
  font-size: 14px !important;
  border-radius: 7px;
  box-shadow: 0 4.20202px 21.0101px rgb(86 124 173 / 2%);
}

.qty1,
.qty2 {
  border: none;
  width: 38px;
  background: transparent;
}

.btn-replybtn {
  border: 0px;
  line-height: 1em;
  letter-spacing: 0.06em;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  color: blue !important;
  display: inline-block;
  padding: 10px 10px 10px 20px;
  transition: 200ms;
  border-radius: 50px;
}

.btn-replybtn:hover {
  color: #f68320 !important;
}

.comm-replybtn {
  display: flex;
  align-items: center;
}

.author_about {
  margin-top: 34px;
  font-size: 14px;
  font-weight: 600;
}

.comnt_replysec {
  padding-left: 175px;
  /* background-color: white; */
  width: 100%;
  height: 160px;
}

.like:focus {
  background-color: green;
}

.comnt_replysec2 {
  /* background-color: white; */
  width: 100%;
  height: 160px
}

.usercomm-input2 {
  border: 1px solid #80808091;
  height: 34px !important;
  margin-top: 30px;
  width: 146%;
  margin-bottom: 12px;
  border-radius: 11px;
}
.comm-submitbtn2 {
  margin-left: 600px;
}

.btn_subbtn {
  border: 0px;
  line-height: 1em;
  letter-spacing: 0.06em;
  /* font-family: 'Lato', sans-serif; */
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  color: blue !important;
  display: inline-block;
  /* padding: 12px; */
  padding: 10px 10px 10px 20px;
  transition: 200ms;
  border-radius: 50px;
}

@media only screen and (max-width: 600px) {
  .comm-submitbtn {
    margin-left: 76px;
  }

  .comm-submitbtn2 {
    margin-left: 122px;
  }
}

.usercomm-inputreply {
  margin-bottom: 12px;
  padding: 6px;
  min-height: 72px !important;
  width: 70%;
  border-radius: 5px;
  border: 1px solid #8080809e;
  margin-left: 82px;
  outline: none;
}

.buttonsetdande {
  float: right !important;
}

.btn-replybtnsubmit {
  border: 0px !important;
  line-height: 1em;
  letter-spacing: 0.06em;
  /* font-family: 'Lato', sans-serif; */
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  color: #fff !important;
  background: #008fd5;
  display: inline-block;
  /* padding: 12px; */
  padding: 10px 10px 10px 20px;
  transition: 200ms;
  border-radius: 50px;
}

.btn-replybtncancel {
  border: 0px !important;
  line-height: 1em;
  letter-spacing: 0.06em;
  /* font-family: 'Lato', sans-serif; */
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  color: #fff !important;
  background: #008fd5;
  display: inline-block;
  /* padding: 12px; */
  padding: 10px 10px 10px 20px;
  transition: 200ms;
  border-radius: 50px;
}

.close-blogb {
  border: 0px;
  font-size: 26px;
  border-radius: 50%;
}

.modal-titleone {
  font-size: 19px !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding: 1rem !important;
  /* border-bottom: 1px solid #dee2e6; */
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}


.m-l {
  margin-left: 52px;
}

.morecontent span {
  display: none;
}

.tag_detailspageautor {
  position: absolute;
  right: 2%;
  bottom: 0;
  background-color: #ffffff;
  box-shadow: 4px 0 4px -2px rgba(0, 0, 0, 0.1);
  object-fit: cover !important;
  border-radius: 50%;
  border: 3px solid #64b5f6;
  border-bottom: 3px solid #f3a079;
  box-shadow: 4px 0 4px -2px rgba(0, 0, 0, 0.1);
}

.morecontent span {
  display: none;
}

@media only screen and (max-width: 600px) {

  .tag_detailspageautor {
    padding: 5px;
    position: absolute;
    /* top: -16%; */
  }

  .blog_header {
    z-index: auto;
    height: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .round_thub {
    width: 40px;
    height: 40px;
    border-radius: 35px;
    /* margin: 20px; */
    object-fit: cover !important;
    object-position: center right;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
  }

  .plate_namepera {
    color: gray;
    margin-top: -2px !important;
    margin-left: 50px;
  }

  .plate_name {
    color: #000000d6;
    margin-left: 56px !important;
    font-size: 16px;
  }

  .search form {
    /* display: none; */
    width: 100%;
    /* display: flex; */
    align-items: center;
  }
}

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

@media only screen and (max-width: 600px) {

  .responsive_imgmobile,
  p img {
    margin: auto !important;
    margin-left: 0px !important;
    margin-right: 0 !important;
  }
  .formobile-btn .btn{font-size: 13px; padding: 5px 10px !important;}
    
}
.course-btn.btn{font-size: 13px !important; padding: 3px 6px !important;}

.toggle112 {
  margin-left: 30px !important;
  cursor: pointer !important;
}

.toggle112:hover {
  color: #f68320;
  cursor: pointer;
}

.toggle11222 {
  margin-left: 20px;
  cursor: pointer !important;
}

.toggle11222:hover {
  color: #f68320;
  cursor: pointer;
}

.autor_blogcolepsbtn {
  border: 1px solid #80808063;
  margin-top: 27px;
  /* margin: 20px; */
  font-size: 20px;
  font-weight: 600;
  border-radius: 12px;
  padding: 5px;
}

.autor_blogcolepsbtn>a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}

.autor_blogcolepsbtn>a.collapsed:before {
  float: right !important;
  content: "\f067";
}

#progressBar {
  position: fixed;
  top: 0px;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #42a5f5d9;
}
.blog_card .figure img {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.blog_card .figure {
  height: 331px;
  width: 100%;
}
  
/*back-to-top*/

#scroll-top {
  position: fixed;
  right: 25px;
  bottom: 30px;
  cursor: pointer;
  transform: scale(0);
  transition: 0.5s all;
  }
  #scroll-top.activetop {
  transform: scale(1);
  }
  #scroll-top span {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #0d6efd;
  text-align: center;
  line-height: 40px;
  color:#fff;
  border-radius: 50%;
  }
.columns .posts p { font-size: 11px !important; text-align: justify;}
.recent-blog-p {font-size: 14px !important;margin-left: 12px;display: block;line-height: 19px;color: #707070;}
form#comment-form textarea {width: 100%;margin-top: 15px;margin-bottom: 10px;border: 1px solid #cecece;outline: none;}
.blog_info .fa {color: #F28322;}
.header-shadow {box-shadow: 0 4.20202px 21.0101px rgb(86 124 173 / 20%);}
.page-title .main-top { background-position: center center; background-size: cover; background-repeat: no-repeat;position: relative;z-index: 0;}
.page-title .main-top .overlay-top-header {display: block;width: 100%;height: 100%;position: absolute;z-index: -1; top: 0; left: 0;right: auto;background: #000;opacity: .65}
.page-title .main-top .content { padding-top: 120px;padding-bottom: 122px;text-align: center}
.page-title .main-top .content h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.2 * 2em);
  margin-top: 10px;
  margin-bottom: 10px;
  }
.page-title .main-top .content .wrap-breadcrumb { margin-top: 10px; margin-bottom: 10px}
.page-title .main-top .content .wrap-breadcrumb ul,.page-title .main-top .content .wrap-breadcrumb ol,
.page-title .main-top .content .wrap-breadcrumb li {list-style-type: none;margin: 0}
.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li {display: inline-block;
font-weight: 300; font-size: 16px; line-height: 1.625; color: #fff; word-break: break-word;position: relative}
.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li .breadcrum-icon { font-size: 10px;
 color: #fff;display: inline-block;padding-left: 4px;padding-right: 4px;transform: translateY(-2px)}
.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li a { color: #fff; transition: all .2s}
.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li a:hover {color: #F6851D;}
.page-title .main-top .content .description {
  font-weight: 300;font-size: 16px;line-height: 1.5;color: #fff;word-break: break-word;max-width: 500px;
  margin-right: auto;margin-left: auto;margin-top: 6px;margin-bottom: 6px}
@media(max-width:767px) {
.page-title .main-top h1 {font-size: 24px !important;}.page-title .main-top .content {padding-top: 50px;padding-bottom: 52px}}
.blog-item .img {width: 100%;transition: .25s ease-out; -webkit-transform: scale(1);transform: scale(1);}
.blog-item:hover .img {-webkit-transform: scale(1.1); transform: scale(1.1);}
.bg-blog-left{background-color: #cbc8c814;} 
#st-2 {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  top: 38%;

}
#st-2.st-left {
  right: 0px;
}
#st-2.st-hidden.st-left {
  left: -48px;
}
#st-2.st-hidden {
  width: 96px;
}
#st-2 > div {
  clear: right;
  float: right;
}
#st-2 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}
#st-2 .st-btn.st-first {
  border-top: none;
  border-top-left-radius: 3px;
}
#st-2 .st-btn.st-last {
  border-bottom: none;
  border-bottom-left-radius: 3px;
}
#st-2 .st-btn > svg {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}
#st-2 .st-btn > img {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}
#st-2 .st-btn > span {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  filter: alpha(opacity=0);
}
#st-2 .st-btn.st-hide-label > span {
  display: none !important;
}
#st-2 .st-total {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  background: #fff;
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 18px;
  margin-right: 0;
  min-height: 34px;
  max-width: 80px;
  opacity: 1;
  padding: 4px 0;
  text-align: center;
  width: 48px;
}
#st-2 .st-total.st-hidden {
  display: none;
}
#st-2 .st-total > span {
  display: block;
  font-size: 18px;
  line-height: 21px;
  padding: 0;
}
#st-2 .st-total > span.st-shares {
  font-size: 11px;
  line-height: 11px;
}
#st-2 .st-toggle {
  left: -48px;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-bottom-right-radius: 3px;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 48px;
}
#st-2.st-hidden .st-toggle {
  border-top-right-radius: 3px;
}
#st-2.st-left .st-toggle .st-left {
  display: inline-block;
}
#st-2.st-left.st-hidden .st-toggle .st-left {
  display: none;
}
#st-2.st-left .st-toggle .st-right {
  display: none;
}
#st-2.st-left.st-hidden .st-toggle .st-right {
  display: inline-block;
}#st-2:hover .st-toggle {
  left: 0;
}
#st-2.st-hidden:hover .st-toggle {
  left: 48px;
}
#st-2.st-toggleable:hover .st-btn.st-last {
  border-bottom-right-radius: 0;
}
#st-2.st-toggleable:hover .st-btn.st-last:hover {
  border-bottom-right-radius: 3px;
}
#st-2 .st-btn:hover {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#st-2.st-has-labels .st-btn:hover {
  width: 120px;
}
#st-2:not(.st-has-labels) .st-btn:hover {
  width: 62px;
}
#st-2 .st-btn.st-hide-label:hover {
  width: 62px;
}
#st-2 .st-btn:hover > svg {
  margin-left: 5px;
}
#st-2 .st-btn:hover > img {
  margin-left: 5px;
}
#st-2 .st-btn:hover > span {
  opacity: 1;
  display: inline-block;
  left: 0;
  filter: alpha(opacity=100);
}
@media (max-width: 768px) {
  #st-2 .st-btn:hover > svg {
    margin-left: 0;
  }
  /* #st-2 .st-btn:hover > span {
    display: none;
  } */
}@media (max-width: 768px) {
  #st-2 {
    bottom: 0;
    display: flex;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
}
.btn { padding: 2px 4px !important;}
#st-2.st-hidden {bottom: -48px;width: 100%;}
#st-2.st-hidden.st-left { left: 0;}#st-2.st-hidden.st-right {right: 0;}
#st-2 > div { -moz-flex: 1; -ms-flex: 1; -webkit-flex: 1; clear: none; flex: 1; float: none;}
#st-2 .st-total {background: #fff;padding: 6px 8px;}
#st-2 .st-btn {-moz-border-radius: 0 !important;-webkit-border-radius: 0 !important;border-radius: 0 !important;text-align: center;
width: auto;}#st-2 .st-btn > span {display: none;}
#st-2 .st-toggle {display: none;}}#st-2 .st-btn[data-network='facebook'] {background-color: #4267B2}
#st-2 .st-btn[data-network='facebook'] > span {color: #fff}#st-2 .st-btn[data-network='twitter'] {background-color: #55acee}
#st-2 .st-btn[data-network='twitter'] > span {color: #fff}#st-2 .st-btn[data-network='email'] {background-color: #7d7d7d}
#st-2 .st-btn[data-network='email'] > span {color: #fff}#st-2 .st-btn[data-network='linkedin'] {background-color: #0077b5;}
#sticky-post{position: sticky; top: 55px;}#st-2 .st-btn[data-network='facebook'] > span {color: #fff}
#st-2 .st-btn[data-network='whatsapp'] { background-color: #4aCA59;}#st-2 span.st-label a {color: #fff;}
.platethub_span {
    position: absolute;
    padding: 0px;
    margin: 0px;
    object-fit: cover !important;
  border-radius: 50%;
  border: 3px solid #64b5f6;
  border-bottom: 3px solid #f3a079;
}
.p-relative{position: relative;} 
.enjoy-title-share{background-color: #bbdef4; text-align: center; padding: 20px; border-radius: 20px;}

/* @Auther: Amit Kumar
   @date: 10-06-2022
*/
 /* ========= Social Icons =========== */
 .blog-share-social-icons{
    margin:30px 0;
    text-align:center;
    }
    .blog-share-social-icons ul li{
    display:inline-block;
    padding:0 7px;
    }
    .blog-share-social-icons ul li a{
    border:1px solid #FFF;
    background:#64b5f6;
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    color:#FFF;
    border-radius:7px;
    font-size:20px;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
    transition: 0.3s all;
    }
    .blog-share-social-icons ul li a:hover{
    background:#F28322;;
   transition: 0.3s all;
    color:#FFF;
    -webkit-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px);
    }
    /* ========= End =========== */
    .comments_mainhd {
      margin-top: 55px !important; 
  }
section.otherpages ul {
  margin: 0 0 20px 15px !important;
}
.bg-blog-left  ul li {
  margin: 0 0 10px 15px !important;
}
  #tags-container ul li{
    margin: 10px 0 !important;
    display:inline-block;
  }
 
  #tags-container ul li a {
    padding: 8px 11px 8px 11px;
    border-radius: 25px;
    background-color: #f2f2f2;
    color: #4a4a4a;
    text-decoration: none;
}
#tags-container ul li :hover {
  background-color: #1897d3;
  color: #fff;
}
section.otherpages ul, ol {
  margin: 0 0 20px 15px !important;
}

/* date: 27_12_2023 */
@media only screen and (max-width: 600px) {
  .blog_info span {
    margin-left: 2px;
}
.blog_info  {
  margin: 10px 0px 10px 0px;
}
.blog_info .fa {
    font-size: 11px;
}
#scroll-top {
  right: 10px;
}
}