/* Styles for the blog post pages, lifted from the Rails inline <style>.
   The third block on the live page only restyles the floating chat icon;
   inc/home-assets.php owns that now, so it is deliberately left out. */
.blog-detail p a{color:#7F93CF !important;font-weight:800;}
  .faq-section{margin-top:35px;}
  h2 strong a{font-size: 30px;
    font-weight: 700;
    color: #7F93CF !important;}
  .blog-detail table td{text-align: center; padding: 2px;border: 1px solid #00000052;}
  .blog-detail table{border-collapse: collapse;}
  .faq-section{background: transparent;}
  .faq-section .faq-container .acordian-row h3.heading03{color: #000000}
  .acordian-row.active .heading03{background: transparent;}
  .acordian-row .heading03:after{color: #000000}
  @media screen and (max-width:1500px) {
    h2 strong a{font-size: 27px;}
  }
  @media screen and (max-width:1023px) {
    h2 strong a{font-size: 30px;}
  }
  @media screen and (max-width:767px) {
    iframe{width:100%;}
  }
  @media screen and (max-width:479px) {
    table{width: 330px;overflow: auto;display: block;}
  }

.form-box.prefix_profile.last {display: inline-block;vertical-align: top;}
  .mobile_col span.message {
  margin-left: -75px;}
  input#contact_mob_prefix1 {border-right:none;border-top-right-radius:initial;border-bottom-right-radius: initial;}
   .form-box.mobile_col.last {display: inline-block;width: calc(100% - 93px);}
  .form-box.prefix_profile.last{width: 90px;}
  input#contact_mobile {border-left: none;padding-left: 10px;letter-spacing:1px;}
  input#contact_mob_prefix1 {padding-left: 83px !important;}
  label span{color:red;}
