.sidebar section {
  border: unset;
  margin-bottom: 30px;
  padding: 20px 17px !important;
  border-radius: 7px !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  background: white !important;
}
.sidebar h5, .sidebar .wp-block-search .wp-block-search__label, .sidebar .widget h2.wp-block-heading {
  font-family: "Marcellus", serif !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
  font-size: 25px;
  letter-spacing: 0.3px;
  color: #E31E25;
  text-align: left;
  background: transparent;
  padding: 0;
  line-height: 26px;
}
.sidebar ul li a::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  font-weight: 900;
  background-color: #EF7D21CF;
  margin-right: 10px !important;
  height: 19px !important;
  width: 19px !important;
  border-radius: 50% !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.sidebar li {
  color: #222222;
  padding: 8px 0 8px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid gainsboro;
}
.sidebar li:first-child {
  padding: 0px 0 8px;
}
.sidebar li:last-child {
  border-bottom: unset;
  padding: 8px 0 0px;
}
.sidebar input[type="search"] {
  padding: 10px;
  width: 100%;
  border: solid 1px #e7ebf1;
  font-size: 15px;
  margin-bottom: 0 !important;
  padding: 5px 0 !important;
  height: 39px;
  border-radius: 6px !important;
}
.sidebar button[type="submit"] {
  padding: 0;
  width: 56%;
  height: 38px;
  border-radius: 5px;
  background: linear-gradient(50deg ,#e64066 44%,#ff635c 68%) !important;
  color: white !important;
  font-weight: 500 !important;
  font-family: "Marcellus", serif;
  font-size: 16px;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  margin-bottom: 0;
}
.meta-info-box span, .meta-info-box a {
    color: #222222;
    text-transform: unset;
    font-size: 13px;
    margin-left: 0 !important;
}
.article-box {
  background: #ffffff59;
  border-radius: 10px;
  margin-bottom: 0px;
  box-shadow: 5px 5px 28px rgba(0, 0, 0, 0.06);
  padding: 16px 16px 17px;
}
.content_area .row .mb-4:last-child{
    margin-bottom: 0 !important;
}
.article-box p, .sidebar ul li a {
  overflow-wrap: anywhere;
  margin-bottom: 13px;
}
.article-box img {
  border-radius: 10px;
  width: 100%;
  background: #f9f2f5;
}
.content-area .btn.btn-switch-text.btn-large > span {
  padding: 4px 9px !important;
}
.article-box h3.entry-title {
  font-size: 35px;
  margin-bottom: 0;
}
.article-box h3.entry-title {
  font-size: 28px;
  margin-bottom: 0;
  padding-bottom: 8px !important;
  font-weight: 600 !important;
  line-height: 31px;
}
.article-box a {
  word-wrap: break-word;
  letter-spacing: 0.3px;
  color: #E31E25;
}
.meta-info-box {
    margin-bottom: 2px !important;
}
.content-area .btn.btn-switch-text .btn-double-text {
  font-size: 15px !important;
}
.article-box img {
    transition: all 0.6s ease;
}
.article-box img:hover {
    transform: scale(1.07);
    transition: all 0.6s ease;
}
.blog_img{
    position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.attachment-post-thumbnail {
    background: #f9f2f5;
    border-radius: 8px;
}
.details_pg .entry-content{
  margin: 15px 0 0 !important;
}
.details_pg .meta-info-box {
  display: none;
}
p{
    margin-bottom: 15px !important;
}
.details_pg h4{
    font-size: 25px;
  line-height: 32px;
  letter-spacing: 0px;
}
.details_pg h2.entry-title, .details_pg h1.entry-title, .details_pg h2.page-title {
  font-size: 36px;
  margin-bottom: 18px;
  color: rgb(57, 51, 52);
  font-family: "Marcellus", serif;
  line-height: 41px;
  margin-top: -3px;
}
#comments div#respond {
  border: none;
  padding: 15px;
  border-radius: 6px !important;
  padding: 34px !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.comment-reply-title{
    font-family: "Marcellus", serif;
  color: rgb(57, 51, 52);
  font-size: 36px;
  font-weight: 300 !important;
  line-height: 41px;
  margin-bottom: 8px;
}
textarea{
    height: 130px !important;
}
input[type="text"], input[type="email"], input[type="phno"], input[type="password"], textarea {
  border: none;
  width: 100%;
  font-size: 16px;
  margin: 0 0 23px 0;
  height: auto;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 !important;
}
label{
  font-size: 15px;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 14px;
  margin-right: 5px;
  margin-bottom: 0 !important;
}
.comment-form-cookies-consent{
    margin-bottom: 0 !important;
}
.comment-respond input#submit {
  font-weight: 500;
  padding: 7px 14px !important;
  border: 1px solid gainsboro;
  border-radius: 5px !important;
  color: rgb(33, 37, 41);
  width: auto;
  font-family: "Marcellus", serif;
  letter-spacing: 0.3px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.form-submit{
    margin-top: 20px;
  margin-bottom: 0 !important;
}
.comment-form-url input {
  width: 100%;
  margin-bottom: 0;
}
.sidebar ul li a:hover {
  color: #8c8c8c;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a, .posts-navigation .nav-previous a, .posts-navigation .nav-next a {
  border-radius: 50px;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, .posts-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover {
  background: linear-gradient(49deg ,#e64066 44%,#ff635c 68%);
  color: #ffffff;
  border: 1px solid #ff635c;
}

#comments{
    margin-top: 50px !important;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: right;
  width: 50%;
  text-align: right;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: left;
  text-align: left;
  width: 100%;
}
.nav-links{
    display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.post-navigation .nav-next a::after, .posts-navigation .nav-next a::after {
  content: unset;
}
.post-navigation .nav-next a::before, .posts-navigation .nav-next a::before {
  content: "\2190 ";
  margin-right: 3px;
}
.post-navigation .nav-previous a::after, .posts-navigation .nav-previous a::after {
  content: " \2192 ";
  margin-left: 3px;
}
.post-navigation .nav-previous a::before, .posts-navigation .nav-previous a::before {
  content: unset;
}
.comment-respond input#submit:hover {
  background: linear-gradient(49deg ,#e64066 44%,#ff635c 68%) !important;
  color: #ffffff;
  border: 1px solid #ff635c;
}
.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0 !important;
}
.mob_menu{
  display: none;
}
.pc_menu{
  display: block;
}
.blog_box{
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog_box img{
  border-radius: 6px;
  width: 100%;
}
.pl40{
  padding-left: 40px !important;
}
.details_pg .attachment-post-thumbnail {
  display: none;
}
.what_link{
  color: #000;
}
.what_link:hover {
  color: #e41e25;
  text-decoration: underline;
}

@media screen and (max-width:1059px){
  .mob_menu{
    display: block;
  }
  .pc_menu{
    display: none;
  }
}
@media screen and (min-width:992px) and (max-width:1059px){
  .col-lg-2.text-end  {
    flex: 0 0 auto;
    width: auto;
    padding-left: 0 !important;
    align-self: unset !important;
  }
}

@media (max-width: 1099px) {
  header .push-menu {
    display: inherit;
  }
}

@media screen and (max-width:767px){
  .active_link:after{
    content: unset !important;
}
  .content_area .row .mb-4 {
    margin-bottom: 30px !important;
  }
  .navigation.post-navigation {
    padding-top: 10px;
  }
  .res_col_rev{
    display: flex;
    flex-direction: column-reverse;
  }
  .details_pg h2.entry-title, .details_pg h1.entry-title, .details_pg h2.page-title {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .comment-reply-title {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
  }
  textarea {
    height: 70px !important;
  }
  #comments div#respond {
    padding: 15px !important;
  }
  [type="checkbox"], [type="radio"] {
    padding: 0;
    width: 14px;
    height: 14px;
    margin-right: 9px;
    margin-top: 5px;
  }
  label {
    font-size: 15px;
    line-height: 20px;
  }
  .comment-form-cookies-consent {
    margin-bottom: 0 !important;
    display: flex;
  }
  .details_pg h4 {
    font-size: 21px;
    line-height: 26px;
  }
  .navigation.post-navigation .nav-links {
    display: flex;
    flex-flow: column-reverse;
  }
  #comments {
    margin-top: 25px !important;
  }
  #primary{
    margin-top: 10px !important;
  }
  .blog_box {
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .res_pl0 {
    padding-left: 0px !important;
  }
  .res_mt15 {
    margin-top: 15px !important;
  }
  .res_mb15 {
    margin-bottom: 15px !important;
  }
}